:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:#111;color:#f0c86a;font-family:Courier New,monospace}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:repeating-linear-gradient(0deg,#0000 0 3px,#0003 4px);z-index:5}main{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle,#29251b,#080808 70%)}.terminal{width:min(720px,100%);border:2px solid #886f36;border-radius:8px;padding:22px;background:#181710;box-shadow:0 0 50px #000,inset 0 0 30px #000}header{display:flex;justify-content:space-between;border-bottom:1px solid #66562f;padding-bottom:14px;font-size:1.5rem}header b{font-size:.85rem;color:#9d854b}.lights{font-size:.72rem;word-spacing:5px;text-align:right;padding:10px 0;color:#796c4b}.lights i{display:inline-block;width:8px;height:8px;background:#29251e;border-radius:50%;margin-left:9px}.lights i.on{background:#69e26e;box-shadow:0 0 8px #69e26e}.roles{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:12px 0}button,input{font:inherit;border:1px solid #836e39;background:#201e15;color:#f0c86a;padding:11px}button{cursor:pointer}button.active,button:hover{background:#f0c86a;color:#19170f}button:disabled,input:disabled{opacity:.4;cursor:not-allowed}dl{display:grid;grid-template-columns:150px 1fr;line-height:1.8}dt{color:#8e7a4b}dd{margin:0}.status{color:#79e27b}.number-panel{margin:18px 0 10px;padding:12px 14px 15px;border:1px solid #66562f;background:#090d08;box-shadow:inset 0 0 18px #000,0 0 12px #7cf47b12}.number-label{display:block;margin-bottom:6px;color:#8e9d6e;font-size:.72rem;letter-spacing:.2em}.number-row{display:flex;align-items:center;gap:12px}.number-display{min-width:0;flex:1 1;color:#8dff91;font-family:Courier New,monospace;font-size:clamp(2rem,7vw,3.45rem);font-weight:700;line-height:1;letter-spacing:.04em;white-space:nowrap;text-shadow:0 0 5px #69e26e,0 0 16px #39bb43}.number-display.placeholder{color:#456648;text-shadow:0 0 7px #315a34;opacity:.55}.copy-number{min-width:88px;padding:10px 9px;border-color:#578858;color:#8dff91;background:#101b10;font-size:.78rem;letter-spacing:.08em}.copy-number:hover{background:#8dff91;color:#0b140b}.copy-number.copied{border-color:#8dff91;background:#203c21;color:#baffbc;box-shadow:0 0 10px #69e26e55}.chat form,.dial{display:flex;gap:8px}.chat input,.dial input{flex:1 1}.controls>button{width:100%}.incoming{border:1px dashed #ed795d;margin-top:10px;padding:12px;color:#ed795d;display:flex;align-items:center;justify-content:space-between}.chat{margin-top:18px;border-top:1px solid #66562f;padding-top:16px}.log{height:230px;overflow:auto;background:#0a0b08;padding:12px;border:1px inset #443a23;color:#8ee392}.log p{margin:.4em 0}.log .mine{color:#e3cb8e}.muted{opacity:.45}.error{color:#ff6c58}.hangup{width:100%;margin-top:12px;border-color:#a94b3a;color:#ff7966}@media(max-width:550px){header{font-size:1.1rem}dl{grid-template-columns:110px 1fr}.terminal{padding:14px}.number-panel{padding:10px}.number-row{gap:7px}.number-display{font-size:clamp(1.65rem,8.6vw,2.5rem);letter-spacing:0}.copy-number{min-width:72px;padding:9px 6px;font-size:.7rem}}.gauge{font-size:.95rem;letter-spacing:2px}.gauge-tx{color:#e3cb8e}.gauge-rx{color:#8ee392}