:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#eef4ff;--muted:#8fa1bd;--soft:#657692;--bg:#07101f;--bg-2:#091426;--surface:#0e1a2d;--surface-2:#111f35;--surface-3:#162640;--line:#20324f;--line-soft:#172842;--blue:#5b83ff;--cyan:#31d9f1;--violet:#896dff;--green:#32d296;--orange:#ff9f5a;--red:#ff657a;--pink:#ed6ce6;--sidebar:250px;--topbar:72px;--radius:18px;--shadow:0 22px 80px #00000047;font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,Segoe UI Variable,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-size:14px}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}svg{flex:none;width:18px;height:18px}::selection{color:#fff;background:#5b83ff61}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#2a3c59 padding-box padding-box;border:2px solid #0000;border-radius:20px}::-webkit-scrollbar-track{background:0 0}.splash{background:radial-gradient(circle at 50% 35%,#142e55 0,transparent 35%),var(--bg);letter-spacing:3px;min-height:100vh;color:var(--muted);place-content:center;justify-items:center;gap:14px;font-size:11px;display:grid}.splash img{object-fit:contain;filter:drop-shadow(0 0 28px #31d9f140);width:104px;height:104px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-shell{background:#091426;grid-template-columns:minmax(500px,1.05fr) minmax(450px,.95fr);min-height:100vh;display:grid}.auth-story{background:radial-gradient(circle at 75% 75%,#5448ff61,#0000 33%),radial-gradient(circle at 18% 22%,#1fbfe22e,#0000 29%),linear-gradient(145deg,#071120 0%,#0c1c35 62%,#0e1940 100%);border-right:1px solid #ffffff14;flex-direction:column;justify-content:space-between;padding:50px 7vw;display:flex;position:relative;overflow:hidden}.auth-story:after{content:"";opacity:.18;pointer-events:none;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 35%,#0000);mask-image:linear-gradient(#0000,#000 35%,#0000)}.brand-lockup{z-index:2;align-items:center;gap:12px;display:flex;position:relative}.brand-lockup img{object-fit:contain;filter:drop-shadow(0 0 13px #26dcff59);width:44px;height:44px}.brand-lockup>div{letter-spacing:-.7px;align-items:baseline;gap:5px;font-size:21px;display:flex}.brand-lockup b{font-weight:800}.brand-lockup span{color:#8ba0bf;font-weight:400}.brand-lockup.large img{width:54px;height:54px}.brand-lockup.large>div{font-size:25px}.story-copy{z-index:2;max-width:700px;margin:10vh 0 15vh;position:relative}.story-copy h1{letter-spacing:-3.8px;margin:18px 0 24px;font-size:clamp(45px,5.2vw,76px);line-height:1.03}.story-copy h1 em{color:#0000;background:linear-gradient(105deg,#79eeff,#85a0ff 55%,#b39aff);-webkit-background-clip:text;background-clip:text;font-style:normal}.story-copy>p{color:#a8b9d0;max-width:590px;font-size:18px;line-height:1.7}.trust-row{flex-wrap:wrap;gap:11px;margin-top:34px;display:flex}.trust-row span{color:#bdd0e9;background:#08122373;border:1px solid #87a0cf3d;border-radius:30px;align-items:center;gap:8px;padding:9px 12px;font-size:12px;display:flex}.trust-row svg{width:15px;color:var(--cyan)}.story-orbit{pointer-events:none;border:1px solid #67a0ff29;border-radius:50%;position:absolute}.orbit-one{width:580px;height:580px;bottom:-200px;right:-300px;box-shadow:inset 0 0 100px #425dff1a}.orbit-two{width:350px;height:350px;bottom:-85px;right:-190px}.auth-panel{justify-content:center;align-items:center;padding:45px 8vw;display:flex;position:relative}.auth-card{flex-direction:column;gap:19px;width:min(440px,100%);display:flex}.auth-card h2{letter-spacing:-1.4px;margin:2px 0 0;font-size:34px}.auth-card .muted{margin:-8px 0 8px;line-height:1.65}.auth-card label,.form-stack label,.panel>label,.inline-password label,.creation-canvas>label{color:#bac7db;flex-direction:column;gap:8px;font-size:12px;font-weight:700;display:flex}input,textarea,select{border:1px solid var(--line);color:var(--ink);background:#0b1729;border-radius:11px;outline:none;padding:13px 14px;transition:border .18s,box-shadow .18s,background .18s}input:focus,textarea:focus,select:focus{background:#0d1a2e;border-color:#577fed;box-shadow:0 0 0 3px #5b83ff26}input::placeholder,textarea::placeholder{color:#536681}input:disabled{opacity:.65}textarea{resize:vertical;min-height:100px;line-height:1.55}label>span{color:var(--soft);font-weight:500}.form-between{justify-content:space-between;align-items:center;font-size:12px;display:flex}.form-between a,.back-link{color:#91aaf9}.check-label{align-items:center;flex-direction:row!important;gap:8px!important;font-weight:500!important;display:flex!important}.check-label input,.confirm-row input{width:17px;height:17px;accent-color:var(--blue)}.auth-foot{color:#50617c;font-size:11px;position:absolute;bottom:26px}.mobile-auth-brand{display:none}.success-illustration{width:76px;height:76px;color:var(--green);background:#32d2961a;border:1px solid #32d29640;border-radius:50%;place-items:center;margin:10px 0;display:grid}.success-illustration svg{width:32px;height:32px}.button{appearance:none;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 15px;font-size:13px;font-weight:700;transition:transform .18s,border .18s,background .18s,box-shadow .18s;display:inline-flex}.button:hover:not(:disabled){background:var(--surface-3);border-color:#39537b;transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.5;cursor:not-allowed}.button.primary{color:#fff;background:linear-gradient(135deg,#4f7fff,#7059f5);border-color:#0000;box-shadow:0 10px 25px #435be236}.button.primary:hover:not(:disabled){background:linear-gradient(135deg,#638dff,#7d67ff);box-shadow:0 13px 32px #435be247}.button.ghost{background:0 0}.button.wide{width:100%;min-height:49px}.button.small{border-radius:9px;min-height:34px;padding:6px 11px;font-size:11px}.icon-button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.icon-button:hover{color:var(--ink);background:var(--surface-3)}@media (hover:hover) and (pointer:fine){[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);z-index:300;color:#c5d2e5;white-space:nowrap;opacity:0;pointer-events:none;background:#0b1728;border:1px solid #2b4262;border-radius:7px;padding:6px 8px;font-size:8px;font-weight:650;line-height:1;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 9px);left:50%;transform:translate(-50%,-3px);box-shadow:0 8px 24px #00000059}[data-tooltip]:hover:after,[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%)}}.text-button{color:#8facff;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:6px;font-size:12px;font-weight:700;display:inline-flex}.text-button svg{width:14px}.back-link{cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:18px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.back-link svg{width:15px}.eyebrow{text-transform:uppercase;letter-spacing:1.7px;color:#6f8fff;font-size:9px;font-weight:800}.eyebrow.light{color:#6feaff}.muted{color:var(--muted)}.badge{border:1px solid var(--line);color:#a9b7ca;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#748bae14;border-radius:20px;align-items:center;gap:5px;width:max-content;padding:4px 8px;font-size:9px;font-weight:800;display:inline-flex}.badge svg{width:11px;height:11px}.badge.verified{color:#5ee0a9;background:#32d29614;border-color:#32d29645}.badge.review{color:#ffc178;background:#ff9f5a17;border-color:#ff9f5a4a}.badge.danger{color:#ff8191;background:#ff657a14;border-color:#ff657a45}.badge.working{color:#83dfff;background:#31d9f114;border-color:#31d9f140}.app-shell{background:var(--bg);min-height:100vh}.sidebar{width:var(--sidebar);border-right:1px solid var(--line-soft);z-index:30;background:linear-gradient(#091426,#07101f);flex-direction:column;padding:18px 14px;transition:width .25s;display:flex;position:fixed;inset:0 auto 0 0}.side-brand{align-items:center;gap:10px;height:48px;margin-bottom:23px;padding:0 6px;display:flex;overflow:hidden}.side-brand img{object-fit:contain;filter:drop-shadow(0 0 9px #31d9f14d);width:38px;height:38px}.side-brand>div{white-space:nowrap;align-items:baseline;gap:4px;font-size:18px;display:flex}.side-brand>div span{color:#7487a4}.collapse-button{margin-left:auto}.mobile-close{display:none}.nav-label{color:#4d607d;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap;margin:13px 12px 8px;font-size:8px;font-weight:800}.sidebar nav{flex-direction:column;gap:3px;display:flex}.sidebar nav a{color:#7f93af;white-space:nowrap;border-radius:10px;align-items:center;gap:12px;height:43px;padding:0 12px;font-size:12px;font-weight:650;display:flex;position:relative;overflow:hidden}.sidebar nav a:hover{color:#c7d5ea;background:#0f1e34}.sidebar nav a.active{color:#e8f1ff;background:linear-gradient(90deg,#4f7fff30,#31d9f10d)}.sidebar nav a.active:before{content:"";background:linear-gradient(var(--cyan),var(--blue));width:3px;height:22px;box-shadow:0 0 13px var(--cyan);border-radius:5px;position:absolute;left:0}.sidebar nav svg{width:18px}.sidebar-help{color:#7f93af;white-space:nowrap;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;height:43px;padding:0 12px;font-size:12px;font-weight:650;display:flex;position:relative}.sidebar-help:hover{color:#c7d5ea;background:#0f1e34}.sidebar-help>svg{flex:none;width:18px}.sidebar-help>span{overflow:hidden}.sidebar-help>i{color:#65dff3;text-transform:uppercase;letter-spacing:.6px;background:#34d7f31a;border:1px solid #34d7f340;border-radius:10px;margin-left:auto;padding:3px 6px;font-size:7px;font-style:normal}.side-bottom{flex-direction:column;gap:10px;margin-top:auto;display:flex}.install-card{color:#cbd9ec;text-align:left;cursor:pointer;background:linear-gradient(135deg,#102441,#101c35);border:1px solid #213758;border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex;overflow:hidden}.install-card>svg{color:var(--cyan)}.install-card span{white-space:nowrap;flex-direction:column;display:flex}.install-card b{font-size:11px}.install-card small{color:#6e819d;margin-top:2px;font-size:9px}.connection{color:#5c6f8b;white-space:nowrap;align-items:center;gap:8px;padding:5px 10px;font-size:9px;display:flex;overflow:hidden}.connection svg{width:13px}.connection.online svg{color:var(--green)}.connection.offline svg{color:var(--orange)}.app-main{min-height:100vh;margin-left:var(--sidebar);transition:margin .25s}.sidebar-collapsed .sidebar{width:75px}.sidebar-collapsed .app-main{margin-left:75px}.sidebar-collapsed .side-brand>div,.sidebar-collapsed .nav-label,.sidebar-collapsed .sidebar nav span,.sidebar-collapsed .sidebar-help i,.sidebar-collapsed .side-bottom span,.sidebar-collapsed .collapse-button{display:none}.sidebar-collapsed .side-brand,.sidebar-collapsed .sidebar nav a,.sidebar-collapsed .sidebar-help{justify-content:center;padding:0}.sidebar-collapsed .install-card{justify-content:center}.topbar{height:var(--topbar);z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07101fd9;border-bottom:1px solid #1f304ddb;align-items:center;padding:0 30px;display:flex;position:sticky;top:0}.global-search{border:1px solid var(--line);color:#60738f;cursor:pointer;background:#0a1628;border-radius:10px;align-items:center;gap:9px;width:330px;height:38px;padding:0 11px;font-size:11px;display:flex}.global-search svg{width:15px}.global-search kbd{color:#7689a5;background:#111f34;border:1px solid #263956;border-radius:5px;margin-left:auto;padding:3px 6px;font-size:9px}.top-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.notification-button{position:relative}.notification-button i{background:var(--red);color:#fff;border:2px solid var(--bg);border-radius:10px;place-items:center;width:16px;height:16px;font-size:7px;font-style:normal;display:grid;position:absolute;top:2px;right:3px}.help-button{position:relative}.help-button.has-update{color:#7ea3ff;background:#4f7fff14}.help-button>i{background:var(--cyan);width:6px;height:6px;box-shadow:0 0 8px var(--cyan);border-radius:50%;position:absolute;top:5px;right:5px}.profile-button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;padding:5px 6px;display:flex}.profile-button:hover{background:var(--surface-2)}.profile-button>span,.profile-summary>span{color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.profile-button>div,.profile-summary>div{flex-direction:column;min-width:105px;display:flex}.profile-button small,.profile-summary small{color:var(--soft);text-transform:capitalize;margin-top:2px;font-size:9px}.profile-button>svg{width:13px;color:var(--soft)}.mobile-menu{display:none}.page-scroll{min-height:calc(100vh - var(--topbar))}.page,.dashboard-page{width:min(1440px,100%);margin:0 auto;padding:32px clamp(22px,3vw,52px) 70px}.page-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px;display:flex}.page-heading h1{letter-spacing:-1.5px;margin:7px 0 6px;font-size:35px}.page-heading p{color:var(--muted);max-width:690px;margin:0;line-height:1.55}.page-actions{align-items:center;gap:9px;display:flex}.mobile-tabs{display:none}.hero{background:radial-gradient(circle at 80% 0,#5546ff45,#0000 35%),radial-gradient(circle at 10% 100%,#14c1e01f,#0000 30%),linear-gradient(145deg,#0d1b31,#0c1930 60%,#101a39);border:1px solid #20395e;border-radius:25px;padding:40px clamp(25px,4.2vw,65px) 28px;position:relative;overflow:visible;box-shadow:0 30px 90px #0003}.hero:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:38px 38px;border-radius:25px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 75%);mask-image:linear-gradient(90deg,#000,#0000 75%)}.hero-top,.composer,.hero-hints{z-index:2;position:relative}.hero-top{justify-content:space-between;align-items:flex-start;display:flex}.hero-top h1{letter-spacing:-1.6px;margin:9px 0 3px;font-size:36px}.hero-top p{color:#91a7c5;margin:0;font-size:16px}.hero-signal{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.hero-signal span{color:#93cbb7;align-items:center;gap:7px;font-size:10px;font-weight:700;display:flex}.hero-signal i{background:var(--green);width:7px;height:7px;box-shadow:0 0 10px var(--green);border-radius:50%}.hero-signal small{color:#657996;font-size:9px}.composer{background:#070f1de3;border:1px solid #2a446a;border-radius:17px;margin-top:30px;transition:border .2s,box-shadow .2s;box-shadow:0 22px 50px #00000040}.composer:focus-within{border-color:#5078e5;box-shadow:0 22px 55px #00000040,0 0 0 3px #4e75e21c}.composer textarea{resize:none;background:0 0;border:0;width:100%;min-height:92px;padding:19px 20px 8px;font-size:14px;box-shadow:none!important}.composer-toolbar{justify-content:space-between;align-items:center;padding:9px 11px;display:flex}.composer-toolbar>div{align-items:center;gap:4px;display:flex}.tool-button{color:#7387a5;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;height:33px;padding:0 9px;font-size:10px;font-weight:700;display:flex}.tool-button:hover{background:var(--surface-3);color:#b8c7dd}.tool-button svg{width:14px}.tool-button .chevron{width:11px}.send-button{background:linear-gradient(135deg,var(--blue),#7657f5);color:#fff;cursor:pointer;border:0;border-radius:10px;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 8px 20px #455bdc47}.send-button:disabled{opacity:.4;cursor:not-allowed}.send-button svg{width:16px}.composer-files{flex-wrap:wrap;gap:6px;padding:0 17px;display:flex}.composer-files>span{color:#b8c8de;background:#152742;border:1px solid #294568;border-radius:8px;align-items:center;gap:5px;padding:5px 7px;font-size:9px;display:flex}.composer-files svg{width:12px}.composer-files button{color:#7789a4;cursor:pointer;background:0 0;border:0;padding:0;display:grid}.mode-select{position:relative}.mode-menu{width:230px;box-shadow:var(--shadow);z-index:60;background:#101d31;border:1px solid #29415f;border-radius:12px;padding:6px;position:absolute;bottom:39px;left:0}.mode-menu button{text-align:left;color:#9cadc3;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;padding:9px;display:flex}.mode-menu button:hover,.mode-menu button.active{color:#e1ebf9;background:#172942}.mode-menu button>svg{color:#6f8fff;width:16px}.mode-menu button>span{flex-direction:column;flex:1;display:flex}.mode-menu b{font-size:10px}.mode-menu small{color:#6e819d;margin-top:2px;font-size:8px}.mode-menu button>svg:last-child{color:var(--green)}.hero-hints{flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;display:flex}.hero-hints span{color:#566985;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:800}.hero-hints button{color:#8296b3;cursor:pointer;background:#0c1b31a6;border:1px solid #223b5d;border-radius:20px;padding:6px 10px;font-size:9px}.hero-hints button:hover{color:#c3d2e7;border-color:#365681}.content-section{margin-top:32px}.section-title{justify-content:space-between;align-items:flex-end;margin-bottom:14px;display:flex}.section-title h2{letter-spacing:-.6px;margin:5px 0 0;font-size:20px}.section-title>.badge{margin-bottom:2px}.quick-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.quick-card{border:1px solid var(--line-soft);text-align:left;cursor:pointer;background:linear-gradient(145deg,#0c182a,#0b1728);border-radius:14px;align-items:center;gap:11px;padding:14px;transition:transform .2s,border .2s,background .2s;display:flex}.quick-card:hover{background:#0f1e33;border-color:#344c70;transform:translateY(-2px)}.quick-card>div{flex-direction:column;flex:1;gap:3px;display:flex}.quick-card small{color:#697c98;font-size:9px}.quick-card>svg{color:#506481;width:14px}.quick-icon{border-radius:10px;place-items:center;width:39px;height:39px;display:grid}.quick-icon.blue,.artifact-icon.blue,.file-type.blue{color:#7f9eff;background:#5b83ff1c}.quick-icon.green,.artifact-icon.green,.file-type.green{color:#55dca7;background:#32d2961a}.quick-icon.orange,.artifact-icon.orange{color:#ffad72;background:#ff9f5a1a}.quick-icon.violet,.artifact-icon.violet,.file-type.violet{color:#a792ff;background:#896dff1c}.dashboard-grid{grid-template-columns:1fr 1fr .72fr;gap:12px;margin-top:32px;display:grid}.span-2{grid-column:span 2}.panel{border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(145deg,#0d192b,#0b1727);padding:20px}.panel-head{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.panel-head h3{margin:5px 0 0;font-size:15px}.panel-head>svg{color:#5d7190}.project-mini-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.project-mini-grid button{text-align:left;cursor:pointer;background:#0c1a2d;border:1px solid #1c304d;border-radius:11px;align-items:center;gap:10px;padding:12px;display:flex}.project-mini-grid button:hover{background:#102139;border-color:#344f77}.project-mini-grid i{border-radius:5px;width:7px;height:34px}.project-mini-grid div{flex-direction:column;flex:1;gap:4px;display:flex}.project-mini-grid b{font-size:10px}.project-mini-grid span{color:#62748f;font-size:8px}.project-mini-grid svg{color:#536783;width:13px}.pulse-stat{border-bottom:1px solid var(--line-soft);align-items:baseline;gap:7px;padding:11px 0 18px;display:flex}.pulse-stat strong{letter-spacing:-1px;font-size:34px}.pulse-stat span{color:#7487a3;font-size:10px}.metric-row{justify-content:space-between;align-items:center;margin-top:13px;font-size:10px;display:flex}.metric-row span{color:#7d90ab;align-items:center;gap:7px;display:flex}.metric-row svg{color:#6784db;width:13px}.artifact-table>button,.list-panel>button,.list-panel>div{border:0;border-top:1px solid var(--line-soft);text-align:left;width:100%;color:inherit;background:0 0;align-items:center;gap:12px;padding:11px 5px;display:flex}.artifact-table>button:first-child,.list-panel>:first-child{border-top:0}.artifact-table>button{cursor:pointer}.artifact-table>button:hover{background:#ffffff05}.artifact-table>button>div,.list-panel>button>div,.list-panel>div>div{flex-direction:column;flex:1;gap:3px;display:flex}.artifact-table b,.list-panel b{font-size:10px}.artifact-table span,.list-panel small{color:#61738f;font-size:8px}.artifact-table>button>svg{color:#536784;width:13px}.artifact-icon,.file-type{border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.artifact-icon.red,.file-type.red{color:#ff7a8b;background:#ff657a1a}.artifact-icon.pink{color:#ed83e8;background:#ed6ce61a}.artifact-icon.cyan,.file-type.cyan{color:#56dff2;background:#31d9f11a}.projects-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.project-card{border:1px solid var(--line-soft);text-align:left;cursor:pointer;min-height:230px;color:inherit;background:linear-gradient(145deg,#0f1d31,#0b1727);border-radius:17px;flex-direction:column;padding:20px;transition:transform .2s,border .2s;display:flex}.project-card:hover{border-color:#355077;transform:translateY(-3px)}.project-card-top{justify-content:space-between;align-items:flex-start;display:flex}.folder-mark{--project:#4f7cff;background:color-mix(in srgb,var(--project) 13%,transparent);width:43px;height:43px;color:var(--project);border-radius:12px;place-items:center;display:grid}.folder-mark.big{border-radius:17px;width:66px;height:66px}.folder-mark.big svg{width:27px;height:27px}.project-card h3{margin:18px 0 7px;font-size:16px}.project-card p{color:#7285a1;min-height:33px;margin:0;font-size:10px;line-height:1.55}.project-meta{color:#657893;gap:13px;margin-top:17px;font-size:8px;display:flex}.project-meta span{align-items:center;gap:4px;display:flex}.project-meta svg{width:11px}.project-foot{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;margin-top:auto;padding-top:17px;display:flex}.project-foot>span{color:#647691;align-items:center;gap:5px;font-size:8px;display:flex}.project-foot svg{width:11px}.project-hero{align-items:center;gap:18px;margin-bottom:28px;display:flex}.project-hero>div:nth-child(2){flex:1}.project-hero h1{margin:5px 0 4px;font-size:30px}.project-hero p{color:var(--muted);margin:0}.tabs{border-bottom:1px solid var(--line);gap:3px;margin-bottom:20px;display:flex;overflow:auto}.tabs button{color:#71849f;cursor:pointer;white-space:nowrap;text-transform:capitalize;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:12px 15px;font-size:10px;font-weight:700;display:flex}.tabs button.active{color:#dbe7f8;border-color:var(--cyan)}.tabs button svg{width:14px}.tabs button span{color:#536680;background:#101e32;border-radius:10px;padding:2px 5px;font-size:8px}.data-table{border:1px solid var(--line-soft);background:#0b1728;border-radius:14px;overflow:hidden}.table-head,.table-row{grid-template-columns:minmax(280px,1fr) 130px 130px 100px 100px;align-items:center;gap:14px;padding:0 15px;display:grid}.table-head{color:#536784;text-transform:uppercase;letter-spacing:1px;background:#0f1c2f;height:39px;font-size:8px;font-weight:800}.table-row{border-top:1px solid var(--line-soft);min-height:62px}.file-cell,.user-cell{align-items:center;gap:10px;min-width:0;display:flex}.file-cell>span,.user-cell>span{flex-direction:column;gap:3px;min-width:0;display:flex}.file-cell b,.user-cell b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.file-cell small,.user-cell small{color:#5e718c;font-size:8px}.row-actions{justify-content:flex-end;gap:2px;display:flex}.row-actions button,.row-actions a{color:#637791;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.row-actions button:hover,.row-actions a:hover{background:var(--surface-3);color:var(--ink)}.row-actions svg{width:14px}.list-panel{border:1px solid var(--line-soft);background:#0b1728;border-radius:14px;padding:4px 13px}.list-panel>button{cursor:pointer}.list-panel>button>svg{color:#566c89;width:14px}.list-icon{color:#7598f8;background:#13243b;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.list-icon.audio{color:#ad96ff;background:#896dff1a}.job-list-row{position:relative}.mini-progress{background:#17263e;border-radius:5px;height:2px;position:absolute;bottom:0;left:58px;right:8px;overflow:hidden}.mini-progress i{background:linear-gradient(90deg,var(--blue),var(--cyan));height:100%;display:block}.chat-page{height:calc(100vh - var(--topbar));flex-direction:column;max-width:1100px;margin:0 auto;display:flex}.chat-head{border-bottom:1px solid var(--line-soft);flex:none;justify-content:space-between;align-items:center;height:74px;padding:0 25px;display:flex}.chat-head h2{margin:4px 0 0;font-size:15px}.chat-head>div:last-child{align-items:center;gap:8px;display:flex}.messages{flex:1;padding:28px 28px 140px;overflow:auto}.message{gap:13px;max-width:850px;margin:0 auto 28px;display:flex}.message-avatar{background:#14243d;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.message-avatar img{object-fit:contain;width:32px;height:32px}.message-avatar span{font-size:9px;font-weight:800}.message.user .message-avatar{background:linear-gradient(135deg,#345fb7,#6247c0)}.message-body{flex:1;min-width:0}.message-meta{align-items:center;gap:9px;height:29px;display:flex}.message-meta>span:not(.badge){color:#566984;font-size:8px}.markdown{color:#c2cfe1;font-size:12px;line-height:1.75}.markdown p{margin:0 0 12px}.markdown h1,.markdown h2,.markdown h3{color:#eef4ff;margin:22px 0 8px}.markdown code{background:#14243b;border:1px solid #213958;border-radius:5px;padding:2px 5px;font-size:11px}.markdown pre{background:#081322;border:1px solid #1c2e48;border-radius:10px;padding:14px;overflow:auto}.markdown table{border-collapse:collapse;width:100%}.markdown th,.markdown td{border:1px solid #233650;padding:7px}.message-trace{border-top:1px solid var(--line-soft);align-items:center;gap:11px;margin-top:10px;padding-top:9px;display:flex}.message-trace button{color:#6d8de7;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:8px;display:flex}.message-trace svg{width:12px}.message-trace span{color:#50627d;font-size:8px}.thinking{color:#778ba8;align-items:center;gap:5px;padding-top:10px;font-size:9px;display:flex}.thinking i{background:#7293ed;border-radius:50%;width:5px;height:5px;animation:1s infinite alternate pulse}.thinking i:nth-child(2){animation-delay:.2s}.thinking i:nth-child(3){animation-delay:.4s}.thinking span{margin-left:5px}@keyframes pulse{to{opacity:.25;transform:translateY(-3px)}}.chat-composer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07101feb;border:1px solid #2a4265;border-radius:16px 16px 0 0;width:min(850px,100% - 48px);position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -18px 60px #07101fe6}.chat-composer textarea{resize:none;background:0 0;border:0;width:100%;min-height:68px;padding:15px 17px 4px;font-size:12px;box-shadow:none!important}.studio-layout{grid-template-columns:225px 1fr;align-items:start;gap:14px;display:grid}.studio-tools{flex-direction:column;gap:5px;display:flex}.studio-tools>button{color:#70839e;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.studio-tools>button:hover{color:#adbed4;background:#0e1c30}.studio-tools>button.active{color:#e1eafa;background:#10213a;border-color:#263f64}.studio-tools>button>span{color:#7394ee;background:#14253d;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.studio-tools>button>div{flex-direction:column;flex:1;gap:3px;display:flex}.studio-tools small{color:#5d708c;font-size:8px}.studio-tools>button>svg{width:13px}.studio-proof{color:#62dba9;background:#32d2960b;border:1px solid #32d29626;border-radius:12px;gap:9px;margin-top:15px;padding:11px;display:flex}.studio-proof svg{width:16px}.studio-proof div{flex-direction:column;gap:4px;display:flex}.studio-proof small{color:#708c84;font-size:8px;line-height:1.4}.creation-canvas{background:linear-gradient(145deg,#101d31,#0b1729);border:1px solid #263b5d;border-radius:18px;flex-direction:column;gap:19px;padding:26px;display:flex;box-shadow:0 25px 70px #00000029}.canvas-head{border-bottom:1px solid var(--line-soft);align-items:center;gap:12px;padding-bottom:17px;display:flex}.canvas-icon{color:#8aa5ff;background:linear-gradient(135deg,#5b83ff2e,#896dff26);border-radius:13px;place-items:center;width:47px;height:47px;display:grid}.canvas-head h2{margin:5px 0 0;font-size:19px}.creation-canvas label>span{margin-left:5px}.large-input{min-height:150px;font-size:13px}.source-drop{color:#7890b2;background:#0a1627;border:1px dashed #334b70;border-radius:13px;align-items:center;gap:12px;padding:16px;display:flex}.source-drop>svg{color:#6c8ce5;width:25px;height:25px}.source-drop>div{flex-direction:column;flex:1;gap:3px;display:flex}.source-drop b{color:#b3c2d7;font-size:10px}.source-drop span{font-size:8px}.creation-footer{justify-content:space-between;align-items:center;padding-top:3px;display:flex}.creation-footer>div{align-items:center;gap:10px;display:flex}.estimate{color:#60738f;align-items:center;gap:4px;font-size:8px;display:flex}.estimate svg{width:12px}.artifact-grid{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.artifact-card{border:1px solid var(--line-soft);text-align:left;color:inherit;cursor:pointer;background:#0c1829;border-radius:14px;transition:transform .2s,border .2s;overflow:hidden}.artifact-card:hover{border-color:#334f77;transform:translateY(-3px)}.artifact-preview{background:radial-gradient(circle at 50% 40%,#182b48,#0d1b2f);place-content:center;height:112px;display:grid;position:relative}.artifact-preview .artifact-icon{width:48px;height:48px}.format-label{color:#5e728f;text-transform:uppercase;background:#0a1425;border-radius:5px;padding:3px 6px;font-size:7px;font-weight:800;position:absolute;top:8px;right:8px}.artifact-info{padding:12px}.artifact-info h3{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:10px;overflow:hidden}.artifact-info p{color:#60738f;margin:5px 0 10px;font-size:8px}.artifact-info>div{justify-content:space-between;align-items:center;display:flex}.artifact-info>div>span:last-child{color:#566984;font-size:8px}.artifact-detail-head{align-items:center;gap:16px;margin-bottom:26px;display:flex}.artifact-detail-head>.artifact-icon{width:58px;height:58px}.artifact-detail-head>div:nth-child(2){flex:1}.artifact-detail-head h1{margin:5px 0 7px;font-size:28px}.artifact-detail-head>div:nth-child(2)>div{align-items:center;gap:9px;display:flex}.artifact-detail-head>div span:not(.badge){color:#60738f;font-size:9px}.artifact-detail-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:14px;display:grid}.artifact-detail-grid>aside{flex-direction:column;gap:14px;display:flex}.artifact-content{min-height:600px}.paper-preview{color:#1e293b;background:#f7f9fc;border-radius:3px;width:min(680px,100%);min-height:770px;margin:10px auto;padding:55px 58px;font-family:Segoe UI,Arial,sans-serif;box-shadow:0 15px 50px #00000042}.paper-preview h1{color:#123864;margin-top:0;font-size:28px}.paper-preview h2{color:#1d4f82;margin-top:30px;font-size:17px}.paper-preview p,.paper-preview li{color:#334155;font-size:12px;line-height:1.7}.sheet-preview{overflow:auto}.sheet-preview table{border-collapse:collapse;width:100%;font-size:9px}.sheet-preview th{color:#fff;background:#153a66}.sheet-preview th,.sheet-preview td{border:1px solid #d5dfeb;padding:6px}.slide-preview{color:#e9f1ff;aspect-ratio:16/9;background:#0b1729;border-radius:8px;margin:12px 0;padding:25px 30px;position:relative}.slide-preview>small{color:#60738f;position:absolute;bottom:8px;right:10px}.slide-preview h2{color:#e9f1ff;margin-top:0}.slide-preview li{color:#b6c7de}.validation-panel>p{color:#7285a1;font-size:9px;line-height:1.55}.validation-panel ul{flex-direction:column;gap:9px;margin:16px 0 0;padding:0;list-style:none;display:flex}.validation-panel li{color:#8294ae;gap:7px;font-size:8px;line-height:1.45;display:flex}.validation-panel li svg{width:13px;color:var(--green)}.validation-panel li.warn svg{color:var(--orange)}.version-panel>div:not(.panel-head){border-top:1px solid var(--line-soft);gap:9px;padding:9px 0;display:flex}.version-panel>div>span{color:#6f8ee7;background:#14243b;border-radius:8px;place-items:center;width:28px;height:28px;font-size:8px;font-weight:800;display:grid}.version-panel>div>div{flex-direction:column;gap:3px;display:flex}.version-panel b{font-size:8px}.version-panel small{color:#5c6f8b;font-size:7px}.email-preview{background:#0b1626;border:1px solid #263b59;border-radius:11px;overflow:hidden}.email-preview>div{border-bottom:1px solid #1d2d46;grid-template-columns:65px 1fr;gap:9px;padding:9px 12px;font-size:9px;display:grid}.email-preview>div span{color:#5e718c}.email-preview article{color:#26364a;background:#f8fafc;min-height:260px;padding:30px;font-size:11px;line-height:1.65}.approval-banner,.info-callout{color:#61dff0;background:#31d9f10e;border:1px solid #31d9f12e;border-radius:11px;gap:9px;padding:11px;display:flex}.approval-banner div{flex-direction:column;gap:4px;display:flex}.approval-banner b{font-size:9px}.approval-banner span,.info-callout span{color:#7897ac;font-size:8px;line-height:1.5}.confirm-row{align-items:center;flex-direction:row!important}.confirm-row>span{flex-direction:column;gap:3px;display:flex}.confirm-row b{color:#c2cee0;font-size:9px}.confirm-row small{color:#667995;font-size:8px}.knowledge-page{max-width:1200px}.knowledge-search{background:#0c1a2d;border:1px solid #314c72;border-radius:15px;align-items:center;max-width:850px;margin:38px auto 10px;padding:7px 7px 7px 15px;display:flex;box-shadow:0 18px 60px #0003}.knowledge-search>svg{color:#6982a7}.knowledge-search input{background:0 0;border:0;flex:1;box-shadow:none!important}.scope-switch{justify-content:center;gap:5px;margin-bottom:30px;display:flex}.scope-switch button{color:#657995;cursor:pointer;text-transform:capitalize;background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:5px;padding:7px 11px;font-size:9px;font-weight:700;display:flex}.scope-switch button.active{color:#b9c8dc;background:#112038;border-color:#293f61}.scope-switch svg{width:13px}.knowledge-intro{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;display:flex}.knowledge-orb{color:#68daf3;background:radial-gradient(circle,#173e65,#0e1d35);border-radius:50%;place-items:center;width:92px;height:92px;display:grid;box-shadow:0 0 70px #31d9f11f}.knowledge-orb svg{width:36px;height:36px}.knowledge-intro h2{margin:24px 0 8px;font-size:24px}.knowledge-intro>p{color:#7285a1;max-width:500px}.knowledge-intro>div:last-child{gap:10px;margin-top:18px;display:flex}.knowledge-intro>div:last-child span{border:1px solid var(--line);color:#6f819d;border-radius:20px;align-items:center;gap:6px;padding:7px 10px;font-size:8px;display:flex}.knowledge-intro>div:last-child svg{color:#6890ec;width:12px}.search-results{grid-template-columns:1fr 1fr;gap:24px;display:grid}.search-result{border-top:1px solid var(--line-soft);align-items:flex-start;gap:12px;padding:14px 3px;display:flex}.search-result>div:nth-child(2){flex:1}.search-result h3{margin:1px 0 6px;font-size:11px}.search-result p{color:#7e91aa;margin:0 0 7px;font-size:9px;line-height:1.55}.search-result span{color:#536783;font-size:8px}.search-result>svg:last-child{color:#526783;width:13px;margin-top:11px}.search-result.web>svg:first-child{color:#65d4ed;margin-top:4px}.meeting-hero{background:radial-gradient(circle at 80%,#896dff38,#0000 32%),linear-gradient(145deg,#0d1d36,#101832);border:1px solid #263e63;border-radius:20px;align-items:center;min-height:260px;padding:38px;display:flex;position:relative;overflow:hidden}.meeting-hero>div:nth-child(2){z-index:2;max-width:620px;position:relative}.meeting-hero h2{margin:9px 0;font-size:28px}.meeting-hero p{color:#91a2ba;line-height:1.6}.meeting-hero>svg{color:#8e7af0;opacity:.35;width:90px;height:90px;margin-left:auto}.waveform{opacity:.1;justify-content:flex-end;align-items:center;gap:4px;padding-right:24%;display:flex;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.waveform i{background:var(--cyan);border-radius:4px;width:3px}.kanban{grid-template-columns:repeat(4,1fr);gap:10px;padding-bottom:10px;display:grid;overflow:auto}.kanban>section{min-width:240px}.kanban>section>header{justify-content:space-between;align-items:center;padding:0 4px 11px;display:flex}.kanban>section>header>b{color:#596c87;font-size:9px}.kanban>section>div{flex-direction:column;gap:8px;display:flex}.task-card{border:1px solid var(--line-soft);background:#0d1a2d;border-radius:13px;padding:13px;position:relative}.task-card>div:first-child{justify-content:space-between;display:flex}.task-card>div:first-child button{color:#536681;background:0 0;border:0}.task-card h3{margin:12px 0 6px;font-size:11px}.task-card p{color:#71849f;font-size:9px;line-height:1.45}.task-card footer{border-top:1px solid var(--line-soft);color:#5e718c;justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;font-size:8px;display:flex}.task-card footer span{align-items:center;gap:4px;display:flex}.task-card footer i{color:#fff;background:#32549b;border-radius:7px;place-items:center;width:19px;height:19px;font-size:6px;font-style:normal;display:grid}.task-card footer svg{width:11px}.task-card select{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.activity-summary{border:1px solid var(--line-soft);background:#0c192b;border-radius:14px;grid-template-columns:repeat(4,1fr);margin-bottom:17px;display:grid}.activity-summary span{border-right:1px solid var(--line-soft);color:#7285a0;align-items:center;gap:7px;padding:13px 16px;font-size:9px;display:flex}.activity-summary span:last-child{border:0}.activity-summary svg{color:#6d8ee9;width:13px}.activity-summary b{color:#dbe7f7}.activity-list{border:1px solid var(--line-soft);background:#0b1728;border-radius:14px;overflow:hidden}.activity-list article{border-top:1px solid var(--line-soft);align-items:center;gap:13px;min-height:76px;padding:11px 15px;display:flex}.activity-list article:first-child{border:0}.job-icon{color:#7293ef;background:#13243c;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.job-icon.failed{color:var(--red);background:#ff657a14}.job-icon.completed{color:var(--green);background:#32d29614}.job-main{flex:1;min-width:0}.job-main>div:first-child{flex-direction:column;gap:4px;display:flex}.job-main span{color:#596c88;font-size:8px}.progress-line{background:#172740;border-radius:5px;height:2px;margin-top:9px;overflow:hidden}.progress-line i{background:linear-gradient(90deg,var(--blue),var(--cyan));height:100%;display:block}.job-error{color:#c67c88;margin:6px 0 0;font-size:8px}.job-end{align-items:center;gap:9px;display:flex}.job-end>small{color:#596c87;font-size:8px}.stat-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;display:grid}.stat-card{border:1px solid var(--line-soft);background:linear-gradient(145deg,#0e1b2e,#0a1728);border-radius:15px;gap:12px;padding:16px;display:flex}.stat-card>span{color:#7396f4;background:#142742;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.stat-card>div{flex-direction:column;display:flex}.stat-card small{color:#6c7f9b;font-size:8px}.stat-card strong{margin:4px 0;font-size:22px}.stat-card p{color:#526580;margin:0;font-size:8px}.audit-list>div{border-top:1px solid var(--line-soft);gap:9px;padding:9px 3px;display:flex}.audit-list>div:first-child{border:0}.audit-list>div>span{width:27px;height:27px;color:var(--green);background:#32d29614;border-radius:8px;place-items:center;display:grid}.audit-list svg{width:12px}.audit-list>div>div{color:#8597af;font-size:9px;line-height:1.4}.audit-list b,.audit-list strong{color:#c3d0e2}.audit-list small{color:#526580;margin-top:3px;display:block}.op-meter>span{color:#7c8fa9;font-size:9px}.op-meter>span b{color:#fff;margin-right:4px;font-size:25px}.op-meter>div{background:#172740;border-radius:5px;height:4px;margin:12px 0 7px;overflow:hidden}.op-meter i{background:linear-gradient(90deg,var(--blue),var(--cyan));height:100%;display:block}.op-meter small{color:#586b86;font-size:8px}.security-note{border-top:1px solid var(--line-soft);color:var(--green);gap:9px;margin-top:25px;padding-top:17px;display:flex}.security-note div{flex-direction:column;gap:4px;display:flex}.security-note b{font-size:9px}.security-note span{color:#657992;font-size:8px;line-height:1.5}.users-table .table-head,.users-table .table-row{grid-template-columns:minmax(280px,1fr) 100px 100px 130px 60px}.user-cell>i{color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:8px;font-style:normal;font-weight:800;display:grid}.capability-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.capability-grid article{border:1px solid var(--line-soft);background:#0c192b;border-radius:14px;padding:15px}.capability-grid article>div:first-child{text-transform:capitalize;align-items:center;gap:8px;display:flex}.capability-grid b{font-size:10px}.capability-grid p{color:#5f728e;margin:8px 0 12px;font-size:8px}.capability-grid article>div:last-child{flex-wrap:wrap;gap:5px;display:flex}.cap-dot{border-radius:50%;width:7px;height:7px}.cap-dot.local{background:var(--green);box-shadow:0 0 8px var(--green)}.cap-dot.cloud{background:var(--blue);box-shadow:0 0 8px var(--blue)}.settings-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.settings-grid .panel{flex-direction:column;gap:15px;display:flex}.big-avatar{border-radius:13px;place-items:center;width:45px;height:45px;font-size:11px;font-weight:800;display:grid}.role-row{color:#61748f;align-items:center;gap:10px;font-size:9px;display:flex}.inline-password{grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:10px;display:grid}.modal-backdrop,.command-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#030810b8;place-items:center;padding:20px;animation:.15s fade;display:grid;position:fixed;inset:0}.modal{width:min(560px,100%);max-height:90vh;box-shadow:var(--shadow);background:#0d1a2d;border:1px solid #2b4263;border-radius:18px;padding:0 22px 22px;overflow:auto}.modal>header{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;height:67px;margin-bottom:20px;display:flex}.modal>header h2{margin:0;font-size:17px}.form-stack{flex-direction:column;gap:16px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.color-row{gap:8px;display:flex}.color-row button{color:#fff;cursor:pointer;border:2px solid #0000;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.color-row button.active{border-color:#fff}.color-row svg{width:13px}.modal-actions{justify-content:flex-end;gap:8px;padding-top:5px;display:flex}.command-panel{width:min(620px,100%);box-shadow:var(--shadow);background:#0c192c;border:1px solid #2a4163;border-radius:17px;align-self:start;margin-top:12vh;overflow:hidden}.command-input{border-bottom:1px solid var(--line);align-items:center;gap:10px;height:62px;padding:0 15px;display:flex}.command-input>svg{color:#6c83a5}.command-input input{background:0 0;border:0;flex:1;font-size:14px;box-shadow:none!important}.command-input kbd{color:#5e728f;border:1px solid #293e5e;border-radius:5px;padding:3px 6px;font-size:8px}.command-results{padding:9px}.command-results>small{color:#536681;text-transform:uppercase;letter-spacing:1px;padding:7px 9px;font-size:8px;display:block}.command-results button{color:#9eafc4;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;width:100%;height:44px;padding:0 10px;display:flex}.command-results button:hover{color:#e0eaf8;background:#142640}.command-results button span{flex:1;font-size:10px;font-weight:650}.command-results button svg:last-child{color:#536783;width:13px}.guide-modal{background:linear-gradient(145deg,#0d1a2d,#091525);width:min(1060px,100%);height:min(790px,92vh);max-height:92vh;padding:0;overflow:hidden}.guide-modal>header{background:#081424b8;flex:none;height:62px;margin:0;padding:0 20px}.guide-modal>header h2{align-items:center;gap:8px;display:flex}.guide-shell{flex-direction:column;height:calc(100% - 62px);min-height:0;display:flex}.guide-banner{border-bottom:1px solid var(--line-soft);background:radial-gradient(circle at 8% 0,#34d7f31a,#0000 35%),linear-gradient(90deg,#4f7fff12,#0000);align-items:center;gap:12px;min-height:76px;padding:12px 22px;display:flex}.guide-banner>span{color:#74e6fa;background:linear-gradient(145deg,#17365d,#102441);border-radius:13px;place-items:center;width:43px;height:43px;display:grid;box-shadow:0 0 24px #34d7f31a}.guide-banner>span svg{width:21px}.guide-banner>div{flex-direction:column;gap:4px;display:flex}.guide-banner b{font-size:14px}.guide-banner small{color:#70839f;font-size:9px}.guide-banner>kbd{color:#7186a4;background:#101f35;border:1px solid #2a4264;border-bottom-width:2px;border-radius:6px;margin-left:auto;padding:4px 8px;font-size:9px}.guide-layout{flex:1;grid-template-columns:260px minmax(0,1fr);min-height:0;display:grid}.guide-layout>aside{border-right:1px solid var(--line-soft);background:#060f1c73;flex-direction:column;min-height:0;padding:14px 12px;display:flex}.guide-search{margin-bottom:10px;display:block;position:relative}.guide-search svg{color:#5d718e;width:14px;position:absolute;top:10px;left:10px}.guide-search input{background:#0c192b;border-radius:9px;height:35px;padding-left:32px;font-size:9px}.guide-layout>aside nav{flex-direction:column;gap:3px;padding-right:2px;display:flex;overflow:auto}.guide-layout>aside nav button{color:#7186a3;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;min-height:55px;padding:7px 9px;display:flex}.guide-layout>aside nav button:hover{color:#b9c9dd;background:#10213a}.guide-layout>aside nav button.active{color:#e1ecfa;background:linear-gradient(90deg,#4f7fff2e,#34d7f30d);box-shadow:inset 2px 0 #5e89ff}.guide-layout>aside nav button>svg:first-child{flex:none;width:17px}.guide-layout>aside nav button>svg:last-child{color:#445a77;width:12px;margin-left:auto}.guide-layout>aside nav span{flex-direction:column;gap:3px;min-width:0;display:flex}.guide-layout>aside nav b{font-size:9px}.guide-layout>aside nav small{color:#536783;white-space:nowrap;text-overflow:ellipsis;font-size:7px;overflow:hidden}.guide-aside-note{color:#536882;align-items:flex-start;gap:7px;margin-top:auto;padding:11px 8px 2px;font-size:7px;line-height:1.5;display:flex}.guide-aside-note svg{color:#6486dd;flex:none;width:13px}.guide-aside-note kbd,.shortcut-list kbd{color:#8da2c0;white-space:nowrap;background:#102039;border:1px solid #2b4160;border-radius:5px;padding:2px 5px;font-size:7px}.guide-layout>main{scrollbar-gutter:stable;padding:30px clamp(24px,4vw,45px) 42px;overflow:auto}.guide-kicker{color:#5e88f3;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-size:8px;font-weight:800}.guide-layout>main>h1{color:#edf4ff;letter-spacing:-.8px;margin:0 0 10px;font-size:27px}.guide-lead{color:#8193ad;max-width:720px;margin:0 0 25px;font-size:11px;line-height:1.75}.guide-steps{gap:8px;margin-bottom:22px;display:grid}.guide-steps article{border:1px solid var(--line-soft);background:#0e1d31a6;border-radius:12px;gap:12px;padding:13px;display:flex}.guide-steps article>span{color:#fff;background:linear-gradient(145deg,#294f94,#4457c2);border-radius:9px;flex:none;place-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:grid}.guide-steps article>div{flex-direction:column;gap:4px;display:flex}.guide-steps p,.guide-feature-grid p,.guide-callout p{color:#7588a3;margin:0;font-size:9px;line-height:1.6}.guide-recipe{background:#34d7f30a;border:1px solid #34d7f326;border-radius:13px;margin-bottom:18px;padding:14px}.guide-recipe>div{color:#55d6ef;align-items:center;gap:9px;margin-bottom:10px;display:flex}.guide-recipe>div svg{width:18px}.guide-recipe>div span{flex-direction:column;gap:2px;display:flex}.guide-recipe b{color:#cfe9f0;font-size:9px}.guide-recipe small{color:#557485;font-size:7px}.guide-recipe code{color:#91a8c3;white-space:normal;background:#081321;border-radius:8px;padding:11px;font:9px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;display:block}.guide-actions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.guide-feature-grid{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:22px;display:grid}.guide-feature-grid article{border:1px solid var(--line-soft);background:#0d1b2f;border-radius:13px;min-height:142px;padding:15px}.guide-feature-grid article>svg{color:#7196f4;width:20px;margin-bottom:12px}.guide-feature-grid h3{color:#dce8f7;margin:0 0 6px}.guide-example{border-top:1px solid var(--line-soft);padding:15px}.guide-example>b{margin-bottom:9px;font-size:9px;display:block}.guide-example>div{flex-wrap:wrap;gap:6px;display:flex}.guide-example span{color:#7f92ac;background:#0e1d32;border:1px solid #243b5a;border-radius:20px;padding:6px 9px;font-size:8px}.guide-callout{background:#4f7fff0d;border:1px solid #4f7fff2e;border-radius:13px;gap:12px;margin:18px 0;padding:14px;display:flex}.guide-callout.cyan{background:#34d7f30b;border-color:#34d7f32b}.guide-callout>svg{color:#75a0ff;flex:none;width:20px}.guide-callout.cyan>svg{color:#55d9f1}.guide-callout>div{flex-direction:column;gap:5px;display:flex}.guide-callout b{color:#d7e4f5;font-size:10px}.guide-two-col{grid-template-columns:1fr 1fr;gap:10px;margin:18px 0;display:grid}.guide-two-col>section{border:1px solid var(--line-soft);background:#0c192b;border-radius:13px;padding:15px}.guide-two-col h3{color:#d9e5f5;margin:0 0 10px}.guide-two-col ol,.guide-two-col ul{color:#7487a2;margin:0;padding-left:18px;font-size:8px;line-height:1.75}.guide-note{border-top:1px solid var(--line-soft);color:#6b7f9a;align-items:flex-start;gap:9px;padding:14px 3px 0;font-size:8px;line-height:1.6;display:flex}.guide-note svg{color:#7193ed;flex:none;width:16px}.guide-note b{color:#aebfd4}.guide-output-grid{grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:20px;display:grid}.guide-output-grid article{border:1px solid var(--line-soft);background:#0c192b;border-radius:12px;flex-direction:column;gap:8px;min-height:125px;padding:12px;display:flex}.guide-output-grid svg{color:#6f94f0;width:21px}.guide-output-grid span{color:#687c98;font-size:7px;line-height:1.5}.guide-mode-list{gap:8px;margin-bottom:20px;display:grid}.guide-mode-list article{border:1px solid var(--line-soft);background:#0c192b;border-radius:13px;align-items:center;gap:12px;min-height:75px;padding:12px;display:flex}.mode-orb{color:#7599f5;background:#152946;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.mode-orb svg{width:19px}.mode-orb.fast{color:#f4b85d;background:#f4b85d17}.mode-orb.best{color:#a68af5;background:#a68af517}.mode-orb.private{color:#49d8a5;background:#49d8a517}.guide-mode-list article>div{flex-direction:column;gap:5px;display:flex}.guide-mode-list b em{color:#62d9ef;text-transform:uppercase;letter-spacing:.5px;margin-left:6px;font-size:7px;font-style:normal}.guide-mode-list p{color:#7185a0;margin:0;font-size:8px;line-height:1.55}.guide-section-icon{color:#7297f4;background:#142742;border-radius:11px;place-items:center;width:38px;height:38px;margin-bottom:12px;display:grid}.guide-section-icon svg{width:19px}.guide-status-list{gap:7px;margin-bottom:20px;display:grid}.guide-status-list article{border:1px solid var(--line-soft);background:#0c192b;border-radius:11px;align-items:center;gap:12px;padding:11px 12px;display:flex}.guide-status-list article>.badge{justify-content:center;min-width:95px}.guide-status-list p{color:#7286a1;margin:0;font-size:8px;line-height:1.5}.shortcut-list{list-style:none;padding:0!important}.shortcut-list li{align-items:center;gap:8px;margin-bottom:7px;display:flex}.shortcut-list kbd{text-align:center;min-width:68px}.shortcut-list span{color:#7487a2}.popover{z-index:80;box-shadow:var(--shadow);background:#0d1a2c;border:1px solid #2a405f;border-radius:14px;position:fixed}.notification-panel{width:min(390px,100vw - 30px);max-height:600px;top:64px;right:25px;overflow:hidden}.popover-head{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;height:60px;padding:0 15px;display:flex}.popover-head>div{flex-direction:column;gap:3px;display:flex}.popover-head small{color:#5f728e;font-size:8px}.notice-list{max-height:510px;padding:5px 10px 10px;overflow:auto}.notice-list>a{border-top:1px solid var(--line-soft);gap:10px;padding:11px 5px;display:flex}.notice-list>a:first-child{border:0}.notice-list>a.unread:after{content:"";background:var(--blue);width:6px;height:6px;box-shadow:0 0 8px var(--blue);border-radius:50%;margin-top:7px}.notice-icon{color:#7092ee;background:#13243b;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.notice-icon svg{width:14px}.notice-list>a>div{flex:1}.notice-list p{color:#7385a0;margin:4px 0;font-size:8px;line-height:1.4}.notice-list small{color:#526580;font-size:7px}.profile-menu{width:240px;padding:8px;top:64px;right:25px}.profile-summary{border-bottom:1px solid var(--line-soft);align-items:center;gap:9px;margin-bottom:6px;padding:7px 6px 12px;display:flex}.profile-menu>a,.profile-menu>button{color:#899ab0;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;height:39px;padding:0 8px;font-size:10px;display:flex}.profile-menu>a:hover,.profile-menu>button:hover{color:#d5e0ef;background:#15263e}.toast-stack{z-index:200;flex-direction:column;gap:8px;width:min(370px,100vw - 30px);display:flex;position:fixed;bottom:20px;right:20px}.toast{box-shadow:var(--shadow);background:#102039;border:1px solid #29415f;border-radius:13px;gap:9px;padding:12px;animation:.25s slide;display:flex}.toast>svg{color:#76a0ff}.toast.success>svg{color:var(--green)}.toast.error>svg{color:var(--red)}.toast div{flex-direction:column;gap:3px;display:flex}.toast strong{font-size:10px}.toast p{color:#8294ad;margin:0;font-size:8px;line-height:1.45}.loading-state{color:#637691;justify-content:center;align-items:center;gap:9px;min-height:180px;font-size:9px;display:flex}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:230px;padding:25px;display:flex}.empty-icon{color:#7193ed;background:#13253e;border-radius:15px;place-items:center;width:51px;height:51px;margin-bottom:12px;display:grid}.empty-state h3{margin:0 0 6px;font-size:14px}.empty-state p{color:#667994;max-width:390px;margin:0 0 14px;font-size:9px;line-height:1.55}.error-state{color:var(--red);background:#ff657a0e;border:1px solid #ff657a33;border-radius:11px;align-items:center;gap:9px;margin:5px 0;padding:10px;display:flex}.error-state>div{flex:1}.error-state strong{font-size:9px}.error-state p{color:#a27d88;margin:3px 0 0;font-size:8px}.error-state svg{width:16px}.not-found{min-height:calc(100vh - var(--topbar));text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.not-found img{object-fit:contain;filter:grayscale(.3)opacity(.5);width:120px;height:120px}.not-found h1{margin:12px 0 4px;font-size:28px}.not-found p{color:var(--muted);margin-bottom:20px}@keyframes fade{0%{opacity:0}}@keyframes slide{0%{opacity:0;transform:translateY(8px)}}@media (width<=1180px){.quick-grid,.dashboard-grid{grid-template-columns:1fr 1fr}.dashboard-grid>.panel:last-child{grid-column:span 2}.projects-grid{grid-template-columns:1fr 1fr}.artifact-grid{grid-template-columns:repeat(3,1fr)}.stat-grid,.capability-grid,.inline-password{grid-template-columns:1fr 1fr}.artifact-detail-grid{grid-template-columns:minmax(0,1fr) 280px}}@media (width<=900px){:root{--sidebar:75px}.sidebar .side-brand>div,.sidebar .nav-label,.sidebar nav span,.sidebar .side-bottom span,.sidebar .collapse-button{display:none}.sidebar .side-brand,.sidebar nav a{justify-content:center;padding:0}.auth-shell{display:block}.auth-story{display:none}.auth-panel{min-height:100vh;padding:45px 25px}.mobile-auth-brand{align-items:center;gap:9px;margin-bottom:20px;display:flex}.mobile-auth-brand img{object-fit:contain;width:42px;height:42px}.studio-layout{grid-template-columns:1fr}.studio-tools{grid-template-columns:repeat(5,1fr);display:grid}.studio-tools>button{justify-content:center}.studio-tools>button>div,.studio-tools>button>svg,.studio-proof{display:none}.artifact-detail-grid{grid-template-columns:1fr}.artifact-detail-grid>aside{grid-template-columns:1fr 1fr;display:grid}.kanban{grid-template-columns:repeat(4,250px)}.search-results,.settings-grid{grid-template-columns:1fr}.settings-grid .span-2{grid-column:auto}.table-head,.table-row{grid-template-columns:minmax(220px,1fr) 100px 100px 70px}.files-table .table-head>span:nth-child(4),.files-table .table-row>span:nth-child(4){display:none}.users-table .table-head,.users-table .table-row{grid-template-columns:minmax(220px,1fr) 80px 80px 50px}.users-table .table-head>span:nth-child(4),.users-table .table-row>span:nth-child(4){display:none}}@media (width<=680px){:root{--topbar:58px}.sidebar{width:270px;box-shadow:var(--shadow);transition:transform .25s;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.sidebar .side-brand>div,.sidebar .nav-label,.sidebar nav span,.sidebar .side-bottom span{display:flex}.sidebar .side-brand{justify-content:flex-start;padding:0 6px}.sidebar nav a{justify-content:flex-start;padding:0 12px}.mobile-close{margin-left:auto;display:grid}.sidebar-scrim{z-index:25;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;border:0;position:fixed;inset:0}.app-main,.sidebar-collapsed .app-main{margin-left:0}.topbar{padding:0 10px}.mobile-menu{display:grid}.global-search{background:0 0;border:0;justify-content:center;width:40px;padding:0}.global-search span,.global-search kbd,.profile-button>div,.profile-button>svg{display:none}.profile-button>span{width:32px;height:32px}.page,.dashboard-page{padding:20px 14px 90px}.page-heading{flex-direction:column;align-items:flex-start;margin-bottom:22px}.page-heading h1{font-size:28px}.page-actions{width:100%}.page-actions .button{flex:1}.mobile-tabs{z-index:24;height:67px;padding:5px 7px calc(5px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);background:#07101ff0;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-tabs a{color:#60738e;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:19%;font-size:7px;display:flex}.mobile-tabs a.active{color:#7da1ff}.mobile-tabs svg{width:18px}.hero{border-radius:19px;padding:26px 16px 20px}.hero-top h1{font-size:27px}.hero-signal{display:none}.composer{margin-top:22px}.hero-hints{display:none}.quick-grid,.dashboard-grid{grid-template-columns:1fr}.dashboard-grid>.panel,.dashboard-grid>.panel:last-child{grid-column:auto}.project-mini-grid,.projects-grid{grid-template-columns:1fr}.project-card{min-height:210px}.project-hero{flex-wrap:wrap;align-items:flex-start}.project-hero>.page-actions{width:100%}.table-head{display:none}.data-table{background:0 0;border:0;overflow:visible}.table-row{border:1px solid var(--line-soft);background:#0c192b;border-radius:12px;flex-wrap:wrap;gap:8px;margin-bottom:8px;padding:11px;display:flex}.table-row .file-cell,.table-row .user-cell{width:calc(100% - 10px)}.row-actions{margin-left:auto}.studio-tools{grid-template-columns:repeat(5,1fr);overflow:auto}.creation-canvas{padding:17px}.creation-footer{align-items:flex-end;gap:12px}.creation-footer>div{flex-direction:column;align-items:flex-start}.artifact-grid{grid-template-columns:1fr 1fr}.artifact-detail-head{flex-wrap:wrap;align-items:flex-start}.artifact-detail-head>.page-actions{width:100%}.artifact-detail-grid>aside{display:flex}.artifact-content{padding:12px;overflow:hidden}.paper-preview{min-height:600px;padding:25px 22px}.chat-page{height:calc(100vh - var(--topbar) - 67px)}.messages{padding:20px 13px 130px}.message{gap:8px}.message-avatar{border-radius:9px;width:30px;height:30px}.message-avatar img{width:27px;height:27px}.chat-composer{width:calc(100% - 20px);bottom:0}.knowledge-search{margin-top:22px}.knowledge-search .button{width:42px;padding:8px;font-size:0}.knowledge-intro>div:last-child{flex-direction:column}.meeting-hero{min-height:300px;padding:25px 20px}.meeting-hero>svg{display:none}.activity-summary{grid-template-columns:1fr 1fr}.activity-summary span:nth-child(2){border-right:0}.activity-summary span:nth-child(-n+2){border-bottom:1px solid var(--line-soft)}.activity-list article{align-items:flex-start}.job-end{flex-direction:column;align-items:flex-end}.stat-grid{grid-template-columns:1fr 1fr}.capability-grid,.inline-password,.form-grid{grid-template-columns:1fr}.modal{padding:0 15px 15px}.modal-backdrop{padding:10px}.notification-panel,.profile-menu{top:55px;right:8px}.toast-stack{bottom:78px;right:10px}.settings-grid{display:block}.settings-grid .panel{margin-bottom:10px}}@media (width<=420px){.artifact-grid,.stat-grid{grid-template-columns:1fr}.quick-card{padding:12px}.hero-top p{font-size:13px}.auth-card h2{font-size:29px}}@media (width<=900px){.sidebar .sidebar-help{justify-content:center;padding:0}.sidebar .sidebar-help span,.sidebar .sidebar-help i{display:none}.guide-modal{width:min(940px,100%)}.guide-layout{grid-template-columns:220px minmax(0,1fr)}.guide-output-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=680px){.sidebar .sidebar-help{justify-content:flex-start;padding:0 12px}.sidebar .sidebar-help span{display:flex}.sidebar .sidebar-help i{display:block}.guide-modal{border-radius:15px;width:100%;height:calc(100vh - 16px);max-height:calc(100vh - 16px)}.guide-modal>header{height:54px;padding:0 13px}.guide-shell{height:calc(100% - 54px)}.guide-banner{min-height:65px;padding:9px 14px}.guide-banner>span{width:38px;height:38px}.guide-banner>kbd{display:none}.guide-layout{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.guide-layout>aside{border-right:0;border-bottom:1px solid var(--line-soft);padding:9px;display:block}.guide-search{margin-bottom:7px}.guide-layout>aside nav{flex-direction:row;padding-bottom:2px;display:flex;overflow-x:auto}.guide-layout>aside nav button{min-width:148px;min-height:47px}.guide-layout>aside nav button>svg:last-child,.guide-aside-note{display:none}.guide-layout>main{padding:23px 16px 34px}.guide-layout>main>h1{font-size:23px}.guide-lead{font-size:10px}.guide-feature-grid,.guide-two-col{grid-template-columns:1fr}.guide-output-grid{grid-template-columns:1fr 1fr}.guide-actions .button{flex:1}.guide-status-list article{flex-direction:column;align-items:flex-start}.guide-status-list article>.badge{min-width:0}.guide-example{padding:12px 0}}@media (width<=420px){.guide-output-grid{grid-template-columns:1fr}.guide-banner small{max-width:230px}.guide-actions{flex-direction:column}.guide-actions .button{width:100%}}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#17243a;--muted:#60718a;--soft:#76869b;--bg:#f3f6fa;--bg-2:#eef3f8;--surface:#fff;--surface-2:#f7f9fc;--surface-3:#eaf0f7;--line:#c9d5e4;--line-soft:#dde5ef;--blue:#416fe8;--cyan:#079bb5;--violet:#7157dc;--green:#16865f;--orange:#c96b24;--red:#d7465d;--pink:#bc46b6;--shadow:0 22px 65px #2b3e5829}[data-theme=light] body,[data-theme=light] .app-shell{background:var(--bg);color:var(--ink)}[data-theme=light] ::selection{color:#17243a;background:#416fe838}[data-theme=light] ::-webkit-scrollbar-thumb{background:#b9c7d8;border-color:#0000}[data-theme=light] input,[data-theme=light] textarea,[data-theme=light] select{color:var(--ink);border-color:var(--line);background:#fff}[data-theme=light] input:focus,[data-theme=light] textarea:focus,[data-theme=light] select:focus{background:#fff;border-color:#557dea;box-shadow:0 0 0 3px #416fe81f}[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder{color:#93a1b3}[data-theme=light] .auth-card label,[data-theme=light] .form-stack label,[data-theme=light] .panel>label,[data-theme=light] .inline-password label,[data-theme=light] .creation-canvas>label{color:#465873}[data-theme=light] .sidebar{background:linear-gradient(#fbfcfe,#f4f7fb);border-color:#dbe4ef;box-shadow:5px 0 30px #3b4e690d}[data-theme=light] .side-brand>div span{color:#71839a}[data-theme=light] .nav-label{color:#8a99aa}[data-theme=light] .sidebar nav a,[data-theme=light] .sidebar-help{color:#5d7089}[data-theme=light] .sidebar nav a:hover,[data-theme=light] .sidebar-help:hover{color:#18385f;background:#eaf0f8}[data-theme=light] .sidebar nav a.active{color:#1c4174;background:linear-gradient(90deg,#416fe824,#079bb50b)}[data-theme=light] .install-card{color:#294869;background:linear-gradient(135deg,#e9f2ff,#f1f2ff);border-color:#c9d9ea}[data-theme=light] .install-card small,[data-theme=light] .connection{color:#70839a}[data-theme=light] .topbar{background:#fafcffe0;border-color:#cad6e5e6;box-shadow:0 6px 25px #3045600b}[data-theme=light] .global-search{color:#72839a;background:#fff;border-color:#d5dfeb;box-shadow:0 3px 12px #3649620a}[data-theme=light] .global-search kbd{color:#697b92;background:#edf2f8;border-color:#cdd8e6}[data-theme=light] .profile-button:hover,[data-theme=light] .icon-button:hover{color:#223a59;background:#eaf0f7}[data-theme=light] .hero{background:radial-gradient(circle at 82% 0,#7157dc1f,#0000 36%),radial-gradient(circle at 8% 100%,#079bb517,#0000 32%),linear-gradient(145deg,#f9fbff,#edf4fc 62%,#f1efff);border-color:#c8d8ed;box-shadow:0 28px 75px #394e6c1a}[data-theme=light] .hero:after{background-image:linear-gradient(#3758870b 1px,#0000 1px),linear-gradient(90deg,#3758870b 1px,#0000 1px)}[data-theme=light] .hero-top p{color:#62758f}[data-theme=light] .hero-signal span{color:#277a62}[data-theme=light] .hero-signal small{color:#778aa2}[data-theme=light] .composer{background:#ffffffeb;border-color:#c3d3e7;box-shadow:0 20px 45px #3248661c}[data-theme=light] .composer:focus-within{box-shadow:0 20px 50px #32486621,0 0 0 3px #416fe81a}[data-theme=light] .tool-button{color:#60748e}[data-theme=light] .tool-button:hover{color:#294766;background:#eaf0f7}[data-theme=light] .composer-files>span{color:#405776;background:#edf3fa;border-color:#cddbea}[data-theme=light] .mode-menu{background:#fff;border-color:#cad7e6}[data-theme=light] .mode-menu button{color:#526780}[data-theme=light] .mode-menu button:hover,[data-theme=light] .mode-menu button.active{color:#1e3859;background:#edf3fa}[data-theme=light] .mode-menu small{color:#7b8ca1}[data-theme=light] .hero-hints span{color:#71849c}[data-theme=light] .hero-hints button{color:#5f738d;background:#ffffffad;border-color:#cdd9e7}[data-theme=light] .hero-hints button:hover{color:#244668;border-color:#9fb5ce}[data-theme=light] .quick-card,[data-theme=light] .panel,[data-theme=light] .project-card,[data-theme=light] .stat-card{border-color:var(--line-soft);background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 8px 25px #36496209}[data-theme=light] .quick-card:hover,[data-theme=light] .project-card:hover{background:#fff;border-color:#aebfd3;box-shadow:0 12px 30px #36496214}[data-theme=light] .quick-card small,[data-theme=light] .project-card p,[data-theme=light] .project-meta,[data-theme=light] .project-foot>span{color:#697d96}[data-theme=light] .project-mini-grid button{background:#f8fafc;border-color:#d9e3ed}[data-theme=light] .project-mini-grid button:hover{background:#f1f6fb;border-color:#b7c7da}[data-theme=light] .project-mini-grid span,[data-theme=light] .artifact-table span,[data-theme=light] .list-panel small{color:#6d8097}[data-theme=light] .artifact-table>button:hover{background:#f5f8fb}[data-theme=light] .data-table,[data-theme=light] .list-panel{background:#fff;border-color:#d8e1ec}[data-theme=light] .table-head{color:#6e8198;background:#eef3f8}[data-theme=light] .table-row{background:#fff}[data-theme=light] .file-cell small,[data-theme=light] .user-cell small{color:#74869d}[data-theme=light] .list-icon,[data-theme=light] .message-avatar,[data-theme=light] .version-panel>div>span,[data-theme=light] .job-icon,[data-theme=light] .stat-card>span{color:#456fda;background:#eaf1fa}[data-theme=light] .tabs button{color:#637890}[data-theme=light] .tabs button.active{color:#1f426b}[data-theme=light] .tabs button span{color:#657991;background:#eaf0f7}[data-theme=light] .markdown{color:#344861}[data-theme=light] .markdown h1,[data-theme=light] .markdown h2,[data-theme=light] .markdown h3{color:#172c47}[data-theme=light] .markdown code{background:#eaf0f7;border-color:#ccd8e6}[data-theme=light] .markdown pre{background:#eef3f8;border-color:#ccd8e6}[data-theme=light] .markdown th,[data-theme=light] .markdown td{border-color:#c9d5e3}[data-theme=light] .message-meta>span:not(.badge),[data-theme=light] .message-trace span{color:#71839a}[data-theme=light] .chat-composer{background:#fcfdfff0;border-color:#c5d3e4;box-shadow:0 -18px 55px #41536c21}[data-theme=light] .studio-tools>button{color:#64778f}[data-theme=light] .studio-tools>button:hover{color:#294663;background:#eaf0f7}[data-theme=light] .studio-tools>button.active{color:#1d3b60;background:#e5eef9;border-color:#bfd0e4}[data-theme=light] .studio-tools>button>span{color:#456fd4;background:#e8eff8}[data-theme=light] .creation-canvas{background:linear-gradient(145deg,#fff,#f7f9fc);border-color:#cbd8e7;box-shadow:0 22px 60px #36496217}[data-theme=light] .source-drop{color:#5f7590;background:#f3f7fb;border-color:#b8c8dc}[data-theme=light] .source-drop b{color:#354e6b}[data-theme=light] .artifact-card{background:#fff;border-color:#dce4ee}[data-theme=light] .artifact-preview{background:radial-gradient(circle at 50% 40%,#edf3fa,#f8fafc)}[data-theme=light] .format-label{color:#64778f;background:#e8eef6}[data-theme=light] .slide-preview{background:#172b47}[data-theme=light] .email-preview{background:#f5f8fb;border-color:#ccd8e5}[data-theme=light] .email-preview>div{border-color:#d9e2ec}[data-theme=light] .confirm-row b{color:#344b66}[data-theme=light] .knowledge-search{background:#fff;border-color:#bdcde0;box-shadow:0 16px 45px #3649621a}[data-theme=light] .scope-switch button{color:#667a92}[data-theme=light] .scope-switch button.active{color:#24415f;background:#eaf0f7;border-color:#c8d5e4}[data-theme=light] .knowledge-orb{color:#138fab;background:radial-gradient(circle,#e1f1fa,#e9eef9);box-shadow:0 0 60px #079bb51a}[data-theme=light] .meeting-hero{background:radial-gradient(circle at 80%,#7157dc1f,#0000 34%),linear-gradient(145deg,#f7faff,#edf1fb);border-color:#c6d4e5}[data-theme=light] .meeting-hero p{color:#62768e}[data-theme=light] .task-card,[data-theme=light] .activity-summary,[data-theme=light] .activity-list,[data-theme=light] .capability-grid article{background:#fff;border-color:#dbe4ee}[data-theme=light] .activity-summary b{color:#253b57}[data-theme=light] .progress-line,[data-theme=light] .op-meter>div{background:#dfe7f0}[data-theme=light] .audit-list b,[data-theme=light] .audit-list strong,[data-theme=light] .op-meter>span b{color:#263d58}[data-theme=light] .modal-backdrop,[data-theme=light] .command-backdrop{background:#1c2a3d61}[data-theme=light] .modal,[data-theme=light] .command-panel,[data-theme=light] .popover,[data-theme=light] .toast{background:#fff;border-color:#c6d3e3}[data-theme=light] .command-input kbd{color:#697c93;border-color:#ccd7e5}[data-theme=light] .command-results button{color:#52677f}[data-theme=light] .command-results button:hover{color:#1d3858;background:#edf3f8}[data-theme=light] .profile-menu>a,[data-theme=light] .profile-menu>button{color:#52677f}[data-theme=light] .profile-menu>a:hover,[data-theme=light] .profile-menu>button:hover{color:#1d3858;background:#edf3f8}[data-theme=light] .notice-icon,[data-theme=light] .empty-icon{color:#456fd4;background:#eaf1fa}[data-theme=light] .toast p,[data-theme=light] .empty-state p,[data-theme=light] .notice-list p{color:#667a92}[data-theme=light] .mobile-tabs{background:#fafcfff0}[data-theme=light] .guide-modal{background:linear-gradient(145deg,#fff,#f6f9fc)}[data-theme=light] .guide-modal>header{background:#f7fafde6}[data-theme=light] .guide-banner{background:radial-gradient(circle at 8% 0,#079bb517,#0000 35%),linear-gradient(90deg,#416fe80f,#0000)}[data-theme=light] .guide-banner>span{color:#138ea8;background:linear-gradient(145deg,#dcecff,#e7f5fa)}[data-theme=light] .guide-banner>kbd,[data-theme=light] .guide-aside-note kbd,[data-theme=light] .shortcut-list kbd{color:#60748c;background:#edf2f7;border-color:#c6d3e2}[data-theme=light] .guide-layout>aside{background:#eff4f9b8}[data-theme=light] .guide-search input{background:#fff}[data-theme=light] .guide-layout>aside nav button{color:#5f738b}[data-theme=light] .guide-layout>aside nav button:hover{color:#24415f;background:#e5edf6}[data-theme=light] .guide-layout>aside nav button.active{color:#173d6b;background:linear-gradient(90deg,#416fe821,#079bb50a)}[data-theme=light] .guide-layout>main>h1{color:#162a44}[data-theme=light] .guide-lead,[data-theme=light] .guide-steps p,[data-theme=light] .guide-feature-grid p,[data-theme=light] .guide-callout p,[data-theme=light] .guide-mode-list p,[data-theme=light] .guide-status-list p{color:#62768e}[data-theme=light] .guide-steps article,[data-theme=light] .guide-feature-grid article,[data-theme=light] .guide-two-col>section,[data-theme=light] .guide-output-grid article,[data-theme=light] .guide-mode-list article,[data-theme=light] .guide-status-list article{background:#fff;border-color:#d8e2ed}[data-theme=light] .guide-feature-grid h3,[data-theme=light] .guide-two-col h3,[data-theme=light] .guide-callout b{color:#263e5a}[data-theme=light] .guide-recipe code{color:#405973;background:#edf3f8}[data-theme=light] .guide-example span{color:#5d728b;background:#f2f6fa;border-color:#ccd9e7}[data-theme=light] .mode-orb{background:#e8eff9}[data-theme=light] .shortcut-list span{color:#61758d}[data-theme=light] body,[data-theme=light] .app-shell,[data-theme=light] .sidebar,[data-theme=light] .topbar,[data-theme=light] .panel,[data-theme=light] .modal{transition:background-color .2s,color .2s,border-color .2s}.nav-label{letter-spacing:1.4px;font-size:9px}.sidebar nav a,.sidebar-help{gap:13px;height:46px;font-size:13px}.sidebar nav svg,.sidebar-help>svg{width:19px;height:19px}.connection,.install-card small{font-size:10px}.global-search{font-size:12px}.global-search kbd{font-size:10px}.profile-button b,.profile-summary b{font-size:12px}.profile-button small,.profile-summary small,.eyebrow,.badge{font-size:10px}.text-button,.back-link{font-size:12px}.tool-button,.mode-menu b{font-size:11px}.mode-menu small{font-size:10px}.hero-signal span{font-size:11px}.hero-signal small,.hero-hints span,.hero-hints button{font-size:10px}.quick-card b{font-size:12px}.quick-card small{font-size:10px}.project-mini-grid b,.artifact-table b,.list-panel b{font-size:11px}.project-mini-grid span,.artifact-table span,.list-panel small{font-size:10px}.pulse-stat span,.metric-row,.project-card p{font-size:11px}.project-meta,.project-foot>span{font-size:10px}.tabs button{font-size:11px}.tabs button span,.table-head{font-size:9.5px}.file-cell b,.user-cell b{font-size:11px}.file-cell small,.user-cell small{font-size:10px}.markdown{font-size:13px}.message-meta b{font-size:11px}.message-meta>span:not(.badge),.message-trace button,.message-trace span{font-size:9.5px}.thinking{font-size:10px}.chat-composer textarea{font-size:13px}.studio-tools b{font-size:11px}.studio-tools small{font-size:9.5px}.studio-proof b{font-size:10px}.studio-proof small{font-size:9.5px}.source-drop b{font-size:11px}.source-drop span,.estimate{font-size:10px}.artifact-info h3{font-size:11px}.artifact-info p,.artifact-info>div>span:last-child,.artifact-detail-head>div span:not(.badge){font-size:10px}.validation-panel>p{font-size:10.5px}.validation-panel li,.version-panel b{font-size:10px}.version-panel small{font-size:9.5px}.email-preview>div{font-size:10px}.email-preview article{font-size:12px}.approval-banner b,.confirm-row b,.approval-banner span,.info-callout span,.confirm-row small,.scope-switch button,.knowledge-intro>div:last-child span{font-size:10px}.search-result h3{font-size:12px}.search-result p{font-size:10.5px}.search-result span{font-size:9.5px}.kanban>section>header>b{font-size:10px}.task-card h3{font-size:12px}.task-card p{font-size:10.5px}.task-card footer{font-size:9.5px}.activity-summary span{font-size:10.5px}.job-main b{font-size:11px}.job-main span,.job-error,.job-end>small,.stat-card small,.stat-card p,.audit-list small,.op-meter small,.security-note span,.capability-grid p{font-size:10px}.audit-list>div>div,.op-meter>span,.security-note b,.capability-grid b,.role-row{font-size:10.5px}.popover-head b{font-size:12px}.popover-head small{font-size:10px}.notice-list b{font-size:11px}.notice-list p{font-size:10px}.notice-list small{font-size:9.5px}.profile-menu>a,.profile-menu>button,.toast strong{font-size:11px}.toast p{font-size:10px}.loading-state,.empty-state p,.error-state strong{font-size:10.5px}.error-state p{font-size:10px}.command-input kbd,.command-results>small{font-size:9.5px}.command-results button span{font-size:11px}.guide-banner small{font-size:10px}.guide-search input,.guide-layout>aside nav b{font-size:10.5px}.guide-layout>aside nav small,.guide-aside-note,.guide-aside-note kbd,.shortcut-list kbd{font-size:9px}.guide-lead{font-size:12.5px;line-height:1.75}.guide-steps b,.guide-two-col h3,.guide-feature-grid h3{font-size:12px}.guide-steps p,.guide-feature-grid p,.guide-callout p{font-size:11px;line-height:1.65}.guide-recipe b{font-size:11px}.guide-recipe small{font-size:9.5px}.guide-recipe code{font-size:11px;line-height:1.7}.guide-example>b{font-size:11px}.guide-example span{font-size:10.5px}.guide-callout b{font-size:12px}.guide-two-col ol,.guide-two-col ul{font-size:10.5px;line-height:1.8}.guide-note{font-size:10.5px;line-height:1.65}.guide-output-grid b{font-size:11px}.guide-output-grid span{font-size:9.5px;line-height:1.6}.guide-mode-list b{font-size:12px}.guide-mode-list b em{font-size:9px}.guide-mode-list p{font-size:10.5px;line-height:1.65}.guide-status-list p{font-size:10.5px;line-height:1.6}@media (width<=680px){.mobile-tabs a{gap:4px;font-size:9px}.mobile-tabs svg{width:20px;height:20px}.guide-lead{font-size:11.5px}.guide-layout>aside nav b{font-size:10px}.guide-layout>aside nav small{font-size:9px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
