:root{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#ffeb3b;text-decoration:none;transition:color .2s ease}a:hover{color:#fff176;text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5em}button{border-radius:4px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:all .2s ease}button:hover:not(:disabled){background-color:#333}button:focus,button:focus-visible{outline:2px solid #FFEB3B;outline-offset:2px}button:disabled{opacity:.5;cursor:not-allowed}button:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (forced-colors: active){button{border:1px solid currentColor}}.tv-screen-container{position:relative;width:100%;padding-bottom:100%;margin-bottom:20px;overflow:hidden;border-radius:30px;border:20px solid #222;box-shadow:0 0 0 5px #111,0 5px 15px #000000b3,inset 0 0 15px #00000080;background:linear-gradient(135deg,#333,#222);transform:perspective(1000px) rotateX(2deg)}.tv-screen{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:10px;box-shadow:inset 0 0 40px #000c;background-image:repeating-linear-gradient(0deg,#0000,#0000 1px,#0003 1px,#0003 2px),repeating-linear-gradient(90deg,#ffffff05,#ffffff05 1px,#fff0 1px,#fff0 3px),radial-gradient(ellipse at center,#0000,#0003)}.target-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-out;position:relative;z-index:2}.noise-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:normal;z-index:5}.high-static:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="3" result="noise"/><feColorMatrix type="saturate" values="0"/></filter><rect width="500" height="500" filter="url(%23noise)" opacity="0.3"/></svg>');opacity:.7;pointer-events:none;z-index:4}.medium-static:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="3" result="noise"/><feColorMatrix type="saturate" values="0"/></filter><rect width="500" height="500" filter="url(%23noise)" opacity="0.2"/></svg>');opacity:.5;pointer-events:none;z-index:4}.low-static:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="3" result="noise"/><feColorMatrix type="saturate" values="0"/></filter><rect width="500" height="500" filter="url(%23noise)" opacity="0.1"/></svg>');opacity:.3;pointer-events:none;z-index:4}.perfect-tuning-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#00000080;animation:fadeIn .5s ease-out;z-index:100}.perfect-tuning-message{background-color:#ffdf00e6;border-radius:10px;padding:20px;text-align:center;box-shadow:0 0 20px #ffdf00b3;animation:pulse 1.5s infinite;max-width:80%}.perfect-tuning-message h2{margin:0 0 10px;color:#000;font-family:Arial,sans-serif;text-transform:uppercase}.perfect-tuning-message p{margin:0 0 8px;color:#333;font-size:.9rem}.perfect-tuning-message .small-text{font-size:.7rem;font-style:italic;margin-top:5px;opacity:.8}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.knob-container{display:flex;flex-direction:column;align-items:center;margin:0 1rem;position:relative;transition:transform .2s ease}.knob-container.highlighted{transform:scale(1.1);z-index:10}.knob-container.highlighted:after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:50%;border:2px solid #FFEB3B;animation:pulse 1s infinite;pointer-events:none}@keyframes pulse{0%{box-shadow:0 0 #ffeb3bb3}70%{box-shadow:0 0 0 10px #ffeb3b00}to{box-shadow:0 0 #ffeb3b00}}.knob-dial{position:relative;width:90px;height:90px;border-radius:50%;background:#222;border:4px solid #444;box-shadow:0 2px 8px #000c,inset 0 1px 3px #000c;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.dial-marker{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;cursor:pointer;pointer-events:auto;z-index:1}.dial-tick{position:absolute;top:2px;width:3px;height:14px;background-color:#777;border-radius:1px;transition:background-color .2s ease,height .2s ease,box-shadow .2s ease}.dial-marker:hover .dial-tick{background-color:#aaa;height:16px}.dial-marker.active .dial-tick{background-color:#ffeb3b;box-shadow:0 0 5px #ffeb3bb3;height:16px}.dial-number{position:absolute;top:16px;font-family:monospace;font-size:16px;color:#fff;text-align:center;transform-origin:center;padding:2px 4px 6px;font-weight:700;text-shadow:0 0 3px black,0 0 3px black;transition:color .2s ease,transform .2s ease;cursor:pointer}.dial-marker:hover .dial-number{color:#ddd;transform:scale(1.1)}.dial-marker.active .dial-number{color:#ffeb3b;font-weight:700;transform:scale(1.1)}.knob{width:55px;height:55px;border-radius:50%;background:linear-gradient(145deg,#3a3a3a,#242424);border:3px solid #555;box-shadow:0 2px 4px #00000080,inset 0 1px 2px #fff3;position:relative;cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .2s ease-out,box-shadow .2s ease;outline:none;z-index:10}.knob:active{cursor:grabbing;transform:scale(.98)}.knob:hover,.knob.hovered{box-shadow:0 2px 8px #000c,inset 0 1px 2px #ffffff4d;background:linear-gradient(145deg,#444,#2a2a2a)}.knob:focus-visible{box-shadow:0 0 0 3px #ffeb3b,0 2px 8px #000c,inset 0 1px 2px #ffffff4d}.knob-indicator{position:absolute;top:4px;left:50%;width:3px;height:22px;background-color:#fff;transform:translate(-50%);border-radius:4px;box-shadow:0 1px 3px #00000080}.knob-label{font-family:monospace;color:#ddd;font-size:.8rem;text-align:center;letter-spacing:1px;margin-top:5px;width:100%;font-weight:700;white-space:nowrap}.knob:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#ffffff1a,#0000 60%),repeating-conic-gradient(from 0deg,#0003,#0003 10deg,#0000001a 10deg);pointer-events:none;opacity:.7}.knob:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background-image:repeating-conic-gradient(from 0deg,#0000004d,#0000004d 15deg,#ffffff0d 15deg,#ffffff0d 30deg);opacity:.5;pointer-events:none}.loss-meter-container{margin:20px 0;width:100%;max-width:500px;display:flex;flex-direction:column;font-family:monospace}.loss-meter-container.vertical{height:300px;max-width:100px;margin:10px auto}.loss-meter-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:#ccc;font-weight:400;letter-spacing:1px;font-size:.9rem}.meter-title{display:flex;align-items:center;gap:5px}.bold{font-weight:700}.question-mark{display:inline-block;width:18px;height:18px;background-color:#444;color:#fff;border-radius:50%;text-align:center;line-height:18px;font-size:12px;font-weight:700;margin-left:5px;cursor:help;position:relative}.tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;background-color:#000;color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;white-space:nowrap;font-weight:400;pointer-events:none;box-shadow:0 2px 5px #0000004d;z-index:100;width:max-content}.tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#000 transparent transparent transparent}.loss-meter-label.vertical{flex-direction:column;margin-bottom:15px;gap:8px}.loss-value{background-color:#222;border:1px solid #444;padding:2px 8px;border-radius:4px;font-family:monospace;color:#5f5;letter-spacing:1px;font-size:1rem}.loss-meter{width:100%}.loss-meter.vertical{display:flex;height:250px;flex-direction:row;align-items:stretch;justify-content:center}.loss-meter-bar{height:20px;background-color:#222;border-radius:4px;overflow:visible;border:1px solid #444;box-shadow:inset 0 1px 3px #000000b3;position:relative}.loss-meter-bar.vertical{width:25px;height:100%;position:relative}.loss-meter-fill{height:100%;transition:width .3s ease-out;border-radius:3px;box-shadow:0 0 8px #ff5f5f80}.loss-meter-fill.vertical{width:100%;height:0%;position:absolute;bottom:0;left:0;transition:height .3s ease-out}.end-label{position:absolute;font-size:11px;color:#ccc;white-space:nowrap;z-index:5}.left-label{left:0;bottom:-22px;color:#5f5}.right-label{right:0;bottom:-22px;color:#f55}.top-label{top:-22px;left:50%;transform:translate(-50%);color:#f55}.bottom-label{bottom:-22px;left:50%;transform:translate(-50%);color:#5f5}.meter-track{height:20px;width:100%;border-radius:3px;position:relative;background-color:#333;overflow:hidden;border:1px solid #444;box-shadow:inset 0 1px 3px #000000b3}.meter-track.vertical{height:100%;width:20px}.track-label{position:absolute;font-size:10px;color:#aaa;z-index:5}.track-label.left{left:4px;top:50%;transform:translateY(-50%)}.track-label.right{right:4px;top:50%;transform:translateY(-50%)}.track-label.top{top:4px;left:50%;transform:translate(-50%)}.track-label.bottom{bottom:4px;left:50%;transform:translate(-50%)}.meter-fill{height:100%;position:absolute;left:0;top:0;transition:width .3s ease-out;background:linear-gradient(to right,#5f5,#ff5,#f55)}.meter-fill.vertical{width:100%;height:0%;position:absolute;bottom:0;left:0;transition:height .3s ease-out;background:linear-gradient(to top,#5f5,#ff5,#f55)}.value-badge{position:absolute;top:50%;right:0;transform:translate(50%,-50%);background-color:transparent;color:#fff;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:700;font-family:monospace;white-space:nowrap;z-index:10;transition:right .3s ease-out;text-shadow:0 0 2px rgba(0,0,0,.8)}.value-badge.dark-text{color:#000;text-shadow:0 0 2px rgba(255,255,255,.8)}.value-badge.vertical{left:50%;top:auto;bottom:0;right:auto;transform:translate(-50%,50%)}.loss-meter-ticks{display:flex;justify-content:space-between;padding:0 2px;margin-top:4px;font-size:.8rem;color:#aaa}.loss-meter-ticks.vertical{flex-direction:column;justify-content:space-between;padding:2px 0;margin-top:0;margin-right:5px;height:100%}.loss-meter-tick{position:relative;text-align:center}.loss-meter-tick:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:1px;height:4px;background-color:#888}.loss-meter-tick.empty-tick{color:transparent}.loss-meter-tick.empty-tick:before{height:6px}.vertical .loss-meter-tick{display:flex;align-items:center;justify-content:flex-end;padding-right:5px}.vertical .loss-meter-tick:before{content:"";position:absolute;top:50%;left:auto;right:-8px;transform:translateY(-50%);width:4px;height:1px;background-color:#888}.vertical .loss-meter-tick.empty-tick:before{width:6px}.retro-tv{display:flex;flex-direction:row;align-items:stretch;gap:0;justify-content:center;width:100%;height:100vh}.tv-body{width:900px;height:90vh;background-color:#5a3c1f;border-radius:15px;padding:20px;box-shadow:0 10px 30px #0009,inset 0 2px 1px #ffffff1a;border:1px solid #222;position:relative;overflow:hidden;display:flex;flex-direction:column;background-image:linear-gradient(90deg,rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(0deg,rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 0px,transparent 1px);background-size:15px 15px,15px 15px,30px 30px}.tv-body:before{content:"";position:absolute;top:0;left:0;right:0;height:30px;background:linear-gradient(to bottom,#6a4c2f,#5a3c1f);border-radius:15px 15px 0 0}.tv-body:after{content:"";position:absolute;bottom:-15px;left:10%;right:10%;height:15px;background:#3a2510;border-radius:0 0 10px 10px}.tv-left-panel{width:280px;height:90vh;background-color:#4a3010;border-radius:15px 0 0 15px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #222;border-right:2px solid #2a1a08;box-shadow:0 10px 30px #0009,inset 0 2px 1px #ffffff1a;background-image:linear-gradient(90deg,rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(0deg,rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 0px,transparent 1px);background-size:15px 15px,15px 15px,30px 30px}.tv-info-section{padding:15px;background-color:#3a2510;border-radius:8px;color:#eee;font-size:.9rem;line-height:1.5;margin-bottom:20px;border:1px solid #2a1a08;box-shadow:inset 0 1px 3px #000000b3}.tv-info-section h3{margin-top:0;color:#ffeb3b;font-size:1.2rem;border-bottom:1px solid #444;padding-bottom:8px;margin-bottom:12px;text-align:center;text-shadow:0 0 10px rgba(255,235,59,.3)}.tv-info-section p{margin-bottom:12px}.info-box-logo{margin-top:15px;border-top:1px solid #444;padding-top:15px;display:flex;justify-content:center}.info-logo{width:100%;max-width:200px;height:auto;filter:drop-shadow(0 0 5px rgba(255,255,255,.7));transition:transform .3s,filter .3s}.info-box-logo a:hover .info-logo{transform:scale(1.05);filter:drop-shadow(0 0 8px rgba(255,255,255,1))}.button-controls.vertical{display:flex;flex-direction:column;gap:12px;margin:20px 0}.drawer-meter-container{padding:15px;background-color:#3a2510;border-radius:8px;margin-top:15px;border:1px solid #2a1a08;box-shadow:inset 0 1px 3px #000000b3}.tv-content{display:flex;flex-direction:column;flex:1;height:100%}.horizontal-layout .tv-content{flex-direction:row;align-items:stretch}.tv-screen-section{flex:1;position:relative;min-height:60vh;display:flex;justify-content:center;align-items:center}.tv-controls-section{padding:20px;display:flex;background-color:#4a3010;border-top:2px solid #2a1a08;box-shadow:inset 0 2px 4px #00000080}.tv-controls-section.bottom{flex-direction:column;align-items:center;border-radius:0 0 10px 10px;border-top:2px solid #2a1a08;background:linear-gradient(to bottom,#4a3010,#3a2510)}.tv-controls-section.right{flex-direction:column;justify-content:space-between;width:150px;padding:20px;border-left:2px solid #2a1a08;border-radius:0 10px 10px 0;border-top:none;background:linear-gradient(to left,#4a3010,#3a2510);background-image:linear-gradient(90deg,rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(0deg,rgba(0,0,0,.1) 1px,transparent 1px);background-size:10px 10px,10px 10px}.tv-bottom-section{padding:25px;display:flex;flex-direction:column;align-items:center;background-color:#2a1a08;border-radius:0 0 10px 10px;border-top:2px solid #1a1008;box-shadow:inset 0 2px 4px #00000080;background-image:linear-gradient(90deg,rgba(0,0,0,.15) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px,20px 20px}.knobs-container{display:flex;justify-content:center;margin:10px 0}.tv-controls-section.bottom .knobs-container{flex-direction:row;align-items:flex-end;flex-wrap:wrap;gap:20px}.tv-controls-section.right .knobs-container{flex-direction:column;align-items:center;gap:30px;height:100%;justify-content:space-between;padding:10px 0}.button-controls{display:flex;justify-content:center;gap:25px;margin-top:20px;flex-wrap:wrap;width:100%}.control-button{background-color:#333;color:#ddd;border:2px solid #222;border-radius:4px;padding:10px 20px;font-family:monospace;font-size:1rem;text-transform:uppercase;cursor:pointer;transition:all .2s ease;min-width:150px;box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff1a;background:linear-gradient(to bottom,#444,#333);font-weight:700;letter-spacing:.5px}.control-button:hover:not(:disabled){background-color:#2a2a2a;transform:translateY(-1px);box-shadow:0 3px 6px #0000004d,inset 0 1px #ffffff1a}.control-button:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 2px #0000004d,inset 0 1px #ffffff1a}.control-button:disabled{opacity:.5;cursor:not-allowed}.control-button.active{background:linear-gradient(to bottom,#0a7,#075);background-color:#0a5;color:#fff;border-color:#052;text-shadow:0 1px 1px rgba(0,0,0,.3)}.control-button.danger{background:linear-gradient(to bottom,#b33,#a22);background-color:#a22;color:#fff;border-color:#800;text-shadow:0 1px 1px rgba(0,0,0,.3)}.control-button.danger:hover:not(:disabled){background:linear-gradient(to bottom,#c44,#b33);background-color:#c33}@media (max-width: 1200px){.tv-body{width:700px;height:85vh}.tv-screen-section{min-height:55vh}.tv-left-panel{width:250px}}@media (max-width: 1024px){.retro-tv{justify-content:center}.tv-body{width:600px;height:80vh}.tv-screen-section{min-height:50vh}.tv-left-panel{width:220px;padding:15px}.tv-info-section{padding:10px;font-size:.85rem}}@media (max-width: 900px){.retro-tv{flex-direction:column;height:auto;overflow-y:auto}.tv-left-panel{width:90vw;max-width:700px;min-height:auto;border-radius:15px 15px 0 0;border-right:1px solid #222;border-bottom:2px solid #2a1a08}.button-controls.vertical{flex-direction:row;flex-wrap:wrap;justify-content:center}.drawer-meter-container{width:90%;margin:15px auto}.tv-body:before{content:"";position:relative;display:block;width:80%;height:40px;margin:0 auto}.tv-body{width:90vw;max-width:700px;height:auto;min-height:60vh;border-radius:0 0 15px 15px}.tv-controls-section.right{flex-direction:row;width:auto;padding:15px;border-left:none;border-top:2px solid #222;border-radius:0 0 10px 10px}.tv-controls-section.right .knobs-container{flex-direction:row;align-items:flex-end;gap:15px;flex-wrap:wrap}.tv-screen-section{min-height:40vh}.control-button{min-width:120px;font-size:.9rem}}@media (max-width: 600px){.tv-body,.tv-left-panel{width:95vw;padding:10px}.knobs-container{flex-direction:row;overflow-x:auto;justify-content:flex-start;padding-bottom:10px}.button-controls,.button-controls.vertical{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}.control-button{min-width:100px;flex:1 1 40%;font-size:.8rem;padding:8px}.tv-screen-section{min-height:35vh}}.mobile-tv{display:flex;flex-direction:column;align-items:center;padding:15px;min-height:100vh;background-color:#121212;color:#eee;overflow-x:hidden}.mobile-title{color:#ffeb3b;font-size:1.6rem;margin-bottom:5px;text-align:center}.mobile-subtitle{font-size:.9rem;margin-bottom:20px;opacity:.8;text-align:center}.mobile-screen-container{width:100%;max-width:350px;aspect-ratio:4/3;border:15px solid #222;border-radius:15px;box-shadow:0 0 0 4px #111,0 5px 15px #000000b3,inset 0 0 15px #00000080;background:linear-gradient(135deg,#333,#222);margin-bottom:20px;overflow:hidden;position:relative}.mobile-screen{width:100%;height:100%;background-color:#000;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-image:repeating-linear-gradient(0deg,#0000,#0000 1px,#0003 1px,#0003 2px),repeating-linear-gradient(90deg,#ffffff05,#ffffff05 1px,#fff0 1px,#fff0 3px)}.mobile-target-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-out}.mobile-screen.high-static:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="3" result="noise"/><feColorMatrix type="saturate" values="0"/></filter><rect width="500" height="500" filter="url(%23noise)" opacity="0.3"/></svg>');opacity:.7;pointer-events:none;z-index:4}.mobile-screen.medium-static:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="3" result="noise"/><feColorMatrix type="saturate" values="0"/></filter><rect width="500" height="500" filter="url(%23noise)" opacity="0.2"/></svg>');opacity:.5;pointer-events:none;z-index:4}.mobile-screen.low-static:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="3" result="noise"/><feColorMatrix type="saturate" values="0"/></filter><rect width="500" height="500" filter="url(%23noise)" opacity="0.1"/></svg>');opacity:.3;pointer-events:none;z-index:4}.mobile-static-meter{width:90%;max-width:350px;margin:0 auto 25px}.mobile-meter-label{font-size:.9rem;margin-bottom:5px;font-weight:700;text-align:center;font-family:monospace}.mobile-meter-track{width:100%;height:15px;background-color:#222;border-radius:8px;overflow:hidden;border:1px solid #444;box-shadow:inset 0 1px 3px #000000b3}.mobile-meter-fill{height:100%;background:linear-gradient(to right,#5f5,#ff5,#f55);border-radius:8px;transition:width .3s ease-out}.mobile-knobs-container{width:90%;max-width:350px;display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.mobile-knob-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;padding:10px;background-color:#3a2510;border-radius:10px;border:1px solid #2a1a08;box-shadow:inset 0 1px 3px #000000b3}.mobile-knob-label{font-size:.9rem;margin-bottom:8px;font-family:monospace;color:#ffeb3b}.mobile-knob{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:30px;background:transparent;outline:none;margin:0}.mobile-knob::-webkit-slider-runnable-track{width:100%;height:10px;cursor:pointer;background:#222;border-radius:5px;border:1px solid #444;box-shadow:inset 0 1px 3px #000000b3}.mobile-knob::-moz-range-track{width:100%;height:10px;cursor:pointer;background:#222;border-radius:5px;border:1px solid #444;box-shadow:inset 0 1px 3px #000000b3}.mobile-knob::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30px;height:30px;border-radius:50%;background:linear-gradient(145deg,#444,#2a2a2a);cursor:pointer;margin-top:-10px;border:2px solid #555;box-shadow:0 2px 5px #00000080}.mobile-knob::-moz-range-thumb{width:30px;height:30px;border-radius:50%;background:linear-gradient(145deg,#444,#2a2a2a);cursor:pointer;border:2px solid #555;box-shadow:0 2px 5px #00000080}.mobile-knob-value{font-size:1.1rem;font-family:monospace;margin-top:8px;background-color:#222;padding:2px 10px;border-radius:5px;min-width:30px;text-align:center}.mobile-controls{width:90%;max-width:350px;display:flex;justify-content:center;margin-bottom:25px}.mobile-button{background:linear-gradient(to bottom,#444,#333);color:#ddd;border:2px solid #222;border-radius:5px;padding:12px 24px;font-family:monospace;font-size:1rem;text-transform:uppercase;cursor:pointer;transition:all .2s ease;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff1a}.mobile-button:active{transform:translateY(2px);box-shadow:0 1px 2px #0000004d,inset 0 1px #ffffff1a}.mobile-button.randomize{background:linear-gradient(to bottom,#b33,#a22);color:#fff;border-color:#800;text-shadow:0 1px 1px rgba(0,0,0,.3)}.mobile-success-message{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#00000080;z-index:10;animation:fadeIn .5s ease-out}.mobile-success-message h2{background-color:#ffdf00e6;color:#000;padding:10px 20px;border-radius:8px;margin-bottom:10px;font-size:1.2rem;box-shadow:0 0 10px #ffdf0080}.mobile-success-message p{background-color:#ffffffe6;color:#000;padding:8px 15px;border-radius:5px;font-size:.9rem}.mobile-info{width:90%;max-width:350px;text-align:center;margin-top:20px;padding:15px;background-color:#3a2510;border-radius:10px;border:1px solid #2a1a08;box-shadow:inset 0 1px 3px #000000b3}.mobile-info p{font-size:.85rem;margin-bottom:15px;line-height:1.4}.mobile-logo{margin-top:10px;border-top:1px solid #444;padding-top:15px}.mobile-logo img{max-width:200px;width:100%;height:auto}.mobile-warning-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;z-index:9999;display:flex;justify-content:center;align-items:center;padding:20px;animation:fadeIn .3s ease-out}.mobile-warning-content{background-color:#3a2510;border-radius:10px;padding:20px;max-width:90%;text-align:center;border:2px solid #FFEB3B;box-shadow:0 0 20px #ffeb3b4d}.mobile-warning-content h2{color:#ffeb3b;margin-bottom:15px;font-size:1.4rem}.mobile-warning-content p{margin-bottom:15px;color:#eee;font-size:.95rem;line-height:1.4}.mobile-warning-button{background:linear-gradient(to bottom,#ffeb3b,#ffc107);color:#000;border:none;border-radius:5px;padding:12px 24px;font-weight:700;cursor:pointer;margin-top:10px;transition:transform .2s ease,box-shadow .2s ease}.mobile-warning-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.mobile-warning-button:active{transform:translateY(1px);box-shadow:0 2px 4px #0000004d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;height:auto;overflow-y:auto}body{font-family:Roboto,Arial,sans-serif;background-color:#111;color:#eee;line-height:1.6}#root{width:100%;margin:0 auto;padding:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.app{display:flex;flex-direction:column;height:100vh;width:100%;position:relative;overflow:hidden}.main-content{flex:1;display:flex;justify-content:center;align-items:center;padding:0;width:100%;height:100vh;overflow:hidden}code{font-family:Fira Code,Courier New,monospace;background-color:#222;padding:.2rem .4rem;border-radius:3px;color:#ddd}@media (max-width: 768px){html,body,#root,.app,.main-content{height:auto;min-height:100vh;overflow-y:auto;overflow-x:hidden}.main-content{display:block;padding:0}}@media (max-width: 1200px){.help-text.info-box{width:250px}}@media (max-width: 768px){.app-header h1{font-size:2rem}.subtitle{font-size:1rem}.help-text.info-box{width:220px}.info-logo{max-width:180px}}@media (max-width: 480px){.app-header h1{font-size:1.8rem}#root{padding:0}.help-text.info-box{width:200px;font-size:.8rem}.info-logo{max-width:150px}}
