*,:before,:after{box-sizing:border-box}:root,[data-theme=lagoon]{--accent:#3d8b7a;--accent-soft:#3d8b7a38;--surface:#0f1c24e0;--surface-solid:#132028;--text:#e8f0f2;--muted:#8aa3ad;--danger:#c45c5c;--window-radius:12px;--shadow:0 18px 50px #00000073;--font-ui:"Instrument Sans", system-ui, sans-serif;--font-display:"Syne", system-ui, sans-serif}[data-theme=ember]{--accent:#e07a3d;--accent-soft:#e07a3d38;--surface:#1c120ee6;--surface-solid:#241812;--text:#f5ebe3;--muted:#b89a88;--danger:#d4684a}[data-theme=mist]{--accent:#5a7a9a;--accent-soft:#5a7a9a40;--surface:#161c24e6;--surface-solid:#1a222c;--text:#eef2f6;--muted:#94a3b4;--danger:#c07070}[data-theme=macos]{--accent:#0a84ff;--accent-soft:#0a84ff38;--surface:#242426b8;--surface-solid:#2c2c2e;--text:#f5f5f7;--muted:#98989d;--danger:#ff453a;--window-radius:10px;--shadow:0 22px 70px #00000080, 0 2px 8px #00000047;--font-ui:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;--font-display:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;--status-h:25px;--dock-h:78px}[data-theme=windows]{--accent:#60cdff;--accent-soft:#60cdff2e;--surface:#202020c7;--surface-solid:#202020;--text:#fff;--muted:#9d9d9d;--danger:#e81123;--window-radius:8px;--shadow:0 8px 32px #00000073;--font-ui:"Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;--font-display:"Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;--dock-h:48px}:root{--vvw:100%;--vvh:100dvh;--vv-ox:0px;--vv-oy:0px;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--dock-h:64px;--status-h:0px}html{height:100%;height:-webkit-fill-available}html,body{overscroll-behavior:none;width:100%;height:100%;font-family:var(--font-ui);color:var(--text);background:#0a1419;margin:0;position:fixed;inset:0;overflow:hidden}#root{overscroll-behavior:none;width:100%;height:100%;font-family:var(--font-ui);color:var(--text);-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#0a1419;margin:0;position:fixed;inset:0;overflow:hidden}button,input,textarea{font:inherit;color:inherit;touch-action:manipulation}button{cursor:pointer;background:0 0;border:none}input,textarea{font-size:16px}.desktop{width:100%;height:100%;padding-top:var(--safe-top);padding-left:var(--safe-left);padding-right:var(--safe-right);background-color:#0a1419;background-position:50%;background-size:cover;animation:.7s both desktop-in;position:relative;overflow:hidden}@keyframes desktop-in{0%{opacity:0;filter:saturate(.6)brightness(.85)}to{opacity:1;filter:none}}.desktop-brand{text-align:right;pointer-events:none;opacity:.12;max-width:min(42vw,28rem);animation:1s .15s both brand-rise;position:absolute;inset:auto 5% 18% auto;transform:none}@keyframes brand-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:.12;transform:none}}.desktop-brand h1{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,5.5vw,4.25rem);font-weight:800;line-height:.9}.desktop-brand p{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin:.6rem 0 0;font-size:.95rem}.desktop-icons{padding-bottom:72px;position:absolute;inset:0}html[data-launch-suppress] .desktop-icons,html[data-launch-suppress] .taskbar{pointer-events:none}.desktop-icon{touch-action:none;-webkit-touch-callout:none;border-radius:10px;flex-direction:column;align-items:center;gap:6px;width:104px;padding:8px 6px;transition:background .15s,transform .15s;animation:.45s both icon-pop;display:flex;position:absolute}.desktop-icon:first-child{animation-delay:50ms}.desktop-icon:nth-child(2){animation-delay:.1s}.desktop-icon:nth-child(3){animation-delay:.15s}.desktop-icon:nth-child(4){animation-delay:.2s}.desktop-icon:nth-child(5){animation-delay:.25s}.desktop-icon:nth-child(6){animation-delay:.3s}@keyframes icon-pop{0%{opacity:0;transform:scale(.85)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.desktop-icon:hover,.desktop-icon:focus-visible{background:#ffffff14;outline:none}.desktop-icon.dragging{opacity:.85;z-index:50;transform:scale(1.05)}.desktop-icon__glyph{color:#fff;border-radius:12px;place-items:center;width:48px;height:48px;font-size:1.25rem;display:grid;overflow:hidden;box-shadow:0 6px 18px #00000059}.app-glyph--image img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.desktop-icon__label{text-align:center;text-shadow:0 1px 4px #000000b3;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;max-width:100%;font-size:.72rem;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}.window{background:var(--surface);-webkit-backdrop-filter:blur(18px);border-radius:var(--window-radius);box-shadow:var(--shadow);isolation:isolate;border:1px solid #ffffff14;flex-direction:column;min-width:280px;min-height:200px;animation:.28s cubic-bezier(.22,1,.36,1) both window-open;display:flex;position:absolute;overflow:hidden}@keyframes window-open{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.window.active{border-color:color-mix(in srgb, var(--accent) 70%, white);box-shadow:var(--shadow), 0 0 0 2px color-mix(in srgb, var(--accent) 75%, transparent)}.window-close-ask{z-index:30;background:#00000073;place-items:center;display:grid;position:absolute;inset:0}.window-close-ask__box{background:var(--surface-solid);width:min(360px,100% - 32px);color:var(--text);box-shadow:var(--shadow);border-radius:14px;padding:20px 22px}.window-close-ask__box p{margin:0 0 16px}.window-close-ask__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.window-close-ask__actions button{border:1px solid color-mix(in srgb, var(--text) 18%, transparent);background:var(--surface);min-height:36px;color:var(--text);cursor:pointer;border-radius:8px;padding:0 14px}.window-close-ask__danger{color:#fff;background:#a74e4e;border-color:#0000}.window.maximized{border-radius:0;min-width:0;min-height:0;animation:none;left:0!important;top:var(--status-h,0px)!important;width:100%!important;height:calc(100% - var(--dock-h,72px) - var(--status-h,0px))!important;right:0!important;transform:none!important}.window.minimized{display:none}.window-resizers{pointer-events:none;z-index:6;position:absolute;inset:0}.window-resizer{pointer-events:auto;touch-action:none;position:absolute}.window-resizer--n,.window-resizer--s{cursor:ns-resize;height:8px;left:10px;right:10px}.window-resizer--n{top:-3px}.window-resizer--s{bottom:-3px}.window-resizer--e,.window-resizer--w{cursor:ew-resize;width:8px;top:10px;bottom:10px}.window-resizer--e{right:-3px}.window-resizer--w{left:-3px}.window-resizer--ne,.window-resizer--nw,.window-resizer--se,.window-resizer--sw{width:14px;height:14px}.window-resizer--nw{cursor:nwse-resize;top:-4px;left:-4px}.window-resizer--ne{cursor:nesw-resize;top:-4px;right:-4px}.window-resizer--sw{cursor:nesw-resize;bottom:-4px;left:-4px}.window-resizer--se{cursor:nwse-resize;bottom:-4px;right:-4px}.window.active .window-resizer--se:after{content:"";border-right:2px solid color-mix(in srgb, var(--accent) 70%, transparent);border-bottom:2px solid color-mix(in srgb, var(--accent) 70%, transparent);opacity:.85;border-radius:1px;width:10px;height:10px;position:absolute;bottom:4px;right:4px}.snap-preview{z-index:9990;pointer-events:none;border:2px solid color-mix(in srgb, var(--accent) 80%, white);background:color-mix(in srgb, var(--accent) 18%, transparent);box-shadow:inset 0 0 40px color-mix(in srgb, var(--accent) 12%, transparent);border-radius:12px;transition:left .12s,top .12s,width .12s,height .12s;position:absolute}.snap-preview--maximize{inset:8px 8px 64px}.window-titlebar{cursor:grab;touch-action:none;z-index:8;background:#00000038;flex-shrink:0;align-items:center;gap:8px;height:40px;padding:0 10px;display:flex;position:relative}.window-titlebar:active{cursor:grabbing}.window-controls{gap:6px;display:flex}.window-controls button{background:#ffffff2e;border-radius:50%;width:12px;height:12px;transition:transform .12s,background .12s}.window-controls button:hover{transform:scale(1.12)}.window-controls .close:hover{background:var(--danger)}.window-controls .min:hover{background:#e8a54b}.window-controls .max:hover{background:var(--accent)}.window-title{letter-spacing:.01em;opacity:.9;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;font-weight:600;overflow:hidden}[data-chrome=windows]{--window-radius:8px}[data-chrome=windows] .window-titlebar{gap:0;height:32px;padding:0 0 0 12px}[data-chrome=windows] .window-title{letter-spacing:0;font-size:.75rem;font-weight:500}[data-chrome=windows] .window-controls{align-self:stretch;gap:0;height:100%;margin-left:auto}[data-chrome=windows] .window-controls button{width:46px;height:100%;color:var(--text);opacity:.88;background:0 0;border-radius:0;place-items:center;transition:background .1s,color .1s,opacity .1s;display:grid;position:relative}[data-chrome=windows] .window-controls button:hover{opacity:1;background:#ffffff14;transform:none}[data-chrome=windows] .window-controls button:active{background:#ffffff24}[data-chrome=windows] .window-controls .min:before{content:"";background:currentColor;width:10px;height:1px}[data-chrome=windows] .window-controls .max:before{content:"";box-sizing:border-box;border:1px solid;width:8px;height:8px}[data-chrome=windows] .window.maximized .window-controls .max:before{width:7px;height:7px;margin:2px 0 0 2px}[data-chrome=windows] .window.maximized .window-controls .max:after{content:"";border:none;border-top:1px solid;border-left:1px solid;width:7px;height:7px;margin:-6px 0 0 -3px;position:absolute;top:50%;left:50%}[data-chrome=windows] .window-controls .close:before,[data-chrome=windows] .window-controls .close:after{content:"";background:currentColor;width:10px;height:1px;position:absolute}[data-chrome=windows] .window-controls .close:before{transform:rotate(45deg)}[data-chrome=windows] .window-controls .close:after{transform:rotate(-45deg)}[data-chrome=windows] .window-controls .close:hover{color:#fff;background:#e81123}[data-chrome=windows] .window-controls .min:hover,[data-chrome=windows] .window-controls .max:hover{background:#ffffff14}.window-body{background:var(--surface-solid);-webkit-user-select:text;user-select:text;z-index:0;isolation:isolate;outline:none;flex:1;min-width:0;min-height:0;position:relative;overflow:auto;container:app/inline-size}.taskbar{background:var(--surface);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow);z-index:10000;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:6px;max-width:calc(100% - 24px);padding:8px 10px;animation:.55s .2s both taskbar-up;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}@keyframes taskbar-up{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.taskbar-apps{gap:4px;display:flex}.taskbar-slot{touch-action:none;position:relative}.taskbar-apps.is-reordering .taskbar-slot{transition:transform .14s}.taskbar-slot.is-dragging{z-index:2}.taskbar-apps.is-reordering .taskbar-btn:hover{transform:none}.taskbar-slot.is-dragging .taskbar-btn,.taskbar-slot.is-dragging .taskbar-btn:hover{background:#ffffff1f;transform:translateY(-8px)scale(1.08)}.dock-preview{background:var(--surface);box-shadow:var(--shadow);z-index:2;border:1px solid #ffffff1f;border-radius:14px;gap:8px;max-width:min(70vw,520px);padding:10px;display:flex;position:absolute;bottom:calc(100% + 10px);left:50%;overflow-x:auto;transform:translate(-50%)}.dock-preview__card{min-width:132px;color:var(--text);background:#ffffff0f;border:2px solid #0000;border-radius:10px;flex-direction:column;align-items:stretch;gap:6px;padding:8px;display:flex;position:relative}.dock-preview__pick{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;align-items:stretch;gap:6px;padding:0;display:flex}.dock-preview__close{color:#fff;cursor:pointer;background:#00000073;border:0;border-radius:50%;width:20px;height:20px;line-height:1;position:absolute;top:4px;right:4px}.dock-preview__card.selected{border-color:var(--accent)}.dock-preview__thumb{border-radius:8px;place-items:center;height:72px;display:grid}.dock-preview__glyph{width:28px;height:28px}.dock-preview__title{text-overflow:ellipsis;white-space:nowrap;max-width:116px;font-size:.75rem;font-weight:600;overflow:hidden}.dock-preview__card em{color:var(--muted);font-size:.65rem;font-style:normal}.taskbar-btn{color:#fff;border-radius:12px;place-items:center;width:42px;height:42px;font-size:1.05rem;transition:transform .15s,background .15s;display:grid;position:relative;overflow:visible}.taskbar-btn:hover{background:#ffffff14;transform:translateY(-3px)}.taskbar-btn__glyph{border-radius:8px;place-items:center;width:28px;height:28px;font-size:.85rem;display:grid;overflow:hidden}.taskbar-btn.open:after{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;bottom:4px}.taskbar-btn__dirty{text-align:center;color:#1a1408;pointer-events:none;z-index:2;background:#f5d76e;border-radius:999px;min-width:14px;height:14px;padding:0 3px;font-size:11px;font-weight:800;line-height:14px;position:absolute;top:-2px;right:-2px;box-shadow:0 0 0 2px #0f1216d9}.taskbar-btn.active{background:var(--accent-soft)}.taskbar-home{width:42px;height:42px;color:var(--text);background:#ffffff0f;border-radius:12px;flex-shrink:0;place-items:center;font-size:1.2rem;display:grid}.taskbar-home:active{background:var(--accent-soft)}.window-nav-btn{min-height:36px;color:var(--accent);white-space:nowrap;border-radius:8px;padding:0 10px;font-size:.85rem;font-weight:600}.window-nav-btn--danger{color:var(--danger)}.window-nav-btn:active{background:#ffffff14}.taskbar-clock{color:var(--muted);font-variant-numeric:tabular-nums;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-left:1px solid #ffffff1a;margin-left:6px;padding:0 10px;font-family:inherit;font-size:.78rem;font-weight:600}.taskbar-clock:hover{color:var(--text)}.taskbar-tray{flex-shrink:0;align-items:center;display:flex}.webos-build-chip{font-variant-numeric:tabular-nums;opacity:.78;white-space:nowrap;color:var(--text,inherit);padding:0 8px;font-size:11px}.presence-layer{z-index:40000;pointer-events:none;position:fixed;inset:0;overflow:hidden}.presence-cursor{will-change:transform;filter:drop-shadow(0 1px 2px #00000059);align-items:flex-start;gap:2px;transition:transform 80ms linear,opacity .4s;display:flex;position:absolute;top:0;left:0}.presence-cursor--stale{opacity:.35}.presence-cursor__arrow{flex-shrink:0;display:block}.presence-cursor__name{color:#fff;letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;background:currentColor;border-radius:4px;max-width:140px;margin-top:16px;padding:2px 7px;font-size:11px;font-weight:650;line-height:1.4;overflow:hidden;box-shadow:0 1px 2px #00000040}.presence-avatars{align-items:center;padding:0 6px 0 2px;display:flex}.presence-avatar{color:#fff;border:2px solid #0f1c24d9;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-left:-6px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.presence-avatars .presence-avatar:first-child{margin-left:0}.presence-avatar--more{background:#ffffff2e;font-size:9px}.app-pane{flex-direction:column;height:100%;display:flex}.app-toolbar{background:#00000026;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;flex-shrink:0;gap:8px;padding:10px 12px;display:flex}.app-toolbar input{background:#00000040;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;min-width:0;padding:8px 12px}.app-toolbar input:focus{border-color:var(--accent)}.app-toolbar button,.app-btn{background:var(--accent);color:#0a1210;border-radius:8px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:filter .15s,transform .12s}.app-toolbar button:hover,.app-btn:hover{filter:brightness(1.08)}.app-toolbar button:active,.app-btn:active{transform:scale(.97)}.app-frame{background:#000;border:none;flex:1;width:100%}.app-empty{text-align:center;color:var(--muted);flex:1;place-items:center;padding:24px;display:grid}.app-empty h3{font-family:var(--font-display);color:var(--text);margin:0 0 8px;font-size:1.25rem}.app-empty p{max-width:28ch;margin:0;font-size:.9rem;line-height:1.5}.browser-tabstrip{background:#00000038;border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:flex-end;gap:6px;min-height:42px;padding:8px 10px 0;display:flex}.browser-tabs{scrollbar-width:none;flex:1;gap:4px;min-width:0;display:flex;overflow-x:auto}.browser-tabs::-webkit-scrollbar{display:none}.browser-tab{min-width:88px;max-width:180px;height:34px;color:var(--muted);cursor:pointer;background:#ffffff0a;border:1px solid #0000;border-bottom:none;border-radius:10px 10px 0 0;flex-shrink:0;align-items:center;gap:6px;padding:0 8px 0 12px;transition:background .12s,color .12s;display:flex}.browser-tab:hover{color:var(--text);background:#ffffff14}.browser-tab.active{background:var(--surface-solid);color:var(--text);border-color:#ffffff14}.browser-tab.loading .browser-tab__title{opacity:.7}.browser-tab__title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.78rem;font-weight:600;overflow:hidden}.browser-tab__close{width:22px;height:22px;color:var(--muted);border-radius:6px;flex-shrink:0;place-items:center;font-size:1rem;line-height:1;display:grid}.browser-tab__close:hover{color:var(--text);background:#ffffff1a}.browser-tab-new{width:32px;height:32px;color:var(--muted);background:#ffffff0d;border-radius:8px;flex-shrink:0;align-self:center;place-items:center;font-size:1.15rem;display:grid}.browser-tab-new:hover{background:var(--accent-soft);color:var(--text)}.browser-toolbar{flex-wrap:nowrap}.browser-nav-btn{width:36px;height:36px;color:var(--text);background:#ffffff12;border-radius:8px;flex-shrink:0;place-items:center;font-size:1.1rem;line-height:1;display:grid}.browser-nav-btn:disabled{opacity:.35;cursor:default}.browser-nav-btn:not(:disabled):hover{background:#ffffff1f}.browser-external{width:36px;height:36px;color:var(--text);background:#ffffff12;border-radius:8px;flex-shrink:0;place-items:center;text-decoration:none;display:grid}.browser-external:hover{background:var(--accent-soft)}.browser-mode-pill{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:#ffffff12;border:1px solid #ffffff14;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:.68rem;font-weight:700}.browser-gate-banner{color:var(--text);background:color-mix(in srgb, var(--accent) 16%, #00000059);border-bottom:1px solid #ffffff14;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:.78rem;display:flex}.browser-gate-banner a{color:var(--accent);white-space:nowrap;font-weight:600;text-decoration:none}.browser-gate-banner a:hover{text-decoration:underline}.browser-progress{background:#ffffff0f;flex-shrink:0;height:2px;overflow:hidden}.browser-progress span{background:var(--accent);width:40%;height:100%;animation:.9s ease-in-out infinite browser-load;display:block}@keyframes browser-load{0%{transform:translate(-120%)}to{transform:translate(320%)}}.browser-frame{background:#fff}.browser-error{gap:12px}.browser-error--overlay{z-index:5;color:#202124;background:#fff;position:absolute;inset:0}.browser-error--overlay h3{color:#202124}.browser-error--overlay p{color:#3c4043}.browser-error p{max-width:36ch}.browser-error-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;display:flex}.chrome-browser{--chrome-frame:#dee1e6;--chrome-toolbar:#fff;--chrome-omnibox:#f1f3f4;--chrome-icon:#5f6368;--chrome-text:#202124;--chrome-muted:#3c4043;--chrome-focus:#1a73e8;background:var(--chrome-toolbar);min-width:0;height:100%;min-height:0;color:var(--chrome-text);isolation:isolate;flex-direction:column;font-family:Segoe UI,system-ui,sans-serif;display:flex;position:relative}.chrome-browser__tabs{background:var(--chrome-frame);scrollbar-width:thin;scrollbar-color:#ffffff59 transparent;z-index:3;pointer-events:auto;flex-shrink:0;align-items:flex-end;gap:0;min-width:0;min-height:38px;padding:6px 8px 0;display:flex;position:relative;overflow-x:auto}.chrome-browser__tabs::-webkit-scrollbar{height:6px;display:block}.chrome-browser__tabs::-webkit-scrollbar-thumb{background:#ffffff59;border-radius:3px}.chrome-browser__tab{min-width:72px;max-width:240px;height:34px;color:var(--chrome-muted);font:inherit;text-align:left;cursor:pointer;z-index:1;pointer-events:auto;background:0 0;border:0;border-radius:8px 8px 0 0;flex:1 1 0;align-items:center;gap:8px;padding:0 8px 0 12px;font-size:12px;line-height:1;display:flex;position:relative}.chrome-browser__tab--active{background:var(--chrome-toolbar);color:var(--chrome-text);box-shadow:0 1px 0 var(--chrome-toolbar);z-index:1}.chrome-browser__tab--pinned{flex:none;justify-content:center;gap:0;min-width:40px;max-width:48px;padding:0 8px}.chrome-browser__tab--pinned .chrome-browser__tab-title,.chrome-browser__tab--pinned .chrome-browser__tab-close{display:none}.chrome-browser__tab-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.chrome-browser__tab-close{width:18px;height:18px;color:var(--chrome-icon);opacity:.75;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;place-items:center;padding:0;font-size:14px;line-height:1;display:grid}[data-chrome=mac] .chrome-browser__tab-close{order:-1}.chrome-browser__tab-new{width:28px;height:28px;color:var(--chrome-icon);cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:50%;flex-shrink:0;margin:0 0 3px 4px;font-size:18px;line-height:1}.chrome-browser__tabs-spacer{flex:1}.chrome-browser__toolbar{z-index:3;background:var(--chrome-toolbar);border-bottom:1px solid #dadce0;flex-shrink:0;align-items:center;gap:8px;height:40px;padding:0 10px 0 6px;display:flex;position:relative}.chrome-browser__nav{flex-shrink:0;align-items:center;gap:2px;display:flex}.chrome-browser__icon-btn{width:32px;height:32px;color:var(--chrome-icon);cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;padding:0;display:grid}.chrome-browser__icon-btn:hover:not(:disabled){background:#0000000f}.chrome-browser__icon-btn:disabled{opacity:.35;cursor:default}.chrome-browser__omnibox{background:var(--chrome-omnibox);border:1px solid #0000;border-radius:24px;flex:1;align-items:center;gap:8px;min-width:0;height:34px;padding:0 14px 0 12px;display:flex}.chrome-browser__omnibox--focus{border-color:var(--chrome-focus);box-shadow:0 0 0 1px var(--chrome-focus);background:#fff}.chrome-browser__omnibox-icon{color:var(--chrome-icon);flex-shrink:0;place-items:center;display:grid}.chrome-browser__omnibox input{min-width:0;color:var(--chrome-text);z-index:1;background:0 0;border:none;outline:none;flex:1;padding:0;font:400 14px/1.2 Segoe UI,system-ui,sans-serif;position:relative}.chrome-browser__omnibox-field{flex:1;align-items:center;min-width:0;height:100%;display:flex;position:relative}.chrome-browser__omnibox-ghost{color:#9aa0a6;pointer-events:none;white-space:nowrap;align-items:center;font:400 14px/1.2 Segoe UI,system-ui,sans-serif;display:flex;position:absolute;inset:0;overflow:hidden}.chrome-browser__omnibox-ghost-typed{color:#0000}.chrome-browser__zoom-chip{color:#1967d2;cursor:pointer;background:#e8f0fe;border:0;border-radius:12px;flex-shrink:0;padding:4px 8px;font:500 12px/1 Segoe UI,system-ui,sans-serif}.chrome-browser__icon-btn--on{color:#f9ab00}.chrome-browser__suggest{z-index:8;background:#fff;border-radius:8px;max-height:360px;margin:0;padding:6px 0;list-style:none;position:absolute;top:78px;left:72px;right:48px;overflow-y:auto;box-shadow:0 8px 24px #0000002e,0 0 1px #00000038}.chrome-browser__suggest-row{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:0;align-items:center;gap:12px;padding:8px 16px;display:flex}.chrome-browser__suggest-row--active,.chrome-browser__suggest-row:hover{background:#f1f3f4}.chrome-browser__suggest-ico{color:var(--chrome-icon);flex-shrink:0;place-items:center;display:grid}.chrome-browser__suggest-text{flex-direction:column;gap:1px;min-width:0;display:flex}.chrome-browser__suggest-title{color:var(--chrome-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.chrome-browser__suggest-title b,.chrome-browser__suggest-url b{font-weight:700}.chrome-browser__suggest-url{color:#5f6368;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chrome-browser__bookmarks{background:var(--chrome-toolbar);scrollbar-width:none;border-bottom:1px solid #dadce0;flex-shrink:0;align-items:center;gap:2px;height:28px;padding:0 8px 2px;display:flex;overflow-x:auto}.chrome-browser__restore{color:var(--text);background:color-mix(in srgb, var(--surface-solid,#2b2d30) 92%, black);border-bottom:1px solid var(--stroke,#3d3d3d);flex-shrink:0;align-items:center;gap:10px;padding:6px 12px;font-size:12px;display:flex}.chrome-browser__bookmark{max-width:160px;height:24px;color:var(--chrome-text);cursor:pointer;background:0 0;border:0;border-radius:4px;flex-shrink:0;align-items:center;gap:6px;padding:0 8px;font:400 12px/1 Segoe UI,system-ui,sans-serif;display:flex}.chrome-browser__bookmark:hover{background:#0000000f}.chrome-browser__bookmark span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chrome-browser__bookmark svg{color:#f9ab00;flex-shrink:0}.chrome-browser__zoom-hud{z-index:6;color:var(--chrome-text);background:#fff;border-radius:24px;align-items:center;gap:8px;padding:8px 10px 8px 8px;font:500 14px/1 Segoe UI,system-ui,sans-serif;display:flex;position:absolute;top:12px;right:16px;box-shadow:0 4px 16px #0003,0 0 1px #0000003d}.chrome-browser__zoom-hud-btn{width:28px;height:28px;color:var(--chrome-icon);cursor:pointer;background:0 0;border:0;border-radius:50%;font-size:18px;line-height:1}.chrome-browser__zoom-hud-btn:hover,.chrome-browser__zoom-hud-reset:hover{background:#0000000f}.chrome-browser__zoom-hud-reset{color:#1967d2;cursor:pointer;background:0 0;border:0;border-radius:12px;padding:6px 8px;font:500 12px/1 Segoe UI,system-ui,sans-serif}.chrome-browser__trailing{flex-shrink:0;align-items:center;gap:8px;display:flex}.chrome-browser__live{letter-spacing:.04em;text-transform:uppercase;color:#5f6368;background:#e8eaed;border-radius:10px;padding:3px 7px;font-size:10px;font-weight:700}.chrome-browser__live--on{color:#137333;background:#e6f4ea}.chrome-browser__avatar{color:#fff;background:#1a73e8;border-radius:50%;place-items:center;width:26px;height:26px;font-size:12px;font-weight:600;display:grid}.chrome-browser__stage{z-index:0;background:#fff;outline:none;flex:1;min-height:0;position:relative}.chrome-browser__frame{background:#fff;border:0;width:100%;height:100%;display:block}.chrome-browser__gecko{isolation:isolate;contain:strict;background:#fff;position:absolute;inset:0;overflow:hidden}.chrome-browser__gecko-stage{width:100%;height:100%;line-height:0;display:block;position:relative;overflow:hidden}.chrome-browser__gecko-stage [data-libxul-glwrap="1"]{width:100%!important;height:100%!important;display:block!important}.chrome-browser__gecko canvas#screen{touch-action:none;overscroll-behavior:none;display:block;width:100%!important;height:100%!important}.chrome-browser__gecko canvas#popup-overlay{pointer-events:none;z-index:2;position:absolute;inset:0;width:100%!important;height:100%!important}.chrome-browser__gecko-miss{color:#3c4043;text-align:center;background:#fff;justify-content:center;align-items:center;padding:24px;font:14px/1.5 system-ui,sans-serif;display:flex}.chrome-browser__remote-host{background:#fff;position:absolute;inset:0}.chrome-browser__remote-host[hidden]{display:none}.chrome-browser__stage:has(.browser-error--overlay) .chrome-browser__remote-host{visibility:hidden}.chrome-browser__remote{background:#fff;outline:none;position:absolute;inset:0}.wa-app{color:#e9edef;background:#111b21;flex-direction:column;height:100%;display:flex}.wa-app__bar{background:#202c33;border-bottom:1px solid #2a3942;flex-shrink:0;align-items:center;gap:10px;height:40px;padding:0 12px;display:flex}.wa-app__brand{font:600 13px/1 system-ui,sans-serif}.wa-app__hint{color:#8696a0;margin-right:auto;font:12px/1 system-ui,sans-serif}.wa-app__reload{color:#e9edef;cursor:pointer;background:0 0;border:0;font:12px/1 system-ui,sans-serif}.wa-app__stage{flex:1;min-height:0;position:relative}.wa-app__host,.wa-app__remote{background:#111b21;position:absolute;inset:0}.wa-app .chrome-browser__remote{background:#111b21}.wa-app__loading{pointer-events:none;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.wa-app__splash{color:#8696a0;z-index:2;background:#111b21;place-content:center;gap:12px;font:13px/1.4 system-ui,sans-serif;display:grid;position:absolute;inset:0}.wa-app__loading-bar{background:#25d366;width:40%;height:100%;animation:1.1s ease-in-out infinite chrome-browser-load;display:block}.wa-app__error{text-align:center;background:#111b21;place-content:center;gap:8px;padding:24px;display:grid;position:absolute;inset:0}.chrome-browser__loading{pointer-events:none;z-index:3;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.chrome-browser__loading-bar{background:#1a73e8;width:40%;height:100%;animation:1.1s ease-in-out infinite chrome-browser-load;display:block}@keyframes chrome-browser-load{0%{transform:translate(-100%)}to{transform:translate(350%)}}.chrome-browser__skeleton{z-index:1;pointer-events:none;background:#fff;flex-direction:column;gap:14px;padding:36px 48px;display:flex;position:absolute;inset:0}.chrome-browser__skeleton--dark{background:#0a0a0a}.chrome-browser__skeleton-block{background:#ececec;border-radius:8px;animation:1.15s ease-in-out infinite chrome-browser-skeleton}.chrome-browser__skeleton--dark .chrome-browser__skeleton-block{background:#1c1c1c}.chrome-browser__skeleton-nav{width:min(280px,42%);height:28px}.chrome-browser__skeleton-hero{width:min(720px,100%);height:min(180px,28%);margin-top:8px}.chrome-browser__skeleton-line{width:72%;height:14px}.chrome-browser__skeleton-line:nth-of-type(4){width:58%}.chrome-browser__skeleton-line:nth-of-type(5){width:64%}@keyframes chrome-browser-skeleton{0%,to{opacity:1}50%{opacity:.42}}.chrome-browser__boot{z-index:2;text-align:center;background:#e8eaed;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.chrome-browser__boot strong{color:#202124;font-size:15px}.chrome-browser__boot p{color:#5f6368;margin:0;font-size:12.5px}.chrome-browser__boot-hint{opacity:.75}.chrome-browser__boot-pct{color:#1a73e8;font-variant-numeric:tabular-nums;font-size:28px;font-weight:650;line-height:1}.chrome-browser__boot-bar{background:#dadce0;border-radius:999px;width:min(320px,72%);height:8px;overflow:hidden}.chrome-browser__boot-bar span{border-radius:inherit;background:#1a73e8;width:0;height:100%;transition:width .15s ease-out;display:block}.remote-browser{background:#fff;flex-direction:column;height:100%;min-height:0;display:flex}.remote-browser__toolbar{flex-shrink:0}.remote-browser__pill{letter-spacing:.04em;text-transform:uppercase;color:#0b6a0b;background:#e6f4ea;border-radius:4px;flex-shrink:0;padding:4px 8px;font-size:11px;font-weight:600}.remote-browser__stage{background:#1b1b1b;outline:none;flex:1;min-height:0;position:relative}.remote-browser__canvas{cursor:default;width:100%;height:100%;display:block}.remote-browser__loading{pointer-events:none;color:#fff;background:#00000059;place-items:center;font-size:14px;display:grid;position:absolute;inset:0}.browser-ms-login{color:#323130;background:#f3f2f1;flex:1;place-items:center;min-height:0;padding:24px;display:grid}.browser-ms-login__card{text-align:center;max-width:420px}.browser-ms-login__card h3{margin:12px 0 8px;font-size:20px;font-weight:600}.browser-ms-login__card p{color:#605e5c;margin:0 0 16px;line-height:1.45}.browser-ms-login__hint{font-size:13px;font-weight:600;color:#323130!important;margin:0!important}.browser-ms-login__card .app-btn{color:#fff;background:#0078d4;border:none}.browser-ms-login__card .app-btn:hover{background:#106ebe}.browser-error-link{place-items:center;text-decoration:none;display:inline-grid}.settings{gap:0;min-width:0;height:100%;min-height:0;padding:0;display:flex}.settings-nav{z-index:6;background:#0000002e;border-right:1px solid #ffffff14;flex-direction:column;flex-shrink:0;justify-content:space-between;width:200px;padding:16px 12px;display:flex;position:relative}.settings-nav__top h2{font-family:var(--font-display);margin:0 8px 14px;font-size:1.15rem}.settings-nav__list{flex-direction:column;gap:4px;display:flex}.settings-nav__item{text-align:left;color:var(--text);background:0 0;border-radius:10px;padding:10px 12px;font-size:.9rem;font-weight:500}.settings-nav__item:hover{background:#ffffff0f}.settings-nav__item.active{background:var(--accent-soft);color:var(--text)}.settings-nav__profile{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:10px;padding:12px;display:flex}.settings-nav__who{align-items:center;gap:10px;display:flex}.settings-nav__avatar{background:var(--accent);color:#0a1210;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.settings-nav__who strong{font-size:.88rem;display:block}.settings-nav__who span{color:var(--muted);font-size:.72rem;display:block}.settings-nav__logout{color:#ffb4a8;background:#dc503c33;border:1px solid #dc503c59;border-radius:10px;width:100%;padding:10px 12px;font-size:.85rem;font-weight:700}.settings-nav__logout:hover{background:#dc503c52}.settings-main{flex:1;min-width:0;padding:22px 24px 28px;overflow:auto}.settings-section h3{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 6px;font-size:.78rem;font-weight:600}.settings-lead{color:var(--muted);margin:0 0 16px;font-size:.88rem}.settings-conn{flex-direction:column;gap:10px;display:flex}.settings-conn__row{background:#ffffff0d;border-radius:12px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.settings-conn__row div{flex-direction:column;min-width:0;display:flex}.settings-conn__row strong{font-size:.92rem}.settings-conn__row span{color:var(--muted);font-size:.8rem}.settings-conn__row button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:8px 12px}.settings-conn__error{color:var(--danger);font-size:.85rem}.settings-snap__mark{background:var(--accent-soft);border-radius:10px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.settings-snap__actions{gap:8px;display:flex}.settings-snap__actions button:last-child{color:var(--text);background:#ffffff1f}.settings-snap__actions button:disabled{opacity:.4;cursor:default}.os-cheat{background:var(--surface-solid);width:min(420px,92vw);max-height:min(80vh,560px);box-shadow:var(--shadow);color:var(--text);border:1px solid #ffffff1a;border-radius:16px;padding:20px 22px 16px;overflow:auto}.os-cheat h3{margin:0 0 4px;font-size:1.05rem}.os-cheat p{color:var(--muted);margin:0 0 14px;font-size:.85rem}.os-cheat ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.os-cheat li{justify-content:space-between;align-items:center;gap:12px;display:flex}.os-cheat kbd{text-align:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;min-width:5.5rem;padding:5px 8px;font:600 .78rem/1.2 ui-monospace,monospace}.os-cheat li span{flex:1;font-size:.88rem}.os-cheat__hint{margin-top:14px!important;font-size:.75rem!important}.swatch-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.swatch{text-align:left;background:#ffffff0d;border:2px solid #0000;border-radius:12px;padding:14px;transition:border-color .15s,transform .15s}.swatch:hover{transform:translateY(-2px)}.swatch.selected{border-color:var(--accent)}.swatch__preview{border-radius:8px;height:40px;margin-bottom:10px}.swatch__label{font-size:.85rem;font-weight:600}.chrome-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.chrome-card{text-align:left;background:#ffffff0d;border:2px solid #0000;border-radius:12px;padding:12px;transition:border-color .15s,transform .15s}.chrome-card:hover{transform:translateY(-2px)}.chrome-card.selected{border-color:var(--accent)}.chrome-card__label{margin-top:10px;font-size:.85rem;font-weight:600}.chrome-card__hint{color:var(--muted);margin-top:2px;font-size:.72rem}.chrome-preview{background:color-mix(in srgb, var(--surface-solid) 80%, black);border:1px solid #ffffff1f;border-radius:8px;overflow:hidden}.chrome-preview--windows{border-radius:6px}.chrome-preview__bar{background:#00000047;align-items:center;gap:8px;height:22px;padding:0 8px;display:flex}.chrome-preview--windows .chrome-preview__bar{height:20px;padding:0 0 0 8px}.chrome-preview__title{opacity:.7;white-space:nowrap;flex:1;font-size:.62rem;font-weight:600;overflow:hidden}.chrome-preview__dots{gap:4px;display:flex}.chrome-preview__dots i{border-radius:50%;width:7px;height:7px;display:block}.chrome-preview__dots .close{background:#ff5f57}.chrome-preview__dots .min{background:#febc2e}.chrome-preview__dots .max{background:#28c840}.chrome-preview__caps{height:100%;margin-left:auto;display:flex}.chrome-preview__caps i{place-items:center;width:22px;height:100%;display:grid;position:relative}.chrome-preview__caps .min:before{content:"";background:#ffffffbf;width:7px;height:1px}.chrome-preview__caps .max:before{content:"";box-sizing:border-box;border:1px solid #ffffffbf;width:6px;height:6px}.chrome-preview__caps .close:before,.chrome-preview__caps .close:after{content:"";background:#ffffffbf;width:7px;height:1px;position:absolute}.chrome-preview__caps .close:before{transform:rotate(45deg)}.chrome-preview__caps .close:after{transform:rotate(-45deg)}.chrome-preview__body{background:linear-gradient(#ffffff0a,#0000);height:36px}.notes{flex-direction:column;height:100%;display:flex}.notes textarea{resize:none;background:0 0;border:none;outline:none;flex:1;padding:18px;font-size:.95rem;line-height:1.6}.notes-hint{color:var(--muted);padding:8px 18px 14px;font-size:.72rem}.outlook{--ol-blue:#0f6cbd;--ol-blue-hover:#115ea3;--ol-blue-soft:#b4d6fa;--ol-blue-softer:#ebf3fc;--ol-border:#e0e0e0;--ol-muted:#616161;--ol-text:#242424;--ol-row-hover:#f5f5f5;--ol-selected:#e6e6e6;--ol-group:#5b5fc7;--ol-rail:#f5f5f5;height:100%;color:var(--ol-text);background:#fff;flex-direction:column;font-family:Segoe UI,Segoe UI Variable Text,Segoe UI Variable,Instrument Sans,system-ui,sans-serif;font-size:14px;display:flex;overflow:hidden;container:outlook/inline-size}.outlook-ico{flex-shrink:0;display:block}.outlook--gate{background:radial-gradient(70% 50% at 50% 0,#deecf9 0%,#0000 60%),#fff;place-items:center;padding:24px;display:grid}.outlook-gate{text-align:center;flex-direction:column;align-items:center;gap:12px;width:min(420px,100%);display:flex}.outlook-gate img{border-radius:12px;box-shadow:0 8px 24px #0078d440}.outlook-gate h2{color:var(--ol-blue);margin:4px 0 0;font-size:22px;font-weight:700}.outlook-gate>p{color:var(--ol-muted);max-width:280px;margin:0;line-height:1.45}.outlook-new--lg{margin-top:8px;padding:10px 28px;font-size:14px}.outlook-gate__field,.outlook-gate__steps{display:none}.outlook-gate__field{text-align:left;width:100%;color:var(--ol-muted);flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}.outlook-gate__field input{border:1px solid var(--ol-border);font:inherit;color:var(--ol-text);background:#fff;border-radius:4px;padding:10px 12px;font-size:13px;font-weight:400}.outlook-gate__field input:focus{outline:2px solid var(--ol-blue-soft);border-color:var(--ol-blue)}.outlook-gate__steps{text-align:left;width:100%;color:var(--ol-muted);margin:0;padding-left:18px;font-size:12px;line-height:1.55}.outlook-gate__steps a{color:var(--ol-blue)}.outlook-gate__steps code{background:var(--ol-row-hover);word-break:break-all;border-radius:3px;padding:1px 4px;font-size:11px}.outlook-gate__error,.outlook-banner{color:#a4262c;text-align:left;background:#fde7e9;border-radius:4px;width:100%;padding:8px 12px;font-size:12px}.outlook-banner{border-bottom:1px solid #f1bbbc;border-radius:0;flex-shrink:0}.outlook-top{border-bottom:1px solid var(--ol-border);background:#fff;flex-shrink:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;min-height:48px;padding:0 12px;display:grid}.outlook-top__left,.outlook-top__right{align-items:center;gap:4px;display:flex}.outlook-brand-mark{border-radius:4px;display:block}.outlook-brand{color:var(--ol-blue);letter-spacing:0;margin-left:4px;font-size:16px;font-weight:600}.outlook-icon-btn{color:#616161;cursor:pointer;background:0 0;border:none;border-radius:4px;place-items:center;width:32px;height:32px;font-size:14px;display:grid}.outlook-icon-btn:hover{background:var(--ol-row-hover)}.outlook-text-btn{color:var(--ol-blue);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 8px;font-size:12px;font-weight:600}.outlook-text-btn:hover{background:var(--ol-blue-softer)}.outlook-search{width:100%;max-width:640px;height:32px;color:var(--ol-muted);background:#f0f0f0;border:1px solid #0000;border-radius:4px;align-items:center;gap:8px;margin:0 auto;padding:0 14px;display:flex}.outlook-search:focus-within{border-color:var(--ol-blue);box-shadow:0 0 0 1px var(--ol-blue);background:#fff}.outlook-search input{font:inherit;color:var(--ol-text);background:0 0;border:none;outline:none;flex:1}.outlook-avatar{color:#fff;background:#5b5fc7;border-radius:50%;place-items:center;width:32px;height:32px;margin-left:4px;font-size:12px;font-weight:600;display:grid}.outlook-ribbon{border-bottom:1px solid var(--ol-border);background:#fff;flex-shrink:0}.outlook-tabs{gap:0;padding:0 8px;display:flex}.outlook-tab{font:inherit;color:var(--ol-text);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 12px 7px}.outlook-tab.active{color:var(--ol-blue);border-bottom-color:var(--ol-blue)}.outlook-actions{flex-wrap:wrap;align-items:center;gap:0;padding:4px 8px 6px;display:flex}.outlook-new{background:var(--ol-blue);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:6px;height:32px;margin-right:4px;padding:5px 12px;font-size:14px;font-weight:600;display:inline-flex}.outlook-new:hover:not(:disabled){background:var(--ol-blue-hover)}.outlook-new:disabled{opacity:.65;cursor:default}.outlook-action{color:var(--ol-text);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:6px 10px;display:inline-flex}.outlook-action:hover:not(:disabled){background:var(--ol-row-hover)}.outlook-action:disabled{color:#a19f9d;cursor:default}.outlook-mark-all{color:var(--ol-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;margin-left:auto;padding:4px 6px;display:inline-flex}.outlook-body{flex:1;grid-template-columns:68px 236px minmax(280px,360px) minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.outlook-body--cal{grid-template-columns:68px minmax(0,1fr)}.outlook-modules{border-right:1px solid var(--ol-border);background:var(--ol-rail);flex-direction:column;align-items:center;gap:4px;padding:8px 4px;display:flex}.outlook-module{cursor:pointer;color:#424242;width:60px;min-height:52px;font:inherit;background:0 0;border:none;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:6px 2px 4px;font-size:10px;line-height:1.1;display:flex;position:relative}.outlook-module:hover{color:var(--ol-text);background:#e6e6e6}.outlook-module.active{background:var(--ol-blue-softer);color:var(--ol-blue)}.outlook-module.active:before{content:"";background:var(--ol-blue);border-radius:0 2px 2px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.outlook-folders{border-right:1px solid var(--ol-border);background:#fff;padding:4px 0 12px;overflow:auto}.outlook-folder-section{padding:2px 0 10px}.outlook-folder-heading{color:var(--ol-muted);align-items:center;gap:4px;padding:10px 12px 6px 10px;font-size:12px;font-weight:600;display:flex}.outlook-account{text-align:left;width:100%;font:inherit;cursor:pointer;color:var(--ol-text);background:0 0;border:none;align-items:center;gap:4px;padding:8px 12px 8px 10px;font-size:13px;font-weight:600;display:flex}.outlook-account span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.outlook-account:hover{background:var(--ol-row-hover)}.outlook-folder{width:100%;font:inherit;text-align:left;cursor:pointer;color:var(--ol-text);background:0 0;border:none;border-radius:0;align-items:center;gap:8px;padding:6px 10px 6px 12px;font-size:13px;display:flex}.outlook-folder.nested{padding-left:20px}.outlook-folder:hover{background:var(--ol-row-hover)}.outlook-folder.active{background:var(--ol-blue-softer);color:var(--ol-blue)}.outlook-folder.unread .outlook-folder__name{font-weight:600}.outlook-folder.unread .outlook-folder__count{color:var(--ol-blue)}.outlook-folder__ico{color:inherit;opacity:.9;display:grid}.outlook-folder__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.outlook-folder__count{color:var(--ol-muted);font-size:12px;font-weight:600}.outlook-folder.active .outlook-folder__count{color:var(--ol-blue)}.outlook-list-pane{border-right:1px solid var(--ol-border);background:#fff;flex-direction:column;min-width:0;display:flex}.outlook-list-header{border-bottom:1px solid var(--ol-border);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px 8px;display:flex}.outlook-list-pane:has(.outlook-focused) .outlook-list-header{border-bottom:none;padding-bottom:4px}.outlook-list-header h2{color:#242424;align-items:center;gap:8px;margin:0;font-size:20px;font-weight:600;display:flex}.outlook-star{color:#bdbdbd;display:inline-grid}.outlook-list-tools{color:var(--ol-blue);gap:8px;font-size:12px;font-weight:600;display:flex}.outlook-filter{color:var(--ol-blue);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 6px;font-size:12px;font-weight:600;display:inline-flex}.outlook-filter:hover{background:var(--ol-blue-softer)}.outlook-focused{border-bottom:1px solid var(--ol-border);gap:0;padding:0 12px 4px;display:flex}.outlook-focused button{font:inherit;color:var(--ol-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 12px 7px;font-size:13px}.outlook-focused button.active{color:var(--ol-blue);border-bottom-color:var(--ol-blue)}.outlook-cols{display:none}.outlook-list{flex:1;min-height:0;overflow:auto}.outlook-group__label{color:var(--ol-group);align-items:center;gap:6px;padding:10px 16px 6px;font-size:12px;font-weight:600;display:flex}.outlook-group__chev{opacity:.8;font-size:10px}.outlook-row{width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:8px;padding:10px 14px 10px 8px;display:flex;position:relative}.outlook-row:hover{background:var(--ol-row-hover)}.outlook-row.selected{background:var(--ol-selected)}.outlook-row.unread:before{content:"";background:var(--ol-blue);border-radius:0 2px 2px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.outlook-row.unread .outlook-row__from,.outlook-row.unread .outlook-row__subject{font-weight:600}.outlook-row__check{flex-shrink:0;place-items:center;width:22px;padding-top:8px;display:grid}.outlook-row__check input{accent-color:var(--ol-blue);margin:0}.outlook-row__avatar{background:var(--ol-blue);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;margin-top:2px;font-size:12px;font-weight:600;display:grid}.outlook-row__main{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.outlook-row__line{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.outlook-row__from{text-overflow:ellipsis;white-space:nowrap;color:var(--ol-text);font-size:14px;font-weight:400;overflow:hidden}.outlook-row__subject{text-overflow:ellipsis;white-space:nowrap;color:var(--ol-text);font-size:13px;overflow:hidden}.outlook-row__preview{text-overflow:ellipsis;white-space:nowrap;color:var(--ol-muted);font-size:12px;line-height:1.35;overflow:hidden}.outlook-row__date{color:var(--ol-muted);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;font-size:12px;display:inline-flex}.outlook-row__clip{color:var(--ol-muted);display:inline-grid}.outlook-empty,.outlook-reading-empty{height:100%;color:var(--ol-muted);text-align:center;align-content:center;place-items:center;gap:10px;padding:24px;display:grid}.outlook-reading{background:#fff;flex-direction:column;min-width:0;display:flex;overflow:auto}.outlook-back{display:none}.outlook-message{flex-direction:column;flex:1;min-height:0;padding:12px 24px 24px;display:flex}.outlook-message__title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.outlook-message__head h3{color:#242424;margin:0;font-size:20px;font-weight:600;line-height:1.3}.outlook-message__actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.outlook-message__meta{border-bottom:1px solid var(--ol-border);grid-template-columns:auto 1fr auto;align-items:start;gap:10px;margin-bottom:12px;padding-bottom:14px;display:grid}.outlook-message__avatar{background:var(--ol-blue);color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;font-weight:700;display:grid}.outlook-message__addrs{color:var(--ol-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.outlook-message__meta time{color:var(--ol-muted);font-size:12px}.outlook-message__body{color:var(--ol-text);line-height:1.5}.outlook-message__body p{white-space:pre-wrap;margin:0 0 .35em}.outlook-message__html{background:#fff;border:none;flex:1;width:100%;min-height:280px}.outlook-compose{flex-direction:column;height:100%;min-height:280px;display:flex}.outlook-compose__bar{border-bottom:1px solid var(--ol-border);gap:4px;padding:10px 14px;display:flex}.outlook-compose__field{border-bottom:1px solid var(--ol-border);color:var(--ol-muted);grid-template-columns:72px 1fr;align-items:center;gap:8px;padding:8px 14px;display:grid}.outlook-compose__field input{font:inherit;color:var(--ol-text);background:0 0;border:none;outline:none}.outlook-compose__body{resize:none;font:inherit;border:none;outline:none;flex:1;min-height:160px;padding:14px;line-height:1.5}.outlook-compose__hint{color:var(--ol-muted);margin:0;padding:8px 14px 12px;font-size:11px}.outlook-compose__hint code{font-size:10px}@container outlook (width<=900px){.outlook-body{grid-template-columns:56px minmax(240px,1fr) minmax(0,1.2fr)}.outlook-folders,.outlook-module span{display:none}.outlook-module{width:40px;min-height:40px}}@container outlook (width<=640px){.outlook-body{grid-template-columns:48px minmax(0,1fr)}.outlook-reading,.outlook--reading .outlook-list-pane{display:none}.outlook--reading .outlook-reading{display:flex}.outlook-back{display:grid}}.login{min-height:100dvh;color:var(--text,#e8f0f2);background:radial-gradient(70% 50% at 20% 10%,#1a4a52 0%,#0000 55%),radial-gradient(60% 40% at 80% 80%,#2a3a5c 0%,#0000 50%),linear-gradient(160deg,#0a1419 0%,#122830 45%,#0f1c24 100%);place-items:center;padding:24px 16px;font-family:Instrument Sans,system-ui,sans-serif;display:grid}.login__panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c141ad1;border:1px solid #ffffff14;border-radius:20px;width:min(420px,100%);padding:28px 24px 24px}.login__brand h1{letter-spacing:-.03em;margin:0;font-family:Syne,system-ui,sans-serif;font-size:2rem;font-weight:800}.login__brand p{color:var(--muted,#8aa3ad);margin:6px 0 0;font-size:.92rem}.login__profiles{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px;margin:22px 0 18px;display:grid}.login__profile{color:inherit;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:18px 12px;transition:border-color .15s,background .15s;display:flex}.login__profile:hover,.login__profile.selected{background:#3d8b7a1f;border-color:#3d8b7a8c}.login__avatar{color:#0a1210;border-radius:16px;place-items:center;width:56px;height:56px;font-family:Syne,system-ui,sans-serif;font-size:1.4rem;font-weight:800;display:grid}.login__name{font-size:.95rem;font-weight:700}.login__form{flex-direction:column;gap:12px;display:flex}.login__field{color:var(--muted,#8aa3ad);flex-direction:column;gap:6px;font-size:.82rem;display:flex}.login__field input{color:inherit;font:inherit;background:#00000047;border:1px solid #ffffff1f;border-radius:10px;padding:12px 14px;font-size:1rem}.login__error{color:#f0a0a0;margin:0;font-size:.85rem}.login__submit{justify-content:center;width:100%;padding:12px 16px;font-weight:700}.login__install{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;margin-top:18px;padding:12px 12px 12px 14px;display:flex}.login__install-body{flex:1;min-width:0}.login__install-body strong{margin-bottom:2px;font-size:.86rem;display:block}.login__install-body p{color:var(--muted,#8aa3ad);margin:0;font-size:.78rem;line-height:1.35}.login__install-actions{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.login__install-actions .app-btn{padding:8px 12px;font-size:.8rem}.login__install-dismiss{color:var(--muted,#8aa3ad);padding:6px;font-size:.75rem}.install-prompt__share{background:#ffffff1a;border-radius:4px;padding:0 4px;font-weight:600;display:inline-block}.files-app{color:#f3f3f3;background:#202020;min-height:0}.files-shell{flex:1;min-height:0;display:flex}.files-nav{background:#191919;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:2px;width:188px;padding:10px 8px;display:flex;overflow:auto}.files-nav__item{text-align:left;color:#f3f3f3;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:10px;padding:7px 10px;font-size:.82rem;display:flex}.files-nav__item svg{opacity:.9;flex-shrink:0}.files-nav__item:hover{background:#ffffff0f}.files-nav__item.active{background:#ffffff1a;font-weight:600}.files-nav__item.drop-target{outline:1px solid var(--accent,#60cdff);background:#60cdff1f}.files-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.files-toolbar{background:#2b2b2b;border-bottom:1px solid #ffffff14;flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:6px;padding:8px 10px;display:flex}.files-navbtns{gap:2px;display:flex}.files-navbtn{color:#f3f3f3;cursor:pointer;background:0 0;border:0;border-radius:4px;width:30px;height:30px;font-size:.95rem;line-height:1}.files-navbtn:hover:not(:disabled){background:#ffffff14}.files-navbtn:disabled{opacity:.28;cursor:default}.files-address{background:#1c1c1c;border:1px solid #ffffff1a;border-radius:4px;flex:160px;align-items:center;min-width:0;height:30px;padding:0 8px;display:flex}.files-search{color:#f3f3f3;width:180px;height:30px;font:inherit;background:#1c1c1c;border:1px solid #ffffff1a;border-radius:4px;flex:0 180px;padding:0 10px;font-size:.8rem}.files-search:focus{outline:1px solid #60cdff}.files-nav__item:last-child{margin-top:auto}.files-toolbar__actions{flex-wrap:nowrap;flex-shrink:0;gap:6px;margin-left:auto;display:flex}.files-new{position:relative}.files-new__menu{z-index:20;background:#2c2c2c;border:1px solid #ffffff1f;border-radius:8px;min-width:180px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 12px 32px #0006}.files-new__menu button{text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 12px;font-size:.84rem;display:block}.files-new__menu button:hover{background:#ffffff14}.files-crumbs{flex-wrap:nowrap;align-items:center;gap:0;min-width:0;display:flex;overflow:hidden}.files-crumbs__item{flex:none;align-items:center;min-width:0;display:inline-flex}.files-crumbs__item:last-child{flex:0 auto}.files-crumbs__sep{color:#9a9a9a;margin:0 2px;font-size:.85rem}.files-crumbs button{color:#d0d0d0;font:inherit;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;border-radius:4px;max-width:100%;padding:2px 6px;font-size:.82rem;font-weight:500;overflow:hidden}.files-crumbs button:hover,.files-crumbs button.current{color:#fff;background:#ffffff14}.files-list{flex-direction:column;flex:1;gap:4px;min-height:0;padding:8px;display:flex;overflow:hidden auto}.files-list--pc{gap:0;padding:12px 16px 20px}.files-section{color:#9a9a9a;letter-spacing:.02em;margin:12px 4px 8px;font-size:.78rem;font-weight:600}.files-section:first-child{margin-top:0}.files-places{grid-template-columns:repeat(auto-fill,minmax(min(140px,100%),1fr));gap:8px;margin-bottom:8px;display:grid}.files-place{text-align:left;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:10px;padding:10px 12px;display:flex}.files-place:hover{background:#ffffff0d}.files-place.selected,.files-place.drop-target{background:#60cdff1f;border-color:#60cdff47}.files-place__icon{color:#c09553;place-items:center;width:32px;height:32px;display:grid}.files-place__icon svg{width:22px;height:22px}.files-place__name{font-size:.86rem;font-weight:600}.files-drives{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;display:grid}.files-drive{text-align:left;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-rows:auto auto 8px;grid-template-columns:44px 1fr;gap:4px 12px;padding:12px 14px;display:grid}.files-drive svg{grid-row:1/4;align-self:center}.files-drive:hover{background:#ffffff0d}.files-drive.selected,.files-drive.drop-target{background:#60cdff1f;border-color:#60cdff47}.files-drive__name{font-size:.88rem;font-weight:600}.files-drive__meta{color:#9a9a9a;font-size:.72rem}.files-drive__bar{background:#ffffff1f;border-radius:3px;height:6px;display:block;overflow:hidden}.files-drive__bar i{background:#60cdff;border-radius:3px;height:100%;display:block}.files-row{text-align:left;width:100%;color:inherit;cursor:pointer;-webkit-touch-callout:none;touch-action:manipulation;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:8px 10px;display:grid}.files-row:hover{background:#ffffff0d}.files-row.selected{background:#60cdff29;border-color:#60cdff2e}.files-row.drop-target{outline:1px solid var(--accent,#60cdff);background:#60cdff1f}.files-row.dragging{opacity:.45}.files-crumbs__item.drop-target button{color:#60cdff;background:#60cdff1f}.files-row__icon{background:#ffffff0f;border-radius:6px;place-items:center;width:28px;height:28px;font-size:.85rem;line-height:1;display:grid}.files-row__icon--folder,.files-row__icon--drive,.files-row__icon--file{background:0 0}.files-row__icon--word,.files-row__icon--excel,.files-row__icon--archive,.files-row__icon--media{background:0 0;overflow:hidden}.files-row__icon img{width:18px;height:18px;display:block}.files-row__name{text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:500;overflow:hidden}.files-row__meta{color:#9a9a9a;font-size:.72rem}.files-empty{text-align:center;color:#9a9a9a;max-width:32ch;margin:auto;padding:24px;font-size:.9rem;line-height:1.5}.files-empty p{margin:0 0 8px}.files-empty__actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;display:flex}.files-loading{color:#9a9a9a;flex:1;justify-content:center;align-items:center;gap:10px;font-size:.85rem;display:flex}.files-loading:before{content:"";border:2px solid #3a3a3a;border-top-color:#c8c8c8;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite files-spin}@keyframes files-spin{to{transform:rotate(360deg)}}.files-footer{color:#9a9a9a;background:#191919;border-top:1px solid #ffffff0f;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;gap:8px;padding:6px 12px;font-size:.72rem;display:flex}.files-status{color:#60cdff}.files-danger:disabled{opacity:.45}@media (width<=720px){.files-shell{flex-direction:column}.files-nav{border-bottom:1px solid #ffffff0f;border-right:0;flex-direction:row;width:auto;padding:6px 8px;overflow-x:auto}.files-nav__item{white-space:nowrap;flex-shrink:0;width:auto}.files-drives{grid-template-columns:1fr}}.ctx-menu{z-index:20000;-webkit-backdrop-filter:blur(16px);-webkit-touch-callout:none;background:#10161cf5;border:1px solid #ffffff1f;border-radius:12px;min-width:180px;padding:6px;position:fixed;box-shadow:0 16px 40px #00000073}.ctx-menu__item{text-align:left;width:100%;color:var(--text);background:0 0;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:8px 12px;font-size:.86rem;font-weight:500;display:flex}.ctx-menu__kbd{color:#ffffff61;font:inherit;margin-left:auto;font-size:.72rem;font-weight:500}.ctx-menu__item:hover:not(:disabled){background:#ffffff14}.ctx-menu__item:disabled{opacity:.4}.ctx-menu__item.danger{color:#ffb4a8}.ctx-menu__item.danger:hover:not(:disabled){background:#dc503c2e}.ctx-menu__sep{background:#ffffff14;height:1px;margin:5px 8px}.taskbar-btn,.taskbar-home,.mobile-home__app,.files-list{-webkit-touch-callout:none}.notepad-app{background:#0000001f;min-height:0}.notepad-toolbar{border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:10px;padding:10px 12px;display:flex}.notepad-toolbar__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;font-weight:600;overflow:hidden}.notepad-editor{resize:none;width:100%;min-height:0;color:inherit;font:inherit;background:0 0;border:0;outline:none;flex:1;padding:16px 18px;font-size:.95rem;line-height:1.55}.notepad-footer{color:var(--muted);border-top:1px solid #ffffff0f;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;gap:8px;padding:8px 12px;font-size:.72rem;display:flex}.cursor-app{background:radial-gradient(70% 50% at 10% 0,#e8a54b1f,#0000 55%),linear-gradient(165deg,#141416f5,#0c0e10fa);gap:18px;padding:22px 20px 28px;overflow:auto}.cursor-app__hero{align-items:flex-start;gap:14px;display:flex}.cursor-app__mark{color:#f2efe8;background:#141414;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:1.35rem;display:grid;overflow:hidden}.cursor-app__mark img{object-fit:cover;width:100%;height:100%;display:block}.cursor-app__hero h2{letter-spacing:-.03em;margin:0 0 6px;font-family:Syne,system-ui,sans-serif;font-size:1.55rem;font-weight:800}.cursor-app__hero p{color:var(--muted);max-width:36ch;margin:0;font-size:.9rem;line-height:1.5}.cursor-app__actions{flex-wrap:wrap;gap:10px;display:flex}.cursor-app__actions .app-btn{text-decoration:none}.cursor-app__primary{color:#141414;background:#f2efe8}.cursor-app__primary:hover{filter:brightness(1.05)}.cursor-app__secondary{background:#ffffff14}.cursor-app__links{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cursor-app__link{text-align:left;width:100%;color:inherit;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:2px;padding:12px 14px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.cursor-app__link:hover{background:#ffffff14;border-color:#e8a54b59}.cursor-app__link strong{font-size:.92rem}.cursor-app__link span{color:var(--muted);font-size:.78rem}.yt-app{--yt-bg:#0f0f0f;--yt-surface:#212121;--yt-elevated:#272727;--yt-border:#ffffff14;--yt-muted:#aaa;--yt-text:#f1f1f1;--yt-accent:#f03;--yt-accent-soft:#ff00332e;--yt-mini-h:72px;background:var(--yt-bg);color:var(--yt-text);position:relative;overflow:hidden}.yt-app .yt-toolbar{z-index:20;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--yt-border);background:#0f0f0ff0;align-items:center;gap:8px;position:sticky;top:0}.yt-app .yt-toolbar input{background:var(--yt-surface);border-color:var(--yt-border);color:var(--yt-text);border-radius:999px;padding:10px 16px;font-size:.92rem}.yt-app .yt-toolbar input::placeholder{color:var(--yt-muted)}.yt-app .yt-toolbar input:focus{border-color:var(--yt-accent);box-shadow:0 0 0 2px var(--yt-accent-soft)}.yt-app .yt-toolbar>button:not(.yt-back){background:var(--yt-accent);color:#fff;border-radius:999px;min-height:40px;padding:8px 16px}.yt-app .yt-toolbar>button:not(.yt-back):disabled{opacity:.45;filter:none}.yt-app .browser-external{background:var(--yt-surface);color:var(--yt-text);min-width:40px;min-height:40px}.yt-app .browser-external:hover{background:var(--yt-accent-soft);color:#fff}.yt-back{background:var(--yt-surface);width:40px;min-width:40px;height:40px;color:var(--yt-text);border-radius:999px;flex-shrink:0;place-items:center;padding:0;font-size:1.5rem;line-height:1;display:grid}.yt-back:hover{background:var(--yt-elevated)}.yt-browse{-webkit-overflow-scrolling:touch;background:var(--yt-bg);flex:1;min-height:0;overflow:auto}.yt-browse--with-mini{padding-bottom:calc(var(--yt-mini-h) + var(--safe-bottom,0px) + 12px)}.yt-suggestions{text-align:center;padding:28px 16px 16px}.yt-suggestions p{color:var(--yt-muted);margin:0 0 16px;font-size:.95rem}.yt-picks{border-bottom:none;flex-wrap:wrap;justify-content:center;gap:8px;padding:0;display:flex}.yt-picks button{background:var(--yt-surface);min-height:40px;color:var(--yt-text);border:1px solid var(--yt-border);border-radius:999px;padding:10px 14px;font-size:.82rem;font-weight:500;transition:background .15s,border-color .15s}.yt-picks button:hover,.yt-picks button.active{background:var(--yt-accent-soft);color:#fff;border-color:#ff003373}.yt-loading{color:var(--yt-muted)}.yt-error{color:#ffb3c1;background:#ff00331f;border:1px solid #ff003359;border-radius:12px;margin:12px 16px;padding:12px 14px;font-size:.88rem}.yt-results{flex-direction:column;gap:8px;margin:0;padding:8px 10px 20px;list-style:none;display:flex}.yt-result{text-align:left;background:var(--yt-surface);width:100%;color:inherit;border:1px solid #0000;border-radius:14px;align-items:flex-start;gap:12px;min-height:88px;padding:10px;transition:background .15s,border-color .15s,transform .12s;display:flex}.yt-result:hover{background:var(--yt-elevated);border-color:var(--yt-border)}.yt-result:active{transform:scale(.992)}.yt-result__thumb{aspect-ratio:16/9;background:#000;border-radius:10px;flex-shrink:0;width:168px;max-width:42%;position:relative;overflow:hidden}.yt-result__thumb img{object-fit:cover;width:100%;height:100%;display:block}.yt-result__len{color:#fff;letter-spacing:.02em;background:#000000d9;border-radius:4px;padding:2px 6px;font-size:.68rem;font-weight:650;position:absolute;bottom:6px;right:6px}.yt-result__meta{flex-direction:column;gap:6px;min-width:0;padding-top:2px;display:flex}.yt-result__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.yt-result__sub{color:var(--yt-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.35;display:-webkit-box;overflow:hidden}.yt-stage{background:#000;flex-direction:column;display:flex}.yt-stage--full{flex:1;min-height:0}.yt-player-wrap{background:#000;width:100%;position:relative}.yt-stage--full .yt-player-wrap{aspect-ratio:16/9;flex:1;min-height:0;max-height:min(70vh,100%)}.yt-app--watching .yt-stage--full .yt-player-wrap{aspect-ratio:auto;flex:1;max-height:none}.yt-player{background:#000;border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.yt-now{padding:12px 14px calc(12px + var(--safe-bottom,0px));background:var(--yt-bg);border-top:1px solid var(--yt-border);flex-direction:column;flex-shrink:0;gap:4px;display:flex}.yt-now strong{font-size:.98rem;font-weight:650;line-height:1.35}.yt-now span{color:var(--yt-muted);font-size:.8rem}.yt-stage--mini{z-index:30;height:calc(var(--yt-mini-h) + var(--safe-bottom,0px));padding-bottom:var(--safe-bottom,0px);border-top:1px solid var(--yt-border);background:#212121f7;flex-direction:row;align-items:stretch;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000059}.yt-stage--mini .yt-player-wrap{width:128px;height:var(--yt-mini-h);aspect-ratio:auto;flex:0 0 128px}.yt-mini{flex:1;align-items:center;gap:4px;min-width:0;padding:0 6px 0 10px;display:flex}.yt-mini__hit{text-align:left;min-width:0;min-height:44px;color:inherit;background:0 0;border-radius:8px;flex:1;align-items:center;padding:6px 8px;display:flex}.yt-mini__hit:hover{background:#ffffff0f}.yt-mini__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.yt-mini__meta strong{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.yt-mini__meta span{color:var(--yt-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.yt-mini__close{width:44px;min-width:44px;height:44px;color:var(--yt-text);background:0 0;border-radius:999px;flex-shrink:0;place-items:center;padding:0;font-size:1.4rem;line-height:1;display:grid}.yt-mini__close:hover{background:#ffffff14}@media (width<=768px),(height<=500px) and (orientation:landscape){.yt-app .yt-toolbar{gap:6px;padding:10px}.yt-app .yt-toolbar input{padding:10px 14px;font-size:16px}.yt-app .yt-toolbar>button:not(.yt-back){min-height:44px;padding:10px 14px}.yt-back,.yt-app .browser-external{width:44px;min-width:44px;height:44px;min-height:44px}.yt-result{gap:10px;min-height:76px;padding:8px}.yt-result__thumb{width:140px}.yt-result__title{font-size:.9rem}.yt-stage--full .yt-player-wrap{aspect-ratio:16/9;flex:none;width:100%;max-height:none}.yt-app--watching .yt-stage--full{justify-content:flex-start}.yt-app--watching .yt-stage--full .yt-player-wrap{aspect-ratio:16/9;flex:none}.yt-stage--mini .yt-player-wrap{flex-basis:112px;width:112px}.yt-picks button{min-height:44px;padding:10px 16px}}@media (width<=380px){.yt-result__thumb{width:120px}.yt-stage--mini .yt-player-wrap{flex-basis:96px;width:96px}}.status-bar,.mobile-home{display:none}@media (width<=768px),(height<=500px) and (orientation:landscape){:root,[data-theme=macos],[data-theme=windows]{--status-h:28px;--dock-h:72px}.desktop--mobile{padding-top:calc(var(--safe-top) + var(--status-h))}.desktop-icons,.desktop-brand{display:none}.status-bar{z-index:9000;height:calc(var(--safe-top) + var(--status-h));padding:var(--safe-top) 16px 0;pointer-events:none;background:linear-gradient(#00000059,#0000);justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:0;left:0;right:0}.status-bar__brand{letter-spacing:.06em;text-transform:uppercase;opacity:.7;font-size:.65rem}.status-bar .presence-avatars{padding:0}.status-bar .presence-avatar{border-width:1px;width:16px;height:16px;font-size:8px}.status-bar__icons{align-items:center;gap:6px;display:flex}.status-bar__signal{opacity:.75;border:1.5px solid;border-radius:2px;width:14px;height:10px;position:relative}.status-bar__signal:after{content:"";background:currentColor;width:40%;position:absolute;inset:2px 2px 2px auto}.status-bar__battery{opacity:.75;border:1.5px solid;border-radius:2px;width:20px;height:10px;position:relative}.status-bar__battery:before{content:"";background:currentColor;border-radius:0 1px 1px 0;width:2px;height:4px;position:absolute;top:2px;right:-4px}.status-bar__battery:after{content:"";background:var(--accent);border-radius:1px;position:absolute;inset:1.5px 30% 1.5px 1.5px}.mobile-home{inset:calc(var(--safe-top) + var(--status-h)) 0 calc(var(--dock-h) + var(--safe-bottom) + 12px) 0;z-index:1;flex-direction:column;padding:12px 20px 8px;animation:.4s both mobile-home-in;display:flex;position:absolute}@keyframes mobile-home-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mobile-home__hero{margin-bottom:28px;padding-top:12px}.mobile-home__hero h1{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:clamp(2.2rem,10vw,3rem);font-weight:800}.mobile-home__hero p{color:var(--muted);margin:6px 0 0;font-size:.95rem}.mobile-home__grid{grid-template-columns:repeat(4,1fr);gap:18px 10px;max-width:420px;display:grid}.mobile-home__app{flex-direction:column;align-items:center;gap:8px;min-height:44px;padding:4px;display:flex}.mobile-home__app:active .mobile-home__glyph{transform:scale(.92)}.mobile-home__glyph{color:#fff;border-radius:16px;place-items:center;width:58px;height:58px;font-size:1.45rem;transition:transform .15s;display:grid;overflow:hidden;box-shadow:0 8px 22px #00000059}.mobile-home__label{text-align:center;text-shadow:0 1px 3px #0009;font-size:.72rem;font-weight:500}.window.mobile.maximized{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;inset:calc(var(--safe-top) + var(--status-h)) 0 calc(var(--dock-h) + var(--safe-bottom) + 8px) 0!important;width:auto!important;height:auto!important}.window.mobile .window-titlebar{cursor:default;height:48px;padding:0 8px}.window.mobile .window-title{text-align:center;font-size:.9rem}.taskbar{left:12px;right:12px;bottom:max(8px, var(--safe-bottom));width:auto;padding:10px 12px;padding-bottom:max(10px, calc(var(--safe-bottom) * .15 + 10px));border-radius:22px;justify-content:flex-start;gap:8px;transform:none}@keyframes taskbar-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.taskbar-apps{flex:1;justify-content:space-around}.taskbar-btn{width:52px;height:52px}.taskbar-btn__glyph{border-radius:10px;width:34px;height:34px;font-size:1rem}.taskbar-home{border-radius:14px;width:48px;height:48px}.taskbar-clock{display:none}.settings{flex-direction:column}.settings-nav{border-bottom:1px solid #ffffff14;border-right:none;gap:12px;width:auto}.settings-nav__list{flex-flow:wrap}.settings-main{padding:16px}.swatch-grid{grid-template-columns:repeat(2,1fr)}.chrome-grid{grid-template-columns:1fr}.app-toolbar{padding:10px}.notes textarea{padding:16px;font-size:16px}.outlook-body{grid-template-columns:56px 1fr}.outlook-folders,.outlook-reading,.outlook--reading .outlook-list-pane{display:none}.outlook--reading .outlook-reading{display:flex}.outlook-back{display:grid}.outlook-top{grid-template-columns:auto 1fr}.outlook-top__right,.outlook-module span{display:none}.outlook-module{width:40px;min-height:40px}}@media (width<=380px){.mobile-home__grid{grid-template-columns:repeat(3,1fr)}}.cursor-ide{--cu-bg:#181818;--cu-editor:#1f1f1f;--cu-elevated:#222;--cu-border:#2b2b2b;--cu-fg:#ccc;--cu-fg-strong:#fff;--cu-fg-muted:#9d9d9d;--cu-fg-dim:#6e6e6e;--cu-accent:#0078d4;--accent:#0078d4;--cu-hover:#2a2a2a;--cu-selection:#37373d;--cu-font:"Segoe UI", "Segoe WPC", system-ui, -apple-system, sans-serif;--cu-mono:Consolas, "Courier New", monospace;background:var(--cu-bg);height:100%;min-height:0;color:var(--cu-fg);font-family:var(--cu-font);letter-spacing:0;flex-direction:column;gap:0;padding:0;font-size:13px;display:flex;position:relative;container-type:inline-size}.cursor-ide--shell{flex-flow:column}.cursor-ide__menubar{border-bottom:1px solid var(--cu-border);width:100%;color:var(--cu-fg);z-index:4;background:#181818;flex:0 0 35px;align-items:center;gap:0;padding:0 8px;font-size:13px;display:flex;position:relative}.cursor-ide__wordmark-bar{letter-spacing:.02em;color:var(--cu-fg-strong);flex-shrink:0;padding:0 10px 0 4px;font-size:13px;font-weight:600}.cursor-ide__menu{position:relative}.cursor-ide__menu>button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:0;padding:2px 8px}.cursor-ide__menu>button:hover,.cursor-ide__menu>button.open{background:var(--cu-hover)}.cursor-ide__menu-drop{z-index:20;background:#252526;border:1px solid #454545;border-radius:6px;min-width:220px;padding:4px;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #0006}.cursor-ide__menu-drop button{text-align:left;width:100%;color:var(--cu-fg);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:space-between;align-items:center;gap:24px;padding:4px 10px;display:flex}.cursor-ide__menu-drop button:disabled{opacity:.4;cursor:default}.cursor-ide__kbd{color:var(--cu-fg-dim);font-size:11px}.cursor-ide__menu-drop button:hover{background:#04395e}.cursor-ide__menu-hr{background:#3c3c3c;height:1px;margin:4px 6px}.cursor-ide__menu-sub{position:relative}.cursor-ide__menu-sub-btn{text-align:left;width:100%;color:var(--cu-fg);font:inherit;cursor:default;background:0 0;border:0;border-radius:4px;justify-content:space-between;align-items:center;gap:24px;padding:4px 10px;display:flex}.cursor-ide__menu-caret{color:var(--cu-fg-dim);font-size:12px}.cursor-ide__menu-sub:hover>.cursor-ide__menu-sub-btn,.cursor-ide__menu-sub:focus-within>.cursor-ide__menu-sub-btn{background:#04395e}.cursor-ide__menu-fly{min-width:240px;display:none;top:-4px;left:calc(100% - 2px)}.cursor-ide__menu-sub:hover>.cursor-ide__menu-fly,.cursor-ide__menu-sub:focus-within>.cursor-ide__menu-fly{display:block}.cursor-ide__title-search{min-width:360px;max-width:46%;height:26px;color:var(--cu-fg-muted);font:inherit;cursor:pointer;background:#2a2a2a;border:1px solid #3c3c3c;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:12px;display:inline-flex;position:absolute;left:50%;transform:translate(-50%)}.cursor-ide__title-search:hover{color:var(--cu-fg);background:#323232}.cursor-ide__palette{z-index:40;background:#252526;border:1px solid #3c3c3c;border-radius:8px;width:min(560px,92%);position:absolute;top:36px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 12px 40px #00000073}.cursor-ide__palette-input{color:#ccc;width:100%;font:inherit;background:#2a2a2a;border:0;outline:none;padding:10px 12px;font-size:13px}.cursor-ide__palette-list{max-height:320px;margin:0;padding:4px 0;list-style:none;overflow:auto}.cursor-ide__palette-list button{color:#ccc;text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;padding:6px 12px;font-size:13px;display:block}.cursor-ide__palette-list button.active,.cursor-ide__palette-list button:hover{background:#04395e}.cursor-ide__palette-empty{color:#6e6e6e;padding:12px;font-size:12px}.cursor-ide__workspace{flex-direction:row;flex:1;min-width:0;min-height:0;display:flex}.cursor-ide--boot{color:var(--cu-fg-muted);place-items:center;gap:12px;font-size:13px;display:grid}.cursor-ide__boot-mark{border-radius:10px;width:40px;height:40px;overflow:hidden}.cursor-ide__boot-mark img{object-fit:cover;width:100%;height:100%;display:block}.cursor-ide__login{background:radial-gradient(80% 50% at 50% -10%,#ffffff0d,#0000 55%),#0a0a0a;place-items:center;height:100%;padding:32px 20px;display:grid}.cursor-ide__login-card{flex-direction:column;align-items:flex-start;gap:14px;width:100%;max-width:420px;display:flex}.cursor-ide__login-brand{align-items:center;gap:12px;display:flex}.cursor-ide__login-brand img{border-radius:10px;width:40px;height:40px;display:block}.cursor-ide__wordmark{letter-spacing:.14em;color:var(--cu-fg-strong);font-size:.95rem;font-weight:700}.cursor-ide__login-card h1{letter-spacing:-.02em;color:var(--cu-fg-strong);margin:8px 0 0;font-size:1.75rem;font-weight:560;line-height:1.2}.cursor-ide__login-card>p{color:var(--cu-fg-muted);margin:0;font-size:.95rem;line-height:1.5}.cursor-ide__cta{color:#111;width:100%;font:inherit;cursor:pointer;background:#ededed;border:none;border-radius:999px;margin-top:8px;padding:12px 18px;font-size:.95rem;font-weight:600}.cursor-ide__cta:hover:not(:disabled){background:#fff}.cursor-ide__cta:disabled{opacity:.5;cursor:default}.cursor-ide__cta-ghost{width:100%;color:var(--cu-fg);font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:999px;padding:11px 18px;font-size:.9rem}.cursor-ide__cta-ghost:hover{background:#ffffff0a}.cursor-ide__error{color:#f14c4c;width:100%;margin:0;font-size:.82rem;line-height:1.4}.cursor-ide__login-url{background:var(--cu-elevated);border:1px solid var(--cu-border);border-radius:10px;flex-direction:column;gap:8px;width:100%;padding:12px;font-size:.85rem;display:flex}.cursor-ide__login-url a{color:#4daafc;word-break:break-all}.cursor-ide__hint{color:var(--cu-fg-dim);margin:0;font-size:.78rem}.cursor-ide__activity{background:var(--cu-bg);border-right:1px solid var(--cu-border);flex-direction:column;flex-shrink:0;align-items:center;gap:2px;width:48px;height:100%;padding:8px 0;display:flex}.cursor-ide__activity button{width:48px;height:48px;color:var(--cu-fg-dim);cursor:pointer;background:0 0;border:none;place-items:center;display:grid;position:relative}.cursor-ide__activity button:hover{color:var(--cu-fg)}.cursor-ide__activity button.active{color:var(--cu-fg-strong)}.cursor-ide__activity button.active:before{content:"";background:var(--cu-fg-strong);width:2px;position:absolute;top:10px;bottom:10px;left:0}.cursor-ide__activity-spacer{flex:1}.cursor-ide__activity-account span{color:#fff;background:#3a3a3a;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;font-weight:600;display:grid}.cursor-ide__mobile-tabs{border-bottom:1px solid var(--cu-border);background:var(--cu-bg);flex-shrink:0;grid-template-columns:repeat(3,1fr);width:100%;display:grid}.cursor-ide__mobile-tabs button{color:var(--cu-fg-muted);font:inherit;cursor:pointer;background:0 0;border:none;padding:10px 8px;font-size:12px}.cursor-ide__mobile-tabs button.active{color:var(--cu-fg-strong);box-shadow:inset 0 -1px 0 var(--cu-accent)}.cursor-ide__body{--cu-agents-w:220px;--cu-chat-w:380px;--cu-side-w:260px;grid-template-columns:minmax(0, var(--cu-agents-w)) minmax(0, var(--cu-chat-w)) minmax(160px, 1fr) minmax(0, var(--cu-side-w));flex:1;grid-template-rows:minmax(0,1fr);min-width:0;height:100%;min-height:0;display:grid}.cursor-ide__body--no-side{grid-template-columns:var(--cu-agents-w) var(--cu-chat-w) minmax(0, 1fr)}.cursor-ide__body--no-agent{grid-template-columns:minmax(0, 1fr) var(--cu-side-w)}.cursor-ide__body--main-only{grid-template-columns:minmax(0,1fr)}.cursor-ide__body--no-list{grid-template-columns:var(--cu-chat-w) minmax(0, 1fr) var(--cu-side-w)}.cursor-ide__body--no-list.cursor-ide__body--no-side{grid-template-columns:var(--cu-chat-w) minmax(0, 1fr)}.cursor-ide__body--agent-main{grid-template-columns:var(--cu-agents-w) minmax(0, 1fr) var(--cu-side-w);grid-template-rows:minmax(0,1fr) auto}.cursor-ide__body--agent-main.cursor-ide__body--no-side{grid-template-columns:var(--cu-agents-w) minmax(0, 1fr)}.cursor-ide__body--agent-main.cursor-ide__body--no-list{grid-template-columns:minmax(0, 1fr) var(--cu-side-w)}.cursor-ide__body--agent-main.cursor-ide__body--no-list.cursor-ide__body--no-side{grid-template-columns:minmax(0,1fr)}.cursor-ide__body--agent-main .cursor-ide__agents{grid-row:1/3}.cursor-ide__body--agent-main .cursor-ide__agent{grid-area:1/2}.cursor-ide__body--agent-main .cursor-ide__main{border-left:none;border-right:none;grid-area:2/2}.cursor-ide__body--agent-main .cursor-ide__main-editor{display:none}.cursor-ide__body--agent-main .cursor-ide__sidebar{grid-area:1/3/3}.cursor-ide__body--agent-main.cursor-ide__body--no-list .cursor-ide__agent,.cursor-ide__body--agent-main.cursor-ide__body--no-list .cursor-ide__main{grid-column:1}.cursor-ide__body--agent-main.cursor-ide__body--no-list .cursor-ide__sidebar{grid-column:2}.cursor-ide--mobile .cursor-ide__workspace{flex-direction:column}.cursor-ide--mobile .cursor-ide__body,.cursor-ide--mobile .cursor-ide__body--no-side,.cursor-ide--mobile .cursor-ide__body--no-agent,.cursor-ide--mobile .cursor-ide__body--main-only,.cursor-ide--mobile .cursor-ide__body--no-list,.cursor-ide--mobile .cursor-ide__body--agent-main,.cursor-ide--mobile .cursor-ide__body--agent-main.cursor-ide__body--no-side,.cursor-ide--mobile .cursor-ide__body--agent-main.cursor-ide__body--no-list,.cursor-ide--mobile .cursor-ide__body--agent-main.cursor-ide__body--no-list.cursor-ide__body--no-side{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);height:100%;min-height:0}.cursor-ide--mobile .cursor-ide__agent,.cursor-ide--mobile .cursor-ide__main,.cursor-ide--mobile .cursor-ide__sidebar,.cursor-ide--mobile .cursor-ide__body--agent-main .cursor-ide__agent,.cursor-ide--mobile .cursor-ide__body--agent-main .cursor-ide__main,.cursor-ide--mobile .cursor-ide__body--agent-main .cursor-ide__sidebar,.cursor-ide--mobile .cursor-ide__body--agent-main.cursor-ide__body--no-list .cursor-ide__agent,.cursor-ide--mobile .cursor-ide__body--agent-main.cursor-ide__body--no-list .cursor-ide__main{grid-area:1/1;width:100%;min-width:0}.cursor-ide--mobile .cursor-ide__body{position:relative}.cursor-ide__sidebar,.cursor-ide__agent,.cursor-ide__agents,.cursor-ide__main{background:var(--cu-bg);flex-direction:column;min-width:0;min-height:0;display:flex;position:relative}.cursor-ide__col-resize{z-index:6;cursor:col-resize;background:0 0;width:6px;height:100%;position:absolute;top:0;right:-3px}.cursor-ide__col-resize:hover,.cursor-ide__col-resize:active{background:var(--cu-accent);opacity:.5}.cursor-ide__col-resize--left{left:-3px;right:auto}.cursor-ide--mobile .cursor-ide__col-resize{display:none}.cursor-ide__main{background:var(--cu-editor);border-left:1px solid var(--cu-border);border-right:1px solid var(--cu-border);height:100%;overflow:hidden}.cursor-ide__main-editor{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.cursor-ide__main-editor--split{flex-direction:row}.cursor-ide__editor-area{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.cursor-ide__browser{border-left:1px solid var(--cu-border);background:#101010;flex-direction:column;flex:1.2;min-width:0;min-height:0;display:flex}.cursor-ide__browser--warm{display:none}.cursor-ide__browser--offscreen{opacity:0;pointer-events:none;z-index:-1;border:none;width:960px;height:600px;display:flex;position:fixed;top:0;left:0}.cursor-ide__main-editor--split>.cursor-ide__browser:only-child{border-left:none}.cursor-ide__browser-bar{border-bottom:1px solid var(--cu-border);background:var(--cu-bg);align-items:center;gap:4px;padding:4px 8px;display:flex}.cursor-ide__browser-bar .cursor-ide__icon-action{font-size:14px;line-height:1}.cursor-ide__browser-url{border:1px solid var(--cu-border);color:#d6d6d6;background:#1d1d1d;border-radius:6px;outline:none;flex:1;min-width:0;padding:4px 10px;font-size:12px;line-height:1.4}.cursor-ide__browser-url:focus{border-color:#4f7bd8}.cursor-ide__browser-badge{letter-spacing:.4px;text-transform:uppercase;color:#c084fc;-webkit-user-select:none;user-select:none;border:1px solid #c084fc73;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:600}.cursor-ide__browser-stage{background:#fff;flex:1;min-height:0;position:relative;overflow:hidden}.cursor-ide__browser-host,.cursor-ide__browser-remote{position:absolute;inset:0}.cursor-ide__browser-stage--viewport{background:#161618;overflow:auto}.cursor-ide__browser-stage--viewport .cursor-ide__browser-host{margin:0 auto;position:relative;inset:auto;box-shadow:0 0 0 1px #ffffff24}.cursor-ide__browser-empty{color:#7a7a7a;text-align:center;pointer-events:none;background:#101010;place-items:center;padding:0 32px;font-size:12.5px;display:grid;position:absolute;inset:0}.cursor-ide__browser-error{color:#f0b9b9;background:#1e0e0ef0;border:1px solid #6b2f2f;border-radius:8px;padding:8px 12px;font-size:12px;position:absolute;bottom:12px;left:12px;right:12px}.cursor-ide__ghost-cursor{z-index:6;pointer-events:none;filter:drop-shadow(0 1px 3px #00000080);transition:transform .45s cubic-bezier(.22,.9,.3,1);position:absolute;top:0;left:0}.cursor-ide__ghost-ring{opacity:0;border:2px solid #c084fc;border-radius:50%;width:18px;height:18px;position:absolute;top:-9px;left:-9px;transform:scale(.4)}.cursor-ide__ghost-cursor--click .cursor-ide__ghost-ring{animation:.45s ease-out cursor-ghost-ring}@keyframes cursor-ghost-ring{0%{opacity:.9;transform:scale(.4)}to{opacity:0;transform:scale(2.2)}}.cursor-ide__agent{background:var(--cu-bg);border-right:1px solid var(--cu-border);z-index:3;overflow:visible}.cursor-ide__agents-pair{display:contents}.cursor-ide__agents{border-right:1px solid var(--cu-border);background:#141414}.cursor-ide__agents-tools{flex-direction:column;flex-shrink:0;align-items:stretch;gap:6px;padding:6px 8px;display:flex}.cursor-ide__agents-tools .cursor-ide__agent-search{flex:1;margin:0}.cursor-ide__agents-icon{width:28px;height:28px;color:var(--cu-fg-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;align-self:flex-start;place-items:center;display:grid}.cursor-ide__agents-icon--tab{align-self:center;margin:0 2px 0 6px}.cursor-ide__agents-icon:hover{background:var(--cu-hover);color:var(--cu-fg-strong)}.cursor-ide__agents-actions{flex-direction:column;flex-shrink:0;gap:1px;padding:0 8px 10px;display:flex}.cursor-ide__agents-row{width:100%;height:28px;color:var(--cu-fg);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 8px;font-size:13px;display:flex}.cursor-ide__agents-row:hover{background:var(--cu-hover)}.cursor-ide__agents-row kbd{font:inherit;color:var(--cu-fg-dim);margin-left:auto;font-size:11px}.cursor-ide__agents-empty{color:var(--cu-fg-dim);margin:16px 12px;font-size:12px;line-height:1.45}.cursor-ide__agents-foot{border-top:1px solid var(--cu-border);flex-shrink:0;margin-top:auto;padding:8px}.cursor-ide__sidebar{background:var(--cu-bg)}.cursor-ide--mobile .cursor-ide__main,.cursor-ide--mobile .cursor-ide__agent,.cursor-ide--mobile .cursor-ide__agents,.cursor-ide--mobile .cursor-ide__sidebar{border:none}.cursor-ide--mobile .cursor-ide__agents{display:none}.cursor-ide--mobile .cursor-ide__agents--overlay{z-index:12;border-right:none;width:auto;max-width:none;display:flex;position:absolute;inset:0}.cursor-ide--mobile .cursor-ide__composer-bar{flex-wrap:wrap;gap:6px}.cursor-ide--mobile .cursor-ide__chip{max-width:min(52vw,200px);overflow:hidden}.cursor-ide--mobile .cursor-ide__pop--models{width:auto;min-width:0;max-width:none;left:4px;right:4px}.cursor-ide--mobile .cursor-ide__pop-edit-fly{width:auto;top:calc(100% + 4px);left:8px;right:8px}.cursor-ide__side-title{text-transform:uppercase;letter-spacing:.04em;color:#bbb;justify-content:space-between;align-items:center;padding:8px 8px 6px 20px;font-size:11px;font-weight:400;display:flex}.cursor-ide__ghost{color:var(--cu-fg-muted);font:inherit;cursor:pointer;text-transform:none;letter-spacing:0;background:0 0;border:none;padding:2px 4px;font-size:11px;font-weight:500}.cursor-ide__ghost:hover:not(:disabled){color:var(--cu-fg-strong)}.cursor-ide__ghost:disabled{opacity:.35;cursor:default}.cursor-ide__tree{flex-direction:column;flex:1;min-height:0;display:flex}.cursor-ide__tree-root{width:100%;color:var(--cu-fg);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:flex}.cursor-ide__tree-root:hover{background:var(--cu-hover)}.cursor-ide__chev{width:10px;color:var(--cu-fg-muted);font-size:10px;transition:transform .12s;display:inline-block;transform:rotate(0)}.cursor-ide__chev.open{transform:rotate(90deg)}.cursor-ide__tree-root-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cursor-ide__tree-toolbar{align-items:center;gap:6px;padding:2px 8px 6px;display:flex}.cursor-ide__tree-crumb{min-width:0;color:var(--cu-fg-dim);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11px;overflow:hidden}.cursor-ide__tree-list{flex:1;margin:0;padding:0 0 8px;list-style:none;overflow:auto}.cursor-ide__tree-list .cursor-ide__tree-list{flex:none;padding:0;overflow:visible}.cursor-ide__chev-spacer{flex-shrink:0;width:10px}.cursor-ide__no-folder,.cursor-ide__welcome{color:var(--cu-fg-muted);flex-direction:column;align-items:flex-start;gap:10px;padding:16px;font-size:13px;display:flex}.cursor-ide__welcome{text-align:center;justify-content:center;align-items:center;gap:12px;height:100%}.cursor-ide__watermark{-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:28px;height:100%;display:flex}.cursor-ide__watermark img{opacity:.14;filter:grayscale()}.cursor-ide__shortcuts{flex-direction:column;gap:10px;min-width:280px;display:flex}.cursor-ide__shortcuts button{color:var(--cu-fg-muted);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:13px;display:flex}.cursor-ide__shortcuts button span{text-align:left;color:var(--cu-fg);flex:1}.cursor-ide__shortcuts kbd{font-family:var(--cu-font);color:var(--cu-fg-dim);text-align:center;background:#2a2a2a;border:1px solid #3c3c3c;border-bottom-color:#4a4a4a;border-radius:3px;min-width:1.4em;padding:1px 5px;font-size:11px}.cursor-ide__welcome h2{color:var(--cu-fg-strong);margin:8px 0 0;font-size:18px;font-weight:560}.cursor-ide__welcome p{max-width:360px;margin:0;line-height:1.45}.cursor-ide__welcome-path{color:var(--cu-fg-dim);text-overflow:ellipsis;white-space:nowrap;max-width:80%;font-size:11px;overflow:hidden}.cursor-ide__cta--compact{width:auto;margin-top:0;padding:8px 16px;font-size:13px}.cursor-ide__modal{z-index:30;background:#00000073;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.cursor-ide__modal-card{background:#252526;border:1px solid #454545;border-radius:8px;flex-direction:column;width:min(560px,100%);max-height:min(72vh,640px);display:flex;overflow:hidden}.cursor-ide__modal-head,.cursor-ide__modal-foot{border-bottom:1px solid var(--cu-border);align-items:center;gap:8px;padding:10px 12px;display:flex}.cursor-ide__modal-foot{border-bottom:0;border-top:1px solid var(--cu-border);justify-content:flex-end}.cursor-ide__modal-path{gap:8px;padding:10px 12px 6px;display:flex}.cursor-ide__modal-path input{min-width:0;color:var(--cu-fg);font:inherit;background:#1f1f1f;border:1px solid #3c3c3c;border-radius:4px;flex:1;padding:6px 8px;font-size:12px}.cursor-ide__picker-up,.cursor-ide__picker-recents button,.cursor-ide__picker-list button{width:100%;color:var(--cu-fg);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:6px 12px;font-size:13px;display:flex}.cursor-ide__picker-up:hover,.cursor-ide__picker-recents button:hover,.cursor-ide__picker-list button:hover{background:var(--cu-hover)}.cursor-ide__picker-recents{border-bottom:1px solid var(--cu-border);padding:4px 0 8px}.cursor-ide__picker-recents>span{letter-spacing:.08em;color:var(--cu-fg-dim);padding:4px 12px;font-size:11px;display:block}.cursor-ide__picker-list{flex:1;margin:0;padding:4px 0;list-style:none;overflow:auto}.cursor-ide__side-actions{align-items:center;gap:2px;display:flex}.cursor-ide__icon-action{width:22px;height:22px;color:var(--cu-fg-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;place-items:center;padding:0;font-size:12px;display:grid}.cursor-ide__icon-action svg{display:block}.cursor-ide__icon-action:hover:not(:disabled){background:var(--cu-hover);color:var(--cu-fg-strong)}.cursor-ide__icon-action:disabled{opacity:.3;cursor:default}.cursor-ide__tree-list>li{min-width:0}.cursor-ide__tree-item{width:100%;min-width:0;color:var(--cu-fg);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;height:22px;padding:0 10px 0 22px;font-size:13px;line-height:22px;display:flex;overflow:hidden}.cursor-ide__tree-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.cursor-ide__tree-item:hover{background:var(--cu-hover)}.cursor-ide__tree-item.selected{background:var(--cu-selection);color:var(--cu-fg-strong)}.cursor-ide__fi{flex-shrink:0}.cursor-ide__tree-empty{color:var(--cu-fg-dim);padding:8px 16px;font-size:12px}.cursor-ide__editor{background:var(--cu-editor);flex-direction:column;height:100%;min-height:0;display:flex}.cursor-ide__tabs{background:var(--cu-bg);border-bottom:1px solid var(--cu-border);z-index:7;flex-shrink:0;align-items:stretch;gap:0;min-height:35px;display:flex;position:relative;overflow-x:auto}.cursor-ide__tab{background:var(--cu-bg);border-right:1px solid var(--cu-border);z-index:1;align-items:center;gap:2px;padding:0 2px 0 10px;display:flex;position:relative}.cursor-ide__tab.active{background:var(--cu-editor)}.cursor-ide__tab.active:before{content:"";background:var(--cu-accent);height:1px;position:absolute;top:0;left:0;right:0}.cursor-ide__tab-label,.cursor-ide__tab-close{color:var(--cu-fg-muted);font:inherit;cursor:pointer;background:0 0;border:none;padding:6px 4px;font-size:13px}.cursor-ide__tab-label{align-items:center;gap:6px;display:inline-flex}.cursor-ide__tab.active .cursor-ide__tab-label{color:var(--cu-fg-strong)}.cursor-ide__tab-close{opacity:1;z-index:8;border-radius:4px;width:22px;position:relative}.cursor-ide__tab-close:hover{color:var(--cu-fg-strong);background:#ffffff14}.cursor-ide__tabs-actions{align-items:center;gap:8px;margin-left:auto;padding:0 10px;display:flex}.cursor-ide__status{color:var(--cu-fg-dim);font-size:11px}.cursor-ide__monaco{background:var(--cu-editor);flex:1;min-height:0}.cursor-ide__monaco--settings{overflow:hidden}.cursor-ide__settings{background:var(--cu-editor);height:100%;min-height:0;display:flex}.cursor-ide__settings-nav{border-right:1px solid var(--cu-border);background:#181818;flex-direction:column;flex:0 0 220px;gap:8px;width:220px;padding:12px 10px 16px;display:flex;overflow:auto}.cursor-ide__settings-search input,.cursor-ide__settings-add input,.cursor-ide__settings-form input,.cursor-ide__settings-form select,.cursor-ide__settings-form textarea{width:100%;color:var(--cu-fg);font:inherit;background:#2a2a2a;border:1px solid #3c3c3c;border-radius:6px;padding:7px 10px;font-size:12px}.cursor-ide__settings-search input::placeholder,.cursor-ide__settings-add input::placeholder{color:var(--cu-fg-dim)}.cursor-ide__settings-who{color:var(--cu-fg-muted);flex-direction:column;gap:2px;padding:6px 8px 4px;font-size:12px;display:flex}.cursor-ide__settings-who em{color:var(--cu-fg-dim);font-size:11px;font-style:normal}.cursor-ide__settings-nav nav{flex-direction:column;gap:1px;display:flex}.cursor-ide__settings-nav nav button{color:var(--cu-fg);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 10px;font-size:13px}.cursor-ide__settings-nav nav button:hover{background:var(--cu-hover)}.cursor-ide__settings-nav nav button.is-active{color:var(--cu-fg-strong);background:#2b2b2b}.cursor-ide__settings-main{flex:1;min-width:0;padding:22px 28px 40px;overflow:auto}.cursor-ide__settings-pane h2{color:var(--cu-fg-strong);margin:0 0 6px;font-size:20px;font-weight:600}.cursor-ide__settings-lead{color:var(--cu-fg-muted);max-width:640px;margin:0 0 18px;font-size:13px;line-height:1.45}.cursor-ide__settings-lead code{font-family:var(--cu-mono);color:var(--cu-fg);font-size:12px}.cursor-ide__settings-add{max-width:560px;margin-bottom:12px;display:block}.cursor-ide__settings-actions{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.cursor-ide__settings-actions button,.cursor-ide__settings-form button[type=submit]{color:var(--cu-fg);font:inherit;cursor:pointer;background:#2a2a2a;border:1px solid #3c3c3c;border-radius:6px;padding:6px 10px;font-size:12px}.cursor-ide__settings-actions button:hover,.cursor-ide__settings-form button[type=submit]:hover{background:#323232}.cursor-ide__settings-actions button:disabled,.cursor-ide__settings-form button:disabled{opacity:.5;cursor:default}.cursor-ide__settings-form{border:1px solid var(--cu-border);background:#1a1a1a;border-radius:8px;gap:10px;max-width:560px;margin:0 0 16px;padding:12px;display:grid}.cursor-ide__settings-form label{color:var(--cu-fg-muted);gap:4px;font-size:12px;display:grid}.cursor-ide__settings-list,.cursor-ide__settings-card{border:1px solid var(--cu-border);background:#1a1a1a;border-radius:8px;max-width:640px;overflow:hidden}.cursor-ide__settings-row{border-bottom:1px solid var(--cu-border);justify-content:space-between;align-items:center;gap:16px;padding:10px 14px;display:flex}.cursor-ide__settings-row:last-child{border-bottom:0}.cursor-ide__settings-row>div:first-child{flex-direction:column;gap:2px;min-width:0;display:flex}.cursor-ide__settings-row strong{color:var(--cu-fg-strong);align-items:center;gap:8px;font-weight:500;display:inline-flex}.cursor-ide__settings-row span{color:var(--cu-fg-dim);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.cursor-ide__settings-tag{letter-spacing:.04em;color:#89b4a2;border:1px solid #3d9a78;border-radius:999px;padding:1px 6px;font-size:10px;font-style:normal;font-weight:600}.cursor-ide__settings-row-tools{flex-shrink:0;align-items:center;gap:8px;display:flex}.cursor-ide__settings-x{color:var(--cu-fg-dim);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;width:22px;height:22px;font-size:16px}.cursor-ide__settings-x:hover{color:var(--cu-fg-strong);background:#ffffff14}.cursor-ide__settings-empty,.cursor-ide__settings-error{color:var(--cu-fg-dim);padding:12px 4px;font-size:12px}.cursor-ide__settings-error{color:#f48771}.cursor-ide__settings-link{color:#89b4fa;font:inherit;cursor:pointer;background:0 0;border:0;margin-top:10px;padding:0;font-size:12px}.cursor-ide__settings-link:hover{text-decoration:underline}.cursor-ide__editor-empty{height:100%;color:var(--cu-fg-dim);text-align:center;background:var(--cu-editor);place-content:center;justify-items:center;gap:8px;padding:24px;font-size:13px;display:grid}.cursor-ide__editor-empty img{opacity:.9;border-radius:8px}.cursor-ide__editor-empty span{color:var(--cu-fg-dim);font-size:11px}.cursor-ide__chat{background:var(--cu-bg);flex-direction:column;height:100%;min-height:0;display:flex;position:relative}.cursor-ide__agent-tabs{border-bottom:1px solid var(--cu-border);background:#181818;flex-shrink:0;align-items:stretch;gap:0;min-height:35px;display:flex;overflow-x:auto}.cursor-ide__agent-tab{border:0;border-right:1px solid var(--cu-border);max-width:180px;color:var(--cu-fg-muted);font:inherit;cursor:pointer;background:0 0;align-items:center;gap:6px;padding:0 10px;font-size:13px;display:inline-flex}.cursor-ide__agent-tab span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cursor-ide__agent-tab .cursor-ide__hist-rename{min-width:72px;max-width:140px;font-size:13px}.cursor-ide__agent-tab.active{background:var(--cu-bg);color:var(--cu-fg-strong)}.cursor-ide__agent-tab i{opacity:0;border-radius:4px;width:16px;font-style:normal}.cursor-ide__agent-tab:hover i,.cursor-ide__agent-tab.active i{opacity:1}.cursor-ide__agent-tab-add{width:32px;color:var(--cu-fg-muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.cursor-ide__agent-tab-add:hover{color:var(--cu-fg-strong)}.cursor-ide__chat--fresh .cursor-ide__composer{order:1}.cursor-ide__chat--fresh .cursor-ide__chat-list{order:2}.cursor-ide__chat:not(.cursor-ide__chat--fresh) .cursor-ide__chat-list{order:1}.cursor-ide__chat:not(.cursor-ide__chat--fresh) .cursor-ide__composer{order:2}.cursor-ide__chat-head{border-bottom:1px solid var(--cu-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:6px 12px;display:flex}.cursor-ide__new-agent{border:1px solid var(--cu-border);width:100%;color:var(--cu-fg-strong);font:inherit;cursor:pointer;background:#ffffff0a;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.cursor-ide__new-agent:hover{background:#ffffff14}.cursor-ide__agent-search{border:1px solid var(--cu-border);color:var(--cu-fg-dim);background:#1a1a1a;border-radius:6px;align-items:center;gap:6px;margin:0 10px 8px;padding:4px 8px;display:flex}.cursor-ide__agent-search input{min-width:0;color:var(--cu-fg);font:inherit;background:0 0;border:0;outline:none;flex:1;font-size:12px}.cursor-ide__agent-history{flex:1;padding:4px 6px 8px;overflow:auto}.cursor-ide__agent-hist-label{color:var(--cu-fg-dim);padding:10px 8px 4px;font-size:11px;font-weight:600}.cursor-ide__agent-hist-item{text-align:left;width:100%;min-height:36px;color:var(--cu-fg);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:flex-start;gap:8px;padding:6px 8px;font-size:13px;display:flex;position:relative}.cursor-ide__hist-mark{border:1px solid var(--cu-fg-dim);color:#86d9a8;border-radius:50%;flex-shrink:0;place-items:center;width:16px;height:16px;margin-top:1px;display:grid}.cursor-ide__hist-mark.is-done{background:#1f3d2b;border-color:#3d8b6e}.cursor-ide__hist-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.cursor-ide__hist-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cursor-ide__hist-sub{color:var(--cu-fg-dim);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cursor-ide__agent-hist-item:hover{background:var(--cu-hover)}.cursor-ide__agent-hist-item.is-active{color:var(--cu-fg-strong);background:#2a2d2e}.cursor-ide__agent-hist-item.is-unread .cursor-ide__hist-title{font-weight:600}.cursor-ide__hist-mark.is-unread{background:#1a3a52;border-color:#4daafc}.cursor-ide__agent-hist-item.is-pinned .cursor-ide__hist-mark{color:var(--cu-fg);border-color:#8b8b8b}.cursor-ide__hist-rename{width:100%;min-width:0;color:inherit;font:inherit;background:#1e1e1e;border:1px solid #0078d4;border-radius:3px;outline:none;padding:1px 4px;font-size:13px}.cursor-ide__agent-hist-item.is-active:before{content:"";background:#3794ff;border-radius:1px;width:2px;position:absolute;top:6px;bottom:6px;left:0}.cursor-ide__chat-empty{text-align:center;color:#ccc;letter-spacing:-.01em;max-width:280px;margin:auto;font-size:18px;font-weight:500;line-height:1.35}.cursor-ide__chat-title{flex-direction:column;gap:1px;min-width:0;display:flex}.cursor-ide__chat-title strong{color:var(--cu-fg-strong);font-size:13px;font-weight:600}.cursor-ide__chat-title span{color:var(--cu-fg-dim);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cursor-ide__chat-list{flex-direction:column;flex:1;gap:10px;padding:12px 18px 16px;display:flex;overflow:auto}.cursor-ide__msg--user{align-self:flex-end;max-width:92%;position:relative}.cursor-ide__msg-restore{color:#c8c8c8;opacity:.7;cursor:pointer;background:#00000059;border:none;border-radius:6px;place-items:center;width:22px;height:22px;display:grid;position:absolute;bottom:6px;right:8px}.cursor-ide__msg--user:hover .cursor-ide__msg-restore,.cursor-ide__msg-restore:focus-visible{opacity:1}.cursor-ide__msg-restore:hover{color:#fff;background:#0000008c}.cursor-ide__msg--user.cursor-ide__msg--editing{align-self:stretch;width:100%;max-width:100%}.cursor-ide__composer--bubble{width:100%;padding:0}.cursor-ide__composer--bubble .cursor-ide__composer-box{background:#2b2d30;border-color:#3d3d3d}.cursor-ide__composer--bubble .cursor-ide__pop{z-index:26}.cursor-ide__checkpoint{z-index:8;background:#00000073;place-items:center;padding:16px;display:grid;position:absolute;inset:0}.cursor-ide__checkpoint-card{background:#2b2d30;border:1px solid #454545;border-radius:10px;width:min(360px,100%);padding:14px 16px 12px}.cursor-ide__checkpoint-card h2{color:var(--cu-fg-strong);margin:0 0 8px;font-size:13px;font-weight:600}.cursor-ide__checkpoint-card p{color:var(--cu-fg-muted);margin:0 0 14px;font-size:12px;line-height:1.45}.cursor-ide__checkpoint-foot{justify-content:flex-end;gap:8px;display:flex}.cursor-ide__checkpoint-foot button{color:var(--cu-fg);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 10px;font-size:12px}.cursor-ide__checkpoint-foot button:hover{background:#ffffff0f}.cursor-ide__checkpoint-foot .is-primary{color:#fff;background:#3b3d41}.cursor-ide__checkpoint-foot .is-primary:hover{background:#4a4d52}.cursor-ide__msg-body{color:var(--cu-fg);word-break:break-word;font-size:13px;line-height:1.55}.cursor-ide__msg--user .cursor-ide__msg-body{color:#e8e8e8;white-space:pre-wrap;cursor:text;background:#2b2d30;border:none;border-radius:12px;padding:8px 12px}.cursor-ide__msg--user:has(.cursor-ide__msg-restore) .cursor-ide__msg-body{padding-bottom:26px}.cursor-ide__msg--assistant .cursor-ide__msg-body{color:#d6d6d6;padding:0}.cursor-ide__clip{isolation:isolate;background:#000;border-radius:4px;width:100%;max-width:100%;margin:8px 0 4px;position:relative;overflow:hidden}.cursor-ide__clip video,.cursor-ide__clip img{object-fit:contain;cursor:pointer;background:#000;width:100%;height:100%;display:block}.cursor-ide__clip-bar{opacity:0;background:linear-gradient(#0000,#000000b8);align-items:center;gap:6px;padding:10px 10px 8px;transition:opacity .18s;display:flex;position:absolute;bottom:0;left:0;right:0}.cursor-ide__clip.is-hover .cursor-ide__clip-bar,.cursor-ide__clip:focus-within .cursor-ide__clip-bar{opacity:1}.cursor-ide__clip-bar button{color:#f4f4f4;cursor:pointer;text-shadow:0 1px 2px #0009;background:0 0;border:none;flex:none;padding:4px;font-size:11px;line-height:1}.cursor-ide__clip-time{font-variant-numeric:tabular-nums;text-align:left;min-width:28px}.cursor-ide__clip-seek{accent-color:#fff;cursor:pointer;flex:1;min-width:0;height:4px}@media (pointer:coarse){.cursor-ide__clip-bar{opacity:1}}.cursor-ide__tools{flex-direction:column;gap:6px;display:flex}.cursor-ide__tools--live .cursor-ide__explored-row{margin-left:0}.cursor-ide__worked-live{color:var(--cu-fg-muted);padding:2px 0 4px;font-size:12px}.cursor-ide__worked{color:var(--cu-fg-muted);font-size:12px}.cursor-ide__worked summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;list-style:none;display:flex}.cursor-ide__worked summary::-webkit-details-marker{display:none}.cursor-ide__worked-chev{opacity:.7;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transform:rotate(-90deg)}.cursor-ide__worked[open] .cursor-ide__worked-chev{transform:rotate(0)}.cursor-ide__explored{flex-direction:column;gap:6px;min-width:0;margin:6px 0 4px 14px;display:flex}.cursor-ide__explored-row{flex-direction:column;gap:1px;min-width:0;display:flex}.cursor-ide__explored-verb{color:var(--cu-fg-muted);font-size:12px}.cursor-ide__explored-path{color:var(--cu-fg-dim);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cursor-ide__tool-card{min-width:0;color:var(--cu-fg-muted);background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex}.cursor-ide__tool-card-ico{opacity:.7;flex:none;font-family:ui-monospace,Consolas,monospace;font-size:11px}.cursor-ide__tool-card-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cursor-ide__editing{color:var(--cu-fg-dim);padding:2px 2px 8px;font-size:12px}.cursor-ide__diff-card{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#141414;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;margin:0 0 8px;padding:0;display:flex;overflow:hidden}.cursor-ide__diff-card:hover{border-color:#ffffff2e}.cursor-ide__diff-head{align-items:center;gap:6px;min-width:0;padding:8px 10px 6px;display:flex}.cursor-ide__diff-hash{color:#79b8ff;flex:none;font-size:13px;font-weight:700}.cursor-ide__diff-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--cu-fg-strong);font-size:12px;font-weight:560;overflow:hidden}.cursor-ide__diff-stat{font-variant-numeric:tabular-nums;flex:none;gap:6px;margin-left:auto;font-size:11px;display:inline-flex}.cursor-ide__diff-stat em{color:#3fb950;font-style:normal}.cursor-ide__diff-stat strong{color:#f85149;font-weight:560}.cursor-ide__diff-body{border-top:1px solid #ffffff0f;flex-direction:column;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.45;display:flex;overflow:hidden}.cursor-ide__diff-line{white-space:pre;grid-template-columns:32px 12px minmax(0,1fr);gap:6px;padding:0 8px;display:grid}.cursor-ide__diff-n{color:#6e7681;text-align:right;font-variant-numeric:tabular-nums}.cursor-ide__diff-op{opacity:.7}.cursor-ide__diff-code{text-overflow:ellipsis;overflow:hidden}.cursor-ide__diff-line--add{color:#7ee787;background:#2ea04326}.cursor-ide__diff-line--del{color:#ffa198;background:#f8514926}.cursor-ide__diff-line--ctx{color:var(--cu-fg-muted)}.cursor-ide__msg-foot{color:var(--cu-fg-dim);align-items:center;gap:8px;margin-top:8px;font-size:11px;display:flex}.cursor-ide__msg-copy{width:22px;height:22px;color:var(--cu-fg-dim);cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;display:grid}.cursor-ide__msg-copy:hover{background:var(--cu-hover);color:var(--cu-fg)}.cursor-ide__md-h{color:var(--cu-fg-strong);margin:12px 0 6px;font-size:14px;font-weight:650}.cursor-ide__md-p{white-space:pre-wrap;margin:0 0 8px}.cursor-ide__md-ul{margin:0 0 8px;padding-left:18px}.cursor-ide__md-ul li{margin:2px 0}.cursor-ide__md-code{background:#ffffff0f;border-radius:4px;padding:1px 4px;font-family:ui-monospace,Consolas,monospace;font-size:12px}.cursor-ide__md-file{color:#79b8ff;font:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-family:ui-monospace,Consolas,monospace;font-size:12px;text-decoration:underline;display:inline}.cursor-ide__md-file:hover{color:#a5d0ff}.cursor-ide__cite{background:#141414;border:1px solid #ffffff1a;border-radius:8px;margin:0 0 10px;overflow:hidden}.cursor-ide__cite-head{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin:0;padding:7px 10px;display:flex}.cursor-ide__cite-head:hover:not(:disabled){background:#ffffff0a}.cursor-ide__cite-head:disabled{cursor:default}.cursor-ide__cite-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--cu-fg-strong);font-size:12px;font-weight:560;overflow:hidden}.cursor-ide__cite-range{color:#8b949e;font-variant-numeric:tabular-nums;flex:none;margin-left:auto;font-size:11px}.cursor-ide__cite-pre{border-top:1px solid #ffffff0f;margin:0;padding:4px 0 8px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.45;overflow:auto}.cursor-ide__cite-line{white-space:pre;grid-template-columns:48px minmax(0,1fr);gap:8px;padding:0 10px;display:grid}.cursor-ide__cite-n{color:#6e7681;text-align:right;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}.cursor-ide__cite-code{color:#d0d0d0;min-width:0}.cursor-ide__md-pre{border:1px solid var(--cu-border);background:#1a1a1a;border-radius:8px;margin:0 0 10px;padding:10px 12px;font-size:12px;line-height:1.45;overflow:auto}.cursor-ide__md-table{border-collapse:collapse;margin:0 0 10px;font-size:12px}.cursor-ide__md-table th,.cursor-ide__md-table td{border:1px solid var(--cu-border);text-align:left;padding:4px 8px}.cursor-ide__md-table th{color:var(--cu-fg-strong);font-weight:600}.cursor-ide__typing{align-items:center;gap:4px;height:16px;display:inline-flex}.cursor-ide__typing i{background:var(--cu-fg-muted);border-radius:50%;width:4px;height:4px;animation:1.1s ease-in-out infinite cu-dot;display:block}.cursor-ide__typing i:nth-child(2){animation-delay:.15s}.cursor-ide__typing i:nth-child(3){animation-delay:.3s}@keyframes cu-dot{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.cursor-ide__composer--fresh{padding:18px 18px 0}.cursor-ide__composer--fresh .cursor-ide__composer-box{background:#1c1c1c;border-radius:12px;padding:12px 12px 8px}.cursor-ide__composer--fresh textarea{min-height:28px;font-size:14px}.cursor-ide__chip--agent{border-color:var(--cu-border);background:#ffffff0a;gap:5px}.cursor-ide__chip--plan{color:#f0c14b;background:#c9a22738;border-color:#e8b44c6b}.cursor-ide__chip--plan:hover{background:#c9a22752}.cursor-ide__chip--plan svg,.cursor-ide__chip--plan .cursor-ide__inf{color:#f0c14b;opacity:1}.cursor-ide__chip svg{opacity:.8;display:block}.cursor-ide__composer-icon{width:28px;height:28px;color:var(--cu-fg-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.cursor-ide__composer-icon:hover{background:var(--cu-hover);color:var(--cu-fg-strong)}.cursor-ide__composer-box{border:1px solid var(--cu-border);background:var(--cu-bg);border-radius:14px;flex-direction:column;gap:6px;padding:8px 10px 6px;display:flex;position:relative;box-shadow:0 0 0 1px #ffffff05}.cursor-ide__chip{height:26px;color:var(--cu-fg);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:4px;padding:0 8px;font-size:12px;font-weight:560;display:inline-flex}.cursor-ide__chip:hover{background:#ffffff0d}.cursor-ide__menu-wrap{position:relative}.cursor-ide__pop{z-index:20;border:1px solid var(--cu-border);background:#1a1a1a;border-radius:10px;min-width:220px;max-height:320px;padding:6px;position:absolute;bottom:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 12px 32px #00000073}.cursor-ide__composer--fresh .cursor-ide__pop{top:calc(100% + 6px);bottom:auto}.cursor-ide__pop--models{z-index:24;min-width:268px;max-height:none;padding:8px 6px 6px;overflow:visible}.cursor-ide__pop-models-list{max-height:260px;overflow:auto}.cursor-ide__pop-models-list.is-editing{overflow:visible}.cursor-ide__pop-hr{background:var(--cu-border);height:1px;margin:4px 2px}.cursor-ide__pop-search{color:var(--cu-fg-dim);border:0;align-items:center;gap:6px;margin:0 4px 4px;padding:4px 8px;display:flex}.cursor-ide__pop-search input{min-width:0;color:var(--cu-fg);font:inherit;background:0 0;border:0;outline:none;flex:1;font-size:12px}.cursor-ide__pop-toggle{height:30px;color:var(--cu-fg);justify-content:space-between;align-items:center;gap:8px;padding:0 8px;font-size:12px;display:flex}.cursor-ide__pop-toggle input{accent-color:#3b82f6}.cursor-ide__switch{cursor:pointer;background:#3a3a3a;border-radius:99px;flex-shrink:0;width:28px;height:16px;position:relative;box-shadow:inset 0 0 0 1px #ffffff0f}.cursor-ide__switch i{pointer-events:none;background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .12s;position:absolute;top:2px;left:2px}.cursor-ide__switch.is-on{background:#3d9a78}.cursor-ide__switch.is-on i{transform:translate(12px)}.cursor-ide__pop-model{border-radius:6px;align-items:center;min-height:30px;display:flex;position:relative}.cursor-ide__pop-model:hover,.cursor-ide__pop-model.is-editing,.cursor-ide__pop-model.is-active{background:var(--cu-hover)}.cursor-ide__pop-model-main{min-width:0;min-height:30px;color:var(--cu-fg);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:1;align-items:center;gap:8px;padding:0 8px;font-size:12px;display:flex}.cursor-ide__pop-model-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--cu-fg-strong);flex:1;overflow:hidden}.cursor-ide__pop-model-label .is-dim{color:var(--cu-fg-muted)}.cursor-ide__pop-check{color:var(--cu-fg);margin-left:auto;display:inline-flex}.cursor-ide__pop-edit-btn{height:22px;color:var(--cu-fg-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;flex-shrink:0;align-items:center;gap:4px;margin-right:6px;padding:0 6px;font-size:11px;display:none}.cursor-ide__pop-model:hover .cursor-ide__pop-edit-btn,.cursor-ide__pop-model.is-editing .cursor-ide__pop-edit-btn{display:inline-flex}.cursor-ide__pop-model:hover .cursor-ide__pop-check,.cursor-ide__pop-model.is-editing .cursor-ide__pop-check{display:none}.cursor-ide__pop-edit-btn:hover{color:var(--cu-fg);background:#ffffff0f}.cursor-ide__pop-edit-fly{z-index:26;border:1px solid var(--cu-border);background:#1a1a1a;border-radius:10px;width:168px;padding:6px;position:absolute;top:0;left:calc(100% + 6px);box-shadow:0 12px 32px #00000073}.cursor-ide__pop-add{color:var(--cu-fg)}.cursor-ide__pop-item{width:100%;min-height:30px;color:var(--cu-fg);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 8px;font-size:12px;display:flex}.cursor-ide__pop-item span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.cursor-ide__pop-item kbd{font:inherit;color:var(--cu-fg-dim);margin-left:auto;font-size:11px}.cursor-ide__pop-item:hover,.cursor-ide__pop-item.is-active{background:var(--cu-hover)}.cursor-ide__pop-tag{letter-spacing:.04em;color:#fff;background:#2b7fff;border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:9px;font-style:normal;font-weight:700;line-height:1.4}.cursor-ide__pop--attach{min-width:240px;left:auto;right:0}.cursor-ide__pop-head,.cursor-ide__pop-empty{color:var(--cu-fg-dim);padding:6px 8px;font-size:11px}.cursor-ide__attach-row{flex-wrap:wrap;gap:6px;padding:0 4px 2px;display:flex}.cursor-ide__attach-chip{color:#8ee0d4;max-width:100%;height:22px;font:inherit;background:#246e666b;border:1px solid #3ea09459;border-radius:999px;align-items:center;gap:6px;padding:0 6px 0 8px;font-size:12px;display:inline-flex}.cursor-ide__attach-ico{opacity:.85;flex:none;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.cursor-ide__attach-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;overflow:hidden}.cursor-ide__attach-x{color:inherit;font:inherit;opacity:.7;cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:13px;line-height:1}.cursor-ide__attach-x:hover{opacity:1}.cursor-ide__mention{z-index:28;border:1px solid var(--cu-border);background:#1c1c1c;border-radius:10px;max-height:min(360px,55vh);padding:6px;position:absolute;bottom:calc(100% + 8px);left:0;right:0;overflow:auto;box-shadow:0 16px 40px #00000080}.cursor-ide__composer--fresh .cursor-ide__mention{top:calc(100% + 8px);bottom:auto}.cursor-ide__mention-item{width:100%;min-height:30px;color:var(--cu-fg);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 8px;font-size:12px;display:flex}.cursor-ide__mention-item.is-active,.cursor-ide__mention-item:hover{background:#ffffff12}.cursor-ide__mention-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cursor-ide__mention-dir{text-overflow:ellipsis;white-space:nowrap;max-width:42%;color:var(--cu-fg-dim);flex:0 auto;margin-left:auto;font-size:11px;overflow:hidden}.cursor-ide__mention-chev{color:var(--cu-fg-dim);margin-left:auto;font-size:14px}.cursor-ide__mention-ico,.cursor-ide__mention-item .cursor-ide__fi{color:var(--cu-fg-muted);flex:none}.cursor-ide__mention-sep{background:#ffffff14;height:1px;margin:6px 4px}.cursor-ide__mention-back,.cursor-ide__mention-empty{width:100%;color:var(--cu-fg-dim);font:inherit;text-align:left;background:0 0;border:0;padding:6px 8px;font-size:11px;display:block}.cursor-ide__mention-back{cursor:pointer}.cursor-ide__mention-back:hover{color:var(--cu-fg)}.cursor-ide__spin{border:1.5px solid var(--cu-border);border-top-color:var(--cu-fg-muted);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite cu-spin}@keyframes cu-spin{to{transform:rotate(360deg)}}.cursor-ide__composer-box:focus-within{border-color:#3c3c3c}.cursor-ide__composer textarea{resize:none;width:100%;color:var(--cu-fg-strong);font:inherit;background:0 0;border:none;outline:none;min-height:38px;padding:2px 4px;font-size:13px;line-height:1.45}.cursor-ide__composer textarea::placeholder{color:var(--cu-fg-dim)}.cursor-ide__composer-bar{justify-content:space-between;align-items:center;gap:8px;display:flex}.cursor-ide__chips{align-items:center;gap:6px;min-width:0;display:flex}.cursor-ide__inf{opacity:.85;font-size:13px;line-height:1}.cursor-ide__chip--muted{color:var(--cu-fg-muted);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.cursor-ide__chip--review{color:#95d5b2;background:#1f3d2b;border-color:#2d6a4f}.cursor-ide__open-empty{color:var(--cu-fg-dim);padding:2px 20px 8px;font-size:12px}.cursor-ide__send{color:#111;cursor:pointer;background:#ededed;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.cursor-ide__send:hover:not(:disabled){background:#fff}.cursor-ide__send:disabled{opacity:.35;cursor:default}.cursor-ide__send--stop{color:#fff;background:#3a3a3a}.cursor-ide__send--plan{color:#111;background:#e8b44c}.cursor-ide__send--plan:hover:not(:disabled){background:#f0c14b}.cursor-ide__statusbar{background:var(--cu-bg);border-top:1px solid var(--cu-border);width:100%;height:22px;color:var(--cu-fg-muted);flex-shrink:0;order:99;align-items:center;gap:12px;padding:0 10px;font-size:11px;display:flex}.cursor-ide__statusbar-item{text-overflow:ellipsis;white-space:nowrap;max-width:40%;overflow:hidden}.cursor-ide__statusbar-git{align-items:center;gap:4px;max-width:none;display:inline-flex}.cursor-ide__statusbar-spacer{flex:1}.cursor-ide__statusbar-kbd{color:var(--cu-fg-dim);border-left:1px solid var(--cu-border);padding:0 6px;font-size:11px}.cursor-ide__statusbar-remote{color:#fff;background:#16825d;align-items:center;height:100%;margin-left:-10px;padding:0 8px;font-weight:600;display:inline-flex}.cursor-ide__picker-meta{color:var(--cu-fg-muted);font-size:11px;font-weight:400;display:block}.cursor-ide__ssh-key{border:1px solid var(--cu-border,#3c3c3c);background:var(--cu-bg-2,#252526);color:var(--cu-fg-muted);margin:8px 12px 12px;padding:10px 12px;font-size:11px;line-height:1.45}.cursor-ide__ssh-key p{margin:0 0 8px}.cursor-ide__ssh-key code{font-size:11px}.cursor-ide__ssh-key pre{white-space:pre-wrap;word-break:break-all;color:#d4d4d4;background:#1e1e1e;margin:0 0 8px;padding:8px;font-size:11px;overflow-x:auto}.cursor-ide__error--pre{white-space:pre-wrap;word-break:break-word}.cursor-ide__crumb{color:var(--cu-fg-muted);background:var(--cu-editor);border-bottom:1px solid var(--cu-border);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:2px;padding:4px 12px;font-size:12px;display:flex}.cursor-ide__crumb-sep{color:var(--cu-fg-dim);margin:0 4px}.cursor-ide__crumb .current{color:var(--cu-fg)}.cursor-ide__section-label{color:var(--cu-fg);text-transform:uppercase;letter-spacing:.04em;padding:6px 8px 4px 20px;font-size:11px;font-weight:600}.cursor-ide__open-editors{border-bottom:1px solid var(--cu-border);flex-shrink:0;padding-bottom:6px}.cursor-ide__open-item{align-items:center;gap:6px;width:100%;height:22px;padding:0 4px 0 20px;display:flex}.cursor-ide__open-item>button:first-child{min-width:0;height:100%;color:inherit;flex:1;align-items:center;gap:6px;padding:0;display:flex}.cursor-ide__open-item span{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;min-width:0;overflow:hidden}.cursor-ide__open-item .cursor-ide__open-close{opacity:0;width:18px;height:18px;color:var(--cu-fg-muted);border-radius:3px;flex-shrink:0;place-items:center;display:grid}.cursor-ide__open-item:hover,.cursor-ide__open-item.selected{background:var(--cu-hover)}.cursor-ide__open-item.selected{background:var(--cu-selection)}.cursor-ide__open-item:hover .cursor-ide__open-close,.cursor-ide__open-item.selected .cursor-ide__open-close{opacity:1}.cursor-ide__panel{border-top:1px solid var(--cu-border);background:#1e1e1e;flex-direction:column;flex-shrink:0;min-height:84px;display:flex;position:relative}.cursor-ide__panel-resize{cursor:ns-resize;z-index:2;height:6px;position:absolute;top:-3px;left:0;right:0}.cursor-ide__panel-tabs{border-bottom:1px solid var(--cu-border);flex-shrink:0;align-items:center;gap:2px;height:28px;padding:0 8px;display:flex}.cursor-ide__panel-tabs button{color:var(--cu-fg-muted);font:inherit;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:11px}.cursor-ide__panel-tabs button.active{color:var(--cu-fg-strong);box-shadow:inset 0 -1px 0 var(--cu-fg-strong)}.cursor-ide__panel-grow{flex:1}.cursor-ide__panel-body{background:#1e1e1e;flex:1;min-width:0;min-height:0}.cursor-ide__xterm{box-sizing:border-box;background:#1e1e1e;width:100%;min-width:0;height:100%;min-height:0;padding:8px 10px 6px;overflow:hidden}.cursor-ide__xterm .xterm{width:100%;height:100%;padding:0}.cursor-ide__xterm .xterm-viewport{background:#1e1e1e!important}.cursor-ide__panel-placeholder{color:var(--cu-fg-dim);padding:10px 14px;font-size:12px}.cursor-ide__ports{margin:0;padding:0;font-family:Consolas,Courier New,monospace;list-style:none}.cursor-ide__ports li+li{margin-top:4px}@media (width<=980px){.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body{grid-template-columns:minmax(200px, var(--cu-chat-w)) minmax(240px, 1fr) minmax(160px, var(--cu-side-w))}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__agents{display:none}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--no-list{grid-template-columns:minmax(200px, var(--cu-chat-w)) minmax(240px, 1fr) minmax(160px, var(--cu-side-w))}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main{grid-template-columns:minmax(0, 1fr) minmax(160px, var(--cu-side-w))}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__agents{display:none}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__agent{grid-area:1/1}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__main{grid-area:2/1}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__sidebar{grid-area:1/2/3}}.window-body:has(.office){flex-direction:column;display:flex;overflow:hidden}.office{--office-accent:#185abd;--office-accent-dark:#124078;--office-ribbon:#f3f2f1;--office-border:#e1dfdd;--office-text:#242424;--office-muted:#605e5c;--office-canvas:#e6e6e6;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;height:100%;min-height:0;color:var(--office-text);background:#fff;flex-direction:column;font-family:Segoe UI,Segoe UI Variable Text,Segoe UI Variable,system-ui,sans-serif;font-size:13px;display:flex;position:relative;overflow:hidden}.office.excel{--office-accent:#107c41;--office-accent-dark:#0b5c2e;--office-canvas:#fff}.office-empty{height:100%;color:var(--office-muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.office-empty h3{color:var(--office-text);margin:0}.office-btn{border:1px solid var(--office-border);cursor:pointer;background:#fff;border-radius:4px;padding:6px 14px}.office-top{background:#fff;flex-shrink:0;align-items:center;gap:10px;min-width:0;height:48px;padding:0 10px;display:flex;overflow:hidden}.office-top__left,.office-top__right{align-items:center;gap:8px;min-width:0;display:flex}.office-top__right{margin-left:auto}.office-brand{color:var(--office-accent);font-size:16px;font-weight:600}.office-docname{color:var(--office-muted);text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:13px;overflow:hidden}.office-search{max-width:420px;height:32px;color:var(--office-muted);background:#f3f2f1;border-radius:4px;flex:1;align-items:center;gap:8px;margin:0 auto;padding:0 12px;display:flex}.office-search input{font:inherit;color:var(--office-text);background:0 0;border:0;outline:none;flex:1}.office-icon-btn{color:#424242;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:32px;height:32px;display:grid}.office-icon-btn:hover{background:#f3f2f1}.office-text-btn{height:32px;color:var(--office-text);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:6px;padding:0 12px;display:flex}.office-share{background:var(--office-accent);color:#fff}.office-share:hover{background:var(--office-accent-dark)}.office-avatar{background:var(--office-accent);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:grid}.office-tabs{border-bottom:1px solid var(--office-border);scrollbar-width:none;background:#fff;flex-shrink:0;align-items:stretch;min-width:0;height:34px;padding:0 8px;display:flex;overflow-x:auto}.office-tabs::-webkit-scrollbar{display:none}.office-filetab{background:var(--office-accent);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:4px 4px 0 0;margin-right:4px;padding:0 14px;font-weight:600}.office-tab{color:#424242;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:0 12px}.office-tab.active{color:var(--office-accent);border-bottom-color:var(--office-accent);font-weight:600}.office-tab:hover{background:#f3f2f1}.office-ribbon{background:var(--office-ribbon);border-bottom:1px solid var(--office-border);flex-shrink:0;align-items:stretch;gap:0;min-height:92px;padding:6px 8px 4px;display:flex;overflow-x:auto}.office-ribbon--hint{min-height:48px;color:var(--office-muted);align-items:center}.office-group{border-right:1px solid #e1dfdd;flex-direction:column;flex-shrink:0;padding:0 10px 0 8px;display:flex}.office-group:has(.office-fontrow){flex-shrink:0;min-width:214px}.office-group__cmds{flex:1;align-items:flex-start;gap:4px;display:flex}.office-group__label{text-align:center;color:var(--office-muted);margin-top:4px;font-size:11px}.office-cmd{color:#242424;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:4px;padding:4px 6px;font-size:12px;display:inline-flex}.office-cmd:hover{background:#e1dfdd}.office-cmd.active{background:#deecf9}.office.excel .office-cmd.active{background:#c5e0b4}.office-cmd--lg{flex-direction:column;min-width:52px;padding:6px 8px}.office-cmd-stack,.office-cmd-row{flex-wrap:wrap;align-items:center;gap:2px;display:flex}.office-cmd-stack{flex-direction:column}.office-fontrow{flex-wrap:nowrap;align-items:center;gap:4px;display:flex}.office-fontrow select,.office-combo{height:24px;font:inherit;color:#242424;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border:1px solid #8a8886;border-radius:2px;font-size:12px}.office-combo{cursor:pointer;align-items:center;gap:4px;min-width:0;padding:0 6px;display:inline-flex}.office-combo--font{width:148px}.office-combo--size{width:52px}.office-combo__value{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;min-width:0;overflow:hidden}.office-combo__caret{color:#605e5c;font-size:10px;line-height:1}.office-combo-menu{z-index:4000;color:#242424;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border:1px solid #8a8886;max-height:280px;padding:2px 0;position:fixed;overflow:auto;box-shadow:0 8px 24px #0000002e}.office-combo-menu__item{text-align:left;color:#242424;cursor:pointer;background:0 0;border:0;width:100%;padding:5px 10px;font-size:13px;display:block}.office-combo-menu__item:hover,.office-combo-menu__item.active{background:#deecf9}.office-swatch{cursor:pointer;border:1px solid #8a8886;width:14px;height:14px;padding:0}.word-style{cursor:pointer;background:#fff;border:1px solid #d2d0ce;border-radius:2px;min-width:64px;height:52px;font-family:Calibri,Segoe UI,sans-serif}.word-style--title{color:#185abd;font-size:16px;font-weight:700}.word-style--h1{color:#2b579a;font-size:14px;font-weight:700}.word-style--h2{font-size:13px;font-weight:700}.word-ruler{border-bottom:1px solid var(--office-border);color:#8a8886;background:#f3f2f1;flex-shrink:0;height:20px;font-size:10px;display:flex;overflow:hidden}.word-ruler__margin{background:repeating-linear-gradient(-45deg,#e1dfdd,#e1dfdd 1px,#0000 1px 4px);border-right:1px solid #c8c6c4;flex-shrink:0;height:100%}.word-ruler__tick{border-left:1px solid #c8c6c4;flex-shrink:0;width:96px;padding-left:4px}.word-canvas{background:var(--office-canvas);flex:1;min-height:0;padding:24px 16px 40px;position:relative;overflow:auto}.word-canvas--web{background:#fff;padding:0}.word-vruler{float:left;border-right:1px solid var(--office-border);color:#8a8886;z-index:1;background:#f3f2f1;width:20px;margin-right:8px;font-size:10px;position:sticky;left:0}.word-vruler__tick{text-align:center;border-top:1px solid #c8c6c4;height:96px;padding-top:2px;display:block}.word-page{transform-origin:top;background:#fff;width:816px;min-height:1056px;margin:0 auto;box-shadow:0 0 0 1px #d2d0ce,0 4px 16px #0000001f}.word-page--web{width:100%;min-height:100%;box-shadow:none;margin:0}.word-editor{color:#000;-webkit-user-select:text;user-select:text;caret-color:#185abd;outline:none;min-height:1056px;padding:96px;font-family:Calibri,Segoe UI,Cambria,serif;font-size:11pt;line-height:1.15}.word-editor:focus{outline:none;box-shadow:inset 0 0 0 2px #185abd}.office-notice{z-index:8;color:#fff;box-shadow:var(--shadow);background:#1b1b1b;border-radius:10px;align-items:center;gap:10px;padding:8px 12px;font-size:.85rem;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%)}.office-notice__close{color:inherit;cursor:pointer;opacity:.8;background:0 0;border:0;font-size:1.1rem}.reload-dialog-scrim{z-index:20000;background:#00000073;place-items:center;display:grid;position:fixed;inset:0}.reload-dialog{background:var(--surface-solid);width:min(420px,100vw - 32px);color:var(--text);box-shadow:var(--shadow);border-radius:14px;padding:20px 22px}.reload-dialog p{margin:0 0 16px}.reload-dialog__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.word-editor h1,.word-editor .word-title,.word-editor .word-h1{color:#185abd;margin:0 0 12px;font-size:28pt;font-weight:700}.word-editor h2,.word-editor .word-h2{color:#2b579a;margin:16px 0 8px;font-size:16pt;font-weight:700}.word-editor h3,.word-editor .word-h3{margin:12px 0 6px;font-size:13pt;font-weight:700}.word-editor p{margin:0 0 8px}.word-table{border-collapse:collapse;width:100%;margin:8px 0}.word-table td{border:1px solid #bdd6ee;min-width:80px;padding:4px 8px}.office-status{background:var(--office-ribbon);border-top:1px solid var(--office-border);height:24px;color:var(--office-muted);flex-shrink:0;align-items:center;gap:16px;min-width:0;padding:0 10px;font-size:12px;display:flex;overflow:hidden}.office-status__grow{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:auto;overflow:hidden}.office-qat{border-right:1px solid var(--office-border);align-items:center;gap:0;margin-right:4px;padding-right:6px;display:flex}.office-find{border-bottom:1px solid var(--office-border);height:32px;color:var(--office-muted);background:#fff;flex-shrink:0;align-items:center;gap:8px;padding:0 10px;display:flex}.office-find input{max-width:280px;height:24px;font:inherit;color:#242424;background:#fff;border:1px solid #8a8886;border-radius:2px;flex:1;padding:0 8px}.office-status__link{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.office-status__link:hover{text-decoration:underline}.office-viewbtns{gap:2px;display:flex}.office-viewbtns button{cursor:pointer;color:#605e5c;background:0 0;border:0;border-radius:3px;width:22px;height:22px}.office-viewbtns button.active,.office-viewbtns button:hover{background:#e1dfdd}.office-zoom__btn{cursor:pointer;color:#424242;background:0 0;border:0;border-radius:3px;place-items:center;width:22px;height:22px;display:grid}.office-zoom__btn:hover{background:#e1dfdd}.office-dialog-scrim{z-index:8;background:#00000047;place-items:center;display:grid;position:absolute;inset:0}.office-dialog{color:#242424;background:#fff;border:1px solid #8a8886;min-width:280px;padding:16px 20px;box-shadow:0 8px 24px #0000002e}.office-dialog h3{margin:0 0 12px;font-size:16px;font-weight:600}.office-dialog table{border-collapse:collapse;width:100%;margin-bottom:14px;font-size:13px}.office-dialog td{padding:4px 0}.office-dialog td:last-child{text-align:right;font-variant-numeric:tabular-nums}.office-zoom{align-items:center;gap:8px;display:flex}.office-zoom input{width:90px}.office-backstage{z-index:5;background:#fff;grid-template-columns:220px minmax(0,1fr);display:grid;position:absolute;inset:0}.office-backstage__rail{background:var(--office-accent);color:#fff;flex-direction:column;padding:12px 0;display:flex}.office-backstage__back{color:#fff;cursor:pointer;background:#ffffff29;border:0;border-radius:50%;width:36px;height:36px;margin:0 12px 12px;font-size:18px}.office-backstage__app{align-items:center;gap:8px;padding:8px 18px 16px;font-size:18px;font-weight:600;display:flex}.office-backstage__rail>button:not(.office-backstage__back){color:#fff;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;padding:10px 18px}.office-backstage__rail>button:not(.office-backstage__back):hover{background:#ffffff1f}.office-backstage__main{padding:28px 32px;overflow:auto}.office-backstage__main h2{margin:0 0 6px;font-size:22px;font-weight:600}.office-muted{color:var(--office-muted)}.office-filelist{flex-direction:column;gap:4px;min-width:0;max-width:480px;margin-top:16px;display:flex}.office-filelist__item{text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:10px;min-width:0;max-width:100%;padding:8px 10px;display:flex}.office-filelist__item:hover{background:#f3f2f1}.office-filelist__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.excel-formula{border-bottom:1px solid var(--office-border);background:#fff;flex-shrink:0;align-items:center;height:28px;display:flex}.excel-namebox{border:0;border-right:1px solid var(--office-border);text-align:center;color:#242424;background:#fff;outline:none;flex:none;width:88px;height:100%;padding:0;font-size:12px}.excel-fx-btn{color:#a19f9d;cursor:pointer;background:0 0;border:0;border-radius:2px;width:22px;height:22px;font-size:12px}.excel-fx-btn:hover{background:#f3f2f1}.excel-fx-btn--ok{color:#107c41}.excel-fx{text-align:center;color:#107c41;width:28px;font-family:Cambria,serif;font-style:italic;font-weight:700}.excel-formula input:not(.excel-namebox){height:100%;font:inherit;border:0;outline:none;flex:1;padding:0 8px}.excel-body{background:#fff;flex:1;min-height:0;overflow:auto}.excel-body--nogrid .excel-cell{border-color:#0000}.excel-gridwrap{outline:none;min-width:100%;position:relative}.excel-grid{width:max-content;min-width:100%;display:grid}.excel-corner,.excel-colh,.excel-rowh{color:#575757;-webkit-user-select:none;user-select:none;background:#f2f2f2;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;place-items:center;min-width:0;font-size:11px;display:grid;position:relative}.excel-cell{white-space:nowrap;color:#000;background:#fff;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;min-width:0;padding:0 4px;font-family:Calibri,Segoe UI,sans-serif;font-size:13px;line-height:20px;position:relative;overflow:hidden}.excel-cell.wrap{white-space:pre-wrap;line-height:1.2}.excel-colh.active,.excel-rowh.active{color:#0b5c2e;background:#caead8;font-weight:700}.excel-cell.selected{background:#e2efda}.excel-cell.active{outline-offset:-2px;z-index:1;outline:2px solid #107c41}.excel-cell__input{width:100%;min-width:0;max-width:100%;height:100%;font:inherit;color:#000;box-sizing:border-box;background:#fff;border:0;outline:none;padding:0}.excel-err{color:#c00000}.excel-resize{z-index:2;position:absolute}.excel-resize--col{cursor:col-resize;width:6px;height:100%;top:0;right:-3px}.excel-resize--row{cursor:row-resize;width:100%;height:6px;bottom:-3px;left:0}.excel-fill{cursor:crosshair;z-index:3;background:#107c41;border:1px solid #fff;width:7px;height:7px;position:absolute;bottom:-3px;right:-3px}.excel-guide{z-index:4;pointer-events:none;background:#107c41;position:absolute}.excel-guide--col{width:1px;top:0;bottom:0}.excel-guide--row{height:1px;left:0;right:0}.excel-sheets{border-top:1px solid var(--office-border);background:#f3f2f1;flex-shrink:0;align-items:stretch;height:28px;padding-left:4px;display:flex}.excel-sheet-nav{color:#605e5c;cursor:pointer;background:0 0;border:0;width:22px;font-size:16px}.excel-sheet-nav:hover{background:#e1dfdd}.excel-sheets__tabs{flex:1;align-items:stretch;min-width:0;display:flex;overflow-x:auto}.excel-sheet{height:100%;font:inherit;color:#605e5c;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 14px;font-size:12px;display:inline-flex}.excel-sheet.active{color:#107c41;background:#fff;border-bottom-color:#107c41;font-weight:600}.excel-sheet__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.excel-sheet-rename{height:22px;font:inherit;color:#242424;background:#fff;border:1px solid #107c41;min-width:80px;margin:2px 6px;padding:0 8px;font-size:12px}.excel-sheet-add{color:#107c41;cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;width:28px;height:24px;display:grid}@media (width<=720px){.office-search,.office-docname,.word-ruler{display:none}.word-page{width:100%}.word-editor{padding:24px 16px}}@container app (width<=1100px){.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body{grid-template-columns:minmax(200px, var(--cu-chat-w)) minmax(240px, 1fr) minmax(160px, var(--cu-side-w))}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__agents{display:none}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--no-list{grid-template-columns:minmax(200px, var(--cu-chat-w)) minmax(240px, 1fr) minmax(160px, var(--cu-side-w))}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--no-side{grid-template-columns:minmax(200px, var(--cu-chat-w)) minmax(240px, 1fr)}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main{grid-template-columns:minmax(0, 1fr) minmax(160px, var(--cu-side-w))}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__agents{display:none}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__agent{grid-area:1/1}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__main{grid-area:2/1}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__sidebar{grid-area:1/2/3}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main.cursor-ide__body--no-side{grid-template-columns:minmax(0,1fr)}}@container app (width<=760px){.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--no-side,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--no-list,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main.cursor-ide__body--no-side,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main.cursor-ide__body--no-list{grid-template-rows:minmax(0,1fr) minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__agents,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__sidebar,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__panel{display:none}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__agent,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__agent,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main.cursor-ide__body--no-list .cursor-ide__agent{grid-area:1/1}.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__main,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main .cursor-ide__main,.cursor-ide:not(.cursor-ide--mobile) .cursor-ide__body--agent-main.cursor-ide__body--no-list .cursor-ide__main{grid-area:2/1}.cursor-ide__pop--models{width:auto;min-width:0;left:4px;right:4px}.cursor-ide__pop-edit-fly{width:auto;top:calc(100% + 4px);left:8px;right:8px}.cursor-ide__sidebar,.cursor-ide__panel{display:none}}@container app (width<=560px){.settings{flex-direction:column}.settings-nav{border-bottom:1px solid #ffffff14;border-right:none;gap:10px;width:auto;padding:10px 10px 8px}.settings-nav__list{flex-flow:wrap}.settings-nav__profile{flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.settings-nav__logout{width:auto;padding:8px 12px}.chrome-grid{grid-template-columns:1fr}.files-shell{flex-direction:column}.files-nav{scrollbar-width:none;border-bottom:1px solid #ffffff0f;border-right:0;flex-direction:row;width:auto;padding:6px 8px;overflow-x:auto}.files-nav::-webkit-scrollbar{display:none}.files-nav__item{white-space:nowrap;flex-shrink:0;width:auto}.cursor-ide__body{grid-template-columns:minmax(0,1fr)}.cursor-ide__agent{border-top:1px solid var(--cu-border)}.office-search,.office-docname,.word-ruler,.office-top__right{display:none}.word-page{width:100%}.word-editor{padding:24px 16px}.chrome-browser__trailing{display:none}.chrome-browser__tab{min-width:88px;max-width:160px;padding:0 6px 0 8px}.chrome-browser__tab--pinned{min-width:40px;max-width:48px;padding:0 8px}.yt-app .yt-toolbar{padding:8px}}@container app (width<=420px){.settings-nav__who span{display:none}}.window-body:has(.gk){flex-direction:column;display:flex;overflow:hidden}.gk{--gk-bg:#1a1c1e;--gk-toolbar:#25282c;--gk-panel:#22252a;--gk-panel-2:#2d2d2d;--gk-border:#ffffff14;--gk-text:#ffffffe0;--gk-text-2:#ffffff94;--gk-text-3:#ffffff61;--gk-teal:#2ece9d;--gk-teal-2:#1a8f6e;--gk-green:#3dd68c;--gk-wip:#de9b43;--gk-hover:#ffffff0d;--gk-selected:#2ece9d24;--gk-nav:#353c48;--gk-src:#2e3440;--gk-form:#171a1e;--gk-pick:#4d5d7d;background:var(--gk-bg);height:100%;min-height:0;color:var(--gk-text);letter-spacing:-.011em;-webkit-font-smoothing:antialiased;flex-direction:column;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:13px;font-weight:400;display:flex;position:relative;overflow:hidden}.gk button,.gk input,.gk textarea,.gk select{font-family:inherit;font-size:inherit;letter-spacing:inherit}.gk--gate{color:var(--gk-text-2);place-items:center;gap:12px;display:grid}.gk-titlebar{background:var(--gk-toolbar);border-bottom:1px solid var(--gk-border);flex-shrink:0;align-items:center;gap:6px;height:38px;padding:0 8px;display:flex}.gk-tabs{flex:1;align-items:center;gap:2px;min-width:0;display:flex;overflow:hidden}.gk-tab{height:28px;color:var(--gk-text-2);background:0 0;border:0;border-radius:6px 6px 0 0;align-items:center;gap:8px;max-width:180px;padding:0 8px 0 10px;display:flex}.gk-tab.is-on{background:var(--gk-bg);color:var(--gk-text)}.gk-tab span:first-of-type{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gk-tab svg{opacity:.7;flex-shrink:0}.gk-tab__x{opacity:.55;border-radius:4px;place-items:center;width:16px;height:16px;display:grid}.gk-tab__x:hover{opacity:1;background:#ffffff1a}.gk-titlebar__right{align-items:center;gap:6px;margin-left:auto;display:flex}.gk-icon-btn,.gk-toolbar button,.gk-files__h button,.gk-file button:not(.gk-file__name),.gk-sec__h button,.gk-plus{color:var(--gk-text-2);cursor:pointer;background:0 0;border:0}.gk-icon-btn{width:28px;height:28px;color:var(--gk-text-2);border-radius:6px;place-items:center;display:grid}.gk-icon-btn:hover,.gk-icon-btn.is-on,.gk-toolbar button:hover:not(:disabled){background:var(--gk-hover);color:var(--gk-text)}.gk-search{height:26px;color:var(--gk-text-3);background:#00000047;border-radius:6px;align-items:center;gap:6px;padding:0 8px;display:flex}.gk-search input{color:var(--gk-text);background:0 0;border:0;outline:none;width:140px}.gk-search--bar{height:28px;margin-right:8px}.gk-search--bar input{width:160px}.gk-search--left{width:auto;margin:0 8px 8px;display:flex}.gk-search--left input{width:100%}.gk-user{border-radius:50%;width:22px;height:22px}.gk-banner{color:#f2ca33;background:#3a2a12;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;display:flex}.gk-banner button{color:inherit;cursor:pointer;background:0 0;border:0}.gk-toolbar{background:var(--gk-toolbar);border-bottom:1px solid var(--gk-border);flex-shrink:0;align-items:center;gap:2px;height:44px;padding:0 10px;display:flex}.gk-toolbar button{height:32px;color:var(--gk-text);border-radius:6px;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.gk-toolbar button:disabled{opacity:.35;cursor:default}.gk-toolbar button em{background:var(--gk-teal);color:#102018;border-radius:8px;min-width:16px;padding:0 5px;font-size:10px;font-style:normal;font-weight:700}.gk-toolbar__sep{background:var(--gk-border);width:1px;height:22px;margin:0 6px}.gk-toolbar__grow{flex:1}.gk-toolbar__branch{color:var(--gk-teal);align-items:center;gap:6px;display:inline-flex}.gk-split{display:flex;position:relative}.gk-caret{width:22px!important;padding:0!important}.gk-menu{z-index:8;border:1px solid var(--gk-border);background:#323232;border-radius:8px;min-width:240px;padding:6px;position:absolute;top:34px;left:0;box-shadow:0 8px 24px #0006}.gk-menu button{text-align:left;border-radius:4px;width:100%;height:28px;display:block}.gk-main{flex:1;grid-template-columns:220px minmax(0,1fr) 352px;min-height:0;display:grid}.gk-left,.gk-right{background:var(--gk-panel);border-right:1px solid var(--gk-border);min-width:0;min-height:0;overflow:auto}.gk-right{border-right:0;border-left:1px solid var(--gk-border);flex-direction:column;display:flex}.gk-seg{background:#00000040;border-radius:8px;margin:8px;padding:2px;display:flex}.gk-seg button{height:24px;color:var(--gk-text-2);background:0 0;border:0;border-radius:6px;flex:1}.gk-seg button.is-on{background:var(--gk-panel-2);color:var(--gk-text)}.gk-sec__h{align-items:center;display:flex}.gk-sec__h button:first-child{letter-spacing:.06em;text-transform:uppercase;flex:1;align-items:center;gap:6px;height:26px;padding:0 8px;font-size:10px;font-weight:700;display:flex}.gk-sec__h em{color:var(--gk-text-3);margin-left:auto;font-style:normal}.gk-plus{width:22px;height:22px;color:var(--gk-teal)!important}.gk-refrow{width:100%;height:24px;color:var(--gk-text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0 12px 0 22px;text-decoration:none;display:flex}.gk-refrow.is-on,.gk-refrow:hover{background:var(--gk-hover)}.gk-graph{background:#1a1a1c;flex-direction:column;min-width:0;min-height:0;display:flex}.gk-graph__head,.gk-graph__row{grid-template-columns:var(--gk-bw,132px) var(--gk-gw,42px) minmax(0, 1fr) 118px;align-items:center;height:28px;padding-right:8px;display:grid}.gk-graph__head{border-bottom:1px solid var(--gk-border);height:26px;color:var(--gk-text-3);letter-spacing:.04em;text-transform:uppercase;padding-left:8px;font-size:10px}.gk-graph__branch{align-items:center;gap:4px;min-width:0;padding-left:8px;display:flex;overflow:hidden}.gk-graph__gcol{height:100%;display:block}.gk-graph__body{flex:1;min-height:0;position:relative;overflow:auto}.gk-graph__svg,.gk-graph__nodes{top:0;left:var(--gk-bw,132px);pointer-events:none;position:absolute}.gk-graph__nodes{z-index:1}.gk-graph__node{color:#fff;letter-spacing:-.04em;border-radius:50%;place-items:center;width:14px;height:14px;font-size:6.5px;font-weight:700;display:grid;position:absolute;box-shadow:0 0 0 1.5px #1a1a1c}.gk-graph__node.is-head{box-shadow:0 0 0 2px #fff}.gk-graph__row{width:100%;color:var(--gk-text);text-align:left;cursor:pointer;background:0 0;border:0}.gk-graph__row:hover{background:var(--gk-hover)}.gk-graph__row.is-selected{background:#4d5d7d80}.gk-graph__msg{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;min-width:0;font-size:13px;display:flex;overflow:hidden}.gk-graph__date{color:var(--gk-text-2);white-space:nowrap;justify-content:flex-end;align-items:center;font-size:12px;display:flex;overflow:hidden}.gk-avatar{color:#fff;background:#15a0bf;border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;font-size:8px;font-weight:700;display:grid}.gk-avatar--lg{width:28px;height:28px;font-size:11px}.gk-ref{border:1px solid;border-radius:8px;flex-shrink:0;padding:0 6px;font-size:10px;font-weight:600}.gk-ref--head{background:#2ece9d2e}.gk-ref--wip{color:var(--gk-wip);border-color:var(--gk-wip)}.gk-panel-h{border-bottom:1px solid var(--gk-border);flex-direction:column;flex-shrink:0;gap:4px;padding:10px 12px;display:flex}.gk-panel-h strong{flex-wrap:wrap;align-items:center;gap:6px;font-weight:600;display:flex}.gk-panel-h span,.gk-muted{color:var(--gk-text-2)}.gk-pad{padding:10px 12px}.gk-files{flex-shrink:0}.gk-files__h{color:var(--gk-text-2);justify-content:space-between;align-items:center;padding:8px 12px 4px;font-size:11px;display:flex}.gk-files__h button{color:var(--gk-teal);font-weight:600}.gk-file{width:100%;min-height:26px;color:var(--gk-text);text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:8px;padding:0 10px;display:flex}.gk-file--row{padding:0 8px}.gk-file:hover,.gk-file.is-on{background:var(--gk-hover)}.gk-file.is-on{background:#4d5d7d73}.gk-file__name{min-width:0;height:26px;color:var(--gk-text);text-align:left;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:8px;padding:0;display:flex;overflow:hidden}.gk-kind{color:#e69d43;flex-shrink:0;place-items:center;width:16px;display:grid}.gk-kind svg{width:13px;height:13px}.gk-file--added .gk-kind,.gk-stat--added{color:#58a65c}.gk-file--deleted .gk-kind,.gk-stat--deleted{color:#d9534f}.gk-file--renamed .gk-kind,.gk-stat--renamed{color:#4a90e2}.gk-file--unchanged .gk-kind{color:var(--gk-text-3)}.gk-file__act{opacity:0;color:var(--gk-text-2);font-size:11px}.gk-file:hover .gk-file__act,.gk-file:focus-within .gk-file__act{opacity:1}.gk-commit{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.gk-commit__top{justify-content:space-between;align-items:center;padding:10px 12px 0;display:flex}.gk-sha{color:var(--gk-text-2);font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:12px}.gk-sha:hover{color:var(--gk-text)}.gk-sha--parent{color:var(--gk-text-3);margin-left:auto}.gk-commit__title{letter-spacing:-.02em;margin:6px 12px 0;font-size:16px;font-weight:600;line-height:1.35}.gk-commit__body{color:var(--gk-text-2);white-space:pre-wrap;margin:6px 12px 0;font-size:12px}.gk-commit__meta{align-items:center;gap:8px;padding:12px;display:flex}.gk-commit__who{flex-direction:column;min-width:0;line-height:1.25;display:flex}.gk-commit__who strong{font-weight:600}.gk-commit__who span{color:var(--gk-text-2);font-size:12px}.gk-commit__filesh{border-top:1px solid var(--gk-border);flex-wrap:wrap;align-items:center;gap:8px;padding:4px 12px 8px;display:flex}.gk-commit__stats{flex-wrap:wrap;gap:8px;margin-right:auto;font-size:12px;font-weight:600;display:flex}.gk-stat--modified{color:#e69d43}.gk-seg--sm{width:auto;margin:0;padding:2px}.gk-seg--sm button{height:22px;padding:0 8px;font-size:11px}.gk-check{color:var(--gk-text-2);align-items:center;gap:6px;font-size:12px;display:inline-flex}.gk-commit__list{border-top:1px solid var(--gk-border);flex:0 auto;max-height:42%;overflow:auto}.gk-hunks{border-top:1px solid var(--gk-border);background:#141416;flex:1;min-height:72px;margin:0;font-family:Cascadia Code,Consolas,Courier New,monospace;font-size:11px;line-height:1.45;overflow:auto}.gk-hunks__file{color:var(--gk-text-2);z-index:1;background:#1c1e22;padding:6px 10px;font-family:Inter,Segoe UI,sans-serif;font-size:11px;position:sticky;top:0}.gk-hunk{white-space:pre;padding:0 10px}.gk-hunk--hunk{color:#8aa4c8;background:#1a2230}.gk-hunk--add{color:#b6e3b8;background:#58a65c2e}.gk-hunk--del{color:#f0b4b2;background:#d9534f2e}.gk-hunk--ctx{color:#c4c4c4}.gk-right:has(.gk-commit){overflow:hidden}.gk-commitbox{border-top:1px solid var(--gk-border);flex-direction:column;flex-shrink:0;gap:8px;margin-top:auto;padding:12px;display:flex}.gk-commitbox__sum{position:relative}.gk-commitbox__sum em{color:var(--gk-text-3);font-size:10px;font-style:normal;position:absolute;top:8px;right:8px}.gk-commitbox__sum .gk-input{padding-right:28px}.gk-commit-split{display:flex}.gk-commit-split .gk-btn-clone,.gk-commit-split .gk-btn{flex:1}.gk-diff{color:#c8c8c8;white-space:pre-wrap;background:#141414;flex-shrink:1;min-height:80px;max-height:220px;margin:0;padding:10px 12px;font-family:Consolas,Courier New,monospace;font-size:11px;overflow:auto}.gk-input{border:1px solid var(--gk-border);width:100%;color:var(--gk-text);background:#00000047;border-radius:4px;outline:none;padding:7px 8px}.gk-input:focus{border-color:var(--gk-teal-2)}.gk-btn{border:1px solid var(--gk-border);background:var(--gk-panel-2);height:32px;color:var(--gk-text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.gk-btn--teal{background:var(--gk-teal);color:#102018;border-color:#0000;font-weight:600}.gk-btn--teal:disabled,.gk-btn:disabled{opacity:.45;cursor:default}.gk-status{background:var(--gk-toolbar);border-top:1px solid var(--gk-border);height:24px;color:var(--gk-text-3);flex-shrink:0;align-items:center;gap:12px;padding:0 10px;display:flex}.gk-rm{background:var(--gk-bg);flex:1;min-height:0;padding:18px 24px 28px;position:relative;overflow:auto}.gk-rm h1{letter-spacing:-.02em;margin:0 0 14px;font-size:22px;font-weight:600}.gk-rm__actions{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.gk-rm__actions button{color:#e8eef6;cursor:pointer;background:#2c3a4d;border:0;border-radius:6px;align-items:center;gap:8px;height:32px;padding:0 12px;display:inline-flex}.gk-rm__actions button.gk-rm__ghost{color:var(--gk-text-2);background:0 0;border:1px solid #ffffff24}.gk-rm__actions button:hover:not(:disabled){filter:brightness(1.08)}.gk-rm__actions button:disabled{opacity:.45;cursor:default}.gk-rm__tools{align-items:center;gap:12px;margin-bottom:10px;display:flex}.gk-rm__search{border:1px solid var(--gk-border);height:32px;color:var(--gk-text-3);background:#141618;border-radius:6px;flex:1;align-items:center;gap:8px;padding:0 10px;display:flex}.gk-rm__search input{color:var(--gk-text);background:0 0;border:0;outline:none;flex:1}.gk-rm-group{border-bottom:1px solid var(--gk-border)}.gk-rm-group__h{width:100%;height:36px;color:var(--gk-text-2);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0 4px;font-weight:600;display:flex}.gk-rm-group__n{min-width:22px;height:18px;color:var(--gk-text-3);background:#ffffff14;border-radius:9px;place-items:center;margin-left:auto;padding:0 6px;font-size:11px;font-style:normal;display:grid}.gk-rm-row{width:100%;height:32px;color:var(--gk-text);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:10px 16px minmax(140px,.7fr) minmax(0,1fr) 20px;align-items:center;gap:10px;padding:0 10px 0 28px;display:grid}.gk-rm-row:hover{background:var(--gk-hover)}.gk-rm-row strong{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.gk-rm-row span{text-overflow:ellipsis;white-space:nowrap;color:var(--gk-text-3);font-size:11px;overflow:hidden}.gk-rm-row .gk-swatch{margin:0}.gk-rm__empty{color:var(--gk-text-3);margin:0;padding:8px 28px 16px}.gk-dlg{z-index:12;background:#080a0c8c;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.gk-dlg--picker{z-index:14}.gk-picker{background:var(--gk-form);border:1px solid #ffffff14;border-radius:6px;flex-direction:column;width:min(520px,100%);height:min(420px,100%);display:flex;overflow:hidden;box-shadow:0 18px 48px #0000008c}.gk-picker__path{border-bottom:1px solid var(--gk-border);color:var(--gk-text-2);text-overflow:ellipsis;white-space:nowrap;padding:8px 12px;font-size:12px;overflow:hidden}.gk-picker__up{color:var(--gk-text-2);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;margin:6px 10px 0;padding:4px 8px}.gk-picker__up:hover:not(:disabled){background:var(--gk-hover);color:var(--gk-text)}.gk-picker__list{flex:1;min-height:0;margin:6px 0;padding:0 8px;list-style:none;overflow:auto}.gk-picker__list button{width:100%;height:30px;color:var(--gk-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 8px;display:grid}.gk-picker__list button:hover:not(:disabled){background:var(--gk-pick)}.gk-picker__list em{color:var(--gk-teal);font-size:11px;font-style:normal}.gk-picker__empty{color:var(--gk-text-3);padding:12px 8px;font-size:12px}.gk-picker__mkdir{color:var(--gk-teal);text-align:left;cursor:pointer;background:0 0;border:0;margin:0 12px 8px;padding:0;font-size:12px}.gk-picker__new{gap:8px;margin:0 12px 8px;display:flex}.gk-picker__foot{border-top:1px solid var(--gk-border);justify-content:flex-end;gap:8px;padding:10px 12px;display:flex}.gk-dlg__win{background:var(--gk-form);border:1px solid #ffffff14;border-radius:6px;flex-direction:column;width:min(980px,100%);height:min(560px,100%);display:flex;overflow:hidden;box-shadow:0 18px 48px #0000008c}.gk-dlg__h{background:#21262d;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:0 8px 0 14px;font-weight:600;display:flex}.gk-dlg__body{flex:1;grid-template-columns:132px 214px minmax(0,1fr);min-height:0;display:grid}.gk-dlg__body--open{grid-template-columns:132px minmax(0,1fr)}.gk-dlg__nav{background:var(--gk-nav);padding:8px 0}.gk-dlg__nav button,.gk-dlg__src button{color:#ffffffc7;text-align:left;cursor:pointer;width:100%;height:32px;font:inherit;background:0 0;border:0;align-items:center;gap:8px;padding:0 14px;display:flex}.gk-dlg__src{background:var(--gk-src);border-right:1px solid #00000047;padding:8px 0;overflow:auto}.gk-dlg__src button{height:30px;padding:0 12px;font-size:12px}.gk-dlg__nav button.is-on,.gk-dlg__src button.is-on{background:var(--gk-pick);color:#fff}.gk-dlg__form{background:var(--gk-form);flex-direction:column;min-width:0;min-height:0;padding:18px 22px 16px;display:flex;overflow:auto}.gk-dlg__form h2{margin:0 0 18px;font-size:20px;font-weight:600}.gk-dlg__err{color:#f2ca33;margin:-8px 0 12px}.gk-dlg__connect{flex-direction:column;align-items:flex-start;gap:10px;margin:4px 0 16px;display:flex}.gk-field{grid-template-columns:148px minmax(0,1fr);align-items:start;gap:10px;margin-bottom:16px;display:grid}.gk-field--stack{align-items:start}.gk-field--repos{margin-bottom:8px}.gk-field--path{margin-top:10px;margin-bottom:18px}.gk-field label{color:var(--gk-text-2);padding-top:7px}.gk-field__ctl{gap:8px;min-width:0;display:flex}.gk-field__ctl>.gk-input{flex:1;width:auto;min-width:0;height:30px;padding:0 8px}.gk-field--stack .gk-field__ctl{flex-direction:column}.gk-btn-browse{color:#c5d4ea;cursor:pointer;background:#2a3a52;border:1px solid #4d6a9a;border-radius:4px;flex-shrink:0;height:30px;padding:0 12px}.gk-btn-browse:disabled{opacity:.45;cursor:default}.gk-btn-clone{border:1px solid var(--gk-green);height:32px;color:var(--gk-green);cursor:pointer;background:0 0;border-radius:4px;align-self:flex-end;margin-top:auto;padding:0 16px;font-weight:600}.gk-btn-clone:not(:disabled){background:var(--gk-teal);color:#102018;border-color:#0000}.gk-btn-clone:disabled{opacity:.45;cursor:default}.gk-org-access{border:1px solid var(--gk-border);color:var(--gk-text-2);background:#161a1e;border-radius:4px;margin:0 0 8px;padding:8px 10px;font-size:12px;line-height:1.45}.gk-org-access p{flex-direction:column;align-items:flex-start;gap:8px;margin:0;display:flex}.gk-org-access p+p{border-top:1px solid var(--gk-border);margin-top:8px;padding-top:8px}.gk-pick{border:1px solid var(--gk-border);background:#121416;border-radius:4px;flex-direction:column;width:100%;min-height:0;max-height:168px;display:flex;overflow:hidden}.gk-pick--fill{flex:1;min-height:0;max-height:none}.gk-pick__search{border-bottom:1px solid var(--gk-border);height:26px;color:var(--gk-text-3);align-items:center;gap:6px;padding:0 8px;font-size:12px;display:flex}.gk-pick__search svg{flex-shrink:0;width:13px;height:13px}.gk-pick__search input{min-width:0;color:var(--gk-text);background:0 0;border:0;outline:none;flex:1;font-size:12px;line-height:1.2}.gk-pick__list{flex:1;padding:6px 0;overflow:auto}.gk-pick__list>.gk-muted,.gk-pick__list>.gk-dlg__connect{margin:0;padding:12px 10px}.gk-skel{padding:0}.gk-skel__row{align-items:center;gap:8px;height:28px;padding:0 10px;display:flex}.gk-skel__ico,.gk-skel__line,.gk-skel__tag{background:#ffffff14;border-radius:4px;animation:1.15s ease-in-out infinite gk-skel;display:block}.gk-skel__ico{flex-shrink:0;width:14px;height:14px}.gk-skel__line{flex:1;max-width:72%;height:8px}.gk-skel__tag{opacity:.7;flex-shrink:0;width:42px;height:8px}.gk-skel__row:nth-child(2) .gk-skel__ico,.gk-skel__row:nth-child(2) .gk-skel__line,.gk-skel__row:nth-child(2) .gk-skel__tag{animation-delay:.12s}.gk-skel__row:nth-child(3) .gk-skel__ico,.gk-skel__row:nth-child(3) .gk-skel__line,.gk-skel__row:nth-child(3) .gk-skel__tag{animation-delay:.24s}.gk-skel__row:nth-child(4) .gk-skel__ico,.gk-skel__row:nth-child(4) .gk-skel__line,.gk-skel__row:nth-child(4) .gk-skel__tag{animation-delay:.36s}.gk-skel__row:nth-child(5) .gk-skel__ico,.gk-skel__row:nth-child(5) .gk-skel__line,.gk-skel__row:nth-child(5) .gk-skel__tag{animation-delay:.48s}@keyframes gk-skel{0%,to{opacity:.45}50%{opacity:.9}}.gk-pick__row{width:100%;height:28px;color:var(--gk-text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0 10px;display:flex}.gk-pick__row:hover,.gk-pick__row.is-on{background:var(--gk-pick);color:#fff}.gk-pick__row strong{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.gk-pick__row em{color:#ffffff73;flex-shrink:0;font-size:11px;font-style:normal}.gk-label{color:var(--gk-text-2);margin:12px 0 6px;display:block}.gk-row{gap:8px;display:flex}.gk-connect{flex-direction:column;align-items:flex-start;gap:10px;margin:8px 0 16px;display:flex}.gk-connect--row{flex-direction:row;align-items:center}.gk-connect img{border-radius:50%}.gk-swatch{border-radius:2px;width:10px;height:10px;margin-top:4px}.gk-prefs{flex:1;grid-template-columns:180px minmax(0,1fr);min-height:0;display:grid}.gk-prefs aside{background:var(--gk-panel);border-right:1px solid var(--gk-border);padding:16px 10px}.gk-prefs aside h4{margin:0 8px 12px}.gk-prefs aside button{width:100%;height:30px;color:var(--gk-text-2);text-align:left;background:0 0;border:0;border-radius:6px;padding:0 10px;display:block}.gk-prefs aside button.is-on{background:var(--gk-selected);color:var(--gk-text)}.gk-prefs section{padding:24px}.gk-prefs section header{justify-content:space-between;align-items:center;display:flex}.gk-modal{z-index:9;background:#00000073;place-items:center;display:grid;position:absolute;inset:0}.gk-modal__card{border:1px solid var(--gk-border);background:var(--gk-panel-2);border-radius:10px;width:min(420px,92%);padding:16px}.gk-modal__card header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}@container app (width<=860px){.gk-main{grid-template-columns:160px minmax(0,1fr) minmax(240px,34%)}.gk-graph__date{display:none}.gk-graph__head,.gk-graph__row{grid-template-columns:110px var(--gk-gw,42px) minmax(0, 1fr)}.gk-graph__svg,.gk-graph__nodes{left:110px}.gk-dlg__win{height:min(620px,100%)}.gk-dlg__body{grid-template-columns:100px 150px minmax(0,1fr)}.gk-field{grid-template-columns:1fr;gap:4px}.gk-field label{padding-top:0}}.os-dialog-scrim,.os-palette-scrim{z-index:20000;background:#00000061;place-items:center;display:grid;position:fixed;inset:0}.os-dialog{color:#242424;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border-radius:10px;width:min(420px,100vw - 32px);padding:18px 20px;box-shadow:0 16px 48px #00000047}.os-dialog h3{margin:0 0 14px;font-size:16px}.os-dialog__field{flex-direction:column;gap:6px;margin-bottom:12px;font-size:13px;display:flex}.os-dialog__field input,.os-dialog__field select{font:inherit;color:#242424;background:#fff;border:1px solid #8a8886;border-radius:4px;padding:8px 10px}.os-dialog__actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.os-dialog__actions button{cursor:pointer;background:#fff;border:1px solid #8a8886;border-radius:4px;padding:6px 14px}.os-dialog__primary{color:#fff!important;background:#185abd!important;border-color:#185abd!important}.os-account{background:var(--surface);width:min(420px,100vw - 32px);color:var(--text);box-shadow:var(--shadow);border:1px solid #ffffff24;border-radius:16px;padding:22px 22px 18px}.os-account__brand{align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.os-account__brand img{border-radius:10px}.os-account__brand h3{margin:0 0 4px;font-size:1.05rem}.os-account__brand p{opacity:.72;margin:0;font-size:.82rem;line-height:1.4}.os-account__hint,.os-account__wait{opacity:.75;margin:0 0 12px;font-size:.82rem;line-height:1.4}.os-account__error{color:#f2b8b5;margin:0 0 12px;font-size:.85rem}.os-account__actions button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:8px;padding:8px 14px}.os-account__actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.os-account__primary{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}html[data-theme=lagoon] .os-account,html[data-theme=ember] .os-account{background:var(--surface)}.os-palette{background:var(--surface);width:min(560px,100vw - 32px);color:var(--text);box-shadow:var(--shadow);border:1px solid #ffffff1f;border-radius:14px;overflow:hidden}.os-palette__input{width:100%;color:inherit;font:inherit;background:0 0;border:0;outline:none;padding:16px 18px 12px;font-size:1.05rem}.os-palette__list{max-height:min(420px,60vh);margin:0;padding:0 8px 8px;list-style:none;overflow:auto}.os-palette__item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;padding:8px 10px;display:grid}.os-palette__item.active,.os-palette__item:hover{background:var(--accent-soft)}.os-palette__text{flex-direction:column;gap:2px;min-width:0;display:flex}.os-palette__text strong{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.os-palette__item em,.os-palette__text em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-style:normal;overflow:hidden}.os-palette__group{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);padding:10px 12px 4px;font-size:.68rem;font-weight:700}.os-palette__empty,.os-palette__hint{color:var(--muted);margin:0;padding:10px 18px 14px;font-size:.8rem}.os-palette__glyph{width:22px;height:22px}.os-switcher{z-index:20001;background:var(--surface);box-shadow:var(--shadow);border:1px solid #ffffff1f;border-radius:16px;gap:10px;max-width:calc(100vw - 32px);padding:14px;display:flex;position:fixed;bottom:88px;left:50%;overflow-x:auto;transform:translate(-50%)}.os-switcher__card{min-width:120px;color:var(--text);cursor:pointer;background:#ffffff0f;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:12px 10px;display:flex}.os-switcher__card.selected{border-color:var(--accent)}.os-switcher__card span{text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:.78rem;overflow:hidden}.os-switcher__glyph{width:32px;height:32px}.window-body:has(.terminal){background:var(--surface-solid);flex-direction:column;display:flex;overflow:hidden}.terminal{background:var(--surface-solid);flex-direction:column;flex:1;min-width:0;min-height:0;padding:8px 10px 10px;display:flex;position:relative}.terminal__stall{z-index:2;background:color-mix(in srgb, var(--surface-solid) 88%, black);border:1px solid var(--stroke);color:var(--text);border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;display:flex;position:absolute;bottom:12px;left:12px;right:12px;box-shadow:0 8px 24px #00000047}.terminal__stall p{flex:1;min-width:12rem;margin:0}.terminal__stall-actions{gap:8px;display:flex}.terminal__xterm{flex:1;min-width:0;min-height:0}.terminal .xterm{height:100%;padding:0}.terminal .xterm-viewport{overflow-y:auto!important}.terminal .xterm-screen{cursor:text}.node-runtime{height:100%;color:var(--text);background:var(--surface-solid);padding:20px 22px 28px;overflow:auto}.node-runtime__head{align-items:center;gap:14px;margin-bottom:12px;display:flex}.node-runtime__head img{width:44px;height:44px}.node-runtime__head h1{margin:0;font-size:20px}.node-runtime__head p{color:var(--muted);margin:4px 0 0;font-size:13px}.node-runtime__lead,.node-runtime__muted{color:var(--muted);max-width:42em;font-size:13px;line-height:1.45}.node-runtime__error{color:var(--danger);font-size:13px}.node-runtime__actions{margin:16px 0}.node-runtime__ports{gap:8px;margin:0;padding:0;list-style:none;display:grid}.node-runtime__ports li{border:1px solid color-mix(in srgb, var(--text) 12%, transparent);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.chrome-browser__preview{background:#fff}.chrome-browser__preview-wait{text-align:center;color:#3c4043;background:#fff;place-content:center;gap:8px;padding:24px;font:14px/1.5 system-ui,sans-serif;display:grid;position:absolute;inset:0}.chrome-browser__preview-wait strong{color:#202124;font-size:16px}.winrar{color:#111;background:#ece9d8;min-height:0;font-family:Segoe UI,Tahoma,sans-serif;font-size:12px}.winrar-menu{color:#111;background:#ece9d8;border-bottom:1px solid #aca899;gap:14px;padding:3px 10px;font-size:12px;display:flex}.winrar-toolbar{background:linear-gradient(#f7f6f0,#e4e1d4);border-bottom:1px solid #aca899;gap:4px;padding:6px 8px 8px;display:flex}.winrar-tbtn{color:#222;min-width:64px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;flex-direction:column;align-items:center;gap:3px;padding:4px 6px;font-size:11px;display:flex}.winrar-tbtn:hover:not(:disabled){background:#f4f3ee;border-color:#aca899}.winrar-tbtn:disabled{opacity:.45;cursor:default}.winrar-tbtn i{background:#9aa3b2;border-radius:3px;width:24px;height:24px}.winrar-tbtn--add i{background:#2f7d32}.winrar-tbtn--extract i{background:#c62828}.winrar-path{background:#fff;border-bottom:1px solid #aca899;align-items:center;gap:8px;padding:4px 8px;display:flex}.winrar-up{cursor:pointer;background:#ece9d8;border:1px solid #aca899;width:24px;height:22px}.winrar-list{background:#fff;flex:1;min-height:0;overflow:auto}.winrar-head,.winrar-row{text-align:left;width:100%;font:inherit;color:inherit;background:0 0;border:0;grid-template-columns:minmax(180px,2fr) 90px 90px 160px;gap:8px;padding:4px 10px;display:grid}.winrar-head{background:#ece9d8;border-bottom:1px solid #aca899;font-weight:600}.winrar-row{cursor:pointer}.winrar-row:hover,.winrar-row.selected{color:#fff;background:#316ac5}.winrar-row__name.dir{font-weight:600}.winrar-empty{color:#666;padding:24px}.winrar-status{background:#ece9d8;border-top:1px solid #aca899;justify-content:space-between;gap:12px;padding:3px 10px;font-size:11px;display:flex}.preview-app{color:#eee;background:#1a1a1a;min-height:0}.preview-bar{background:#111;flex-shrink:0;padding:8px 12px;font-size:.82rem;font-weight:600}.preview-stage{flex:1;place-items:center;min-height:0;padding:12px;display:grid;overflow:auto}.preview-stage img,.preview-stage video{max-width:100%;max-height:100%}.preview-stage iframe{background:#fff;border:0;width:100%;height:100%}.preview-stage audio{width:min(420px,100%)}.preview-loading{color:#9a9a9a}.outlook-cal{color:#242424;background:#fff;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.outlook-cal__toolbar{border-bottom:1px solid #e1dfdd;align-items:center;gap:8px;padding:10px 14px;display:flex}.outlook-cal__toolbar h2{margin:0;font-size:1rem;font-weight:600}.outlook-cal__nav{cursor:pointer;background:#fff;border:1px solid #d1d1d1;border-radius:4px;height:28px;padding:0 10px}.outlook-cal__busy{color:#605e5c;margin-left:auto;font-size:.8rem}.outlook-cal-hint{color:#605e5c;padding:6px 4px;font-size:.82rem}.outlook-cal__grid{flex:1;grid-template-columns:repeat(7,minmax(0,1fr));min-height:0;display:grid;overflow:auto}.outlook-cal__day{border-right:1px solid #edebe9;min-height:0;padding:8px}.outlook-cal__day.today header strong{color:#fff;background:#0078d4;border-radius:50%;place-items:center;width:26px;height:26px;display:inline-grid}.outlook-cal__day header{color:#605e5c;text-transform:capitalize;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.75rem;display:flex}.outlook-cal__day ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.outlook-cal__day li{color:#004578;background:#deecf9;border-radius:4px;padding:6px 8px;font-size:.75rem}.outlook-cal__day li em{font-size:.7rem;font-style:normal;font-weight:600;display:block}.outlook-cal__day li small{opacity:.8;display:block}.outlook-cal__empty{color:#a19f9d!important;background:0 0!important}.os-notify{position:relative}.os-notify__bell{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;position:relative}.os-notify__bell:hover{color:#fff;background:#ffffff14}.os-notify__badge{color:#fff;background:#c42b1c;border-radius:8px;min-width:14px;height:14px;padding:0 3px;font-size:9px;font-weight:700;line-height:14px;position:absolute;top:2px;right:2px}.os-notify__panel{color:#f3f3f3;z-index:40;background:#2b2b2b;border:1px solid #ffffff1f;border-radius:10px;width:280px;max-height:360px;position:absolute;bottom:calc(100% + 8px);right:0;overflow:auto}.os-notify__panel header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:10px 12px;font-size:.82rem;display:flex}.os-notify__panel header button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:1.1rem}.os-notify__empty{color:#9a9a9a;padding:16px 12px;font-size:.82rem}.os-notify__panel ul{margin:0;padding:6px;list-style:none}.os-notify__panel li button{text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.os-notify__panel li button:hover{background:#ffffff14}.os-notify__panel li strong{font-size:.8rem}.os-notify__panel li span{color:#bdbdbd;font-size:.75rem}.ms-store{background:var(--surface-solid);min-width:0;height:100%;min-height:0;color:var(--text);font-family:var(--font-ui);display:flex;position:relative}.ms-store__nav{background:#00000038;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:2px;width:212px;padding:16px 10px;display:flex}.ms-store__brand{align-items:center;gap:10px;padding:6px 10px 18px;font-size:.92rem;font-weight:600;display:flex}.ms-store__brand img{background:var(--accent);border-radius:7px;width:28px;height:28px;padding:4px}.ms-store__navbtn{text-align:left;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:12px;padding:9px 12px;font-size:.86rem;display:flex}.ms-store__navbtn:hover{background:#ffffff0f}.ms-store__navbtn.active{background:var(--accent-soft)}.ms-store__body{flex-direction:column;flex:1;min-width:0;display:flex}.ms-store__top{justify-content:space-between;align-items:center;gap:16px;padding:16px 24px 8px;display:flex}.ms-store__top h1{margin:0;font-size:1.7rem;font-weight:600}.ms-store__back{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:6px 0}.ms-store__search{min-width:220px;max-width:360px;color:var(--muted);background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;flex:1;align-items:center;gap:8px;padding:7px 12px;display:flex}.ms-store__search input{color:var(--text);font:inherit;background:0 0;border:0;outline:none;flex:1;font-size:.86rem}.ms-store__scroll{flex:1;padding:8px 24px 28px;overflow:auto}.ms-store__hero{text-align:left;background:linear-gradient(120deg, color-mix(in srgb, var(--accent) 28%, #0a1419) 0%, var(--accent) 100%);color:#fff;border:0;border-radius:8px;justify-content:space-between;gap:24px;width:100%;margin-bottom:28px;padding:28px 32px;display:flex}.ms-store__hero-copy{flex-direction:column;align-items:flex-start;gap:8px;max-width:420px;display:flex}.ms-store__hero-copy span{letter-spacing:.08em;text-transform:uppercase;opacity:.8;font-size:.72rem}.ms-store__hero-copy strong{font-size:1.8rem;font-weight:600}.ms-store__hero .ms-store__get{color:#0c1412;background:#fff}.ms-store__hero .ms-store__open{color:#fff;background:#ffffff38}.ms-store__hero-icon{cursor:pointer;border:0;border-radius:24px;flex-shrink:0;place-items:center;width:128px;height:128px;padding:0;display:grid;box-shadow:0 16px 40px #00000059}.ms-store__hero-glyph{border-radius:24px;width:128px;height:128px;font-size:3rem}.ms-store__row{margin-bottom:22px}.ms-store__row h2{margin:0 0 12px;font-size:1.05rem;font-weight:600}.ms-store__cards,.ms-store__grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px;display:grid}.ms-store__card{background:#ffffff0d;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.ms-store__card:hover{background:#ffffff14}.ms-store__card-hit{color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:8px;padding:0;display:flex}.ms-store__card-hit strong{font-size:.88rem;font-weight:600}.ms-store__card-hit span{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.35;display:-webkit-box;overflow:hidden}.ms-store__tile{border-radius:10px;place-items:center;width:48px;height:48px;font-size:1.2rem;display:grid;overflow:hidden}.ms-store__get,.ms-store__open,.ms-store__ghost{font:inherit;cursor:pointer;border:0;border-radius:4px;min-width:88px;height:32px;padding:0 14px;font-size:.8rem;font-weight:600}.ms-store__get.compact,.ms-store__open.compact{align-self:flex-start;min-width:78px}.ms-store__get{background:var(--accent);color:#0c1412;position:relative;overflow:hidden}.ms-store__get:hover{filter:brightness(1.08)}.ms-store__get--busy{color:#0c1412}.ms-store__get--busy i{background:#0000002e;position:absolute;top:0;bottom:0;left:0}.ms-store__get--busy span{position:relative}.ms-store__open{color:var(--text);background:#ffffff1a}.ms-store__open:hover{background:#ffffff29}.ms-store__ghost{color:var(--accent);background:0 0;min-width:0}.ms-store__ghost:hover{background:var(--accent-soft)}.ms-store__chips{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.ms-store__chips button{color:var(--text);font:inherit;cursor:pointer;background:#ffffff0f;border:0;border-radius:999px;padding:6px 12px;font-size:.8rem}.ms-store__chips button.active{background:var(--accent);color:#0c1412;font-weight:600}.ms-store__empty,.ms-store__lead{color:var(--muted);font-size:.88rem}.ms-store__library{flex-direction:column;gap:4px;margin:12px 0 0;padding:0;list-style:none;display:flex}.ms-store__library li{border-radius:8px;align-items:center;gap:12px;padding:8px 10px;display:flex}.ms-store__library li:hover{background:#ffffff0d}.ms-store__lib-main{color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;padding:0;display:flex}.ms-store__lib-main strong{font-size:.9rem;display:block}.ms-store__lib-main em{color:var(--muted);font-size:.75rem;font-style:normal;display:block}.ms-store__muted{color:var(--muted);font-size:.75rem}.ms-store__product-head{align-items:flex-start;gap:22px;margin-bottom:28px;display:flex}.ms-store__product-icon{border-radius:20px;flex-shrink:0;place-items:center;width:96px;height:96px;font-size:2.4rem;display:grid;overflow:hidden}.ms-store__product h2{margin:0 0 6px;font-size:1.7rem;font-weight:600}.ms-store__product-head p{color:var(--muted);margin:0 0 16px}.ms-store__product-actions{align-items:center;gap:10px;display:flex}.ms-store__product section h3{margin:0 0 8px;font-size:1rem}.ms-store__product section p{color:var(--text);opacity:.88;max-width:52ch;margin:0 0 20px;line-height:1.45}.ms-store__meta{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin:0;display:grid}.ms-store__meta dt{color:var(--muted);font-size:.72rem}.ms-store__meta dd{margin:4px 0 0}.ms-store__modal{z-index:8;background:#00000073;place-items:center;display:grid;position:absolute;inset:0}.ms-store__dialog{background:var(--surface-solid);width:min(420px,90%);box-shadow:var(--shadow);border:1px solid #ffffff1a;border-radius:8px;padding:20px 22px}.ms-store__dialog h2{margin:0 0 8px;font-size:1.1rem}.ms-store__dialog p{color:var(--muted);margin:0 0 18px;font-size:.88rem;line-height:1.4}.ms-store__dialog-actions{justify-content:flex-end;gap:8px;display:flex}.ms-store__dialog-actions button{font:inherit;cursor:pointer;color:#f3f3f3;background:#ffffff1a;border:0;border-radius:4px;padding:8px 14px;font-size:.84rem}.ms-store__danger{background:var(--danger)!important}@media (width<=720px){.ms-store__nav{width:72px;padding:12px 6px}.ms-store__brand span,.ms-store__navbtn{justify-content:center;gap:0;font-size:0}.ms-store__hero{flex-direction:column}}html[data-theme=macos],html[data-theme=macos] body,html[data-theme=macos] #root{background:#08343c}html[data-theme=windows],html[data-theme=windows] body,html[data-theme=windows] #root{background:#071018}[data-theme=macos] .desktop-brand,[data-theme=windows] .desktop-brand{display:none}[data-theme=macos] .window,[data-theme=windows] .window{border-color:#ffffff1f}[data-theme=macos] .window.active,[data-theme=windows] .window.active{box-shadow:var(--shadow);border-color:#ffffff29}[data-theme=macos] .snap-preview--maximize{inset:calc(var(--status-h) + 8px) 8px calc(var(--dock-h) + 8px) 8px}[data-theme=windows] .snap-preview--maximize{inset:0 0 var(--dock-h) 0;border-radius:0}[data-theme=macos] .status-bar--mac{z-index:11000;height:var(--status-h);letter-spacing:-.01em;pointer-events:auto;color:var(--text);-webkit-backdrop-filter:blur(28px)saturate(1.7);box-shadow:none;background:#1c1c1e94;border-bottom:1px solid #ffffff14;align-items:center;gap:14px;padding:0 14px;font-size:13px;font-weight:500;display:flex;position:absolute;top:0;left:0;right:0}[data-theme=macos] .status-bar--mac .status-bar__brand{letter-spacing:-.02em;text-transform:none;opacity:1;font-size:13px;font-weight:700}[data-theme=macos] .status-bar--mac .status-bar__app{opacity:.92;text-overflow:ellipsis;white-space:nowrap;max-width:42vw;font-weight:600;overflow:hidden}[data-theme=macos] .status-bar--mac .status-bar__spacer{flex:1}[data-theme=macos] .status-bar--mac .status-bar__icons{pointer-events:auto;align-items:center;gap:10px;display:flex}[data-theme=macos] .status-bar--mac .status-bar__time{font-variant-numeric:tabular-nums;opacity:.95;font-weight:500}[data-theme=macos] .status-bar--mac .status-bar__signal,[data-theme=macos] .status-bar--mac .status-bar__battery{opacity:.88;flex-shrink:0;position:relative}[data-theme=macos] .status-bar--mac .status-bar__signal{border:1.5px solid;border-radius:2px;width:14px;height:10px}[data-theme=macos] .status-bar--mac .status-bar__signal:after{content:"";background:currentColor;width:40%;position:absolute;inset:2px 2px 2px auto}[data-theme=macos] .status-bar--mac .status-bar__battery{border:1.5px solid;border-radius:2px;width:20px;height:10px}[data-theme=macos] .status-bar--mac .status-bar__battery:before{content:"";background:currentColor;border-radius:0 1px 1px 0;width:2px;height:4px;position:absolute;top:2px;right:-4px}[data-theme=macos] .status-bar--mac .status-bar__battery:after{content:"";background:currentColor;position:absolute;inset:2px 8px 2px 2px}[data-theme=macos] .status-bar--mac .presence-avatars{padding:0}[data-theme=macos] .status-bar--mac .presence-avatar{border-width:1px;width:16px;height:16px;font-size:8px}[data-theme=macos] .status-bar--mac .os-notify__panel{top:calc(100% + 6px);bottom:auto}[data-theme=macos] .status-bar--mac .os-notify__bell{border-radius:6px;width:22px;height:22px}[data-theme=macos] .desktop-icons{top:var(--status-h)}[data-theme=macos] .desktop-icon:hover,[data-theme=macos] .desktop-icon:focus-visible{background:#ffffff24;border-radius:8px}[data-theme=macos] .window-titlebar{background:#ffffff0a;border-bottom:1px solid #ffffff0f;justify-content:center;height:38px;padding:0 12px}[data-theme=macos] .window-controls{align-items:center;gap:8px;position:absolute;top:0;bottom:0;left:12px}[data-theme=macos] .window-title{text-align:center;letter-spacing:-.01em;opacity:.92;font-size:13px;font-weight:600}[data-theme=macos] .window-controls button{background:#4a4a4c;border-radius:50%;width:12px;height:12px;position:relative;transform:none;box-shadow:inset 0 0 0 .5px #0000002e}[data-theme=macos] .window-controls button:hover{transform:none}[data-theme=macos] .window.active .window-controls .close{background:#ff5f57}[data-theme=macos] .window.active .window-controls .min{background:#febc2e}[data-theme=macos] .window.active .window-controls .max{background:#28c840}[data-theme=macos] .window-controls .close:hover,[data-theme=macos] .window.active .window-controls .close:hover{background:#ff5f57}[data-theme=macos] .window-controls .min:hover,[data-theme=macos] .window.active .window-controls .min:hover{background:#febc2e}[data-theme=macos] .window-controls .max:hover,[data-theme=macos] .window.active .window-controls .max:hover{background:#28c840}[data-theme=macos] .window-controls:hover .close:before,[data-theme=macos] .window-controls:hover .min:before,[data-theme=macos] .window-controls:hover .max:before{color:#0000009e;place-items:center;font-size:9px;font-weight:800;line-height:12px;display:grid;position:absolute;inset:0}[data-theme=macos] .window-controls:hover .close:before{content:"×"}[data-theme=macos] .window-controls:hover .min:before{content:"–"}[data-theme=macos] .window-controls:hover .max:before{content:"+"}[data-theme=macos] .taskbar{background:#28282a9e;border:1px solid #ffffff29;border-radius:22px;gap:4px;padding:6px 10px 8px;bottom:8px;box-shadow:0 12px 40px #0006,inset 0 .5px #ffffff59}[data-theme=macos] .taskbar-home,[data-theme=macos] .taskbar-tray{display:none}[data-theme=macos] .taskbar-btn{background:0 0;border-radius:12px;width:50px;height:50px}[data-theme=macos] .taskbar-btn:hover{background:0 0;transform:translateY(-8px)scale(1.12)}[data-theme=macos] .taskbar-btn.active{background:0 0}[data-theme=macos] .taskbar-btn__glyph{border-radius:10px;width:42px;height:42px}[data-theme=macos] .taskbar-btn.open:after{background:#f5f5f7;width:4px;height:4px;bottom:1px}[data-theme=windows] .desktop-icon:hover,[data-theme=windows] .desktop-icon:focus-visible{background:#ffffff1a;border-radius:4px}[data-theme=windows] .window-titlebar{background:0 0}[data-theme=windows] .taskbar{-webkit-backdrop-filter:blur(40px)saturate(1.5);width:100%;max-width:none;height:48px;box-shadow:none;background:#202020b8;border:0;border-top:1px solid #ffffff14;border-radius:0;justify-content:center;gap:2px;padding:0 8px;animation:none;bottom:0;left:0;right:0;transform:none}[data-theme=windows] .taskbar-apps{gap:0}[data-theme=windows] .taskbar-home{background:0 0;border-radius:4px;width:40px;height:40px;font-size:0}[data-theme=windows] .taskbar-home:hover{background:#ffffff14}[data-theme=windows] .taskbar-start{background:linear-gradient(#60cdff,#60cdff) 0 0/7px 7px no-repeat,linear-gradient(#60cdff,#60cdff) 9px 0/7px 7px no-repeat,linear-gradient(#60cdff,#60cdff) 0 9px/7px 7px no-repeat,linear-gradient(#60cdff,#60cdff) 9px 9px/7px 7px no-repeat;width:16px;height:16px;display:block}[data-theme=windows] .taskbar-btn{border-radius:4px;width:40px;height:40px}[data-theme=windows] .taskbar-btn:hover{background:#ffffff14;transform:none}[data-theme=windows] .taskbar-btn.active{background:#ffffff1a}[data-theme=windows] .taskbar-btn.open:after{background:var(--accent);border-radius:2px;width:8px;height:3px;bottom:3px}[data-theme=windows] .taskbar-btn.active.open:after{width:16px}[data-theme=windows] .taskbar-tray{align-items:center;gap:2px;display:flex;position:absolute;top:0;bottom:0;right:4px}[data-theme=windows] .taskbar-clock{min-width:70px;height:40px;color:var(--text);border:0;border-radius:4px;flex-direction:column;justify-content:center;align-items:flex-end;margin:0;padding:0 10px;font-size:12px;font-weight:400;line-height:1.2;display:flex}[data-theme=windows] .taskbar-clock:hover{background:#ffffff14}[data-theme=windows] .taskbar-clock__date{opacity:.92;font-size:12px;font-weight:400}[data-theme=windows] .ctx-menu{background:#2c2c2ceb;border:1px solid #ffffff14;border-radius:8px;padding:4px}[data-theme=windows] .ctx-menu__item{border-radius:4px;font-size:.84rem;font-weight:400}[data-theme=macos] .ctx-menu{background:#28282ad1;border:1px solid #ffffff1f;border-radius:10px;padding:5px}[data-theme=macos] .ctx-menu__item{border-radius:6px;font-size:13px}[data-theme=macos] .ctx-menu__item:hover:not(:disabled){background:var(--accent);color:#fff}[data-theme=macos] .os-palette{background:#28282ae0;border-radius:12px}[data-theme=windows] .os-palette{background:#202020eb;border-radius:8px}[data-theme=macos] .os-switcher{border-radius:14px;bottom:96px}[data-theme=windows] .os-switcher{border-radius:8px;bottom:60px}
