*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --ink: #0d0d0d; --cream: #f5f0e8; --acid: #c8ff00;
  --flame: #ff4d1c; --sky: #0040ff; --mist: #e8e4dc;
  --border: 2px solid var(--ink); --success: #00c851;
}
html { scroll-behavior: smooth; }
body { font-family: 'Mulish', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; cursor: none; }

.cursor { position: fixed; width: 12px; height: 12px; background: var(--flame); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: width .2s, height .2s, background .2s; mix-blend-mode: multiply; }
.cursor.big { width: 48px; height: 48px; background: var(--acid); }

.page { display: none; }
.page.active { display: block; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 64px; background: var(--cream); border-bottom: var(--border); animation: slideDown .6s ease both; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.nav-logo { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 18px; letter-spacing: -0.5px; cursor: pointer; }
.nav-logo span { color: var(--flame); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; color: var(--ink); position: relative; cursor: pointer; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--flame); transition: width .3s; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--ink); color: var(--cream) !important; padding: 10px 24px; font-size: 13px !important; font-weight: 700 !important; letter-spacing: 1px !important; text-transform: uppercase !important; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s; cursor: pointer; }
.nav-cta:hover { background: var(--flame); }
.nav-cta::after { display: none !important; }

/* HERO */
.hero { margin-top: 64px; min-height: calc(100vh - 64px); display: grid; grid-template-columns: 1fr 1fr; border-bottom: var(--border); overflow: hidden; }
.hero-left { padding: 80px 48px; display: flex; flex-direction: column; justify-content: center; border-right: var(--border); animation: fadeUp .8s ease .2s both; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--acid); padding: 6px 16px; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; width: fit-content; margin-bottom: 32px; }
.hero-tag::before { content: '●'; font-size: 8px; animation: blink 1s infinite; }
.hero-title { font-family: 'Unbounded', sans-serif; font-size: clamp(48px,6vw,88px); font-weight: 900; line-height: .95; letter-spacing: -3px; margin-bottom: 32px; }
.hero-title em { font-style: italic; color: var(--flame); font-weight: 300; }
.hero-sub { font-size: 16px; font-weight: 300; line-height: 1.6; max-width: 380px; margin-bottom: 48px; color: #444; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary { background: var(--ink); color: var(--cream); padding: 16px 36px; font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: background .2s, transform .1s; cursor: pointer; border: none; }
.btn-primary:hover { background: var(--flame); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border: var(--border); padding: 16px 36px; font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s, transform .1s; cursor: pointer; }
.btn-outline:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #999; border: 2px solid #ddd; padding: 12px 28px; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: all .2s; }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }

.hero-right { position: relative; overflow: hidden; animation: fadeUp .8s ease .4s both; }
.hero-featured { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px; background-image: linear-gradient(160deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%); }
.hero-featured-visual { position: absolute; top:0; left:0; right:0; bottom:0; opacity:.15; background-image: radial-gradient(circle at 30% 20%, var(--acid) 0%, transparent 50%), radial-gradient(circle at 80% 80%, var(--flame) 0%, transparent 40%); }
.featured-number { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 160px; line-height: 1; color: rgba(255,255,255,.05); position: absolute; top: -20px; right: -20px; letter-spacing: -8px; }
.featured-tag { background: var(--acid); color: var(--ink); padding: 4px 12px; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; width: fit-content; margin-bottom: 16px; }
.featured-title { font-family: 'Unbounded', sans-serif; font-size: 28px; font-weight: 700; color: white; line-height: 1.2; margin-bottom: 16px; letter-spacing: -1px; }
.featured-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.featured-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--acid), var(--sky)); display: flex; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 14px; color: var(--ink); }
.featured-author { color: rgba(255,255,255,.7); font-size: 13px; }
.featured-author strong { color: white; display: block; font-weight: 600; }
.featured-read { display: inline-flex; align-items: center; gap: 8px; color: var(--acid); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: gap .2s; cursor: pointer; }
.featured-read:hover { gap: 16px; }

