:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:#18332b;background:#eef4f1;font-size:16px;--forest:#123b32;--green:#1f6b54;--mint:#dff3e9;--line:#d9e5df;--danger:#a93f45;--paper:#fff;--muted:#687972}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-brand{background:linear-gradient(145deg,#0d2f28,#1f6b54);color:#fff;padding:clamp(2rem,6vw,6rem);display:flex;flex-direction:column;justify-content:space-between}.mark{width:62px;height:62px;border:10px solid #bfe7d6;border-radius:50%;box-shadow:inset 0 0 0 8px #123b32}.login-brand h1{font-size:clamp(2.6rem,6vw,5.5rem);line-height:.95;margin:2rem 0 1rem;max-width:8ch}.login-brand p{color:#cbe5da;max-width:32rem;font-size:1.12rem}.login-panel{display:grid;place-items:center;padding:2rem}.login-card{width:min(100%,420px)}h2,h3,p{margin-top:0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:800;color:var(--green)}label{display:block;font-weight:700;margin:.9rem 0 .4rem}input,select{width:100%;padding:.82rem 1rem;border:1px solid #bfd0c8;border-radius:12px;background:#fff;color:var(--forest)}input:focus,select:focus,button:focus-visible{outline:3px solid #8dccb3;outline-offset:2px}.primary,.secondary,.danger{border:0;border-radius:12px;padding:.78rem 1rem;font-weight:800}.primary{background:var(--green);color:white}.secondary{background:var(--mint);color:var(--forest)}.danger{background:#fae4e5;color:var(--danger)}.full{width:100%;margin-top:1rem}.hint{color:var(--muted);font-size:.9rem;margin-top:1rem}.shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:var(--forest);color:#fff;padding:1.4rem;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{font-size:1.3rem;font-weight:900;display:flex;align-items:center;gap:.7rem;margin-bottom:2rem}.brand .mark{width:32px;height:32px;border-width:5px;box-shadow:none}.nav{display:grid;gap:.4rem}.nav button{border:0;background:transparent;color:#cde0d8;text-align:left;padding:.8rem 1rem;border-radius:10px;font-weight:700}.nav button.active,.nav button:hover{background:#245347;color:#fff}.account{margin-top:auto;border-top:1px solid #39645a;padding-top:1rem}.account small{color:#a9c4ba}.main{padding:clamp(1.3rem,3vw,2.5rem);min-width:0}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.8rem}.topbar h1{font-size:clamp(1.8rem,4vw,2.7rem);margin:.2rem 0}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}.stat{grid-column:span 3}.card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:1.2rem;box-shadow:0 8px 30px rgba(18,59,50,.05)}.stat strong{font-size:2rem;display:block}.stat span,.muted{color:var(--muted)}.wide{grid-column:span 8}.side{grid-column:span 4}.section-title{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.section-title h2{margin:0}.device-list,.audit-list,.user-list{display:grid;gap:.7rem}.device,.audit,.user{border:1px solid var(--line);border-radius:14px;padding:1rem}.device-head,.user-head{display:flex;justify-content:space-between;gap:1rem}.status{font-size:.82rem;font-weight:800;padding:.25rem .55rem;border-radius:999px;background:#e6f5ee;color:#176044;white-space:nowrap}.status.off{background:#f1f1f1;color:#666}.device-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.device-actions button{font-size:.86rem}.pair-code{font-size:2.2rem;letter-spacing:.16em;font-weight:900;color:var(--green);text-align:center;padding:1rem;background:var(--mint);border-radius:14px}.permissions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.7rem}.permission{background:#eef4f1;padding:.25rem .55rem;border-radius:8px;font-size:.78rem}.table-actions{display:flex;gap:.5rem;align-items:center}.empty{padding:2rem;text-align:center;color:var(--muted)}dialog{border:0;border-radius:20px;padding:0;width:min(92vw,540px);box-shadow:0 30px 80px rgba(0,0,0,.25)}dialog::backdrop{background:rgba(11,30,25,.62)}.dialog-body{padding:1.5rem}.checks{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin:1rem 0}.check{display:flex;align-items:center;gap:.5rem;font-weight:600}.check input{width:auto}.dialog-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.2rem}#toast{position:fixed;right:1rem;bottom:1rem;background:#132f28;color:#fff;padding:.85rem 1rem;border-radius:12px;opacity:0;transform:translateY(12px);transition:.2s;pointer-events:none}#toast.show{opacity:1;transform:none}.warning{background:#fff2cf;border:1px solid #efd683;color:#684f06;padding:1rem;border-radius:14px;margin-bottom:1rem}.location-map{margin-top:1rem;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#f7faf8}.location-title{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.75rem .9rem}.location-title a{color:var(--green);font-weight:800;text-decoration:none}.location-map iframe{display:block;width:100%;height:260px;border:0;background:#e9efec}.coordinates{padding:.55rem .9rem;font-size:.82rem}.location-empty{margin-top:.8rem;padding:.8rem;border-radius:12px;background:#f1f5f3;color:var(--muted)}@media(max-width:900px){.login-shell{grid-template-columns:1fr}.login-brand{min-height:34vh}.login-brand h1{font-size:3rem}.shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.nav{grid-template-columns:repeat(4,1fr)}.nav button{text-align:center;padding:.65rem .3rem}.account{display:none}.stat{grid-column:span 6}.wide,.side{grid-column:span 12}}@media(max-width:560px){.main{padding:1rem}.stat{grid-column:span 12}.topbar{align-items:stretch;flex-direction:column}.nav button{font-size:.78rem}.checks{grid-template-columns:1fr}.device-head,.user-head{flex-direction:column}.login-brand{padding:2rem}.pair-code{font-size:1.7rem}.location-title{align-items:flex-start;flex-direction:column}.location-map iframe{height:220px}}
