:root{--page-plane:#f9f9f7;--surface-1:#fcfcfb;--text-primary:#0b0b0b;--text-secondary:#52514e;--text-muted:#898781;--gridline:#e1e0d9;--baseline:#c3c2b7;--border:#0b0b0b1a;--series-1:#2a78d6;--series-1-soft:#cde2fb;--status-good:#0ca30c;--status-critical:#d03b3b;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text-primary);background:var(--page-plane);font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--page-plane:#0d0d0d;--surface-1:#1a1a19;--text-primary:#fff;--text-secondary:#c3c2b7;--text-muted:#898781;--gridline:#2c2c2a;--baseline:#383835;--border:#ffffff1a;--series-1:#3987e5;--series-1-soft:#184f95;--status-good:#0ca30c;--status-critical:#d03b3b}}body{margin:0}a{color:var(--series-1)}.tabular-nums{font-variant-numeric:tabular-nums}.page{max-width:800px;margin:0 auto;padding:2rem 1rem 4rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}h1{margin:0 0 1.5rem}.mono-code{font-family:ui-monospace,Consolas,monospace}.nav-link{font-size:.95rem;text-decoration:none}.nav-link:hover{text-decoration:underline}.shorten-form{gap:.5rem;margin-bottom:2rem;display:flex}.shorten-form input{border:1px solid var(--border);background:var(--surface-1);color:var(--text-primary);border-radius:6px;flex:1;padding:.6rem .8rem;font-size:1rem}.shorten-form button{background:var(--series-1);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:1rem}.shorten-form button:disabled{opacity:.6;cursor:not-allowed}.error{color:var(--status-critical);margin-top:.5rem}.status{color:var(--text-secondary)}.url-table{border-collapse:collapse;width:100%}.url-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--baseline);padding:.5rem;font-size:.85rem;font-weight:500}.url-table td{text-align:left;border-bottom:1px solid var(--gridline);vertical-align:middle;padding:.6rem .5rem}.url-table .destination{text-overflow:ellipsis;white-space:nowrap;max-width:280px;color:var(--text-secondary);overflow:hidden}.copy-button{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:4px;margin-left:.5rem;padding:.15rem .5rem;font-size:.8rem}.stat-tile-row{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.stat-tile{background:var(--surface-1);border:1px solid var(--border);border-radius:8px;padding:.9rem 1rem}.stat-tile-label{color:var(--text-muted);margin-bottom:.3rem;font-size:.8rem}.stat-tile-value{font-size:1.4rem;font-weight:600}.stat-tile-sublabel{color:var(--text-secondary);font-size:.8rem}.range-picker{gap:.4rem;margin-bottom:1rem;display:flex}.range-button{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:.3rem .7rem;font-size:.85rem}.range-button-active{background:var(--series-1);border-color:var(--series-1);color:#fff}.chart-card{background:var(--surface-1);border:1px solid var(--border);border-radius:8px;margin-bottom:1.5rem;padding:1rem}.chart-title{color:var(--text-secondary);margin:0 0 .75rem;font-size:.95rem;font-weight:500}.chart-svg{width:100%;height:auto;overflow:visible}.chart-gridline{stroke:var(--gridline);stroke-width:1px}.chart-axis-label{fill:var(--text-muted);font-size:10px}.chart-area{fill:var(--series-1-soft);opacity:.5;stroke:none}.chart-line{fill:none;stroke:var(--series-1);stroke-width:2px}.chart-dot{fill:var(--series-1);stroke:var(--surface-1);stroke-width:2px}.chart-crosshair{stroke:var(--baseline);stroke-width:1px;stroke-dasharray:3 3}.chart-tooltip{color:var(--text-secondary);margin-top:.5rem;font-size:.85rem}.chart-tooltip strong{color:var(--text-primary)}.bar-chart{flex-direction:column;gap:2px;display:flex}.bar-row{border-radius:4px;grid-template-columns:90px 1fr 56px;align-items:center;gap:.6rem;padding:.35rem .25rem;display:grid}.bar-row-clickable{cursor:pointer}.bar-row-clickable:hover{background:var(--gridline)}.bar-label{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.bar-track{background:var(--gridline);border-radius:4px;height:18px;overflow:hidden}.bar-fill{background:var(--series-1);border-radius:4px;height:100%;transition:opacity .1s}.bar-fill-hover{opacity:.85}.bar-value{color:var(--text-primary);text-align:right;font-size:.85rem}
