@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&family=Material+Symbols+Outlined:wght,FILL@400..700,0..1&display=swap";:root{--background:#faf9f6;--surface:#faf9f6;--surface-low:#f4f4f0;--surface-lowest:#fff;--surface-high:#e7e9e4;--surface-highest:#e1e3de;--primary:#436182;--primary-dim:#375576;--primary-container:#b6d4fb;--secondary-container:#d6e4f7;--on-secondary-container:#465363;--secondary:#536071;--tertiary:#605a84;--ink:#303330;--muted:#5d605c;--outline:#797b78;--outline-variant:#b0b3ae;--success:#3d6a47;--danger:#a83836;--on-primary:#f7f9ff;--font-headline:"Manrope", sans-serif;--font-body:"Inter", sans-serif;--shadow-ambient:0 2px 12px #3033300f;--shadow-lift:0 24px 72px #30333024;color:var(--ink);font:14px/1.5 var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 100% 0,#b6d4fb47,#0000 26%),radial-gradient(circle at 0 80%,#d4ccfd38,#0000 24%),linear-gradient(#faf9f6 0%,#f4f4f0 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}body,button,input,select,textarea{font-family:var(--font-body)}button{border:0}img{max-width:100%}#root{min-height:100vh}h1,h2,h3,h4{font-family:var(--font-headline);margin:0}p{margin:0}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24}.app-shell{min-height:100vh;padding:24px 16px;position:relative;overflow:hidden}.app-shell__glow{pointer-events:none;filter:blur(72px);opacity:.4;border-radius:999px;position:fixed}.app-shell__glow--one{background:#b6d4fb85;width:260px;height:260px;top:-120px;right:-120px}.app-shell__glow--two{background:#d4ccfd5c;width:280px;height:280px;bottom:-140px;left:-140px}.app-shell__device{z-index:1;background:var(--surface);width:min(100%,390px);min-height:min(100dvh - 32px,900px);box-shadow:var(--shadow-lift);border-radius:28px;margin:0 auto;position:relative;overflow:hidden}.top-bar{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#faf9f6cc;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;min-height:56px;padding:0 16px;display:grid;position:sticky;top:0}.top-bar__side{align-items:center;min-width:0;display:flex}.top-bar__side--right{justify-content:flex-end}.top-bar__center{text-align:center}.top-bar__eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.top-bar__title{color:var(--ink);font-family:var(--font-headline);letter-spacing:-.04em;margin:0;font-size:18px;font-weight:800}.top-bar__text-action{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.top-bar__action{background:#f4f4f0eb}.brand-lockup,.back-link{align-items:center;gap:8px;min-width:0;display:inline-flex}.brand-lockup__mark{background:linear-gradient(135deg, var(--primary), var(--primary-dim));width:28px;height:28px;color:var(--on-primary);font-family:var(--font-headline);border-radius:8px;place-items:center;font-size:14px;font-weight:800;display:grid}.brand-lockup__text,.back-link{color:var(--ink);font-size:14px;font-weight:700}.back-link{cursor:pointer;background:0 0;border:0}.back-link__icon{font-size:18px}.app-shell__content{padding:16px 16px 24px}.app-shell__content--with-nav{padding-bottom:104px}.bottom-nav{padding:10px 8px calc(18px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#faf9f6d6;grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:4px;display:grid;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #3033300f}.bottom-nav__item{color:var(--muted);cursor:pointer;background:0 0;border:0;justify-items:center;gap:2px;min-height:58px;padding:4px 2px;display:grid}.bottom-nav__item--active{color:var(--primary)}.bottom-nav__icon{font-size:21px}.bottom-nav__label{letter-spacing:.15em;text-transform:uppercase;font-size:9px;font-weight:800}.bottom-nav__dot{background:currentColor;border-radius:999px;width:4px;height:4px}.icon-button,.button,.choice-chip,.segment-card,.tab-switcher__item,.radio-card,.section-link{transition:transform .18s,background-color .18s,color .18s,opacity .18s,box-shadow .18s}.icon-button:hover,.button:hover,.choice-chip:hover,.segment-card:hover,.tab-switcher__item:hover,.radio-card:hover,.section-link:hover{transform:translateY(-1px)}.icon-button,.button,.choice-chip,.segment-card,.tab-switcher__item,.section-link{font:inherit}.icon-button{width:34px;height:34px;color:var(--primary);cursor:pointer;border:0;border-radius:999px;place-items:center;display:inline-grid}.icon-button__icon{font-size:20px}.button{cursor:pointer;letter-spacing:.01em;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button--primary{background:linear-gradient(135deg, var(--primary), var(--primary-dim));color:var(--on-primary);box-shadow:var(--shadow-ambient)}.button--secondary{background:var(--secondary-container);color:var(--on-secondary-container)}.button--ghost,.button--quiet{background:var(--surface-low);color:var(--ink)}.section-link{color:var(--primary);cursor:pointer;letter-spacing:.14em;text-transform:uppercase;background:0 0;border:0;font-size:10px;font-weight:800}.status-badge,.pill{letter-spacing:.12em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.status-badge--neutral,.pill{background:var(--surface-high);color:var(--muted)}.status-badge--primary{color:var(--primary);background:#4361821f}.status-badge--success{color:var(--success);background:#3d6a471f}.section-heading{justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px;display:flex}.section-heading__eyebrow,.selection-card__label,.field__label,.detail-hero__eyebrow,.profile-feature__eyebrow,.community-hero__eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 6px;font-size:10px;font-weight:800}.section-heading__title{color:var(--ink);font-family:var(--font-headline);letter-spacing:-.04em;margin:0;font-size:18px;font-weight:800;line-height:1.1}.card{background:var(--surface-lowest);box-shadow:var(--shadow-ambient);border-radius:12px;padding:16px}.card--tonal{background:var(--surface-low)}.card--flat{box-shadow:none}.screen{gap:24px;display:grid}.screen__section{gap:12px;display:grid}.screen__intro--hero{padding-top:12px}.screen__display{color:var(--primary);font-family:var(--font-headline);letter-spacing:-.06em;margin:0;font-size:34px;font-weight:800}.screen__summary,.selection-card p,.hero-panel__copy,.interaction-card p,.quote-card p,.guidance-card p,.prompt-panel__copy,.response-group__header p,.response-card p,.media-card p,.media-card small,.detail-hero__copy p,.notification-card p,.profile-feature__body p,.ritual-card p,.badge-card p,.field__helper,.action-row p,.review-card p,.review-card__tags,.metric-row__header span,.radio-card small,.notification-card__header p,.selection-card__label,.progress-strip__meta span{color:var(--muted);font-size:12px;line-height:1.55}.stack-list{gap:12px;display:grid}.stack-list--compact{gap:8px}.selection-card{justify-content:space-between;align-items:center;gap:12px;display:flex}.selection-card--stacked{display:grid}.selection-card__lead,.selection-card__header,.response-card__meta,.badge-card__header,.notification-card__header,.notification-card__actions,.composer-card__actions,.review-card__meta,.interaction-card__footer,.interaction-card__meta,.quote-card__footer,.metric-row__header,.detail-hero__actions,.ritual-card__meta,.response-group__header,.pill-row,.screen__footer-actions,.progress-strip__meta{align-items:center;gap:10px;display:flex}.selection-card__header,.response-card__meta,.badge-card__header,.notification-card__header,.notification-card__actions,.composer-card__actions,.interaction-card__footer,.metric-row__header,.response-group__header{justify-content:space-between}.selection-card__icon,.quote-card__avatar,.avatar-badge,.detail-hero__poster,.poster-block{background:linear-gradient(135deg, var(--primary), var(--primary-dim));color:var(--on-primary);font-family:var(--font-headline);border-radius:10px;flex-shrink:0;place-items:center;font-weight:800;display:grid}.selection-card__icon{width:40px;height:40px}.selection-card__chevron{color:var(--primary)}.selection-card h3,.hero-panel__headline,.interaction-card h3,.response-group h3,.response-card strong,.media-card h3,.detail-hero__title,.profile-feature__title,.community-hero__title,.notification-card h3,.badge-card h3,.action-row h3{color:var(--ink);font-family:var(--font-headline);letter-spacing:-.03em;margin:0;font-size:16px;font-weight:800}.hero-panel{background:linear-gradient(#fffffffa,#fffffff5),radial-gradient(circle at 100% 0,#b6d4fb47,#0000 42%)}.hero-panel__content{gap:14px;display:grid}.hero-panel__headline{font-size:21px;line-height:1.2}.interaction-card,.composer-card,.ritual-card,.badge-card,.review-card,.quote-card,.guidance-card,.notification-card,.action-row{gap:12px;display:grid}.interaction-card__meta,.review-card__meta{flex-wrap:wrap}.interaction-card__meta span{color:var(--muted);font-size:11px;font-weight:700}.interaction-card__actions{gap:8px;display:flex}.interaction-card__actions>*{flex:1}.scroll-row{scrollbar-width:none;grid-auto-columns:minmax(220px,1fr);grid-auto-flow:column;gap:12px;padding-bottom:2px;display:grid;overflow-x:auto}.scroll-row::-webkit-scrollbar{display:none}.quote-card{min-width:220px}.quote-card__avatar{background:var(--secondary-container);border-radius:999px;width:22px;height:22px}.guidance-card{grid-template-columns:auto 1fr;align-items:start}.guidance-card__icon{color:var(--primary);font-size:18px}.chip-grid{flex-wrap:wrap;gap:8px;display:flex}.chip-grid--compact{margin-top:6px}.choice-chip{background:var(--surface-high);color:var(--ink);cursor:pointer;border:0;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700}.choice-chip--selected,.choice-chip--static{background:var(--primary);color:var(--on-primary)}.radio-list{gap:10px;display:grid}.radio-card{background:var(--surface-lowest);width:100%;box-shadow:var(--shadow-ambient);text-align:left;cursor:pointer;border:0;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.radio-card__dot{border:1.5px solid #797b7859;border-radius:999px;place-items:center;width:18px;height:18px;margin-top:2px;display:inline-grid}.radio-card__dot span{background:var(--primary);border-radius:999px;width:8px;height:8px}.radio-card--checked{background:#4361820f}.radio-card__copy{gap:4px;display:grid}.radio-card strong{color:var(--ink);font-size:14px}.prompt-panel{gap:16px;display:grid}.segmented-grid{gap:8px;display:grid}.segment-card{background:var(--surface-lowest);cursor:pointer;text-align:left;border:0;border-radius:12px;gap:4px;padding:14px;display:grid}.segment-card--active{color:var(--primary);background:linear-gradient(#4361821f,#43618214)}.segment-card strong{font-size:14px}.segment-card small{color:inherit;font-size:11px}.composer-card__footer{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}.response-group,.response-card{padding:14px}.response-card__actions,.detail-hero__actions,.notification-card__actions,.composer-card__actions{gap:8px;display:flex}.response-card__actions>*,.detail-hero__actions>*,.notification-card__actions>*,.composer-card__actions>*{flex:1}.media-card,.profile-feature,.detail-hero{grid-template-columns:auto 1fr auto;align-items:start;gap:12px;display:grid}.poster-block,.detail-hero__poster{aspect-ratio:2/3;width:64px;font-size:20px}.poster-block--movie{background:linear-gradient(#2a3850,#101a25)}.media-card__aside{justify-items:end;gap:10px;display:grid}.detail-hero{grid-template-columns:auto 1fr}.detail-hero__poster{width:108px}.detail-hero__title,.profile-feature__title,.community-hero__title{font-size:24px;line-height:1.05}.detail-hero__meta{letter-spacing:.08em;text-transform:uppercase;font-size:11px}.metric-list{gap:14px;display:grid}.metric-row{gap:8px;display:grid}.metric-row__track{background:var(--surface-high);border-radius:999px;width:100%;height:5px;overflow:hidden}.metric-row__track span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--primary-dim));height:100%;display:block}.tab-switcher{flex-wrap:wrap;gap:8px;display:flex}.tab-switcher__item{background:var(--surface-low);min-height:34px;color:var(--muted);cursor:pointer;letter-spacing:.12em;text-transform:uppercase;border:0;border-radius:999px;padding:0 12px;font-size:11px;font-weight:800}.tab-switcher__item--active{background:var(--primary);color:var(--on-primary)}.action-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.action-row--static{box-shadow:none;background:0 0;padding:0}.review-card__tags{flex-wrap:wrap;gap:8px;display:flex}.avatar-badge{border-radius:999px;width:56px;height:56px}.avatar-badge--large{width:64px;height:64px}.profile-feature{grid-template-columns:auto 1fr}.profile-feature .button{grid-column:1/-1}.pill-row{flex-wrap:wrap;gap:8px;display:flex}.community-hero,.ritual-card{gap:16px;display:grid}.notification-card--read{opacity:.72}.notification-card__badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.field{gap:8px;display:grid}.field__label{color:var(--muted)}.field__select-wrap{display:block;position:relative}.field__select,.field__textarea{width:100%;color:var(--ink);font:inherit;appearance:none;background:0 0;border:0;border-bottom:1px solid #b0b3ae66;padding:0 24px 12px 0}.field__select{min-height:42px}.field__select:focus,.field__textarea:focus{border-bottom-width:2px;border-bottom-color:var(--primary);outline:0}.field__textarea{resize:vertical;min-height:160px;padding-top:6px}.field__chevron{color:var(--muted);pointer-events:none;position:absolute;top:9px;right:0}.field__helper{color:var(--muted);font-size:11px}.badge-card,.notification-card,.review-card,.ritual-card,.composer-card{background:var(--surface-lowest)}.screen__footer--sticky{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#faf9f6f0;border-radius:16px;gap:14px;padding:14px;display:grid;position:sticky;bottom:8px;box-shadow:0 -4px 24px #3033300a}.progress-strip{gap:10px;display:grid}.progress-strip__bar{background:#b0b3ae33;border-radius:999px;width:100%;height:4px;overflow:hidden}.progress-strip__bar span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--primary-dim));height:100%;display:block}.progress-strip__meta{justify-content:space-between}.progress-strip__pill{background:var(--surface-low);color:var(--primary)}.screen__footer-actions>*{flex:1}@media (width<=767px){.app-shell{padding:0}.app-shell__device{width:100%;min-height:100dvh;box-shadow:none;border-radius:0}.top-bar{padding-top:max(0px, env(safe-area-inset-top))}}@media (width<=639px){.bottom-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-hero,.media-card,.profile-feature,.action-row,.notification-card__header,.notification-card__actions,.interaction-card__footer,.detail-hero__actions,.response-card__actions,.composer-card__actions,.progress-strip__meta,.screen__footer-actions{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.media-card__aside,.notification-card__badges{justify-content:flex-start;justify-items:start}.selection-card,.section-heading{align-items:flex-start}}
