:root{--ink:#172033;--muted:#64728b;--line:#dfe5ed;--surface:#fff;--canvas:#f5f7fa;--accent:#ff6b00;--accent-soft:#fff2e9;--good:#167a56;--warn:#ad6800;--bad:#b33b36;--shadow:0 7px 25px rgba(22,32,51,.06)}
*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font:14px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input{font:inherit}button{cursor:pointer}.hidden{display:none!important}.login-view{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(100%,410px);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);padding:38px;border-radius:14px}.login-logo{width:185px;height:auto;display:block;margin:0 auto 18px}.eyebrow{margin:0;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.12em}.login-card h1{margin:5px 0 8px;font-size:26px;letter-spacing:-.02em}.muted{color:var(--muted);margin:0 0 28px}.login-card label{display:block;color:#46536a;font-size:12px;font-weight:700;margin:15px 0 6px}.login-card input{width:100%;border:1px solid var(--line);background:#fbfcfd;padding:11px 12px;border-radius:8px;color:var(--ink);outline:none}.login-card input:focus{border-color:#aebaca;box-shadow:0 0 0 3px #eff2f6}.primary{width:100%;margin-top:22px;border:0;border-radius:8px;background:var(--ink);color:#fff;padding:12px 16px;font-weight:750}.primary:hover{background:#27344a}.error{color:var(--bad);min-height:20px;margin:10px 0 0;font-size:12px}.topbar{height:54px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.product-chip{border:1px solid #ffd5bf;color:#a95016;background:#fffaf7;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:700}.chip-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent);margin-right:7px}.topbar-right{display:flex;align-items:center;gap:16px;color:#516078;font-size:12px;font-weight:650}.ghost{border:1px solid var(--line);background:#fff;color:#4e5d74;border-radius:8px;padding:8px 11px;font-size:12px;font-weight:700}.ghost:hover{border-color:#b7c2d0;background:#fafbfc}.layout{display:flex;min-height:calc(100vh - 54px)}.sidebar{width:242px;background:#fff;border-right:1px solid var(--line);flex:0 0 auto}.brand{height:155px;display:grid;place-items:center;border-bottom:1px solid #edf0f4}.brand img{width:145px}.sidebar nav{padding:14px 10px}.nav-item{width:100%;border:0;background:transparent;color:#64738c;text-align:left;padding:11px 13px;border-radius:8px;margin:2px 0;font-weight:650}.nav-item span{display:inline-block;width:24px;color:#8ea0b7;font-size:17px;vertical-align:-1px}.nav-item:hover{background:#f8fafc;color:var(--ink)}.nav-item.active{background:var(--accent-soft);color:#a95016;box-shadow:inset 3px 0 var(--accent)}.nav-item.active span{color:var(--accent)}.main{flex:1;min-width:0;padding:32px clamp(22px,4vw,48px)}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.page-head h2{font-size:27px;line-height:1.1;margin:3px 0 0;letter-spacing:-.03em}.refresh-info{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}.connection-dot{width:8px;height:8px;border-radius:50%;background:#b5bfcc}.connection-dot.ok{background:var(--good)}.connection-dot.fail{background:var(--bad)}.page-message{color:var(--bad);min-height:20px;margin:-8px 0 8px}.section{display:none}.section.active{display:block}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:28px}.stat{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px 17px;box-shadow:var(--shadow)}.stat span{display:block;color:var(--muted);font-size:12px;margin-bottom:6px}.stat strong{font-size:27px;letter-spacing:-.03em}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:25px 0 14px}.section-heading h3{font-size:18px;margin:0 0 3px}.section-heading p{margin:0;color:var(--muted);font-size:12px}.live-badge{font-size:10px;letter-spacing:.1em;font-weight:800;color:var(--good);white-space:nowrap}.live-badge i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--good);margin-right:5px}.interval{font-size:11px;color:var(--muted);white-space:nowrap}.device-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}.device{background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px;box-shadow:var(--shadow)}.device-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.device h4{margin:0;font-size:14px}.status{font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.status.processing{color:var(--accent)}.status.completed{color:var(--good)}.status.offline,.status.never_seen{color:#8993a2}.status.failed,.status.cancelled{color:var(--bad)}.device-meta{color:var(--muted);font-size:12px;margin:12px 0 10px;min-height:34px}.progress{height:6px;background:#edf0f3;border-radius:999px;overflow:hidden}.progress i{display:block;height:100%;background:var(--accent);border-radius:999px}.device-foot{display:flex;justify-content:space-between;gap:10px;color:#8a95a5;font-size:11px;margin-top:9px}.table-wrap{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:auto;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;min-width:660px}th,td{text-align:left;padding:13px 15px;border-bottom:1px solid #eef1f5;font-size:12px}th{color:#738098;background:#fbfcfd;font-size:11px;font-weight:750}tr:last-child td{border-bottom:0}.notice{border:1px solid #e3e8ef;background:#fff;padding:14px 16px;border-radius:9px;color:var(--muted);font-size:12px;margin-bottom:15px}.security-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.security-grid>div{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px}.security-grid strong{display:block;margin:0 0 5px}.security-grid p{margin:0;color:var(--muted);font-size:12px}.check{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e9f6f0;color:var(--good);font-weight:800;margin-bottom:13px}@media(max-width:850px){.sidebar{width:190px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.security-grid{grid-template-columns:1fr}.main{padding:24px 18px}.topbar{padding:0 14px}}@media(max-width:600px){.layout{display:block}.sidebar{width:100%;border-right:0;border-bottom:1px solid var(--line)}.brand{height:108px}.brand img{width:120px}.sidebar nav{display:flex;overflow:auto;padding:8px}.nav-item{min-width:max-content;padding:9px 11px}.nav-item span{width:auto;margin-right:5px}.page-head{align-items:flex-start;flex-direction:column}.refresh-info{width:100%;justify-content:space-between}.stat-grid{gap:9px}.stat{padding:14px 12px}.stat strong{font-size:22px}.login-card{padding:28px 22px}}
