.remote-wrapper{position:fixed;z-index:2000;filter:drop-shadow(0 20px 40px rgba(0,0,0,.6));display:flex;flex-direction:column;width:300px;min-width:260px;max-width:500px;height:auto;max-height:85vh}.remote-body{width:100%;height:100%;background:#dcd6c5;border-radius:4px;border:1px solid #b0aa98;border-bottom:4px solid #8a7f6b;box-shadow:inset 0 1px #fff,inset 0 0 20px #0000000d;display:flex;flex-direction:column;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.remote-header{background:#3e3832;color:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 5px #0003;flex-shrink:0;z-index:2;cursor:grab;user-select:none;-webkit-user-select:none}.remote-header:active{cursor:grabbing}.remote-led{width:8px;height:8px;background:red;border-radius:50%;box-shadow:0 0 5px red;transition:background .2s,box-shadow .2s;flex-shrink:0}.remote-led.active{background:#0f0;box-shadow:0 0 8px #0f0;animation:pulseLed 2s infinite}@keyframes pulseLed{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.remote-brand{font-size:.7rem;font-weight:700;letter-spacing:1px;color:#b0aa98;flex:1;text-align:center}.remote-power{background:transparent;border:none;color:#b0aa98;font-size:1.4rem;cursor:pointer;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.remote-power:hover{color:#fff;background:#ffffff1a}.remote-content{padding:15px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;position:relative;scrollbar-width:thin;scrollbar-color:#8a7f6b #dcd6c5}.remote-content::-webkit-scrollbar{width:8px}.remote-content::-webkit-scrollbar-track{background:#dcd6c5;border-radius:4px}.remote-content::-webkit-scrollbar-thumb{background-color:#8a7f6b;border-radius:4px;border:2px solid #dcd6c5}.remote-content::-webkit-scrollbar-thumb:hover{background-color:#6a5f4b}.remote-section{margin-bottom:18px;border-bottom:1px solid #b0aa98;padding-bottom:12px;flex-shrink:0}.remote-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.remote-label{font-size:.65rem;font-weight:800;color:#3e3832;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.remote-sub-label{font-size:.55rem;font-weight:700;color:#6a5f4b;margin:8px 0 4px;text-transform:uppercase}.remote-resize-handle{position:absolute;bottom:0;right:0;width:20px;height:20px;cursor:nwse-resize;z-index:10;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.15) 50%);border-bottom-right-radius:4px}.remote-resize-handle:hover{background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.25) 50%)}.remote-row{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.remote-btn,.remote-btn-small,.remote-btn-tiny{background:linear-gradient(to bottom,#f0f0f0,#dcdcdc);border:1px solid #bbb;border-radius:3px;color:#333;cursor:pointer;font-weight:600;box-shadow:0 2px #999;transition:all .1s;text-transform:uppercase;flex-shrink:0;font-family:inherit}.remote-btn{flex:1;min-width:60px;padding:8px 4px;font-size:.7rem}.remote-btn:hover{background:linear-gradient(to bottom,#fff,#e8e8e8)}.remote-btn:active,.remote-btn.active{background:#444;color:#0f0;border-color:#333;box-shadow:inset 0 2px 4px #00000080;transform:translateY(2px)}.remote-btn-group{display:flex;gap:4px;flex-wrap:wrap}.remote-btn-small{flex:1;padding:6px 4px;font-size:.65rem;min-width:50px}.remote-btn-small:hover{background:linear-gradient(to bottom,#fff,#e8e8e8)}.remote-btn-small:active,.remote-btn-small.active{background:#555;color:#fff;box-shadow:inset 0 2px 4px #00000080;transform:translateY(2px);border-color:#444}.remote-btn-tiny{flex:1;padding:4px 2px;font-size:.6rem;min-width:40px}.remote-btn-tiny:hover{background:linear-gradient(to bottom,#fff,#e8e8e8)}.remote-btn-tiny:active,.remote-btn-tiny.active{background:#666;color:#fff;box-shadow:inset 0 1px 3px #00000080;transform:translateY(2px);border-color:#444}.remote-row-spread{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#333;font-weight:600;padding:4px 0}.remote-toggle{width:36px;height:18px;background:#ccc;border-radius:9px;position:relative;cursor:pointer;box-shadow:inset 0 1px 3px #0003;transition:background .2s;flex-shrink:0}.remote-toggle:hover{background:#bbb}.remote-toggle .toggle-thumb{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:1px;left:1px;box-shadow:0 1px 2px #0000004d;transition:left .2s}.remote-toggle.on{background:#4cd964}.remote-toggle.on:hover{background:#3cb853}.remote-toggle.on .toggle-thumb{left:19px}.remote-sliders{background:#0000000d;padding:8px;border-radius:4px;margin-top:8px}.slider-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.slider-row:last-child{margin-bottom:0}.slider-row span{font-size:.6rem;font-weight:700;color:#666;width:35px;flex-shrink:0;text-transform:uppercase}.slider-row input[type=range]{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#b0aa98;border-radius:3px;outline:none;cursor:pointer}.slider-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#fff;border:2px solid #8a7f6b;border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #0000004d;transition:all .1s}.slider-row input[type=range]::-webkit-slider-thumb:hover{background:#f5f5f5;border-color:#6a5f4b;transform:scale(1.1)}.slider-row input[type=range]::-moz-range-thumb{width:14px;height:14px;background:#fff;border:2px solid #8a7f6b;border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #0000004d}.gui-container .lil-gui{--background-color: transparent;--text-color: #4a443a;--title-background-color: #c0b8a0;--widget-color: #d0c8b0;--hover-color: #e0d8c0;--focus-color: #f0e8d0;--number-color: #2a5a2a;--string-color: #a03030;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;width:100%!important}.gui-container .lil-gui .title{color:#3e3832;background:#00000008;text-shadow:none;font-weight:700;border-bottom:1px solid #b0aa98;margin-bottom:5px}.gui-container .lil-gui .controller{border-bottom:1px solid rgba(0,0,0,.05)}.gui-container .lil-gui .name{font-weight:600;color:#555}.gui-container .lil-gui input[type=text],.gui-container .lil-gui input[type=number]{background:#fff;color:#333;border:1px solid #b0aa98}.gui-container .lil-gui .slider{background:#b0aa98}:root{--monitor-padding: 5%;--bezel-thickness: 4%;--bezel-color: #2a2a2a;--bezel-highlight: #3a3a3a;--bezel-shadow: #1a1a1a;--font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--text-main: #aaa;--accent: #0f0}.monitor-container{width:100vw;height:100vh;background:radial-gradient(ellipse at center,#2a2a2a,#111 70%,#000);display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none;padding:20px;box-sizing:border-box}.monitor-container.space{background:radial-gradient(ellipse at center,#1a1a2e,#0a0a15 70%,#000)}.monitor-container.void{background:#0000006e;overflow:scroll}.monitor-container.season{background:radial-gradient(ellipse at center,#2a2a2a,#111 70%,#000)}.monitor-casing{position:relative;width:100vw;height:95%;max-width:100vh;max-height:90vw;display:flex;margin:15px;background:linear-gradient(180deg,#3a3a3a,#2a2a2a,#1a1a1a);border-radius:12px;box-shadow:0 20px 50px #000c,0 0 0 1px #ffffff0d inset,0 -2px 5px #ffffff1a inset;transform:perspective(1500px) rotateX(2deg);transform-origin:center bottom;align-items:stretch;overflow:hidden;padding:1%;transition:background .3s ease;flex-wrap:wrap;flex-direction:row-reverse;justify-content:space-evenly;align-content:space-between}.monitor-casing:after{content:"";position:absolute;bottom:20px;left:40px;width:120px;height:20px;background:repeating-linear-gradient(90deg,rgba(0,0,0,.3),rgba(0,0,0,.3) 4px,transparent 4px,transparent 8px);box-shadow:0 1px #ffffff1a;opacity:.5;pointer-events:none}.monitor-screen-bezel{position:relative;width:80%;flex:1;min-height:60%;background:#111;border-radius:8px 8px 24px 24px;padding:var(--bezel-thickness);box-shadow:inset 0 10px 30px #000000e6,inset 0 2px 5px #000000b3,0 1px #ffffff0d;display:flex;justify-content:center;align-items:center;z-index:5;overflow:hidden}.monitor-screen-bezel:after{content:"CLARITY - WEALTH GARDEN";position:absolute;bottom:12px;font-family:var(--font-stack);font-size:.6rem;font-weight:900;letter-spacing:4px;color:#fff3;text-shadow:-1px -1px 0 rgba(0,0,0,.8);z-index:10}@media (max-width: 1200px){.monitor-casing{max-width:100%;max-height:100%;border-radius:15px}}@media (max-width: 768px){.monitor-container{padding:10px}.monitor-casing{border-radius:10px;transform:none;box-shadow:0 5px 20px #00000080}.monitor-screen-bezel:after{font-size:.5rem;bottom:6px}.monitor-casing:after{display:none}}.monitor-casing:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none;z-index:0;mix-blend-mode:overlay}.style-classic{background:linear-gradient(180deg,#e8e0d0,#d5cfc4,#c5bfb4);--accent: #5a5;--text-main: #665;--osd-color: #5f5;--osd-border: rgba(0, 200, 0, .4)}.style-classic .monitor-screen-bezel{background:#3a3530;box-shadow:inset 0 5px 20px #0009}.style-dark{background:linear-gradient(180deg,#3a3a3a,#2a2a2a,#1a1a1a);--accent: #0f0;--text-main: #aaa;--osd-color: #0f0;--osd-border: rgba(0, 255, 0, .3)}.style-dark .monitor-screen-bezel{background:#111}.style-woodgrain{background:linear-gradient(180deg,#5a3a20e6,#3e2512f2),url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h100v100H0z' fill='%235a3a20'/%3E%3Cpath d='M0 0c20 20 50 0 100 20v20C50 20 20 60 0 40z' fill='%233e2512' opacity='.3'/%3E%3C/svg%3E");background-size:cover;--accent: #fa0;--text-main: #dcb;--osd-color: #fb0}.style-woodgrain .monitor-screen-bezel{background:#1a1008;border:1px solid #532}.style-terminal{background:linear-gradient(180deg,#5f6e66,#4f5e56,#3f4e46);--accent: #fa0;--text-main: #cdc;--osd-color: #fa0;--osd-border: rgba(255, 170, 0, .4)}.style-terminal .monitor-screen-bezel{background:#0a0a08}.style-cyber{background:linear-gradient(180deg,#2c3038,#1c2028,#0c1018);--accent: #0ff;--text-main: #8af;--osd-color: #0ff;--osd-border: rgba(0, 255, 255, .4)}.style-cyber .monitor-screen-bezel{background:#000;box-shadow:inset 0 0 20px #00c8ff1a;border:1px solid #055}.style-titanium{background:linear-gradient(135deg,#d0d0d0,#a0a0a0,gray);--accent: #48f;--text-main: #444;--osd-color: #aaf;--osd-border: rgba(100, 150, 255, .4)}.style-titanium:before{opacity:.05}.style-titanium .monitor-screen-bezel{background:#222;box-shadow:inset 0 2px 10px #000c;border:1px solid #666}.style-vapor{background:linear-gradient(180deg,pink,#f0f0f0 40%,#a0e0e0);--accent: #f0f;--text-main: #555;--osd-color: #f5f;--osd-border: rgba(255, 0, 255, .4)}.style-vapor .monitor-screen-bezel{background:#203040;box-shadow:0 0 15px #f0f3 inset}.style-stealth{background:linear-gradient(180deg,#151515,#111);--accent: #f00;--text-main: #888;--osd-color: #f33;--osd-border: rgba(255, 0, 0, .4)}.style-stealth:before{opacity:.3}.style-stealth .monitor-screen-bezel{background:#000;border:1px solid #300}.power-led{position:absolute;bottom:20px;right:20px;width:8px;height:8px;border-radius:50%;background:#300;box-shadow:inset 0 1px 2px #000c;z-index:20;transition:all .3s}.power-led.on{background:red;box-shadow:0 0 4px red,0 0 12px red,inset 0 -1px 2px #ffffff80}.power-led.holding{background:#fa0!important;box-shadow:0 0 8px #fa0,0 0 16px #fa0!important;animation:led-blink .2s infinite alternate}.power-led.on.cinema{animation:led-breathe 4s infinite ease-in-out}@keyframes led-blink{0%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.8)}}@keyframes led-breathe{0%,to{opacity:1;box-shadow:0 0 4px currentColor,0 0 12px currentColor}50%{opacity:.6;box-shadow:0 0 2px currentColor,0 0 6px currentColor}}.style-dark .power-led.on{background:#0f0;box-shadow:0 0 4px #0f0,0 0 12px #0f0;color:#0f0}.style-cyber .power-led.on{background:#0ff;box-shadow:0 0 4px #0ff,0 0 12px #0ff;color:#0ff}.style-terminal .power-led.on{background:#fa0;box-shadow:0 0 4px #fa0,0 0 12px #fa0;color:#fa0}.style-ivory .power-led.on{background:#5f5;box-shadow:0 0 4px #5f5,0 0 12px #5f5;color:#5f5}.monitor-screen{width:100%;height:100%;background:#000;position:relative;border-radius:6px;overflow:hidden;box-shadow:inset 0 0 20px #0000004d,inset 0 0 40px #00000026;opacity:1;transform:scale(1);filter:brightness(1)}.viewport-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.monitor-screen canvas{display:block;width:100%!important;height:100%!important}.monitor-screen.clear-mode{box-shadow:none;border-radius:4px}.monitor-screen.fullscreen{position:fixed;top:0;left:0;width:100vw!important;height:100vh!important;border-radius:0;z-index:9999;background:#000}.monitor-screen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;background:repeating-linear-gradient(0deg,rgba(0,0,0,.06),rgba(0,0,0,.06) 1px,transparent 1px,transparent 2px),radial-gradient(circle at 50% 50%,transparent 60%,rgba(0,0,0,.15) 100%);mix-blend-mode:multiply;opacity:var(--scanline-opacity, .1);pointer-events:none}.monitor-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:linear-gradient(135deg,rgba(255,255,255,.03) 0%,transparent 40%);opacity:var(--glare-opacity, .1);mix-blend-mode:screen;pointer-events:none}.monitor-screen.effects-off:after,.monitor-screen.effects-off:before{display:none!important;opacity:0!important}.monitor-screen.effects-off{box-shadow:none!important}.monitor-screen.neural-pulse{animation:neuralPulseAnim .6s cubic-bezier(.19,1,.22,1) forwards}@keyframes neuralPulseAnim{0%{filter:brightness(1.5) contrast(1.5) saturate(2);transform:scale(1.01)}10%{filter:brightness(2) contrast(2) saturate(0);transform:scale(1.015);opacity:.9}to{filter:inherit;transform:scale(1)}}.monitor-screen.crt-glitch{animation:crtGlitchAnim .3s steps(2) forwards}@keyframes crtGlitchAnim{0%{clip-path:inset(40% 0 61% 0);transform:translate(-2px,2px)}20%{clip-path:inset(92% 0 1% 0);transform:translate(2px,-1px)}40%{clip-path:inset(43% 0 1% 0);transform:translate(-1px,1px)}60%{clip-path:inset(25% 0 58% 0);transform:translate(1px,-2px)}80%{clip-path:inset(54% 0 7% 0);transform:translate(-2px,1px)}to{clip-path:inset(0 0 0 0);transform:translate(0)}}.rain-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:90;opacity:0;transition:opacity .8s ease;overflow:hidden;mix-blend-mode:screen}.rain-overlay.active{opacity:.6}.rain-overlay:before{content:"";position:absolute;top:-100%;left:0;width:100%;height:300%;background-image:linear-gradient(to bottom,transparent 0%,rgba(200,220,255,.15) 10%,transparent 20%);background-size:2px 80px;animation:rainFall .8s linear infinite;opacity:.5}.rain-overlay.storm:before{background-size:3px 100px;animation:rainFall .5s linear infinite;opacity:.7}@keyframes rainFall{0%{transform:translateY(0)}to{transform:translateY(33.33%)}}.monitor-screen.intro-active{animation:introZoomPulse 2s ease-out}@keyframes introZoomPulse{0%{filter:brightness(2) blur(10px);opacity:0}20%{filter:brightness(1.5) blur(5px);opacity:1}to{filter:brightness(1) blur(0);opacity:1}}.monitor-screen.has-noise:after{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"),repeating-linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1) 1px,transparent 1px,transparent 2px);animation:staticNoise .15s steps(4) infinite;opacity:var(--noise-intensity, .1)}@keyframes staticNoise{0%{background-position:0 0}to{background-position:100px 50px}}.monitor-screen.crt-on{animation:turnOn .4s ease-out forwards}@keyframes turnOn{0%{transform:scaleY(.002);filter:brightness(30);opacity:0}30%{transform:scaleY(.002);filter:brightness(30);opacity:1}60%{transform:scale(1);filter:brightness(5);opacity:1}to{transform:scale(1);filter:brightness(1);opacity:1}}.monitor-screen.crt-off{animation:turnOff .5s cubic-bezier(.23,1,.32,1) forwards}@keyframes turnOff{0%{transform:scale(1);filter:brightness(1);opacity:1}40%{transform:scaleY(.002);filter:brightness(10);opacity:1}70%{transform:scale(0,.002);filter:brightness(20);opacity:1}to{transform:scale(0);filter:brightness(0);opacity:0}}.clock-panel{position:absolute;top:30px;right:30px;font-family:var(--font-stack);color:var(--osd-color);text-shadow:0 0 2px var(--osd-color),0 0 5px var(--osd-color);background:#00140099;padding:8px 12px;border:1px solid var(--osd-border);border-radius:2px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none;box-shadow:0 4px 12px #0000004d}.clock-time{font-size:1.4rem;font-weight:700;line-height:1}.clock-date{font-size:.7rem;opacity:.8;margin-top:2px;letter-spacing:1px;display:flex;align-items:center}.channel-osd{position:absolute;top:30px;left:30px;font-family:var(--font-stack);color:var(--osd-color);text-shadow:0 0 2px var(--osd-color);display:flex;flex-direction:column;pointer-events:none;z-index:50}.channel-label{font-size:1.2rem;font-weight:700;letter-spacing:1px}.channel-mode{font-size:.8rem;opacity:.7}.system-logs-container{position:absolute;bottom:30px;left:30px;width:240px;background:#000f00b3;border:1px solid var(--osd-border);padding:10px;font-family:Share Tech Mono,monospace;font-size:.65rem;color:var(--osd-color);z-index:50;pointer-events:none;display:flex;flex-direction:column;gap:5px}.log-header{font-weight:900;border-bottom:1px solid var(--osd-border);padding-bottom:4px;letter-spacing:1px}.log-body{max-height:100px;overflow-y:hidden;display:flex;flex-direction:column;gap:2px}.log-entry{opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-monitor-osd{position:absolute;bottom:30px;right:30px;width:140px;background:#000f00b3;border:1px solid var(--osd-border);padding:10px;font-family:Share Tech Mono,monospace;font-size:.7rem;color:var(--osd-color);z-index:50;pointer-events:none;display:flex;flex-direction:column;gap:4px}.status-row{display:flex;justify-content:space-between;align-items:center}.status-label{opacity:.6;font-weight:700}.status-value{font-weight:900}.quote-osd{position:absolute;bottom:50%;left:50%;transform:translate(-50%,50%);max-width:70%;text-align:center;font-family:Georgia,serif;color:var(--osd-color);text-shadow:0 0 10px rgba(0,255,0,.3),0 2px 4px rgba(0,0,0,.5);z-index:40;pointer-events:none;opacity:.9;transition:opacity .5s ease-in-out;padding:20px}.quote-osd.fading{opacity:0}.quote-text{font-size:1.1rem;font-style:italic;line-height:1.5;margin-bottom:10px;letter-spacing:.5px}.quote-author{font-size:.8rem;font-style:normal;opacity:.7;font-family:var(--font-stack);letter-spacing:1px}.quote-osd.hidden{display:none}@media (max-width: 768px){.quote-osd{max-width:85%;padding:15px}.quote-text{font-size:.95rem}.quote-author{font-size:.7rem}}.screen-flash{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;z-index:2000;pointer-events:none;opacity:0}.screen-flash.active{animation:flashAnim .3s ease-out forwards}@keyframes flashAnim{0%{opacity:.8}to{opacity:0}}.osd-warning{display:inline-block;background:#f33;color:#fff;font-size:.5rem;padding:1px 4px;border-radius:2px;margin-left:6px;font-weight:800;letter-spacing:.5px;animation:warningPulse 1s infinite}@keyframes warningPulse{0%,to{opacity:1}50%{opacity:.5}}.focus-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.7) 100%);pointer-events:none;z-index:30;opacity:0;transition:opacity .5s ease}.focus-overlay.active{opacity:1}.breathing-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border:2px solid var(--osd-color);border-radius:50%;opacity:0;pointer-events:none;z-index:35}.breathing-indicator.active{opacity:.3;animation:breatheCircle 4s ease-in-out infinite}@keyframes breatheCircle{0%,to{transform:translate(-50%,-50%) scale(.8);opacity:.2}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.4}}.temporal-shift-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:80%;height:70%;background:#000f0036;border:2px solid var(--osd-color);border-radius:4px;box-shadow:0 0 40px #00ff0026,inset 0 0 20px #00ff000d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-around;padding:30px 20px;box-sizing:border-box;z-index:1000;transition:all .4s cubic-bezier(.175,.885,.32,1.275);font-family:Share Tech Mono,monospace;color:var(--osd-color);width:80%;overflow:scroll;flex-direction:column}.temporal-shift-overlay.hidden{transform:translate(-50%,-40%) scale(.95);opacity:0;pointer-events:none}.temporal-section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;flex:1}.temporal-label{font-size:.75rem;letter-spacing:2px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;text-shadow:0 0 5px var(--osd-color);opacity:.7}.temporal-display{display:flex;align-items:center;gap:10px;background:#001e0066;padding:10px;border-radius:2px;border:1px solid rgba(0,255,0,.15)}.temporal-display.compact{padding:6px}.temporal-value{font-size:2.2rem;font-weight:900;text-shadow:0 0 10px var(--osd-color);min-width:140px;text-align:center;letter-spacing:1px}.temporal-value.small{font-size:1.6rem;min-width:80px}.osd-slider-container{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:10px}.osd-slider{-webkit-appearance:none;width:100%;height:4px;background:#0f03;border-radius:2px;outline:none}.osd-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:var(--osd-color);border-radius:50%;cursor:pointer;box-shadow:0 0 10px var(--osd-color)}.slider-hint{font-size:.5rem;margin-top:5px;opacity:.5;letter-spacing:1px}.step-btn,.style-btn{background:#00ff001a;border:1px solid var(--osd-border);color:var(--osd-color);cursor:pointer;border-radius:4px;transition:all .1s;font-family:inherit;font-weight:700;display:flex;align-items:center;justify-content:center}.step-btn{width:44px;height:44px}.step-btn.small{width:32px;height:32px}.style-btn{padding:6px 12px;font-size:.65rem;letter-spacing:1px;flex:1}.step-btn:hover,.style-btn:hover{background:#0f03;box-shadow:0 0 10px #0f03}.step-btn:active,.style-btn:active{background:var(--osd-color);color:#000}.style-selector{display:flex;gap:8px;width:100%}.temporal-sync{width:1px;background:var(--osd-color);opacity:.2;margin:10px 0}.manual-indicator{position:absolute;top:-15px;left:20px;font-size:.6rem;background:#f33;color:#fff;padding:2px 8px;border-radius:2px;font-weight:800;letter-spacing:1px}@media (max-width: 768px){.temporal-shift-overlay{flex-direction:column;height:auto;padding:40px 15px;gap:30px}.temporal-sync{width:100%;height:1px;margin:0}}.monitor-controls{position:absolute;flex-shrink:0;border-radius:8px;margin-top:2%;display:flex;padding:15px;gap:5%;z-index:50;overflow-x:scroll;width:90%;transition:all .5s cubic-bezier(.25,1,.5,1);height:15%;overflow:unset;align-items:center;bottom:1%;flex-direction:row-reverse;flex-wrap:wrap-reverse}.monitor-controls.minimal{width:auto;min-width:0;gap:0;padding:10px;background:transparent;box-shadow:none;border:none}.monitor-controls.minimal .control-section.power-group{background:transparent;border:none;box-shadow:none;padding:0}.monitor-controls.minimal .panel-label{display:none}.monitor-controls.minimal .power-btn{margin:0;width:36px;height:34px}.monitor-controls.minimal .power-btn:after{font-size:16px}.control-section{display:flex;flex-direction:row;flex:1;background:#0000004d;border-radius:6px;padding:2%;border:1px solid rgba(255,255,255,.05);box-shadow:inset 0 1px 3px #0006,0 1px #ffffff08;transition:all .5s cubic-bezier(.25,1,.5,1);justify-content:space-evenly;align-items:center;min-height:60%}.monitor-controls.minimal .collapsible{flex:0;min-width:0;padding:0;border-width:0;margin:0;opacity:0;pointer-events:none}.control-section.power-group{flex:0 0 80px}.control-section.image-group{flex:2}.control-section.style-group{flex:1}.control-section.system-group{flex:1.2}.panel-label{font-size:.55rem;font-weight:700;letter-spacing:1px;color:var(--text-main, #aaa);text-transform:uppercase;text-align:center;width:100%;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08);text-shadow:0 1px 1px rgba(0,0,0,.5);white-space:nowrap}@media (max-width: 768px){.panel-label{font-size:.65rem;margin-bottom:10px;padding-bottom:8px}}.power-switch-group{display:flex;flex-direction:column;align-items:center;height:100%}@media (max-width: 768px){.power-switch-group{flex-direction:row;justify-content:space-between;width:100%;padding:0 20px}}.power-btn{width:35px;height:35px;border-radius:5px;border:2px solid rgba(0,0,0,.6);background:radial-gradient(circle at 30% 30%,#333,#111);box-shadow:0 4px 8px #00000080,inset 0 1px 2px #ffffff1a;cursor:pointer;position:relative;transition:all .1s;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:none}@media (max-width: 768px){.power-btn{margin:0}}.power-btn:active{transform:scale(.96) translateY(1px);box-shadow:0 1px 2px #0006;background:radial-gradient(circle at 30% 30%,#222,#000)}.power-btn:after{content:"⏻";color:#555;font-size:22px;display:flex;align-items:center;justify-content:center;height:100%;text-shadow:0 -1px 0 rgba(0,0,0,1)}.power-btn.on{box-shadow:0 0 10px var(--accent),inset 0 1px 3px #fff3;border-color:#ffffff1a}.power-btn.on:after{color:var(--text-bright);text-shadow:0 0 8px var(--accent)}.fader-row{display:flex;gap:10px;align-items:flex-end;justify-content:center;flex-wrap:nowrap;padding:5px 0}.mobile-scroll .fader-row{overflow-x:auto;overflow-y:hidden;justify-content:flex-start;margin:0 -5px;padding:5px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.mobile-scroll .fader-row::-webkit-scrollbar{height:4px}.mobile-scroll .fader-row::-webkit-scrollbar-track{background:#0003;border-radius:2px}.mobile-scroll .fader-row::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}@media (max-width: 768px){.fader-row{justify-content:flex-start;overflow-x:auto;padding:10px 5px}}.fader-unit{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.fader-label{font-size:.5rem;color:var(--text-main, #aaa);opacity:.8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.fader-track-v{width:6px;height:70px;background:#000;border-radius:3px;border-right:1px solid rgba(255,255,255,.1);position:relative;box-shadow:inset 0 2px 4px #000,0 1px #ffffff0d;display:flex;justify-content:center}.fader-input-v{width:70px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);background:transparent;-webkit-appearance:none;cursor:ns-resize;margin:0}.fader-input-v::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:10px;background:linear-gradient(to right,#333,#666 30%,#666 70%,#333);border:1px solid #111;border-radius:2px;box-shadow:0 2px 4px #000c,inset 0 1px #fff3;cursor:grab;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.4) 2px,rgba(0,0,0,.4) 3px)}.fader-input-v::-webkit-slider-thumb:active{background:linear-gradient(to right,#444,#888 30%,#888 70%,#444);cursor:grabbing;box-shadow:0 1px 2px #0009,inset 0 1px #ffffff4d}.fader-input-v::-moz-range-thumb{width:18px;height:10px;background:linear-gradient(to right,#333,#666 30%,#666 70%,#333);border:1px solid #111;border-radius:2px;cursor:grab}.slider-group{width:100%;min-width:150px;display:flex;flex-direction:column;justify-content:center;height:100%}.slider-wrapper{width:100%;display:flex;flex-direction:column;gap:4px}.slider-meta{display:flex;justify-content:space-between;align-items:center;font-size:.55rem;color:var(--text-main, #aaa);padding:0 2px}.slider-tag{font-weight:700;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.slider-val{color:var(--text-bright, #fff);font-family:var(--font-stack);font-weight:600}.slider-track{height:10px;background:#000;border-radius:5px;position:relative;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:inset 0 2px 5px #000000e6,0 1px #ffffff0d;display:flex;align-items:center;padding:0 2px}.slider-track.thin{height:6px;border-radius:3px;box-shadow:inset 0 1px 3px #000000e6}.slider-input{-webkit-appearance:none;width:100%;height:100%;background:transparent;outline:none;cursor:pointer;z-index:2}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:22px;background:linear-gradient(to bottom,#555,#333);border:1px solid #111;border-radius:2px;box-shadow:0 2px 5px #0009,inset 0 1px #fff3;cursor:ew-resize;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.4) 2px,rgba(0,0,0,.4) 3px)}.slider-input::-webkit-slider-thumb:active{background:linear-gradient(to bottom,#666,#444);box-shadow:0 1px 3px #00000080,inset 0 1px #ffffff4d}.slider-track.thin .slider-input::-webkit-slider-thumb{width:20px;height:14px;background:linear-gradient(to bottom,#666,#444);border-radius:2px;box-shadow:0 1px 3px #000c;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.3) 2px,rgba(0,0,0,.3) 3px)}.slider-input::-moz-range-thumb{width:12px;height:22px;background:linear-gradient(to bottom,#555,#333);border:1px solid #111;border-radius:2px;cursor:ew-resize}.knob-wrapper{display:flex;flex-direction:column;align-content:stretch;align-items:center;justify-content:space-around}.style-btn-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto;margin-bottom:5px}.rect-btn{width:32px;height:20px;background:#2a2a2a;border:1px solid #111;border-top:1px solid #333;padding:0;border-radius:2px;cursor:pointer;position:relative;box-shadow:0 2px #000;transition:transform .05s}.rect-btn:active{transform:translateY(2px);box-shadow:none;border-top:1px solid #111}.rect-btn.active{background:#333}.rect-btn.active:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:3px;background:var(--accent);box-shadow:0 0 6px var(--accent)}.action-row{display:flex;gap:12px;margin-top:auto;margin-bottom:5px;flex-direction:row;justify-content:center;width:100%}@media (max-width: 768px){.action-row{flex-wrap:nowrap;justify-content:space-evenly}}.menu-btn{width:25px;height:40px;border-radius:5px;flex-shrink:0;background:linear-gradient(to bottom,#444,#333);border:none;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(0,0,0,.4);box-shadow:0 4px #222,0 5px 5px #0006,inset 0 1px #ffffff1a;display:flex;align-items:center;justify-content:center;color:#999;font-family:var(--font-stack);font-weight:700;transition:all .1s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;margin-bottom:4px}.menu-btn:hover{background:linear-gradient(to bottom,#4a4a4a,#383838);color:#bbb}.menu-btn:active{transform:translateY(4px);box-shadow:0 0 #222,inset 0 2px 5px #0009;background:#2a2a2a;border-top:1px solid rgba(255,255,255,.05);color:#ccc}.menu-btn.active{background:linear-gradient(to bottom,#2a2a2a,#222);color:var(--accent);box-shadow:0 2px #111,0 3px 3px #0006,inset 0 0 10px #000c,inset 0 0 4px var(--accent);transform:translateY(2px);border-top:1px solid rgba(0,0,0,.5);border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:2px}.menu-btn svg{filter:drop-shadow(0 1px 1px rgba(0,0,0,.8));transition:all .2s}.menu-btn.active svg{filter:drop-shadow(0 0 5px var(--accent));transform:scale(.95)}.menu-btn:after{content:"";position:absolute;bottom:6px;width:4px;height:4px;border-radius:50%;background:#222;box-shadow:inset 0 1px 1px #000;transition:all .3s}.menu-btn.active:after{background:var(--accent);box-shadow:0 0 4px var(--accent)}.monitor-controls{--text-bright: #fff}.style-classic .monitor-controls{--text-main: #555;--text-bright: #222;--accent: #5a5}.style-classic .control-section{background:#00000014;border:1px solid rgba(0,0,0,.1);box-shadow:inset 1px 1px 2px #00000026,inset -1px -1px 2px #fffc}.style-classic .panel-label{color:#6e685e;text-shadow:0 1px 0 #fff;border-bottom-color:#0000001a}.style-classic .power-btn{background:radial-gradient(circle at 30% 30%,#eee,#ccc);border:1px solid #999}.style-classic .power-btn:after{color:#999;text-shadow:0 1px 0 #fff}.style-classic .power-btn:active{background:#bbb;box-shadow:inset 0 2px 5px #0003}.style-classic .power-btn.on{background:radial-gradient(circle at 30% 30%,#fff,#ddd);box-shadow:0 0 5px #afa}.style-classic .power-btn.on:after{color:#2a2;text-shadow:none}.style-classic .fader-label{color:#555}.style-classic .fader-track-v{background:#555;border-right:1px solid #fff;box-shadow:inset 0 1px 2px #000}.style-classic .fader-input-v::-webkit-slider-thumb{background:linear-gradient(to right,#bbb,#eee 30%,#eee 70%,#bbb);border:1px solid #888}.style-classic .slider-meta{color:#555;font-weight:700}.style-classic .slider-val{color:#000}.style-classic .slider-track{background:#555;border-bottom:1px solid #fff}.style-classic .slider-input::-webkit-slider-thumb{background:linear-gradient(to bottom,#eee,#bbb);border:1px solid #888}.style-classic .rect-btn{background:#d0c8b0;border:1px solid #999;border-top:1px solid #fff;box-shadow:0 2px #888}.style-classic .rect-btn:active{border-top:1px solid #999}.style-classic .rect-btn.active{background:#b0a890}.style-classic .menu-btn{background:linear-gradient(to bottom,#f0e8d0,#d0c8b0);border:1px solid #999;border-top:1px solid #fff;box-shadow:0 3px #888;color:#666}.style-classic .menu-btn:active{border-top:1px solid #999;color:#444}.style-classic .menu-btn.active{background:#c0b8a0;box-shadow:inset 0 2px 5px #0003;border:1px solid #888;border-bottom:1px solid #ddd;color:#2a2}.style-woodgrain .monitor-controls{--text-main: #dcb;--text-bright: #fed;--accent: #fa0}.style-woodgrain .control-section{background:#0000004d;border:1px solid #5c3a21;box-shadow:inset 0 0 10px #000}.style-woodgrain .panel-label{color:#cba;font-family:Georgia,serif;font-style:italic;letter-spacing:0}.style-woodgrain .power-btn{background:radial-gradient(circle at 30% 30%,#e6c86e,#8a6e2f);border:2px solid #321;box-shadow:0 3px 5px #000}.style-woodgrain .power-btn:after{color:#531;text-shadow:0 1px 0 rgba(255,255,255,.4)}.style-woodgrain .fader-label{color:#dcb;font-family:Georgia,serif;font-style:italic}.style-woodgrain .fader-track-v{background:#1a0f05;border:1px solid #421}.style-woodgrain .fader-input-v::-webkit-slider-thumb{background:linear-gradient(to right,#8a6e2f,#e6c86e 40%,#8a6e2f);border:1px solid #421;border-radius:0}.style-woodgrain .slider-meta{color:#dcb;font-family:Georgia,serif}.style-woodgrain .slider-track{background:#1a0f05;border:1px solid #421;border-radius:1px}.style-woodgrain .rect-btn{background:#4a3a2a;border:1px solid #2a1a0a;box-shadow:0 2px #1a0a00;border-radius:1px}.style-woodgrain .rect-btn.active{background:#3a2a1a}.style-woodgrain .menu-btn{background:linear-gradient(to bottom,#5a4a3a,#3a2a1a);border:1px solid #2a1a0a;color:#cba;box-shadow:0 3px #1a0a00}.style-woodgrain .menu-btn.active{background:#2a1a0a;color:#fa0}.style-terminal .monitor-controls{--text-main: #cdc;--text-bright: #fff;--accent: #fa0}.style-terminal .control-section{background:#0000004d;border:1px solid #5f6e66}.style-terminal .panel-label{color:#9a9}.style-terminal .power-btn{background:radial-gradient(circle at 30% 30%,#6a7a6a,#3a4a3a);border:2px solid #2a3a2a}.style-terminal .power-btn.on{box-shadow:0 0 10px #fa0}.style-terminal .power-btn.on:after{color:#fa0;text-shadow:0 0 8px #fa0}.style-terminal .slider-track{background:#2a3a2a;border:1px solid #4a5a4a}.style-terminal .menu-btn{background:linear-gradient(to bottom,#5a6a5a,#3a4a3a);border:1px solid #2a3a2a;color:#9a9}.style-terminal .menu-btn.active{color:#fa0;box-shadow:inset 0 2px 5px #00000080}.style-cyber .monitor-controls{--text-main: #8af;--text-bright: #fff;--accent: #0ff}.style-cyber .control-section{background:#00141e99;border:1px solid rgba(0,255,255,.2);box-shadow:0 0 5px #00ffff1a,inset 0 0 10px #00000080}.style-cyber .panel-label{color:#0ff;text-shadow:0 0 5px #0ff}.style-cyber .power-btn{background:radial-gradient(circle at 30% 30%,#2a3a4a,#0a1a2a);border:1px solid #0ff;box-shadow:0 0 5px #00ffff4d}.style-cyber .power-btn.on{box-shadow:0 0 15px #0ff}.style-cyber .power-btn.on:after{color:#0ff;text-shadow:0 0 10px #0ff}.style-cyber .fader-track-v{background:#001;border:1px solid #055;box-shadow:0 0 4px #0ff3}.style-cyber .fader-input-v::-webkit-slider-thumb{background:#000;border:1px solid #0ff;box-shadow:0 0 5px #0ff}.style-cyber .slider-track{border:1px solid #055;background:#001;box-shadow:0 0 4px #0ff3}.style-cyber .slider-input::-webkit-slider-thumb{background:#000;border:1px solid #0ff;box-shadow:0 0 5px #0ff}.style-cyber .rect-btn{background:#0a1a2a;border:1px solid #055}.style-cyber .rect-btn.active{background:#001;border-color:#0ff;box-shadow:0 0 5px #0ff}.style-cyber .rect-btn.active:after{background:#0ff;box-shadow:0 0 8px #0ff}.style-cyber .menu-btn{background:#000;border:1px solid #055;color:#0aa;box-shadow:0 0 5px #00ffff1a}.style-cyber .menu-btn.active{background:#001;color:#0ff;box-shadow:inset 0 0 10px #00ffff4d;border:1px solid #0ff}.style-ivory .monitor-controls{--text-main: #555;--text-bright: #222;--accent: #5a5}.style-ivory .control-section{background:#0000000d;border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 3px #0000001a,0 1px #fffc}.style-ivory .panel-label{color:#666;text-shadow:0 1px 0 #fff}.style-ivory .power-btn{background:radial-gradient(circle at 30% 30%,#fff,#ddd);border:1px solid #aaa}.style-ivory .power-btn:after{color:#888}.style-ivory .power-btn.on{box-shadow:0 0 8px #5f5}.style-ivory .power-btn.on:after{color:#5a5}.style-ivory .fader-label{color:#666}.style-ivory .fader-track-v{background:#888;border-right:1px solid #fff}.style-ivory .fader-input-v::-webkit-slider-thumb{background:linear-gradient(to right,#ccc,#fff 30%,#fff 70%,#ccc);border:1px solid #999}.style-ivory .slider-meta{color:#666}.style-ivory .slider-val{color:#333}.style-ivory .slider-track{background:#888;border-bottom:1px solid #fff}.style-ivory .slider-input::-webkit-slider-thumb{background:linear-gradient(to bottom,#fff,#ddd);border:1px solid #999}.style-ivory .rect-btn{background:#eee;border:1px solid #bbb;box-shadow:0 2px #999}.style-ivory .rect-btn.active{background:#ddd}.style-ivory .menu-btn{background:linear-gradient(to bottom,#fff,#eee);border:1px solid #bbb;color:#666;box-shadow:0 3px #999}.style-ivory .menu-btn.active{background:#eee;color:#5a5;box-shadow:inset 0 2px 5px #0000001a}.rect-btn.style-classic{background:#d5cfc4}.rect-btn.style-dark{background:#2a2a2a}.rect-btn.style-woodgrain{background:#5a3a20}.rect-btn.style-terminal{background:#4f5e56}.rect-btn.style-cyber{background:#1c2028;border:1px solid #055}.rect-btn.style-ivory{background:#f2efe6}.rect-btn.style-classic.active{background:#c5bfb4}.rect-btn.style-dark.active{background:#1a1a1a}.rect-btn.style-woodgrain.active{background:#3e2512}.rect-btn.style-terminal.active{background:#3f4e46}.rect-btn.style-cyber.active{background:#0c1018;box-shadow:0 0 5px #0ff}.rect-btn.style-ivory.active{background:#e5e2d9}:root{--bg-app: #111}html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;background-color:var(--bg-app);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
