:root{font-family:Inter,"Microsoft YaHei",system-ui,sans-serif;color:#17202f;background:#f2f5f8;line-height:1.5}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% 5%,#d9e9e8 0,transparent 28%),#f2f5f8}.shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:40px 0}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.eyebrow{font-size:12px;letter-spacing:.18em;color:#147f79;font-weight:800}.topbar h1{margin:4px 0 0;font-size:28px}.panel{background:#fff;border:1px solid #dce3ea;border-radius:22px;box-shadow:0 18px 60px rgba(23,32,47,.08)}.login-panel{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden}.panel-copy{padding:64px;background:#153b3a;color:#fff}.panel-copy h2{font-size:36px;line-height:1.2;margin:20px 0 14px}.panel-copy p{color:#cfe0df;max-width:520px}.tag{padding:7px 10px;border:1px solid #4d7573;border-radius:100px;font-size:12px}form{padding:54px;display:flex;flex-direction:column;justify-content:center;gap:18px}label{font-weight:700;font-size:14px}input{display:block;width:100%;margin-top:8px;padding:13px 14px;border:1px solid #cbd5df;border-radius:10px;font:inherit;outline:none}input:focus{border-color:#147f79;box-shadow:0 0 0 3px rgba(20,127,121,.12)}button{border:0;border-radius:10px;padding:12px 18px;font:inherit;font-weight:800;cursor:pointer}.primary{background:#147f79;color:#fff}.primary:hover{background:#0d6f69}.secondary,.ghost{background:#fff;border:1px solid #cbd5df;color:#243043}.ghost{padding:9px 14px}.error{min-height:22px;color:#b42318;font-size:14px}.hidden{display:none!important}.status-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.status-card{display:flex;align-items:center;gap:14px}.status-card small{display:block;color:#667085;margin-top:2px}.dot{width:13px;height:13px;border-radius:50%;background:#98a2b3;box-shadow:0 0 0 6px rgba(152,162,179,.16)}.dot.online{background:#12a075;box-shadow:0 0 0 6px rgba(18,160,117,.15)}.actions{display:flex;gap:10px}.video-panel{position:relative;min-height:620px;border-radius:22px;overflow:hidden;background:#17202f;box-shadow:0 18px 60px rgba(23,32,47,.16)}video{width:100%;height:100%;min-height:620px;display:block;object-fit:contain;background:#111827}.empty-state{position:absolute;inset:0;display:grid;place-content:center;text-align:center;color:#d8dee8}.empty-state h3{margin:18px 0 6px;font-size:24px}.empty-state p{margin:0;color:#98a2b3}.camera-mark{width:70px;height:52px;border:3px solid #6c7788;border-radius:12px;margin:auto;position:relative}.camera-mark:after{content:"";position:absolute;right:-20px;top:11px;border-width:12px 0 12px 16px;border-style:solid;border-color:transparent transparent transparent #6c7788}.notice{color:#667085;font-size:13px;text-align:center;margin-top:15px}@media(max-width:760px){.shell{padding:24px 0}.login-panel{grid-template-columns:1fr}.panel-copy,form{padding:34px}.panel-copy h2{font-size:28px}.status-row{align-items:flex-start;gap:18px;flex-direction:column}.video-panel,video{min-height:400px}.actions{width:100%}.actions button{flex:1}}