:root{color-scheme:light;--bg: #f5f0e9;--bg-soft: #fbf8f3;--surface: rgba(255, 251, 246, .92);--surface-strong: #fffdf9;--surface-muted: #efe7db;--line: rgba(89, 92, 71, .12);--text: #2d3126;--muted: #6e715f;--olive: #51604b;--olive-deep: #334031;--gold: #b99667;--gold-soft: #dcc5a1;--shadow: 0 24px 60px rgba(71, 56, 35, .12);--shadow-soft: 0 16px 34px rgba(71, 56, 35, .08);--radius-lg: 28px;--radius-md: 22px;--radius-sm: 16px;--phone-width: min(100vw, 430px)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(circle at top left,rgba(220,197,161,.3),transparent 32%),radial-gradient(circle at bottom right,rgba(81,96,75,.14),transparent 30%),var(--bg);color:var(--text);font-family:Avenir Next,Nunito Sans,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px 16px;position:relative;overflow:hidden}.ambient{position:absolute;width:280px;height:280px;border-radius:999px;filter:blur(18px);opacity:.55}.ambient-left{left:-90px;top:40px;background:#dcc5a173}.ambient-right{right:-120px;bottom:60px;background:#51604b2e}.phone-frame{width:var(--phone-width);min-height:min(100dvh - 32px,930px);background:linear-gradient(180deg,#ffffffe0,#f9f4ecf5);border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow);border-radius:34px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.phone-notch{width:120px;height:28px;border-radius:0 0 18px 18px;background:#2f3126eb;position:absolute;left:50%;top:0;transform:translate(-50%)}.demo-badge{position:absolute;top:42px;left:20px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:999px;background:#fffcf7cc;border:1px solid rgba(81,96,75,.08);color:var(--muted);font-size:.72rem;letter-spacing:.03em;box-shadow:var(--shadow-soft)}.phone-screen{min-height:min(100dvh - 32px,930px);padding-top:88px}.phone-screen.has-nav{padding-bottom:96px}.screen-motion,.screen-content,.intro-screen{min-height:100%}.screen-content{padding:0 18px 28px}.screen-header{display:grid;gap:16px;margin-bottom:18px}.screen-header__top{display:flex;justify-content:space-between;align-items:center;min-height:36px}.screen-header__spacer{width:36px;height:36px}.screen-header h1,.hero-copy h1,.hero-card h2,.section-card h3,.celebration-modal h2{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;letter-spacing:-.03em}.screen-header h1{margin:0;font-size:2rem;line-height:1.02;font-weight:500}.screen-header p,.hero-copy p,.section-card__header p,.section-card p,.field small,.check-item__body p{margin:0;color:var(--muted);line-height:1.5}.screen-header__actions{display:flex;align-items:center;gap:8px}.capsule,.ghost-pill{border-radius:999px;border:1px solid var(--line);background:#fffcf7db;color:var(--olive-deep);padding:9px 12px;font-size:.8rem}.ghost-pill{text-align:left}.section-card{background:var(--surface);border:1px solid rgba(81,96,75,.08);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-soft)}.section-card__header{display:grid;gap:6px;margin-bottom:12px}.section-card h3{margin:0;font-size:1.22rem;font-weight:500}.hero-card{background:linear-gradient(180deg,#fffcf7f5,#f4ede2f0)}.hero-card__row{display:flex;gap:16px;justify-content:space-between;align-items:flex-start}.hero-card h2{margin:6px 0 4px;font-size:1.55rem;font-weight:500}.overline,.eyebrow-free{margin:0;color:var(--olive);text-transform:uppercase;font-size:.72rem;letter-spacing:.16em}.eyebrow-free{letter-spacing:.12em}.progress-orb{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at top,#ffffffe0,#b996672e);border:1px solid rgba(185,150,103,.35);color:var(--olive-deep);flex-shrink:0}.progress-orb strong{font-size:1.1rem}.progress-orb.subtle{background:radial-gradient(circle at top,#fffc,#51604b24)}.progress-track{margin-top:14px;width:100%;height:10px;border-radius:999px;background:#51604b1a;overflow:hidden}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--olive))}.wide-button{width:100%}.primary-button,.secondary-button,.icon-button,.play-button{border:0;transition:transform .16s ease,opacity .16s ease,background .16s ease}.primary-button:hover,.secondary-button:hover,.icon-button:hover,.play-button:hover{transform:translateY(-1px)}.primary-button{padding:15px 18px;border-radius:999px;background:linear-gradient(135deg,var(--olive-deep),var(--olive));color:#fff;font-weight:600;letter-spacing:.01em;box-shadow:0 16px 30px #33403133}.primary-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.secondary-button,.icon-button{background:#fffcf7db;border:1px solid rgba(81,96,75,.1);color:var(--olive-deep)}.secondary-button{padding:12px 14px;border-radius:14px;font-weight:600}.icon-inline{display:inline-flex;align-items:center;justify-content:center;gap:8px}.icon-button{width:36px;height:36px;border-radius:50%;display:inline-grid;place-items:center}.soft-icon{background:#f4eee4e6}.stats-grid,.library-grid,.admin-list,.checklist-list{display:grid;gap:14px;margin-top:14px}.stats-grid{grid-template-columns:repeat(3,1fr)}.stat-card{display:grid;gap:8px}.stat-card strong,.meter-row__text strong,.action-row strong,.check-item__body strong,.admin-detail strong{font-size:.96rem}.action-list,.topic-list,.meter-list{display:grid;gap:12px}.action-row,.topic-row{width:100%;border:0;background:#ffffff59;border-radius:18px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;color:inherit}.action-row p,.topic-row p,.admin-detail p{margin-top:3px}.mini-pills{display:flex;flex-wrap:wrap;gap:10px}.program-meta{margin-top:12px;display:flex;justify-content:space-between;color:var(--muted);font-size:.86rem}.topic-row{border:1px solid rgba(81,96,75,.08)}.topic-row__icon{width:38px;height:38px;border-radius:14px;background:#51604b14;display:grid;place-items:center;color:var(--olive);flex-shrink:0}.topic-row__body{flex:1}.topic-row__status{color:var(--muted);font-size:.8rem}.topic-row.is-active{background:#fffbf5eb;outline:1px solid rgba(185,150,103,.22)}.topic-row.is-locked{opacity:.72}.check-item__row,.player-controls,.protected-note__row,.admin-card__top{display:flex;align-items:center;gap:12px}.check-item__state{color:var(--olive)}.check-item__body{flex:1}.check-item.is-complete{background:#f7faf5e6}.completion-banner{margin-top:14px;background:#f3ede3eb}.player-card{display:grid;gap:12px}.play-button{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--olive));color:#fff;box-shadow:0 14px 24px #51604b2e}.play-button.soft{background:linear-gradient(135deg,var(--gold-soft),var(--olive))}.protected-note{margin-top:14px}.protected-note__row{color:var(--muted)}.form-stack{display:grid;gap:14px}.field{display:grid;gap:7px}.field span{font-size:.88rem;color:var(--olive-deep);font-weight:600}.field input,.field select,.field textarea{width:100%;border-radius:16px;border:1px solid rgba(81,96,75,.12);padding:14px 15px;background:#fffdf9f0;color:var(--text)}.field textarea{resize:vertical;min-height:110px}.field input[type=range]{padding:0;accent-color:var(--olive)}.meter-row{display:grid;gap:8px}.meter-row__text{display:flex;justify-content:space-between;gap:12px;color:var(--muted)}.admin-card{display:grid;gap:14px}.admin-card h3{margin-bottom:4px}.admin-card__top{justify-content:space-between;align-items:flex-start}.consent-card{display:flex;gap:12px;align-items:flex-start;background:#fffcf7db;border-radius:18px;padding:16px;border:1px solid rgba(81,96,75,.08);margin-bottom:14px}.consent-card input{margin-top:4px}.bullet-list{margin:0;padding-left:18px;display:grid;gap:10px;color:var(--muted)}.bottom-nav{position:absolute;left:14px;right:14px;bottom:14px;border-radius:26px;padding:10px 8px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);gap:6px;background:#fffbf5eb;border:1px solid rgba(81,96,75,.08);box-shadow:0 18px 40px #403d2b24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-nav__item{border:0;background:transparent;border-radius:18px;padding:10px 4px;color:var(--muted);display:grid;place-items:center;gap:6px;font-size:.69rem}.bottom-nav__item.is-active{background:#51604b1a;color:var(--olive-deep)}.intro-screen{display:flex;flex-direction:column;justify-content:space-between;gap:28px;padding:110px 24px 34px}.hero-mark{width:100%;padding:24px;border-radius:28px;background:linear-gradient(180deg,#fffbf5f0,#f0e7d9e0);box-shadow:var(--shadow-soft)}.hero-mark img{width:100%;height:auto;display:block}.hero-copy{display:grid;gap:12px}.hero-copy h1{margin:0;font-size:2.5rem;font-weight:500}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2f31262e;display:flex;align-items:flex-end;padding:18px}.celebration-modal{width:100%;background:#fffbf5fa;border-radius:28px;padding:22px;box-shadow:var(--shadow);display:grid;gap:14px}.celebration-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#b9966729;color:var(--olive-deep)}@media(max-width:480px){.app-shell{padding:0}.phone-frame{width:100vw;min-height:100dvh;border-radius:0}.phone-screen{min-height:100dvh}.demo-badge{left:16px;right:16px;width:fit-content;max-width:calc(100% - 32px)}.stats-grid{grid-template-columns:1fr}.hero-card__row,.meter-row__text{flex-direction:column;align-items:flex-start}}.google-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#2d3126;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.google-button:hover{background:#fffdf9}.login-note{margin-top:14px;font-size:.82rem;color:var(--muted);text-align:center;max-width:280px}.form-error{color:#a8443a;font-size:.85rem;margin-top:6px}.loading-dots{color:var(--muted);margin-top:18px}.unlock-screen{text-align:center}.unlock-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:var(--surface-muted);color:var(--olive-deep);margin-bottom:4px}.unlock-form{width:100%;max-width:320px}.code-input{text-align:center;letter-spacing:.18em;text-transform:uppercase;font-size:1.2rem;font-weight:600}.ghost-link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;color:var(--muted);font-size:.85rem;margin-top:18px}.ghost-link:hover{color:var(--text)}.header-actions-row{display:flex;align-items:center;gap:8px}.files-list{display:flex;flex-direction:column;gap:12px}.file-row{padding:14px 16px}.file-row__main{display:flex;align-items:center;gap:12px}.file-row__main a{color:var(--text);text-decoration:none}.file-row__main a:hover{text-decoration:underline}.file-row__main p{color:var(--muted);font-size:.8rem;margin:2px 0 0}.file-row{display:flex;align-items:center;justify-content:space-between}.empty-note{color:var(--muted);text-align:center;padding:8px 0}.messages-screen{display:flex;flex-direction:column;min-height:100%}.chat-thread{flex:1;display:flex;flex-direction:column;gap:10px;padding:8px 2px 12px;overflow-y:auto}.chat-bubble{max-width:78%;padding:10px 14px;border-radius:16px;font-size:.9rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}.chat-bubble.is-mine{align-self:flex-end;background:var(--olive);color:#fff;border-bottom-right-radius:6px}.chat-bubble.is-theirs{align-self:flex-start;background:var(--surface-muted);color:var(--text);border-bottom-left-radius:6px}.chat-input{display:flex;gap:8px;align-items:center;padding-top:10px;position:sticky;bottom:0}.chat-input input{flex:1;padding:12px 16px;border-radius:14px;border:1px solid var(--line);background:var(--surface-strong);font-size:.9rem}.segmented{display:flex;gap:4px;padding:4px;background:var(--surface-muted);border-radius:14px;margin-bottom:16px}.segmented__item{flex:1;padding:8px 10px;border:none;background:none;cursor:pointer;border-radius:10px;font-size:.85rem;color:var(--muted);font-weight:600}.segmented__item.is-active{background:var(--surface-strong);color:var(--text);box-shadow:var(--shadow-soft)}.admin-card__email{color:var(--muted);font-size:.8rem;margin:8px 0 0}.notif-row{display:flex;gap:12px;align-items:flex-start;text-align:left;width:100%;padding:14px 16px;border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-sm);cursor:pointer}.notif-row.is-unread{border-color:var(--gold-soft);background:var(--surface-strong)}.notif-row__icon{width:34px;height:34px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:var(--surface-muted);color:var(--olive-deep)}.notif-row__body strong{font-size:.92rem}.notif-row__body p{margin:2px 0;font-size:.86rem;color:var(--text)}.notif-row__time{font-size:.75rem;color:var(--muted)}.invite-row__top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.invite-row__top p{color:var(--muted);font-size:.8rem;margin:2px 0 0}.invite-row__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:10px}.status-pill{font-size:.72rem;padding:4px 10px;border-radius:999px;font-weight:600}.status-pill.is-pending{background:#f3ead7;color:#8a6d35}.status-pill.is-used{background:#e2ebe0;color:#4a6044}.code-chip{display:inline-flex;align-items:center;gap:8px;background:var(--olive-deep);color:#fff;border:none;cursor:pointer;padding:8px 14px;border-radius:12px;font-weight:700;letter-spacing:.08em}.code-chip.small{padding:6px 12px;font-size:.85rem}.invite-created{margin-top:14px;padding:14px;border-radius:var(--radius-sm);background:var(--surface-muted);text-align:center}.invite-created p{font-size:.86rem;margin-bottom:10px}.app-root{min-height:100dvh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:20;background:#fbf8f3eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.topbar__inner{max-width:1040px;margin:0 auto;padding:12px 22px;display:flex;align-items:center;gap:14px}.topbar__inner.is-wide{max-width:1280px}.topbar__brand{display:flex;align-items:center;gap:10px;margin-right:auto}.topbar__brand img{height:30px;width:auto;display:block}.topbar__brand span{font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:1.05rem;color:var(--olive-deep);letter-spacing:-.01em}.topbar__nav{display:flex;gap:4px}.nav-item{border:0;background:transparent;color:var(--muted);display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:12px;font-size:.9rem;font-weight:600}.nav-item:hover{background:var(--surface-muted);color:var(--text)}.nav-item.is-active{background:var(--olive);color:#fff}.topbar__signout{border:1px solid var(--line);background:var(--surface-strong);color:var(--muted);display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:12px;font-size:.85rem;margin-left:8px}.topbar__signout:hover{color:var(--text)}.app-main{flex:1;width:100%}.app-main__inner{max-width:1040px;margin:0 auto;padding:30px 22px 44px;width:100%}.app-main__inner.is-wide{max-width:1280px}.app-main .screen-content{padding:0}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;display:none;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:#fbf8f3f7;border-top:1px solid var(--line);border-radius:0;box-shadow:0 -10px 30px #403d2b14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-nav .nav-item{flex-direction:column;gap:4px;font-size:.7rem;padding:6px 4px;font-weight:600}.bottom-nav .nav-item.is-active{background:#51604b1f;color:var(--olive-deep)}.auth-shell{min-height:100dvh;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:430px;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:42px 30px;display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center}.auth-card .hero-mark{width:auto;max-width:200px;padding:18px}.auth-card .hero-copy{gap:8px}.auth-card .hero-copy h1{font-size:1.9rem}.auth-card .form-stack,.auth-card .unlock-form{width:100%}.auth-card .primary-button,.auth-card .google-button{width:100%;justify-content:center}.approve-card{display:flex;flex-direction:column;gap:14px}.approve-card.is-pending{border-color:var(--gold-soft);background:var(--surface-strong)}.approve-card__row{display:flex;gap:12px;align-items:flex-start}.approve-card__row strong{display:block}.approve-card__row p{margin:2px 0 0;color:var(--muted);font-size:.85rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center}.celebration-modal{max-width:420px}@media(min-width:760px){.library-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.app-main__inner.is-wide .admin-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;align-content:start}}@media(max-width:760px){.topbar__nav,.topbar__signout span{display:none}.topbar__signout{padding:9px 11px}.bottom-nav{display:grid}.app-main__inner{padding:22px 16px 92px}.screen-header h1{font-size:1.7rem}}
