:root {
    --ink: #10151e;
    --muted: #6c7280;
    --paper: #f4f0e8;
    --panel: #fffdf8;
    --navy: #0d1d24;
    --cyan: #35d0c4;
    --violet: #ee7153;
    --lime: #d8e66b;
    --orange: #f2a15b;
    --rose: #f06f98;
    --yellow: #f2cb56;
    --line: #dfe3e9;
    --shadow: 0 20px 55px rgba(28, 40, 61, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.site-shell { min-height: 100vh; background: radial-gradient(circle at 93% 0, rgba(24, 199, 217, .13), transparent 27rem), var(--paper); }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 82px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--navy); font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { width: 19px; height: 19px; border-radius: 4px; background: var(--cyan); box-shadow: 5px 5px 0 var(--violet); transform: rotate(15deg); }
.topbar nav { display: flex; align-items: center; gap: 1.5rem; color: var(--muted); font-size: .87rem; }
.topbar nav a { text-decoration: none; }
.topbar nav a:hover, .topbar nav a:focus-visible { color: var(--navy); }
.nav-active { color: var(--navy); font-weight: 800; }
.nav-button { padding: .58rem .9rem; border-radius: 3px; background: var(--navy); color: white; font-weight: 700; }
.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(3rem, 9vw, 9rem); align-items: center; padding-block: clamp(4.5rem, 9vw, 8rem); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1.3rem; color: var(--violet); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; }
h1 { max-width: 720px; margin-bottom: 1.4rem; font-size: clamp(3.7rem, 8vw, 7.2rem); line-height: .88; }
h1 span { color: var(--violet); }
.hero-copy { max-width: 560px; margin-bottom: 2rem; color: var(--muted); font-size: 1.08rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1rem; border: 1px solid var(--navy); border-radius: 3px; background: var(--navy); color: white; font-size: .88rem; font-weight: 800; text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { background: var(--violet); border-color: var(--violet); transform: translateY(-2px); }
.hero-meta { display: flex; gap: 2rem; margin-top: 2rem; color: var(--muted); font-size: .78rem; }
.hero-meta strong { display: block; margin-bottom: .2rem; color: var(--navy); font-size: 1.45rem; }
.signal-board { position: relative; padding: 1.5rem; background: var(--navy); color: white; box-shadow: var(--shadow); transform: rotate(2deg); }
.signal-board::before { position: absolute; right: -20px; top: -20px; width: 75px; height: 75px; border-radius: 50%; background: var(--lime); content: ""; }
.board-top { display: flex; justify-content: space-between; margin-bottom: 3.5rem; color: #aebbd2; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.board-title { margin-bottom: 1.4rem; font-size: 2rem; line-height: 1; }
.board-row { display: grid; grid-template-columns: 30px 1fr 48px; gap: .75rem; align-items: center; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); font-size: .83rem; }
.board-row:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.board-rank { color: var(--cyan); font-family: Georgia, serif; font-size: 1.3rem; }
.board-score { color: var(--lime); font-weight: 800; text-align: right; }
.section { padding-block: 4rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.6rem; }
.section-head h2 { max-width: 600px; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .92; }
.section-head p { max-width: 310px; margin-bottom: .2rem; color: var(--muted); font-size: .88rem; }
.section-dark { background: var(--navy); color: white; }
.section-dark .section-head p { color: #aebbd2; }
.feed-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.idea-card { min-height: 270px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.68); transition: background 180ms ease, transform 180ms ease; }
.idea-card:hover { position: relative; z-index: 1; background: var(--panel); box-shadow: var(--shadow); transform: translateY(-3px); }
.idea-card-head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 2.2rem; }
.rank { color: var(--violet); font-family: Georgia, serif; font-size: 1.35rem; }
.tag { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.idea-card h3 { max-width: 460px; margin-bottom: .55rem; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: .98; }
.idea-card p { max-width: 500px; margin-bottom: 1.2rem; color: var(--muted); font-size: .9rem; }
.card-foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .75rem; }
.card-foot a { color: var(--navy); font-weight: 800; text-decoration: none; }
.card-foot a:hover { color: var(--violet); }
.score-pill { padding: .28rem .45rem; background: var(--lime); color: var(--navy); font-weight: 800; }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.sector-card { min-height: 180px; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.sector-card:hover { background: rgba(255,255,255,.06); }
.sector-card h3 { margin: 2rem 0 .5rem; font-size: 1.55rem; }
.sector-card p { margin-bottom: 0; color: #aebbd2; font-size: .84rem; }
.sector-dot { display: block; width: 13px; height: 13px; border-radius: 50%; }
.dot-cyan { background: var(--cyan); } .dot-violet { background: var(--violet); } .dot-lime { background: var(--lime); } .dot-orange { background: var(--orange); } .dot-rose { background: var(--rose); } .dot-yellow { background: var(--yellow); }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.callout h2 { max-width: 640px; margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .95; }
.callout h2 span { color: var(--orange); }
.score-table { width: 100%; border-collapse: collapse; background: var(--panel); box-shadow: var(--shadow); }
.score-table th, .score-table td { padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); text-align: left; }
.score-table th { color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.score-table td { font-size: .88rem; }
.score-table tr:last-child td { border-bottom: 0; }
.score-bar { display: inline-block; width: 90px; height: 6px; margin-right: .6rem; background: var(--line); vertical-align: middle; }
.score-bar i { display: block; height: 100%; background: var(--violet); }
.detail-hero { padding-block: 5rem 3rem; }
.detail-hero h1 { max-width: 800px; }
.detail-hook { max-width: 700px; color: var(--muted); font-size: 1.2rem; }
.thesis-hero { padding-block: 3rem 4.5rem; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, rgba(255,255,255,.72), rgba(244,245,247,.24)); }
.thesis-hero .back-link { margin-bottom: 3.5rem; }
.thesis-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 4rem; align-items: end; }
.thesis-hero h1 { margin-bottom: 1.5rem; font-size: clamp(3.6rem, 7vw, 6.8rem); }
.thesis-stamp { align-self: end; padding: 1.2rem 0 0 1.3rem; border-top: 1px solid var(--navy); border-left: 1px solid var(--navy); }
.thesis-stamp .tag { display: block; margin-bottom: .7rem; color: var(--violet); }
.thesis-stamp strong { display: block; margin-bottom: .7rem; color: var(--navy); font-size: 1.35rem; line-height: 1.05; }
.thesis-stamp > span:last-child { color: var(--muted); font-size: .78rem; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; padding-top: 4.5rem; padding-bottom: 6rem; }
.detail-copy { max-width: 740px; font-size: 1.08rem; }
.detail-copy p { margin-bottom: 2rem; }
.thesis-section { padding: 1.5rem 0 2.3rem; border-top: 1px solid var(--line); }
.thesis-lead { padding-top: 0; border-top: 0; }
.thesis-lead p { max-width: 700px; margin-top: 1rem; color: var(--navy); font-size: clamp(1.3rem, 2.3vw, 1.75rem); line-height: 1.28; }
.section-label { color: var(--violet); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.thesis-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.section-number { color: var(--muted); font-family: Georgia, serif; font-size: 1.2rem; }
.thesis-section p { max-width: 650px; margin-bottom: 0; }
.thesis-first-move { margin-top: .5rem; padding: 1.5rem 1.6rem 1.2rem; border: 1px solid var(--line); border-left: 4px solid var(--orange); background: rgba(255,255,255,.68); }
.thesis-first-move p { color: var(--navy); }
.detail-copy .button { gap: .7rem; margin-top: .5rem; }
.score-box { position: sticky; top: 1.5rem; align-self: start; padding: 1.7rem; background: var(--navy); color: white; box-shadow: var(--shadow); }
.score-box-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2.5rem; }
.score-box-top .tag { color: #aebbd2; }
.score-box-mark { color: var(--lime); font-size: 1.8rem; line-height: 1; }
.score-box h2 { max-width: 210px; margin-bottom: 1.8rem; font-size: 2rem; line-height: .96; }
.score-line { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.15); color: #aebbd2; font-size: .82rem; }
.score-line > div { flex: 1; }
.score-line > div > span { display: block; }
.score-line strong { color: var(--lime); }
.score-track { display: block; height: 4px; margin-top: .55rem; background: rgba(255,255,255,.16); }
.score-track b { display: block; height: 100%; background: var(--cyan); }
.score-summary { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.3); color: white; }
.score-summary span { font-size: .76rem; }
.score-summary strong { color: var(--lime); font-size: 1.5rem; }
.score-status { align-items: flex-start; margin-top: .35rem; padding-bottom: 0; border-top: 0; }
.score-status strong { max-width: 130px; color: white; text-align: right; }
.back-link { display: inline-block; margin-bottom: 2rem; color: var(--muted); font-size: .82rem; text-decoration: none; }
.back-link:hover { color: var(--violet); }
footer { display: flex; justify-content: space-between; gap: 2rem; padding-block: 2rem; color: var(--muted); font-size: .77rem; }
footer strong { color: var(--navy); }
@media (max-width: 800px) { .hero, .detail-layout, .thesis-hero-grid { grid-template-columns: 1fr; } .hero { padding-block: 5rem; } .signal-board { max-width: 520px; } .sector-grid { grid-template-columns: repeat(2, 1fr); } .thesis-stamp { max-width: 320px; } }
@media (max-width: 600px) { .container { width: min(100% - 2rem, 1180px); } .topbar { min-height: 72px; } .topbar nav { gap: .75rem; } .topbar nav a:not(.nav-button) { display: none; } h1 { font-size: clamp(3.45rem, 18vw, 5.3rem); } .hero-meta { gap: 1.2rem; } .section-head, .callout, footer { display: block; } .section-head p { margin-top: 1rem; } .feed-grid { grid-template-columns: 1fr; } .sector-grid { grid-template-columns: 1fr; } .callout .button { margin-top: 1.4rem; } .score-table { font-size: .8rem; } .score-table th, .score-table td { padding: .8rem .55rem; } .thesis-hero { padding-block: 2.5rem 3.2rem; } .thesis-hero .back-link { margin-bottom: 2.5rem; } .thesis-hero h1 { font-size: clamp(3.1rem, 16vw, 5rem); } .detail-layout { gap: 2.5rem; padding-top: 3rem; padding-bottom: 4rem; } .score-box { position: static; } .thesis-first-move { padding-inline: 1.1rem; } }

