:root { color-scheme: dark; --bg: #080914; --panel: #111426; --panel-2: #171b32; --line: #282d4b; --text: #f7f8ff; --muted: #969dbb; --blue: #6a7cff; --violet: #a54dff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 70% -20%, #29205b 0, transparent 32rem), var(--bg); color: var(--text); }
button, input { font: inherit; }
.shell { width: min(1440px, calc(100% - 40px)); margin-inline: auto; }
.masthead { min-height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 750; }
.brand b { margin-left: 8px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(135deg, var(--blue), var(--violet)); font-weight: 900; }
.freshness, .panel-heading > p, footer { color: var(--muted); font-size: 13px; }
.session-actions { display: flex; align-items: center; gap: 14px; }
.session-actions .freshness { margin: 0; }
.session-actions button { min-height: 34px; padding-inline: 11px; font-size: 12px; }
.toolbar { margin: 28px 0 20px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.presets { display: flex; flex-wrap: wrap; gap: 7px; }
button { min-height: 40px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); color: var(--muted); cursor: pointer; }
button:hover, button[aria-pressed="true"] { border-color: var(--blue); background: #202645; color: var(--text); }
button:focus-visible, input:focus-visible { outline: 3px solid #7e8cff66; outline-offset: 2px; }
button:disabled { cursor: wait; opacity: .55; }
.custom-range { display: flex; align-items: end; gap: 8px; }
.custom-range label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
input { min-height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); color: var(--text); }
.filter-panel { margin: 0 0 20px; padding: 18px 20px 20px; border: 1px solid var(--line); border-radius: 16px; background: #0e1120dd; }
.filter-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.filter-heading > p { margin: 0; color: var(--muted); font-size: 12px; text-align: right; }
.attribution-filters { display: grid; grid-template-columns: repeat(6, minmax(120px, 1fr)); gap: 10px; align-items: end; }
.attribution-filters label { display: grid; gap: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.attribution-filters input { width: 100%; min-width: 0; }
.filter-actions { display: flex; gap: 8px; grid-column: 1 / -1; justify-content: flex-end; }
.filter-actions button:first-child { border-color: #6877ec; background: #293160; color: var(--text); }
.alert { padding: 13px 16px; border: 1px solid #ffb45b; border-radius: 10px; background: #3b2918; color: #ffd59d; }
.hero-kpis, .support-kpis { display: grid; gap: 14px; }
.hero-kpis { grid-template-columns: repeat(3, 1fr); }
.support-kpis { grid-template-columns: repeat(3, 1fr); margin: 14px 0 24px; }
.hero-kpis article, .support-kpis article { position: relative; overflow: hidden; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, var(--panel-2), var(--panel)); box-shadow: 0 18px 50px #0003; }
.hero-kpis article.accent::after { content: ""; position: absolute; inset: auto -25% -70% 25%; height: 150px; background: var(--violet); filter: blur(70px); opacity: .22; }
article > span { color: var(--muted); font-size: 13px; font-weight: 650; }
article > strong { display: block; margin: 10px 0 7px; font-size: clamp(31px, 4vw, 48px); line-height: 1; letter-spacing: -.04em; }
article > small { color: var(--muted); }
.support-kpis article { padding: 16px 20px; }
.support-kpis article > strong { font-size: 25px; }
.panel { margin: 0 0 22px; border: 1px solid var(--line); border-radius: 16px; background: #0e1120dd; overflow: hidden; }
.panel-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 22px 24px 16px; }
.eyebrow { margin: 0 0 5px; color: #8995ff; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2 { margin: 0; font-size: 21px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th, td { padding: 14px 18px; border-top: 1px solid var(--line); text-align: right; white-space: nowrap; font-size: 13px; }
thead th { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
th:first-child, td:first-child { text-align: left; }
tbody th { font-size: 14px; }
tbody tr:hover { background: #171c33; }
.source-cell { display: grid; gap: 3px; }
.source-cell small { color: var(--muted); }
.page-preview-trigger { display: grid; gap: 3px; min-height: 0; max-width: 270px; padding: 0; border: 0; border-radius: 3px; background: transparent; color: var(--text); text-align: left; white-space: normal; }
.page-preview-trigger:hover { border-color: transparent; background: transparent; color: #9aa5ff; }
.page-preview-trigger small { color: var(--muted); }
.page-preview { position: fixed; z-index: 20; width: min(390px, calc(100vw - 24px)); overflow: hidden; border: 1px solid #485286; border-radius: 16px; background: #111426; box-shadow: 0 24px 80px #000c; }
.page-preview[hidden] { display: none; }
.page-preview img { display: block; width: 100%; height: 230px; border-bottom: 1px solid var(--line); background: #090b16; object-fit: cover; object-position: top; }
.page-preview__body { padding: 16px 18px 18px; }
.page-preview__body h2 { margin-bottom: 8px; font-size: 18px; }
.page-preview__body > p:not(.eyebrow) { margin: 0 0 10px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.page-preview__body code { display: block; margin-bottom: 14px; color: #aab2d3; font-size: 11px; }
.page-preview__body a { color: #aeb6ff; font-size: 13px; font-weight: 750; }
.page-preview__close { position: absolute; z-index: 1; top: 8px; right: 8px; display: grid; place-items: center; width: 34px; min-height: 34px; padding: 0; border-color: #ffffff4d; background: #090b16dd; color: white; font-size: 22px; }
.empty { padding: 34px; text-align: center !important; color: var(--muted); }
footer { padding: 4px 0 28px; text-align: center; }
body[data-loading] main { opacity: .72; }
.login-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; }
.login-card { width: min(100%, 430px); padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, var(--panel-2), var(--panel)); box-shadow: 0 24px 80px #0008; }
.login-card .brand { margin-bottom: 30px; }
.login-card h1 { font-size: 30px; letter-spacing: -.03em; }
.login-intro, .login-note { color: var(--muted); line-height: 1.55; }
.login-intro { margin: 10px 0 22px; }
.login-note { margin: 20px 0 0; font-size: 12px; text-align: center; }
.login-form { display: grid; gap: 16px; }
.login-form label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
.login-form input { width: 100%; min-height: 48px; }
.login-form button { min-height: 48px; border: 0; background: linear-gradient(90deg, var(--blue), var(--violet)); color: white; font-weight: 800; }
@media (max-width: 1120px) { .attribution-filters { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .toolbar { align-items: stretch; flex-direction: column; } .custom-range { flex-wrap: wrap; } .hero-kpis { grid-template-columns: 1fr; } .support-kpis { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .shell { width: min(100% - 24px, 1440px); } .masthead { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; } .brand b { display: none; } .freshness { margin: 0; } .session-actions { width: 100%; justify-content: space-between; } .presets button { flex: 1; } .custom-range label { flex: 1 1 120px; } .custom-range input { width: 100%; } .custom-range button { width: 100%; } .filter-heading { align-items: flex-start; flex-direction: column; } .filter-heading > p { text-align: left; } .attribution-filters { grid-template-columns: 1fr; } .filter-actions { justify-content: stretch; } .filter-actions button { flex: 1; } .support-kpis { grid-template-columns: 1fr; } .panel-heading { align-items: flex-start; flex-direction: column; } .login-card { padding: 25px 20px; } .page-preview img { height: 190px; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
