:root{font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;color:#192d37;background:#f4f7f8;font-size:16px;--teal:#087f74;--muted:#687a82;--border:#dde5e8}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{outline-offset:4px}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button,.primary,.secondary{border-radius:8px;padding:10px 16px;border:1px solid transparent;white-space:nowrap}button.primary{background:var(--teal);color:white;font-weight:600}button.primary:hover{background:#08675f}.secondary{background:white;border-color:var(--border);color:#243e48}label{display:flex;flex-direction:column;gap:8px;font-size:.875rem;font-weight:600}input,select{border:1px solid #ccd9de;border-radius:7px;background:white;color:#243e48;padding:10px 12px;min-width:0}input:focus,select:focus{border-color:var(--teal)}h1,h2,p{margin-top:0}h1{font-size:1.9rem;letter-spacing:-.04em;margin-bottom:10px}h2{font-size:1.2rem}small{font-size:.875rem;font-weight:400}.muted{color:var(--muted);font-size:.9rem}.eyebrow{font-size:.75rem;color:#748991;letter-spacing:.12em;font-weight:700;margin-bottom:14px}.error{color:#b83c39;font-size:.875rem;min-height:1em}.login{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at 20% 20%,#e4f3ee,transparent 50%),#f3f7f8;padding:30px}.login-card{background:white;border:1px solid var(--border);border-radius:18px;padding:44px;width:100%;max-width:440px;box-shadow:0 12px 60px #17384108}.brand-icon{width:48px;height:48px;margin-bottom:28px}.login form{display:grid;gap:19px;margin-top:30px}.login form button{display:flex;justify-content:space-between}.login-note{font-size:.8rem;color:var(--muted);margin-top:24px}aside{position:fixed;inset:0 auto 0 0;width:240px;background:#fff;border-right:1px solid var(--border);padding:30px 20px;display:flex;flex-direction:column}.brand{display:flex;gap:10px;align-items:center;color:#183741;text-decoration:none;font-weight:700;white-space:nowrap;font-size:1rem;margin-bottom:48px}.brand img{width:34px}.nav{display:flex;align-items:center;gap:14px;background:transparent;width:100%;padding:13px 15px;text-align:left;color:#627980;margin-bottom:7px}.nav.active{background:#e7f4f0;color:var(--teal);font-weight:600}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--border);padding-top:24px;font-size:.8rem;color:var(--muted)}.text-button{display:block;padding:7px 0;background:transparent;font-size:.875rem;color:var(--muted)}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#199987;margin-right:7px}.content{margin-left:240px;padding:36px 42px;max-width:1900px}header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}header .eyebrow{font-size:.7rem}header p{margin-bottom:0}.header-end{display:flex;align-items:center;gap:22px;font-size:.875rem;color:var(--muted)}.admin-badge{padding:8px 12px;border:1px solid var(--border);background:white;border-radius:20px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0 0 28px}.stats article{padding:22px 24px;background:white;border:1px solid var(--border);border-radius:10px}.stats p{color:var(--muted);font-size:.875rem;margin-bottom:14px}.stats strong{font-size:2rem;font-weight:600}.stats article:nth-child(2) strong{color:var(--teal)}.toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.filters{display:flex;gap:16px}.filters label{min-width:150px}.refresh-note{margin:0 0 10px}.device-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.device-card{background:white;border:1px solid var(--border);border-radius:12px;overflow:hidden}.device-head{display:flex;align-items:center;justify-content:space-between;padding:17px 20px}.device-title{font-weight:650}.device-room{font-size:.8rem;color:var(--muted);margin-top:5px}.badge{font-size:.75rem;background:#f0f3f4;color:#73818a;padding:5px 9px;border-radius:6px}.badge.online{background:#e3f4ec;color:#0d7c5e}.screen{aspect-ratio:16/9;background:#edf2f4;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.screen img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}.screen .offline{text-align:center;color:#7c8d96}.offline svg{width:42px;height:42px;margin-bottom:12px;stroke:#95aab3}.offline p{margin-bottom:7px}.offline small{font-size:.8rem}.device-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 20px}.device-bottom .muted{font-size:.75rem;margin:0}.device-buttons{display:flex;align-items:center;gap:14px}.device-buttons button,.device-buttons a{padding:0;border:0;background:none;color:var(--teal);text-decoration:none;font-size:.8rem}.footnote{font-size:.8rem;color:var(--muted);margin:22px 0}footer{font-size:.75rem;color:#86949a;border-top:1px solid var(--border);padding-top:22px;margin-top:36px}.banner{background:#fff5df;color:#856017;border:1px solid #ebdba9;padding:13px 16px;border-radius:8px;margin-bottom:22px;font-size:.875rem}.history-toolbar{justify-content:flex-start;align-items:end}.history-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.history-card{border:1px solid var(--border);border-radius:9px;overflow:hidden;background:white}.history-card img{width:100%;aspect-ratio:16/9;object-fit:contain;background:#edf2f4;cursor:zoom-in}.history-card p{padding:12px 14px;font-size:.8rem;margin:0}.empty{padding:64px 20px;text-align:center;border:1px dashed #c5d5dc;border-radius:12px;grid-column:1/-1;color:var(--muted)}dialog{border:1px solid var(--border);border-radius:14px;padding:28px;max-width:calc(100vw - 40px);width:440px}dialog::backdrop{background:#10283499;backdrop-filter:blur(3px)}dialog form{display:grid;gap:18px}#viewer{width:1280px}#viewer img{display:block;width:100%;max-height:75vh;object-fit:contain;background:#edf2f4}.dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dialog-header h2{margin:0}#viewer-status{margin:14px 0 0}.checkbox{flex-direction:row;align-items:center}.checkbox input{width:18px;height:18px}.actions{display:flex;gap:12px}[hidden]{display:none!important}@media(min-width:1650px){.device-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){aside{width:200px;padding:25px 14px}.content{margin-left:200px;padding:28px 24px}.header-end #clock{display:none}.toolbar{flex-wrap:wrap}.stats{gap:10px}.stats article{padding:18px}.device-grid{grid-template-columns:1fr}.history-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){aside{position:static;width:auto;padding:15px 20px;display:grid;grid-template-columns:1fr 1fr;gap:5px}.brand{grid-column:1/-1;margin:0 0 15px}aside>.eyebrow,.sidebar-bottom p{display:none}.sidebar-bottom{grid-column:1/-1;display:flex;gap:20px;border:0;padding:0}.nav{margin:0}.content{margin:0;padding:24px 18px}.stats{grid-template-columns:repeat(2,1fr)}.filters{width:100%;flex-wrap:wrap}.filters label{flex:1}.history-grid{grid-template-columns:1fr}.login-card{padding:30px}.header-end{display:none}}
