:root {
    color-scheme: light;
    --page: #faf8f4;
    --surface: #ffffff;
    --surface-2: #f7f3ed;
    --surface-3: #ece5d8;
    --navy: #0d1b2a;
    --navy-2: #1a2d45;
    --text: #0d1b2a;
    --text-2: #4a5568;
    --muted: #718096;
    --line: #d4cbbe;
    --line-soft: #e8e2d6;
    --green: #c9a84c;
    --green-bright: #e8c97a;
    --green-soft: rgba(201, 168, 76, .1);
    --success: #2d9b6f;
    --success-soft: rgba(45, 155, 111, .1);
    --red: #c0392b;
    --red-soft: rgba(192, 57, 43, .1);
    --amber: #b7791f;
    --amber-soft: rgba(183, 121, 31, .1);
    --blue: #1a6fa8;
    --shadow: 0 4px 16px rgba(13, 27, 42, .08);
    --radius: 10px;
}

[data-theme="dark"] {
    color-scheme: dark;
    --page: #060b12;
    --surface: #0c1927;
    --surface-2: #0f1d2c;
    --surface-3: #16283a;
    --navy: #07101c;
    --navy-2: #1a2d45;
    --text: #ede7db;
    --text-2: rgba(237, 231, 219, .68);
    --muted: rgba(237, 231, 219, .42);
    --line: rgba(201, 168, 76, .22);
    --line-soft: rgba(201, 168, 76, .12);
    --green: #c9a84c;
    --green-bright: #e8c97a;
    --green-soft: rgba(201, 168, 76, .1);
    --success: #5ecba0;
    --success-soft: rgba(45, 155, 111, .15);
    --red: #e07070;
    --red-soft: rgba(192, 57, 43, .13);
    --amber: #e8c97a;
    --amber-soft: rgba(201, 168, 76, .1);
    --blue: #76b7e8;
    --shadow: 0 20px 54px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--page); color: var(--text); font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; }
