:root {
  --page: #f7f4ef; --surface: #ffffff; --surface-soft: #f0f7f4; --ink: #1c2522;
  --muted: #64706c; --line: #e6e1d9; --line-strong: #d9d3c9; --mint: #6bc5a8;
  --mint-dark: #28745d; --cta: #1e5b46; --cta-hover: #164a38; --accent: #ffb088;
  --danger: #b64242; --warning: #9a6200; --success: #24704f; --radius-sm: 10px;
  --radius: 16px; --radius-lg: 28px; --shadow: 0 12px 36px rgba(28,37,34,.08);
  --shadow-sm: 0 4px 14px rgba(28,37,34,.06); --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 8% 0%, rgba(107,197,168,.16), transparent 30rem), radial-gradient(circle at 92% 8%, rgba(255,176,136,.14), transparent 26rem), var(--page); font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(30,91,70,.28); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); z-index: 1000; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(247,244,239,.88); border-bottom: 1px solid rgba(230,225,217,.78); }
.nav { width: min(calc(100% - 32px), var(--max)); height: 68px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 30px; height: 30px; border-radius: 50%; position: relative; background: conic-gradient(from 15deg, var(--accent), var(--mint), var(--cta), var(--accent)); box-shadow: inset 0 0 0 5px rgba(255,255,255,.72); }
.brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: white; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 18px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .16s ease, background .16s ease, border-color .16s ease, color .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.btn-primary { color: white; background: var(--cta); }
.btn-primary:hover { background: var(--cta-hover); }
.btn-secondary { color: var(--ink); background: var(--surface); border-color: var(--line-strong); }
.btn-ghost { color: var(--ink); background: transparent; border-color: var(--line-strong); }
.btn-danger { color: white; background: var(--danger); }
.btn-sm { min-height: 36px; padding: 7px 12px; font-size: 12px; }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 32px), 820px); margin: 0 auto; }
.section { padding: 74px 0; }
.section-sm { padding: 44px 0; }
.eyebrow { color: var(--mint-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(42px, 7vw, 76px); }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 20px; }
.lede { font-size: clamp(17px, 2.2vw, 22px); color: var(--muted); max-width: 720px; }
.muted { color: var(--muted); }
.small { font-size: 13px; color: var(--muted); }
.error-text { color: var(--danger); font-size: 13px; min-height: 20px; }
.hero { padding: 88px 0 62px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.hero-copy p { margin: 22px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin-top: 16px; }
.hero-panel { background: var(--surface); border: 1px solid rgba(230,225,217,.9); border-radius: 30px; padding: 18px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.day-card { border-radius: 22px; overflow: hidden; background: #18221f; color: white; padding: 20px; }
.day-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.day-chip { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 12px; font-weight: 700; }
.timeline { margin-top: 18px; display: grid; gap: 10px; }
.timeline-item { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.08); }
.timeline-item.active { background: var(--mint); color: #10261f; }
.timeline-time { font-size: 12px; font-weight: 800; opacity: .8; }
.timeline-title { font-weight: 750; }
.timeline-meta { font-size: 12px; opacity: .72; }
.problem-grid, .step-grid, .mode-grid, .faq-grid { display: grid; gap: 18px; }
.problem-grid, .step-grid, .mode-grid { grid-template-columns: repeat(3, 1fr); }
.creator-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.card p { margin: 10px 0 0; color: var(--muted); }
.number { display: inline-flex; width: 32px; height: 32px; border-radius: 50%; align-items: center; justify-content: center; background: var(--surface-soft); color: var(--cta); font-weight: 800; }
.mode-icon { font-size: 28px; margin-bottom: 14px; }
.creator-panel { background: #18221f; color: white; border-radius: 30px; padding: 28px; }
.creator-panel .muted { color: rgba(255,255,255,.72); }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 20px; }
.metric { padding: 14px; border-radius: 14px; background: rgba(255,255,255,.08); }
.metric strong { display: block; font-size: 22px; }
.faq-list { display: grid; gap: 10px; }
details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 750; }
details p { color: var(--muted); margin-bottom: 0; }
.final-cta { text-align: center; background: var(--cta); color: white; border-radius: 30px; padding: 54px 24px; }
.final-cta .lede { color: rgba(255,255,255,.78); margin-left: auto; margin-right: auto; }
.final-cta .btn-secondary { background: white; border-color: white; }
.form-page { padding: 56px 0 80px; }
.page-head { margin-bottom: 30px; }
.page-head h1 { font-size: clamp(38px, 6vw, 64px); }
.page-head p { max-width: 700px; }
.form-shell { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
label, .field-label { font-size: 13px; font-weight: 750; }
.required { color: var(--danger); margin-left: 3px; }
.input, .select, .textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 12px; background: #fff; padding: 12px 13px; color: var(--ink); outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.textarea { min-height: 112px; resize: vertical; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 4px rgba(107,197,168,.15); }
.input[aria-invalid="true"], .select[aria-invalid="true"], .textarea[aria-invalid="true"] { border-color: var(--danger); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.choice { display: flex; align-items: flex-start; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; background: #fff; }
.choice:hover { border-color: var(--line-strong); background: #fcfbf9; }
.choice input { margin-top: 3px; accent-color: var(--cta); }
.choice span { font-size: 13px; }
.check-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
.check-row input { margin-top: 4px; accent-color: var(--cta); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.form-status { display: none; border-radius: 14px; padding: 14px 16px; margin-top: 18px; font-size: 14px; }
.form-status.show { display: block; }
.form-status.success { background: #edf8f2; color: var(--success); }
.form-status.error { background: #fff1f1; color: var(--danger); }
.success-card { display: none; text-align: center; padding: 34px 18px; }
.success-card.show { display: block; }
.success-icon { width: 68px; height: 68px; border-radius: 50%; background: var(--surface-soft); display: grid; place-items: center; margin: 0 auto 18px; font-size: 30px; }
.application-id { margin-top: 14px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; color: var(--muted); overflow-wrap: anywhere; }
.admin-body { background: #f4f1ec; }
.admin-login { min-height: calc(100vh - 68px); display: grid; place-items: center; padding: 42px 16px; }
.admin-login-card { width: min(100%, 440px); }
.admin-shell { display: none; padding: 36px 0 70px; }
.admin-shell.show { display: block; }
.admin-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; margin-bottom: 22px; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 20px; }
.stat { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.stat strong { display: block; font-size: 26px; letter-spacing: -.04em; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0 14px; }
.tab { border: 1px solid var(--line-strong); background: white; border-radius: 999px; padding: 9px 14px; cursor: pointer; font-weight: 700; font-size: 13px; }
.tab.active { background: var(--cta); color: white; border-color: var(--cta); }
.table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; border-collapse: collapse; min-width: 820px; }
th, td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 13px; }
th { background: #faf8f5; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; background: #eef1ef; color: #4e5c57; }
.status.new { background: #fff1e7; color: #9b561c; }
.status.approved, .status.activated { background: #e9f7ef; color: #23704c; }
.status.invited { background: #e8f1fa; color: #255f92; }
.status.rejected { background: #fdecec; color: var(--danger); }
.row-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.empty { padding: 42px 18px; text-align: center; color: var(--muted); }
.legal { padding: 56px 0 80px; }
.legal h1 { font-size: clamp(36px, 5vw, 58px); }
.legal h2 { font-size: 24px; margin-top: 34px; letter-spacing: -.02em; }
.legal h3 { font-size: 17px; margin-top: 24px; }
.legal p, .legal li { color: #4f5b57; }
.legal ul { padding-left: 22px; }
.notice { padding: 16px 18px; border-left: 4px solid var(--mint); background: var(--surface-soft); border-radius: 0 12px 12px 0; }
.footer { padding: 40px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer a { text-decoration: none; }
.footer a:hover { text-decoration: underline; }
@media (max-width: 960px) { .hero-grid, .creator-grid { grid-template-columns: 1fr; } .problem-grid, .step-grid, .mode-grid { grid-template-columns: 1fr; } .stats-grid { grid-template-columns: repeat(3, 1fr); } .nav-links a:not(.btn) { display: none; } }
@media (max-width: 680px) { .section { padding: 52px 0; } .hero { padding-top: 58px; } .hero-panel { transform: none; } .form-grid, .choice-grid { grid-template-columns: 1fr; } .form-shell { padding: 20px; border-radius: 18px; } .stats-grid { grid-template-columns: repeat(2, 1fr); } .admin-top { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
