/* Onlineisit shared page reset */
body.page-dashboard, body.page-auth, body.page-landing, body.page-pricing, body.page-legal, body.page-status,
body.page-dashboard *, body.page-dashboard *::before, body.page-dashboard *::after,
body.page-auth *, body.page-auth *::before, body.page-auth *::after,
body.page-landing *, body.page-landing *::before, body.page-landing *::after,
body.page-pricing *, body.page-pricing *::before, body.page-pricing *::after,
body.page-legal *, body.page-legal *::before, body.page-legal *::after,
body.page-status *, body.page-status *::before, body.page-status *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}

/* Dashboard shell and shared dashboard components */
body.page-dashboard {
  --bg:#0d1117; --surface:#161b22; --surface2:#1c2128; --border:#30363d;
  --text:#e6edf3; --muted:#8b949e; --accent:#1f6feb; --accent2:#388bfd;
  --green:#3fb950; --red:#f85149; --yellow:#d29922; --sidebar:240px;
  background:var(--bg); color:var(--text); font-family:'Inter',sans-serif;
  min-height:100vh; display:flex;
}
.page-dashboard .sidebar { width:var(--sidebar); background:var(--surface); border-right:1px solid var(--border); position:fixed; inset:0 auto 0 0; display:flex; flex-direction:column; z-index:100; }
.page-dashboard .sidebar-brand { padding:20px 20px 16px; border-bottom:1px solid var(--border); display:flex; align-items:center; gap:10px; }
.page-dashboard .brand-icon { width:34px; height:34px; background:linear-gradient(135deg,var(--accent),var(--accent2)); border-radius:8px; display:grid; place-items:center; font-size:16px; flex-shrink:0; }
.page-dashboard .brand-name { font-size:16px; font-weight:700; }
.page-dashboard .sidebar-nav { padding:16px 12px; flex:1; overflow-y:auto; }
.page-dashboard .nav-label { font-size:10px; font-weight:600; color:var(--muted); text-transform:uppercase; letter-spacing:1px; padding:0 8px; margin:16px 0 6px; }
.page-dashboard .nav-link { display:flex; align-items:center; gap:10px; padding:9px 10px; border-radius:7px; color:var(--muted); font-size:14px; font-weight:500; text-decoration:none; transition:.15s; margin-bottom:2px; }
.page-dashboard .nav-link:hover { color:var(--text); background:rgba(255,255,255,.05); }
.page-dashboard .nav-link.active { color:var(--text); background:rgba(31,111,235,.15); }
.page-dashboard .nav-link .icon { width:18px; text-align:center; font-size:15px; }
.page-dashboard .sidebar-user { padding:16px; border-top:1px solid var(--border); display:flex; align-items:center; gap:10px; }
.page-dashboard .user-avatar { width:32px; height:32px; border-radius:50%; background:var(--accent); display:grid; place-items:center; font-size:13px; font-weight:700; overflow:hidden; flex-shrink:0; }
.page-dashboard .user-avatar img { width:100%; height:100%; object-fit:cover; }
.page-dashboard .user-info { flex:1; min-width:0; }
.page-dashboard .user-name, .page-dashboard .user-email { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.page-dashboard .user-name { font-size:13px; font-weight:600; }
.page-dashboard .user-email { font-size:11px; color:var(--muted); }
.page-dashboard .logout-btn { color:var(--muted); font-size:14px; text-decoration:none; }
.page-dashboard .logout-btn:hover { color:var(--red); }
.page-dashboard .main { margin-left:var(--sidebar); flex:1; min-height:100vh; display:flex; flex-direction:column; }
.page-dashboard .topbar { padding:16px 28px; border-bottom:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; position:sticky; top:0; background:var(--bg); z-index:50; }
.page-dashboard .page-title { font-size:18px; font-weight:700; }
.page-dashboard .content { padding:28px; flex:1; }
.page-dashboard .card { background:var(--surface); border:1px solid var(--border); border-radius:10px; }
.page-dashboard .card-body { padding:20px 24px; }
.page-dashboard .card-header { padding:16px 24px; border-bottom:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; }
.page-dashboard .card-header h3 { font-size:15px; font-weight:600; }
.page-dashboard .stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:24px; }
.page-dashboard .stat-card { padding:20px 24px; }
.page-dashboard .stat-label { font-size:12px; color:var(--muted); font-weight:500; text-transform:uppercase; letter-spacing:.5px; margin-bottom:8px; }
.page-dashboard .stat-value { font-size:32px; font-weight:700; letter-spacing:-1px; }
.page-dashboard .stat-sub { font-size:12px; color:var(--muted); margin-top:4px; }
.page-dashboard .color-green { color:var(--green); } .page-dashboard .color-red { color:var(--red); }
.page-dashboard .color-blue { color:var(--accent2); } .page-dashboard .color-yellow { color:var(--yellow); }
.page-dashboard .badge { display:inline-flex; align-items:center; gap:6px; padding:3px 10px; border-radius:20px; font-size:11px; font-weight:700; letter-spacing:.5px; }
.page-dashboard .badge::before { content:''; width:6px; height:6px; border-radius:50%; background:currentColor; }
.page-dashboard .badge-up { background:rgba(63,185,80,.12); color:var(--green); }
.page-dashboard .badge-down { background:rgba(248,81,73,.12); color:var(--red); }
.page-dashboard .badge-paused { background:rgba(210,153,34,.12); color:var(--yellow); }
.page-dashboard .badge-unknown { background:rgba(139,148,158,.12); color:var(--muted); }
.page-dashboard .monitor-table { width:100%; border-collapse:collapse; }
.page-dashboard .monitor-table th { padding:10px 16px; text-align:left; font-size:11px; font-weight:600; color:var(--muted); text-transform:uppercase; letter-spacing:.5px; border-bottom:1px solid var(--border); }
.page-dashboard .monitor-table td { padding:14px 16px; border-bottom:1px solid rgba(48,54,61,.6); font-size:14px; vertical-align:middle; }
.page-dashboard .monitor-table tr:last-child td { border-bottom:0; }
.page-dashboard .monitor-table tr:hover td { background:rgba(255,255,255,.02); }
.page-dashboard .monitor-name-cell .name { font-weight:600; color:var(--text); }
.page-dashboard .monitor-name-cell .url { font-size:12px; color:var(--muted); margin-top:2px; }
.page-dashboard .uptime-bar { width:120px; height:6px; background:rgba(255,255,255,.08); border-radius:3px; overflow:hidden; }
.page-dashboard .uptime-fill { height:100%; border-radius:3px; background:var(--green); transition:width .5s; }
.page-dashboard .uptime-fill.warn { background:var(--yellow); } .page-dashboard .uptime-fill.crit { background:var(--red); }
.page-dashboard .rt-value { font-size:13px; font-family:monospace; }
.page-dashboard .btn { display:inline-flex; align-items:center; gap:6px; padding:8px 16px; border-radius:7px; font-size:13px; font-weight:600; cursor:pointer; border:1px solid transparent; text-decoration:none; transition:.15s; }
.page-dashboard .btn-primary { background:var(--accent); color:#fff; } .page-dashboard .btn-primary:hover { background:var(--accent2); }
.page-dashboard .btn-ghost { background:transparent; color:var(--muted); border-color:var(--border); } .page-dashboard .btn-ghost:hover { color:var(--text); border-color:var(--muted); }
.page-dashboard .btn-danger { background:rgba(248,81,73,.1); color:var(--red); border-color:rgba(248,81,73,.3); }
.page-dashboard .btn-sm { padding:5px 12px; font-size:12px; }
.page-dashboard .form-group { margin-bottom:20px; }
.page-dashboard label { display:block; font-size:13px; font-weight:600; color:var(--muted); margin-bottom:6px; }
.page-dashboard input[type=text], .page-dashboard input[type=url], .page-dashboard input[type=email], .page-dashboard input[type=number], .page-dashboard select, .page-dashboard textarea { width:100%; background:var(--bg); border:1px solid var(--border); border-radius:7px; color:var(--text); font-size:14px; font-family:inherit; padding:10px 14px; transition:border-color .15s; }
.page-dashboard input:focus, .page-dashboard select:focus, .page-dashboard textarea:focus { outline:0; border-color:var(--accent2); box-shadow:0 0 0 3px rgba(56,139,253,.1); }
.page-dashboard .form-hint { font-size:12px; color:var(--muted); margin-top:4px; }
.page-dashboard .form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.page-dashboard .toggle { position:relative; display:inline-block; width:38px; height:22px; }
.page-dashboard .toggle input { opacity:0; width:0; height:0; }
.page-dashboard .slider { position:absolute; inset:0; background:var(--border); border-radius:22px; cursor:pointer; transition:.2s; }
.page-dashboard .slider::before { content:''; position:absolute; width:16px; height:16px; left:3px; top:3px; background:#fff; border-radius:50%; transition:.2s; }
.page-dashboard .toggle input:checked + .slider { background:var(--accent); }
.page-dashboard .toggle input:checked + .slider::before { transform:translateX(16px); }
.page-dashboard .notice { padding:12px 16px; border-radius:8px; font-size:13px; margin-bottom:20px; }
.page-dashboard .notice-warn { background:rgba(210,153,34,.1); border:1px solid rgba(210,153,34,.3); color:var(--yellow); }
.page-dashboard .notice-err { background:rgba(248,81,73,.1); border:1px solid rgba(248,81,73,.3); color:var(--red); }
.page-dashboard .notice-ok { background:rgba(63,185,80,.1); border:1px solid rgba(63,185,80,.3); color:var(--green); }
.page-dashboard .empty-state { text-align:center; padding:60px 24px; }
.page-dashboard .empty-state .empty-icon { font-size:48px; margin-bottom:16px; }
.page-dashboard .empty-state h3 { font-size:18px; margin-bottom:8px; }
.page-dashboard .empty-state p { color:var(--muted); font-size:14px; max-width:380px; margin:0 auto 24px; }
.page-dashboard .sidebar-plan-wrap { padding:12px 8px; }
.page-dashboard .upgrade-button { display:flex; align-items:center; justify-content:center; gap:6px; width:100%; padding:10px; background:#f59e0b; border:0; border-radius:8px; color:#000; font-weight:700; font-size:13px; text-align:center; text-decoration:none; cursor:pointer; }
.page-dashboard .sidebar-plan-card { display:flex; align-items:center; gap:10px; padding:11px; border:1px solid rgba(56,139,253,.42); border-radius:9px; background:linear-gradient(135deg,rgba(31,111,235,.16),rgba(56,139,253,.06)); color:var(--text); }
.page-dashboard .sidebar-plan-icon { display:grid; flex:0 0 auto; place-items:center; width:30px; height:30px; border-radius:7px; background:var(--accent); font-size:14px; }
.page-dashboard .sidebar-plan-details { display:flex; min-width:0; flex-direction:column; }
.page-dashboard .sidebar-plan-overline { margin-bottom:2px; color:var(--accent2); font-size:9px; font-weight:700; letter-spacing:.7px; text-transform:uppercase; }
.page-dashboard .sidebar-plan-details strong { font-size:13px; }
.page-dashboard .sidebar-plan-details small { margin-top:2px; overflow:hidden; color:var(--muted); font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.page-dashboard .sidebar-plan-link { align-self:flex-start; margin-top:5px; color:var(--accent2); font-size:10px; font-weight:600; text-decoration:none; }
.page-dashboard .sidebar-plan-link:hover { color:var(--text); text-decoration:underline; }
.page-dashboard .billing-compare { display:block; margin-top:10px; text-align:center; color:var(--accent2); font-size:12px; text-decoration:none; }
.page-dashboard .billing-dialog { width:min(460px,calc(100vw - 32px)); padding:0; border:1px solid var(--border); border-radius:8px; background:var(--surface); color:var(--text); box-shadow:0 24px 70px rgba(0,0,0,.48); }
.page-dashboard .billing-dialog::backdrop { background:rgba(0,0,0,.72); }
.page-dashboard .billing-dialog-inner { padding:24px; } .page-dashboard .billing-dialog-header { display:flex; justify-content:space-between; gap:18px; }
.page-dashboard .billing-dialog-header h2 { font-size:20px; margin-bottom:6px; } .page-dashboard .billing-dialog-header p { color:var(--muted); font-size:13px; line-height:1.5; }
.page-dashboard .billing-dialog-close { width:34px; height:34px; border:1px solid var(--border); border-radius:6px; background:transparent; color:var(--muted); font-size:24px; cursor:pointer; }
.page-dashboard .billing-period-toggle { display:grid; grid-template-columns:1fr 1fr; gap:4px; margin:22px 0 18px; padding:4px; border:1px solid var(--border); border-radius:8px; background:var(--bg); }
.page-dashboard .billing-period-option { position:relative; min-height:78px; padding:9px 10px; border:1px solid transparent; border-radius:6px; background:transparent; color:var(--muted); cursor:pointer; text-align:left; }
.page-dashboard .billing-period-option span, .page-dashboard .billing-period-option strong { display:block; }
.page-dashboard .billing-period-option.active { border-color:var(--accent2); background:var(--surface2); color:var(--text); }
.page-dashboard .billing-price { color:var(--text); font-size:15px; font-weight:700; }
.page-dashboard .billing-price-note { font-size:11px; } .page-dashboard .billing-save-badge { position:absolute; top:8px; right:8px; color:var(--green); font-size:10px; }
.page-dashboard .billing-selection-summary { display:flex; justify-content:space-between; padding:14px 0; border-block:1px solid var(--border); font-size:13px; }
.page-dashboard .billing-selection-summary span { color:var(--muted); } .page-dashboard .billing-error { min-height:18px; margin:10px 0 4px; color:var(--red); font-size:12px; }
.page-dashboard .billing-checkout-button { width:100%; min-height:42px; border:0; border-radius:7px; background:#f59e0b; color:#111; font-weight:700; cursor:pointer; }
.page-dashboard .billing-provider { margin-top:10px; color:var(--muted); font-size:11px; text-align:center; }
@media(max-width:900px){.page-dashboard .sidebar{width:60px}.page-dashboard .brand-name,.page-dashboard .nav-link span,.page-dashboard .user-info,.page-dashboard .nav-label,.page-dashboard .sidebar-plan-details,.page-dashboard .upgrade-label{display:none}.page-dashboard .main{margin-left:60px}.page-dashboard .stats-grid{grid-template-columns:repeat(2,1fr)}.page-dashboard .sidebar-plan-wrap{padding:8px 4px}.page-dashboard .sidebar-plan-card,.page-dashboard .upgrade-button{justify-content:center;padding:8px}.page-dashboard .sidebar-plan-icon{width:28px;height:28px}}

/* Authentication pages */
body.page-auth { --bg:#0d1117; --surface:#161b22; --border:#30363d; --text:#e6edf3; --muted:#8b949e; --accent:#1f6feb; --accent2:#388bfd; --green:#3fb950; --red:#f85149; background:var(--bg); color:var(--text); font-family:'Inter',sans-serif; min-height:100vh; }
.page-auth:not(.page-login) { display:grid; place-items:center; padding:24px; }
.page-auth .card { width:100%; max-width:420px; background:var(--surface); border:1px solid var(--border); border-radius:12px; padding:40px; }
.page-auth .brand { display:flex; align-items:center; gap:12px; margin-bottom:28px; }
.page-auth .brand-icon { width:40px; height:40px; background:linear-gradient(135deg,var(--accent),var(--accent2)); border-radius:10px; display:grid; place-items:center; font-size:20px; }
.page-auth .brand-name { font-size:20px; font-weight:700; }
.page-auth h2, .page-auth .card h1 { font-size:22px; font-weight:700; margin-bottom:8px; }
.page-auth p.lead, .page-auth .card p { color:var(--muted); font-size:14px; margin-bottom:28px; line-height:1.6; }
.page-auth label { display:block; font-size:13px; color:var(--muted); margin:16px 0 6px; }
.page-auth input[type=text], .page-auth input[type=email], .page-auth input[type=password], .page-auth .otp-input { width:100%; background:var(--bg); border:1px solid var(--border); border-radius:8px; color:var(--text); font-size:14px; padding:11px 14px; font-family:inherit; outline:0; transition:border-color .15s; }
.page-auth input:focus { border-color:var(--accent2); }
.page-auth form button, .page-auth .btn { width:100%; margin-top:20px; padding:13px; background:var(--accent); border:0; border-radius:8px; color:#fff; font-size:15px; font-weight:600; cursor:pointer; font-family:inherit; }
.page-auth .msg, .page-auth .error { padding:10px 14px; border-radius:8px; font-size:13px; margin-bottom:20px; line-height:1.6; }
.page-auth .msg-err, .page-auth .error { background:rgba(248,81,73,.1); border:1px solid rgba(248,81,73,.3); color:var(--red); }
.page-auth .msg-ok { background:rgba(63,185,80,.1); border:1px solid rgba(63,185,80,.3); color:var(--green); }
.page-auth .back, .page-auth .resend { display:block; text-align:center; margin-top:20px; color:var(--muted); font-size:13px; text-decoration:none; }
.page-auth .back:hover, .page-auth .resend a { color:var(--accent2); }
.page-auth .otp-input { text-align:center; font-size:32px; font-weight:700; letter-spacing:12px; padding:16px; margin-bottom:20px; }
.page-login .login-grid { display:grid; grid-template-columns:1fr 1fr; min-height:100vh; }
.page-login .login-left { background:linear-gradient(160deg,#0d1117,#0f2d4a 60%,#0d1b2a); padding:60px; display:flex; flex-direction:column; justify-content:center; }
.page-login .login-right { background:var(--surface); display:flex; align-items:center; justify-content:center; padding:60px; border-left:1px solid var(--border); }
.page-login .login-card { width:100%; max-width:380px; }
.page-login .hero-heading { font-size:clamp(32px,4vw,48px); line-height:1.15; margin-bottom:20px; }
.page-login .hero-heading span, .page-login .disclaimer a { color:var(--accent2); }
.page-login .hero-sub, .page-login .feature-item span, .page-login .login-card p, .page-login .disclaimer { color:var(--muted); line-height:1.7; }
.page-login .feature-list { margin-top:40px; display:flex; flex-direction:column; gap:16px; }
.page-login .feature-item { display:flex; align-items:center; gap:12px; } .page-login .feature-dot { width:8px; height:8px; border-radius:50%; background:var(--accent2); }
.page-login .google-btn { display:flex; justify-content:center; gap:12px; width:100%; padding:14px 24px; background:var(--bg); border:1px solid var(--border); border-radius:10px; color:var(--text); text-decoration:none; }
.page-login .google-icon { width:20px; height:20px; } .page-login .divider { text-align:center; margin:28px 0; color:var(--muted); font-size:12px; }
.page-login .disclaimer { font-size:12px; text-align:center; margin-top:28px; }
.page-login .auth-message { padding:10px 14px; border-radius:8px; font-size:13px; margin-bottom:16px; }
.page-login .auth-message.error { color:var(--red); } .page-login .auth-message.success { color:var(--green); }
.page-login .auth-tabs { display:flex; margin-bottom:20px; background:var(--bg); border-radius:8px; padding:4px; border:1px solid var(--border); }
.page-login .auth-tab { flex:1; padding:8px; border:0; border-radius:6px; font-size:13px; font-weight:600; cursor:pointer; background:transparent; color:var(--muted); }
.page-login .auth-tab.active { background:var(--accent); color:#fff; }
.page-auth .auth-brand-link { display:inline-block; color:inherit; text-decoration:none; }
.page-auth .auth-brand-link .brand { margin-bottom:28px; }
.page-login .auth-field { margin-bottom:14px; } .page-login .auth-submit { margin-top:0; }
@media(max-width:768px){.page-login .login-grid{grid-template-columns:1fr}.page-login .login-left{display:none}.page-login .login-right{min-height:100vh}}

/* Landing page */
body.page-landing { --bg:#080c10; --surface:#0e1318; --card:#121820; --border:#1e2733; --text:#e2eaf3; --muted:#637385; --accent:#3b82f6; --accent2:#06b6d4; --green:#22c55e; --red:#ef4444; --yellow:#f59e0b; background:var(--bg); color:var(--text); font-family:'Inter',sans-serif; line-height:1.6; overflow-x:hidden; }
.page-landing html { scroll-behavior:smooth; }
.page-landing .public-header { position:fixed; inset:0 0 auto; }
.page-landing .logo { font-size:18px; font-weight:700; display:flex; align-items:center; gap:8px; text-decoration:none; color:var(--text); }
.page-landing .logo-dot { width:10px; height:10px; border-radius:50%; background:var(--green); box-shadow:0 0 8px var(--green); animation:pulse-dot 2s infinite; }
@keyframes pulse-dot{50%{opacity:.6;transform:scale(.8)}}
.page-landing .nav-links { display:flex; align-items:center; gap:28px; list-style:none; }
.page-landing .nav-links a, .page-landing footer a { color:var(--muted); text-decoration:none; }
.page-landing .btn-nav, .page-landing .btn-primary { padding:14px 28px; background:var(--accent); color:#fff; border-radius:9px; font-size:15px; font-weight:600; text-decoration:none; display:inline-flex; }
.page-landing .btn-nav { padding:8px 20px; } .page-landing .btn-nav-ghost, .page-landing .btn-ghost { padding:14px 28px; color:var(--text); border:1px solid var(--border); border-radius:9px; text-decoration:none; }
.page-landing .btn-nav-ghost { padding:8px 20px; }
.page-landing .hero { position:relative; isolation:isolate; min-height:100vh; display:flex; flex-direction:column; align-items:center; justify-content:center; overflow:hidden; text-align:center; padding:130px 24px 80px; background:radial-gradient(circle at 50% 32%,rgba(6,182,212,.1),transparent 30%),linear-gradient(180deg,rgba(59,130,246,.035),transparent 55%); }
.page-landing .hero::before { content:''; position:absolute; z-index:-2; width:720px; height:720px; top:-220px; left:calc(50% - 360px); border-radius:42% 58% 65% 35%; background:conic-gradient(from 90deg,rgba(59,130,246,.24),rgba(6,182,212,.1),rgba(34,197,94,.14),rgba(59,130,246,.24)); filter:blur(70px); opacity:.72; animation:hero-aurora 14s ease-in-out infinite alternate; }
.page-landing .hero::after { content:''; position:absolute; z-index:-1; inset:0; background-image:linear-gradient(rgba(56,139,253,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(56,139,253,.055) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 78%); animation:hero-grid 18s linear infinite; pointer-events:none; }
.page-landing .hero > * { position:relative; z-index:1; }
.page-landing .hero-badge { background:rgba(34,197,94,.1); border:1px solid rgba(34,197,94,.25); color:var(--green); font-size:12px; font-weight:600; padding:5px 14px; border-radius:100px; margin-bottom:32px; }
.page-landing h1 { font-size:clamp(36px,4.6vw,58px); font-weight:800; line-height:1.08; max-width:820px; margin-bottom:24px; }
.page-landing h1 .blue { color:var(--accent2); }
.page-landing .hero-sub { font-size:17px; color:#8ea0b5; max-width:620px; margin-bottom:54px; }
.page-landing .mock-dashboard, .page-landing .timeline-visual { width:100%; max-width:1100px; background:var(--card); border:1px solid var(--border); border-radius:14px; overflow:hidden; text-align:left; }
.page-landing .hero-badge { animation:landing-rise .6s ease-out both; }
.page-landing .hero h1 { animation:landing-rise .7s .08s ease-out both; }
.page-landing .hero-sub { animation:landing-rise .7s .16s ease-out both; }
.page-landing .mock-dashboard { animation:landing-rise .8s .24s ease-out both, dashboard-float 6s 1.1s ease-in-out infinite; box-shadow:0 28px 90px rgba(6,182,212,.09),0 0 0 1px rgba(59,130,246,.08); }
.page-landing .reveal-item { opacity:0; transform:translateY(24px); transition:opacity .6s ease,transform .6s ease; }
.page-landing .reveal-item.is-visible { opacity:1; transform:translateY(0); }
.page-landing .type-card.reveal-item:first-child { transform:translateX(-90px); }
.page-landing .type-card.reveal-item:last-child { transform:translateX(90px); }
.page-landing .type-card.reveal-item.is-visible { transform:translateX(0); }
.page-landing .feature-card.reveal-item:nth-child(2),.page-landing .step.reveal-item:nth-child(2),.page-landing .type-card.reveal-item:nth-child(2){transition-delay:.08s}
.page-landing .feature-card.reveal-item:nth-child(3),.page-landing .step.reveal-item:nth-child(3){transition-delay:.16s}
@keyframes landing-rise { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
@keyframes dashboard-float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }
@keyframes hero-aurora { 0% { transform:translate3d(-12%,-4%,0) rotate(0deg) scale(.92); } 50% { transform:translate3d(8%,8%,0) rotate(120deg) scale(1.08); } 100% { transform:translate3d(-3%,15%,0) rotate(240deg) scale(.96); } }
@keyframes hero-grid { from { background-position:0 0,0 0; } to { background-position:42px 42px,42px 42px; } }
.page-landing .mock-dashboard { display:grid; grid-template-columns:190px minmax(0,1fr); background:#0d1117; color:#e6edf3; }
.page-landing .mock-sidebar { display:flex; flex-direction:column; min-height:480px; background:#161b22; border-right:1px solid #30363d; }
.page-landing .mock-brand { display:flex; align-items:center; gap:10px; height:54px; padding:0 16px; border-bottom:1px solid #30363d; font-size:14px; }
.page-landing .mock-brand-icon { display:grid; place-items:center; width:30px; height:30px; border-radius:7px; background:#1f6feb; font-size:16px; }
.page-landing .mock-nav-group { display:flex; flex-direction:column; gap:3px; padding:20px 10px 0; }
.page-landing .mock-nav-label { padding:0 7px 6px; color:#8b9eba; font-size:8px; font-weight:700; letter-spacing:1px; text-transform:uppercase; }
.page-landing .mock-nav-item { display:flex; align-items:center; gap:9px; padding:9px 10px; border-radius:7px; color:#9fb0c6; font-size:11px; font-weight:500; }
.page-landing .mock-nav-item b { width:14px; color:#dce7f5; text-align:center; }
.page-landing .mock-nav-item.active { background:#1c304e; color:#fff; font-weight:700; }
.page-landing .mock-profile { display:flex; align-items:center; gap:9px; margin-top:auto; padding:14px 12px; border-top:1px solid #30363d; font-size:10px; }
.page-landing .mock-profile > span:last-child { min-width:0; }
.page-landing .mock-profile strong,.page-landing .mock-profile small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.page-landing .mock-profile small { max-width:115px; margin-top:2px; color:#8b9eba; font-size:8px; }
.page-landing .mock-avatar { display:grid; flex:0 0 auto; place-items:center; width:29px; height:29px; border-radius:50%; background:#1f6feb; font-weight:700; }
.page-landing .mock-main { min-width:0; }
.page-landing .mock-topbar { display:flex; align-items:center; justify-content:space-between; height:54px; padding:0 22px; background:#0d1117; border-bottom:1px solid #30363d; font-size:14px; }
.page-landing .mock-topbar > div { display:flex; align-items:center; gap:10px; color:#8b9eba; font-size:9px; }
.page-landing .mock-topbar button { padding:8px 13px; border:0; border-radius:7px; background:#1f6feb; color:#fff; font:600 10px Inter,sans-serif; pointer-events:none; }
.page-landing .mock-content { padding:22px; }
.page-landing .mock-stats { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px; margin-bottom:18px; }
.page-landing .mock-stat { min-width:0; padding:17px 19px; background:#161b22; border:1px solid #30363d; border-radius:9px; }
.page-landing .mock-stat-label,.page-landing .mock-stat-sub{overflow:hidden;color:#8b9eba;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.page-landing .mock-stat-label{text-transform:uppercase;letter-spacing:.4px}.page-landing .mock-stat-value{margin:6px 0 3px;font-size:25px;font-weight:700}
.page-landing .cv-green{color:var(--green)} .page-landing .cv-red{color:var(--red)} .page-landing .cv-blue{color:var(--accent)}
.page-landing .mock-monitor-card { overflow:hidden; background:#161b22; border:1px solid #30363d; border-radius:9px; }
.page-landing .mock-card-header { display:flex; align-items:center; justify-content:space-between; padding:14px 18px; border-bottom:1px solid #30363d; font-size:11px; }
.page-landing .mock-card-header span,.page-landing .mock-action { padding:5px 10px; border:1px solid #30363d; border-radius:6px; color:#9fb0c6; font-size:9px; }
.page-landing .mock-table-scroll { overflow-x:auto; scrollbar-width:none; }
.page-landing .mock-table-scroll::-webkit-scrollbar { display:none; }
.page-landing .mock-table { width:100%; min-width:730px; border-collapse:collapse; }
.page-landing .mock-table th,.page-landing .mock-table td{padding:10px 13px;border-bottom:1px solid #30363d;color:#9fb0c6;font-size:9px;text-align:left;vertical-align:middle}.page-landing .mock-table th{color:#8b9eba;font-size:8px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.page-landing .mock-table tr:last-child td{border-bottom:0}.page-landing .mock-table td strong,.page-landing .mock-table td small{display:block}.page-landing .mock-table td strong{color:#fff;font-size:10px}.page-landing .mock-table td small{max-width:180px;margin-top:2px;overflow:hidden;color:#7890ab;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.page-landing .mock-table .rt { color:#dce7f5; font:8px 'JetBrains Mono',monospace; }
.page-landing .badge { display:inline-flex; padding:3px 8px; border-radius:100px; font-size:8px; font-weight:700; white-space:nowrap; }.page-landing .badge-up{background:rgba(34,197,94,.12);color:var(--green)}
.page-landing .uptime-bar-wrap{display:flex;align-items:center;gap:7px;color:#fff}.page-landing .uptime-bar-wrap b{font-size:9px}.page-landing .uptime-bar{width:74px;height:5px;background:#29313b;border-radius:100px;overflow:hidden}.page-landing .uptime-fill{height:100%;background:var(--green)}.page-landing .uptime-fill.full{width:100%}.page-landing .uptime-fill.mostly{width:94%}
.page-landing .mock-action { display:inline-block; white-space:nowrap; }
@media(max-width:760px){
  .page-landing .mock-dashboard{grid-template-columns:52px minmax(0,1fr)}
  .page-landing .mock-sidebar{min-height:430px}
  .page-landing .mock-brand{justify-content:center;padding:0}.page-landing .mock-brand strong,.page-landing .mock-nav-label,.page-landing .mock-nav-item:not(.active),.page-landing .mock-profile>span:last-child{display:none}
  .page-landing .mock-nav-group{padding-inline:7px}.page-landing .mock-nav-item.active{justify-content:center;padding-inline:0}.page-landing .mock-nav-item.active b{width:auto}.page-landing .mock-nav-item.active{font-size:0}
  .page-landing .mock-profile{justify-content:center;padding-inline:0}.page-landing .mock-avatar{width:28px;height:28px}
  .page-landing .mock-content{padding:12px}.page-landing .mock-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.page-landing .mock-stat{padding:12px}.page-landing .mock-stat-value{font-size:20px}
  .page-landing .mock-topbar{padding:0 12px}.page-landing .mock-topbar>div>span{display:none}.page-landing .mock-topbar button{padding:7px 9px}
}
.page-landing section { padding:100px 24px; } .page-landing .section-inner{max-width:1100px;margin:auto}.page-landing .section-label{font-size:12px;font-weight:600;color:var(--accent);text-transform:uppercase;margin-bottom:14px}.page-landing .section-title{font-size:clamp(28px,4vw,42px);font-weight:800;margin-bottom:16px}.page-landing .section-sub{font-size:16px;color:var(--muted);max-width:480px;margin-bottom:60px}
.page-landing .features-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:14px; overflow:hidden; }
.page-landing .feature-card { background:var(--card); padding:32px 28px; } .page-landing .feature-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:18px}.page-landing .feature-title{font-size:15px;font-weight:700;margin-bottom:8px}.page-landing .feature-desc{font-size:13px;color:var(--muted);line-height:1.65}
.page-landing .steps { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; } .page-landing .step{text-align:center}.page-landing .step-num{width:44px;height:44px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-weight:700}.page-landing .step p{font-size:13px;color:var(--muted)}
.page-landing .highlight-section { position:relative; isolation:isolate; overflow:hidden; background:linear-gradient(135deg,rgba(59,130,246,.09),rgba(6,182,212,.04) 48%,transparent 80%); border-block:1px solid rgba(59,130,246,.14); }
.page-landing .highlight-section::before { content:''; position:absolute; z-index:-1; width:420px; height:420px; top:50%; left:50%; border-radius:50%; background:radial-gradient(circle,rgba(6,182,212,.16),transparent 68%); filter:blur(12px); transform:translate(-50%,-50%); pointer-events:none; }
.page-landing .types-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; } .page-landing .type-card,.page-landing .metric-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:28px;display:flex;gap:18px}.page-landing .type-title,.page-landing .metric-name{font-size:15px;font-weight:700}.page-landing .type-desc,.page-landing .metric-desc{font-size:13px;color:var(--muted)}
.page-landing .metrics-showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.page-landing .metrics-list{display:flex;flex-direction:column;gap:16px}.page-landing .metric-value{margin-left:auto;color:var(--accent)}.page-landing .timeline-visual{padding:24px}.page-landing .tbar-row{display:flex;align-items:center;gap:10px;font-size:11px}.page-landing .tbar-label{color:var(--muted);width:80px}.page-landing .tbar-track{flex:1;height:14px;background:var(--border);border-radius:4px;overflow:hidden}.page-landing .tbar-fill{height:100%}.page-landing .tbar-val{width:50px;color:var(--muted)}
.page-landing .cta-section{text-align:center;border-top:1px solid var(--border)}.page-landing .cta-section h2{font-size:clamp(28px,4vw,48px);margin-bottom:16px}.page-landing .cta-section p{color:var(--muted);margin-bottom:40px}
.page-landing .cta-section .btn-primary{min-width:190px;min-height:48px;align-items:center;justify-content:center;padding:12px 24px}
.page-landing .uptime-history{display:flex;gap:3px;align-items:flex-end}.page-landing .uh-block{width:8px;border-radius:2px;background:var(--green)}.page-landing .uh-block.down{background:var(--red)}.page-landing .uh-block.partial{background:var(--yellow)}
@media(max-width:768px){.page-landing .public-header{padding:14px 20px}.page-landing .features-grid,.page-landing .steps,.page-landing .types-grid,.page-landing .metrics-showcase{grid-template-columns:1fr}.page-landing .mock-stats{grid-template-columns:repeat(2,1fr)}}

/* Pricing page and payment confirmation */
body.page-pricing, body.page-legal { --bg:#0d1117;--surface:#161b22;--surface2:#1c2128;--border:#30363d;--text:#e6edf3;--muted:#8b949e;--accent:#1f6feb;--accent2:#388bfd;--green:#3fb950;--red:#f85149; background:var(--bg);color:var(--text);font-family:'Inter',sans-serif;min-height:100vh}
.page-pricing .topbar,.page-legal .topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-bottom:1px solid var(--border)}.page-pricing .brand,.page-legal .brand{display:flex;align-items:center;gap:10px;font-weight:700}.page-pricing .brand-icon,.page-legal .brand-icon{width:32px;height:32px;border-radius:8px;background:var(--accent);display:grid;place-items:center}.page-pricing .topbar a,.page-legal .topbar a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:600}
.page-pricing .pricing-wrap{width:min(calc(100% - 48px),1100px);margin:auto;padding:56px 0 80px;text-align:center}.page-pricing .pricing-wrap h1{font-size:32px}.page-pricing .sub{color:var(--muted);margin-top:10px}.page-pricing .period-switch{display:inline-flex;gap:4px;margin:28px 0 6px;padding:4px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.page-pricing .period-switch button{min-width:96px;min-height:38px;padding:8px 18px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-weight:600;cursor:pointer}.page-pricing .period-switch button.active{background:var(--accent);color:#fff}.page-pricing .save-hint{min-height:20px;color:var(--green);font-size:12px;margin-bottom:22px}
.page-pricing .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:left}.page-pricing .plan{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:24px;display:flex;flex-direction:column;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.page-pricing .plan:hover{border-color:#536273}.page-pricing .plan.selected{border-color:var(--accent2);box-shadow:0 0 0 2px rgba(56,139,253,.2),0 18px 45px rgba(0,0,0,.22);transform:translateY(-3px)}.page-pricing .plan .tag{font-size:11px;font-weight:700;color:var(--accent2);text-transform:uppercase;margin-bottom:8px;min-height:14px}.page-pricing .plan .desc,.page-pricing .price-note{color:var(--muted);font-size:13px}.page-pricing .plan .price{font-size:30px;font-weight:800;margin:16px 0 2px}.page-pricing .plan ul{list-style:none;margin:18px 0 22px;display:flex;flex-direction:column;gap:10px}.page-pricing .plan li{font-size:13px}.page-pricing .plan li::before{content:'✓';color:var(--green);margin-right:8px}.page-pricing .plan .cta{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:auto;text-align:center;padding:10px 16px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;text-decoration:none;border:1px solid var(--border);background:transparent;color:var(--text)}.page-pricing .plan .cta.primary{background:#f59e0b;color:#111}.page-pricing .plan .cta.disabled{opacity:.5}.page-pricing #cfg-note{color:var(--muted);font-size:12px;margin-top:20px;min-height:16px}
.page-pricing .policy-footer,.page-legal .policy-footer{border-top:1px solid var(--border);padding:22px 24px;text-align:center}.page-pricing .policy-footer a,.page-legal .policy-footer a{color:var(--muted);text-decoration:none;font-size:13px;font-weight:600;margin:0 10px}
.page-pricing .payment-success-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.85)}.page-pricing .payment-success-modal[hidden]{display:none}.page-pricing .payment-success-card{width:100%;max-width:680px;overflow:hidden;border:1px solid #30363d;border-radius:16px;background:#161b22;box-shadow:0 24px 60px rgba(0,0,0,.6)}
.page-pricing .payment-success-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#1f6feb,#388bfd)}.page-pricing .payment-success-brand{display:flex;align-items:center;gap:12px}.page-pricing .payment-success-logo{font-size:26px}.page-pricing .payment-success-brand strong,.page-pricing .payment-success-brand span{display:block}.page-pricing .payment-success-brand strong{color:#fff;font-size:18px}.page-pricing .payment-success-brand div>span{margin-top:2px;color:rgba(255,255,255,.8);font-size:14px}
.page-pricing .payment-success-close{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;background:transparent;color:#111;font:700 25px/1 Arial,sans-serif;cursor:pointer}.page-pricing .payment-success-close:hover{border-radius:6px;background:rgba(0,0,0,.12)}.page-pricing .payment-success-close:focus-visible{outline:2px solid #111;outline-offset:2px}
.page-pricing .payment-success-message{padding:22px 28px 0;text-align:center}.page-pricing .payment-success-message h2{margin:0 0 6px;color:#e6edf3;font-size:24px}.page-pricing .payment-success-message p{margin:0;color:#9aa7b7;font-size:15px}
.page-pricing .payment-success-receipt{display:grid;grid-template-columns:1fr 1fr;padding:22px 28px}.page-pricing .payment-success-panel{overflow:hidden;border:1px solid #30363d}.page-pricing .payment-success-panel:first-child{border-radius:10px 0 0 10px}.page-pricing .payment-success-panel:last-child{border-left:0;border-radius:0 10px 10px 0}.page-pricing .payment-success-panel h3{margin:0;padding:10px 14px;background:#0d1117;color:#9aa7b7;font-size:12px;letter-spacing:1px;text-transform:uppercase}.page-pricing .payment-success-rows{padding:0 14px}.page-pricing .payment-success-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:46px;border-bottom:1px solid #21262d;color:#e6edf3;font-size:14px}.page-pricing .payment-success-row:last-child{border-bottom:0}.page-pricing .payment-success-row>span:first-child{flex:0 0 auto;color:#9aa7b7}.page-pricing .payment-success-row>span:last-child,.page-pricing .payment-success-row>strong{min-width:0;overflow-wrap:anywhere;text-align:right}.page-pricing .payment-success-amount{color:#3fb950}.page-pricing .payment-success-transaction{color:#9aa7b7;font:11px 'JetBrains Mono',monospace}
.page-pricing .payment-success-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:0 28px 22px}.page-pricing .payment-success-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none}.page-pricing .payment-success-dashboard{background:#1f6feb;color:#fff}.page-pricing .payment-success-invoice{border:1px solid #388bfd;color:#388bfd}.page-pricing .payment-success-actions a[hidden]{display:none}.page-pricing .payment-success-footnote{margin:0;padding:0 28px 18px;color:#7d8998;font-size:13px;text-align:center}
@media(max-width:620px){.page-pricing .payment-success-receipt{grid-template-columns:1fr;padding:18px}.page-pricing .payment-success-panel:first-child,.page-pricing .payment-success-panel:last-child{border:1px solid #30363d;border-radius:10px}.page-pricing .payment-success-panel:last-child{margin-top:12px}.page-pricing .payment-success-message h2{font-size:21px}}
@media(max-width:820px){.page-pricing .plans{grid-template-columns:1fr}}

/* Legal pages */
.page-legal .prose{width:min(calc(100% - 48px),780px);margin:auto;padding:56px 0 80px}.page-legal .prose h1{font-size:30px}.page-legal .prose .updated{color:var(--muted);font-size:13px;margin:8px 0 28px}.page-legal .prose h2{font-size:19px;margin:30px 0 10px}.page-legal .prose p,.page-legal .prose li{font-size:14px;line-height:1.7}.page-legal .prose p{margin-bottom:12px}.page-legal .prose ul{margin:0 0 12px 20px}.page-legal .prose a{color:var(--accent2)}

/* Shared public website header and footer */
.public-header { position:sticky; top:0; z-index:100; display:flex; align-items:center; justify-content:space-between; gap:28px; width:100%; min-height:68px; padding-block:14px; padding-inline:clamp(28px,4vw,64px); background:rgba(8,12,16,.9); border-bottom:1px solid var(--border); backdrop-filter:blur(12px); }
.public-logo { display:inline-flex; align-items:center; gap:10px; color:var(--text); font-size:17px; font-weight:700; text-decoration:none; }
.public-header > .public-logo { margin-left:clamp(12px,2vw,28px); }
.public-logo-mark { width:34px; height:34px; display:grid; place-items:center; border-radius:9px; background:linear-gradient(135deg,var(--accent),var(--accent2)); color:#fff; font-size:18px; }
.public-nav-links { display:flex; align-items:center; justify-content:flex-end; gap:26px; margin:0 clamp(12px,2vw,28px) 0 0; padding:0; list-style:none; }
.public-nav-links a { color:var(--muted); font-size:14px; font-weight:600; text-decoration:none; transition:color .15s; }
.public-nav-links a:hover { color:var(--text); }
.public-nav-links .public-nav-button { display:inline-flex; align-items:center; justify-content:center; min-width:96px; min-height:38px; padding:8px 16px; border:1px solid var(--border); border-radius:8px; color:var(--text); }
.public-nav-links .public-nav-cta { border-color:var(--accent); background:var(--accent); color:#fff; box-shadow:0 0 0 1px rgba(255,255,255,.08),0 8px 24px rgba(31,111,235,.24); }
.page-landing .public-footer,.page-pricing .public-footer,.page-legal .public-footer,.page-dashboard .public-footer { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:center; gap:40px; padding-block:36px; padding-inline:max(24px,calc((100vw - 1100px)/2)); border-top:1px solid var(--border); background:var(--surface); color:var(--muted); font-size:13px; }
.page-dashboard .public-footer { padding-inline:28px; }
.public-footer-brand { justify-self:start; }
.public-footer-brand p { max-width:280px; margin:10px 0 0; color:var(--muted); font-size:12px; line-height:1.5; }
.public-footer-copyright { justify-self:center; margin:0; color:var(--muted); font-size:13px; text-align:center; white-space:nowrap; }
.public-footer-menu { position:static; justify-self:end; padding:0; border:0; background:none; backdrop-filter:none; }
.public-footer-menu ul { display:flex; flex-direction:column; align-items:flex-end; gap:8px; margin:0; padding:0; list-style:none; }
.page-landing .public-footer-menu ul,.page-pricing .public-footer-menu ul,.page-legal .public-footer-menu ul { flex-direction:row; align-items:center; justify-content:flex-end; flex-wrap:wrap; gap:10px 18px; }
.public-footer-menu a { color:var(--muted); font-size:13px; font-weight:600; text-decoration:none; transition:color .15s; }
.public-footer-menu a:hover { color:var(--text); }
@media(max-width:760px) {
  .public-header { padding:12px 20px; }
  .public-header > .public-logo { margin-left:0; }
  .public-nav-links { margin-right:0; }
  .public-nav-links li:not(:last-child) { display:none; }
  .page-landing .public-footer,.page-pricing .public-footer,.page-legal .public-footer,.page-dashboard .public-footer { grid-template-columns:1fr; justify-items:center; gap:24px; padding:32px 20px; text-align:center; }
  .public-footer-brand,.public-footer-copyright,.public-footer-menu { justify-self:center; }
  .public-footer-menu ul,.page-landing .public-footer-menu ul,.page-pricing .public-footer-menu ul,.page-legal .public-footer-menu ul { align-items:center; justify-content:center; }
}
@media(prefers-reduced-motion:reduce){
  .page-landing .hero-badge,.page-landing .hero h1,.page-landing .hero-sub,.page-landing .mock-dashboard,.page-landing .hero::before,.page-landing .hero::after{animation:none}
  .page-landing .reveal-item{opacity:1;transform:none;transition:none}
}

/* Public status page */
body.page-status{--bg:#0d1117;--surface:#161b22;--border:#30363d;--text:#e6edf3;--muted:#8b949e;background:var(--bg);color:var(--text);font-family:'Inter',sans-serif;min-height:100vh;padding:40px 16px}.page-status .wrap{max-width:720px;margin:auto}.page-status .head{text-align:center;margin-bottom:24px}.page-status .head h1{font-size:22px}.page-status .banner{display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid;border-radius:12px;padding:22px;margin-bottom:28px}.page-status .dot{width:12px;height:12px;border-radius:50%}.page-status .banner-text{font-size:20px;font-weight:700}.page-status .components{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.page-status .component{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.page-status .component:last-child{border:0}.page-status .c-left,.page-status .c-right{display:flex;align-items:center;gap:12px}.page-status .c-dot{width:9px;height:9px;border-radius:50%}.page-status .c-uptime,.page-status .foot{font-size:12px;color:var(--muted)}.page-status .empty{text-align:center;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:40px}.page-status .foot{display:flex;justify-content:space-between;margin-top:20px}.page-status .foot a{color:var(--muted)}