h1, h2, h3, .brand { font-family: Syne, "Segoe UI", sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.site-header {
    height: 64px;
    padding: 0 max(22px, calc((100% - 1280px) / 2));
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: rgba(7, 16, 28, .96);
    color: #fff;
    backdrop-filter: blur(16px);
}

.brand { display: flex; align-items: center; gap: 10px; color: #f0f7fa; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.brand strong { color: var(--green-bright); }
.brand-shield { width: 31px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(232, 201, 122, .5); border-radius: 8px 8px 13px 13px; background: rgba(201, 168, 76, .08); color: var(--green-bright); font-weight: 900; box-shadow: inset 0 0 18px rgba(201, 168, 76, .08); }
.header-search { margin-right: auto; padding-left: 27px; color: rgba(255, 255, 255, .3); font: 600 .65rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; background: transparent; color: rgba(255, 255, 255, .72); cursor: pointer; transition: .2s ease; }
.icon-button:hover { border-color: rgba(201, 168, 76, .45); color: var(--green-bright); }
.icon-sun { display: none; }
[data-theme="dark"] .icon-moon { display: none; }
[data-theme="dark"] .icon-sun { display: block; }
.tools-link { padding: 10px 13px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; color: rgba(255, 255, 255, .66); font-size: .7rem; font-weight: 700; text-decoration: none; }
.tools-link:hover { border-color: rgba(255, 255, 255, .25); color: #fff; }

.hero {
    min-height: 510px;
    padding: 100px 24px 78px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 76% 18%, rgba(19, 216, 139, .13), transparent 28%),
        linear-gradient(135deg, #07101c 0%, #0a2034 64%, #0b2837 100%);
    color: #fff;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent); }
.hero::after { content: ""; width: 480px; height: 480px; position: absolute; right: -190px; bottom: -330px; border: 1px solid rgba(201, 168, 76, .2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(201,168,76,.025), 0 0 0 110px rgba(201,168,76,.018); }
.hero-copy, .scanner { width: min(900px, 100%); position: relative; z-index: 1; }
.hero-copy { text-align: center; }
.kicker { margin: 0 0 15px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--green-bright); font: 750 .66rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; text-transform: uppercase; }
.kicker span { width: 20px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--green-bright); font-style: normal; font-weight: 400; }
.hero-copy > p:last-child { max-width: 690px; margin: 22px auto 0; color: rgba(231, 241, 246, .57); font-size: clamp(.83rem, 2vw, .96rem); line-height: 1.7; }

.scanner { margin-top: 37px; }
.scanner > label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.64); font-size: .68rem; font-weight: 700; text-align: left; text-transform: uppercase; letter-spacing: .08em; }
.input-shell { min-height: 62px; padding: 7px 7px 7px 20px; display: grid; grid-template-columns: 23px 1fr auto; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(4, 11, 18, .74); box-shadow: 0 22px 55px rgba(0,0,0,.22); transition: .2s ease; }
.input-shell:focus-within { border-color: rgba(26, 240, 154, .75); box-shadow: 0 0 0 3px rgba(26, 240, 154, .1), 0 22px 55px rgba(0,0,0,.25); }
.input-shell > svg { width: 20px; fill: none; stroke: rgba(255,255,255,.38); stroke-width: 1.8; }
.input-shell input { min-width: 0; padding: 12px 0; border: 0; outline: 0; background: transparent; color: #fff; font-size: .92rem; }
.input-shell input::placeholder { color: rgba(255,255,255,.3); }
.input-shell button { min-width: 132px; height: 47px; padding: 0 19px; display: flex; align-items: center; justify-content: center; gap: 16px; border: 0; border-radius: 8px; background: var(--green); color: #03140d; font-size: .75rem; font-weight: 850; cursor: pointer; transition: .2s ease; }
.input-shell button:hover { background: var(--green-bright); transform: translateY(-1px); }
.input-shell button:disabled { cursor: wait; opacity: .75; transform: none; }
.spinner { width: 16px; height: 16px; display: none; border: 2px solid rgba(3,20,13,.25); border-top-color: #03140d; border-radius: 50%; animation: spin .7s linear infinite; }
.scanner.is-loading .button-arrow { display: none; }
.scanner.is-loading .spinner { display: block; }
.form-meta { margin: 10px 2px 0; display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.34); font-size: .65rem; }
.form-meta span:last-child { display: flex; align-items: center; gap: 7px; }
.form-meta i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 9px rgba(232,201,122,.55); }
.form-status { margin: 0; color: #ff9ca6; font-size: .74rem; font-weight: 650; }
.form-status:not(:empty) { margin-top: 10px; }

.has-report .hero { min-height: 0; padding: 27px 24px 31px; }
.has-report .hero-copy { display: none; }
.has-report .scanner { margin-top: 0; }
.has-report .scanner > label, .has-report .form-meta { display: none; }
.has-report .input-shell { min-height: 52px; }
.has-report .input-shell button { height: 39px; }

.loading-panel { width: min(880px, calc(100% - 40px)); margin: 55px auto; padding: 28px; display: flex; align-items: center; gap: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.loading-panel > div:last-child { flex: 1; }
.loading-panel p { margin: 0 0 5px; color: var(--green); font: 750 .62rem ui-monospace, monospace; letter-spacing: .14em; }
.loading-panel h2 { margin: 0 0 13px; font-size: 1.05rem; }
.scan-pulse { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border: 1px solid rgba(201,168,76,.28); border-radius: 50%; }
.scan-pulse::before, .scan-pulse span { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--green); }
.scan-pulse span { position: absolute; animation: pulse 1.5s ease-out infinite; }
.loading-track { height: 3px; overflow: hidden; border-radius: 5px; background: var(--surface-3); }
.loading-track span { display: block; height: 100%; background: var(--green); transition: width .65s ease; }

.report { width: min(1280px, calc(100% - 32px)); margin: 30px auto 85px; outline: none; }
.player-banner { min-height: 150px; padding: 25px 28px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: var(--radius) var(--radius) 0 0; background: linear-gradient(120deg, var(--surface), var(--surface-2)); }
.player-banner::before { content: ""; position: absolute; width: 440px; height: 440px; right: -190px; top: -290px; border: 1px solid rgba(201,168,76,.12); border-radius: 50%; }
.player-identity { min-width: 0; position: relative; display: flex; align-items: center; gap: 20px; }
.player-identity img { width: 90px; height: 90px; flex: 0 0 auto; object-fit: cover; border: 3px solid var(--surface); border-radius: 11px; box-shadow: 0 0 0 1px var(--line), var(--shadow); }
.player-identity > div { min-width: 0; }
.identity-badges { margin-bottom: 7px; display: flex; gap: 6px; }
.badge { padding: 4px 7px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface-2); color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.badge.is-public { border-color: rgba(45,155,111,.27); background: var(--success-soft); color: var(--success); }
.badge.is-private { border-color: rgba(230,184,75,.3); background: var(--amber-soft); color: var(--amber); }
.badge-source { color: var(--blue); }
.player-identity h1 { margin: 0; overflow: hidden; text-overflow: ellipsis; font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.1; white-space: nowrap; }
.mono { margin: 6px 0; color: var(--muted); font: .68rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.profile-links { display: flex; gap: 13px; }
.profile-links a { color: var(--green); font-size: .68rem; font-weight: 750; text-decoration: none; }
.profile-links a:hover { text-decoration: underline; }
.source-list { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.source-chip { padding: 7px 10px; display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--muted); font-size: .62rem; font-weight: 750; }
.source-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--muted); }
.source-chip.is-on { color: var(--text-2); }
.source-chip.is-on::before { background: var(--green); box-shadow: 0 0 7px rgba(201,168,76,.55); }
.source-chip.is-off { opacity: .54; }

.report-nav { min-height: 50px; padding: 0 17px; position: sticky; top: 64px; z-index: 20; display: flex; align-items: stretch; gap: 5px; border: 1px solid var(--line); border-top: 0; background: var(--surface); background: color-mix(in srgb, var(--surface) 94%, transparent); box-shadow: 0 8px 20px rgba(8, 26, 45, .035); backdrop-filter: blur(14px); }
.report-nav a { padding: 0 14px; position: relative; display: flex; align-items: center; color: var(--muted); font-size: .68rem; font-weight: 700; text-decoration: none; }
.report-nav a:hover, .report-nav a.is-active { color: var(--text); }
.report-nav a.is-active::after { content: ""; height: 2px; position: absolute; left: 13px; right: 13px; bottom: 0; background: var(--green); }
.report-nav button { margin: 8px 0; padding: 0 13px; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--text-2); font-size: .65rem; font-weight: 700; white-space: nowrap; cursor: pointer; }
.report-nav .share-report { margin-left: auto; border-color: color-mix(in srgb, var(--green) 34%, var(--line)); color: var(--green); }
.report-nav button:hover { border-color: var(--green); color: var(--green); }

.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 2px 4px rgba(8,26,45,.025); }
.panel-heading { min-height: 43px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line-soft); color: var(--muted); }
.panel-heading > span { font: 800 .62rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }
.panel-heading small { font-size: .59rem; }
.overview-grid { margin-top: 12px; display: grid; grid-template-columns: 245px 1fr; gap: 12px; }
.trust-panel { padding-bottom: 18px; text-align: center; }
.trust-gauge { --trust: 0%; width: 142px; height: 142px; margin: 22px auto 10px; display: grid; place-items: center; position: relative; border-radius: 50%; background: conic-gradient(var(--green) var(--trust), var(--surface-3) 0); }
.trust-gauge::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--surface); }
.trust-gauge > div { position: relative; }
.trust-gauge strong { font-size: 2.65rem; line-height: 1; letter-spacing: -.07em; }
.trust-gauge span { margin-left: 2px; color: var(--muted); font-size: .7rem; }
.trust-gauge.is-medium { background: conic-gradient(var(--amber) var(--trust), var(--surface-3) 0); }
.trust-gauge.is-critical { background: conic-gradient(var(--red) var(--trust), var(--surface-3) 0); }
.trust-label { display: inline-flex; padding: 4px 10px; border-radius: 4px; background: var(--green-soft); color: var(--green); font-size: .66rem; text-transform: uppercase; }
.trust-label.is-medium { background: var(--amber-soft); color: var(--amber); }
.trust-label.is-critical { background: var(--red-soft); color: var(--red); }
.trust-breakdown { margin: 20px 16px 0; padding-top: 14px; display: grid; gap: 12px; border-top: 1px solid var(--line-soft); text-align: left; }
.trust-breakdown > div { display: grid; grid-template-columns: 1fr auto; gap: 5px 8px; align-items: center; }
.trust-breakdown span { color: var(--muted); font-size: .6rem; }
.trust-breakdown strong { color: var(--text-2); font: 750 .64rem ui-monospace, monospace; }
.trust-breakdown i { height: 3px; grid-column: 1 / -1; overflow: hidden; border-radius: 3px; background: var(--surface-3); }
.trust-breakdown b { display: block; height: 100%; background: var(--green); }
#suspicion-bar { background: var(--amber); }

