/**
 * Easy themes for insider-intel UI.
 * Add a theme: copy a [data-theme="…"] block, set --* vars, add an <option> in
 * index.html and the name to the THEMES set in app.js.
 * Switcher stores choice in localStorage (key: insider-intel-theme).
 *
 * DEFAULT THEME = "Dossier Sage" (theme-pack light sage paper). The inline
 * <head> script and app.js both default data-theme to "Dossier Sage", so its
 * block (in the theme-pack section below) is what a first-time visitor sees.
 * Its Newsreader + Courier Prime webfonts are loaded in index.html.
 * cnn-lite / midnight / phosphor are backup themes (untouched, system fonts).
 * :root holds the shared/neutral defaults every theme — including the masthead
 * --top-* vars — builds on; keep it adaptive so backup themes inherit sanely.
 */

:root {
  --ink: #1a2420;
  --muted: #5a6b63;
  --paper: #e8eee9;
  --panel: rgba(244, 248, 245, 0.88);
  --line: rgba(26, 36, 32, 0.12);
  --signal: #c45c26;
  --signal-soft: rgba(196, 92, 38, 0.14);
  --accent: #1f6f63;
  --accent-soft: rgba(31, 111, 99, 0.12);
  --focus: #2a8f7f;
  --btn-fg: #f4f8f5;
  --input-bg: rgba(255, 255, 255, 0.7);
  --side-bg: rgba(255, 255, 255, 0.25);
  --hover: rgba(31, 111, 99, 0.06);
  --brand-glow: transparent;
  --atmosphere:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(31, 111, 99, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 0%, rgba(196, 92, 38, 0.12), transparent 50%),
    linear-gradient(165deg, #dfe8e2 0%, #edf2ee 45%, #e4ebe6 100%);
  --scanlines: none;
  --font-display: Georgia, "Times New Roman", Times, serif;
  --font-body: Georgia, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --brand-weight: 700;
  --brand-tracking: -0.03em;
  --brand-transform: none;
  --headline-weight: 600;
  --headline-tracking: -0.01em;
  --headline-transform: none;
  --top-bg: transparent;
  --top-ink: var(--ink);
  --top-muted: var(--muted);
  --top-line: var(--line);
  --top-input-bg: var(--input-bg);
  --top-field-bg: #ffffff;
  --top-field-ink: #1a2420;
  --top-btn-bg: var(--accent);
  --masthead: transparent;
  --masthead-height: 0;
  --radius: 2px;
}

/* Dossier — DEFAULT theme: classified-file / GoldenEye dossier on kraft paper.
   Self-contained (defines the masthead --top-* vars too) so it never leaks into,
   nor inherits from, the backup themes. */
[data-theme="dossier"] {
  --ink: #211d16;
  --muted: #7a7263;
  --paper: #e9e2d0;
  --panel: #faf7ee;
  --line: #c9c0aa;
  --signal: #a8352a;
  --signal-soft: rgba(168, 53, 42, 0.1);
  --accent: #a8352a;
  --accent-soft: rgba(168, 53, 42, 0.1);
  --focus: #a8352a;
  --btn-fg: #efe9d9;
  --input-bg: #faf7ee;
  --side-bg: #efe9d9;
  --hover: rgba(168, 53, 42, 0.06);
  --brand-glow: transparent;
  --atmosphere: linear-gradient(180deg, #ece5d4 0%, #e6dfcc 100%);
  --scanlines: none;
  --font-display: "Newsreader", Georgia, "Times New Roman", serif;
  --font-body: "Newsreader", Georgia, "Times New Roman", serif;
  --font-mono: "Courier Prime", "Courier New", Courier, monospace;
  --brand-weight: 700;
  --brand-tracking: -0.02em;
  --brand-transform: none;
  --headline-weight: 600;
  --headline-tracking: -0.015em;
  --headline-transform: none;
  --top-bg: #efe9d9;
  --top-ink: #211d16;
  --top-muted: #7a7263;
  --top-line: #211d16;
  --top-input-bg: #faf7ee;
  --top-field-bg: #faf7ee;
  --top-field-ink: #211d16;
  --top-btn-bg: #211d16;
  --masthead: #211d16;
  --masthead-height: 0;
  --radius: 3px;
}

[data-theme="midnight"] {
  --ink: #d8e4f0;
  --muted: #7a8fa3;
  --paper: #0b1220;
  --panel: rgba(14, 24, 40, 0.92);
  --line: rgba(120, 160, 200, 0.16);
  --signal: #5ec8ff;
  --signal-soft: rgba(94, 200, 255, 0.14);
  --accent: #4f8cff;
  --accent-soft: rgba(79, 140, 255, 0.14);
  --focus: #5ec8ff;
  --btn-fg: #0b1220;
  --input-bg: rgba(18, 30, 48, 0.9);
  --side-bg: rgba(12, 20, 34, 0.6);
  --hover: rgba(79, 140, 255, 0.1);
  --brand-glow: 0 0 16px rgba(94, 200, 255, 0.25);
  --atmosphere:
    radial-gradient(ellipse 70% 45% at 20% -5%, rgba(79, 140, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 55% 40% at 90% 5%, rgba(94, 200, 255, 0.1), transparent 50%),
    linear-gradient(165deg, #0a101c 0%, #0d1524 50%, #080e18 100%);
  --scanlines: none;
  --font-display: Georgia, "Times New Roman", Times, serif;
  --font-body: "Segoe UI", Tahoma, Geneva, sans-serif;
  --font-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --brand-weight: 700;
  --brand-tracking: -0.03em;
  --brand-transform: none;
  --headline-weight: 600;
  --headline-tracking: -0.01em;
  --headline-transform: none;
  --radius: 2px;
}

[data-theme="phosphor"] {
  --ink: #ffd27a;
  --muted: #a67c3a;
  --paper: #0c0904;
  --panel: rgba(22, 14, 4, 0.92);
  --line: rgba(255, 176, 0, 0.18);
  --signal: #ffb000;
  --signal-soft: rgba(255, 176, 0, 0.12);
  --accent: #ffcc33;
  --accent-soft: rgba(255, 204, 51, 0.1);
  --focus: #ffb000;
  --btn-fg: #0c0904;
  --input-bg: rgba(28, 18, 4, 0.9);
  --side-bg: rgba(18, 12, 4, 0.55);
  --hover: rgba(255, 176, 0, 0.08);
  --brand-glow: 0 0 16px rgba(255, 176, 0, 0.3);
  --atmosphere:
    radial-gradient(ellipse 65% 40% at 12% 0%, rgba(255, 176, 0, 0.1), transparent 55%),
    linear-gradient(180deg, #100a03 0%, #0c0904 60%, #050402 100%);
  --scanlines: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.2) 2px,
    rgba(0, 0, 0, 0.2) 4px
  );
  --font-display: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --font-body: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --font-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --brand-weight: 700;
  --brand-tracking: 0.06em;
  --brand-transform: uppercase;
  --headline-weight: 600;
  --headline-tracking: 0;
  --headline-transform: none;
  --radius: 0;
}

/* Diablo — black iron and embers: hellfire red accents, parchment-gold ink,
   a faint furnace glow rising from the bottom of the page. */
[data-theme="diablo"] {
  --ink: #e6cfa3;
  --muted: #97794f;
  --paper: #0c0505;
  --panel: rgba(26, 12, 10, 0.94);
  --line: rgba(210, 90, 50, 0.22);
  --signal: #ff5a1f;
  --signal-soft: rgba(255, 90, 31, 0.14);
  --accent: #d31c24;
  --accent-soft: rgba(211, 28, 36, 0.16);
  --focus: #ff5a1f;
  --btn-fg: #170807;
  --input-bg: rgba(30, 14, 10, 0.92);
  --side-bg: rgba(20, 9, 7, 0.6);
  --hover: rgba(255, 90, 31, 0.08);
  --brand-glow: 0 0 18px rgba(255, 70, 20, 0.35);
  --atmosphere:
    radial-gradient(ellipse 90% 45% at 50% 108%, rgba(214, 60, 15, 0.32), transparent 60%),
    radial-gradient(ellipse 55% 35% at 12% -5%, rgba(179, 18, 27, 0.14), transparent 55%),
    linear-gradient(180deg, #120707 0%, #0c0505 55%, #070302 100%);
  --scanlines: none;
  --font-display: Georgia, "Times New Roman", Times, serif;
  --font-body: Georgia, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --brand-weight: 700;
  --brand-tracking: 0.02em;
  --brand-transform: uppercase;
  --headline-weight: 700;
  --headline-tracking: -0.01em;
  --headline-transform: none;
  --radius: 0;
}

/* lite.cnn.com — white page, CNN red, serif headlines, sparse chrome */
[data-theme="cnn-lite"] {
  --ink: #0c0c0c;
  --muted: #555555;
  --paper: #ffffff;
  --panel: #ffffff;
  --line: #cccccc;
  --signal: #cc0000;
  --signal-soft: rgba(204, 0, 0, 0.08);
  --accent: #cc0000;
  --accent-soft: rgba(204, 0, 0, 0.08);
  --focus: #990000;
  --btn-fg: #ffffff;
  --input-bg: #ffffff;
  --side-bg: #f7f7f7;
  --hover: rgba(0, 0, 0, 0.04);
  --brand-glow: transparent;
  --atmosphere: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  --scanlines: none;
  --font-display: Georgia, "Times New Roman", Times, serif;
  --font-body: Georgia, "Times New Roman", Times, serif;
  --font-mono: "Courier New", Courier, monospace;
  --brand-weight: 700;
  --brand-tracking: -0.02em;
  --brand-transform: none;
  --headline-weight: 700;
  --headline-tracking: -0.015em;
  --headline-transform: none;
  --radius: 0;
}

/* --- Dossier Theme Pack (design handoff, 2026-07): 9 deployed themes. ---
   Values copied verbatim from the high-fidelity handoff prototype; token
   names match the library contract above. Ultramarines/Perplexity need the
   IBM Plex Mono webfont loaded in index.html. Per-theme H1 tweaks map the
   pack's .app-title rules onto the site's .product class. */
[data-theme="Dossier Sage"]{--ink:#3d4a3e;--muted:#84927f;--paper:#e7e9dd;--panel:rgba(244,246,238,.97);--line:rgba(61,74,62,.17);--signal:#6b7f3c;--signal-soft:rgba(107,127,60,.11);--accent:#8f4d2e;--accent-soft:rgba(143,77,46,.11);--focus:#6b7f3c;--btn-fg:#f3f5ec;--input-bg:rgba(250,251,246,.9);--side-bg:rgba(224,227,213,.5);--hover:rgba(61,74,62,.04);--atmosphere:radial-gradient(ellipse 70% 45% at 50% -10%,rgba(255,255,250,.7),transparent 60%),linear-gradient(180deg,#eaecdf 0%,#e7e9dd 55%,#dbdecd 100%);--font-display:"Newsreader",Georgia,serif;--font-body:"Newsreader",Georgia,serif;--font-mono:"Courier Prime",ui-monospace,monospace;--headline-weight:600;--headline-tracking:0;--radius:2px}
[data-theme="Dossier Soft"]{--ink:#4a4132;--muted:#948a76;--paper:#efe6d3;--panel:rgba(248,242,229,.96);--line:rgba(74,65,50,.18);--signal:#b05a2a;--signal-soft:rgba(176,90,42,.1);--accent:#a33d2e;--accent-soft:rgba(163,61,46,.12);--focus:#b05a2a;--btn-fg:#f6f0e2;--input-bg:rgba(252,247,237,.9);--side-bg:rgba(232,222,202,.5);--hover:rgba(74,65,50,.05);--atmosphere:radial-gradient(ellipse 70% 45% at 50% -10%,rgba(255,252,244,.7),transparent 60%),linear-gradient(180deg,#f2ead9 0%,#efe6d3 55%,#e5d9c0 100%);--font-display:"Newsreader",Georgia,serif;--font-body:"Newsreader",Georgia,serif;--font-mono:"Courier Prime",ui-monospace,monospace;--headline-weight:600;--headline-tracking:0;--radius:2px}
[data-theme="Dossier Fog"]{--ink:#43484d;--muted:#8b9298;--paper:#e9eaea;--panel:rgba(246,246,245,.97);--line:rgba(67,72,77,.16);--signal:#3e6e8e;--signal-soft:rgba(62,110,142,.1);--accent:#b0483a;--accent-soft:rgba(176,72,58,.1);--focus:#3e6e8e;--btn-fg:#f4f6f7;--input-bg:rgba(251,251,250,.9);--side-bg:rgba(226,227,227,.5);--hover:rgba(67,72,77,.04);--atmosphere:radial-gradient(ellipse 70% 45% at 50% -10%,rgba(255,255,255,.8),transparent 60%),linear-gradient(180deg,#ececec 0%,#e9eaea 55%,#dedfdf 100%);--font-display:"Newsreader",Georgia,serif;--font-body:"Newsreader",Georgia,serif;--font-mono:"Courier Prime",ui-monospace,monospace;--headline-weight:600;--headline-tracking:0;--radius:2px}
[data-theme="Air Archive"]{--ink:#3f4650;--muted:#8b95a1;--paper:#eef1f4;--panel:rgba(250,251,252,.97);--line:rgba(63,70,80,.15);--signal:#4a90b8;--signal-soft:rgba(74,144,184,.1);--accent:#5a6b7e;--accent-soft:rgba(90,107,126,.12);--focus:#4a90b8;--btn-fg:#f6f8fa;--input-bg:rgba(253,254,255,.9);--side-bg:rgba(228,233,238,.5);--hover:rgba(63,70,80,.04);--atmosphere:radial-gradient(ellipse 70% 45% at 50% -10%,rgba(255,255,255,.85),transparent 60%),linear-gradient(180deg,#f1f4f6 0%,#eef1f4 55%,#e2e7ec 100%);--font-display:"Newsreader",Georgia,serif;--font-body:"Newsreader",Georgia,serif;--font-mono:"Courier Prime",ui-monospace,monospace;--headline-weight:600;--headline-tracking:0;--radius:0}
[data-theme="Air Archive"] .product{font-size:clamp(26px,3.4vw,40px)}
[data-theme="Cinder Archive"]{--ink:#e2d7c8;--muted:#8f8272;--paper:#141110;--panel:rgba(30,26,24,.96);--line:rgba(226,215,200,.16);--signal:#e0723c;--signal-soft:rgba(224,114,60,.13);--accent:#b8442a;--accent-soft:rgba(184,68,42,.18);--focus:#e0723c;--btn-fg:#181310;--input-bg:rgba(25,21,19,.92);--side-bg:rgba(19,16,14,.6);--hover:rgba(224,114,60,.06);--atmosphere:radial-gradient(ellipse 75% 45% at 20% -8%,rgba(224,114,60,.12),transparent 55%),radial-gradient(ellipse 90% 45% at 50% 112%,rgba(60,45,38,.5),transparent 65%),linear-gradient(180deg,#191513 0%,#141110 55%,#0d0b0a 100%);--font-display:"Newsreader",Georgia,serif;--font-body:"Newsreader",Georgia,serif;--font-mono:"Courier Prime",ui-monospace,monospace;--headline-weight:600;--headline-tracking:0;--radius:0}
[data-theme="Cinder Archive"] .product{font-size:clamp(26px,3.4vw,40px)}
[data-theme="Ice Archive"]{--ink:#d5e2ea;--muted:#7e919e;--paper:#0f1418;--panel:rgba(24,32,38,.96);--line:rgba(213,226,234,.16);--signal:#7cc4e8;--signal-soft:rgba(124,196,232,.12);--accent:#3a7ca5;--accent-soft:rgba(58,124,165,.18);--focus:#7cc4e8;--btn-fg:#0c1216;--input-bg:rgba(19,26,31,.92);--side-bg:rgba(14,19,23,.6);--hover:rgba(124,196,232,.05);--atmosphere:radial-gradient(ellipse 75% 45% at 80% -8%,rgba(124,196,232,.1),transparent 55%),radial-gradient(ellipse 90% 45% at 50% 112%,rgba(40,60,75,.45),transparent 65%),linear-gradient(180deg,#131a1f 0%,#0f1418 55%,#090d10 100%);--font-display:"Newsreader",Georgia,serif;--font-body:"Newsreader",Georgia,serif;--font-mono:"Courier Prime",ui-monospace,monospace;--headline-weight:600;--headline-tracking:0;--radius:0}
[data-theme="Ice Archive"] .product{font-size:clamp(26px,3.4vw,40px)}
[data-theme="Earth Archive"]{--ink:#ddd5bd;--muted:#8f8768;--paper:#12130c;--panel:rgba(28,29,20,.96);--line:rgba(221,213,189,.16);--signal:#a3b25c;--signal-soft:rgba(163,178,92,.12);--accent:#7a5a30;--accent-soft:rgba(122,90,48,.2);--focus:#a3b25c;--btn-fg:#f0ecd8;--input-bg:rgba(23,24,16,.92);--side-bg:rgba(17,18,12,.6);--hover:rgba(163,178,92,.05);--atmosphere:radial-gradient(ellipse 75% 45% at 20% -8%,rgba(163,178,92,.08),transparent 55%),radial-gradient(ellipse 90% 45% at 50% 112%,rgba(60,50,30,.5),transparent 65%),linear-gradient(180deg,#171810 0%,#12130c 55%,#0b0c07 100%);--font-display:"Newsreader",Georgia,serif;--font-body:"Newsreader",Georgia,serif;--font-mono:"Courier Prime",ui-monospace,monospace;--headline-weight:600;--headline-tracking:0;--radius:0}
[data-theme="Earth Archive"] .product{font-size:clamp(26px,3.4vw,40px)}
[data-theme="Ultramarines"]{--ink:#dce6f5;--muted:#7488a8;--paper:#070b16;--panel:rgba(13,22,42,.95);--line:rgba(200,168,86,.26);--signal:#d9b451;--signal-soft:rgba(217,180,81,.12);--accent:#1c4fa8;--accent-soft:rgba(28,79,168,.24);--focus:#d9b451;--btn-fg:#f0e9d4;--input-bg:rgba(10,17,33,.92);--side-bg:rgba(7,12,24,.6);--hover:rgba(217,180,81,.06);--atmosphere:radial-gradient(ellipse 85% 45% at 50% -10%,rgba(28,79,168,.32),transparent 60%),radial-gradient(ellipse 55% 35% at 85% 112%,rgba(217,180,81,.1),transparent 55%),linear-gradient(180deg,#0b1224 0%,#070b16 55%,#04060c 100%);--font-display:Georgia,"Times New Roman",Times,serif;--font-body:Georgia,"Times New Roman",Times,serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:700;--headline-tracking:.05em;--radius:0}
[data-theme="Ultramarines"] .product{text-transform:uppercase;font-size:clamp(23px,3vw,34px)}
[data-theme="Perplexity"]{--ink:#e8eef0;--muted:#7e9aa4;--paper:#0f1a1e;--panel:rgba(25,40,46,.95);--line:rgba(232,238,240,.12);--signal:#20b8cd;--signal-soft:rgba(32,184,205,.12);--accent:#1f7a8c;--accent-soft:rgba(31,122,140,.2);--focus:#20b8cd;--btn-fg:#06161a;--input-bg:rgba(19,32,37,.92);--side-bg:rgba(14,24,28,.6);--hover:rgba(32,184,205,.05);--atmosphere:radial-gradient(ellipse 80% 45% at 50% -10%,rgba(32,184,205,.1),transparent 60%),linear-gradient(180deg,#132227 0%,#0f1a1e 55%,#0a1114 100%);--font-display:Georgia,"Times New Roman",serif;--font-body:-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:500;--headline-tracking:0;--radius:8px}
[data-theme="Perplexity"] .product{font-size:clamp(25px,3.2vw,38px)}

/* --- Dark Diablo Dossier pack: remaining 20 themes (full set from the handoff prototype). --- */
[data-theme="Linear"]{--ink:#e8e9ed;--muted:#8a8f98;--paper:#08090a;--panel:rgba(20,21,26,.95);--line:rgba(232,233,237,.1);--signal:#7b7ff2;--signal-soft:rgba(123,127,242,.12);--accent:#5e6ad2;--accent-soft:rgba(94,106,210,.18);--focus:#7b7ff2;--btn-fg:#f2f3f7;--input-bg:rgba(16,17,21,.92);--side-bg:rgba(12,13,16,.6);--hover:rgba(232,233,237,.04);--atmosphere:radial-gradient(ellipse 80% 45% at 50% -10%,rgba(94,106,210,.14),transparent 60%),linear-gradient(180deg,#0c0d10 0%,#08090a 55%,#050506 100%);--font-display:-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;--font-body:-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:600;--headline-tracking:-.02em;--radius:6px}
[data-theme="Linear"] .product{font-size:clamp(24px,3vw,36px)}
[data-theme="Vercel"]{--ink:#ededed;--muted:#888888;--paper:#000000;--panel:rgba(10,10,10,.97);--line:rgba(237,237,237,.14);--signal:#ffffff;--signal-soft:rgba(255,255,255,.08);--accent:#0070f3;--accent-soft:rgba(0,112,243,.18);--focus:#ffffff;--btn-fg:#000000;--input-bg:rgba(8,8,8,.92);--side-bg:rgba(5,5,5,.6);--hover:rgba(255,255,255,.05);--atmosphere:linear-gradient(180deg,#050505 0%,#000000 60%);--font-display:-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;--font-body:-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:700;--headline-tracking:-.03em;--radius:6px}
[data-theme="Vercel"] .product{font-size:clamp(24px,3vw,36px)}
[data-theme="ChatGPT"]{--ink:#ececec;--muted:#8e8ea0;--paper:#212121;--panel:rgba(47,47,47,.96);--line:rgba(236,236,236,.12);--signal:#ab68ff;--signal-soft:rgba(171,104,255,.12);--accent:#10a37f;--accent-soft:rgba(16,163,127,.18);--focus:#ab68ff;--btn-fg:#0d0d0d;--input-bg:rgba(38,38,38,.92);--side-bg:rgba(23,23,23,.6);--hover:rgba(236,236,236,.05);--atmosphere:linear-gradient(180deg,#262626 0%,#212121 60%,#1a1a1a 100%);--font-display:-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;--font-body:-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:600;--headline-tracking:-.01em;--radius:12px}
[data-theme="ChatGPT"] .product{font-size:clamp(24px,3vw,36px)}
[data-theme="Doom 3"]{--ink:#c8d4cc;--muted:#5f7568;--paper:#050807;--panel:rgba(12,18,15,.96);--line:rgba(120,200,150,.18);--signal:#57e88a;--signal-soft:rgba(87,232,138,.1);--accent:#c8471f;--accent-soft:rgba(200,71,31,.2);--focus:#57e88a;--btn-fg:#04120a;--input-bg:rgba(9,14,12,.92);--side-bg:rgba(6,10,8,.6);--hover:rgba(87,232,138,.05);--atmosphere:radial-gradient(ellipse 80% 45% at 50% 112%,rgba(200,71,31,.18),transparent 60%),radial-gradient(ellipse 60% 40% at 50% -10%,rgba(87,232,138,.07),transparent 55%),linear-gradient(180deg,#080c0a 0%,#050807 55%,#020403 100%);--font-display:"Arial Narrow",Impact,Arial,sans-serif;--font-body:Verdana,Geneva,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:700;--headline-tracking:.1em;--radius:0}
[data-theme="Doom 3"] .product{text-transform:uppercase;font-size:clamp(22px,2.8vw,32px)}
[data-theme="Diablo II"]{--ink:#d6c28c;--muted:#8a774e;--paper:#0b0b0d;--panel:rgba(24,22,24,.95);--line:rgba(198,168,102,.22);--signal:#e8b64c;--signal-soft:rgba(232,182,76,.13);--accent:#8f1016;--accent-soft:rgba(143,16,22,.2);--focus:#e8b64c;--btn-fg:#f3e4bb;--input-bg:rgba(22,20,22,.92);--side-bg:rgba(16,15,17,.6);--hover:rgba(232,182,76,.07);--atmosphere:radial-gradient(ellipse 80% 40% at 50% 110%,rgba(143,16,22,.3),transparent 60%),radial-gradient(ellipse 60% 40% at 85% -8%,rgba(70,80,110,.18),transparent 55%),linear-gradient(180deg,#101014 0%,#0b0b0d 55%,#050506 100%);--font-display:Georgia,"Times New Roman",Times,serif;--font-body:Georgia,"Times New Roman",Times,serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:700;--headline-tracking:.04em;--radius:0}
[data-theme="Diablo II"] .product{text-transform:uppercase;font-size:clamp(24px,3vw,34px)}
[data-theme="StarCraft"]{--ink:#bcd6e8;--muted:#5f7d93;--paper:#04070d;--panel:rgba(10,20,32,.94);--line:rgba(72,150,200,.28);--signal:#3fd4ff;--signal-soft:rgba(63,212,255,.12);--accent:#1f8fd0;--accent-soft:rgba(31,143,208,.18);--focus:#3fd4ff;--btn-fg:#02131e;--input-bg:rgba(8,18,30,.92);--side-bg:rgba(6,13,22,.6);--hover:rgba(63,212,255,.07);--atmosphere:radial-gradient(ellipse 85% 45% at 50% -10%,rgba(31,143,208,.22),transparent 60%),radial-gradient(ellipse 50% 35% at 90% 105%,rgba(63,212,255,.1),transparent 55%),linear-gradient(180deg,#071120 0%,#04070d 55%,#020408 100%);--font-display:"Bank Gothic","Eurostile","Arial Narrow",Arial,sans-serif;--font-body:Verdana,Geneva,sans-serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:700;--headline-tracking:.08em;--radius:0}
[data-theme="StarCraft"] .product{text-transform:uppercase;font-size:clamp(22px,2.8vw,32px)}
[data-theme="Brood War"]{--ink:#d9c8e6;--muted:#8a6f9c;--paper:#0a050f;--panel:rgba(24,12,32,.94);--line:rgba(160,90,200,.24);--signal:#9dff3f;--signal-soft:rgba(157,255,63,.12);--accent:#a12bd4;--accent-soft:rgba(161,43,212,.18);--focus:#9dff3f;--btn-fg:#f0e6f8;--input-bg:rgba(20,10,28,.92);--side-bg:rgba(14,7,20,.6);--hover:rgba(157,255,63,.06);--atmosphere:radial-gradient(ellipse 90% 45% at 50% 112%,rgba(161,43,212,.28),transparent 62%),radial-gradient(ellipse 50% 35% at 8% -6%,rgba(157,255,63,.08),transparent 55%),linear-gradient(180deg,#120820 0%,#0a050f 55%,#050208 100%);--font-display:"Bank Gothic","Eurostile","Arial Narrow",Arial,sans-serif;--font-body:Verdana,Geneva,sans-serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:700;--headline-tracking:.08em;--radius:0}
[data-theme="Brood War"] .product{text-transform:uppercase;font-size:clamp(22px,2.8vw,32px)}
[data-theme="GoldenEye 64"]{--ink:#e8e4d8;--muted:#8f8a78;--paper:#050605;--panel:rgba(16,18,15,.95);--line:rgba(200,190,150,.2);--signal:#ffd21f;--signal-soft:rgba(255,210,31,.12);--accent:#b3121a;--accent-soft:rgba(179,18,26,.2);--focus:#ffd21f;--btn-fg:#0d0d0a;--input-bg:rgba(14,16,13,.92);--side-bg:rgba(10,11,9,.6);--hover:rgba(255,210,31,.06);--atmosphere:radial-gradient(circle 340px at 50% 30%,rgba(255,255,255,.05),transparent 70%),radial-gradient(ellipse 80% 40% at 50% 112%,rgba(179,18,26,.22),transparent 60%),linear-gradient(180deg,#0a0b09 0%,#050605 55%,#020302 100%);--font-display:"Arial Narrow","Impact",Arial,sans-serif;--font-body:Verdana,Geneva,sans-serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:700;--headline-tracking:.1em;--radius:0}
[data-theme="GoldenEye 64"] .product{text-transform:uppercase;font-size:clamp(22px,2.8vw,32px)}
[data-theme="Warcraft III"]{--ink:#e3d3a1;--muted:#94805a;--paper:#0a0c10;--panel:rgba(20,24,32,.94);--line:rgba(90,140,200,.26);--signal:#4fa8ff;--signal-soft:rgba(79,168,255,.13);--accent:#c8a038;--accent-soft:rgba(200,160,56,.18);--focus:#4fa8ff;--btn-fg:#10131a;--input-bg:rgba(16,20,28,.92);--side-bg:rgba(12,15,21,.6);--hover:rgba(79,168,255,.07);--atmosphere:radial-gradient(ellipse 85% 45% at 50% -10%,rgba(79,168,255,.18),transparent 60%),radial-gradient(ellipse 60% 40% at 50% 112%,rgba(200,160,56,.14),transparent 60%),linear-gradient(180deg,#0e1220 0%,#0a0c10 55%,#05060a 100%);--font-display:Georgia,"Times New Roman",Times,serif;--font-body:Georgia,"Times New Roman",Times,serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:700;--headline-tracking:.03em;--radius:2px}
[data-theme="Warcraft III"] .product{font-size:clamp(24px,3vw,36px)}
[data-theme="Bleach"]{--ink:#e9edf2;--muted:#7d8691;--paper:#08090c;--panel:rgba(17,19,24,.96);--line:rgba(233,237,242,.18);--signal:#ff7a1a;--signal-soft:rgba(255,122,26,.13);--accent:#e9edf2;--accent-soft:rgba(233,237,242,.14);--focus:#ff7a1a;--btn-fg:#0b0c10;--input-bg:rgba(14,16,20,.92);--side-bg:rgba(10,11,14,.6);--hover:rgba(233,237,242,.05);--atmosphere:radial-gradient(ellipse 70% 45% at 85% -8%,rgba(233,237,242,.07),transparent 55%),radial-gradient(ellipse 60% 40% at 10% 110%,rgba(255,122,26,.12),transparent 60%),linear-gradient(180deg,#0c0d11 0%,#08090c 55%,#040405 100%);--font-display:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;--font-body:"Yu Gothic","Hiragino Sans",Verdana,sans-serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:800;--headline-tracking:.06em;--radius:0}
[data-theme="Bleach"] .product{text-transform:uppercase;font-size:clamp(24px,3vw,36px)}
[data-theme="Ultima Online"]{--ink:#3a2c1a;--muted:#7d6a4d;--paper:#d8c49a;--panel:rgba(232,214,176,.96);--line:rgba(90,66,38,.35);--signal:#7a1f14;--signal-soft:rgba(122,31,20,.12);--accent:#5a3c14;--accent-soft:rgba(90,60,20,.14);--focus:#7a1f14;--btn-fg:#f0e4c8;--input-bg:rgba(240,226,192,.9);--side-bg:rgba(200,180,140,.4);--hover:rgba(90,60,20,.07);--atmosphere:radial-gradient(ellipse 70% 50% at 50% -10%,rgba(255,244,214,.5),transparent 60%),radial-gradient(ellipse 90% 50% at 50% 112%,rgba(90,60,20,.22),transparent 65%),linear-gradient(180deg,#e0cda6 0%,#d8c49a 55%,#c4ad80 100%);--font-display:Georgia,"Times New Roman",Times,serif;--font-body:Georgia,"Times New Roman",Times,serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:700;--headline-tracking:.02em;--radius:0}
[data-theme="Ultima Online"] .product{font-size:clamp(24px,3vw,36px)}
[data-theme="Evangelion"]{--ink:#e8e6ef;--muted:#8b83a0;--paper:#0a070f;--panel:rgba(22,16,30,.95);--line:rgba(126,247,131,.22);--signal:#7ef783;--signal-soft:rgba(126,247,131,.12);--accent:#ff5e00;--accent-soft:rgba(255,94,0,.18);--focus:#7ef783;--btn-fg:#0d0a12;--input-bg:rgba(18,13,26,.92);--side-bg:rgba(13,9,19,.6);--hover:rgba(126,247,131,.06);--atmosphere:radial-gradient(ellipse 80% 45% at 50% -10%,rgba(106,63,168,.3),transparent 60%),radial-gradient(ellipse 55% 35% at 90% 110%,rgba(255,94,0,.14),transparent 55%),linear-gradient(180deg,#120b1c 0%,#0a070f 55%,#050308 100%);--font-display:"Helvetica Neue Condensed","Arial Narrow",Helvetica,Arial,sans-serif;--font-body:"Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:900;--headline-tracking:.02em;--radius:0}
[data-theme="Evangelion"] .product{text-transform:uppercase;font-size:clamp(24px,3vw,36px);font-stretch:condensed}
[data-theme="EVA-01"]{--ink:#e4dff0;--muted:#877ba3;--paper:#0a0712;--panel:rgba(26,18,40,.95);--line:rgba(126,247,131,.24);--signal:#7ef783;--signal-soft:rgba(126,247,131,.12);--accent:#6a3fa8;--accent-soft:rgba(106,63,168,.22);--focus:#7ef783;--btn-fg:#f0ecf8;--input-bg:rgba(20,14,32,.92);--side-bg:rgba(15,10,24,.6);--hover:rgba(126,247,131,.06);--atmosphere:radial-gradient(ellipse 85% 45% at 50% -10%,rgba(106,63,168,.38),transparent 60%),radial-gradient(ellipse 55% 35% at 12% 110%,rgba(126,247,131,.1),transparent 55%),linear-gradient(180deg,#140d24 0%,#0a0712 55%,#050309 100%);--font-display:"Helvetica Neue Condensed","Arial Narrow",Helvetica,Arial,sans-serif;--font-body:"Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:900;--headline-tracking:.02em;--radius:0}
[data-theme="EVA-01"] .product{text-transform:uppercase;font-size:clamp(24px,3vw,36px)}
[data-theme="EVA-02"]{--ink:#f2e2da;--muted:#a3766a;--paper:#100605;--panel:rgba(34,12,10,.95);--line:rgba(255,120,60,.24);--signal:#ffb32b;--signal-soft:rgba(255,179,43,.13);--accent:#e63312;--accent-soft:rgba(230,51,18,.2);--focus:#ffb32b;--btn-fg:#160705;--input-bg:rgba(28,10,8,.92);--side-bg:rgba(20,7,6,.6);--hover:rgba(255,179,43,.06);--atmosphere:radial-gradient(ellipse 85% 45% at 50% -10%,rgba(230,51,18,.32),transparent 60%),radial-gradient(ellipse 55% 35% at 88% 110%,rgba(255,179,43,.12),transparent 55%),linear-gradient(180deg,#1c0906 0%,#100605 55%,#080302 100%);--font-display:"Helvetica Neue Condensed","Arial Narrow",Helvetica,Arial,sans-serif;--font-body:"Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:900;--headline-tracking:.02em;--radius:0}
[data-theme="EVA-02"] .product{text-transform:uppercase;font-size:clamp(24px,3vw,36px)}
[data-theme="EVA-03"]{--ink:#d9dde2;--muted:#6d747c;--paper:#050607;--panel:rgba(14,16,18,.96);--line:rgba(120,130,140,.24);--signal:#4fd8e8;--signal-soft:rgba(79,216,232,.12);--accent:#23272b;--accent-soft:rgba(120,130,140,.16);--focus:#4fd8e8;--btn-fg:#e6eaee;--input-bg:rgba(11,13,15,.92);--side-bg:rgba(8,9,10,.6);--hover:rgba(79,216,232,.05);--atmosphere:radial-gradient(ellipse 85% 45% at 50% -10%,rgba(60,70,80,.3),transparent 60%),radial-gradient(ellipse 55% 35% at 50% 112%,rgba(79,216,232,.08),transparent 55%),linear-gradient(180deg,#0a0c0d 0%,#050607 55%,#020303 100%);--font-display:"Helvetica Neue Condensed","Arial Narrow",Helvetica,Arial,sans-serif;--font-body:"Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"Cascadia Mono",Consolas,monospace;--headline-weight:900;--headline-tracking:.02em;--radius:0}
[data-theme="EVA-03"] .product{text-transform:uppercase;font-size:clamp(24px,3vw,36px)}
[data-theme="Cryostat"]{--ink:#dbe9ee;--muted:#6f8a94;--paper:#0b1113;--panel:rgba(17,26,29,.95);--line:rgba(219,233,238,.15);--signal:#5ee6d0;--signal-soft:rgba(94,230,208,.11);--accent:#2e7f8f;--accent-soft:rgba(46,127,143,.2);--focus:#5ee6d0;--btn-fg:#08191c;--input-bg:rgba(14,22,25,.92);--side-bg:rgba(10,16,18,.6);--hover:rgba(94,230,208,.05);--atmosphere:radial-gradient(ellipse 80% 45% at 80% -10%,rgba(94,230,208,.09),transparent 55%),radial-gradient(ellipse 70% 40% at 10% 112%,rgba(46,127,143,.16),transparent 60%),linear-gradient(180deg,#0e1517 0%,#0b1113 55%,#060a0b 100%);--font-display:"Space Grotesk",Arial,sans-serif;--font-body:"Space Grotesk",Arial,sans-serif;--font-mono:"Space Mono",ui-monospace,monospace;--headline-weight:700;--headline-tracking:-.02em;--radius:2px}
[data-theme="Cryostat"] .product{font-size:clamp(24px,3.2vw,38px)}
[data-theme="Vermillion Court"]{--ink:#2a1518;--muted:#7c5a5e;--paper:#f3e9df;--panel:rgba(250,243,235,.97);--line:rgba(42,21,24,.22);--signal:#c1272d;--signal-soft:rgba(193,39,45,.1);--accent:#1e1a4d;--accent-soft:rgba(30,26,77,.12);--focus:#c1272d;--btn-fg:#f8f1e8;--input-bg:rgba(255,250,244,.9);--side-bg:rgba(235,224,210,.5);--hover:rgba(193,39,45,.05);--atmosphere:radial-gradient(ellipse 70% 45% at 50% -10%,rgba(255,255,255,.6),transparent 60%),radial-gradient(ellipse 80% 45% at 50% 112%,rgba(193,39,45,.08),transparent 60%),linear-gradient(180deg,#f7efe6 0%,#f3e9df 55%,#e8dbcc 100%);--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Cormorant Garamond",Georgia,serif;--font-mono:"Xanh Mono",ui-monospace,monospace;--headline-weight:700;--headline-tracking:.01em;--radius:0}
[data-theme="Vermillion Court"] .product{font-size:clamp(30px,3.8vw,46px)}
[data-theme="Vermillion Court"] .hunt-summary{font-size:17px}
[data-theme="Blood Ravens"]{--ink:#e8ddc4;--muted:#96876a;--paper:#0e0708;--panel:rgba(30,13,15,.95);--line:rgba(232,221,196,.18);--signal:#e8ddc4;--signal-soft:rgba(232,221,196,.1);--accent:#9e1b23;--accent-soft:rgba(158,27,35,.22);--focus:#e8ddc4;--btn-fg:#f2ead6;--input-bg:rgba(24,11,12,.92);--side-bg:rgba(18,8,9,.6);--hover:rgba(232,221,196,.05);--atmosphere:radial-gradient(ellipse 85% 45% at 50% 112%,rgba(158,27,35,.3),transparent 62%),radial-gradient(ellipse 55% 35% at 15% -8%,rgba(232,221,196,.06),transparent 55%),linear-gradient(180deg,#160a0c 0%,#0e0708 55%,#070304 100%);--font-display:Georgia,"Times New Roman",Times,serif;--font-body:Georgia,"Times New Roman",Times,serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:700;--headline-tracking:.05em;--radius:0}
[data-theme="Blood Ravens"] .product{text-transform:uppercase;font-size:clamp(23px,3vw,34px)}
[data-theme="Black Templars"]{--ink:#e6e2d8;--muted:#7d7a70;--paper:#050505;--panel:rgba(13,13,13,.97);--line:rgba(230,226,216,.16);--signal:#f4f0e4;--signal-soft:rgba(244,240,228,.08);--accent:#8c0f14;--accent-soft:rgba(140,15,20,.24);--focus:#f4f0e4;--btn-fg:#0a0a0a;--input-bg:rgba(10,10,10,.92);--side-bg:rgba(7,7,7,.6);--hover:rgba(244,240,228,.04);--atmosphere:radial-gradient(ellipse 85% 45% at 50% 112%,rgba(140,15,20,.22),transparent 62%),radial-gradient(ellipse 55% 35% at 50% -8%,rgba(244,240,228,.05),transparent 55%),linear-gradient(180deg,#0a0a0a 0%,#050505 55%,#020202 100%);--font-display:Georgia,"Times New Roman",Times,serif;--font-body:Georgia,"Times New Roman",Times,serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:700;--headline-tracking:.05em;--radius:0}
[data-theme="Black Templars"] .product{text-transform:uppercase;font-size:clamp(23px,3vw,34px)}
[data-theme="Raven Guard"]{--ink:#d4d7db;--muted:#6c7076;--paper:#060708;--panel:rgba(15,17,19,.97);--line:rgba(212,215,219,.14);--signal:#f2f4f6;--signal-soft:rgba(242,244,246,.08);--accent:#3d434a;--accent-soft:rgba(61,67,74,.28);--focus:#f2f4f6;--btn-fg:#eef0f2;--input-bg:rgba(12,13,15,.92);--side-bg:rgba(9,10,11,.6);--hover:rgba(242,244,246,.04);--atmosphere:radial-gradient(ellipse 85% 45% at 50% -10%,rgba(61,67,74,.3),transparent 60%),radial-gradient(ellipse 55% 35% at 50% 112%,rgba(242,244,246,.05),transparent 55%),linear-gradient(180deg,#0b0c0e 0%,#060708 55%,#030304 100%);--font-display:Georgia,"Times New Roman",Times,serif;--font-body:Georgia,"Times New Roman",Times,serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--headline-weight:700;--headline-tracking:.05em;--radius:0}
[data-theme="Raven Guard"] .product{text-transform:uppercase;font-size:clamp(23px,3vw,34px)}
