:root{color:#5b4a54;font-family:Avenir Next,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(255,230,238,.8),transparent 28%),radial-gradient(circle at top right,rgba(227,238,255,.8),transparent 30%),linear-gradient(180deg,#fffaf7,#fff7f1 42%,#fefcf9);line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{margin:0;min-height:100vh;background:transparent;color:#5b4a54}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}img{display:block;max-width:100%}.shell{position:relative;min-height:100vh;overflow:hidden;padding:24px 16px 40px;background-image:linear-gradient(rgba(255,255,255,.32) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px);background-size:100% 34px,34px 100%}.shell__backdrop{position:fixed;border-radius:999px;filter:blur(40px);opacity:.7;pointer-events:none}.shell__backdrop--left{left:-80px;top:80px;height:220px;width:220px;background:#ffcfe4a6}.shell__backdrop--right{right:-100px;top:280px;height:260px;width:260px;background:#b7d8ffa6}.topbar,.content{position:relative;z-index:1;max-width:1160px;margin:0 auto}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:24px}.topbar h1{margin:6px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,4vw,2.9rem);line-height:1.1;letter-spacing:-.02em}.topbar__eyebrow,.hero-chip,.question-card__badge,.stats-card__eyebrow,.summary-card__index{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#fffc;color:#9b7f89;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.topbar__actions,.button-row{display:flex;flex-wrap:wrap;gap:12px}.ghost-button,.action-button{border:none;border-radius:999px;padding:13px 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.ghost-button{background:#ffffffbf;color:#7a6470;box-shadow:0 12px 30px #c3a4b02e}.action-button{background:linear-gradient(135deg,#f7bfd6,#b9d9ff);color:#4b3d45;box-shadow:0 18px 40px #bdc9e747;font-weight:700}.action-button--secondary{background:#ffffffd1}.ghost-button:hover,.action-button:hover{transform:translateY(-1px)}.content{display:grid;gap:24px}.panel{background:linear-gradient(180deg,#ffffffe0,#fffcf9d1);border:1px solid rgba(255,255,255,.7);border-radius:32px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 70px #ceb1be2e;padding:20px}.panel--wide{padding:24px}.panel--access{max-width:560px;margin:0 auto;padding:28px}.panel__hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}.panel__hero--playful{align-items:stretch}.panel__hero h2,.access-hero h2{margin:12px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.15}.panel__hero p,.access-hero p,.submit-panel p{margin:0;color:#806d77}.hero-status{min-width:190px;display:grid;gap:8px;justify-items:end;text-align:right;color:#806d77}.hero-status--game{grid-template-columns:1fr;justify-items:stretch}.score-card{display:grid;gap:4px;padding:14px 16px;border-radius:20px;background:#fffc;text-align:center;box-shadow:0 16px 36px #dcc9d138}.score-card strong{font-size:1.8rem;font-family:Georgia,Times New Roman,serif}.score-card span{font-size:.92rem;color:#8c7781}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#bae8cccc;color:#37704c;font-weight:700}.status-badge--closed{background:#ffd7e0e6;color:#a44763}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px}.spotlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-bottom:22px}.spotlight-card{display:grid;gap:8px;padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff2f7f0,#ffffffe0);box-shadow:0 18px 36px #dcc9d12e}.spotlight-card--soft-blue{background:linear-gradient(180deg,#f1f7fff0,#ffffffe0)}.spotlight-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#ffffffd1;color:#8a6a77}.spotlight-card__label{margin:0;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:#987f88;font-weight:700}.spotlight-card strong,.review-stage__header h3,.access-hero--playful h2{font-family:Georgia,Times New Roman,serif}.spotlight-card span{color:#7b6670;font-size:.92rem}.admin-loading-banner{margin-bottom:18px;padding:12px 16px;border-radius:16px;background:#fff8e4eb;color:#8a6a2e;font-weight:700}.metric-card,.summary-card,.question-card,.stats-card,.submit-panel{background:#ffffffd9;border-radius:24px;padding:18px;box-shadow:0 18px 40px #dcc9d133}.metric-card p,.summary-card p,.metric-card strong,.stats-bar__meta,.closed-banner,.access-note{margin:0}.metric-card strong{font-size:1.6rem;font-family:Georgia,Times New Roman,serif;display:block;margin-top:8px}.stats-list,.questions-list,.summary-list{display:grid;gap:16px}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.summary-list--celebration{margin-top:18px}.stats-card__header,.question-card__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.stats-card__header h3,.question-card__header h2,.summary-card h3,.submit-panel h3{margin:10px 0 0;font-size:1.1rem;font-family:Georgia,Times New Roman,serif}.stats-card__hero{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:center;padding:14px;margin-bottom:16px;border-radius:18px;background:#fffaf7e6}.stats-card__hero-image{width:84px;height:104px;object-fit:cover;border-radius:16px;box-shadow:0 12px 24px #dcc9d133;background:#fff}.stats-card__hero-label{margin:0 0 4px;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#9b7f89;font-weight:700}.stats-card__hero strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;margin-bottom:4px}.stats-card__hero span{color:#7e6872;font-size:.92rem}.question-card__legend{margin:8px 0 0;color:#89757f;font-size:.98rem}.stats-pill{padding:8px 12px;border-radius:999px;background:#ffd8e8b3;font-size:.9rem;font-weight:700;white-space:nowrap}.stats-bar{display:grid;gap:10px;margin-bottom:12px}.stats-bar__meta{display:flex;justify-content:space-between;gap:12px;font-size:.95rem;color:#735d67}.stats-bar__track{height:12px;border-radius:999px;overflow:hidden;background:#eee3e7}.stats-bar__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#f7bfd6,#b9d9ff);transition:width .35s ease}.question-card__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.review-stage{display:grid;gap:18px;padding:22px;border-radius:28px;background:linear-gradient(180deg,#fffcf9f2,#fff5f0e0);box-shadow:0 24px 54px #d5c1c938}.review-stage__header{display:flex;justify-content:space-between;gap:18px;align-items:start}.review-stage__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff3f8f0;color:#8a6472;font-weight:700;white-space:nowrap}.review-card{position:relative;display:grid;gap:0;padding:10px;border-radius:22px;background:#fffdfc;box-shadow:0 16px 34px #dcc9d12e;transform:rotate(-.6deg)}.review-card:nth-child(2n){transform:rotate(.7deg)}.review-card__photo-wrap{background:linear-gradient(180deg,#fff8f4,#fffdfc);padding:6px;border-radius:16px}.review-card__photo{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:12px;background:#fff}.review-card__body{padding:14px 10px 8px}.quiz-stage{display:grid;gap:18px;margin-bottom:18px;padding:22px;border-radius:28px;background:radial-gradient(circle at top left,rgba(255,214,232,.7),transparent 35%),radial-gradient(circle at top right,rgba(193,221,255,.75),transparent 32%),#ffffffbd;box-shadow:0 26px 60px #d5c1c93b}.quiz-stage__top{display:flex;justify-content:space-between;gap:18px;align-items:end}.quiz-stage__top h3,.thank-you-stage h3,.closed-state h3{margin:10px 0 6px;font-size:clamp(1.5rem,3vw,2rem);font-family:Georgia,Times New Roman,serif}.quiz-stage__top p,.thank-you-stage p,.closed-state p{margin:0;color:#806d77}.hero-chip--soft{background:#ffffff9e}.progress-card{min-width:220px;display:grid;gap:8px;padding:14px 16px;border-radius:18px;background:#ffffffc7;box-shadow:0 14px 30px #dcc9d12e}.progress-card span{font-weight:700;color:#725d67}.progress-bar{height:10px;border-radius:999px;overflow:hidden;background:#ede2e6f2}.progress-bar__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#f7bfd6,#b9d9ff);transition:width .25s ease}.game-steps{display:grid;grid-auto-columns:minmax(138px,1fr);grid-auto-flow:column;gap:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;scroll-snap-type:x proximity}.game-step{border:1px solid rgba(221,208,214,.8);background:#ffffffc7;border-radius:18px;padding:12px;text-align:left;display:grid;gap:6px;color:#7c6670;min-height:100%;scroll-snap-align:start;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.game-step:hover{transform:translateY(-1px);box-shadow:0 12px 24px #dcc9d12e}.game-step span{font-size:1rem;font-weight:700;color:#594952}.game-step small{font-size:.83rem;line-height:1.3}.game-step--done{border-color:#9bc9aef2;background:#f0faf4eb}.game-step--current{border-color:#d891b0e0;background:#fff1f7eb;box-shadow:0 14px 34px #d891b02e}.question-stage__footer{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:18px;padding:18px 20px;border-radius:22px;background:#ffffffc7;box-shadow:0 16px 34px #dcc9d12e}.question-stage__hint{display:inline-flex;align-items:center;gap:10px;color:#806d77;font-weight:600}.question-stage__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.thank-you-stage,.closed-state{display:grid;gap:14px;padding:28px;position:relative;border-radius:28px;background:radial-gradient(circle at top left,rgba(255,214,232,.65),transparent 36%),radial-gradient(circle at bottom right,rgba(193,221,255,.7),transparent 38%),#fffc;box-shadow:0 28px 60px #d5c1c93d}.thank-you-stage:before,.thank-you-stage:after{content:"";position:absolute;width:14px;height:14px;border-radius:999px;background:#f7bfd6d9;top:20px;right:24px;box-shadow:-42px 24px #b7d8ffe6,-90px 10px #ffe2a8f2,-16px 56px #ffecf4e6,-120px 48px #cbe9d6f2;animation:float-confetti 4.8s ease-in-out infinite}.thank-you-stage:after{inset:auto auto 26px 26px;width:10px;height:10px;background:#b7d8ffe6;box-shadow:34px -20px #f7bfd6d1,72px -6px #ffe2a8e6,94px 12px #cbe9d6f2;animation-delay:1.3s}.modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:16px;background:#543e466b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.confirm-modal{width:min(100%,520px);display:grid;gap:16px;padding:26px;border-radius:28px;background:#fffcfaf5;box-shadow:0 28px 70px #543e4638}.confirm-modal h3{margin:0;font-size:1.5rem;font-family:Georgia,Times New Roman,serif}.confirm-modal p{margin:0;color:#806d77}.confirm-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;background:#ffe2eaeb;color:#a44763}.confirm-modal__actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.thank-you-stage__badge,.closed-state__icon{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;padding:10px 14px;border-radius:999px;background:#ffffffd1;color:#8b6f7a;font-weight:700}.thank-you-stage__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:6px}.thank-you-stage__stats div{display:grid;gap:4px;padding:14px 16px;border-radius:18px;background:#ffffffd1}.thank-you-stage__stats strong{font-size:1.35rem;font-family:Georgia,Times New Roman,serif}.thank-you-stage__stats span{color:#8b7781;font-size:.92rem}.access-hero--playful p,.access-note--playful{font-size:1rem}.choice-card{position:relative;border:2px solid transparent;border-radius:22px;background:linear-gradient(180deg,#fffdfc,#fff8f4);padding:0;overflow:hidden;display:grid;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 14px 32px #e2d2d82e}.choice-card__pin{position:absolute;top:12px;left:50%;transform:translate(-50%);width:28px;height:10px;border-radius:999px;background:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1}.choice-card:hover{transform:translateY(-2px);border-color:#c4abb566}.choice-card--selected{border-color:#d891b0;box-shadow:0 18px 36px #d69db740;filter:saturate(1.02)}.choice-card__image{aspect-ratio:3 / 4;object-fit:cover;width:100%;background:linear-gradient(180deg,#fff8f3,#fffdfc)}.choice-card__content{padding:14px;display:grid;gap:6px;text-align:left;background:linear-gradient(180deg,#ffffff6b,#ffffffd1)}.choice-card__title{font-weight:700;font-size:1rem;color:#5b4a54}.choice-card__action{color:#9a808a;font-size:.92rem}.choice-card__check{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#ffffffeb;color:#c16f95;box-shadow:0 8px 18px #00000014}.submit-panel{margin-top:20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.access-form{display:grid;gap:12px;margin-top:24px}.access-form label{font-weight:700}.access-form input{border:1px solid rgba(217,197,206,.9);border-radius:18px;padding:15px 16px;background:#ffffffd1;color:#5b4a54}.closed-banner{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:16px;background:#ffe7eceb;color:#9d4a64;font-weight:700;margin-bottom:18px}.panel__empty,.screen--centered{display:grid;place-items:center;min-height:240px;color:#8b7781}.screen--centered{min-height:100vh;background:linear-gradient(180deg,#fff8fb,#fff7f0 42%,#fefcf9)}.access-note{margin-top:18px;padding:14px 16px;border-radius:16px;background:#ffffffb3;color:#8a747d}.access-ornaments{display:inline-flex;gap:10px;margin-top:18px;color:#c295a6}.access-ornaments span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#ffffffb3}.spin{animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float-confetti{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.choice-card:hover,.ghost-button:hover,.action-button:hover,.game-step:hover{transform:none}}@media(max-width:920px){.panel__hero,.submit-panel,.review-stage__header,.quiz-stage__top,.question-stage__footer,.topbar,.stats-card__header,.question-card__header{flex-direction:column}.hero-status{justify-items:start;text-align:left}}@media(max-width:720px){.shell{padding:16px 12px 28px}.panel,.panel--wide,.panel--access{padding:18px;border-radius:26px}.question-card__choices{grid-template-columns:1fr}.topbar__actions,.button-row,.submit-panel,.question-stage__actions,.ghost-button,.action-button,.hero-status,.stats-card__header,.progress-card{width:100%}.quiz-stage,.review-stage,.thank-you-stage,.closed-state{padding:18px}.review-grid,.spotlight-grid{grid-template-columns:1fr}.game-steps{grid-auto-columns:minmax(180px,82vw)}.confirm-modal__actions{width:100%}.stats-bar__meta{flex-direction:column}.topbar h1{max-width:12ch}.summary-card,.review-card,.question-card,.stats-card,.metric-card{padding:16px}}