.metrics-panel { overflow: hidden; }
.metrics-grid { padding: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.metric { min-height: 112px; padding: 13px 14px; display: flex; flex-direction: column; border: 1px solid var(--line-soft); border-radius: 7px; background: var(--surface-2); }
.metric > div { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.metric > div span { color: var(--muted); font-size: .58rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.metric > div small { overflow: hidden; color: var(--muted); font-size: .52rem; text-overflow: ellipsis; white-space: nowrap; }
.metric > strong { margin: 12px 0 auto; font-size: 1.32rem; letter-spacing: -.04em; }
.metric > i { height: 3px; overflow: hidden; border-radius: 3px; background: var(--surface-3); }
.metric > i b { display: block; height: 100%; background: var(--green); }
.metric.is-warn > strong { color: var(--amber); }
.metric.is-warn > i b { background: var(--amber); }
.anomaly-strip { padding: 0 12px 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.anomaly { min-height: 54px; padding: 10px 12px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line-soft); border-radius: 7px; background: var(--surface-2); }
.anomaly span { color: var(--muted); font-size: .54rem; letter-spacing: .05em; text-transform: uppercase; }
.anomaly strong { margin-top: 3px; color: var(--success); font-size: .66rem; }
.anomaly.is-alert strong { color: var(--red); }
.anomaly.is-unknown strong { color: var(--muted); }

.ban-notice { margin-top: 12px; padding: 13px 16px; border: 1px solid rgba(227,79,95,.3); border-radius: 7px; background: var(--red-soft); color: var(--red); font-size: .72rem; font-weight: 700; }
.account-section, .performance-layout, .report > section { margin-top: 31px; }
.section-heading { margin-bottom: 10px; min-height: 29px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.section-heading > div { display: flex; align-items: center; gap: 8px; }
.section-heading > div > span { color: var(--green); font: 800 .9rem ui-monospace, monospace; }
.section-heading h2 { margin: 0; font-size: .89rem; }
.section-heading p, .section-heading > a { margin: 0; color: var(--muted); font-size: .6rem; }
.section-heading > a { color: var(--green); font-weight: 700; text-decoration: none; }
.facts-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 7px; }
.fact { min-width: 0; min-height: 96px; padding: 13px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.fact > span { display: block; overflow: hidden; color: var(--muted); font-size: .55rem; font-weight: 750; letter-spacing: .055em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.fact > strong { display: block; margin: 9px 0 3px; overflow: hidden; font-size: 1.05rem; letter-spacing: -.035em; text-overflow: ellipsis; }
.fact > small { display: block; color: var(--muted); font-size: .54rem; line-height: 1.35; }
.fact.is-good > strong { color: var(--success); }
.fact.is-alert > strong { color: var(--red); }

.performance-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 12px; }
.trend-panel { min-width: 0; overflow: hidden; }
.trend-chart { min-height: 252px; padding: 12px 16px 0; display: grid; place-items: center; background: linear-gradient(to bottom, transparent, rgba(201,168,76,.018)); }
.trend-chart svg { width: 100%; height: 230px; overflow: visible; }
.trend-line { fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linejoin: round; stroke-linecap: round; }
.trend-area { fill: rgba(201,168,76,.08); }
.trend-dot { fill: var(--surface); stroke: var(--green); stroke-width: 2; }
.performance-summary { min-height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-soft); }
.performance-summary > div { padding: 13px 16px; }
.performance-summary > div + div { border-left: 1px solid var(--line-soft); }
.performance-summary span { display: block; color: var(--muted); font-size: .54rem; text-transform: uppercase; }
.performance-summary strong { display: block; margin-top: 4px; font-size: .8rem; }
.signal-summary-panel { overflow: hidden; }
.quick-signals { padding: 9px; display: grid; gap: 7px; }
.quick-signal { min-height: 58px; padding: 9px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 9px; border: 1px solid var(--line-soft); border-radius: 6px; background: var(--surface-2); }
.signal-icon { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: .66rem; font-weight: 800; }
.is-risk .signal-icon, .is-confirmed .signal-icon { border-color: rgba(227,79,95,.3); background: var(--red-soft); color: var(--red); }
.is-protective .signal-icon { border-color: rgba(45,155,111,.3); background: var(--success-soft); color: var(--success); }
.quick-signal strong { display: block; font-size: .65rem; }
.quick-signal p { margin: 2px 0 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .56rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.table-shell { overflow-x: auto; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
table { width: 100%; border-collapse: collapse; white-space: nowrap; }
th { height: 42px; padding: 0 15px; border-bottom: 1px solid var(--line); background: var(--surface-2); color: var(--muted); font-size: .54rem; text-align: left; text-transform: uppercase; }
td { height: 48px; padding: 0 15px; border-bottom: 1px solid var(--line-soft); color: var(--text-2); font-size: .66rem; }
tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: var(--surface-2); }
.result { width: 19px; height: 19px; display: inline-grid; place-items: center; border-radius: 3px; font-size: .55rem; font-weight: 900; }
.result.is-win { background: var(--success-soft); color: var(--success); }
.result.is-loss { background: var(--red-soft); color: var(--red); }
.result.is-tie { background: var(--amber-soft); color: var(--amber); }
.empty-state { margin: 0; padding: 30px; color: var(--muted); font-size: .68rem; text-align: center; }

.maps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.map-card { min-height: 130px; padding: 16px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(135deg, var(--surface), var(--surface-2)); }
.map-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -60px; bottom: -75px; border: 1px solid rgba(201,168,76,.11); border-radius: 50%; }
.map-card > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.map-card > div:first-child strong { font-size: .7rem; text-transform: uppercase; }
.map-card > div:first-child span { color: var(--muted); font-size: .54rem; }
.map-card > div:last-child { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.map-card span small { display: block; color: var(--muted); font-size: .5rem; text-transform: uppercase; }
.map-card span b, .map-win { display: block; margin-top: 3px; font-size: .74rem; }
.map-win { color: var(--success); font-size: 1.35rem; letter-spacing: -.05em; }

.signals-list { display: grid; gap: 7px; }
.signal { min-height: 69px; padding: 12px 15px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.signal strong { display: block; font-size: .7rem; }
.signal p { margin: 3px 0 0; color: var(--muted); font-size: .62rem; line-height: 1.4; }
.signal-points { color: var(--red); font: 750 .62rem ui-monospace, monospace; white-space: nowrap; }
.is-protective .signal-points, .is-info .signal-points { color: var(--muted); }
.limitations { margin-top: 20px; padding: 15px 18px; border: 1px solid var(--line); border-left: 3px solid var(--amber); border-radius: 0 7px 7px 0; background: var(--surface); }
.limitations strong { font-size: .68rem; }
.limitations ul { margin: 7px 0 0; padding-left: 17px; color: var(--muted); font-size: .6rem; line-height: 1.45; }
.disclaimer { margin-top: 11px; padding: 14px 16px; display: flex; align-items: flex-start; gap: 11px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.disclaimer > span { width: 21px; height: 21px; flex: 0 0 21px; display: grid; place-items: center; border: 1px solid var(--amber); border-radius: 50%; color: var(--amber); font-size: .6rem; font-weight: 800; }
.disclaimer p { margin: 1px 0 0; color: var(--muted); font-size: .6rem; line-height: 1.45; }

.method { width: min(1000px, calc(100% - 40px)); margin: 70px auto 90px; padding: 34px 38px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 54px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.method .kicker { justify-content: flex-start; margin-bottom: 9px; color: var(--green); }
.method h2 { margin: 0; font-size: clamp(1.65rem, 4vw, 2.35rem); line-height: 1.05; letter-spacing: -.045em; }
.method > p { margin: 0; color: var(--text-2); font-size: .75rem; line-height: 1.7; }

footer { min-height: 70px; padding: 20px max(22px, calc((100% - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: .59rem; }
footer > span:first-child { color: var(--green); font: 750 .6rem ui-monospace, monospace; letter-spacing: .08em; }
footer p { margin: 0; }
footer > span:last-child { display: flex; gap: 15px; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--green); }

.legal-page { background: var(--page); }
.legal-header { padding: 100px 24px 50px; background: var(--navy); color: #fff; }
.legal-header > div, .legal-content { width: min(780px, 100%); margin: 0 auto; }
.legal-header a { color: var(--green-bright); text-decoration: none; font-size: .74rem; }
.legal-header h1 { margin: 22px 0 8px; font-size: clamp(2.3rem, 7vw, 3.8rem); letter-spacing: -.05em; }
.legal-header p { margin: 0; color: rgba(255,255,255,.5); }
.legal-content { padding: 42px 24px 90px; }
.legal-content section { padding: 20px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 8px; font-size: .96rem; }
.legal-content p, .legal-content li { color: var(--text-2); font-size: .78rem; line-height: 1.65; }
.legal-content p { margin: 0; }
.legal-content a { color: var(--green); }

.toast { max-width: calc(100% - 28px); padding: 11px 15px; position: fixed; right: 20px; bottom: 20px; z-index: 60; transform: translateY(12px); border: 1px solid rgba(201, 168, 76, .3); border-radius: 8px; background: var(--navy); box-shadow: var(--shadow); color: #fffaf0; font-size: .7rem; font-weight: 750; opacity: 0; transition: opacity .18s ease, transform .18s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }
.clipboard-helper { width: 1px; height: 1px; position: fixed; left: -9999px; opacity: 0; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { from { transform: scale(.3); opacity: .8; } to { transform: scale(4); opacity: 0; } }

@media (max-width: 1080px) {
    .facts-grid { grid-template-columns: repeat(4, 1fr); }
    .performance-layout { grid-template-columns: 1fr; }
    .quick-signals { grid-template-columns: repeat(2, 1fr); }
    .maps-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
    .header-search { display: none; }
    .overview-grid { grid-template-columns: 1fr; }
    .trust-panel { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto auto; align-items: center; text-align: left; }
    .trust-panel .panel-heading { grid-column: 1 / -1; }
    .trust-gauge { grid-row: 2 / 4; margin: 18px 24px; }
    .trust-label { align-self: end; justify-self: start; }
    .trust-breakdown { align-self: start; margin: 10px 20px 0 0; }
    .maps-grid { grid-template-columns: repeat(2, 1fr); }
    .method { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 620px) {
    .site-header { height: 58px; padding: 0 15px; }
    .tools-link { display: none; }
    .brand { margin-right: auto; }
    .hero { min-height: 470px; padding: 78px 16px 60px; }
    .hero h1 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
    .input-shell { min-height: 58px; padding: 6px 6px 6px 14px; grid-template-columns: 20px minmax(0, 1fr); }
    .input-shell button { min-width: 0; height: 44px; grid-column: 1 / -1; }
    .form-meta { display: none; }
    .has-report .hero { padding: 14px; }
    .has-report .input-shell { grid-template-columns: minmax(0, 1fr) auto; padding-left: 12px; }
    .has-report .input-shell > svg { display: none; }
    .has-report .input-shell button { width: 90px; grid-column: auto; }
    .report { width: min(100% - 20px, 1280px); margin-top: 14px; }
    .player-banner { padding: 20px; align-items: flex-start; flex-direction: column; }
    .player-identity { width: 100%; gap: 14px; }
    .player-identity img { width: 70px; height: 70px; }
    .source-list { justify-content: flex-start; }
    .report-nav { top: 58px; overflow-x: auto; }
    .report-nav a { padding: 0 10px; white-space: nowrap; }
    .report-nav button { min-width: 105px; }
    .report-nav .share-report { margin-left: 0; }
    .trust-panel { display: block; text-align: center; }
    .trust-gauge { margin: 20px auto 10px; }
    .trust-label { justify-self: auto; }
    .trust-breakdown { margin: 20px 16px 0; }
    .metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .anomaly-strip, .facts-grid { grid-template-columns: repeat(2, 1fr); }
    .quick-signals { grid-template-columns: 1fr; }
    .performance-summary { grid-template-columns: repeat(2, 1fr); }
    .performance-summary > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-soft); }
    .performance-summary > div:nth-child(4) { border-top: 1px solid var(--line-soft); }
    .maps-grid { grid-template-columns: 1fr; }
    .section-heading p { display: none; }
    .signal { grid-template-columns: 30px 1fr; }
    .signal-points { grid-column: 2; }
    .method { margin: 45px auto 60px; padding: 26px; }
    footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
