@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;700&display=swap";.quiz-section{--bg: #12121a;--panel: rgba(255, 255, 255, .04);--panel-soft: rgba(255, 255, 255, .025);--ink: #ededf0;--muted: #9d9dab;--line: rgba(157, 157, 171, .22);--line-strong: rgba(157, 157, 171, .35);--accent: var(--primary);--accent-soft: color-mix(in srgb, var(--primary) 16%, transparent);--warn: #f87171;--warn-soft: rgba(248, 113, 113, .12);--amber: #fbbf24;--amber-soft: rgba(251, 191, 36, .12);--ok: #34d399;--ok-soft: rgba(52, 211, 153, .12);--info: #facc15;--info-soft: rgba(250, 204, 21, .12);--input-bg: rgba(0, 0, 0, .25);--dialog-bg: #16161e;--dialog-pre-bg: rgba(22, 22, 30, .65);--dialog-pre-border: rgba(157, 157, 171, .22);--radar-grid: rgba(157, 157, 171, .25);--radar-axis: rgba(157, 157, 171, .25);--radar-label: #c4c4d0;--radar-data-fill: color-mix(in srgb, var(--primary) 16%, transparent);--radar-data-stroke: var(--primary);--radar-dot-stroke: #ededf0;--section-pad: 14px;--radius: 14px;--shadow: 0 16px 28px rgba(0, 0, 0, .5);color:var(--ink);background:radial-gradient(1000px 420px at 82% -30%,color-mix(in srgb,var(--primary) 14%,transparent) 0%,transparent 62%),linear-gradient(180deg,#101014d9,#1a1a22e6);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:1.4rem}.quiz-section,.quiz-section *{box-sizing:border-box}:root[data-theme=light] .quiz-section{--bg: #f5f5fa;--panel: #ffffff;--panel-soft: #fafaff;--ink: #1c1c28;--muted: #5c5c6e;--line: #d8d8e4;--line-strong: #c8c8d8;--accent: var(--primary);--accent-soft: color-mix(in srgb, var(--primary) 10%, white);--warn: #dc2626;--warn-soft: #fef2f2;--ok: #059669;--ok-soft: #ecfdf5;--amber: #d97706;--amber-soft: #fffbeb;--info: #ca8a04;--info-soft: #fefce8;--input-bg: #ffffff;--dialog-bg: #ffffff;--dialog-pre-bg: #f8f8fb;--dialog-pre-border: #e4e4ec;--radar-grid: #c8c8d8;--radar-axis: #c8c8d8;--radar-label: #3c3c52;--radar-data-fill: color-mix(in srgb, var(--primary) 14%, transparent);--radar-data-stroke: var(--primary);--radar-dot-stroke: #ffffff;--shadow: 0 10px 24px rgba(28, 28, 40, .07);background:radial-gradient(1300px 500px at 85% -30%,color-mix(in srgb,var(--primary) 8%,white) 0%,transparent 60%),linear-gradient(180deg,#fafaff 0%,var(--bg) 100%);border:1px solid #e4e4ec}.quiz-section .wrap{width:100%;max-width:900px;margin:16px auto 32px}.quiz-section .top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.quiz-section .quiz-top-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.quiz-section h1{margin:0 0 8px;font-size:clamp(1.45rem,2.7vw,2rem);line-height:1.2;letter-spacing:-.02em;color:var(--ink);background:none;-webkit-text-fill-color:currentColor}.quiz-section .lead{margin:0;color:var(--muted);max-width:68ch;font-size:.98rem}.quiz-section .ghost-btn,.quiz-section .primary-btn{border:1px solid var(--line);border-radius:10px;padding:11px 15px;font:inherit;font-weight:700;letter-spacing:.01em;background:var(--panel-soft);color:var(--ink);cursor:pointer;transition:all .15s ease;white-space:nowrap}.quiz-section .ghost-btn:hover,.quiz-section .primary-btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px #0f172a59}.quiz-section .primary-btn{border-color:var(--accent);background:var(--accent);color:#fff}.quiz-section .primary-btn[disabled],.quiz-section .ghost-btn[disabled]{cursor:not-allowed;opacity:.45;transform:none;box-shadow:none}.quiz-section .panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.quiz-section .quiz-view{min-height:0}.quiz-section .quiz-view-scroll{overflow:auto;padding-right:6px}.quiz-section .progress-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.quiz-section .progress-row .counter{font-weight:700;font-size:.94rem}.quiz-section .progress-row .hint{color:var(--muted);font-size:.86rem;text-align:right}.quiz-section .progress{width:100%;height:10px;border-radius:999px;background:#94a3b838;overflow:hidden;margin-bottom:20px}.quiz-section .progress>span{display:block;height:100%;width:0%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .22s ease}.quiz-section .question-card{border:1px solid var(--line);border-radius:12px;padding:18px;background:var(--panel-soft)}.quiz-section .question-label{margin:0 0 8px;color:var(--muted);font-size:.86rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.quiz-section .question-text{margin:0;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.34}.quiz-section .scale{display:grid;gap:10px;margin-top:16px;grid-template-columns:repeat(5,minmax(0,1fr))}.quiz-section .scale-btn{border:1px solid var(--line);border-radius:10px;padding:12px 8px 10px;background:var(--panel);text-align:center;cursor:pointer;transition:all .14s ease;min-height:76px}.quiz-section .scale-btn .num{display:block;font-size:.86rem;font-weight:500;color:var(--muted);margin-bottom:3px}.quiz-section .scale-btn .txt{display:block;font-size:.95rem;font-weight:700;color:var(--ink)}.quiz-section .scale-btn:hover{border-color:var(--accent);transform:translateY(-1px)}.quiz-section .scale-btn.active{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px #1d4ed82e}.quiz-section .nav{display:flex;justify-content:flex-start;gap:12px;margin-top:18px}.quiz-section .result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.quiz-section .result-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.quiz-section .result-next-actions,.quiz-section .completion-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.quiz-section .result-header h2{margin:0;font-size:clamp(1.2rem,2.3vw,1.55rem);letter-spacing:-.01em}.quiz-section .result-header p{margin:4px 0 0;color:var(--muted);font-size:.94rem}.quiz-section .result-list{display:grid;gap:12px}.quiz-section .report-cta-card{border:1px solid var(--line);border-radius:12px;padding:var(--section-pad);background:var(--panel-soft);display:grid;gap:10px}.quiz-section .report-cta-card h3{margin:0;font-size:1.03rem}.quiz-section .report-cta-card p{margin:0;color:var(--ink);font-size:.92rem}.quiz-section .report-cta-btn{display:inline-flex;justify-content:center;align-items:center;width:fit-content;text-decoration:none;margin-top:4px}.quiz-section .summary-card{border:1px solid var(--line);border-radius:12px;padding:var(--section-pad);background:var(--panel-soft);margin-bottom:12px;display:grid;gap:10px}.quiz-section .summary-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.quiz-section .summary-head h3{margin:0;font-size:1.02rem}.quiz-section .summary-head p{margin:0;color:var(--muted);font-size:.9rem}.quiz-section .summary-chart{width:100%;height:12px;border-radius:999px;background:#94a3b833;overflow:hidden;display:flex}.quiz-section .summary-segment{height:100%}.quiz-section .summary-grid{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.quiz-section .summary-item{border:1px solid var(--line);border-radius:10px;padding:10px;background:var(--panel)}.quiz-section .summary-item strong{display:block;font-size:.88rem;margin-bottom:1px}.quiz-section .summary-item span{display:block;font-size:.84rem;color:var(--ink)}.quiz-section .summary-item .subtitle{color:var(--muted);margin-bottom:4px}.quiz-section .summary-item.red strong{color:var(--warn)}.quiz-section .summary-item.orange strong{color:var(--amber)}.quiz-section .summary-item.green strong{color:var(--ok)}.quiz-section .summary-item.blue strong{color:var(--info)}.quiz-section .summary-segment.red{background:#ef4444}.quiz-section .summary-segment.orange{background:#f59e0b}.quiz-section .summary-segment.green{background:#10b981}.quiz-section .summary-segment.blue{background:#facc15}.quiz-section .top-insight{border:1px solid var(--line);border-radius:12px;padding:var(--section-pad);background:var(--panel);display:grid;gap:8px}.quiz-section .top-insight h3{margin:0;font-size:1rem}.quiz-section .top-insight p{margin:0;font-size:.92rem;color:var(--ink)}.quiz-section .top-insight .recommendation{border:1px solid rgba(59,130,246,.38);border-radius:10px;background:var(--accent-soft);padding:10px;font-size:.9rem}.quiz-section .result-intro{border:1px solid var(--line);border-radius:12px;padding:var(--section-pad);background:var(--panel);margin-bottom:12px}.quiz-section .result-intro p{margin:0;font-size:.92rem;color:var(--ink)}.quiz-section .strongest-slot{margin-bottom:12px}.quiz-section .result-sections{display:grid;gap:12px}.quiz-section .lead-capture{margin-top:2px}.quiz-section .lead-capture-form{width:100%;background:var(--panel);border-radius:12px;border:1px solid var(--line-strong);padding:var(--section-pad);display:grid;gap:10px;pointer-events:auto}.quiz-section .lead-capture-form h3{margin:0;font-size:1.02rem}.quiz-section .lead-capture-form p{margin:0;color:var(--muted);font-size:.88rem}.quiz-section .lead-step-progress{display:grid;gap:8px}.quiz-section .lead-step-counter{font-size:.86rem;color:var(--muted);font-weight:700}.quiz-section .lead-progress{width:100%;height:8px;border-radius:999px;background:#94a3b838;overflow:hidden}.quiz-section .lead-progress>span{display:block;height:100%;width:0;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .18s ease}.quiz-section .lead-step-list{display:grid;gap:10px}.quiz-section .lead-step{display:grid;gap:8px;min-height:88px;align-content:start}.quiz-section .lead-grid{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.quiz-section .lead-field{display:grid;gap:4px}.quiz-section .lead-field span{font-size:.82rem;color:var(--ink);font-weight:700}.quiz-section .lead-field input,.quiz-section .lead-field select{border:1px solid var(--line);border-radius:8px;font:inherit;font-size:.9rem;padding:9px 10px;background:var(--input-bg);color:var(--ink)}.quiz-section .lead-field input:focus{border-color:var(--accent);outline:2px solid var(--accent-soft);outline-offset:0}.quiz-section .lead-field select:focus{border-color:var(--accent);outline:2px solid var(--accent-soft);outline-offset:0}.quiz-section .consent{display:flex;align-items:flex-start;gap:8px;font-size:.82rem;color:var(--muted)}.quiz-section .consent input{margin-top:2px}.quiz-section .consent-note{font-size:.8rem;color:var(--muted)}.quiz-section .lead-back-btn{display:none}.quiz-section .lead-step-actions{margin-top:2px}.quiz-section .lead-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.quiz-section .lead-submit-status{margin:0;min-height:1.2em;font-size:.82rem;color:var(--muted)}.quiz-section .lead-submit-status.is-pending{color:var(--muted)}.quiz-section .lead-submit-status.is-success{color:var(--ok)}.quiz-section .lead-submit-status.is-error{color:var(--warn)}.quiz-section .debug-submit-btn{border-color:#f59e0b8c;color:#fcd34d}.quiz-section .lead-dialog{border:1px solid var(--line-strong);border-radius:12px;padding:0;width:min(560px,92vw);background:var(--dialog-bg);color:var(--ink)}.quiz-section .lead-dialog::backdrop{background:#0f172a66}.quiz-section .lead-dialog-inner{padding:16px;display:grid;gap:10px}.quiz-section .lead-dialog h3{margin:0;font-size:1.05rem}.quiz-section .lead-dialog pre{margin:0;padding:10px;border-radius:10px;background:var(--dialog-pre-bg);border:1px solid var(--dialog-pre-border);white-space:pre-wrap;font:500 .88rem/1.45 IBM Plex Mono,Menlo,Consolas,monospace}.quiz-section .radar-card{border:1px solid var(--line);border-radius:12px;padding:var(--section-pad);background:var(--panel);display:grid;gap:10px}.quiz-section .radar-card h3{margin:0;font-size:1rem}.quiz-section .radar-card p{margin:0;font-size:.9rem;color:var(--muted)}.quiz-section .radar-chart{width:100%;min-height:260px}.quiz-section .radar-chart svg{display:block;width:100%;height:auto;background:transparent;overflow:hidden}.quiz-section .radar-empty{font-size:.9rem;color:var(--muted)}.quiz-section .pain-card{border:1px solid var(--line);border-radius:12px;padding:var(--section-pad);background:var(--panel);display:grid;gap:10px}.quiz-section .pain-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.quiz-section .pain-title{margin:0;font-size:1.03rem}.quiz-section .badge{background:var(--accent-soft);border:1px solid rgba(59,130,246,.45);color:#bfdbfe;border-radius:999px;font-weight:800;font-size:.82rem;padding:5px 10px;white-space:nowrap}.quiz-section .badge.red{background:var(--warn-soft);border-color:#ef444473;color:#fecaca}.quiz-section .badge.orange{background:var(--amber-soft);border-color:#f59e0b73;color:#fde68a}.quiz-section .badge.green{background:var(--ok-soft);border-color:#10b98173;color:#a7f3d0}.quiz-section .badge.blue{background:var(--info-soft);border-color:#facc1573;color:#fde68a}.quiz-section .pain-card.red{border-color:#ef44446b;background:var(--warn-soft)}.quiz-section .pain-card.orange{border-color:#f59e0b6b;background:var(--amber-soft)}.quiz-section .pain-card.green{border-color:#10b9816b;background:var(--ok-soft)}.quiz-section .pain-card.blue{border-color:#facc156b;background:var(--info-soft)}.quiz-section .pain-desc{margin:0;color:var(--ink);font-size:.93rem}.quiz-section .meta{display:grid;gap:6px}.quiz-section .meta strong{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.quiz-section .meta ul{margin:0;padding-left:18px;color:var(--ink);font-size:.92rem}.quiz-section .meta p{margin:0;color:var(--ink);font-size:.9rem}.quiz-section .quote-list{margin:0;padding-left:18px;color:var(--ink);font-size:.9rem}.quiz-section .health-risk-note{margin-top:10px;border:1px solid rgba(245,158,11,.4);background:#f59e0b1f;border-radius:10px;padding:var(--section-pad);display:grid;gap:8px}.quiz-section .health-risk-note h3{margin:0;font-size:.97rem;color:#fde68a}.quiz-section .health-risk-note p,.quiz-section .health-risk-note ul{margin:0;font-size:.9rem;color:#fde68a}.quiz-section .health-risk-note ul{padding-left:18px}.quiz-section .separator{height:1px;background:var(--line);margin:12px 0}.quiz-section .fine{font-size:.82rem;color:var(--muted);margin-top:12px}.quiz-section .completion-panel{display:grid;gap:12px;align-content:center;min-height:280px}.quiz-section .completion-panel h2{margin:0}.quiz-section .completion-panel p{margin:0;color:var(--ink)}.quiz-section .hidden{display:none}:root[data-theme=light] .quiz-section .ghost-btn,:root[data-theme=light] .quiz-section .scale-btn{background:#fff}:root[data-theme=light] .quiz-section .ghost-btn:hover,:root[data-theme=light] .quiz-section .primary-btn:hover{box-shadow:0 6px 18px #1c1c2812}:root[data-theme=light] .quiz-section .primary-btn{background:var(--accent);border-color:var(--accent);color:#fff}:root[data-theme=light] .quiz-section .report-cta-btn{color:#fff}:root[data-theme=light] .quiz-section .progress{background:#e4e4ec}:root[data-theme=light] .quiz-section .progress>span{background:var(--accent)}:root[data-theme=light] .quiz-section .question-card,:root[data-theme=light] .quiz-section .summary-card{background:#fafaff}:root[data-theme=light] .quiz-section .report-cta-card{background:#fafaff;border-color:#d8d8e4}:root[data-theme=light] .quiz-section .scale-btn .num{color:#7a7a8e}:root[data-theme=light] .quiz-section .scale-btn .txt{color:#1c1c28}:root[data-theme=light] .quiz-section .summary-chart{background:#e4e4ec}:root[data-theme=light] .quiz-section .summary-item span,:root[data-theme=light] .quiz-section .top-insight p,:root[data-theme=light] .quiz-section .result-intro p,:root[data-theme=light] .quiz-section .meta ul,:root[data-theme=light] .quiz-section .meta p,:root[data-theme=light] .quiz-section .quote-list{color:#2e2e42}:root[data-theme=light] .quiz-section .summary-item .subtitle,:root[data-theme=light] .quiz-section .consent-note,:root[data-theme=light] .quiz-section .radar-empty{color:#5c5c6e}:root[data-theme=light] .quiz-section .top-insight .recommendation{border:1px solid #d4d4f0;background:#f5f5ff}:root[data-theme=light] .quiz-section .lead-capture-form{background:#fff;border-color:#c8c8d8}:root[data-theme=light] .quiz-section .lead-progress{background:#e4e4ec}:root[data-theme=light] .quiz-section .lead-progress>span{background:var(--accent)}:root[data-theme=light] .quiz-section .lead-field span{color:#3c3c52}:root[data-theme=light] .quiz-section .lead-submit-status.is-success{color:#166534}:root[data-theme=light] .quiz-section .lead-submit-status.is-error{color:#dc2626}:root[data-theme=light] .quiz-section .debug-submit-btn{border-color:#f59e0b;color:#92400e;background:#fffbeb}:root[data-theme=light] .quiz-section .lead-field input{border-color:#c8c8d8}:root[data-theme=light] .quiz-section .lead-field select{border-color:#c8c8d8}:root[data-theme=light] .quiz-section .lead-field input:focus{border-color:var(--accent);outline:2px solid var(--accent-soft)}:root[data-theme=light] .quiz-section .lead-field select:focus{border-color:var(--accent);outline:2px solid var(--accent-soft)}:root[data-theme=light] .quiz-section .consent,:root[data-theme=light] .quiz-section .radar-card p{color:#3c3c52}:root[data-theme=light] .quiz-section .radar-chart svg{background:#fff}:root[data-theme=light] .quiz-section .lead-dialog{border-color:#c8c8d8}:root[data-theme=light] .quiz-section .pain-card{background:#fff}:root[data-theme=light] .quiz-section .badge{background:color-mix(in srgb,var(--primary) 8%,white);border-color:color-mix(in srgb,var(--primary) 22%,white);color:var(--primary)}:root[data-theme=light] .quiz-section .badge.red{background:#fef2f2;border-color:#fecaca;color:#b91c1c}:root[data-theme=light] .quiz-section .badge.orange{background:#fffbeb;border-color:#fde68a;color:#b45309}:root[data-theme=light] .quiz-section .badge.green{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}:root[data-theme=light] .quiz-section .badge.blue{background:#fefce8;border-color:#fde047;color:#854d0e}:root[data-theme=light] .quiz-section .pain-card.red{border-color:#fecaca;background:#fff5f5}:root[data-theme=light] .quiz-section .pain-card.orange{border-color:#fde68a;background:#fffcf0}:root[data-theme=light] .quiz-section .pain-card.green{border-color:#a7f3d0;background:#f3fff8}:root[data-theme=light] .quiz-section .pain-card.blue{border-color:#fde047;background:#fffef5}:root[data-theme=light] .quiz-section .pain-desc{color:#2e2e42}:root[data-theme=light] .quiz-section .meta strong{color:#3c3c52}:root[data-theme=light] .quiz-section .health-risk-note{border:1px solid #fde68a;background:#fffef5}:root[data-theme=light] .quiz-section .health-risk-note h3{color:#92400e}:root[data-theme=light] .quiz-section .health-risk-note p,:root[data-theme=light] .quiz-section .health-risk-note ul{color:#78350f}body.app-quiz-active .quiz-section .wrap{max-width:min(1120px,100%);margin:0 auto;height:100%;display:grid;grid-template-rows:auto 1fr;gap:12px}body.app-quiz-active .quiz-section #quizPanel,body.app-quiz-active .quiz-section #resultPanel,body.app-quiz-active .quiz-section #completionPanel{min-height:0}body.quiz-lead-mode .quiz-section #resultPanel{height:100%;overflow:auto;border:none;background:transparent;box-shadow:none;padding:0}body.quiz-lead-mode .quiz-section #resultPanel>:not(.lead-capture){display:none}body.quiz-lead-mode .quiz-section .lead-capture{margin-top:0;min-height:100%;display:grid;align-content:start}body.quiz-lead-mode .quiz-section .lead-capture-form{max-width:min(860px,100%);margin:0 auto;padding:18px}body.quiz-lead-mode .quiz-section .lead-back-btn{display:inline-flex}body.quiz-question-mode .quiz-section .top{margin-bottom:12px}body.quiz-question-mode .quiz-section #quizPanel{min-height:0;height:100%;overflow:hidden;display:grid;grid-template-rows:auto auto 1fr auto;gap:0}body.quiz-question-mode .quiz-section .question-card{min-height:0;display:flex;flex-direction:column;justify-content:space-between}body.quiz-question-mode .quiz-section .scale{margin-top:auto}body.quiz-question-mode .quiz-section .scale-btn{min-height:64px}@media(max-width:720px){.quiz-section{background:transparent;border:none;border-radius:0;padding:0}.quiz-section .top{flex-direction:column}.quiz-section .ghost-btn,.quiz-section .primary-btn{white-space:normal}.quiz-section .panel,.quiz-section .summary-card,.quiz-section .result-intro,.quiz-section .top-insight,.quiz-section .lead-capture-form,.quiz-section .radar-card,.quiz-section .report-cta-card,.quiz-section .pain-card{width:100%}.quiz-section .scale{grid-template-columns:1fr}.quiz-section .scale-btn{min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;text-align:left}.quiz-section .scale-btn .num{margin:0}.quiz-section .result-header{flex-direction:column}.quiz-section .result-actions{width:100%;justify-content:flex-start}.quiz-section .result-next-actions,.quiz-section .completion-actions{width:100%}.quiz-section .summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quiz-section .lead-grid{grid-template-columns:1fr}.quiz-section .lead-capture{margin-top:0}.quiz-section .radar-card{padding:10px}.quiz-section .radar-chart{min-height:300px}body.quiz-question-mode .quiz-section,body.app-quiz-active .quiz-section{background:radial-gradient(1000px 420px at 82% -30%,color-mix(in srgb,var(--primary) 14%,transparent) 0%,transparent 62%),linear-gradient(180deg,#101014f0,#1a1a22f7);border:none;border-radius:0;padding:.85rem .85rem 1rem}body.quiz-question-mode .quiz-section .top{gap:10px}body.quiz-question-mode .quiz-section h1{font-size:clamp(1.15rem,5vw,1.45rem)}body.quiz-question-mode .quiz-section .lead{font-size:.86rem}body.quiz-question-mode .quiz-section .scale{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}body.quiz-question-mode .quiz-section .scale-btn{min-height:74px;display:block;text-align:center;padding:8px 4px}body.quiz-question-mode .quiz-section .scale-btn .num{font-size:.79rem;margin-bottom:3px}body.quiz-question-mode .quiz-section .scale-btn .txt{font-size:.7rem;line-height:1.08}body.quiz-lead-mode .quiz-section .lead-capture-form{padding:14px}}:root{--bg-color: #141208;--surface-color: #201e10;--surface-hover: #2e2a18;--text-main: #ededf0;--text-muted: #9d9dab;--headline-start: #ffffff;--headline-end: color-mix(in srgb, var(--primary) 18%, #a0a0b0);--primary: #eab308;--primary-hover: #ca8a04;--primary-glow: rgba(234, 179, 8, .25);--accent: #60a5fa;--accent-glow: rgba(96, 165, 250, .2);--nav-bg: rgba(20, 18, 8, .88);--nav-border: color-mix(in srgb, var(--primary) 14%, rgba(255, 255, 255, .04));--outline-border: color-mix(in srgb, var(--primary) 18%, rgba(255, 255, 255, .1));--outline-hover-bg: color-mix(in srgb, var(--primary) 10%, rgba(255, 255, 255, .03));--card-border: color-mix(in srgb, var(--primary) 14%, rgba(255, 255, 255, .04));--card-hover-border: color-mix(in srgb, var(--primary) 20%, rgba(255, 255, 255, .08));--tag-bg: color-mix(in srgb, var(--primary) 10%, rgba(255, 255, 255, .03));--tag-border: color-mix(in srgb, var(--primary) 14%, rgba(255, 255, 255, .06));--workshop-box-bg: color-mix(in srgb, var(--primary) 6%, rgba(255, 255, 255, .02));--workshop-box-border: color-mix(in srgb, var(--primary) 12%, rgba(255, 255, 255, .06));--form-border: color-mix(in srgb, var(--primary) 10%, rgba(255, 255, 255, .04));--form-input-bg: color-mix(in srgb, var(--primary) 6%, rgba(255, 255, 255, .03));--form-input-border: color-mix(in srgb, var(--primary) 12%, rgba(255, 255, 255, .08));--footer-border: color-mix(in srgb, var(--primary) 12%, rgba(255, 255, 255, .03));--hero-card-bg: rgba(32, 30, 16, .85);--hero-card-border: color-mix(in srgb, var(--primary) 18%, rgba(255, 255, 255, .06));--hero-card-shadow: 0 24px 50px color-mix(in srgb, var(--primary) 12%, rgba(0, 0, 0, .5));--danger: #ef4444;--warning: #f59e0b;--font-sans: "Inter", sans-serif;--font-heading: "Outfit", sans-serif;--transition: all .3s cubic-bezier(.25, .8, .25, 1)}:root[data-theme=light]{--bg-color: #fefce8;--surface-color: #ffffff;--surface-hover: #fdf9d8;--text-main: #1c1c28;--text-muted: #5c5c6e;--headline-start: #1c1c28;--headline-end: color-mix(in srgb, var(--primary) 14%, #3c3c52);--nav-bg: rgba(254, 252, 232, .9);--nav-border: color-mix(in srgb, var(--primary) 10%, rgba(28, 28, 40, .06));--outline-border: color-mix(in srgb, var(--primary) 14%, rgba(28, 28, 40, .14));--outline-hover-bg: color-mix(in srgb, var(--primary) 8%, rgba(28, 28, 40, .02));--card-border: color-mix(in srgb, var(--primary) 10%, rgba(28, 28, 40, .05));--card-hover-border: color-mix(in srgb, var(--primary) 16%, rgba(28, 28, 40, .1));--tag-bg: color-mix(in srgb, var(--primary) 8%, rgba(28, 28, 40, .02));--tag-border: color-mix(in srgb, var(--primary) 14%, rgba(28, 28, 40, .08));--workshop-box-bg: color-mix(in srgb, var(--primary) 5%, rgba(28, 28, 40, .01));--workshop-box-border: color-mix(in srgb, var(--primary) 10%, rgba(28, 28, 40, .08));--form-border: color-mix(in srgb, var(--primary) 8%, rgba(28, 28, 40, .06));--form-input-bg: color-mix(in srgb, var(--primary) 4%, rgba(28, 28, 40, .01));--form-input-border: color-mix(in srgb, var(--primary) 10%, rgba(28, 28, 40, .1));--footer-border: color-mix(in srgb, var(--primary) 8%, rgba(28, 28, 40, .06));--hero-card-bg: rgba(255, 255, 255, .92);--hero-card-border: color-mix(in srgb, var(--primary) 16%, rgba(28, 28, 40, .05));--hero-card-shadow: 0 24px 50px color-mix(in srgb, var(--primary) 8%, rgba(28, 28, 40, .1));--primary-hover: #a16207}:root[data-palette=ocean]{--primary: #3b82f6;--primary-hover: #2563eb;--primary-glow: rgba(59, 130, 246, .25);--accent: #22d3ee;--accent-glow: rgba(34, 211, 238, .2);--bg-color: #101014;--surface-color: #1a1a22;--surface-hover: #242430;--nav-bg: rgba(16, 16, 20, .85);--hero-card-bg: rgba(26, 26, 34, .85)}:root[data-palette=ocean][data-theme=light]{--primary-hover: #1d4ed8;--bg-color: #f8f8fb;--surface-color: #ffffff;--surface-hover: #f0f0f6;--nav-bg: rgba(248, 248, 251, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=emerald]{--primary: #10b981;--primary-hover: #059669;--primary-glow: rgba(16, 185, 129, .25);--accent: #38bdf8;--accent-glow: rgba(56, 189, 248, .2);--bg-color: #0c1210;--surface-color: #14201c;--surface-hover: #1c2e28;--nav-bg: rgba(12, 18, 16, .88);--hero-card-bg: rgba(20, 32, 28, .85)}:root[data-palette=emerald][data-theme=light]{--primary-hover: #047857;--bg-color: #f5fbf8;--surface-color: #ffffff;--surface-hover: #edf8f3;--nav-bg: rgba(245, 251, 248, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=rose]{--primary: #f43f5e;--primary-hover: #e11d48;--primary-glow: rgba(244, 63, 94, .25);--accent: #fb923c;--accent-glow: rgba(251, 146, 60, .2);--bg-color: #140c0e;--surface-color: #201418;--surface-hover: #2e1c22;--nav-bg: rgba(20, 12, 14, .88);--hero-card-bg: rgba(32, 20, 24, .85)}:root[data-palette=rose][data-theme=light]{--primary-hover: #be123c;--bg-color: #fdf5f6;--surface-color: #ffffff;--surface-hover: #fceef0;--nav-bg: rgba(253, 245, 246, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=amber]{--primary: #f59e0b;--primary-hover: #d97706;--primary-glow: rgba(245, 158, 11, .25);--accent: #a78bfa;--accent-glow: rgba(167, 139, 250, .2);--bg-color: #14120c;--surface-color: #201e14;--surface-hover: #2e2a1c;--nav-bg: rgba(20, 18, 12, .88);--hero-card-bg: rgba(32, 30, 20, .85)}:root[data-palette=amber][data-theme=light]{--primary-hover: #b45309;--bg-color: #fdfaf2;--surface-color: #ffffff;--surface-hover: #faf5e8;--nav-bg: rgba(253, 250, 242, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=violet]{--primary: #8b5cf6;--primary-hover: #7c3aed;--primary-glow: rgba(139, 92, 246, .25);--accent: #34d399;--accent-glow: rgba(52, 211, 153, .2);--bg-color: #100e14;--surface-color: #1a1820;--surface-hover: #24222e;--nav-bg: rgba(16, 14, 20, .88);--hero-card-bg: rgba(26, 24, 32, .85)}:root[data-palette=violet][data-theme=light]{--primary-hover: #6d28d9;--bg-color: #f9f7fd;--surface-color: #ffffff;--surface-hover: #f3f0fc;--nav-bg: rgba(249, 247, 253, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=cyan]{--primary: #06b6d4;--primary-hover: #0891b2;--primary-glow: rgba(6, 182, 212, .25);--accent: #f472b6;--accent-glow: rgba(244, 114, 182, .2);--bg-color: #0c1214;--surface-color: #141e22;--surface-hover: #1c2c30;--nav-bg: rgba(12, 18, 20, .88);--hero-card-bg: rgba(20, 30, 34, .85)}:root[data-palette=cyan][data-theme=light]{--primary-hover: #0e7490;--bg-color: #f3fbfd;--surface-color: #ffffff;--surface-hover: #ecf8fb;--nav-bg: rgba(243, 251, 253, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=crimson]{--primary: #dc2626;--primary-hover: #b91c1c;--primary-glow: rgba(220, 38, 38, .25);--accent: #fbbf24;--accent-glow: rgba(251, 191, 36, .2);--bg-color: #140c0c;--surface-color: #201414;--surface-hover: #2e1c1c;--nav-bg: rgba(20, 12, 12, .88);--hero-card-bg: rgba(32, 20, 20, .85)}:root[data-palette=crimson][data-theme=light]{--primary-hover: #991b1b;--bg-color: #fdf5f5;--surface-color: #ffffff;--surface-hover: #fcecea;--nav-bg: rgba(253, 245, 245, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=slate]{--primary: #64748b;--primary-hover: #475569;--primary-glow: rgba(100, 116, 139, .25);--accent: #a78bfa;--accent-glow: rgba(167, 139, 250, .2);--bg-color: #101214;--surface-color: #1a1c20;--surface-hover: #24262c;--nav-bg: rgba(16, 18, 20, .88);--hero-card-bg: rgba(26, 28, 32, .85)}:root[data-palette=slate][data-theme=light]{--primary-hover: #334155;--bg-color: #f7f8fa;--surface-color: #ffffff;--surface-hover: #f0f2f5;--nav-bg: rgba(247, 248, 250, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=sunset]{--primary: #f97316;--primary-hover: #ea580c;--primary-glow: rgba(249, 115, 22, .25);--accent: #e879f9;--accent-glow: rgba(232, 121, 249, .2);--bg-color: #14100c;--surface-color: #201a14;--surface-hover: #2e241c;--nav-bg: rgba(20, 16, 12, .88);--hero-card-bg: rgba(32, 26, 20, .85)}:root[data-palette=sunset][data-theme=light]{--primary-hover: #c2410c;--bg-color: #fef8f3;--surface-color: #ffffff;--surface-hover: #fdf1e8;--nav-bg: rgba(254, 248, 243, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=indigo]{--primary: #6366f1;--primary-hover: #4f46e5;--primary-glow: rgba(99, 102, 241, .25);--accent: #22d3ee;--accent-glow: rgba(34, 211, 238, .2);--bg-color: #0e0e16;--surface-color: #181820;--surface-hover: #22222e;--nav-bg: rgba(14, 14, 22, .88);--hero-card-bg: rgba(24, 24, 32, .85)}:root[data-palette=indigo][data-theme=light]{--primary-hover: #4338ca;--bg-color: #f7f7fe;--surface-color: #ffffff;--surface-hover: #eff0fc;--nav-bg: rgba(247, 247, 254, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=mint]{--primary: #2dd4bf;--primary-hover: #14b8a6;--primary-glow: rgba(45, 212, 191, .25);--accent: #818cf8;--accent-glow: rgba(129, 140, 248, .2);--bg-color: #0c1412;--surface-color: #14201e;--surface-hover: #1c2e2a;--nav-bg: rgba(12, 20, 18, .88);--hero-card-bg: rgba(20, 32, 30, .85)}:root[data-palette=mint][data-theme=light]{--primary-hover: #0d9488;--bg-color: #f3fdfb;--surface-color: #ffffff;--surface-hover: #ecfaf6;--nav-bg: rgba(243, 253, 251, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=magenta]{--primary: #d946ef;--primary-hover: #c026d3;--primary-glow: rgba(217, 70, 239, .25);--accent: #4ade80;--accent-glow: rgba(74, 222, 128, .2);--bg-color: #140e14;--surface-color: #201820;--surface-hover: #2e222e;--nav-bg: rgba(20, 14, 20, .88);--hero-card-bg: rgba(32, 24, 32, .85)}:root[data-palette=magenta][data-theme=light]{--primary-hover: #a21caf;--bg-color: #fef5fe;--surface-color: #ffffff;--surface-hover: #fcedf8;--nav-bg: rgba(254, 245, 254, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=gold]{--primary: #eab308;--primary-hover: #ca8a04;--primary-glow: rgba(234, 179, 8, .25);--accent: #60a5fa;--accent-glow: rgba(96, 165, 250, .2);--bg-color: #141208;--surface-color: #201e10;--surface-hover: #2e2a18;--nav-bg: rgba(20, 18, 8, .88);--hero-card-bg: rgba(32, 30, 16, .85)}:root[data-palette=gold][data-theme=light]{--primary-hover: #a16207;--bg-color: #fefce8;--surface-color: #ffffff;--surface-hover: #fdf9d8;--nav-bg: rgba(254, 252, 232, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=coral]{--primary: #fb7185;--primary-hover: #f43f5e;--primary-glow: rgba(251, 113, 133, .25);--accent: #67e8f9;--accent-glow: rgba(103, 232, 249, .2);--bg-color: #14100e;--surface-color: #201a18;--surface-hover: #2e2422;--nav-bg: rgba(20, 16, 14, .88);--hero-card-bg: rgba(32, 26, 24, .85)}:root[data-palette=coral][data-theme=light]{--primary-hover: #e11d48;--bg-color: #fef5f6;--surface-color: #ffffff;--surface-hover: #fff0f2;--nav-bg: rgba(254, 245, 246, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=forest]{--primary: #22c55e;--primary-hover: #16a34a;--primary-glow: rgba(34, 197, 94, .25);--accent: #facc15;--accent-glow: rgba(250, 204, 21, .2);--bg-color: #0a120c;--surface-color: #121e14;--surface-hover: #1a2c1e;--nav-bg: rgba(10, 18, 12, .88);--hero-card-bg: rgba(18, 30, 20, .85)}:root[data-palette=forest][data-theme=light]{--primary-hover: #15803d;--bg-color: #f2fdf5;--surface-color: #ffffff;--surface-hover: #e8faee;--nav-bg: rgba(242, 253, 245, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=sky]{--primary: #0ea5e9;--primary-hover: #0284c7;--primary-glow: rgba(14, 165, 233, .25);--accent: #f472b6;--accent-glow: rgba(244, 114, 182, .2);--bg-color: #0c1016;--surface-color: #141a22;--surface-hover: #1c242e;--nav-bg: rgba(12, 16, 22, .88);--hero-card-bg: rgba(20, 26, 34, .85)}:root[data-palette=sky][data-theme=light]{--primary-hover: #0369a1;--bg-color: #f0f9ff;--surface-color: #ffffff;--surface-hover: #e6f4fe;--nav-bg: rgba(240, 249, 255, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=lavender]{--primary: #a78bfa;--primary-hover: #8b5cf6;--primary-glow: rgba(167, 139, 250, .25);--accent: #fb923c;--accent-glow: rgba(251, 146, 60, .2);--bg-color: #110e16;--surface-color: #1c1822;--surface-hover: #28222e;--nav-bg: rgba(17, 14, 22, .88);--hero-card-bg: rgba(28, 24, 34, .85)}:root[data-palette=lavender][data-theme=light]{--primary-hover: #7c3aed;--bg-color: #faf8ff;--surface-color: #ffffff;--surface-hover: #f5f0ff;--nav-bg: rgba(250, 248, 255, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=lime]{--primary: #84cc16;--primary-hover: #65a30d;--primary-glow: rgba(132, 204, 22, .25);--accent: #e879f9;--accent-glow: rgba(232, 121, 249, .2);--bg-color: #10140c;--surface-color: #1a2014;--surface-hover: #242e1c;--nav-bg: rgba(16, 20, 12, .88);--hero-card-bg: rgba(26, 32, 20, .85)}:root[data-palette=lime][data-theme=light]{--primary-hover: #4d7c0f;--bg-color: #f8fdf2;--surface-color: #ffffff;--surface-hover: #f0fae4;--nav-bg: rgba(248, 253, 242, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=blush]{--primary: #ec4899;--primary-hover: #db2777;--primary-glow: rgba(236, 72, 153, .25);--accent: #34d399;--accent-glow: rgba(52, 211, 153, .2);--bg-color: #140c10;--surface-color: #20141a;--surface-hover: #2e1c24;--nav-bg: rgba(20, 12, 16, .88);--hero-card-bg: rgba(32, 20, 26, .85)}:root[data-palette=blush][data-theme=light]{--primary-hover: #be185d;--bg-color: #fef5f9;--surface-color: #ffffff;--surface-hover: #fcecf2;--nav-bg: rgba(254, 245, 249, .9);--hero-card-bg: rgba(255, 255, 255, .92)}:root[data-palette=midnight]{--primary: #818cf8;--primary-hover: #6366f1;--primary-glow: rgba(129, 140, 248, .25);--accent: #fcd34d;--accent-glow: rgba(252, 211, 77, .2);--bg-color: #0a0a14;--surface-color: #12121e;--surface-hover: #1a1a2a;--nav-bg: rgba(10, 10, 20, .88);--hero-card-bg: rgba(18, 18, 30, .85);--text-muted: #8888aa}:root[data-palette=midnight][data-theme=light]{--primary-hover: #4f46e5;--bg-color: #f5f5fd;--surface-color: #ffffff;--surface-hover: #ededfa;--nav-bg: rgba(245, 245, 253, .9);--hero-card-bg: rgba(255, 255, 255, .92);--text-muted: #5c5c6e}:root[data-palette=sand]{--primary: #d4a574;--primary-hover: #c08a54;--primary-glow: rgba(212, 165, 116, .25);--accent: #7dd3fc;--accent-glow: rgba(125, 211, 252, .2);--bg-color: #14120e;--surface-color: #201e18;--surface-hover: #2c2a22;--nav-bg: rgba(20, 18, 14, .88);--hero-card-bg: rgba(32, 30, 24, .85);--text-muted: #a8a090}:root[data-palette=sand][data-theme=light]{--primary-hover: #a67040;--bg-color: #fdf9f4;--surface-color: #ffffff;--surface-hover: #f8f3ea;--nav-bg: rgba(253, 249, 244, .9);--hero-card-bg: rgba(255, 255, 255, .92);--text-muted: #6b6358}html{scroll-behavior:smooth;font-size:16px}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background-color .35s ease,color .35s ease}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4.5rem);background:linear-gradient(135deg,var(--headline-start) 0%,var(--headline-end) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.03em}h2{font-size:clamp(2rem,3vw,3rem);margin-bottom:2rem}h3{font-size:1.5rem;color:var(--text-main)}p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 5%}.section{padding:8rem 0;position:relative;scroll-margin-top:24px}nav{position:relative;width:100%;background:var(--nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--nav-border)}.nav-content{display:flex;justify-content:space-between;align-items:center;height:92px}.logo{display:inline-flex;flex-direction:column;gap:.14rem;text-decoration:none;color:var(--text-main);line-height:1}.logo-name{font-family:var(--font-heading);font-size:1.48rem;font-weight:700;letter-spacing:-.02em}.logo-subtitle{font-family:var(--font-sans);font-size:.66rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted)}.nav-links{display:flex;gap:2rem}.nav-controls{display:flex;align-items:center;gap:1rem;margin-right:3.5rem}.nav-cta{padding:.58rem 1.45rem}.nav-profile-link{color:var(--text-muted);text-decoration:none;font-weight:600;font-size:.95rem;transition:var(--transition)}.nav-profile-link:hover{color:var(--text-main)}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:500;transition:var(--transition)}.nav-links a:hover{color:var(--text-main)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:var(--transition);cursor:pointer;border:none;font-family:var(--font-sans);font-size:1rem}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 20px var(--primary-glow)}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px var(--primary-glow)}.btn-outline{background:transparent;color:var(--text-main);border:1px solid var(--outline-border)}.btn-outline:hover{border-color:var(--text-main);background:var(--outline-hover-bg)}.theme-toggle{border:1px solid var(--outline-border);background:var(--nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-main);border-radius:999px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);position:relative;box-shadow:0 10px 26px #02061738}.theme-toggle-global{position:fixed;top:1rem;right:1rem;z-index:2200}.theme-icon{position:absolute;line-height:1;transition:opacity .24s ease,transform .24s ease}[data-theme=dark] .theme-icon-sun,:root:not([data-theme]) .theme-icon-sun{opacity:1;transform:scale(1)}[data-theme=dark] .theme-icon-moon,:root:not([data-theme]) .theme-icon-moon{opacity:0;transform:scale(.74)}[data-theme=light] .theme-icon-sun{opacity:0;transform:scale(.74)}[data-theme=light] .theme-icon-moon{opacity:1;transform:scale(1)}.theme-toggle:hover{border-color:var(--primary);color:var(--primary);background:var(--outline-hover-bg)}.palette-dropdown-wrapper{position:fixed;top:1rem;right:4rem;z-index:2200;font-family:var(--font-sans)}.palette-toggle{border:1px solid var(--outline-border);background:var(--nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-main);border-radius:999px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:var(--transition);box-shadow:0 10px 26px #02061738;white-space:nowrap;gap:6px}.palette-toggle:hover{border-color:var(--primary);color:var(--primary);background:var(--outline-hover-bg)}.palette-toggle .palette-dot{width:12px;height:12px;border-radius:50%;background:var(--primary);flex-shrink:0;transition:background .3s ease}.palette-toggle .palette-chevron{transition:transform .2s ease;opacity:.6}.palette-dropdown-wrapper.open .palette-toggle .palette-chevron{transform:rotate(180deg)}.palette-toggle .palette-label{line-height:1}.palette-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;max-height:420px;overflow-y:auto;background:var(--surface-color);border:1px solid var(--outline-border);border-radius:16px;padding:6px;box-shadow:0 20px 50px #00000059;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.96);transition:opacity .2s ease,transform .2s ease,visibility .2s}.palette-dropdown-wrapper.open .palette-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.palette-menu::-webkit-scrollbar{width:6px}.palette-menu::-webkit-scrollbar-track{background:transparent}.palette-menu::-webkit-scrollbar-thumb{background:var(--outline-border);border-radius:3px}.palette-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;cursor:pointer;transition:background .15s ease;border:none;background:none;width:100%;font-family:var(--font-sans);font-size:.82rem;font-weight:600;color:var(--text-muted);text-align:left}.palette-item:hover{background:var(--surface-hover);color:var(--text-main)}.palette-item.active{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary)}.palette-item-dots{display:flex;gap:3px;flex-shrink:0}.palette-item-dot{width:14px;height:14px;border-radius:50%;border:1.5px solid rgba(255,255,255,.08)}[data-theme=light] .palette-item-dot{border-color:#0000000f}.palette-item-name{flex:1;white-space:nowrap}.palette-backdrop{display:none;position:fixed;inset:0;z-index:2199}.palette-dropdown-wrapper.open~.palette-backdrop,.palette-backdrop.active{display:block}.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;padding-top:2rem;position:relative;overflow:hidden}.hero-glow{position:absolute;top:-10%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1;max-width:800px}.hero-title-carousel{position:relative;display:flex;align-items:center;margin-bottom:.35rem;background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:var(--text-main);overflow:hidden}.hero-title-dynamic{display:block;width:100%;color:var(--text-main);will-change:transform,opacity,filter;transition:opacity .45s ease,transform .45s ease,filter .45s ease}.hero-title-dynamic.is-leaving{opacity:0;transform:translateY(-14px) scale(.99);filter:blur(2px)}.hero-title-dynamic.is-entering{opacity:0;transform:translateY(14px) scale(1.01);filter:blur(2px)}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.hero-layout-funnel{grid-template-columns:1fr;gap:1.7rem;align-items:start}.hero-content-funnel{max-width:none}.hero-content-funnel .hero-subtitle{margin:0 0 .45rem;line-height:1.1}.hero-content-funnel h1{margin-top:0}.hero-claim-full{max-width:none}.hero-funnel-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:1rem;align-items:start}.hero-proof{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.hero-proof-item{padding:.38rem .75rem;border-radius:999px;font-size:.82rem;font-weight:700;color:var(--text-main);background:var(--tag-bg);border:1px solid var(--tag-border)}.hero-quiz-card{background:var(--hero-card-bg);border:1px solid var(--hero-card-border);border-radius:22px;padding:1.5rem;box-shadow:var(--hero-card-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-quiz-card .btn{max-width:100%}.hero-preview-clickable{cursor:pointer;transition:var(--transition)}.hero-preview-clickable *{pointer-events:none}.hero-preview-clickable:hover{border-color:var(--card-hover-border);transform:translateY(-2px)}.hero-preview-clickable:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.hero-quiz-screen{margin:.2rem 0 .85rem}.hero-quiz-mix{position:relative;height:322px;margin:.2rem 0 .85rem;border-radius:14px;overflow:hidden;border:1px solid var(--card-border);background:linear-gradient(155deg,#1a1a22ad,#1a1a2247)}.hero-quiz-mix:after{content:"";position:absolute;top:0;bottom:0;width:34%;left:58%;pointer-events:none;background:linear-gradient(to right,transparent 0%,rgba(16,16,20,.68) 50%,transparent 100%);animation:heroMixFadeShift 9s ease-in-out infinite}:root[data-theme=light] .hero-quiz-mix:after{background:linear-gradient(to right,transparent 0%,rgba(248,248,251,.82) 50%,transparent 100%)}.hero-quiz-mix-pane{position:absolute;inset:0}.hero-quiz-mix-left{clip-path:inset(0 30% 0 0);-webkit-mask-image:linear-gradient(to right,#000 0%,#000 74%,transparent 100%);mask-image:linear-gradient(to right,#000 0%,#000 74%,transparent 100%);animation:heroMixLeftReveal 9s ease-in-out infinite}.hero-quiz-mix-right{clip-path:inset(0 0 0 70%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 26%,#000 100%);mask-image:linear-gradient(to right,transparent 0%,#000 26%,#000 100%);animation:heroMixRightReveal 9s ease-in-out infinite}.hero-quiz-mix-left .hero-quiz-screen{margin:0;height:100%;width:114%;transform:translate(-2%)}.hero-quiz-screen.quiz-section{padding:0;border:none;background:none;box-shadow:none}:root[data-theme=light] .hero-quiz-screen.quiz-section{border:none;background:none}.hero-quiz-screen .panel{background:var(--surface-color);border-color:var(--card-border);border-radius:14px;box-shadow:none;padding:.85rem}.hero-quiz-screen .progress{margin-bottom:.8rem}.hero-quiz-screen .question-card{padding:.9rem}.hero-quiz-screen .question-text{font-size:1rem;line-height:1.35}.hero-quiz-screen .scale{margin-top:.75rem;gap:.38rem}.hero-quiz-screen .scale-btn{min-height:0;padding:.42rem .28rem .4rem}.hero-quiz-screen .scale-btn .num{font-size:.72rem}.hero-quiz-screen .scale-btn .txt{font-size:.78rem}.hero-radar-preview{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;background:var(--surface-color);border-left:1px solid var(--card-border);padding:.9rem 1rem;width:118%;transform:translate(2%)}.hero-radar-title{margin:0 0 .12rem;font-size:.78rem;font-weight:700;color:var(--text-main);letter-spacing:.03em;text-transform:uppercase;text-align:center}.hero-radar-scale{width:100%;display:flex;justify-content:center;align-items:center;transform:translate(8%) scale(.52);transform-origin:center}.hero-radar-svg{width:740px;max-width:none;height:auto;overflow:visible}.hero-radar-grid{fill:none;stroke:#94a3b857;stroke-width:1}.hero-radar-zones{fill:url(#heroRadarZonesFillPreview)}.hero-radar-axis{stroke:#94a3b866;stroke-width:1}.hero-radar-shape{fill:var(--primary-glow);stroke:var(--primary);stroke-width:2}.hero-radar-dot{stroke:var(--radar-dot-stroke, #f8fafc);stroke-width:1.15}.hero-radar-dot.red{fill:#ef4444}.hero-radar-dot.orange{fill:#f59e0b}.hero-radar-dot.blue{fill:#facc15}.hero-radar-dot.green{fill:#10b981}.hero-radar-label-title{fill:#c4c4d0;font-size:11px;font-weight:600;text-anchor:middle}.hero-radar-label-meta{font-size:9.5px;font-weight:700;text-anchor:middle}.hero-radar-label-meta.red{fill:#ef4444}.hero-radar-label-meta.orange{fill:#f59e0b}.hero-radar-label-meta.blue{fill:#facc15}.hero-radar-label-meta.green{fill:#10b981}:root[data-theme=light] .hero-radar-label-title{fill:#3c3c52}:root[data-theme=light] .hero-radar-label-meta.blue{fill:#b45309}@keyframes heroMixLeftReveal{0%,to{clip-path:inset(0 24% 0 0)}50%{clip-path:inset(0 36% 0 0)}}@keyframes heroMixRightReveal{0%,to{clip-path:inset(0 0 0 76%)}50%{clip-path:inset(0 0 0 64%)}}@keyframes heroMixFadeShift{0%,to{left:58%}50%{left:46%}}.hero-quiz-preview-hint{margin:.2rem 0 1rem;font-size:.92rem}.hero-quiz-kicker{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--accent);margin:0 0 .7rem}.hero-quiz-instruction{margin:0 0 .45rem;font-size:.82rem;font-weight:700;color:var(--text-muted)}.hero-quiz-card h3{margin:0 0 1.15rem;font-size:clamp(1.15rem,2.2vw,1.4rem)}.hero-quiz-progress{width:100%;height:12px;border-radius:999px;overflow:hidden;background:#94a3b838;margin-bottom:1rem}.hero-quiz-progress span{display:block;width:12%;height:100%;background:linear-gradient(90deg,#2563eb,#1d4ed8);animation:heroPreviewProgress 2.8s ease-in-out infinite}.hero-quiz-scale{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem}.hero-quiz-scale-btn{text-align:center;font-size:.88rem;font-weight:700;padding:.5rem 0;border-radius:10px;color:var(--text-main);border:1px solid var(--tag-border);background:var(--tag-bg);cursor:pointer;transition:var(--transition)}.hero-quiz-scale-btn:nth-child(3){animation:heroQuizInvite 2.2s ease-in-out infinite}.hero-quiz-scale-btn:hover{border-color:var(--primary);transform:translateY(-1px)}.hero-quiz-scale-btn:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.hero-quiz-caption{margin:.95rem 0 1.25rem;font-size:.9rem}.hero-quiz-cta{width:100%;box-sizing:border-box;padding-left:1.1rem;padding-right:1.1rem}@keyframes heroPreviewProgress{0%{width:12%}50%{width:78%}to{width:12%}}@keyframes heroQuizInvite{0%,to{transform:translateY(0) scale(1)}45%{transform:translateY(-2px) scale(1.02)}}.hero-subtitle{color:var(--accent);font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;display:inline-block}.hero .buttons{display:flex;gap:1.5rem;margin-top:3rem}.proof-bar{margin:.75rem 0 0;font-size:.98rem;font-weight:600;color:var(--text-main)}.about-image-proof{margin-top:.7rem;font-size:.9rem}.hero-rating-hint{margin:.4rem 0 0;font-size:.92rem}.hero-promise-card h3{margin-bottom:.5rem}.hero-portrait{width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center 18%;border-radius:16px;margin-bottom:.9rem;border:1px solid var(--card-hover-border)}.hero-portrait-note{margin:0 0 .9rem;font-size:.96rem}.hero-promise-list{margin:0 0 1.25rem 1.1rem;padding:0;display:grid;gap:.55rem}.hero-promise-list li{color:var(--text-muted);font-size:.97rem}.landing-section{padding-top:5.25rem;padding-bottom:5.25rem}.landing-section-alt{background:linear-gradient(180deg,#1a1a2266,#1a1a2214)}:root[data-theme=light] .landing-section-alt{background:linear-gradient(180deg,#3b82f60f,#3b82f603)}.landing-block{max-width:980px;background:linear-gradient(160deg,#ffffff0a,#ffffff03);border:1px solid var(--card-border);border-radius:22px;padding:clamp(1.4rem,2.8vw,2.35rem);box-shadow:0 18px 48px #0000004d}:root[data-theme=light] .landing-block{background:linear-gradient(160deg,#fffffffa,#f8f8fbf5);box-shadow:0 18px 38px #1c1c280f}.landing-block p{max-width:780px}.landing-cta{margin-top:.75rem}.landing-tags{margin-bottom:1.25rem}.landing-steps{margin:2rem 0 1.2rem;max-width:760px}.value-process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin:1.2rem 0}.value-process-grid article{background:var(--surface-color);border:1px solid var(--card-border);border-radius:14px;padding:1.2rem}.value-process-grid h3{font-size:1.15rem;margin-bottom:.7rem}.system-check-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.2rem 0 .95rem}.system-step-panel{background:var(--surface-color);border:1px solid var(--card-border);border-radius:14px;padding:1rem;display:grid;justify-items:center;text-align:center;gap:.7rem}.system-step-number{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#fff;background:var(--primary);box-shadow:0 4px 16px var(--primary-glow)}.system-step-icon{width:64px;height:64px;fill:none;stroke:var(--primary);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.system-step-panel p{margin:0;font-size:.94rem;color:var(--text-main)}.system-step-panel h3{margin:0;font-size:1.02rem}.profile-step-card{align-content:start}.profile-step-graphic{width:74px;height:74px}.system-step-note{margin:0 0 .85rem;font-size:.98rem;color:var(--text-muted)}.reason-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.75rem 0}.reason-card{background:var(--surface-color);border:1px solid var(--card-border);border-radius:14px;padding:1.2rem 1.1rem;min-height:220px;transition:opacity .3s ease,transform .3s ease,border-color .3s ease}.reason-card h3{font-size:1.02rem;margin:0 0 .5rem}.reason-card p{font-size:.96rem;margin:0 0 .9rem}.reason-card.is-swapping{opacity:.25;transform:translateY(6px)}.hero-pain-stack{display:grid;gap:.8rem}.hero-pain-card{min-height:0;padding:1rem 1rem .95rem}.hero-pain-card h3{margin-bottom:.42rem;font-size:1.04rem}.hero-pain-card p{margin-bottom:.62rem;font-size:.93rem}.pain-card-cta{display:inline-flex;align-items:center;font-size:.92rem;font-weight:600;color:var(--primary);text-decoration:none;border-bottom:1px solid transparent;transition:var(--transition)}.pain-card-cta:hover{border-bottom-color:var(--primary)}.deliverable-list{margin:1rem 0 1.4rem;padding-left:1.15rem;display:grid;gap:.42rem}.deliverable-list li{color:var(--text-main);font-size:1rem}.process-list{margin:1rem 0 1.4rem;padding-left:1.25rem;display:grid;gap:.48rem}.process-list li{color:var(--text-main);font-size:1rem;font-weight:600}.voice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.5rem 0 1rem}.voice-card{background:var(--surface-color);border:1px solid var(--card-border);border-radius:14px;padding:1.2rem;display:grid;gap:.72rem;align-content:start}.voice-card p{margin:0}.voice-quote{font-size:.99rem;color:var(--text-main)}.voice-stars{display:inline-flex;gap:.12rem;color:#f59e0b;font-size:1rem;line-height:1}.voice-person{display:flex;align-items:center;gap:.65rem}.voice-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:1px solid var(--card-hover-border);flex-shrink:0}.voice-name{font-size:.96rem;font-weight:700;color:var(--text-main)}.voice-company{margin-top:.12rem;font-size:.86rem;color:var(--text-muted)}.voice-author{margin-top:.65rem;font-size:.9rem;color:var(--text-muted)}.social-proof-note{margin:.4rem 0 1.2rem;font-size:.98rem;color:var(--text-muted)}.landing-closing{padding-top:6rem;padding-bottom:6rem}.profile-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.profile-fact-card{background:var(--surface-color);border:1px solid var(--card-border);border-radius:14px;padding:1rem}.profile-fact-card h3{margin:0 0 .45rem;font-size:1rem}.profile-fact-card p{margin:0;font-size:.94rem}.closing-push{font-size:1.12rem;color:var(--text-main);margin:.75rem 0 .95rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background:var(--surface-color);border:1px solid var(--card-border);border-radius:16px;padding:2.5rem;transition:var(--transition);position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.card:hover{transform:translateY(-5px);background:var(--surface-hover);border-color:var(--card-hover-border);box-shadow:0 20px 40px #0006}.card:hover:before{transform:scaleX(1)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}#ueber-mich .about-grid{grid-template-columns:minmax(220px,30%) minmax(0,70%);gap:3rem}#ueber-mich .hero-subtitle{margin-bottom:.45rem}#ueber-mich h2{margin-top:0}.about-image{border-radius:20px;width:100%;max-height:760px;height:100%;object-fit:cover;object-position:center top;box-shadow:0 20px 40px #00000080;border:1px solid var(--card-hover-border)}.tag-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.tag{background:var(--tag-bg);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;color:var(--text-main);border:1px solid var(--tag-border)}.about-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}.profile-hero{min-height:min(92vh,860px)}.profile-support-list{margin:0;padding-left:1.15rem;display:grid;gap:.45rem}.profile-support-list li{color:var(--text-muted);font-size:.97rem}.risk-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ef44441a;color:var(--danger);padding:.25rem .75rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.risk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.risk-card{background:var(--surface-color);padding:1.5rem;border-radius:12px;border-left:4px solid var(--danger)}.risk-card h4{margin-bottom:.5rem}.risk-card p{font-size:.9rem;margin-bottom:0}.workshop-section{background:linear-gradient(to bottom,var(--bg-color),var(--surface-color));text-align:center}.workshop-box{background:var(--workshop-box-bg);border:1px solid var(--workshop-box-border);border-radius:24px;padding:4rem 2rem;max-width:800px;margin:0 auto;position:relative}.quiz-host{display:none;padding:0}body.app-quiz-active{overflow:hidden}body.app-quiz-active nav,body.app-quiz-active .hero,body.app-quiz-active .landing-section,body.app-quiz-active footer{display:none}body.app-quiz-active .quiz-host{display:block}body.app-quiz-active #quiz{position:fixed;inset:0;z-index:1800;margin:0;padding:0;background:var(--bg-color)}body.app-quiz-active #quiz .quiz-host-container{max-width:none;width:100%;height:100%;padding:0}.quiz-experience{position:relative;transform-origin:center top}.quiz-experience.quiz-focus{animation:quizFocusZoom .65s cubic-bezier(.2,.8,.2,1)}@keyframes quizFocusZoom{0%{transform:scale(.965);opacity:.68;filter:saturate(.86)}to{transform:scale(1);opacity:1;filter:saturate(1)}}body.app-quiz-active .quiz-experience{height:100%}body.app-quiz-active .quiz-experience .quiz-section{position:relative;height:100dvh;margin:0;border-radius:0;border:none;box-shadow:none;padding:1rem}body.quiz-question-mode .quiz-experience .quiz-section{box-shadow:0 34px 80px #0206178c;overflow:hidden}.workshop-price{font-size:2.5rem;font-family:var(--font-heading);font-weight:700;color:var(--text-main);margin:2rem 0}.step-list{text-align:left;margin:2rem auto;max-width:500px}.step-item{display:flex;gap:1.5rem;margin-bottom:2rem}.step-number{background:var(--primary);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.contact-section{background:var(--surface-color)}.form-wrapper{max-width:600px;margin:0 auto;background:var(--bg-color);padding:3rem;border-radius:20px;border:1px solid var(--form-border)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-main)}.form-control{width:100%;padding:1rem;background:var(--form-input-bg);border:1px solid var(--form-input-border);border-radius:8px;color:var(--text-main);font-family:var(--font-sans);font-size:1rem;transition:var(--transition);box-sizing:border-box}.form-control:focus{outline:none;border-color:var(--primary);background:#3b82f60d}.checkbox-group{display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}.checkbox-group input{margin-top:.3rem}.checkbox-group label{font-size:.875rem;color:var(--text-muted)}.btn-submit{width:100%;padding:1rem;font-size:1.125rem}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}footer{padding:3rem 0;text-align:center;border-top:1px solid var(--footer-border)}@media(max-width:768px){.about-grid,#ueber-mich .about-grid{grid-template-columns:1fr}.nav-content{height:84px}.logo-name{font-size:1.2rem}.logo-subtitle{font-size:.56rem;letter-spacing:.05em}.hero-layout{grid-template-columns:1fr;gap:1.2rem}.hero-funnel-grid{grid-template-columns:1fr;gap:.85rem}.hero-quiz-mix{height:282px}.hero-quiz-mix-pane{inset:0}.hero-radar-scale{transform:translate(5%) scale(.42)}.hero-content{max-width:none}.hero-quiz-card{padding:1.2rem}.hero-title-carousel{margin-bottom:.2rem}.hero .buttons{flex-direction:column;margin-top:1.5rem}.about-image-proof{text-align:center}.landing-section{padding-top:4rem;padding-bottom:4rem}.landing-block{max-width:none;border-radius:16px;padding:1.2rem}.value-process-grid,.system-check-steps,.reason-grid,.voice-grid,.profile-fact-grid{grid-template-columns:1fr}.reason-card{min-height:0}nav .nav-links{display:none}.nav-controls{gap:.6rem}.nav-cta{padding:.5rem 1.1rem;font-size:.94rem}.nav-profile-link{font-size:.9rem}.about-actions .btn{width:100%}body.app-quiz-active .quiz-experience .quiz-section{padding:.75rem}.theme-toggle-global{top:.72rem;right:.72rem}.palette-dropdown-wrapper{top:.72rem;right:3.8rem}.palette-toggle{height:38px;padding:0 10px;font-size:.7rem}.palette-menu{min-width:200px;max-height:340px}}@media(prefers-reduced-motion:reduce){.hero-quiz-progress span,.hero-quiz-scale-btn:nth-child(3),.quiz-experience.quiz-focus,.hero-quiz-mix:after,.hero-quiz-mix-left,.hero-quiz-mix-right{animation:none}}body.embed-mode{background:transparent!important;margin:0;padding:0}body.embed-mode .quiz-experience{border-radius:0}body.embed-mode #closeQuizTop,body.embed-mode #closeFromCompletion{display:none!important}
