:root{--theme-accent:var(--wine);--theme-accent-2:#b74d58;--theme-glow:transparent;--theme-tint:transparent;--theme-radius:2px}
html[data-visual-theme="pulse"]{--theme-accent:#7b35d5;--theme-accent-2:#ec4f82;--theme-glow:rgba(123,53,213,.16);--theme-tint:rgba(123,53,213,.055);--theme-radius:14px}
html[data-visual-theme="arcade"]{--theme-accent:#7c3cff;--theme-accent-2:#008f82;--theme-glow:rgba(124,60,255,.18);--theme-tint:rgba(0,143,130,.055);--theme-radius:12px}
html[data-visual-theme="tech"]{--theme-accent:#056ea8;--theme-accent-2:#7148d9;--theme-glow:rgba(5,110,168,.17);--theme-tint:rgba(5,110,168,.055);--theme-radius:10px}
html[data-visual-theme="sport"]{--theme-accent:#087d52;--theme-accent-2:#b96b00;--theme-glow:rgba(8,125,82,.16);--theme-tint:rgba(8,125,82,.055);--theme-radius:8px}
html[data-visual-theme]:not([data-visual-theme="editorial"]){--wine:var(--theme-accent);--wine-dark:color-mix(in srgb,var(--theme-accent) 76%,#111)}
html[data-visual-theme]:not([data-visual-theme="editorial"]) body{background-image:radial-gradient(circle at 92% 8%,var(--theme-glow),transparent 24rem),linear-gradient(180deg,var(--theme-tint),transparent 32rem);background-attachment:fixed}
html[data-visual-theme]:not([data-visual-theme="editorial"]) .story-image,html[data-visual-theme]:not([data-visual-theme="editorial"]) .section-card-image{border-radius:var(--theme-radius)}
html[data-visual-theme]:not([data-visual-theme="editorial"]) .lead-story h2 a:hover,html[data-visual-theme]:not([data-visual-theme="editorial"]) .news-item h3 a:hover{background:linear-gradient(100deg,var(--theme-accent),var(--theme-accent-2));background-clip:text;-webkit-background-clip:text;color:transparent}
.theme-field{display:grid;gap:7px;padding:12px 0;border-top:1px solid var(--line)}.theme-field label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.theme-field select{width:100%;min-height:42px;border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:0 9px}.theme-note{display:block;color:var(--muted);font-size:10px;line-height:1.4}
.young-radar{margin:30px 0 4px;padding:20px 22px;border:1px solid color-mix(in srgb,var(--theme-accent) 35%,var(--line));border-radius:var(--theme-radius);background:linear-gradient(110deg,var(--theme-tint),transparent);display:flex;align-items:center;justify-content:space-between;gap:24px}.young-radar h2{font:650 25px/1 var(--serif);margin:0 0 5px}.young-radar p{margin:0;color:var(--muted);font-size:12px}.radar-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.radar-chips button{min-height:40px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);font-size:12px;font-weight:700;cursor:pointer}.radar-chips button:hover,.radar-chips button:focus-visible{border-color:var(--theme-accent);color:var(--theme-accent)}
@media(max-width:700px){.young-radar{align-items:flex-start;flex-direction:column}.radar-chips{justify-content:flex-start}.radar-chips button{min-height:44px}.theme-field select{font-size:16px}}
@media(prefers-reduced-motion:reduce){html[data-visual-theme] body{background-attachment:scroll}}
