:root{--color-primary: #3a3e3b;--color-background: #e8ebe9;--color-surface: #f2f4f3;--color-text: #5c615d;--color-muted: #d5d9d6;--color-led-orange: #ff5722;--color-led-green: #00e676;--font-primary: "Space Grotesk", sans-serif;--font-mono: "JetBrains Mono", monospace;--shadow-dock: 20px 20px 60px #c5c8c6, -20px -20px 60px #ffffff;--shadow-recessed: inset 5px 5px 10px #d5d9d6, inset -5px -5px 10px #ffffff;--shadow-engraved: inset 1px 1px 2px #d5d9d6, inset -1px -1px 2px #ffffff;--shadow-btn-up: 3px 3px 6px #d5d9d6, -2px -2px 5px #ffffff;--shadow-btn-down: inset 2px 2px 5px #d5d9d6, inset -2px -2px 5px #ffffff;--shadow-led-glow-orange: 0 0 8px #ff5722, 0 0 20px #ff5722, 0 0 40px rgba(255, 87, 34, .4);--shadow-led-glow-green: 0 0 8px #00e676, 0 0 20px #00e676, 0 0 40px rgba(0, 230, 118, .4);--radius-dock: 32px;--radius-bay: 12px;--radius-btn: 6px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{background:var(--color-background);min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);padding:40px 20px;background-image:radial-gradient(ellipse at 20% 20%,rgba(255,255,255,.4) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(197,200,198,.3) 0%,transparent 50%)}.dock{width:800px;min-width:320px;background:var(--color-surface);border-radius:var(--radius-dock);box-shadow:var(--shadow-dock);padding:48px;position:relative;-webkit-user-select:none;user-select:none;max-width:100%}.dock:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-dock);background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.012) 2px,rgba(0,0,0,.012) 3px);pointer-events:none}.dock-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:36px;gap:20px;flex-wrap:wrap}.brand-block{display:flex;flex-direction:column;gap:6px}.engraved-name{font-family:var(--font-primary);font-weight:700;font-size:clamp(18px,4vw,28px);letter-spacing:.12em;color:var(--color-primary);text-shadow:var(--shadow-engraved);text-transform:uppercase;margin-bottom:4px}.engraved-title{font-family:var(--font-primary);font-weight:700;font-size:22px;letter-spacing:.18em;color:var(--color-primary);text-shadow:var(--shadow-engraved);text-transform:uppercase}.engraved-sub{font-family:var(--font-mono);font-weight:500;font-size:10px;letter-spacing:.2em;color:var(--color-text);text-shadow:var(--shadow-engraved);text-transform:uppercase}.led-strip{display:flex;gap:10px;align-items:center;margin-top:8px}.led{width:8px;height:8px;border-radius:50%;background:var(--color-muted);box-shadow:var(--shadow-engraved);transition:background .2s,box-shadow .2s}.led.orange{background:var(--color-led-orange);box-shadow:var(--shadow-led-glow-orange)}.led.green{background:var(--color-led-green);box-shadow:var(--shadow-led-glow-green)}.model-plate{background:var(--color-muted);border-radius:6px;padding:8px 14px;box-shadow:var(--shadow-recessed);text-align:right}.model-plate .model-id{font-family:var(--font-mono);font-size:10px;font-weight:500;color:var(--color-text);letter-spacing:.15em;display:block}.dock-center{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:36px;flex-direction:row}.lcd-bay{flex:1;background:var(--color-muted);border-radius:var(--radius-bay);box-shadow:var(--shadow-recessed);padding:16px 20px;min-height:80px;display:flex;flex-direction:column;justify-content:center;gap:6px;position:relative;overflow:hidden}.lcd-bay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,transparent 60%);pointer-events:none}.lcd-label{font-size:9px;font-weight:500;letter-spacing:.2em;color:var(--color-text);text-transform:uppercase;opacity:.7}.lcd-readout{font-family:var(--font-mono);font-size:13px;color:var(--color-primary);letter-spacing:.05em;min-height:20px}.cursor-blink{display:inline-block;width:8px;height:14px;background:var(--color-primary);margin-left:2px;vertical-align:middle;animation:blink 1s step-end infinite;opacity:0}.cursor-blink.active{opacity:1}.dial-wrapper{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.dial-label{font-size:9px;font-weight:500;letter-spacing:.2em;color:var(--color-text);text-transform:uppercase}.dial{width:120px;height:120px;border-radius:50%;background:var(--color-surface);box-shadow:8px 8px 20px #c5c8c6,-8px -8px 20px #fff,inset 2px 2px 5px #fffc,inset -2px -2px 5px #c5c8c680;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .8s cubic-bezier(.34,1.56,.64,1);cursor:default}.dial-ridges{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:repeating-conic-gradient(rgba(197,200,198,.5) 0deg 3deg,transparent 3deg 6deg);opacity:.5}.dial-inner{width:60px;height:60px;border-radius:50%;background:var(--color-surface);box-shadow:3px 3px 8px #c5c8c6,-3px -3px 8px #fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.dial-pin{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#b8bcba,#8a8e8c);box-shadow:1px 1px 3px #0000004d}.dial:after{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:3px;height:12px;background:var(--color-primary);border-radius:2px;z-index:2}.dial-value{font-family:var(--font-mono);font-size:10px;font-weight:500;color:var(--color-text);letter-spacing:.1em}.input-bay-wrapper{margin-bottom:36px;overflow:hidden;max-height:0;opacity:0;transition:max-height .6s cubic-bezier(.4,0,.2,1),opacity .4s ease}.input-bay-wrapper.open{max-height:200px;opacity:1}.input-bay{background:var(--color-muted);border-radius:var(--radius-bay);box-shadow:var(--shadow-recessed);padding:20px 24px;display:flex;align-items:center;gap:20px;position:relative}.input-bay:before{content:"DATA INPUT MODULE";position:absolute;top:-11px;left:20px;font-size:9px;font-weight:500;letter-spacing:.2em;color:var(--color-text);background:var(--color-surface);padding:2px 8px;border-radius:3px;box-shadow:var(--shadow-engraved)}.email-input-wrap{flex:1;display:flex;flex-direction:column;gap:4px}.input-sub-label{font-size:9px;font-weight:500;letter-spacing:.2em;color:var(--color-text);text-transform:uppercase;opacity:.7}.email-input{background:transparent;border:none;outline:none;font-family:var(--font-mono);font-size:18px;color:var(--color-primary);width:100%;letter-spacing:.05em;caret-color:var(--color-primary)}.email-input::placeholder{color:var(--color-text);opacity:.4;font-size:14px}.engage-btn{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;flex-shrink:0}.engage-cap{width:100px;height:52px;background:var(--color-surface);border-radius:var(--radius-btn);box-shadow:var(--shadow-btn-up);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:box-shadow .1s ease,transform .1s ease;position:relative;overflow:hidden}.engage-cap:before{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--color-led-orange);opacity:.8}.engage-cap:active,.engage-cap.pressed{box-shadow:var(--shadow-btn-down);transform:translateY(1px)}.engage-text{font-family:var(--font-primary);font-weight:700;font-size:11px;letter-spacing:.15em;color:var(--color-primary);text-shadow:var(--shadow-engraved)}.engage-sub{font-size:8px;font-weight:500;letter-spacing:.1em;color:var(--color-text);font-family:var(--font-mono)}.input-error-msg{font-size:10px;color:#e53935;font-family:var(--font-mono);letter-spacing:.1em;opacity:0;transition:opacity .3s;margin-top:4px;min-height:14px}.input-error-msg.visible{opacity:1}.dock-footer{display:flex;align-items:flex-end;justify-content:space-between}.vent-grille{display:flex;gap:5px;align-items:center}.vent-slot{width:3px;height:32px;background:var(--color-muted);border-radius:2px;box-shadow:var(--shadow-recessed)}.serial-plate{flex:1;text-align:center;font-size:9px;color:var(--color-text);letter-spacing:.15em;opacity:.6;text-shadow:var(--shadow-engraved)}.power-controls{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.pwr-btn{width:52px;height:52px;background:var(--color-surface);border-radius:var(--radius-btn);box-shadow:var(--shadow-btn-up);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer;transition:box-shadow .1s ease,transform .1s ease;position:relative}.pwr-btn:hover{box-shadow:4px 4px 8px #c5c8c6,-3px -3px 7px #fff}.pwr-btn:active,.pwr-btn.pressed{box-shadow:var(--shadow-btn-down);transform:translateY(1px)}.pwr-icon{width:18px;height:18px;border:2.5px solid var(--color-primary);border-radius:50%;position:relative;opacity:.7}.pwr-icon:after{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:2.5px;height:10px;background:var(--color-primary);border-radius:2px}.pwr-label{font-family:var(--font-primary);font-weight:700;font-size:9px;letter-spacing:.15em;color:var(--color-primary);text-shadow:var(--shadow-engraved)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes bootBlink{0%,to{opacity:.2}50%{opacity:1}}@keyframes dialSpin{0%{transform:rotate(0)}40%{transform:rotate(360deg)}70%{transform:rotate(320deg)}85%{transform:rotate(340deg)}to{transform:rotate(330deg)}}@keyframes dialLock{0%{transform:rotate(var(--dial-from, 0deg))}60%{transform:rotate(365deg)}to{transform:rotate(360deg)}}@keyframes dialTwitch{0%,to{transform:rotate(360deg)}25%{transform:rotate(356deg)}75%{transform:rotate(358deg)}}@keyframes pulseGreen{0%,to{box-shadow:var(--shadow-led-glow-green);opacity:1}50%{box-shadow:0 0 4px #00e676,0 0 8px #00e6764d;opacity:.7}}.led.pulse-green{animation:pulseGreen 2s ease-in-out infinite}.led.boot-blink{animation:bootBlink .4s ease-in-out infinite}.dial.spinning{animation:dialSpin 3s ease-in-out forwards}.dial.locking{animation:dialLock .8s cubic-bezier(.34,1.56,.64,1) forwards}.dial.twitching{animation:dialTwitch .5s ease-in-out}@media (max-width: 900px){.dock{padding:36px}.dock-header{flex-direction:column;align-items:flex-start}.model-plate{align-self:flex-end}.dock-center{flex-direction:column;gap:24px}.lcd-bay{width:100%}.dial-wrapper{width:100%;align-items:center}}@media (max-width: 768px){body{padding:20px}.dock{width:100%;padding:28px}.engraved-name{font-size:clamp(16px,3.5vw,24px)}.engraved-title{font-size:clamp(16px,3vw,20px)}.engraved-sub{font-size:clamp(8px,2vw,10px)}.dock-header{margin-bottom:24px}.dock-center{margin-bottom:24px;gap:20px}.dock-footer{flex-direction:column;gap:16px}.vent-grille{width:100%;justify-content:flex-start}.serial-plate{width:100%;order:2;margin-top:8px}.power-controls{width:100%;align-items:flex-start;order:3}.dial{width:100px;height:100px}.dial-inner{width:50px;height:50px}.input-bay{flex-direction:column;align-items:stretch;gap:16px}.engage-btn{align-self:flex-end}}@media (max-width: 480px){.dock{padding:20px;border-radius:20px}.engraved-name{font-size:clamp(14px,3vw,20px)}.engraved-title{font-size:clamp(14px,2.5vw,16px)}.engraved-sub{font-size:clamp(7px,1.8vw,9px)}.dock-header{margin-bottom:20px;gap:12px}.model-plate{padding:6px 10px}.model-plate .model-id{font-size:8px}.dock-center{gap:16px;margin-bottom:20px}.lcd-bay{padding:12px 16px;min-height:70px}.lcd-label{font-size:8px}.lcd-readout{font-size:12px}.dial{width:90px;height:90px}.dial-inner{width:45px;height:45px}.dial-value{font-size:9px}.input-bay{padding:16px}.input-bay:before{font-size:8px;left:16px}.email-input{font-size:16px}.engage-cap{width:90px;height:48px}.engage-text{font-size:10px}.engage-sub{font-size:7px}.vent-slot{height:24px}.pwr-btn{width:48px;height:48px}.input-error-msg{font-size:9px}.led-strip{gap:8px;margin-top:6px}.led{width:7px;height:7px}}