.crypto-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; min-height: 650px; padding-block: 5rem 6rem; }
.crypto-hero h1 { max-width: 760px; margin-bottom: 1.7rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; }
.text-link, .light-link { color: var(--navy); font-size: .86rem; font-weight: 800; text-decoration: none; }
.text-link:hover, .light-link:hover { color: var(--violet); }
.signal-orbit { position: relative; width: min(100%, 470px); aspect-ratio: 1; margin-inline: auto; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(53,208,196,.18), transparent 33%), var(--navy); box-shadow: 22px 25px 0 rgba(13,29,36,.08); transform: rotate(-7deg); }
.orbit-ring { position: absolute; border: 1px solid rgba(216,230,107,.55); border-radius: 50%; }
.orbit-ring-outer { inset: 9%; }
.orbit-ring-inner { inset: 25%; border-color: rgba(53,208,196,.75); }
.orbit-core { position: absolute; top: 50%; left: 50%; display: grid; width: 150px; height: 150px; align-content: center; justify-items: center; border-radius: 50%; background: var(--coral, #ee7153); color: var(--navy); transform: translate(-50%, -50%) rotate(7deg); }
.orbit-core span { font-size: .62rem; font-weight: 900; letter-spacing: .18em; }
.orbit-core strong { font-family: Georgia, serif; font-size: 4rem; line-height: .9; }
.orbit-core small { font-size: .7rem; font-weight: 800; }
.orbit-node { position: absolute; padding: .45rem .6rem; background: var(--paper); color: var(--navy); font-size: .58rem; font-weight: 900; letter-spacing: .1em; box-shadow: 5px 5px 0 rgba(53,208,196,.6); transform: rotate(7deg); }
.node-one { top: 14%; left: 4%; }.node-two { right: 2%; top: 48%; }.node-three { bottom: 13%; left: 15%; }
.home-board-preview { padding-block: 5.5rem; }
.home-board-preview .section-head h2 span, .theme-strip .section-head h2 span { color: var(--cyan); }
.preview-list { margin: 2.5rem 0 1.7rem; border-top: 1px solid rgba(255,255,255,.18); }
.preview-row { display: grid; grid-template-columns: 55px minmax(0, 1fr) 80px 24px; gap: 1rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,.18); color: white; text-decoration: none; }
.preview-row:hover .preview-main strong, .preview-row:focus-visible .preview-main strong { color: var(--lime); }
.preview-position, .ranking-number { color: var(--cyan); font-family: Georgia, serif; font-size: 1.25rem; }
.preview-main strong, .preview-main small { display: block; }.preview-main strong { font-size: 1.15rem; }.preview-main small { margin-top: .25rem; color: #aebbd2; font-size: .8rem; }
.preview-signal { color: var(--lime); font-size: 1.45rem; font-weight: 800; text-align: right; }.preview-signal small { color: #aebbd2; font-size: .65rem; }.preview-arrow { color: var(--cyan); font-size: 1.2rem; }
.light-link { color: white; }.light-link:hover { color: var(--lime); }
.theme-strip { padding-top: 6rem; padding-bottom: 5rem; }
.theme-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.theme-card { display: flex; min-height: 215px; flex-direction: column; justify-content: space-between; padding: 1.4rem; color: var(--navy); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }.theme-card:hover { box-shadow: 10px 10px 0 var(--navy); transform: translate(-3px, -3px); }.theme-card span { font-family: Georgia, serif; font-size: 1.2rem; }.theme-card strong { font-size: 1.8rem; letter-spacing: -.05em; }.theme-card small { max-width: 200px; font-size: .8rem; }.theme-card-teal { background: var(--cyan); }.theme-card-coral { background: var(--violet); }.theme-card-gold { background: var(--lime); }
.rankings-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-block: 5rem 3.5rem; }.rankings-intro h1, .themes-hero h1 { margin-bottom: 1.3rem; }.rankings-intro .detail-hook { max-width: 640px; }.board-stat { display: flex; align-items: end; gap: .7rem; padding: 1rem 0 0 1.2rem; border-left: 2px solid var(--violet); }.board-stat strong { color: var(--violet); font-family: Georgia, serif; font-size: 5rem; line-height: .8; }.board-stat span { color: var(--muted); font-size: .72rem; font-weight: 800; line-height: 1.2; }
.rankings-wrap { padding-bottom: 4rem; }.rankings-toolbar { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; }.rankings-toolbar a { color: var(--navy); font-weight: 800; text-decoration: none; }.ranking-list { border-bottom: 1px solid var(--line); }.ranking-item { display: grid; grid-template-columns: 60px minmax(0, 1fr) 100px 25px; gap: 1.4rem; align-items: center; padding: 1.45rem 0; border-bottom: 1px solid var(--line); color: var(--navy); text-decoration: none; }.ranking-item:last-child { border-bottom: 0; }.ranking-item:hover, .ranking-item:focus-visible { background: rgba(53,208,196,.1); }.ranking-content strong, .ranking-content small, .ranking-kicker { display: block; }.ranking-kicker { margin-bottom: .25rem; color: var(--violet); font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.ranking-content strong { font-size: 1.2rem; }.ranking-content small { margin-top: .25rem; color: var(--muted); font-size: .82rem; }.ranking-score { text-align: right; }.ranking-score strong { display: block; color: var(--navy); font-size: 1.35rem; }.ranking-score small { color: var(--muted); font-size: .62rem; }.ranking-arrow { color: var(--violet); font-size: 1.2rem; }.ranking-note { padding-top: 1rem; }.callout-copy { max-width: 300px; margin: 0; color: var(--muted); font-size: .9rem; }
.themes-hero { padding-block: 5rem 4rem; }.themes-hero .detail-hook { max-width: 680px; }.theme-directory { background: var(--navy); color: white; }.theme-directory-row { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 5rem; padding-block: 4rem; border-bottom: 1px solid rgba(255,255,255,.17); }.theme-directory-row:last-child { border-bottom: 0; }.theme-directory-intro h2 { margin: 1.2rem 0 .7rem; font-size: clamp(2.1rem, 5vw, 4rem); line-height: .95; }.theme-directory-intro p { max-width: 300px; margin: 0; color: #aebbd2; font-size: .88rem; }.theme-number { display: inline-block; font-family: Georgia, serif; font-size: 1.5rem; }.theme-number-teal { color: var(--cyan); }.theme-number-coral { color: var(--violet); }.theme-number-gold { color: var(--lime); }.theme-idea-list { border-top: 1px solid rgba(255,255,255,.17); }.theme-idea-list a { display: grid; grid-template-columns: minmax(0, 1fr) 20px; gap: 1rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.17); color: white; text-decoration: none; }.theme-idea-copy { display: block; min-width: 0; }.theme-idea-title { display: block; font-size: 1rem; line-height: 1.25; }.theme-idea-list a:hover .theme-idea-title, .theme-idea-list a:focus-visible .theme-idea-title { color: var(--lime); }.theme-idea-list small { display: block; margin-top: .65rem; color: #aebbd2; font-size: .76rem; line-height: 1.45; }.theme-idea-list b { color: var(--cyan); font-size: 1.1rem; }
@media (max-width: 800px) { .crypto-hero { grid-template-columns: 1fr; min-height: auto; padding-block: 4rem 5rem; }.signal-orbit { max-width: 430px; margin-top: 1rem; }.rankings-intro { align-items: start; flex-direction: column; }.theme-directory-row { grid-template-columns: 1fr; gap: 2rem; }.theme-directory-intro p { max-width: 500px; } }
@media (max-width: 600px) { .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }.hero-meta { flex-wrap: wrap; }.signal-orbit { width: calc(100vw - 2rem); transform: rotate(-7deg) scale(.88); }.orbit-node { font-size: .48rem; }.preview-row { grid-template-columns: 35px minmax(0, 1fr) 55px; gap: .65rem; }.preview-arrow { display: none; }.preview-main strong { font-size: 1rem; }.preview-main small { font-size: .72rem; }.theme-grid { grid-template-columns: 1fr; }.theme-card { min-height: 160px; }.rankings-toolbar { align-items: flex-start; flex-direction: column; }.ranking-item { grid-template-columns: 35px minmax(0, 1fr) 58px; gap: .7rem; }.ranking-arrow { display: none; }.ranking-content strong { font-size: 1rem; }.ranking-content small { font-size: .73rem; }.ranking-score strong { font-size: 1.1rem; }.theme-idea-list a { grid-template-columns: minmax(0, 1fr) 18px; }.callout-copy { margin-top: 1rem; } }

.theme-page-utility { --theme-accent: var(--cyan); --theme-highlight: var(--lime); }
.theme-page-meme { --theme-accent: var(--violet); --theme-highlight: var(--yellow); }
.theme-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; padding-block: clamp(4.5rem, 9vw, 7.5rem) 5rem; }
.theme-hero h1 { max-width: 760px; margin-bottom: 1.5rem; }
.theme-page h1 span, .theme-feed-heading h2 span { color: var(--theme-accent); }
.theme-lead { max-width: 650px; margin-bottom: 2rem; color: var(--muted); font-size: 1.18rem; }
.theme-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.theme-hero-actions .button { gap: .65rem; background: var(--theme-accent); border-color: var(--theme-accent); color: var(--navy); }
.theme-hero-actions .button:hover, .theme-hero-actions .button:focus-visible { background: var(--theme-highlight); border-color: var(--theme-highlight); }
.theme-snapshot { padding: 1.6rem 1.7rem 1.8rem; border-top: 5px solid var(--theme-accent); background: var(--navy); color: white; box-shadow: 14px 14px 0 color-mix(in srgb, var(--theme-accent) 35%, transparent); }
.theme-snapshot-label { color: var(--theme-accent); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.theme-snapshot strong { display: block; margin: 2.8rem 0 .3rem; color: var(--theme-highlight); font-family: Georgia, serif; font-size: 5.5rem; line-height: .8; }
.theme-snapshot span { display: block; max-width: 220px; color: white; font-size: .9rem; line-height: 1.35; }
.theme-snapshot-rule { width: 100%; height: 1px; margin: 2rem 0 1rem; background: rgba(255,255,255,.2); }
.theme-snapshot small { display: block; color: #aebbd2; font-size: .76rem; line-height: 1.45; }
.theme-feed { padding-block: 5.5rem 6rem; background: var(--navy); color: white; }
.theme-feed-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.theme-feed-heading .eyebrow { margin-bottom: 1rem; color: var(--theme-accent); }
.theme-feed-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .9; }
.theme-feed-heading > p { max-width: 330px; margin: 0 0 .2rem; color: #aebbd2; font-size: .88rem; }
.theme-idea-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.theme-idea-card { display: flex; min-height: 310px; flex-direction: column; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); color: white; text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.theme-idea-card:hover, .theme-idea-card:focus-visible { position: relative; z-index: 1; background: rgba(255,255,255,.11); transform: translateY(-3px); }
.theme-idea-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.4rem; color: var(--theme-accent); font-family: Georgia, serif; font-size: 1.25rem; }
.theme-idea-card-top b { font-family: inherit; font-size: 1.15rem; font-weight: 400; }
.theme-idea-card h3 { max-width: 520px; margin-bottom: .7rem; color: white; font-size: clamp(1.5rem, 2.4vw, 2.15rem); line-height: .98; }
.theme-idea-card:hover h3, .theme-idea-card:focus-visible h3 { color: var(--theme-highlight); }
.theme-idea-hook { max-width: 540px; margin-bottom: .9rem; color: white; font-size: 1rem; line-height: 1.35; }
.theme-idea-description { max-width: 560px; margin-bottom: 1.5rem; color: #aebbd2; font-size: .86rem; line-height: 1.55; }
.theme-idea-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: var(--theme-highlight); font-size: .75rem; font-weight: 800; }
.theme-idea-card-footer small { color: #aebbd2; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 800px) { .theme-hero { grid-template-columns: 1fr; gap: 3rem; }.theme-snapshot { max-width: 430px; }.theme-feed-heading { align-items: flex-start; flex-direction: column; }.theme-feed-heading > p { max-width: 500px; } }
@media (max-width: 600px) { .theme-hero { padding-block: 4rem 4rem; }.theme-lead { font-size: 1.05rem; }.theme-hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }.theme-snapshot strong { margin-top: 2rem; }.theme-feed { padding-block: 4rem; }.theme-idea-grid { grid-template-columns: 1fr; }.theme-idea-card { min-height: 285px; }.theme-idea-card-top { margin-bottom: 2rem; } }
