@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";:root{--font-body:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-brand:"Outfit", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-brand-dark:#454d45;--color-brand-light:#e7efe7;--color-brand-green:#8ade00;--color-brand-green-pressed:#73ba00;--color-brand-green-soft:#8ade0024;--color-brand-green-softer:#8ade0014;--color-text:#2d352d;--color-muted:#6d776d;--color-border:#454d451f;--color-border-strong:#454d4533;--color-surface:#ffffffe0;--color-surface-strong:#fffffff5;--color-shadow:#2b332b1a;--color-danger:#a13a2b;--color-warning:#8e6d1e;--color-success-bg:#eef8dc;--color-success-text:#445d0c;font-family:var(--font-body);color:var(--color-text);background:var(--color-brand-light);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.45}*{box-sizing:border-box}html,body,#root{min-height:100svh;margin:0}body{background:var(--color-brand-light);min-width:320px}button,input{font:inherit}a{color:inherit}h1{font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.05;font-family:var(--font-brand);letter-spacing:-.04em;margin:0 0 8px}h2,p{margin:0}h2{font-family:var(--font-brand);letter-spacing:-.03em}.page-shell{flex-direction:column;gap:16px;max-width:560px;min-height:100svh;margin:0 auto;padding:24px 16px 40px;display:flex}.hero-panel,.card,.status-card,.info-banner,.slot-card,.choice-card,.empty-state{border:1px solid var(--color-border);background:var(--color-surface);box-shadow:0 18px 40px var(--color-shadow);border-radius:24px}.hero-panel{background:#ffffffeb;padding:28px 22px}.hero-panel p{max-width:34ch;color:var(--color-muted)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-green);font-size:.8rem;font-weight:700;font-family:var(--font-brand);margin-bottom:8px;display:inline-block}.card{padding:20px 16px}.stack{flex-direction:column;gap:16px;display:flex}.section-header{align-items:flex-start;gap:12px;display:flex}.section-header h2{margin:0 0 4px;font-size:1.2rem}.step-badge{background:var(--color-brand-green-soft);width:32px;height:32px;color:var(--color-brand-dark);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex;box-shadow:inset 0 0 0 1px #8ade003d}.grid-cards{gap:12px;display:grid}.choice-card{text-align:left;color:var(--color-text);flex-direction:column;gap:4px;padding:16px;display:flex}.choice-card.active{background:var(--color-brand-green-soft);border-color:#8ade008c}.choice-card:disabled{opacity:.55;box-shadow:none}.selection-chip,.info-banner,.status-card,.empty-state{padding:16px}.selection-chip span,.detail-list span,.field span,.slot-card p,.muted{color:var(--color-muted)}.field{flex-direction:column;gap:8px;display:flex}.field input{border:1px solid var(--color-border-strong);width:100%;color:var(--color-text);background:#fff;border-radius:14px;padding:14px 16px}.primary-button,.pill-button,.ghost-link,.link-button{appearance:none;font:inherit;text-align:center;cursor:pointer;border:0;border-radius:16px;font-weight:600;text-decoration:none}.primary-button{background:linear-gradient(135deg, var(--color-brand-green), var(--color-brand-dark));color:#fff;padding:14px 18px;box-shadow:0 12px 28px #454d452e}.primary-button:disabled{color:#2d352d80;box-shadow:none;opacity:1;cursor:not-allowed;background:#454d453d}.primary-button:not(:disabled):active{background:linear-gradient(135deg, var(--color-brand-green-pressed), var(--color-brand-dark))}.pill-row{flex-wrap:wrap;gap:8px;display:flex}.pill-button{background:var(--color-brand-green-soft);color:var(--color-brand-dark);padding:10px 14px}.slot-card{flex-direction:column;gap:12px;padding:16px;display:flex}.global-nav{color:var(--color-brand-dark);grid-template-columns:40px 1fr 40px;align-items:center;margin-bottom:4px;display:grid}.ghost-link{color:var(--color-brand-dark)}.global-nav-logo{justify-self:center;line-height:0}.global-nav-logo img{width:168px;height:auto}.nav-icon-button{border:1px solid var(--color-border);background:var(--color-surface-strong);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background-color .16s,border-color .16s,transform .12s;display:inline-flex}.nav-icon-button svg{width:18px;height:18px}.nav-icon-button:hover{background:var(--color-brand-green-soft);border-color:#8ade0057}.nav-icon-button:active{background:#8ade0033;transform:scale(.97)}.nav-icon-button:focus-visible{outline:2px solid var(--color-brand-green);outline-offset:2px}.status-badge{width:fit-content;color:var(--color-brand-dark);background:#454d451a;border-radius:999px;padding:8px 12px}.status-badge.ready{background:var(--color-success-bg);color:var(--color-success-text)}.status-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.status-heading-copy{flex-direction:column;gap:6px;display:flex}.status-heading-copy p{margin:0}.detail-list{gap:12px;display:grid}.detail-list strong{word-break:break-word;color:var(--color-text);display:block}.error-text,.warning-text{margin:0;font-weight:500}.error-text{color:var(--color-danger)}.warning-text{color:var(--color-warning)}.date-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.date-chip{border:1px solid var(--color-border-strong);text-align:center;color:var(--color-text);background:#fff;border-radius:14px;flex-direction:column;gap:2px;padding:10px 8px;display:flex}.date-chip span{color:var(--color-muted);font-size:.8rem}.date-chip.active{background:var(--color-brand-green-soft);border-color:#8ade008c}.duration-list{grid-template-columns:repeat(3,minmax(0,1fr))}.progress-wrap{flex-direction:column;gap:8px;display:flex}.progress-line{align-items:center;gap:10px;display:flex}.progress-track{background:#454d451f;border-radius:999px;flex:1;height:10px;overflow:hidden}.progress-fill{background:linear-gradient(135deg, var(--color-brand-green), var(--color-brand-dark));border-radius:999px;height:100%;transition:width .4s}.progress-percent{text-align:right;min-width:40px}.action-row{gap:10px;display:flex}.action-row .primary-button{flex:1}.share-button{border:1px solid var(--color-border-strong);color:var(--color-text);background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:600;display:inline-flex}.share-button svg{width:18px;height:18px}.loading-inline{align-items:center;gap:8px;display:inline-flex}.loading-spinner{border:2px solid var(--color-border-strong);border-top-color:var(--color-brand-green);border-radius:999px;width:16px;height:16px;animation:.9s linear infinite spin}.loading-spinner.large{border-width:4px;width:44px;height:44px}.player-shell{flex-direction:column;gap:16px;max-width:960px;min-height:100svh;margin:0 auto;padding:20px 16px 28px;display:flex}.player-center{justify-content:center;align-items:center}.player-state-card{text-align:center;align-items:center;gap:10px;width:100%}.player-state-card p{margin:0}.player-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.video-player{background:#1f271f;border-radius:24px;width:100%;min-height:50svh}.full-height{flex-direction:column;justify-content:center;min-height:40svh;display:flex}@media (width<=640px){.date-list{grid-template-columns:repeat(3,minmax(0,1fr))}.player-header{flex-direction:column}}.success-card{background:linear-gradient(135deg,#f7fceff2,#eef8dceb);border:1px solid #8ade0042;border-radius:24px;align-items:flex-start;gap:14px;padding:20px;display:flex;box-shadow:0 8px 24px #454d4514}.success-icon{width:36px;height:36px;color:var(--color-brand-green);flex-shrink:0;justify-content:center;align-items:center;display:flex}.success-icon svg{width:36px;height:36px}.success-card strong{color:var(--color-success-text);margin-bottom:4px;display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
