.computer-panel{display:flex;flex-direction:column;background:var(--panel);border-right:0;padding:0 20px} .state-dot{width:7px;height:7px;border-radius:50%;background:var(--faint)} .state-dot.running{background:var(--success)} .state-dot.booting{background:#f5a03c;animation:pulse 1s infinite} .state-dot.error{background:var(--danger)} .desktop-frame{display:block;width:100%;height:100%;border:0;background:#101012} .empty-computer{height:100%;display:grid;place-content:center;justify-items:center;gap:7px;color:var(--muted);text-align:center} .empty-computer svg{width:28px} .empty-computer span{font-size:12px} .computer-caption{display:flex;align-items:center;justify-content:space-between;padding:14px 0;color:var(--muted)} .control-bar{display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid #171719;padding:16px 0} .computer-overlay{position:fixed;inset:0;z-index:50;display:flex;flex-direction:column;background:rgba(4,4,5,.98)} .computer-overlay>header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)} .computer-overlay>header>div{display:flex;align-items:center;gap:10px} .computer-overlay .avatar{width:30px;height:30px} .control-badge{padding:5px 10px;border-radius:999px;background:rgba(48,162,75,.14);color:var(--success);font-size:13px} .overlay-screen{flex:1;min-height:0;padding:20px;display:flex;justify-content:center} .overlay-screen>.desktop-frame,.overlay-screen>.empty-computer{width:min(100%,1440px);height:100%;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#0d0d0e} .overlay-error{position:absolute;top:74px;left:50%;transform:translateX(-50%);background:#2a1717;color:#fca5a5;padding:9px 15px;border-radius:9px} .computer-toggle{background:var(--surface)} .computer-part{display:flex;flex-direction:column;min-height:0;flex:1;gap:10px;overflow:auto} .computer-part.hidden-part{display:none} .computer-status-row{display:flex;align-items:center;gap:8px;color:var(--muted)} .computer-status-row>span{margin-right:auto;color:var(--ink);font-weight:600} .computer-part .preview{flex:1;min-height:160px;aspect-ratio:auto} /* Preserve the monitor's 16:10 shape as the right panel gets narrower. */ .computer-part .preview{position:relative;flex:0 1 auto;width:100%;height:auto;min-height:0;max-height:min(52vh,380px);aspect-ratio:16 / 10} .computer-part .preview .desktop-frame{display:block;aspect-ratio:16 / 10} .overlay-screen .overlay-desktop{position:relative;width:min(100%,1440px);height:100%} .overlay-screen .overlay-desktop>.desktop-frame,.overlay-screen .overlay-desktop>.empty-computer{width:100%;height:100%;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#0d0d0e} .computer-hud{position:absolute;top:10px;left:10px;z-index:3;display:grid;justify-items:center;gap:6px;padding:10px 12px 8px;border-radius:16px;background:rgba(10,10,12,.72);backdrop-filter:blur(8px);pointer-events:none;box-shadow:0 10px 30px rgba(0,0,0,.35)} .computer-hud .avatar.blobatar.thinking{animation:computer-hud-bob 1.6s ease-in-out infinite,avatar-rainbow-glow 1.8s linear infinite} .computer-hud-label{font-size:12px;letter-spacing:.02em;line-height:1.3;white-space:nowrap;background:linear-gradient(90deg,#7a8088 0%,#7a8088 28%,#fff 50%,#7a8088 72%,#7a8088 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:working-shimmer 1.35s linear infinite} .empty-computer.is-waiting{min-height:100%;background:#101012} .computer-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex-wrap:wrap} .computer-actions .restart-computer{font-size:12px;padding-inline:10px;color:var(--muted)} .computer-actions .restart-computer svg{width:14px;height:14px} .computer-actions .primary{min-width:0} .computer-overlay header .computer-actions{justify-content:flex-end} .control-badge.teaching{background:rgba(239,85,85,.16);color:#ff8a8a} .computer-login-hint{margin:0;color:var(--faint);font-size:12px;line-height:1.45} .computer-part{scrollbar-gutter:stable;overflow-x:hidden} .computer-part>*{flex-shrink:0;min-width:0} .computer-part .preview{flex:none;max-height:none} .computer-status-row>span{min-width:0;overflow-wrap:anywhere} .computer-status-row>small,.state-dot{flex-shrink:0} .control-bar{flex-wrap:wrap} .control-bar>.computer-actions{flex:1 1 180px} /* Independent monitor mascot, with mint halo and amber orbit. */ .computer-hud{inset:0;align-content:center;border-radius:inherit;gap:14px;background:radial-gradient(ellipse at center,#142722e8,#101012ed);box-shadow:none} .computer-signal{position:relative;display:grid;place-items:center;width:64px;height:64px;border:1px solid #65dcb34d;border-radius:24px;animation:monitor-breathe 2.8s ease-in-out infinite} .computer-signal::before{content:"";position:absolute;inset:-8px;border:1px solid #65dcb326;border-top-color:#efbe72;border-radius:50%;animation:monitor-orbit 4s linear infinite} .computer-signal-face{display:flex;align-items:center;justify-content:center;gap:12px;width:46px;height:38px;border-radius:15px;background:#85dfbb;color:#143429;transform:rotate(-6deg)} .computer-signal-face i{width:5px;height:11px;border-radius:5px;background:currentColor;animation:monitor-blink 4.6s ease-in-out infinite} .computer-hud-label{color:#c9ddd5;background:none;animation:none;white-space:normal;text-align:center;max-width:90%;line-height:1.5} .clipboard-status{margin:0;min-height:1.4em;font-size:12px;line-height:1.4;color:var(--muted)}