/* STATS */
.stats-bar { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: var(--border); }
.stat-cell { padding: 40px 32px; border-right: var(--border); }
.stat-cell:last-child { border-right: none; }
.stat-num { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 48px; letter-spacing: -3px; line-height: 1; margin-bottom: 8px; }
.stat-num span { color: var(--flame); }
.stat-label { font-size: 12px; color: #666; }

/* SECTION */
.section { padding: 80px 48px; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; padding-bottom: 24px; border-bottom: var(--border); }
.section-title { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 36px; letter-spacing: -2px; line-height: 1; }
.section-title span { color: var(--flame); }
.section-link { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 8px; transition: gap .2s; cursor: pointer; background: none; border: none; }
.section-link:hover { gap: 16px; }

/* CATEGORIES */
.cats { display: flex; flex-wrap: wrap; border: var(--border); }
.cat-item { flex: 1; min-width: 130px; padding: 24px 20px; border-right: var(--border); border-bottom: var(--border); cursor: pointer; transition: background .2s; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; gap: 8px; }
.cat-item:hover { background: var(--ink); color: var(--cream); }
.cat-item.is-active { background: var(--ink); color: var(--cream); box-shadow: inset 0 -6px 0 var(--acid); }
.cat-item.is-active .cat-icon { background: var(--acid); }
.cat-icon { width: 40px; height: 40px; background: var(--mist); display: flex; align-items: center; justify-content: center; font-size: 18px; transition: background .2s; }
.cat-item:hover .cat-icon { background: var(--acid); }
.cat-name { font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; }
.cat-count { font-size: 11px; opacity: .6; }

/* STORIES */
.stories-grid { display: grid; grid-template-columns: repeat(3,1fr); border: var(--border); }
.story-card { border-right: var(--border); border-bottom: var(--border); padding: 32px; display: flex; flex-direction: column; gap: 16px; transition: background .2s; cursor: pointer; }
.story-card { color: inherit; text-decoration: none; }
.story-card:hover { background: var(--mist); }
.story-card:hover .story-arrow { transform: rotate(0deg); }
.story-card-top { display: flex; align-items: center; justify-content: space-between; }
.story-badge { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; }
.badge-sport { background: var(--acid); color: var(--ink); }
.badge-art { background: #ffd6e0; color: var(--ink); }
.badge-tech { background: #d6e4ff; color: var(--ink); }
.badge-science { background: #d6ffd9; color: var(--ink); }
.badge-social { background: #ffe8d6; color: var(--ink); }
.badge-music { background: #e8d6ff; color: var(--ink); }
.badge-content { background: #fff0d6; color: var(--ink); }
.story-arrow { width: 32px; height: 32px; border: var(--border); display: flex; align-items: center; justify-content: center; font-size: 14px; transform: rotate(-45deg); transition: transform .2s; }
.story-visual { height: 120px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.story-visual img { width: 100%; height: 100%; object-fit: cover; }
.stories-filter-label { margin-top: 14px; width: fit-content; padding: 5px 10px; background: var(--acid); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.stories-empty { grid-column: 1 / -1; min-height: 250px; display: flex; flex-direction: column; justify-content: center; padding: 40px 32px; background: var(--mist); border-bottom: var(--border); }
.stories-empty-eyebrow { width: fit-content; padding: 5px 10px; background: var(--acid); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.stories-empty-title { max-width: 580px; margin: 18px 0 10px; font-family: 'Unbounded', sans-serif; font-size: clamp(22px, 3vw, 34px); line-height: 1.15; letter-spacing: 0; }
.stories-empty-text { max-width: 460px; margin: 0; font-size: 15px; line-height: 1.6; color: #555; }
.stat-cell--empty .stat-num { color: #999; }
.stat-cell--empty .stat-label { color: #777; }

/* STORY DETAIL */
.story-detail-page { max-width: 1080px; margin: 64px auto 0; padding: 72px 48px 100px; }
.story-detail-header { max-width: 820px; margin-bottom: 40px; }
.story-detail-title { font-family: 'Unbounded', sans-serif; font-size: clamp(32px, 5vw, 62px); line-height: 1.05; letter-spacing: -2px; margin: 20px 0; }
.story-detail-teaser { font-size: 20px; line-height: 1.55; max-width: 720px; color: #555; }
.story-detail-author { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-top: 24px; }
.story-detail-media { min-height: 260px; max-height: 580px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--mist); font-size: 100px; margin-bottom: 52px; }
.story-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.story-detail-content { max-width: 760px; margin: 0 auto; }
.story-detail-body { font-size: 18px; line-height: 1.8; white-space: pre-wrap; }
.story-detail-section { white-space: pre-wrap; border-top: var(--border); margin-top: 42px; padding-top: 24px; font-size: 16px; line-height: 1.7; }
.story-detail-highlight { white-space: pre-wrap; border-left: 6px solid var(--acid); background: var(--mist); margin: 42px 0; padding: 26px; font-size: 18px; line-height: 1.65; }
.story-detail-quote { font-family: 'Unbounded', sans-serif; white-space: pre-wrap; font-size: 24px; line-height: 1.45; margin: 48px 0; padding: 0; }
.story-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 44px 0; }
.story-gallery img { width: 100%; aspect-ratio: 1 / .72; object-fit: cover; }
.story-video { display: block; width: 100%; margin: 44px 0; background: var(--ink); }
.story-video-link, .story-social-link { display: inline-block; margin: 8px 12px 0 0; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.story-socials { margin-top: 42px; padding-top: 24px; border-top: var(--border); }

@media (max-width: 640px) {
  .story-detail-page { padding: 48px 20px 72px; }
  .story-detail-title { letter-spacing: 0; }
  .story-detail-teaser { font-size: 17px; }
  .story-detail-body { font-size: 16px; }
  .story-detail-quote { font-size: 20px; }
  .story-gallery { grid-template-columns: 1fr; }
}
.story-title { font-family: 'Unbounded', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; letter-spacing: -.5px; }
.story-excerpt { font-size: 14px; line-height: 1.5; color: #555; font-weight: 300; }
.story-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.story-author { display: flex; align-items: center; gap: 10px; }
.story-av { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; font-family: 'Unbounded', sans-serif; }
.story-author-name { font-size: 12px; font-weight: 600; }
.story-author-age { font-size: 11px; color: #888; }
.story-date { font-size: 11px; color: #999; }

/* QUOTE */
.quote-section { background: var(--ink); color: var(--cream); padding: 100px 48px; text-align: center; position: relative; overflow: hidden; }
.quote-bg { position:absolute; inset:0; opacity:.04; background-image: repeating-linear-gradient(0deg,transparent,transparent 60px,rgba(255,255,255,.5) 60px,rgba(255,255,255,.5) 61px), repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(255,255,255,.5) 60px,rgba(255,255,255,.5) 61px); }
.quote-mark { font-family: 'Unbounded', sans-serif; font-size: 200px; line-height: .7; color: var(--flame); opacity: .3; margin-bottom: -40px; display: block; }
.quote-text { font-family: 'Unbounded', sans-serif; font-size: clamp(24px,4vw,48px); font-weight: 300; line-height: 1.2; letter-spacing: -1px; max-width: 900px; margin: 0 auto 32px; position: relative; z-index: 1; }
.quote-text strong { color: var(--acid); font-weight: 900; }
.quote-author { font-size: 14px; color: rgba(255,255,255,.5); letter-spacing: 2px; text-transform: uppercase; }

/* ENGAGE */
.engage-grid { display: grid; grid-template-columns: repeat(2,1fr); border: var(--border); }
.engage-card { padding: 48px; border-right: var(--border); border-bottom: var(--border); display: flex; flex-direction: column; gap: 16px; }
.engage-card:nth-child(2n) { border-right: none; }
.engage-card:nth-child(3), .engage-card:nth-child(4) { border-bottom: none; }
.engage-card--dark { background: var(--ink); color: var(--cream); }
.engage-icon { font-size: 36px; }
.engage-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #999; }
.engage-card--dark .engage-tag { color: var(--acid); }
.engage-title { font-family: 'Unbounded', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.5px; line-height: 1.2; }
.engage-text { font-size: 14px; line-height: 1.6; color: #555; font-weight: 300; max-width: 360px; }
.engage-card--dark .engage-text { color: rgba(255,255,255,.6); }
.engage-btns { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.ebtn { display: inline-flex; align-items: center; background: var(--acid); color: var(--ink); padding: 12px 24px; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s; width: fit-content; cursor: pointer; border: none; }
.ebtn:hover { background: var(--flame); color: var(--cream); }
.ebtn-outline { background: transparent; border: var(--border); color: var(--ink); }
.ebtn-outline:hover { background: var(--ink); color: var(--cream); }
.ebtn-ghost { background: transparent; border: 2px solid rgba(255,255,255,.2); color: rgba(255,255,255,.6); }
.ebtn-ghost:hover { border-color: rgba(255,255,255,.6); color: var(--cream); }
.nl-row { display: flex; border: var(--border); overflow: hidden; }
.nl-row input { flex: 1; padding: 12px 14px; border: none; font-family: 'Mulish', sans-serif; font-size: 13px; outline: none; }
.nl-row button { background: var(--ink); color: var(--cream); border: none; padding: 12px 16px; font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: background .2s; white-space: nowrap; }
.nl-row button:hover { background: var(--flame); }
.social-eng { display: flex; gap: 8px; flex-wrap: wrap; }
.soc-btn { padding: 10px 16px; border: var(--border); font-size: 12px; font-weight: 700; text-decoration: none; color: var(--ink); transition: all .2s; cursor: pointer; }
.soc-btn:hover { background: var(--ink); color: var(--cream); }

/* CTA */
.cta-section { display: grid; grid-template-columns: 1fr 1fr; border-top: var(--border); border-bottom: var(--border); }
.cta-left { padding: 80px 48px; border-right: var(--border); display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.cta-left h2 { font-family: 'Unbounded', sans-serif; font-size: 40px; font-weight: 900; letter-spacing: -2px; line-height: 1; }
.cta-left h2 span { color: var(--flame); }
.cta-left p { font-size: 15px; line-height: 1.6; color: #555; font-weight: 300; max-width: 360px; }
.cta-perks { display: flex; flex-direction: column; gap: 12px; }
.perk { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.perk-dot { width: 8px; height: 8px; background: var(--acid); flex-shrink: 0; }
.cta-right { padding: 80px 48px; background: var(--mist); display: flex; align-items: center; justify-content: center; }
.cta-big-btn { background: var(--ink); color: var(--cream); padding: 32px 48px; font-family: 'Unbounded', sans-serif; font-size: 18px; font-weight: 900; letter-spacing: -1px; text-align: center; cursor: pointer; border: none; transition: background .2s, transform .1s; line-height: 1.3; }
.cta-big-btn:hover { background: var(--flame); transform: scale(1.02); }
.cta-big-btn span { display: block; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: var(--acid); margin-top: 8px; }

/* FOOTER */
footer { padding: 48px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; border-top: var(--border); }
.footer-brand h3 { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 20px; margin-bottom: 12px; }
.footer-brand h3 span { color: var(--flame); }
.footer-brand p { font-size: 13px; color: #666; line-height: 1.6; max-width: 240px; }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; color: #999; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 13px; color: var(--ink); text-decoration: none; transition: color .2s; cursor: pointer; }
.footer-col a:hover { color: var(--flame); }
.footer-bottom { padding: 20px 48px; border-top: var(--border); display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { font-size: 12px; color: #999; }
.social-links { display: flex; gap: 12px; }
.social-link { width: 36px; height: 36px; border: var(--border); display: flex; align-items: center; justify-content: center; font-size: 14px; text-decoration: none; color: var(--ink); transition: background .2s, color .2s; cursor: pointer; }
.social-link:hover { background: var(--ink); color: var(--cream); }

/* ===== FORM PAGE ===== */
.form-page { margin-top: 64px; }
.admin-bar { background: var(--ink); color: rgba(255,255,255,.5); padding: 10px 48px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; border-bottom: var(--border); }
.admin-bar strong { color: var(--acid); }
.btn-excel { background: transparent; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.3); padding: 8px 20px; font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: all .2s; }
.btn-excel:hover { background: var(--cream); color: var(--ink); }

.progress-wrap { background: var(--mist); border-bottom: var(--border); position: sticky; top: 64px; z-index: 99; padding: 0 48px; }
.progress-steps { display: flex; height: 52px; }
.progress-step { flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 20px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #999; border-right: var(--border); transition: all .3s; }
.progress-step:last-child { border-right: none; }
.progress-step.active { background: var(--ink); color: var(--cream); }
.progress-step.done { background: var(--acid); color: var(--ink); }
.step-num { width: 22px; height: 22px; border-radius: 50%; border: 2px solid currentColor; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 900; flex-shrink: 0; }
.progress-step.done .step-num::before { content: '✓'; }
.progress-step.done .step-num { background: var(--ink); color: var(--acid); border-color: var(--ink); }

.form-main { display: grid; grid-template-columns: 1fr 420px; min-height: calc(100vh - 116px); }
.form-main.submitted { display: block; }
.form-main.submitted .form-panel { border-right: none; }
.form-main.submitted .preview-panel { display: none; }
.form-panel { padding: 56px 48px; border-right: var(--border); }
.preview-panel { position: sticky; top: 116px; height: calc(100vh - 116px); overflow-y: auto; background: var(--ink); padding: 40px 32px; }

.step { display: none; animation: fadeUp .4s ease both; }
.step.active { display: block; }
.step-title { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 32px; letter-spacing: -1.5px; line-height: 1; margin-bottom: 8px; }
.step-title span { color: var(--flame); }
.step-sub { font-size: 14px; color: #666; font-weight: 300; margin-bottom: 40px; line-height: 1.5; }

.field { margin-bottom: 24px; }
.field label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #888; margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; border: var(--border); background: white; font-family: 'Mulish', sans-serif; font-size: 14px; color: var(--ink); outline: none; appearance: none; transition: border-color .2s, box-shadow .2s; resize: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--flame); box-shadow: 4px 4px 0 var(--flame); }
.field textarea { min-height: 120px; line-height: 1.6; }
.field-hint { font-size: 11px; color: #aaa; margin-top: 6px; font-style: italic; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.char-counter { font-size: 11px; color: #aaa; text-align: right; margin-top: 4px; }
.char-counter.warn { color: var(--flame); }

.cat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.cat-btn { padding: 16px 10px; border: var(--border); background: white; cursor: pointer; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; transition: all .2s; }
.cat-btn:hover { background: var(--mist); }
.cat-btn.selected { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.cat-em { font-size: 22px; }
.cat-lbl { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }

.upload-area { border: 2px dashed #ccc; padding: 32px; text-align: center; cursor: pointer; position: relative; transition: all .2s; }
.upload-area:hover { border-color: var(--flame); background: #fff8f6; }
.upload-area input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.upload-icon { font-size: 32px; margin-bottom: 8px; }
.upload-text { font-size: 13px; color: #666; }
.upload-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.upload-thumb { width: 80px; height: 80px; object-fit: cover; border: var(--border); }

.soc-inp { display: flex; align-items: center; border: var(--border); background: white; margin-bottom: 10px; overflow: hidden; }
.soc-pre { padding: 14px 14px; background: var(--mist); border-right: var(--border); font-size: 12px; font-weight: 700; white-space: nowrap; color: #666; flex-shrink: 0; }
.soc-inp input { flex: 1; padding: 14px 14px; border: none; font-family: 'Mulish', sans-serif; font-size: 14px; outline: none; background: transparent; }

.consent-box { border: var(--border); padding: 20px; background: white; display: flex; gap: 14px; align-items: flex-start; cursor: pointer; transition: background .2s; margin-bottom: 10px; }
.consent-box:hover { background: var(--mist); }
.consent-check { width: 20px; height: 20px; border: var(--border); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 12px; margin-top: 2px; transition: all .2s; }
.consent-check.checked { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.consent-text { font-size: 13px; line-height: 1.5; color: #444; }
.consent-text strong { color: var(--ink); }

.btn-row { display: flex; gap: 12px; margin-top: 40px; padding-top: 32px; border-top: var(--border); }
.btn-next { background: var(--ink); color: var(--cream); padding: 16px 36px; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: none; cursor: pointer; transition: background .2s, transform .1s; flex: 1; }
.btn-next:hover { background: var(--flame); transform: translateY(-2px); }
.btn-prev { background: transparent; color: var(--ink); padding: 16px 24px; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: var(--border); cursor: pointer; transition: all .2s; }
.btn-prev:hover { background: var(--mist); }

/* PREVIEW */
.preview-label { font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.preview-label::before { content: ''; width: 6px; height: 6px; background: var(--acid); border-radius: 50%; animation: blink 1.5s infinite; }
.preview-card { border: 2px solid rgba(255,255,255,.1); overflow: hidden; }
.preview-hero { height: 180px; background: linear-gradient(135deg,#1a1a2e,#0f3460); display: flex; align-items: center; justify-content: center; font-size: 64px; position: relative; overflow: hidden; }
.preview-hero img { width: 100%; height: 100%; object-fit: cover; display: none; }
.preview-hero-emoji { font-size: 64px; z-index: 1; position: relative; }
.preview-hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 30% 40%, rgba(200,255,0,.15), transparent 60%); }
.preview-body { padding: 24px; }
.preview-badge { display: inline-block; padding: 3px 10px; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; background: var(--acid); color: var(--ink); }
.preview-title { font-family: 'Unbounded', sans-serif; font-size: 16px; font-weight: 700; color: white; line-height: 1.3; margin-bottom: 12px; letter-spacing: -.5px; min-height: 44px; }
.preview-excerpt { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.5); margin-bottom: 20px; min-height: 40px; }
.preview-author { display: flex; align-items: center; gap: 10px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.preview-av { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,var(--acid),var(--sky)); display: flex; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 12px; color: var(--ink); flex-shrink: 0; overflow: hidden; }
.preview-av img { width: 100%; height: 100%; object-fit: cover; }
.preview-av-name { font-size: 12px; font-weight: 600; color: white; }
.preview-av-meta { font-size: 11px; color: rgba(255,255,255,.4); }
.preview-url { margin-top: 20px; padding: 14px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.preview-url-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 4px; }
.preview-url-val { font-size: 12px; color: var(--acid); font-family: 'Unbounded', sans-serif; word-break: break-all; }
.preview-completeness { margin-top: 16px; }
.completeness-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 8px; }
.completeness-bar { height: 4px; background: rgba(255,255,255,.1); }
.completeness-fill { height: 100%; background: var(--acid); transition: width .5s ease; }
.completeness-pct { font-size: 11px; color: var(--acid); font-weight: 700; margin-top: 4px; }

/* SUCCESS */
.success-screen { display: none; text-align: center; padding: 60px 48px; animation: fadeUp .5s ease both; }
.success-screen.show { display: block; }
.success-icon { font-size: 80px; margin-bottom: 24px; display: block; }
.success-title { font-family: 'Unbounded', sans-serif; font-size: 40px; font-weight: 900; letter-spacing: -2px; line-height: 1; margin-bottom: 16px; }
.success-title span { color: var(--flame); }
.success-sub { font-size: 16px; color: #555; font-weight: 300; line-height: 1.6; max-width: 480px; margin: 0 auto 40px; }
.article-preview-link { display: inline-block; background: var(--ink); color: var(--cream); padding: 20px 40px; font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; transition: background .2s; cursor: pointer; border: none; }
.article-preview-link:hover { background: var(--sky); }
.share-row { display: flex; gap: 12px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.share-btn { padding: 12px 24px; border: var(--border); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; background: transparent; transition: all .2s; font-family: 'Unbounded', sans-serif; font-size: 10px; }
.share-btn:hover { background: var(--ink); color: var(--cream); }
.what-next { margin-top: 48px; padding: 32px; background: var(--mist); border: var(--border); text-align: left; max-width: 480px; margin-left: auto; margin-right: auto; }
.what-next h3 { font-family: 'Unbounded', sans-serif; font-size: 14px; font-weight: 700; margin-bottom: 16px; }
.next-step { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 13px; }
.next-num { width: 24px; height: 24px; background: var(--ink); color: var(--cream); display: flex; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; flex-shrink: 0; }

/* POPUPS */
.popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.popup-overlay.show { opacity: 1; pointer-events: all; }
.popup-box { background: var(--cream); max-width: 520px; width: 100%; padding: 48px; position: relative; animation: fadeUp .4s ease both; border: var(--border); text-align: center; }
.popup-close { position: absolute; top: 16px; right: 16px; background: none; border: var(--border); width: 32px; height: 32px; cursor: pointer; font-size: 14px; transition: all .2s; }
.popup-close:hover { background: var(--ink); color: var(--cream); }
.popup-emoji { font-size: 56px; margin-bottom: 16px; display: block; }
.popup-title { font-family: 'Unbounded', sans-serif; font-size: 24px; font-weight: 900; letter-spacing: -1px; line-height: 1.2; margin-bottom: 16px; }
.popup-title span { color: var(--flame); }
.popup-text { font-size: 14px; line-height: 1.6; color: #555; margin-bottom: 32px; font-weight: 300; }
.popup-cta { background: var(--flame); color: white; border: none; padding: 16px 32px; font-family: 'Unbounded', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; width: 100%; transition: background .2s; margin-bottom: 8px; }
.popup-cta:hover { background: var(--ink); }
.popup-cta-sub { font-size: 11px; color: #888; }
.popup-skip { background: none; border: none; font-size: 13px; color: #aaa; cursor: pointer; text-decoration: underline; transition: color .2s; margin-top: 12px; display: block; }
.popup-skip:hover { color: var(--ink); }
.popup-note { background: var(--mist); padding: 14px; font-size: 12px; color: #888; margin-top: 12px; border: var(--border); font-style: italic; text-align: left; }

/* AI BANNER */
.ai-banner { display: none; position: sticky; top: 116px; z-index: 98; background: var(--sky); color: white; border-bottom: var(--border); }
.ai-banner-inner { padding: 12px 48px; display: flex; align-items: center; gap: 16px; font-size: 13px; line-height: 1.5; }
.ai-banner-inner strong { font-weight: 700; }
.ai-banner-inner a { color: var(--acid); font-weight: 700; }
.ai-banner-inner em { opacity: .7; font-style: italic; }
.ai-banner-inner button { background: none; border: 2px solid rgba(255,255,255,.3); color: rgba(255,255,255,.6); width: 26px; height: 26px; cursor: pointer; font-size: 12px; flex-shrink: 0; margin-left: auto; transition: all .2s; }
.ai-banner-inner button:hover { background: var(--cream); color: var(--ink); }

/* MODAL FORM */
.mf { margin-bottom: 16px; }
.mf label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #888; margin-bottom: 6px; }
.mf input, .mf textarea { width: 100%; padding: 12px 14px; border: var(--border); font-family: 'Mulish', sans-serif; font-size: 14px; outline: none; transition: border-color .2s; }
.mf input:focus, .mf textarea:focus { border-color: var(--flame); }
.mf textarea { min-height: 90px; resize: none; }
.modal-submit { width: 100%; padding: 14px; background: var(--ink); color: var(--cream); border: none; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; margin-top: 8px; transition: background .2s; }
.modal-submit:hover { background: var(--flame); }

@media(max-width:900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-left { border-right: none; border-bottom: var(--border); }
  .hero-right { min-height: 400px; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .section { padding: 48px 20px; }
  .stories-grid { grid-template-columns: 1fr; }
  .story-card { border-right: none; }
  .engage-grid { grid-template-columns: 1fr; }
  .engage-card { border-right: none; }
  .cta-section { grid-template-columns: 1fr; }
  .cta-left { border-right: none; border-bottom: var(--border); padding: 48px 20px; }
  .cta-right { padding: 48px 20px; }
  footer { grid-template-columns: 1fr 1fr; padding: 48px 20px; gap: 32px; }
  .cats { flex-direction: column; }
  .cat-item { border-right: none; }
  .form-main { grid-template-columns: 1fr; }
  .preview-panel { display: none; }
  .form-panel { padding: 32px 20px; }
  .admin-bar, .progress-wrap { padding: 0 20px; }
  .progress-step { flex: 0 0 150px; padding: 0 16px; }
  .ai-banner-inner { padding: 12px 20px; flex-wrap: wrap; }
}

@media(max-width:600px) {
  body { cursor: auto; }
  .cursor { display: none; }
  nav { height: auto; min-height: 58px; padding: 8px 14px; gap: 10px; }
  .nav-logo { font-size: 14px; letter-spacing: 0; min-width: 0; overflow-wrap: anywhere; }
  .nav-cta { flex-shrink: 0; max-width: 48%; justify-content: center; white-space: normal; text-align: center; line-height: 1.2; letter-spacing: .5px !important; }
  .hero { margin-top: 58px; min-height: 0; }
  .hero-left { padding: 48px 20px; }
  .hero-title { font-size: clamp(36px, 10vw, 48px); letter-spacing: -1.5px; }
  .hero-sub { font-size: 14px; max-width: 100%; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-outline, .btn-ghost { width: 100%; justify-content: center; text-align: center; padding-left: 18px; padding-right: 18px; line-height: 1.25; }
  .hero-right { min-height: 360px; }
  .hero-featured { padding: 28px 20px; }
  .featured-meta { align-items: flex-start; gap: 12px; }
  .featured-author { min-width: 0; overflow-wrap: anywhere; }
  .featured-number { font-size: 100px; right: -10px; top: -10px; }
  .featured-title { font-size: 20px; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 28px; }
  .section-title { font-size: 28px; }
  .section-link { max-width: 100%; text-align: left; }
  .stats-bar { grid-template-columns: 1fr; }
  .stat-cell { padding: 24px 20px; border-right: none; border-bottom: var(--border); }
  .stat-cell:last-child { border-bottom: none; }
  .stat-num { font-size: 36px; letter-spacing: -1px; overflow-wrap: anywhere; }
  .cat-item { min-width: 0; padding: 18px 16px; }
  .story-card { padding: 24px 18px; min-width: 0; }
  .story-card-top, .story-footer { gap: 12px; }
  .story-badge { max-width: calc(100% - 44px); overflow-wrap: anywhere; line-height: 1.25; }
  .story-footer { flex-wrap: wrap; align-items: flex-start; }
  .story-author { min-width: 0; flex: 1 1 180px; }
  .story-author > div:last-child { min-width: 0; }
  .story-date { flex-shrink: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; align-items: flex-start; padding: 20px; }
  .field-grid, .field-grid-3 { grid-template-columns: 1fr; }
  .field-grid-3 .field { grid-column: span 1 !important; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .btn-row { flex-direction: column; }
  .btn-next, .btn-prev { width: 100%; text-align: center; }
  .progress-wrap { overflow-x: auto; white-space: nowrap; padding-bottom: 8px; }
  .progress-steps { width: max-content; }
  .progress-step { height: 48px; flex-basis: 132px; padding: 0 12px; font-size: 10px; }
  .nav-cta { padding: 8px 10px; font-size: 9px !important; }
  .admin-bar { flex-direction: column; align-items: stretch; gap: 10px; padding-top: 12px; padding-bottom: 12px; line-height: 1.4; }
  .btn-excel { width: 100%; white-space: normal; line-height: 1.25; }
  .form-page { margin-top: 58px; }
  .quote-section { padding: 60px 20px; }
  .quote-mark { font-size: 120px; margin-bottom: -24px; }
  .quote-text { font-size: 20px; }
  .engage-card { padding: 32px 20px; }
  .engage-title { font-size: 18px; }
  .engage-text { font-size: 13px; max-width: 100%; }
  .ebtn, .soc-btn { width: 100%; justify-content: center; text-align: center; line-height: 1.25; }
  .cta-left h2 { font-size: 32px; }
  .cta-left p { font-size: 14px; max-width: 100%; }
  .perk { align-items: flex-start; line-height: 1.4; }
  .story-title { font-size: 15px; }
  .story-excerpt { font-size: 13px; }
  .step-title { font-size: 24px; }
  .step-sub { font-size: 13px; }
  .field input, .field select, .field textarea, .mf input, .mf textarea { font-size: 16px; }
  .cat-btn { min-width: 0; padding: 14px 8px; }
  .cat-lbl { overflow-wrap: anywhere; line-height: 1.2; }
  .soc-inp { align-items: stretch; }
  .soc-pre { display: flex; align-items: center; max-width: 48%; white-space: normal; overflow-wrap: anywhere; line-height: 1.2; }
  .soc-inp input { min-width: 0; }
  .upload-area { padding: 24px 16px; }
  .consent-box { padding: 16px; }
  .consent-text { min-width: 0; overflow-wrap: anywhere; }
  .popup-title { font-size: 20px; }
  .popup-text { font-size: 13px; }
  .popup-overlay { align-items: flex-start; overflow-y: auto; }
  .popup-box { max-height: none; margin: 20px 0; }
  .nl-row { flex-direction: column; }
  .nl-row input, .nl-row button { width: 100%; border-radius: 0; }
  .nl-row button { border-top: var(--border); }
  .cta-big-btn { font-size: 16px; padding: 20px; width: 100%; }
  .popup-box { padding: 32px 20px; }
  .success-screen { padding: 40px 20px; }
  .success-title { font-size: 28px; }
  .success-sub { font-size: 14px; max-width: 100%; }
  .article-preview-link { padding: 16px 20px; width: 100%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .share-btn { width: 100%; }
}

/* COOKIE CONSENT */
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: var(--cream);
  color: var(--ink);
  border: var(--border);
  box-shadow: 8px 8px 0 rgba(13,13,13,.16);
  padding: 24px;
}
.cookie-banner[hidden], .cookie-modal[hidden] { display: none !important; }
.cookie-copy h2, .cookie-modal-box h2 { font-family: 'Unbounded', sans-serif; font-size: 18px; font-weight: 900; letter-spacing: -.5px; margin-bottom: 8px; }
.cookie-copy p, .cookie-modal-box p { font-size: 13px; line-height: 1.55; color: #555; max-width: 720px; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.cookie-btn { border: var(--border); padding: 12px 18px; font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, transform .1s; }
.cookie-btn:hover { transform: translateY(-1px); }
.cookie-btn-primary { background: var(--ink); color: var(--cream); }
.cookie-btn-primary:hover { background: var(--flame); }
.cookie-btn-outline { background: transparent; color: var(--ink); }
.cookie-btn-outline:hover { background: var(--ink); color: var(--cream); }
.cookie-modal { position: fixed; inset: 0; z-index: 10001; background: rgba(13,13,13,.62); display: flex; align-items: center; justify-content: center; padding: 24px; }
.cookie-modal-box { position: relative; width: min(680px, 100%); background: var(--cream); border: var(--border); padding: 32px; box-shadow: 10px 10px 0 rgba(200,255,0,.4); }
.cookie-modal-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: var(--border); background: var(--cream); color: var(--ink); cursor: pointer; font-weight: 900; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: var(--border); padding: 18px; margin-top: 16px; background: white; }
.cookie-option strong { display: block; font-family: 'Unbounded', sans-serif; font-size: 13px; margin-bottom: 6px; }
.cookie-option span { display: block; font-size: 12px; line-height: 1.45; color: #666; }
.cookie-option input { width: 22px; height: 22px; accent-color: var(--flame); flex-shrink: 0; }
.cookie-pill { background: var(--acid); color: var(--ink) !important; padding: 6px 10px; font-size: 10px !important; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.cookie-actions-modal { margin-top: 20px; }


@media (max-width: 700px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; padding: 18px; gap: 16px; }
  .cookie-actions { justify-content: stretch; }
  .cookie-btn { width: 100%; }
  .cookie-modal { align-items: flex-start; overflow-y: auto; padding: 16px; }
  .cookie-modal-box { padding: 28px 18px; }
  .cookie-option { align-items: flex-start; flex-direction: column; }
  .cookie-option-toggle { cursor: pointer; }
}
