:root{color-scheme:dark;font-family:MS Gothic,Courier New,monospace;font-synthesis:none;text-rendering:optimizeLegibility;background:#050505}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{color:#f2f2f2}#scene{position:fixed;inset:0;width:100%;height:100%;display:block;visibility:visible;z-index:1}.css3d-layer{position:fixed;inset:0;z-index:2;pointer-events:none}.screen-portal{--screen-dim-opacity: 0;position:relative;visibility:visible;overflow:hidden;border-radius:3px;background:#050505;box-shadow:inset 0 0 7px #000000eb;opacity:0;filter:brightness(.35) contrast(1.35);pointer-events:none;backface-visibility:hidden;transition:opacity .16s ease,filter .16s ease}.screen-portal.is-powered-on{opacity:1;filter:brightness(1) contrast(1);pointer-events:auto;animation:screenPowerOn .68s ease-out}.screen-portal.is-facing-away,.screen-portal.is-powered-on.is-facing-away{opacity:0;pointer-events:none}.screen-portal:before,.screen-portal:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.screen-portal:before{z-index:1;background:#000;opacity:var(--screen-dim-opacity);transition:opacity 90ms linear}.screen-portal.is-powered-on:before{animation:screenBlackoutBoot .68s ease-out}.screen-portal:after{z-index:2;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 1px,transparent 1px,transparent 4px),radial-gradient(circle at center,transparent 52%,rgba(0,0,0,.2)),linear-gradient(to right,rgba(0,0,0,.48),transparent 4%,transparent 96%,rgba(0,0,0,.48)),linear-gradient(to bottom,rgba(0,0,0,.48),transparent 5%,transparent 95%,rgba(0,0,0,.48))}.screen-content{position:relative;z-index:0;display:block;width:100%;height:100%;border:0;border-radius:inherit;background:#000;opacity:0;filter:brightness(.75) contrast(1.25) saturate(.85)}.screen-frame{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 3.5%,#000 96.5%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 4%,#000 96%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0,#000 3.5%,#000 96.5%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 4%,#000 96%,transparent 100%);mask-composite:intersect}.screen-portal.is-powered-on .screen-content{opacity:1;filter:brightness(1) contrast(1) saturate(1);animation:screenFrameWarmIn .72s ease-out .12s both}#computer-b-screen-portal{border-radius:30px}.screen-terminal{display:flex;flex-direction:column;padding:34px 42px;color:#d7f5d2;background:linear-gradient(#ffffff08,#0000001f),#020602;font-family:MS Gothic,Courier New,monospace;text-shadow:0 0 8px rgba(184,255,177,.58)}.screen-terminal-bar{display:flex;align-items:center;gap:14px;flex:0 0 auto;padding-bottom:18px;border-bottom:2px solid rgba(215,245,210,.32);font-size:30px;line-height:1;letter-spacing:0}.screen-terminal-bar span:first-child{width:18px;height:18px;background:#d7f5d2;box-shadow:0 0 12px #b8ffb1bf}.screen-terminal-lines{flex:1 1 auto;margin:22px 0 0;overflow:hidden;color:inherit;font:inherit;font-size:34px;line-height:1.28;letter-spacing:0;white-space:pre-wrap}.screen-terminal-lines:after{content:"_";animation:terminalCursorFlash .76s steps(2,end) infinite}@keyframes screenPowerOn{0%{opacity:0;filter:brightness(.35) contrast(1.35)}28%{opacity:.62;filter:brightness(1.7) contrast(1.45)}62%{opacity:1;filter:brightness(1.18) contrast(1.12)}to{opacity:1;filter:brightness(1) contrast(1)}}@keyframes screenFrameWarmIn{0%,18%{opacity:0;filter:brightness(.65) contrast(1.45) saturate(.75)}48%{opacity:.78;filter:brightness(1.22) contrast(1.12) saturate(.9)}to{opacity:1;filter:brightness(1) contrast(1) saturate(1)}}@keyframes screenBlackoutBoot{0%,18%{opacity:1}to{opacity:var(--screen-dim-opacity)}}@keyframes terminalCursorFlash{0%,42%{opacity:1}43%,to{opacity:0}}#loader{position:fixed;inset:0;z-index:10;display:grid;place-items:center;padding:24px;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.07) 0,rgba(255,255,255,.07) 1px,transparent 1px,transparent 5px),#050505;opacity:1;visibility:visible;transition:opacity .45s ease,visibility .45s ease}#loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.terminal{width:min(720px,calc(100vw - 32px));min-height:390px;border:2px solid #efefef;background:#030303;box-shadow:0 0 34px #ffffff38}.terminal-bar{display:flex;align-items:center;gap:8px;min-height:34px;padding:8px 12px;border-bottom:1px solid #efefef;background:#121212}.terminal-bar span{width:11px;height:11px;border:1px solid #efefef;background:#282828}.terminal-bar strong{margin-left:8px;font-size:13px;font-weight:700;color:#fff}#boot-log{min-height:250px;margin:0;padding:22px;color:#f2f2f2;font-size:15px;line-height:1.65;white-space:pre-wrap;text-shadow:0 0 10px rgba(255,255,255,.42)}.progress-shell{height:18px;margin:0 22px;border:1px solid #efefef;background:#0d0d0d}#progress-bar{width:0;height:100%;background:linear-gradient(90deg,#e8e8e8,#fff);transition:width .18s ease}#progress-label{margin:10px 22px 22px;color:#fff;font-size:14px;text-align:right}#enter-site{display:block;min-width:132px;min-height:38px;margin:0 22px 22px auto;border:1px solid #efefef;border-radius:0;background:#f2f2f2;color:#050505;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .16s ease,background .16s ease,color .16s ease}#enter-site:disabled{background:#0d0d0d;color:#ffffff6b;cursor:wait;opacity:.72}#enter-site:not(:disabled):hover,#enter-site:not(:disabled):focus-visible{background:#fff;outline:2px solid rgba(255,255,255,.35);outline-offset:3px}.status-panel{position:fixed;top:18px;left:18px;z-index:5;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid rgba(255,255,255,.62);background:#030303b8;box-shadow:0 0 18px #ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);visibility:visible}#now-time,#music-toggle,#mute-toggle{min-height:34px;padding:8px 10px;border:1px solid rgba(255,255,255,.5);background:#0c0c0c;color:#f2f2f2;font:inherit;font-size:13px}#now-time{min-width:92px;text-align:center}#music-toggle,#mute-toggle{cursor:pointer}#music-toggle:disabled,#mute-toggle:disabled{color:#ffffff6b;cursor:wait}#music-toggle:not(:disabled):hover,#mute-toggle:not(:disabled):hover{background:#2a2a2a}.dock{position:fixed;right:18px;bottom:18px;z-index:5;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid rgba(255,255,255,.62);background:#030303b8;box-shadow:0 0 18px #ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);visibility:visible}.dock a,.dock button{min-height:34px;padding:8px 10px;border:1px solid rgba(255,255,255,.5);border-radius:0;background:#0c0c0c;color:#f2f2f2;font:inherit;font-size:13px;text-decoration:none;cursor:pointer}.dock a:hover,.dock button:hover{background:#2a2a2a}@media(max-width:680px){.status-panel{top:10px;left:10px;right:10px;justify-content:center;flex-wrap:wrap}.dock{right:10px;bottom:10px;left:10px;justify-content:center;flex-wrap:wrap}#boot-log{font-size:13px}}
