:root{--bg:#f5f7ff;--card:#fff;--border:#e4e9f5;--blue:#4f6ef7;--green:#10b981;--amber:#f59e0b;--red:#ef4444;--purple:#8b5cf6;--text:#1a2236;--muted:#6b7a99;--shadow:0 2px 16px #4f6ef712;--radius:14px}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f7ff;background:var(--bg);color:#1a2236;color:var(--text);font-family:Segoe UI,system-ui,sans-serif}.header{align-items:center;background:#fff;background:var(--card);border-bottom:1px solid #e4e9f5;border-bottom:1px solid var(--border);box-shadow:0 1px 6px #0000000d;display:flex;height:58px;justify-content:space-between;padding:0 32px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.main{margin:0 auto;max-width:1020px;padding:28px 20px}.cards{display:flex;gap:14px;margin-bottom:20px}.card{background:#fff;background:var(--card);border:1px solid #e4e9f5;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 2px 16px #4f6ef712;box-shadow:var(--shadow);flex:1 1;padding:22px 24px}.card-label{color:#6b7a99;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:1.2px;margin-bottom:12px;text-transform:uppercase}.card-value{font-size:38px;font-weight:700;line-height:1;margin-bottom:4px}.card-sub{color:#6b7a99;color:var(--muted);font-size:12px}.panel{background:#fff;background:var(--card);border:1px solid #e4e9f5;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 2px 16px #4f6ef712;box-shadow:var(--shadow);margin-bottom:20px;padding:24px}.panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.panel-title{font-size:14px;font-weight:600}.alert{background:#fef2f2;border:1px solid #ef4444;border-left:4px solid #ef4444;border:1px solid var(--red);border-left-width:4px;border-radius:14px;border-radius:var(--radius);color:#ef4444;color:var(--red);font-size:14px;gap:10px;padding:12px 18px}.alert,.threshold{align-items:center;display:flex;margin-bottom:20px}.threshold{background:#fff;background:var(--card);border:1.5px solid #e4e9f5;border:1.5px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 2px 16px #4f6ef712;box-shadow:var(--shadow);gap:16px;padding:18px 24px}.threshold-title{color:#f59e0b;color:var(--amber);font-size:11px;font-weight:700;letter-spacing:1.2px;margin-bottom:6px;text-transform:uppercase}.threshold-input{background:#f1f5f9;border:1.5px solid #e4e9f5;border:1.5px solid var(--border);border-radius:8px;color:#1a2236;color:var(--text);font-size:28px;font-weight:700;outline:none;padding:4px 8px;text-align:center;width:90px}.btn{background:#0000;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:opacity .15s}.btn:hover{opacity:.75}.table-wrap{overflow-x:auto}table{border-collapse:collapse;font-size:13px;width:100%}th{border-bottom:2px solid #e4e9f5;border-bottom:2px solid var(--border);color:#6b7a99;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.8px;padding:8px 12px;text-align:left;text-transform:uppercase}td{border-bottom:1px solid #f0f2f8;padding:9px 12px}.badge{border-radius:20px;font-size:11px;font-weight:600;padding:2px 10px}.login-page{align-items:center;background:linear-gradient(135deg,#eef2ff,#f5f7ff);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;background:var(--card);border:1px solid #e4e9f5;border:1px solid var(--border);border-radius:20px;box-shadow:0 8px 40px #4f6ef71f;padding:48px 40px;text-align:center;width:340px}.login-card h1{color:#4f6ef7;color:var(--blue);font-size:24px;font-weight:700;margin-bottom:8px}.login-desc{color:#6b7a99;color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:32px}.btn-login{background:#4f6ef7;background:var(--blue);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:13px;transition:opacity .15s;width:100%}.btn-login:hover{opacity:.85}.login-footer{color:#e4e9f5;color:var(--border);font-size:12px;margin-top:20px}.status-page{align-items:center;display:flex;justify-content:center;min-height:100vh}.status-dot{border-radius:50%;display:inline-block;height:7px;width:7px}.flex{display:flex}.gap-8{gap:8px}.gap-20{gap:20px}.items-center{align-items:center}.empty{color:#6b7a99;color:var(--muted);padding:40px 0;text-align:center}
/*# sourceMappingURL=main.d357400d.css.map*/