.crt-screen{min-height:0;border-radius:12px;background:var(--screen-bg);box-shadow:inset 0 0 60px var(--screen-glow)}.crt-screen,.crt-screen__glass{position:relative;flex:1;display:flex;overflow:hidden}.crt-screen__glass{border-radius:inherit}.crt-screen__content{position:relative;flex:1;min-height:0;overflow:hidden;padding:1.5rem;z-index:1}.crt-screen__transition-viewport{view-transition-name:main-content;height:100%;overflow:auto;border-radius:8px}.crt-screen--off .crt-screen__glass{animation:crt-power-off .5s ease-out forwards}.crt-screen--off .crt-screen__content,.crt-screen--off .static-overlay{visibility:hidden}.crt-screen:not(.crt-screen--off) .crt-screen__glass{animation:crt-power-on .6s ease-out}@keyframes crt-power-off{0%{opacity:1;filter:brightness(1);clip-path:inset(0 0 0 0)}40%{opacity:.8;filter:brightness(.3);clip-path:inset(0 30% 0 30%)}70%{opacity:.3;filter:brightness(.1);clip-path:inset(45% 45% 45% 45%)}to{opacity:0;filter:brightness(0);clip-path:inset(50% 50% 50% 50%)}}@keyframes crt-power-on{0%{opacity:0;filter:brightness(0)}30%{opacity:.4;filter:brightness(.2)}to{opacity:1;filter:brightness(1)}}.crt-screen--transitioning .crt-screen__glass:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 1px,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,.03) 2px);animation:crt-static-flicker .3s steps(4);z-index:10;pointer-events:none}@keyframes crt-static-flicker{0%,to{opacity:0}25%{opacity:.5}50%{opacity:.2}75%{opacity:.4}}@media (prefers-reduced-motion:reduce){.crt-screen--off .crt-screen__glass{animation:crt-power-off-reduced .3s ease-out forwards}.crt-screen:not(.crt-screen--off) .crt-screen__glass{animation:crt-power-on-reduced .3s ease-out}.crt-screen--transitioning .crt-screen__glass:before{animation:crt-fade-only .2s ease-out}}@keyframes crt-power-off-reduced{0%{opacity:1}to{opacity:0}}@keyframes crt-power-on-reduced{0%{opacity:0}to{opacity:1}}@keyframes crt-fade-only{0%{opacity:.3}to{opacity:0}}.tv-controls{justify-content:space-between;padding:1rem 1.5rem;background:var(--control-panel-bg);border-radius:0 0 16px 16px;border-top:2px solid var(--tv-bezel-highlight);box-shadow:inset 0 2px 4px rgba(0,0,0,.3)}.tv-controls,.tv-controls__left{display:flex;align-items:center;gap:1rem}.tv-controls__brand{font-family:var(--font-space-grotesk),sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;color:var(--control-label)}.tv-controls__right{display:flex;align-items:center;gap:1rem}.tv-controls__power{display:flex;flex-direction:column;align-items:center;gap:.25rem}.tv-controls__power-label{font-size:.65rem;font-weight:600;letter-spacing:.05em;color:var(--control-label)}.tv-controls__power-btn{position:relative;width:44px;height:24px;padding:0;border:2px solid var(--tv-bezel-highlight);border-radius:12px;background:#1a1614;cursor:pointer;transition:box-shadow .15s}.tv-controls__power-btn:hover{box-shadow:0 0 8px rgba(201,162,39,.3)}.tv-controls__power-btn:focus-visible{outline:2px solid var(--control-accent);outline-offset:2px}.tv-controls__power-slider{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#4a4540;transition:transform .2s ease}.tv-controls__power-btn--on .tv-controls__power-slider{transform:translateX(20px);background:var(--control-accent);box-shadow:0 0 6px rgba(201,162,39,.5)}.tv-controls__presets{display:flex;gap:.5rem}.tv-controls__preset{width:36px;height:36px;padding:0;font-size:.9rem;font-weight:700;color:var(--control-label);background:linear-gradient(180deg,#3d3632,#2a2520);border:2px solid var(--tv-bezel-highlight);border-radius:8px;cursor:pointer;transition:all .15s;box-shadow:0 2px 4px rgba(0,0,0,.3)}.tv-controls__preset:hover{color:var(--screen-text);box-shadow:0 0 8px rgba(201,162,39,.25)}.tv-controls__preset:focus-visible{outline:2px solid var(--control-accent);outline-offset:2px}.tv-controls__preset--active,.tv-controls__preset:active{transform:translateY(2px);box-shadow:inset 0 2px 4px rgba(0,0,0,.4);background:linear-gradient(180deg,#2a2520,#3d3632);color:var(--control-accent)}.tv-controls__knob-area{display:flex;flex-direction:column;align-items:center;gap:.5rem}.tv-controls__channel-display{font-family:var(--font-mono),ui-monospace,monospace;font-size:.7rem;font-weight:600;letter-spacing:.08em;color:var(--control-accent)}.tv-controls__knob-wrap{display:flex;align-items:center;gap:.5rem}.tv-controls__knob-btn{width:32px;height:32px;padding:0;font-size:1.25rem;font-weight:600;line-height:1;color:var(--control-label);background:linear-gradient(180deg,#3d3632,#2a2520);border:2px solid var(--tv-bezel-highlight);border-radius:8px;cursor:pointer;transition:all .15s;box-shadow:0 2px 4px rgba(0,0,0,.3)}.tv-controls__knob-btn:hover{color:var(--control-accent);box-shadow:0 0 8px rgba(201,162,39,.25)}.tv-controls__knob-btn:focus-visible{outline:2px solid var(--control-accent);outline-offset:2px}.tv-controls__knob-btn:active{transform:translateY(1px);box-shadow:inset 0 2px 4px rgba(0,0,0,.4)}.tv-controls__knob{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4a4540,#2a2520 50%,#1a1614);border:3px solid var(--tv-bezel-highlight);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05)}.tv-controls__knob-dot{width:6px;height:6px;border-radius:50%;background:var(--control-accent);box-shadow:0 0 4px rgba(201,162,39,.5)}@media (max-width:640px){.tv-controls{flex-wrap:wrap;justify-content:center;padding:.75rem 1rem;gap:.75rem}.tv-controls__left{order:0;width:100%;justify-content:center}.tv-controls__brand{order:1;width:100%;text-align:center;font-size:.8rem}.tv-controls__right{order:2;width:100%;flex-wrap:wrap}.tv-controls__presets,.tv-controls__right{justify-content:center}.tv-controls__preset{width:32px;height:32px;font-size:.8rem}.tv-controls__knob-area{flex-direction:row}.tv-controls__knob{display:none}}.tv-shell{height:100%;flex-direction:column;padding:1rem;background:radial-gradient(ellipse at center,#1a1a1e 0,#0d0d0f 50%,#050506 100%)}.tv-shell,.tv-shell__frame{display:flex;overflow:hidden}.tv-shell__frame{position:relative;flex:1;min-height:0;flex-direction:column;max-width:900px;width:100%;margin:0 auto;padding:1.5rem;background:linear-gradient(165deg,var(--tv-bezel-highlight) 0,var(--tv-frame) 20%,var(--tv-frame-shadow) 100%);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.6),inset 0 0 0 1px hsla(0,0%,100%,.05),0 2px 0 hsla(0,0%,100%,.03)}.tv-shell__screw{position:absolute;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#5a524c,#3d3632 50%,#2a2520);box-shadow:0 1px 2px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.1)}.tv-shell__screw:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;border-radius:50%;background:#1a1614;box-shadow:inset 0 0 2px rgba(0,0,0,.8)}.tv-shell__screw--tl{top:12px;left:12px}.tv-shell__screw--tr{top:12px;right:12px}.tv-shell__screw--bl{bottom:12px;left:12px}.tv-shell__screw--br{bottom:12px;right:12px}.tv-shell__label{display:flex;flex-direction:column;align-items:center;gap:.15rem;margin-bottom:1rem}.tv-shell__label-brand{font-family:var(--font-space-grotesk),sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.2em;color:var(--control-label)}.tv-shell__label-model{font-family:var(--font-mono),ui-monospace,monospace;font-size:.6rem;letter-spacing:.15em;color:var(--control-label);opacity:.8}.tv-shell__grille{height:24px;margin-bottom:1rem;background:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.4) 0,rgba(0,0,0,.4) 4px);border-radius:4px;opacity:.6}.tv-shell__screen-wrap{position:relative;flex:1;min-height:0;margin-bottom:0;display:flex;flex-direction:column;overflow:hidden}@media (max-width:640px){.tv-shell{padding:.5rem}.tv-shell__frame{padding:1rem;border-radius:16px}.tv-shell__screw{width:10px;height:10px}.tv-shell__screw--tl{top:8px;left:8px}.tv-shell__screw--tr{top:8px;right:8px}.tv-shell__screw--bl{bottom:8px;left:8px}.tv-shell__screw--br{bottom:8px;right:8px}.tv-shell__label-brand{font-size:.65rem;letter-spacing:.15em}}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Space_Grotesk_4f4604;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Space_Grotesk_Fallback_4f4604;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_4f4604{font-family:__Space_Grotesk_4f4604,__Space_Grotesk_Fallback_4f4604;font-style:normal}.__variable_4f4604{--font-space-grotesk:"__Space_Grotesk_4f4604","__Space_Grotesk_Fallback_4f4604"}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_43f867;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Sans_Fallback_43f867;src:local("Arial");ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:101.17%}.__className_43f867{font-family:__IBM_Plex_Sans_43f867,__IBM_Plex_Sans_Fallback_43f867;font-style:normal}.__variable_43f867{--font-body:"__IBM_Plex_Sans_43f867","__IBM_Plex_Sans_Fallback_43f867"}@font-face{font-family:__IBM_Plex_Mono_21eb4d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_21eb4d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Mono_21eb4d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Mono_21eb4d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__IBM_Plex_Mono_21eb4d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Mono_Fallback_21eb4d;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_21eb4d{font-family:__IBM_Plex_Mono_21eb4d,__IBM_Plex_Mono_Fallback_21eb4d;font-weight:400;font-style:normal}.__variable_21eb4d{--font-mono:"__IBM_Plex_Mono_21eb4d","__IBM_Plex_Mono_Fallback_21eb4d"}