:root{--bg:#0b0b0b;--bg-elevated:#121212;--bg-card:#171717;--bg-card-hover:#1d1d1d;--bg-sidebar:#101010;--border:#262626;--border-soft:#1f1f1f;--text:#f5f5f5;--text-muted:#9a9a9a;--text-dim:#6e6e6e;--gold:#e4b52a;--gold-strong:#f0c43a;--gold-ink:#1a1403;--gold-soft:#e4b52a24;--online:#3dcc7a;--online-soft:#3dcc7a24;--offline:#ef6b5a;--offline-soft:#ef6b5a24;--warn:#e8c44a;--warn-soft:#e8c44a24;--shadow:0 10px 40px #00000059;--radius:16px;--sidebar:248px}*{box-sizing:border-box}#root,body,html{min-height:100%}body{-webkit-font-smoothing:antialiased;background:#0b0b0b;background:var(--bg);color:#f5f5f5;color:var(--text);font-family:Plus Jakarta Sans,system-ui,sans-serif;margin:0}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}.app-shell{display:flex;min-height:100vh}.sidebar{background:#101010;background:var(--bg-sidebar);border-right:1px solid #262626;border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;height:100vh;padding:22px 16px 16px;position:sticky;top:0;width:248px;width:var(--sidebar)}.brand{align-items:center;display:flex;gap:10px;padding:4px 8px 28px}.brand-mark{background:#e4b52a;background:var(--gold);border-radius:8px;color:#1a1403;color:var(--gold-ink);display:grid;font-size:13px;font-weight:800;height:28px;place-items:center;width:28px}.brand-name{color:#e4b52a;color:var(--gold);font-size:20px;font-weight:800;letter-spacing:-.03em}.nav-group{margin-bottom:22px}.nav-label{color:#6e6e6e;color:var(--text-dim);font-size:11px;font-weight:700;letter-spacing:.12em;padding:0 10px 8px}.nav-link{align-items:center;border-radius:10px;color:#9a9a9a;color:var(--text-muted);display:flex;gap:10px;margin-bottom:2px;padding:10px 12px}.nav-link svg{height:18px;opacity:.85;width:18px}.nav-link.active,.nav-link:hover{background:#1b1b1b;color:#f5f5f5;color:var(--text)}.sidebar-spacer{flex:1 1}.sidebar-user{align-items:center;border-top:1px solid #262626;border-top:1px solid var(--border);display:flex;gap:10px;padding:12px 8px 4px}.avatar{background:#2a2a2a;border-radius:50%;color:#e4b52a;color:var(--gold);display:grid;font-weight:700;height:36px;place-items:center;width:36px}.sidebar-user small{color:#9a9a9a;color:var(--text-muted);display:block;font-size:12px}.main{flex:1 1;min-width:0;padding:28px 36px 40px}.page-head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:22px}.page-head h1{font-size:40px;letter-spacing:-.04em;line-height:1.05;margin:0}.page-head p{color:#9a9a9a;color:var(--text-muted);margin:8px 0 0}.head-actions{align-items:center;display:flex;gap:8px}.btn,.icon-btn{background:#171717;background:var(--bg-card);border:1px solid #262626;border:1px solid var(--border);border-radius:10px;color:#f5f5f5;color:var(--text)}.icon-btn{display:grid;height:38px;place-items:center;width:38px}.btn{font-weight:600;padding:9px 14px}.btn-gold{background:#e4b52a;background:var(--gold);border-color:#e4b52a;border-color:var(--gold);color:#1a1403;color:var(--gold-ink)}.btn:disabled{cursor:default;opacity:.55}.stat-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.stat-row.home-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-row.period-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.period-line{color:#9a9a9a;color:var(--text-muted);font-style:italic;margin:0 0 14px;text-align:center}.module-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.module-card{background:#121212;background:var(--bg-elevated);border:1px solid #262626;border:1px solid var(--border);border-radius:14px;display:flex;gap:14px;min-height:120px;padding:18px 16px}.module-card:hover{background:#1d1d1d;background:var(--bg-card-hover);border-color:#e4b52a73}.module-card h2{font-size:18px;letter-spacing:-.02em;margin:0 0 6px}.module-card p{color:#9a9a9a;color:var(--text-muted);font-size:14px;line-height:1.45;margin:0}.module-icon{background:#e4b52a24;background:var(--gold-soft);border-radius:10px;color:#e4b52a;color:var(--gold);display:grid;flex-shrink:0;height:36px;place-items:center;width:36px}.module-icon svg{height:18px;width:18px}.stat-card{background:#171717;background:var(--bg-card);border:1px solid #262626;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);color:inherit;display:block;min-height:118px;padding:18px 20px 16px}a.stat-card:hover{background:#1d1d1d;background:var(--bg-card-hover)}.stat-card.accent{background:#e4b52a24;background:var(--gold-soft);border-color:#e4b52a47}.stat-kicker{color:#9a9a9a;color:var(--text-muted);font-size:12px;font-weight:700;letter-spacing:.08em}.stat-value{font-size:36px;font-weight:800;letter-spacing:-.04em;margin-top:14px}.stat-card.accent .stat-kicker,.stat-card.accent .stat-value{color:#f0c43a;color:var(--gold-strong)}.stat-sub{color:#6e6e6e;color:var(--text-dim);font-size:13px;margin-top:4px}.panel{background:#171717;background:var(--bg-card);border:1px solid #262626;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);margin-bottom:14px;padding:18px 20px}.panel-head{gap:12px;justify-content:space-between;margin-bottom:14px}.panel-head,.panel-title{align-items:center;display:flex}.panel-title{font-weight:700;gap:8px}.muted{color:#9a9a9a;color:var(--text-muted)}.tabs{background:#111;border:1px solid #262626;border:1px solid var(--border);border-radius:999px;display:flex;gap:6px;padding:4px}.tab{background:#0000;border:0;border-radius:999px;color:#9a9a9a;color:var(--text-muted);font-weight:700;padding:8px 14px}.tab.active{background:#e4b52a;background:var(--gold);color:#1a1403;color:var(--gold-ink)}.toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.date-input{background:#111;border:1px solid #262626;border:1px solid var(--border);border-radius:10px;color:#f5f5f5;color:var(--text);padding:8px 10px}.date-nav{align-items:center;display:flex;gap:8px}.date-nav .icon-btn{font-size:22px;font-weight:700;line-height:1}.date-nav .btn:disabled,.date-nav .icon-btn:disabled{opacity:.45}.badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:5px 10px}.badge-live{background:#3dcc7a24;background:var(--online-soft);color:#3dcc7a;color:var(--online)}.badge-off{background:#ef6b5a24;background:var(--offline-soft);color:#ef6b5a;color:var(--offline)}.table-wrap{overflow:auto}table.data{border-collapse:collapse;font-size:14px;width:100%}table.data th{border-bottom:1px solid #262626;border-bottom:1px solid var(--border);color:#6e6e6e;color:var(--text-dim);font-size:12px;font-weight:700;letter-spacing:.06em;padding:10px 8px;text-align:left}table.data td{border-bottom:1px solid #1f1f1f;border-bottom:1px solid var(--border-soft);padding:12px 8px;vertical-align:top}.time-off{color:#ef7a6c;font-weight:600}.time-on{color:#4ad48a;font-weight:600}.status-cell{align-items:center;display:flex;font-weight:700;gap:8px}.device-uptime-cell{align-items:center;display:flex;flex-wrap:wrap;gap:10px}table.data tr.excluded td{opacity:.62}.dot{border-radius:50%;height:8px;width:8px}.dot.online{background:#3dcc7a;background:var(--online)}.dot.offline{background:#ef6b5a;background:var(--offline)}.dot.unchecked{background:#e8c44a;background:var(--warn)}.empty{color:#9a9a9a;color:var(--text-muted);padding:48px 16px;text-align:center}.empty-icon{background:#222;border-radius:12px;display:grid;height:42px;margin:0 auto 12px;place-items:center;width:42px}.trend{height:160px}.trend svg{height:100%;width:100%}.login-page{background:radial-gradient(ellipse at top,#e4b52a14,#0000 45%),#0b0b0b;background:radial-gradient(ellipse at top,#e4b52a14,#0000 45%),var(--bg);display:grid;min-height:100vh;padding:24px;place-items:center}.login-card{background:#171717;background:var(--bg-card);border:1px solid #262626;border:1px solid var(--border);border-radius:20px;box-shadow:0 10px 40px #00000059;box-shadow:var(--shadow);padding:32px 28px;width:min(420px,100%)}.login-card h1{font-size:28px;margin:8px 0 4px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field span{color:#9a9a9a;color:var(--text-muted);font-size:13px;font-weight:600}.field input,.field select{background:#111;border:1px solid #262626;border:1px solid var(--border);border-radius:10px;color:#f5f5f5;color:var(--text);padding:11px 12px}.error{color:#ef7a6c;font-size:14px;margin:0 0 12px}.form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.note{color:#6e6e6e;color:var(--text-dim);font-size:13px;margin-top:12px}.status-hero{align-items:center;background:#3dcc7a24;background:var(--online-soft);border:1px solid #262626;border:1px solid var(--border);border-radius:14px;display:flex;gap:14px;margin-bottom:14px;padding:16px 18px}.status-hero.issue{background:#e8c44a24;background:var(--warn-soft)}.status-hero.down{background:#ef6b5a24;background:var(--offline-soft)}.status-hero-dot{background:#3dcc7a;background:var(--online);border-radius:50%;height:14px;width:14px}.status-hero-dot.issue{background:#e8c44a;background:var(--warn)}.status-hero-dot.down{background:#ef6b5a;background:var(--offline)}.status-hero-title{font-size:20px;font-weight:800}.status-overall{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.status-overall-card{background:#121212;background:var(--bg-elevated);border:1px solid #262626;border:1px solid var(--border);border-radius:12px;padding:12px 14px}.status-overall-card .stat-value{font-size:24px;margin-top:6px}.status-section-head{justify-content:space-between;margin:8px 0 14px}.status-section-head,.status-sort{align-items:center;display:flex;gap:12px}.status-list{display:flex;flex-direction:column;gap:10px}.status-row{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:minmax(160px,220px) 1fr 72px}.status-name{align-items:center;display:flex;gap:8px}.status-name small{display:block;font-size:12px}.status-bars{align-items:stretch;display:flex;gap:2px;height:28px}.status-bar{background:#3a3a3a;border:0;border-radius:2px;cursor:pointer;flex:1 1;min-width:3px;padding:0}.status-bar.ok{background:#3dcc7a;background:var(--online)}.status-bar.issue{background:#e8c44a;background:var(--warn)}.status-bar.down{background:#ef6b5a;background:var(--offline)}.status-bar.empty{background:#3a3a3a}.status-score{font-weight:800;text-align:right}.status-score.down{color:#ef6b5a;color:var(--offline)}.status-tip{background:#111;border:1px solid #262626;border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 40px #00000059;box-shadow:var(--shadow);color:#f5f5f5;color:var(--text);font-size:12px;max-width:320px;padding:8px 10px;pointer-events:none;position:fixed;z-index:20}.status-modal-backdrop{background:#0000009e;display:grid;inset:0;padding:20px;place-items:center;position:fixed;z-index:40}.status-modal{background:#171717;background:var(--bg-card);border:1px solid #262626;border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 40px #00000059;box-shadow:var(--shadow);max-height:min(80vh,720px);overflow:auto;padding:22px 22px 18px;width:min(640px,100%)}.status-modal h2{font-size:22px;margin:4px 0 2px}.status-modal-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.status-modal-head .icon-btn{font-size:24px;line-height:1}.status-modal-summary{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.status-modal-summary div{background:#121212;background:var(--bg-elevated);border:1px solid #262626;border:1px solid var(--border);border-radius:12px;padding:10px 12px}.status-modal-summary span{display:block;margin-bottom:4px}.health-legend{color:#9a9a9a;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:13px;gap:16px;padding:0 4px 12px}.health-legend span{align-items:center;display:inline-flex;gap:6px}.health-table th.health-group{color:#e4b52a;color:var(--gold);text-align:center}.health-cell{text-align:center}.health-mark{display:inline-flex;font-weight:800;justify-content:center;min-width:18px}.health-mark.pass{color:#3dcc7a;color:var(--online)}.health-mark.fail{color:#ef6b5a;color:var(--offline)}.health-mark.na,.health-mark.pending{color:#6e6e6e;color:var(--text-dim)}@media (max-width:1100px){.stat-row,.status-overall{grid-template-columns:repeat(2,minmax(0,1fr))}.status-row{grid-template-columns:1fr 64px}.status-bars{grid-column:1/-1;order:3}}.live-stage{overflow:hidden}.live-player{background:#000;border-radius:12px;min-height:360px;position:relative}.live-video{background:#000;display:block;max-height:64vh;width:100%}.live-player-empty,.live-player-error{color:#9a9a9a;color:var(--text-muted);display:grid;min-height:220px;place-items:center}.live-player-error{color:#ef7a6c;inset:auto 0 12px;min-height:0;position:absolute}.live-filter{align-items:center;display:inline-flex;gap:8px}.live-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.live-card{background:#121212;background:var(--bg-elevated);border:1px solid #262626;border:1px solid var(--border);border-radius:12px;color:inherit;overflow:hidden;padding:0;text-align:left}.live-card.active,.live-card:hover{border-color:#e4b52a;border-color:var(--gold)}.live-card.off{opacity:.7}.live-thumb{aspect-ratio:16/10;background:#111;overflow:hidden}.live-thumb-img{display:block;height:100%;object-fit:cover;width:100%}.live-thumb-empty{color:#6e6e6e;color:var(--text-dim);display:grid;font-size:13px;height:100%;place-items:center}.live-card-meta{align-items:center;display:flex;font-size:13px;font-weight:600;gap:8px;padding:8px 10px 10px}@media (max-width:860px){.sidebar{display:none}.main{padding:20px 16px 32px}.page-head h1{font-size:30px}.form-grid,.module-grid,.stat-row,.stat-row.home-stats,.stat-row.period-stats{grid-template-columns:1fr}}
/*# sourceMappingURL=main.ac42d5ae.css.map*/