.hardware-panel{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:3px solid #444;border-radius:12px;padding:2rem;box-shadow:0 10px 40px #00000080,inset 0 1px #ffffff1a;font-family:Arial,sans-serif;transition:all .3s ease}.hardware-panel.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;border-radius:0;overflow-y:auto;padding:3rem}@media (max-width: 1024px){.hardware-panel{padding:1.5rem}.hardware-panel.fullscreen{padding:2rem}}@media (max-width: 768px){.hardware-panel{padding:1rem;border-radius:8px}.hardware-panel.fullscreen{padding:1rem}}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #444;flex-wrap:wrap;gap:1rem}.header-buttons{display:flex;align-items:center;gap:.5rem}.theme-selector{display:flex;gap:.25rem;background:#0000004d;padding:.25rem;border-radius:6px;border:1px solid #333}.theme-btn{width:32px;height:32px;border:2px solid #444;background:#00000080;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.theme-btn:hover{border-color:#666;transform:scale(1.1)}.theme-btn.active{border-color:#d4af37;background:#d4af3733;box-shadow:0 0 10px #d4af374d}.icon-btn{width:40px;height:40px;border:2px solid #444;background:#00000080;color:#d4af37;border-radius:6px;cursor:pointer;font-size:1.2rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.icon-btn:hover{border-color:#d4af37;background:#d4af371a;transform:translateY(-2px)}.icon-btn:active{transform:translateY(0)}@media (max-width: 768px){.panel-header{flex-direction:column;align-items:flex-start}.header-buttons{width:100%;justify-content:space-between}}.olivetti-badge{display:flex;flex-direction:column;gap:.25rem}.olivetti-badge .brand{font-size:1.8rem;font-weight:700;color:#d4af37;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.1em}.olivetti-badge .model{font-size:1rem;color:#999;letter-spacing:.2em}.serial-plate{background:linear-gradient(135deg,#4a4a4a,#2a2a2a);border:1px solid #666;padding:.5rem 1rem;font-size:.75rem;color:#fff;font-family:Courier New,monospace;box-shadow:inset 0 2px 4px #00000080}.indicator-section{margin-bottom:2rem}.indicator-section h3{color:#999;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.indicators{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 768px){.indicators{grid-template-columns:1fr}}.indicator{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#0000004d;border-radius:6px;border:1px solid #333}.led{width:16px;height:16px;border-radius:50%;background:#222;box-shadow:inset 0 2px 4px #000c,0 0 0 2px #111;transition:all .3s}.led.red{background:radial-gradient(circle at 30% 30%,#600,#200)}.led.yellow{background:radial-gradient(circle at 30% 30%,#660,#220)}.led.green{background:radial-gradient(circle at 30% 30%,#060,#020)}.indicator.on .led.red{background:radial-gradient(circle at 30% 30%,red,#800);box-shadow:inset 0 2px 4px #0000004d,0 0 0 2px #111,0 0 20px #f00c,0 0 40px #f006}.indicator.on .led.yellow{background:radial-gradient(circle at 30% 30%,#ff0,#880);box-shadow:inset 0 2px 4px #0000004d,0 0 0 2px #111,0 0 20px #ff0c,0 0 40px #ff06}.indicator.on .led.green{background:radial-gradient(circle at 30% 30%,#0f0,#080);box-shadow:inset 0 2px 4px #0000004d,0 0 0 2px #111,0 0 20px #0f0c,0 0 40px #0f06}.led.blink{animation:blink-led .5s infinite}@keyframes blink-led{0%,to{opacity:1}50%{opacity:.3}}.indicator label{color:#aaa;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.register-section{margin-bottom:2rem}.register-section h3{color:#999;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.nixie-display{background:#000;padding:1rem;border-radius:8px;border:2px solid #333;box-shadow:inset 0 4px 8px #000c}.nixie-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.nixie-row:last-child{margin-bottom:0}.nixie-label{color:#d4af37;font-size:1rem;font-weight:700;min-width:50px}.nixie-tubes{display:flex;gap:.08rem;flex-wrap:nowrap}.nixie-tube{width:27px;height:44px;background:radial-gradient(ellipse at center,#1a0a00,#000);border:2px solid #2a1a0a;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 2px 4px #000000e6,0 0 10px #ff64004d;position:relative;overflow:hidden}.nixie-tube:before{content:"";position:absolute;top:10%;left:20%;width:40%;height:30%;background:radial-gradient(ellipse,rgba(255,255,255,.3),transparent);border-radius:50%;filter:blur(4px)}.nixie-digit{color:#f60;font-size:1.5rem;font-weight:700;font-family:Courier New,monospace;text-shadow:0 0 10px #ff6600,0 0 20px #ff3300,0 0 30px #ff0000;position:relative;z-index:1}.flags-display{display:flex;gap:.5rem;margin-top:1rem;justify-content:center}.flag-light{width:50px;height:30px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:2px solid #444;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#444;font-size:.85rem;font-weight:700;transition:all .3s;box-shadow:inset 0 2px 4px #00000080}.flag-light.lit{background:linear-gradient(135deg,#f60,#f30);color:#fff;border-color:#f60;box-shadow:inset 0 2px 4px #ffffff4d,0 0 20px #ff640099}.control-section{margin-bottom:2rem}.control-section h3{color:#999;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.switches{display:flex;gap:1rem;justify-content:center}.toggle-switch{width:80px;height:100px;background:linear-gradient(135deg,#3a3a3a,#2a2a2a);border:3px solid #555;border-radius:8px;cursor:pointer;position:relative;box-shadow:0 4px 8px #00000080,inset 0 1px #ffffff1a;transition:all .2s;display:flex;flex-direction:column;align-items:center;padding:.5rem}.toggle-switch:hover:not(:disabled){border-color:#777;transform:translateY(-2px)}.toggle-switch:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #00000080,inset 0 1px #ffffff1a}.toggle-switch:disabled{opacity:.5;cursor:not-allowed}.switch-lever{width:20px;height:40px;background:linear-gradient(90deg,#c00,#800);border:2px solid #600;border-radius:10px;margin-top:auto;margin-bottom:.5rem;box-shadow:0 2px 4px #00000080,inset 0 1px #fff3;transition:all .2s}.toggle-switch.active .switch-lever{background:linear-gradient(90deg,#0c0,#080);border-color:#060;box-shadow:0 2px 4px #00000080,inset 0 1px #fff3,0 0 10px #00ff0080}.toggle-switch.reset .switch-lever{background:linear-gradient(90deg,#cc0,#880);border-color:#660}.toggle-switch label{color:#aaa;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;text-align:center}.meter-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.analog-meter{display:flex;flex-direction:column;align-items:center;gap:.5rem}.meter-face{width:120px;height:80px;background:radial-gradient(ellipse at center,beige,#e8e8d0);border:3px solid #333;border-radius:8px 8px 0 0;position:relative;box-shadow:inset 0 2px 4px #0003,0 2px 8px #0000004d;overflow:hidden}.meter-needle{position:absolute;bottom:10px;left:50%;width:2px;height:50px;background:#c00;transform-origin:bottom center;transform:translate(-50%) rotate(-60deg);transition:transform .5s ease-out;box-shadow:0 0 4px #00000080}.meter-needle:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:8px;height:8px;background:#333;border-radius:50%;box-shadow:0 0 0 2px beige}.meter-scale{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:space-between;padding:0 10px;font-size:.7rem;color:#333;font-weight:700}.analog-meter label{color:#aaa;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;text-align:center}.info-section{background:#0000004d;border:1px solid #333;border-radius:6px;padding:1rem}.info-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dotted #444;color:#999;font-size:.85rem}.info-row:last-child{border-bottom:none}.hardware-panel.theme-amber .nixie-digit{color:#ffb000;text-shadow:0 0 10px #ffb000,0 0 20px #ff8800,0 0 30px #ff6600}.hardware-panel.theme-amber .nixie-tube{background:radial-gradient(ellipse at center,#2a1800,#000);border-color:#3a2810;box-shadow:inset 0 2px 4px #000000e6,0 0 10px #ffb0004d}.hardware-panel.theme-amber .flag-light.lit{background:linear-gradient(135deg,#ffb000,#f80);border-color:#ffb000;box-shadow:inset 0 2px 4px #ffffff4d,0 0 20px #ffb00099}.hardware-panel.theme-amber .info-value,.hardware-panel.theme-amber .nixie-label{color:#ffb000}.hardware-panel.theme-green .nixie-digit{color:#0f0;text-shadow:0 0 10px #00ff00,0 0 20px #00cc00,0 0 30px #009900}.hardware-panel.theme-green .nixie-tube{background:radial-gradient(ellipse at center,#001a00,#000);border-color:#0a2a0a;box-shadow:inset 0 2px 4px #000000e6,0 0 10px #00ff004d}.hardware-panel.theme-green .flag-light.lit{background:linear-gradient(135deg,#0f0,#0c0);border-color:#0f0;box-shadow:inset 0 2px 4px #ffffff4d,0 0 20px #0f09}.hardware-panel.theme-green .info-value,.hardware-panel.theme-green .nixie-label{color:#0f0}.hardware-panel.theme-white .nixie-digit{color:#e0e0e0;text-shadow:0 0 5px rgba(255,255,255,.8),0 0 10px rgba(200,200,200,.5)}.hardware-panel.theme-white .nixie-tube{background:radial-gradient(ellipse at center,#1a1a1a,#000);border-color:#2a2a2a;box-shadow:inset 0 2px 4px #000000e6,0 0 10px #fff3}.hardware-panel.theme-white .flag-light.lit{background:linear-gradient(135deg,#f0f0f0,#d0d0d0);color:#000;border-color:#f0f0f0;box-shadow:inset 0 2px 4px #ffffff80,0 0 20px #fff9}.hardware-panel.theme-white .info-value,.hardware-panel.theme-white .nixie-label{color:#e0e0e0}@media (max-width: 1024px){.nixie-tubes{gap:.05rem}.nixie-tube{width:24px;height:40px}.nixie-digit{font-size:1.3rem}.meter-section{grid-template-columns:1fr}.switches{flex-wrap:wrap}}@media (max-width: 768px){.nixie-tubes{gap:.03rem}.nixie-tube{width:20px;height:36px}.nixie-digit{font-size:1.1rem}.flags-display{flex-wrap:wrap}.flag-light{width:45px;height:28px;font-size:.75rem}.toggle-switch{width:70px;height:90px}.meter-face{width:100px;height:70px}.meter-needle{height:40px}}@media (max-width: 480px){.olivetti-badge .brand{font-size:1.4rem}.olivetti-badge .model{font-size:.85rem}.nixie-row{flex-direction:column;align-items:flex-start;gap:.5rem}.indicator-section h3,.register-section h3,.control-section h3{font-size:.8rem}}.info-value{color:#d4af37;font-weight:700;font-family:Courier New,monospace}.elea-console{display:flex;flex-direction:column;background:repeating-linear-gradient(90deg,#1e1e1e,#232323,#1e1e1e 2px),linear-gradient(180deg,#1a1a1a,#0d0d0d,#000);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;min-height:100%;box-shadow:inset 0 0 100px #000000e6,inset 0 2px 4px #ffffff1a;position:relative}.elea-console:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 0%,transparent 60%,rgba(0,0,0,.4) 100%);pointer-events:none;z-index:10}.indicator-panel{background:repeating-linear-gradient(0deg,transparent 0px,rgba(0,0,0,.02) 1px,transparent 2px),repeating-linear-gradient(90deg,transparent 0px,rgba(0,0,0,.02) 1px,transparent 2px),radial-gradient(ellipse at top,#2a2a2a,#1a1a1a,#0d0d0d);padding:30px;display:flex;flex-direction:column;gap:20px;border:8px solid #0a0a0a;border-radius:3px;box-shadow:0 20px 60px #000000e6,0 10px 30px #000c,inset 0 0 0 2px #5050504d,inset 0 2px 4px #ffffff1a,inset 0 -2px 4px #000c;position:relative}.indicator-panel:before,.indicator-panel:after{content:"";position:absolute;width:14px;height:14px;background:linear-gradient(0deg,transparent 45%,#0a0a0a 48%,#0a0a0a 52%,transparent 55%),linear-gradient(90deg,transparent 45%,#0a0a0a 48%,#0a0a0a 52%,transparent 55%),radial-gradient(circle at 35% 35%,#666,#333 30%,#1a1a1a);border-radius:50%;box-shadow:inset 0 2px 3px #000c,inset 0 -1px 2px #fff3,0 2px 4px #0009;z-index:5}.indicator-panel:before{top:12px;left:12px}.indicator-panel:after{top:12px;right:12px}.main-indicator-section{display:flex;gap:20px;min-height:400px}.main-left-panel{flex:3;background:repeating-linear-gradient(45deg,transparent 0px,rgba(0,0,0,.01) 1px,transparent 2px),linear-gradient(135deg,#d5e8f5,#c5dded,#b5d2e5);border:6px solid #2a2a2a;border-radius:4px;box-shadow:0 12px 28px #000000b3,0 6px 14px #0009,inset 0 0 0 1px #fff3,inset 0 3px 6px #ffffff26,inset 0 -2px 4px #0003;display:flex;flex-direction:column;position:relative;padding:0;overflow:hidden}.top-labels-row{display:flex;background:#ffffff4d;border-bottom:2px solid #8aa8b8}.label-cell{flex:1;padding:4px 6px;font-size:.6rem;font-weight:700;color:#222;text-align:center;border-right:1px solid #8aa8b8;text-transform:uppercase;letter-spacing:.03em}.label-cell.wide{flex:1.5}.label-cell.wider{flex:2}.label-cell:last-child{border-right:none}.main-light-matrix{flex:1;padding:12px;display:flex;flex-direction:column;gap:3px;background:repeating-linear-gradient(0deg,rgba(100,130,150,.06) 0px,transparent 1px,transparent 18px),repeating-linear-gradient(90deg,rgba(100,130,150,.06) 0px,transparent 1px,transparent 15px),linear-gradient(180deg,#ffffff4d,#e6f5ff33 40%,#c8e6f51a)}.matrix-row{display:flex;gap:3px;justify-content:space-between}.bottom-labels-row{display:flex;justify-content:space-around;padding:6px 12px;background:#fff6;border-top:2px solid #8aa8b8;font-size:.65rem;font-weight:700;color:#222;gap:8px}.bottom-labels-row span{flex:1;text-align:center}.side-labels-col{position:absolute;left:8px;top:60px;display:flex;flex-direction:column;gap:12px;font-size:.6rem;font-weight:700;color:#222}.side-labels-col span{writing-mode:horizontal-tb;padding:4px;background:#ffffff80;border-radius:2px}.main-right-panel{flex:1;background:repeating-linear-gradient(45deg,transparent 0px,rgba(0,0,0,.02) 1px,transparent 2px),linear-gradient(135deg,#8b4f5f,#7a3f4f,#692f3f);border:6px solid #2a2a2a;border-radius:4px;box-shadow:0 12px 28px #000000b3,inset 0 3px 6px #ffffff1a,inset 0 -2px 4px #0000004d;display:flex;flex-direction:column;overflow:hidden}.unit-rows-section{flex:1;padding:15px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#ffffff1a,#c8b4b40d)}.unit-row-item{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#ffffff26;border-radius:4px;border:1px solid rgba(0,0,0,.2)}.unit-label{font-size:.8rem;font-weight:700;color:#fff;min-width:35px;text-shadow:0 1px 2px rgba(0,0,0,.6)}.unit-lights-row{display:flex;gap:6px;flex:1}.sync-lights-row{display:flex;gap:8px;padding:12px 15px;justify-content:space-around;background:#ffffff1a}.middle-indicator-section{display:flex;gap:20px;min-height:280px}.middle-left-panel{flex:2;background:linear-gradient(135deg,#d5e8f5,#c5dded,#b5d2e5);border:6px solid #2a2a2a;border-radius:4px;box-shadow:0 12px 28px #000000b3,inset 0 3px 6px #ffffff26;display:flex;flex-direction:column;overflow:hidden}.tape-operations-section{flex:1;padding:15px;display:flex;flex-direction:column;gap:10px;background:#fff3}.tape-operation-row{display:flex;align-items:center;gap:10px;padding:8px;background:#ffffff4d;border-radius:3px}.tape-sidebar{width:12px;height:100%;border-radius:2px;box-shadow:inset 0 1px 2px #0000004d}.tape-sidebar.green{background:linear-gradient(180deg,#5cb85c,#4aa04a,#388838)}.tape-sidebar.yellow{background:linear-gradient(180deg,#f0d848,#d8c038,#c0a828)}.tape-op-label{font-size:.7rem;font-weight:700;color:#222;min-width:120px}.tape-op-lights{display:flex;gap:5px;flex:1}.tape-lower-section{padding:12px;background:#0000000d;display:flex;flex-direction:column;gap:8px}.tape-init-row,.tape-reg-row{display:flex;flex-direction:column;gap:6px}.tape-init-lights,.tape-reg-lights{display:flex;gap:4px;padding:6px;background:#fff3;border-radius:3px}.middle-right-panel{flex:1.5;background:repeating-linear-gradient(45deg,transparent 0px,rgba(0,0,0,.02) 1px,transparent 2px),linear-gradient(135deg,#4a7a7a,#3a6a6a,#2a5a5a);border:6px solid #2a2a2a;border-radius:4px;box-shadow:0 12px 28px #000000b3,inset 0 3px 6px #ffffff1a;display:flex;flex-direction:column;overflow:hidden}.governo-header{display:flex;background:#ffffff26;border-bottom:2px solid rgba(0,0,0,.3)}.governo-cell{flex:1;padding:6px;font-size:.65rem;font-weight:700;color:#fff;text-align:center;border-right:1px solid rgba(0,0,0,.2);text-shadow:0 1px 2px rgba(0,0,0,.6)}.governo-cell:last-child{border-right:none}.governo-grid-section{flex:1;padding:12px;display:flex;gap:10px;background:#ffffff14}.governo-subsection{flex:1;display:flex;flex-direction:column;gap:6px}.governo-label{font-size:.6rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6);padding:4px;background:#0003;border-radius:2px}.governo-lights-grid{display:flex;flex-direction:column;gap:3px}.governo-lights-row{display:flex;gap:4px}.governo-lower-section{padding:10px;background:#00000026;display:flex;gap:8px}.governo-subsection-small{flex:1;display:flex;flex-direction:column;gap:4px}.governo-label-small{font-size:.55rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6);padding:3px;background:#0003;border-radius:2px}.governo-lights-compact{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;padding:4px;background:#ffffff1a;border-radius:2px}.bottom-status-bar{display:flex;gap:4px;min-height:100px}.status-section{flex:1;display:flex;flex-direction:column;border:4px solid #2a2a2a;border-radius:3px;overflow:hidden;box-shadow:0 8px 16px #0009,inset 0 2px 4px #fff3,inset 0 -2px 4px #0000004d}.status-label{padding:6px;font-size:.6rem;font-weight:700;color:#fff;text-align:center;letter-spacing:.15em;text-shadow:0 1px 2px rgba(0,0,0,.8);border-bottom:2px solid rgba(0,0,0,.3)}.status-lights-large{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;padding:15px}.red-section{background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(0,0,0,.1) 100%),linear-gradient(180deg,#c83838,#b02828,#981818)}.gray-section{background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%,rgba(0,0,0,.1) 100%),linear-gradient(180deg,#9a9a9a,#7a7a7a,#5a5a5a)}.yellow-section{background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%,rgba(0,0,0,.08) 100%),linear-gradient(180deg,#d8c038,#c0a828,#a89018)}.yellow-section .status-label{color:#2a2a2a;text-shadow:0 1px 2px rgba(255,255,255,.5)}.indicator-group{background:repeating-linear-gradient(45deg,transparent 0px,rgba(0,0,0,.03) 1px,transparent 2px,transparent 4px),linear-gradient(135deg,#d5e8f5,#bdd9ec,#a5c9e0);border:6px solid #2a2a2a;border-radius:4px;box-shadow:0 12px 28px #000000b3,0 6px 14px #0009,0 2px 6px #00000080,inset 0 0 0 1px #fff3,inset 0 3px 6px #ffffff26,inset 0 -2px 4px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;transform:translateZ(0);transition:transform .3s ease}.indicator-group:hover{transform:translateY(-2px) translateZ(0);box-shadow:0 16px 32px #000c,0 8px 16px #000000b3,0 4px 8px #0009,inset 0 0 0 1px #fff3,inset 0 3px 6px #ffffff26,inset 0 -2px 4px #0003}.indicator-group:before,.indicator-group:after{content:"";position:absolute;width:8px;height:8px;background:radial-gradient(circle at 30% 30%,#777,#444 40%,#222);border-radius:50%;box-shadow:inset 0 1px 2px #000c,inset 0 -1px 1px #ffffff4d,0 1px 2px #0009;z-index:10}.indicator-group:before{top:8px;left:8px;background-image:linear-gradient(45deg,transparent 45%,#111 48%,#111 52%,transparent 55%),linear-gradient(-45deg,transparent 45%,#111 48%,#111 52%,transparent 55%),radial-gradient(circle at 30% 30%,#777,#444 40%,#222)}.indicator-group:after{top:8px;right:8px;background-image:linear-gradient(45deg,transparent 45%,#111 48%,#111 52%,transparent 55%),linear-gradient(-45deg,transparent 45%,#111 48%,#111 52%,transparent 55%),radial-gradient(circle at 30% 30%,#777,#444 40%,#222)}.indicator-content{flex:1;padding:18px;display:flex;flex-direction:column;gap:14px;background:repeating-linear-gradient(0deg,rgba(100,130,150,.08) 0px,transparent 1px,transparent 25px),repeating-linear-gradient(90deg,rgba(100,130,150,.08) 0px,transparent 1px,transparent 25px),linear-gradient(180deg,#fff6,#e6f5ff4d 40%,#c8e6f533),linear-gradient(135deg,#d8e8f2,#c5dded);position:relative}.indicator-content:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(180deg,rgba(255,255,255,.25) 0%,transparent 100%);pointer-events:none;border-radius:2px 2px 0 0}.memory-group{flex:2.5}.operations-group{flex:2}.status-group{flex:1.5}.tape-group{flex:3}.peripherals-group{flex:2}.info-group{flex:1.5}.light-section{background:#ffffff80;border:2px solid #8aa8b8;border-radius:4px;padding:10px}.section-label{font-size:.75rem;font-weight:700;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.light-row-compact{display:flex;gap:10px}.mini-section{flex:1;background:#ffffff80;border:1px solid #8aa8b8;border-radius:3px;padding:8px;display:flex;flex-direction:column;gap:6px}.mini-label{font-size:.65rem;font-weight:700;color:#444}.mini-lights{display:flex;gap:4px;justify-content:center}.ops-grid{display:flex;flex-direction:column;gap:10px}.ops-row{display:flex;align-items:center;gap:12px;background:#fff6;padding:8px 12px;border-radius:4px;border:1px solid #9ab}.ops-label{font-size:.7rem;font-weight:700;color:#333;min-width:100px}.ops-lights{display:flex;gap:6px;flex:1}.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.status-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;background:#fff9;border-radius:6px;border:2px solid #8aa8b8}.status-light-large{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.status-text{font-size:.7rem;font-weight:700;color:#333;text-transform:uppercase;text-align:center}.mini-status-row{display:flex;flex-direction:column;gap:8px}.mini-status{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#fff6;border-radius:4px;font-size:.65rem;font-weight:700;color:#333}.tape-units{display:flex;gap:8px;justify-content:space-between}.tape-unit{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;background:#ffffff80;border:2px solid #8aa8b8;border-radius:4px}.tape-unit-label{font-size:.75rem;font-weight:700;color:#333}.tape-unit-lights{display:flex;flex-direction:column;gap:4px;align-items:center}.tape-unit-status{display:flex;gap:8px;margin-top:4px}.tiny-label{font-size:.55rem;font-weight:700;color:#555}.peripheral-list{display:flex;flex-direction:column;gap:12px}.peripheral-item{display:flex;align-items:center;gap:12px;padding:10px;background:#ffffff80;border:2px solid #8aa8b8;border-radius:4px}.peripheral-name{font-size:.75rem;font-weight:700;color:#333}.info-displays{display:flex;flex-direction:column;gap:15px}.info-item{display:flex;flex-direction:column;gap:6px}.info-label{font-size:.65rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.05em}.info-value{background:repeating-linear-gradient(0deg,transparent 0px,rgba(0,0,0,.15) 1px,transparent 2px,transparent 3px),radial-gradient(ellipse at center,#64b4641a,#0003),linear-gradient(135deg,#2a2a1a,#242418 30%,#1e1e14 70%,#181812);border:4px solid #0a0a0a;border-radius:6px;padding:10px 14px;font-family:Courier New,Courier,monospace;font-size:1.1rem;font-weight:700;color:#9fd89f;text-align:center;letter-spacing:.15em;box-shadow:inset 0 6px 12px #000c,inset 0 2px 6px #0009,inset 0 0 0 1px #ffffff0d,0 3px 6px #00000080;text-shadow:0 0 8px rgba(159,216,159,.8),0 0 15px rgba(159,216,159,.5),0 0 20px rgba(100,180,100,.3),0 1px 2px rgba(0,0,0,.8);position:relative;overflow:hidden}.info-value:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,transparent 100%);pointer-events:none;border-radius:4px 4px 0 0}@keyframes crt-flicker{0%,to{opacity:1}50%{opacity:.98}}.info-value{animation:crt-flicker 3s ease-in-out infinite}.quadrant{display:none}.elea-light{display:flex;align-items:center;justify-content:center;position:relative;filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}.elea-light.small{width:16px;height:16px}.elea-light.medium{width:22px;height:22px}.elea-light.large{width:32px;height:32px}.light-glass{width:100%;height:100%;border-radius:50%;position:relative;background:radial-gradient(ellipse 40% 30% at 30% 25%,rgba(255,255,255,.8) 0%,rgba(255,255,255,.4) 30%,transparent 60%),radial-gradient(circle at 50% 50%,#96c8dcf2,#64aac8e6,#4682a5f2 80%,#326487);border:2.5px solid #2a5565;box-shadow:0 3px 6px #00000080,0 1px 3px #0006,inset 0 0 0 1px #0000004d,inset 0 3px 4px #ffffff80,inset 0 -2px 4px #0006;transition:all .15s ease-out}.light-glass:before{content:"";position:absolute;top:15%;left:20%;width:45%;height:35%;background:radial-gradient(ellipse at center,rgba(255,255,255,.7) 0%,rgba(255,255,255,.3) 40%,transparent 70%);border-radius:50%;transform:rotate(-35deg);pointer-events:none}.light-glass:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,transparent 70%);border-radius:50%;opacity:0;transition:all .15s ease-out;pointer-events:none}.elea-light.lit .light-glass{background:radial-gradient(ellipse 40% 30% at 30% 25%,rgba(255,255,255,.95) 0%,rgba(255,255,255,.6) 30%,transparent 60%),radial-gradient(circle at 50% 50%,#fffae6,#ffdca0 20%,#f0b464,#c88c46 70%,#a06432 90%,#784623);border-color:#8a5520;box-shadow:0 0 15px 3px #ffc864b3,0 0 25px 6px #ffb45080,0 0 35px 8px #ffa03c4d,0 3px 6px #0006,inset 0 0 0 1px #ffc86466,inset 0 3px 4px #fff9,inset 0 -2px 4px #0000004d;animation:light-pulse 2s ease-in-out infinite}.elea-light.lit .light-glass:after{width:60%;height:60%;opacity:1}@keyframes light-pulse{0%,to{box-shadow:0 0 15px 3px #ffc864b3,0 0 25px 6px #ffb45080,0 0 35px 8px #ffa03c4d,0 3px 6px #0006,inset 0 0 0 1px #ffc86466,inset 0 3px 4px #fff9,inset 0 -2px 4px #0000004d}50%{box-shadow:0 0 18px 4px #ffc864cc,0 0 28px 7px #ffb45099,0 0 40px 10px #ffa03c66,0 3px 6px #0006,inset 0 0 0 1px #ffc86480,inset 0 3px 4px #ffffffb3,inset 0 -2px 4px #0000004d}}.light-grid{display:grid;gap:2px;padding:6px;background:repeating-linear-gradient(0deg,rgba(100,130,150,.3) 0px,rgba(100,130,150,.3) 1px,transparent 1px,transparent 18px),repeating-linear-gradient(90deg,rgba(100,130,150,.3) 0px,rgba(100,130,150,.3) 1px,transparent 1px,transparent 18px),linear-gradient(180deg,#d5e5ef,#c0d5e5);border:1px solid #8aa8b8}.grid-cell{display:flex;align-items:center;justify-content:center;padding:1px}.color-bar{padding:8px 12px;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;text-align:center;position:relative;border-bottom:3px solid rgba(0,0,0,.4);box-shadow:0 3px 6px #0006,inset 0 2px 3px #ffffff4d,inset 0 -1px 2px #0000004d;text-shadow:0 1px 2px rgba(0,0,0,.4)}.color-bar:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.35) 0%,transparent 100%);pointer-events:none}.bar-red{background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(0,0,0,.1) 100%),linear-gradient(180deg,#e04848,#c83838,#b02828);color:#fff;border-top:2px solid rgba(255,120,120,.4)}.bar-blue{background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%,rgba(0,0,0,.1) 100%),linear-gradient(180deg,#4aa8e0,#3690c8,#2878b0);color:#fff;border-top:2px solid rgba(120,180,240,.4)}.bar-green{background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%,rgba(0,0,0,.1) 100%),linear-gradient(180deg,#5cb85c,#4aa04a,#388838);color:#fff;border-top:2px solid rgba(140,220,140,.4)}.bar-yellow{background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%,rgba(0,0,0,.08) 100%),linear-gradient(180deg,#f0d848,#d8c038,#c0a828);color:#333;border-top:2px solid rgba(255,240,180,.5);text-shadow:0 1px 2px rgba(255,255,255,.3)}.bar-white{background:linear-gradient(135deg,#fff6,#f0f0f033,#c8c8c81a),linear-gradient(180deg,#fafaf8,#ececea,#deded8);color:#333;border-top:2px solid rgba(255,255,255,.8);border-bottom-color:#00000040;text-shadow:0 1px 2px rgba(255,255,255,.5)}.stripe-row{display:flex;height:10px}.stripe{flex:1;height:100%}.stripe-red{background:linear-gradient(180deg,#d44,#b22)}.stripe-white{background:linear-gradient(180deg,#fff,#ddd)}.stripe-green{background:linear-gradient(180deg,#5a5,#393)}.stripe-yellow{background:linear-gradient(180deg,#ed4,#cb2)}.quadrant-main{grid-row:1 / 3;padding:10px;display:flex;flex-direction:column;gap:8px}.section-headers{display:flex;gap:2px}.section-header{flex:1;padding:3px 4px;font-size:.4rem;font-weight:700;text-align:center;background:#f5f5f0;border:1px solid #aaa;color:#333}.section-header.wide{flex:2}.main-grid-area{flex:1}.sub-sections{display:flex;gap:8px}.sub-section{flex:1;background:#e8e8e0;border:1px solid #aaa}.sub-labels{display:flex;justify-content:space-around;padding:2px;font-size:.35rem;color:#555}.row-labels{display:flex;justify-content:space-around;padding:4px 8px;background:#ffffff80}.row-labels span{font-size:.4rem;font-weight:700;color:#444}.bottom-section{background:#e0e8ef;padding:6px;border:1px solid #aaa}.bottom-labels{display:flex;justify-content:space-around;padding-top:4px}.bottom-labels span{font-size:.4rem;font-weight:700;color:#444}.quadrant-right-top,.quadrant-right-mid{padding:8px;display:flex;flex-direction:column;gap:6px}.unit-grid{display:flex;flex-direction:column;gap:4px}.unit-row{display:flex;align-items:center;gap:6px}.unit-label{width:24px;font-size:.45rem;font-weight:700;color:#333;text-align:right}.governo-grid{display:flex;gap:6px}.governo-section{flex:1;background:#e8e8e0;border:1px solid #aaa}.governo-labels{display:flex;justify-content:space-around;padding:2px 4px;font-size:.35rem;color:#555}.quadrant-tape{grid-column:1;padding:8px;display:flex;flex-direction:column;gap:6px}.tape-grid{display:flex;flex-direction:column;gap:4px}.tape-grid.sub{margin-top:6px;padding-top:6px;border-top:2px solid #9ab}.tape-row{display:flex;align-items:stretch;background:#e5e5dd;border:1px solid #aaa}.tape-sidebar{width:10px;flex-shrink:0}.tape-sidebar.green{background:linear-gradient(180deg,#5a5,#393)}.tape-sidebar.yellow{background:linear-gradient(180deg,#ed4,#cb2)}.tape-content{flex:1;display:flex;align-items:center;padding:4px 8px;gap:10px}.tape-lights{display:flex;gap:4px;flex:1}.tape-label{font-size:.45rem;font-weight:700;color:#333;min-width:70px;text-align:right}.tape-labels-row{display:flex;justify-content:space-around;padding:4px;background:#ffffff80}.tape-labels-row span{font-size:.35rem;font-weight:700;color:#444}.status-bar{grid-column:1 / -1;display:flex;gap:4px}.status-cell{flex:1;display:flex;flex-direction:column;border:1px solid #666;overflow:hidden}.status-cell.bg-yellow .status-body{background:linear-gradient(180deg,#fd4,#db2)}.status-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 4px;background:#f0efe8}.status-body span{font-size:.38rem;font-weight:700;color:#333;text-align:center}.status-led{width:12px;height:12px;border-radius:50%;background:#666;border:2px solid #444}.status-led.lit{background:radial-gradient(circle at 30% 30%,#8f8,#2a2);box-shadow:0 0 8px 2px #50c85099}.command-panel{background:repeating-linear-gradient(90deg,#141414,#191919,#141414 2px),radial-gradient(ellipse at top,#2a2a2a,#1a1a1a,#0a0a0a);padding:35px;border-top:4px solid #0a0a0a;box-shadow:inset 0 10px 30px #000c,inset 0 2px 4px #0009}.console-desk{background:repeating-linear-gradient(0deg,transparent 0px,rgba(60,50,40,.02) 1px,transparent 3px),repeating-linear-gradient(90deg,transparent 0px,rgba(60,50,40,.015) 1px,transparent 4px),radial-gradient(ellipse at 30% 30%,#f8f0e0,#ede5d5,#d8d0c0);border:8px solid #4a4a4a;border-radius:16px;padding:35px;display:flex;gap:35px;box-shadow:0 25px 60px #000c,0 15px 35px #000000b3,inset 0 0 0 3px #7878784d,inset 0 4px 8px #fff6,inset 0 -3px 6px #0000004d;align-items:stretch;position:relative;min-height:0;overflow:visible}.console-desk:before,.console-desk:after{content:"";position:absolute;width:12px;height:12px;background:radial-gradient(circle at 30% 30%,#888,#555 40%,#2a2a2a);border-radius:50%;box-shadow:inset 0 2px 3px #000000b3,inset 0 -1px 2px #ffffff4d,0 2px 4px #0009;z-index:5}.console-desk:before{top:15px;left:15px;background-image:linear-gradient(45deg,transparent 46%,#1a1a1a 48%,#1a1a1a 52%,transparent 54%),linear-gradient(-45deg,transparent 46%,#1a1a1a 48%,#1a1a1a 52%,transparent 54%),radial-gradient(circle at 30% 30%,#888,#555 40%,#2a2a2a)}.console-desk:after{top:15px;right:15px;background-image:linear-gradient(45deg,transparent 46%,#1a1a1a 48%,#1a1a1a 52%,transparent 54%),linear-gradient(-45deg,transparent 46%,#1a1a1a 48%,#1a1a1a 52%,transparent 54%),radial-gradient(circle at 30% 30%,#888,#555 40%,#2a2a2a)}.console-keyboard{flex:1.2;min-width:0;display:flex;align-items:center;justify-content:center}.keyboard-inset{width:100%;max-width:none;padding:32px;border-radius:16px;background:repeating-linear-gradient(45deg,transparent 0px,rgba(0,0,0,.03) 1px,transparent 2px),linear-gradient(135deg,#0006,#00000040,#0000001a 60%,#0000000d),linear-gradient(180deg,#d8d0c2,#c8c0b2);border:8px solid #2a2a2a;box-shadow:inset 0 12px 24px #00000080,inset 0 6px 12px #0006,inset 0 2px 6px #0000004d,inset 0 1px #fff3,0 8px 20px #00000080}.key-matrix{display:flex;flex-direction:column;gap:18px;align-items:center}.key-row{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:nowrap}.console-controls{flex:1;min-width:420px;display:flex;gap:26px;align-items:stretch}.console-btn{border-radius:50%;border:none;cursor:pointer;transition:transform .08s ease-out,box-shadow .08s ease-out;display:flex;align-items:center;justify-content:center;font-weight:700;text-transform:uppercase;-webkit-user-select:none;user-select:none;position:relative;transform-style:preserve-3d;flex-shrink:0;aspect-ratio:1 / 1}.console-btn:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.console-btn:active:not(:disabled){transform:translateY(2px)}.console-btn:focus-visible{outline:4px solid rgba(0,170,0,.8);outline-offset:4px}.btn-text{display:inline-block;line-height:1;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;letter-spacing:.08em;text-shadow:0 3px 4px rgba(0,0,0,.8),0 -1px 2px rgba(255,255,255,.6),1px 1px 3px rgba(0,0,0,.7),-1px -1px 2px rgba(255,255,255,.4);position:relative;z-index:2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.console-btn.btn-small{width:70px;height:70px;font-size:1.35rem;border-width:5px}.console-btn.btn-medium{width:105px;height:105px;font-size:1.45rem;border-width:6px}.console-btn.btn-large{width:130px;height:130px;font-size:1.75rem;border-width:7px}.console-btn.btn-xlarge{width:170px;height:170px;font-size:1.95rem;border-width:8px}.console-btn.pressed{transform:translateY(6px) scale(.98);box-shadow:0 2px 4px #0006,0 4px 10px #0000004d,inset 0 4px 8px #00000080}.console-btn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.4) brightness(.8)}.console-btn.btn-white{background:repeating-linear-gradient(45deg,transparent 0px,rgba(0,0,0,.01) 1px,transparent 2px),radial-gradient(ellipse 80% 50% at 50% 20%,rgba(255,255,255,.9) 0%,rgba(255,255,255,.4) 40%,transparent 70%),linear-gradient(145deg,#fff,#f8f8f8,#f0f0f0,#e5e5e5,#d5d5d5);border:5px solid #a0a0a0;color:#1a1a1a;box-shadow:0 10px #888,0 14px 8px #0006,0 18px 25px #00000059,inset 0 3px 6px #ffffffe6,inset 0 -2px 4px #0003;text-shadow:0 3px 4px rgba(0,0,0,.5),0 -1px 2px rgba(255,255,255,1),1px 1px 3px rgba(0,0,0,.4),-1px -1px 2px rgba(255,255,255,.8)}.console-btn.btn-white.pressed{box-shadow:0 3px #888,0 5px 8px #0000004d,inset 0 4px 8px #0006}.console-btn.btn-red{background:repeating-linear-gradient(50deg,transparent 0px,rgba(0,0,0,.02) 1px,transparent 2px),radial-gradient(ellipse 70% 45% at 50% 18%,rgba(255,180,180,.8) 0%,rgba(255,120,120,.4) 35%,transparent 65%),linear-gradient(145deg,#f55,#e44 20%,#d33,#c22 70%,#a11);border:5px solid #770000;color:#fff;box-shadow:0 10px #600,0 14px 8px #64000080,0 18px 30px #c8000066,0 0 20px #ff32324d,inset 0 3px 6px #ff7878b3,inset 0 -2px 4px #0006;text-shadow:0 2px 4px rgba(0,0,0,.7),0 -1px 1px rgba(255,100,100,.5),1px 1px 3px rgba(0,0,0,.6)}.console-btn.btn-red.pressed{box-shadow:0 3px #600,0 5px 10px #64000066,inset 0 4px 10px #0009}.console-btn.btn-green{background:repeating-linear-gradient(50deg,transparent 0px,rgba(0,0,0,.02) 1px,transparent 2px),radial-gradient(ellipse 70% 45% at 50% 18%,rgba(180,255,180,.8) 0%,rgba(120,255,120,.4) 35%,transparent 65%),linear-gradient(145deg,#5f5,#4e4 20%,#3d3,#2b2 70%,#181);border:5px solid #007700;color:#fff;box-shadow:0 10px #060,0 14px 8px #00640080,0 18px 30px #00c80066,0 0 20px #32ff324d,inset 0 3px 6px #78ff78b3,inset 0 -2px 4px #0006;text-shadow:0 2px 4px rgba(0,0,0,.7),0 -1px 1px rgba(100,255,100,.5),1px 1px 3px rgba(0,0,0,.6)}.console-btn.btn-green.pressed{box-shadow:0 3px #060,0 5px 10px #00640066,inset 0 4px 10px #0009}.console-btn.btn-yellow{background:repeating-linear-gradient(50deg,transparent 0px,rgba(0,0,0,.015) 1px,transparent 2px),radial-gradient(ellipse 70% 45% at 50% 18%,rgba(255,255,220,.9) 0%,rgba(255,255,180,.5) 35%,transparent 65%),linear-gradient(145deg,#ff5,#fe4 20%,#ed3,#dc2 70%,#a90);border:5px solid #887700;color:#2a2a2a;box-shadow:0 10px #760,0 14px 8px #64640080,0 18px 30px #c8c80066,0 0 20px #ffff644d,inset 0 3px 6px #ffffc8cc,inset 0 -2px 4px #00000040;text-shadow:0 2px 3px rgba(0,0,0,.4),0 -1px 1px rgba(255,255,220,.8),1px 1px 2px rgba(0,0,0,.3)}.console-btn.btn-yellow.pressed{box-shadow:0 3px #760,0 5px 10px #64640066,inset 0 4px 10px #0006}.console-btn.btn-gray{background:repeating-linear-gradient(50deg,transparent 0px,rgba(0,0,0,.02) 1px,transparent 2px),radial-gradient(ellipse 70% 45% at 50% 18%,rgba(200,200,200,.8) 0%,rgba(160,160,160,.4) 35%,transparent 65%),linear-gradient(145deg,#bbb,#aaa 20%,#999,#888 70%,#666);border:5px solid #3a3a3a;color:#fff;box-shadow:0 10px #333,0 14px 8px #1e1e1e99,0 18px 30px #00000080,inset 0 3px 6px #dcdcdcb3,inset 0 -2px 4px #0006;text-shadow:0 2px 4px rgba(0,0,0,.8),0 -1px 1px rgba(200,200,200,.4),1px 1px 3px rgba(0,0,0,.7)}.console-btn.btn-gray.pressed{box-shadow:0 3px #333,0 5px 10px #1e1e1e80,inset 0 4px 10px #0009}.console-main-section{flex:1;display:flex;flex-direction:column;gap:20px}.command-buttons{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;align-items:center}.console-side-section{flex:1;display:flex;flex-direction:column;gap:20px;min-width:280px}.status-indicators{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;padding:15px;background:#0000001a;border-radius:8px}.status-indicator{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px;background:#ffffff4d;border-radius:6px;border:2px solid #999}.status-indicator.active{background:#fff9;border-color:#333}.indicator-lamp{width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#666,#333);border:2px solid #222;box-shadow:inset 0 2px 4px #00000080,0 1px 2px #0000004d}.status-indicator.active.green .indicator-lamp{background:radial-gradient(circle at 30% 30%,#8f8,#2a2);box-shadow:inset 0 2px 4px #0000004d,0 0 8px 2px #50c85099,0 0 20px 4px #32b43266}.status-indicator.active.yellow .indicator-lamp{background:radial-gradient(circle at 30% 30%,#ff8,#da2);box-shadow:inset 0 2px 4px #0000004d,0 0 8px 2px #ffc85099,0 0 20px 4px #ffb43266}.status-indicator.active.white .indicator-lamp{background:radial-gradient(circle at 30% 30%,#fff,#ccc);box-shadow:inset 0 2px 4px #0000004d,0 0 8px 2px #fffc,0 0 20px 4px #ffffff80}.status-indicator.active.red .indicator-lamp{background:radial-gradient(circle at 30% 30%,#f88,#a22);box-shadow:inset 0 2px 4px #0000004d,0 0 8px 2px #ff505099,0 0 20px 4px #ff323266}.status-indicator.active.blink .indicator-lamp{animation:blink .8s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.status-indicator span{font-size:.7rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.05em}.value-displays{display:flex;flex-direction:column;gap:12px}.value-display{display:flex;flex-direction:column;gap:6px}.display-title{font-size:.65rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.08em}.display-screen{background:linear-gradient(180deg,#00000026,#0000000d),linear-gradient(180deg,#3a3a2a,#2a2a1a);border:3px solid #1a1a1a;border-radius:4px;padding:10px 14px;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700;color:#8fb88f;text-align:center;letter-spacing:.1em;min-width:120px;box-shadow:inset 0 4px 8px #0009,inset 0 1px #ffffff1a,0 2px 4px #0000004d;text-shadow:0 0 4px rgba(143,184,143,.5)}.tape-buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.flag-display{display:flex;gap:10px;justify-content:center;padding:15px;background:#0000001a;border-radius:8px}.flag-lamp{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#333;background:radial-gradient(circle at 30% 30%,#aaa,#777);border:3px solid #444;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0000004d,0 2px 4px #0006}.flag-lamp.lit{background:radial-gradient(circle at 30% 30%,#fe8,#da2);color:#000;border-color:#980;box-shadow:inset 0 2px 4px #ffffff80,0 0 8px 2px #ffdc6499,0 0 20px 4px #ffc85066}.help-panel{background:#f8f9fa;border-radius:8px;padding:20px;height:100%;display:flex;flex-direction:column;overflow:hidden}.help-header{margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #dee2e6}.help-header h2{margin:0 0 8px;color:#2c3e50;font-size:24px}.help-header p{margin:0;color:#6c757d;font-size:14px}.help-search{margin-bottom:15px}.search-input{width:100%;padding:10px 15px;border:2px solid #dee2e6;border-radius:6px;font-size:14px;transition:border-color .2s}.search-input:focus{outline:none;border-color:#4a90e2}.category-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.category-btn{padding:8px 16px;border:2px solid #dee2e6;border-radius:20px;background:#fff;cursor:pointer;font-size:13px;transition:all .2s;white-space:nowrap}.category-btn:hover{background:#f8f9fa;transform:translateY(-1px)}.category-btn.active{background:#4a90e2;color:#fff;border-color:#4a90e2}.help-content{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px;overflow:hidden}.instruction-list{overflow-y:auto;padding-right:10px}.instruction-card{background:#fff;border-radius:6px;border-left:4px solid #dee2e6;padding:12px;margin-bottom:10px;cursor:pointer;transition:all .2s}.instruction-card:hover{box-shadow:0 2px 8px #0000001a;transform:translate(4px)}.instruction-card.selected{box-shadow:0 4px 12px #00000026;background:#f0f7ff}.inst-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.inst-icon{font-size:18px}.inst-name{font-weight:700;font-size:16px;color:#2c3e50;font-family:Courier New,monospace}.inst-category{margin-left:auto;font-size:11px;font-weight:600;text-transform:uppercase}.inst-syntax{font-family:Courier New,monospace;font-size:13px;color:#495057;background:#f8f9fa;padding:4px 8px;border-radius:3px;margin-bottom:8px}.inst-brief{font-size:13px;color:#6c757d;line-height:1.4}.instruction-detail{background:#fff;border-radius:8px;padding:20px;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #dee2e6}.detail-header h3{margin:0;color:#2c3e50;font-size:22px;font-family:Courier New,monospace}.close-btn{background:none;border:none;font-size:24px;color:#6c757d;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-btn:hover{background:#f8f9fa;color:#dc3545}.detail-section{margin-bottom:20px}.detail-section h4{margin:0 0 10px;color:#495057;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.detail-description{color:#495057;line-height:1.6;margin:0}.syntax-code{display:block;background:#282c34;color:#61dafb;padding:12px 16px;border-radius:6px;font-family:Courier New,monospace;font-size:16px;font-weight:700}.example-code{background:#f8f9fa;border-left:4px solid #4a90e2;padding:12px 16px;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#2c3e50;overflow-x:auto;margin:0}.flags-info{background:#fff3cd;border-left:4px solid #ffc107;padding:10px 12px;border-radius:4px;color:#856404;font-family:Courier New,monospace;margin:0}.category-badge{display:inline-block;padding:6px 12px;border-radius:4px;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase}.help-footer{margin-top:20px;padding-top:15px;border-top:2px solid #dee2e6;font-size:13px;color:#6c757d}.help-footer p{margin:8px 0}.help-footer a{color:#4a90e2;text-decoration:none}.help-footer a:hover{text-decoration:underline}.instruction-list::-webkit-scrollbar,.instruction-detail::-webkit-scrollbar{width:8px}.instruction-list::-webkit-scrollbar-track,.instruction-detail::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.instruction-list::-webkit-scrollbar-thumb,.instruction-detail::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:4px}.instruction-list::-webkit-scrollbar-thumb:hover,.instruction-detail::-webkit-scrollbar-thumb:hover{background:#6c757d}@media (max-width: 768px){.help-content{grid-template-columns:1fr}.instruction-detail{position:fixed;top:50px;left:10px;right:10px;bottom:10px;z-index:1000;max-height:calc(100vh - 60px);background:#0a0a0a;border:2px solid #00ff00}}.tutorial-panel{display:grid;grid-template-columns:280px 1fr;height:100%;background:#f8f9fa;overflow:hidden}.tutorial-sidebar{background:#fff;border-right:2px solid #dee2e6;padding:20px;overflow-y:auto}.tutorial-sidebar h3{margin:0 0 20px;color:#2c3e50;font-size:18px}.lesson-item{display:flex;gap:12px;padding:12px;margin-bottom:10px;border-radius:8px;cursor:pointer;transition:all .2s;border:2px solid transparent}.lesson-item:hover{background:#f8f9fa;transform:translate(4px)}.lesson-item.active{background:#e3f2fd;border-color:#4a90e2}.lesson-item.completed .lesson-icon{background:#28a745;color:#fff}.lesson-icon{width:40px;height:40px;border-radius:8px;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.lesson-info{flex:1;min-width:0}.lesson-title{font-weight:600;color:#2c3e50;font-size:13px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lesson-desc{font-size:11px;color:#6c757d;line-height:1.3}.tutorial-content{display:flex;flex-direction:column;padding:30px;overflow-y:auto}.tutorial-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.lesson-badge{background:#4a90e2;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px}.step-counter{background:#e9ecef;padding:6px 12px;border-radius:12px;font-size:13px;color:#495057;font-weight:500}.progress-bar{height:6px;background:#e9ecef;border-radius:3px;overflow:hidden;margin-bottom:30px}.progress-fill{height:100%;background:linear-gradient(90deg,#4a90e2,#2ecc71);transition:width .3s ease}.tutorial-step{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000000d;flex:1;margin-bottom:20px}.tutorial-step h2{margin:0 0 20px;color:#2c3e50;font-size:28px}.step-content{color:#495057;font-size:16px;line-height:1.6;margin-bottom:20px}.step-content p{margin:12px 0;white-space:pre-wrap}.step-content strong{color:#2c3e50;font-weight:600}.code-section{margin:24px 0;border-radius:8px;overflow:hidden;border:2px solid #e9ecef}.code-header{background:#f8f9fa;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #e9ecef}.code-header span{font-weight:600;color:#495057;font-size:14px}.load-code-btn{background:#4a90e2;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s}.load-code-btn:hover{background:#357abd;transform:translateY(-1px)}.tutorial-code{background:#282c34;color:#abb2bf;padding:20px;font-family:Courier New,monospace;font-size:14px;line-height:1.6;margin:0;overflow-x:auto}.action-box{background:#fff3cd;border-left:4px solid #ffc107;padding:16px;border-radius:6px;margin:20px 0;color:#856404}.action-box strong{display:block;margin-bottom:8px;font-size:15px}.tip-box{background:#d1ecf1;border-left:4px solid #17a2b8;padding:16px;border-radius:6px;margin:20px 0;color:#0c5460}.tip-box strong{display:block;margin-bottom:8px;font-size:15px}.tutorial-navigation{display:flex;justify-content:space-between;gap:12px}.nav-btn{flex:1;padding:14px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.nav-btn.prev{background:#e9ecef;color:#495057}.nav-btn.prev:hover:not(:disabled){background:#dee2e6;transform:translate(-2px)}.nav-btn.next{background:#4a90e2;color:#fff}.nav-btn.next:hover:not(:disabled){background:#357abd;transform:translate(2px)}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.tutorial-sidebar::-webkit-scrollbar,.tutorial-content::-webkit-scrollbar{width:8px}.tutorial-sidebar::-webkit-scrollbar-track,.tutorial-content::-webkit-scrollbar-track{background:#f1f1f1}.tutorial-sidebar::-webkit-scrollbar-thumb,.tutorial-content::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:4px}@media (max-width: 768px){.tutorial-panel{grid-template-columns:1fr}.tutorial-sidebar{display:none}.tutorial-content{padding:15px}.tutorial-step{padding:20px}.tutorial-step h2{font-size:22px}}.docs-panel{display:grid;grid-template-columns:250px 1fr;height:100%;background:#f8f9fa;overflow:hidden}.docs-sidebar{background:#fff;border-right:2px solid #dee2e6;padding:20px;overflow-y:auto}.docs-sidebar h3{margin:0 0 20px;color:#2c3e50;font-size:18px}.doc-item{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:8px;border-radius:8px;cursor:pointer;transition:all .2s;border:2px solid transparent}.doc-item:hover{background:#f8f9fa;transform:translate(4px)}.doc-item.active{background:#e3f2fd;border-color:#4a90e2}.doc-icon{font-size:24px}.doc-title{font-weight:500;color:#2c3e50;font-size:14px}.docs-content{display:flex;flex-direction:column;overflow:hidden}.docs-header{background:#fff;padding:20px 30px;border-bottom:2px solid #dee2e6}.docs-header h2{margin:0;color:#2c3e50;font-size:28px}.docs-body{flex:1;padding:30px;overflow-y:auto;background:#fff}.markdown-content{max-width:800px;color:#2c3e50;line-height:1.6}.markdown-content h1{font-size:32px;margin:30px 0 20px;color:#2c3e50;border-bottom:3px solid #4a90e2;padding-bottom:10px}.markdown-content h2{font-size:24px;margin:25px 0 15px;color:#34495e;border-bottom:2px solid #dee2e6;padding-bottom:8px}.markdown-content h3{font-size:20px;margin:20px 0 12px;color:#495057}.markdown-content p{margin:12px 0;font-size:15px;color:#495057}.markdown-content li{margin:8px 0 8px 30px;font-size:15px;color:#495057}.markdown-content a{color:#4a90e2;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.markdown-content a:hover{border-bottom-color:#4a90e2}.markdown-content hr{border:none;border-top:2px solid #dee2e6;margin:30px 0}.markdown-content code{background:#f8f9fa;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:14px;color:#e74c3c}.link-content{max-width:600px}.link-content p{font-size:16px;color:#495057;margin-bottom:20px}.doc-link-btn{display:inline-block;background:#4a90e2;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.doc-link-btn:hover{background:#357abd;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.docs-sidebar::-webkit-scrollbar,.docs-body::-webkit-scrollbar{width:8px}.docs-sidebar::-webkit-scrollbar-track,.docs-body::-webkit-scrollbar-track{background:#f1f1f1}.docs-sidebar::-webkit-scrollbar-thumb,.docs-body::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:4px}@media (max-width: 768px){.docs-panel{grid-template-columns:1fr}.docs-sidebar{display:none}.docs-body{padding:20px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Courier New,monospace;background:#1a1a1a;color:#0f0}.elea-container{min-height:100vh;display:flex;flex-direction:column}.elea-header{background:#000;border-bottom:3px solid #00ff00;padding:1rem 2rem;box-shadow:0 0 20px #00ff004d;display:flex;align-items:center;justify-content:space-between}.elea-header h1{font-size:2rem;color:#0f0;text-shadow:0 0 10px rgba(0,255,0,.5);margin-bottom:.5rem}.header-info{font-size:.9rem;color:#0a0}.header-controls{display:flex;align-items:center;gap:1rem}.ui-mode-selector{display:flex;background:#010;border:2px solid #00aa00;border-radius:6px;overflow:hidden}.mode-btn{padding:.5rem .75rem;background:transparent;border:none;border-right:1px solid #00aa00;color:#0a0;font-family:Courier New,monospace;font-size:.8rem;cursor:pointer;transition:all .2s}.mode-btn:last-child{border-right:none}.mode-btn:hover{background:#020;color:#0f0}.mode-btn.active{background:#030;color:#0f0;box-shadow:inset 0 0 10px #00ff004d}.mode-toggle{padding:.5rem 1rem;background:#010;border:2px solid #00aa00;color:#0a0;font-family:Courier New,monospace;cursor:pointer;transition:all .3s;border-radius:4px}.mode-toggle.active{background:#030;color:#0f0;box-shadow:0 0 10px #00ff004d}.sound-control{display:flex;align-items:center;gap:.5rem;color:#0a0;cursor:pointer}.sound-control input[type=checkbox]{cursor:pointer}.volume-slider{width:100px;accent-color:#00ff00}.volume-slider:disabled{opacity:.3}.elea-main{flex:1;display:grid;grid-template-columns:1fr 400px;gap:1rem;padding:1rem}.left-panel{background:#0a0a0a;border:2px solid #00ff00;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.tabs{display:flex;background:#000;border-bottom:2px solid #00ff00}.tabs button{flex:1;padding:1rem;background:transparent;border:none;color:#0a0;font-family:Courier New,monospace;font-size:1rem;cursor:pointer;transition:all .3s}.tabs button:hover{background:#010}.tabs button.active{background:#030;color:#0f0;font-weight:700}.tab-content{flex:1;overflow:auto;padding:1rem}.console-container{height:100%;display:flex;flex-direction:column}.console-output{flex:1;background:#000;border:1px solid #00aa00;border-radius:4px;padding:1rem;overflow-y:auto;font-family:Courier New,monospace;font-size:1rem;line-height:1.4}.console-output pre{color:#0f0;margin:0;white-space:pre-wrap}.memory-view,.memory-controls{display:flex;flex-direction:column;gap:1rem}.control-row{display:flex;gap:1rem}.control-row label{display:flex;flex-direction:column;gap:.5rem;flex:1}.control-row input{padding:.5rem;background:#000;border:1px solid #00aa00;color:#0f0;font-family:Courier New,monospace}.view-mode-toggle{display:flex;gap:.5rem}.view-mode-toggle button{flex:1;padding:.5rem;background:#010;border:1px solid #00aa00;color:#0a0;font-family:Courier New,monospace;cursor:pointer}.view-mode-toggle button.active{background:#030;color:#0f0;font-weight:700}.memory-dump{background:#000;border:1px solid #00aa00;border-radius:4px;padding:1rem;overflow-x:auto}.memory-dump pre{color:#0f0;font-size:.9rem;line-height:1.6}.memory-stats{font-size:.9rem;color:#0a0}.assembler-tab{display:flex;flex-direction:column;gap:1rem;height:100%}.assembler-toolbar{display:flex;gap:1rem;align-items:center}.assembler-toolbar select{flex:1;padding:.5rem;background:#000;border:1px solid #00aa00;color:#0f0;font-family:Courier New,monospace}.assemble-btn{padding:.5rem 1rem;background:#030;border:2px solid #00ff00;color:#0f0;font-family:Courier New,monospace;font-weight:700;cursor:pointer;transition:all .3s}.assemble-btn:hover{background:#050;box-shadow:0 0 10px #00ff0080}.editor-container{flex:1;border:1px solid #00aa00;border-radius:4px;overflow:hidden}.code-editor{width:100%;height:100%;padding:1rem;background:#000;border:none;color:#0f0;font-family:Courier New,monospace;font-size:1rem;line-height:1.6;resize:none;outline:none}.symbol-table{max-height:200px;overflow-y:auto}.symbol-table table{width:100%;border-collapse:collapse}.symbol-table th,.symbol-table td{padding:.5rem;text-align:left;border-bottom:1px solid #00aa00}.symbol-table th{background:#010;color:#0f0;font-weight:700}.right-panel{display:flex;flex-direction:column;gap:1rem}.register-display,.control-panel,.snapshots-panel{background:#0a0a0a;border:2px solid #00ff00;border-radius:8px;padding:1rem}.register-display h3,.control-panel h3,.snapshots-panel h3{color:#0f0;margin-bottom:1rem;font-size:1.2rem;text-transform:uppercase}.register-grid{display:flex;flex-direction:column;gap:.5rem}.register-row{display:flex;justify-content:space-between;padding:.5rem;background:#000;border:1px solid #00aa00;border-radius:4px}.reg-label{color:#0a0;font-weight:700}.reg-value{color:#0f0}.monospace{font-family:Courier New,monospace}.register-flags{margin-top:1rem}.register-flags h4{color:#0a0;margin-bottom:.5rem}.flag-row{display:flex;gap:.5rem}.flag-row span{flex:1;padding:.5rem;text-align:center;border:1px solid #00aa00;border-radius:4px;font-weight:700}.flag-on{background:#030;color:#0f0;box-shadow:0 0 5px #00ff0080}.flag-off{background:#000;color:#040}.button-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.button-group button{padding:.75rem;background:#010;border:2px solid #00aa00;color:#0f0;font-family:Courier New,monospace;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s}.button-group button:hover:not(:disabled){background:#030;box-shadow:0 0 10px #00ff004d}.button-group button:disabled{opacity:.5;cursor:not-allowed}.button-group button.run{background:#020;border-color:#0f0}.button-group button.pause{background:#320;border-color:#fa0;color:#fa0}.button-group button.reset{background:#200;border-color:#f44;color:#f44}.stats{margin-top:1rem}.stats h4{color:#0a0;margin-bottom:.5rem}.stat-line{display:flex;justify-content:space-between;padding:.25rem 0;border-bottom:1px dotted #004400}.stat-line span:first-child{color:#0a0}.stat-line span:last-child{color:#0f0;font-weight:700}.state-running{color:#0f0!important;animation:blink 1s infinite}.state-paused{color:#fa0!important}.state-stopped{color:#f44!important}.state-error{color:red!important;font-weight:700}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:.3}}.snapshot-list{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.snapshot-btn{padding:.5rem;background:#000;border:1px solid #00aa00;color:#0a0;font-family:Courier New,monospace;cursor:pointer;transition:all .3s}.snapshot-btn:hover{background:#010;color:#0f0}.elea-container.hardware .right-panel{background:linear-gradient(135deg,#2a2a2a,#1a1a1a)}.elea-container.original .right-panel{background:transparent;overflow-x:hidden;overflow-y:auto}.right-panel{overflow-x:hidden;max-width:100%}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#0a0;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0f0}@media (max-width: 1024px){.elea-main{grid-template-columns:1fr 350px}.elea-header h1{font-size:1.5rem}.header-info{font-size:.8rem}}@media (max-width: 768px){.elea-main{grid-template-columns:1fr;grid-template-rows:1fr auto}.right-panel{max-height:60vh;overflow-y:auto}.elea-header{flex-direction:column;gap:1rem;padding:1rem}.header-controls{width:100%;justify-content:space-between}.tabs{flex-wrap:wrap}.tabs button{flex:1 1 auto;padding:.75rem;font-size:.9rem}}@media (max-width: 480px){.elea-header h1{font-size:1.2rem}.header-info{font-size:.7rem}.elea-main{padding:.5rem;gap:.5rem}.tab-content{padding:.5rem}.volume-slider{width:60px}.mode-toggle{padding:.4rem .8rem;font-size:.85rem}}.original-layout{min-height:100vh;display:flex;flex-direction:column;background:#0a0a0a}.original-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:linear-gradient(180deg,#2a2a2a,#1a1a1a);border-bottom:2px solid #444;flex-shrink:0}.header-brand{display:flex;align-items:baseline;gap:12px}.brand-olivetti{font-size:1.4rem;font-weight:300;letter-spacing:.2em;color:#d0d0d0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.brand-model{font-size:1rem;color:#d4af37;font-weight:700;letter-spacing:.1em}.original-header .header-controls{display:flex;align-items:center;gap:12px}.original-header .ui-mode-selector{background:#222;border:1px solid #444;border-radius:4px}.original-header .mode-btn{padding:6px 10px;font-size:1rem;border-color:#444;color:#888}.original-header .mode-btn:hover{background:#333;color:#fff}.original-header .mode-btn.active{background:#444;color:#d4af37;box-shadow:none}.original-header .sound-control{color:#888}.tools-btn{width:36px;height:36px;border-radius:6px;border:2px solid #444;background:#222;color:#888;font-size:1.1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.tools-btn:hover{background:#333;border-color:#666;color:#fff}.tools-btn.active{background:#030;border-color:#0a0;color:#0f0}.original-content{flex:1;display:flex;overflow:hidden}.original-main{flex:1;overflow-y:auto;padding:16px;background:linear-gradient(180deg,#111,#0a0a0a)}.tools-sidebar{width:400px;background:#0a0a0a;border-left:3px solid #00aa00;display:flex;flex-direction:column;overflow:hidden}.tools-sidebar .tools-tabs{display:flex;gap:2px;padding:8px;background:#111;border-bottom:1px solid #333;flex-shrink:0}.tools-sidebar .tools-tabs button{flex:1;padding:8px 12px;background:#1a1a1a;border:1px solid #333;color:#0a0;font-family:Courier New,monospace;font-size:.75rem;cursor:pointer;border-radius:4px;transition:all .2s}.tools-sidebar .tools-tabs button:hover{background:#222;border-color:#0a0}.tools-sidebar .tools-tabs button.active{background:#020;border-color:#0f0;color:#0f0}.tools-sidebar .tools-panel-content{flex:1;overflow-y:auto;padding:12px;background:#0a0a0a}.tools-sidebar .console{height:100%;min-height:300px}.tools-sidebar .assembler-tab{height:100%}.tools-sidebar .code-editor{height:250px;min-height:200px}.tools-sidebar .memory-view{height:100%}@media (max-width: 900px){.tools-sidebar{width:320px}}@media (max-width: 768px){.original-content{flex-direction:column}.original-main{padding:8px}.tools-sidebar{width:100%;max-height:40vh;border-left:none;border-top:3px solid #00aa00}}@media (max-width: 480px){.original-header{padding:6px 10px}.brand-olivetti{font-size:.9rem;letter-spacing:.1em}.brand-model{font-size:.75rem}.original-header .mode-btn{padding:4px 8px;font-size:.9rem}.tools-btn{width:32px;height:32px}}
