:root{--bg: #0f1419;--panel: #16202a;--card: #1a222c;--text: #e8eef5;--muted: #93a0b0;--accent: #3d8bfd;--ok: #3ecf8e;--warn: #f0b429;--danger: #f07178;--border: #2a3542;--nav-w: 280px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--text)}button,input{font:inherit}#app{min-height:100%}.login-wrap{min-height:100dvh;display:grid;place-items:center;padding:1.25rem}.login-card{width:min(420px,100%);background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.5rem}.login-card h1{margin:0 0 .35rem;font-size:1.55rem}.login-card .sub{color:var(--muted);margin:0 0 1.25rem}.login-card label{display:block;margin-bottom:.85rem;font-size:.9rem}.login-card input[type=text],.login-card input[type=email],.login-card input[type=tel]{width:100%;margin-top:.35rem;padding:.7rem .8rem;border-radius:10px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.actions button{flex:1 1 140px;border:0;border-radius:10px;padding:.7rem .9rem;background:var(--accent);color:#fff;font-weight:650;cursor:pointer}.actions button.secondary{background:#2a3a4d}.check{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem;margin:.75rem 0}.check input{width:auto}.usb-hint{color:var(--warn);font-size:.82rem;line-height:1.35;margin:0 0 .75rem}.usb-kbd{margin:.5rem 0 .75rem}.usb-kbd__row{display:flex;gap:.25rem;justify-content:center;margin-bottom:.25rem}.usb-kbd button{flex:1 1 0;min-height:2.4rem;border:0;border-radius:8px;background:#2a3a4d;color:#fff;font-weight:600;cursor:pointer;padding:.35rem 0}.shell{display:grid;grid-template-columns:var(--nav-w) 1fr;min-height:100dvh}.sidebar{background:var(--panel);border-right:1px solid var(--border);padding:1rem .85rem;display:flex;flex-direction:column;gap:.35rem}.brand{font-weight:750;letter-spacing:.02em;padding:.4rem .65rem 1rem}.nav-btn{text-align:left;background:transparent;color:var(--text);border:0;border-radius:10px;padding:.7rem .75rem;cursor:pointer}.nav-btn.active,.nav-btn:hover{background:#243041}.sidebar .spacer{flex:1}.status-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--muted);padding:.35rem .55rem;border-radius:999px;background:#121820;margin:.35rem .65rem}.status-pill .dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--danger)}.status-pill.online .dot{background:var(--ok)}.main{display:flex;flex-direction:column;min-width:0}.topbar{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);background:#121820}.menu-toggle{display:none;border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:8px;padding:.45rem .65rem;cursor:pointer}.topbar h2{margin:0;font-size:1.1rem;flex:1}.topbar .who{color:var(--muted);font-size:.85rem}.topbar button.ghost{border:1px solid var(--border);background:transparent;color:var(--text);border-radius:8px;padding:.45rem .7rem;cursor:pointer}.content{padding:1.25rem;overflow:auto}.placeholder{background:var(--card);border:1px dashed var(--border);border-radius:14px;padding:1.5rem;max-width:860px}.placeholder h3{margin-top:0}.muted{color:var(--muted)}.device-list{list-style:none;padding:0;margin:1rem 0}.device-list li{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}.device-list button{border:0;background:var(--danger);color:#fff;border-radius:8px;padding:.4rem .65rem;cursor:pointer}.overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:20}@media(max-width:860px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:min(var(--nav-w),86vw);z-index:30;transform:translate(-105%);transition:transform .2s ease}.shell.nav-open .sidebar{transform:translate(0)}.shell.nav-open .overlay{display:block}.menu-toggle{display:inline-flex}}.pin-box{margin:1rem 0;padding:.9rem 1rem;border-radius:12px;border:1px solid var(--ok);background:#123325}.pin-box strong{font-size:1.25rem;letter-spacing:.12em}.photo-block{margin-bottom:1rem}.photo-stage{width:min(280px,100%);aspect-ratio:1;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:#0b1014;touch-action:none;position:relative}.photo-stage video,.photo-stage canvas,.photo-stage img{width:100%;height:100%;object-fit:cover;display:block}.photo-stage input#zoom,#zoom{width:min(280px,100%);margin:.5rem 0}.profile-card{width:min(480px,100%)}.chips{display:flex;flex-wrap:wrap;gap:.4rem .85rem;margin:.5rem 0 1rem}.staff-card{border:1px solid var(--border);border-radius:12px;padding:1rem;margin:.85rem 0;background:#121820}.staff-head{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem}.staff-photo{width:56px;height:56px;border-radius:12px;object-fit:cover;background:#0b1014}.placeholder-photo{border:1px dashed var(--border)}.staff-grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.staff-wrap label input,.staff-card input,.placeholder input,.placeholder select,.placeholder textarea{width:100%;margin-top:.3rem;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}@media(max-width:640px){.staff-grid{grid-template-columns:1fr}}
