*,:before,:after{box-sizing:border-box}:root{--bg-deep:#e8f6f1;--bg-card:#ffffffc7;--border:#146e5a24;--text:#4a6b62;--text-bright:#0f2922;--accent:#2dd4bf;--accent-bright:#14b8a6;--accent-deep:#0d9488;--accent-glow:#2dd4bf47;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--radius:14px;--font:"Outfit", system-ui, sans-serif;--font-root:17px}html{scroll-behavior:smooth;font-size:var(--font-root)}body{min-height:100svh;font-family:var(--font);color:var(--text);background:var(--bg-deep);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.5}#root{min-height:100svh}button,input{font-family:inherit}button{cursor:pointer}input::placeholder{color:#4a6b6273}html.mood-anim-neutral body,html.mood-anim-calm body,html.mood-anim-focused body,html.mood-anim-good body,html.mood-anim-stressed body,html.mood-anim-tired body,html.mood-anim-low body,html.mood-anim-scattered body{transition:background-color 1.2s,color .8s}html.mood-anim-calm body{animation:14s ease-in-out infinite mood-drift-calm}html.mood-anim-focused body{animation:8s ease-in-out infinite mood-drift-focused}html.mood-anim-good body{animation:10s ease-in-out infinite mood-drift-good}html.mood-anim-stressed body{animation:9s ease-in-out infinite mood-breathe-stressed}html.mood-anim-tired body,html.mood-anim-low body{animation:18s ease-in-out infinite mood-drift-slow}html.mood-anim-scattered body{animation:11s ease-in-out infinite mood-drift-scattered}@keyframes mood-drift-calm{0%,to{background-color:var(--bg-deep)}50%{background-color:color-mix(in srgb, var(--bg-deep) 92%, var(--accent) 8%)}}@keyframes mood-drift-focused{0%,to{background-color:var(--bg-deep)}50%{background-color:color-mix(in srgb, var(--bg-deep) 88%, var(--accent-deep) 12%)}}@keyframes mood-drift-good{0%,to{background-color:var(--bg-deep)}50%{background-color:color-mix(in srgb, var(--bg-deep) 90%, var(--accent-bright) 10%)}}@keyframes mood-breathe-stressed{0%,to{background-color:var(--bg-deep)}50%{background-color:color-mix(in srgb, var(--bg-deep) 94%, #6366f1 6%)}}@keyframes mood-drift-slow{0%,to{background-color:var(--bg-deep)}50%{background-color:color-mix(in srgb, var(--bg-deep) 96%, var(--accent) 4%)}}@keyframes mood-drift-scattered{0%,33%,66%,to{background-color:var(--bg-deep)}16%{background-color:color-mix(in srgb, var(--bg-deep) 93%, var(--accent) 7%)}50%{background-color:color-mix(in srgb, var(--bg-deep) 95%, var(--accent-bright) 5%)}83%{background-color:color-mix(in srgb, var(--bg-deep) 94%, var(--accent-deep) 6%)}}.chat-app:before{transition:opacity 1s}html.mood-vibe-stressed .chat-app:before,html.mood-vibe-tired .chat-app:before,html.mood-vibe-low .chat-app:before{opacity:.75}html.mood-vibe-focused .chat-app:before{opacity:1;animation:6s ease-in-out infinite mood-chat-pulse}html.mood-vibe-good .chat-app:before{animation:8s ease-in-out infinite mood-chat-glow}@keyframes mood-chat-pulse{0%,to{opacity:.85}50%{opacity:1}}@keyframes mood-chat-glow{0%,to{opacity:.9}50%{opacity:1}}.mood-chip{letter-spacing:.03em;color:var(--accent-deep);background:color-mix(in srgb, var(--bg-deep) 70%, white 30%);border:1px solid color-mix(in srgb, var(--accent) 25%, transparent);border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.68rem;font-weight:600;transition:background .8s,border-color .8s,color .8s;display:inline-flex}.mood-chip__dot{background:var(--accent-bright);width:.45rem;height:.45rem;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;animation:3s ease-in-out infinite mood-dot-pulse}html.mood-vibe-stressed .mood-chip__dot,html.mood-vibe-tired .mood-chip__dot,html.mood-vibe-low .mood-chip__dot{animation:5s ease-in-out infinite mood-dot-breathe}@keyframes mood-dot-pulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes mood-dot-breathe{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){html[class*=mood-anim-] body,html.mood-vibe-focused .chat-app:before,html.mood-vibe-good .chat-app:before,.mood-chip__dot{animation:none!important}}.calendar-overlay{z-index:150;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f3c3259;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.calendar-panel{border:1px solid var(--border);background:#f8fdfb;border-radius:18px;width:100%;max-width:400px;padding:1.5rem 1.35rem 1.35rem;position:relative;box-shadow:0 16px 48px #14503c1f}.calendar-close{width:36px;height:36px;color:var(--text-bright);cursor:pointer;background:#146e5a14;border:none;border-radius:10px;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.85rem}.calendar-close:hover{background:#2dd4bf26}.calendar-panel h2{color:var(--text-bright);margin:0 0 .25rem;font-size:1.25rem}.calendar-sub{color:var(--text);margin:0 0 1rem;font-size:.9rem}.calendar-legend{color:var(--text);flex-wrap:wrap;gap:.65rem 1rem;margin-bottom:1rem;font-size:.75rem;display:flex}.legend-item{align-items:center;gap:.35rem;display:inline-flex}.dot{border-radius:4px;width:10px;height:10px;display:inline-block}.dot--done{background:#22c55e}.dot--missed{background:#ef4444}.dot--empty{background:#fff;border:1px solid #fff3}.calendar-weekdays{text-transform:uppercase;letter-spacing:.04em;color:var(--text);text-align:center;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px;font-size:.68rem;font-weight:600;display:grid}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendar-cell{aspect-ratio:1;border:1px solid #0000;border-radius:8px;place-items:center;font-size:.82rem;font-weight:600;display:grid}.calendar-cell--pad{visibility:hidden;pointer-events:none}.calendar-cell--done{color:#052e16;background:#22c55ed9;border-color:#22c55e80}.calendar-cell--missed{color:#450a0a;background:#ef4444d9;border-color:#ef444473}.calendar-cell--empty{color:#6b7280;background:#fff;border-color:#ffffff59}.calendar-cell--today{box-shadow:0 0 0 2px var(--accent-bright)}.feature--clickable{cursor:pointer;transition:transform .15s,border-color .15s,background .15s}.feature--clickable:hover{background:#2dd4bf14;border-color:#5eead466;transform:translateY(-2px)}.feature--clickable:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px}.feedback-overlay{z-index:150;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f3c3259;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.feedback-panel{border:1px solid var(--border);background:#f8fdfb;border-radius:18px;flex-direction:column;width:100%;max-width:440px;max-height:min(90vh,640px);padding:1.5rem 1.35rem 1.35rem;display:flex;position:relative;box-shadow:0 16px 48px #14503c1f}.feedback-close{width:36px;height:36px;color:var(--text-bright);cursor:pointer;background:#ffffff0f;border:none;border-radius:10px;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.85rem}.feedback-close:hover{background:#ffffff1a}.feedback-panel h2{color:var(--text-bright);margin:0 0 .25rem;font-size:1.25rem}.feedback-sub{color:var(--text);margin:0 0 1rem;font-size:.9rem}.feedback-score-block{flex-direction:column;align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.feedback-score-ring{background:radial-gradient(circle at 30% 30%,#2dd4bf33,#0000 70%);border:3px solid #5eead473;border-radius:50%;justify-content:center;align-items:center;gap:.1rem;width:120px;height:120px;display:flex;box-shadow:0 0 24px #2dd4bf26}.feedback-score-ring--loading{animation:1.2s ease-in-out infinite feedback-pulse}@keyframes feedback-pulse{0%,to{opacity:1}50%{opacity:.65}}.feedback-score-num{color:var(--text-bright);align-self:center;font-size:2.75rem;font-weight:800;line-height:1}.feedback-score-denom{color:var(--text);opacity:.85;align-self:center;font-size:1.1rem;font-weight:600}.feedback-mini-stats{flex-wrap:wrap;justify-content:center;gap:.4rem .5rem;display:flex}.stat-pill{color:var(--text);background:#ffffff0f;border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:600}.stat-pill--done{color:#86efac;background:#22c55e33}.stat-pill--missed{color:#fca5a5;background:#ef444433}.stat-pill--open{color:#e5e7eb;background:#ffffff1f}.feedback-body{flex:1;min-height:0;padding-right:.15rem;overflow-y:auto}.feedback-body--loading .feedback-text{opacity:.5}.feedback-thinking{color:var(--text);text-align:center;margin:0;padding:1rem 0;font-size:.95rem}.feedback-text{color:var(--text-bright);white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.55}.feedback-hint{color:var(--text);opacity:.75;text-align:center;margin:.85rem 0 0;font-size:.72rem}.clock-overlay{z-index:150;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f3c3259;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.clock-panel{border:1px solid var(--border);background:#f8fdfb;border-radius:18px;width:100%;max-width:400px;padding:1.5rem 1.35rem 1.35rem;position:relative;box-shadow:0 16px 48px #14503c1f}.clock-close{width:36px;height:36px;color:var(--text-bright);cursor:pointer;background:#ffffff0f;border:none;border-radius:10px;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.85rem}.clock-close:hover{background:#ffffff1a}.clock-panel h2{color:var(--text-bright);margin:0 0 .25rem;font-size:1.25rem}.clock-sub{color:var(--text);margin:0 0 1.25rem;font-size:.88rem;line-height:1.45}.clock-sub strong{color:var(--accent-bright);font-weight:700}.clock-ring-wrap{width:220px;height:220px;margin:0 auto 1.25rem;position:relative}.clock-ring{width:100%;height:100%;transform:rotate(-90deg)}.clock-ring-bg{fill:none;stroke:#ffffff14;stroke-width:10px}.clock-ring-progress{fill:none;stroke:var(--accent-bright);stroke-width:10px;stroke-linecap:round;transition:stroke-dashoffset .35s}.clock-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.clock-main{font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--text-bright);font-size:1.65rem;font-weight:800;line-height:1.15}.clock-main--muted{opacity:.4;font-size:2rem}.clock-main--now{color:#86efac;font-size:2rem}.clock-caption{color:var(--text);margin-top:.35rem;font-size:.8rem}.clock-units{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.clock-unit{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;align-items:center;padding:.65rem .4rem;display:flex}.clock-unit-val{font-variant-numeric:tabular-nums;color:var(--text-bright);font-size:1.35rem;font-weight:800}.clock-unit-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text);margin-top:.15rem;font-size:.68rem}.clock-foot{color:var(--text);text-align:center;opacity:.85;margin:0;font-size:.75rem;line-height:1.45}.install-pwa{background:linear-gradient(135deg,#0d948824,#2dd4bf1a);border:1px solid #0d948859;border-radius:14px;margin-top:1rem;padding:1rem 1.1rem}.install-pwa__title{color:var(--text-bright,#0f2922);margin:0 0 .35rem;font-size:.95rem;font-weight:700}.install-pwa__text{color:var(--text,#4a6b62);margin:0 0 .75rem;font-size:.85rem;line-height:1.45}.install-pwa__actions{flex-wrap:wrap;gap:.5rem;display:flex}.install-pwa__btn{cursor:pointer;border:none;border-radius:10px;padding:.55rem .9rem;font-family:inherit;font-size:.88rem;font-weight:600}.install-pwa__btn--primary{background:var(--accent-bright,#14b8a6);color:#fff}.install-pwa__btn--ghost{color:var(--text-bright,#0f2922);background:0 0;border:1px solid #146e5a40}.micro-goal{background:#ffffffb8;border:1px solid #146e5a29;border-radius:16px;margin-top:1.25rem;padding:1rem 1.1rem;box-shadow:0 8px 24px #14503c0f}.micro-goal--compact{border-radius:14px;margin:0 0 .75rem;padding:.75rem .9rem}.micro-goal--done{opacity:.88;background:#10b98114;border-color:#10b98138}.micro-goal__head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.45rem;display:flex}.micro-goal__kicker{letter-spacing:.05em;text-transform:uppercase;color:var(--accent-deep);opacity:.85;font-size:.72rem;font-weight:600}.micro-goal__refresh{color:var(--text);opacity:.55;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.2rem .35rem;font-size:1rem;line-height:1}.micro-goal__refresh:hover{opacity:1;background:#146e5a14}.micro-goal__text{color:var(--text-bright);margin:0 0 .75rem;font-size:1.02rem;font-weight:500;line-height:1.5}.micro-goal--compact .micro-goal__text{margin-bottom:.55rem;font-size:.92rem}.micro-goal__done{color:var(--text-bright);cursor:pointer;background:#fffc;border:1px solid #146e5a38;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.micro-goal--done .micro-goal__done{background:#10b9811f;border-color:#10b98159}.micro-goal__check{border:1.5px solid #146e5a59;border-radius:50%;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;font-size:.7rem;line-height:1;display:inline-flex}.micro-goal--done .micro-goal__check{border-color:var(--success);background:var(--success);color:#fff}.micro-goal__note{color:var(--text);opacity:.75;margin:.65rem 0 0;font-size:.78rem}.micro-goal__loading{color:var(--text);opacity:.7;margin:0;font-size:.88rem}.reflection-vault{background:linear-gradient(145deg,#2dd4bf14,#0f29220a);border:1px solid #146e5a24;border-radius:14px;margin-top:1rem;padding:.85rem .95rem}.reflection-vault--compact{margin-top:.75rem;padding:.7rem .8rem}.reflection-vault__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.reflection-vault__kicker{letter-spacing:.06em;text-transform:uppercase;color:#0f5c4a;font-size:.72rem;font-weight:700}.reflection-vault__icon{opacity:.75;font-size:.9rem}.reflection-vault__hint{color:#5a7d72;margin:.35rem 0 .65rem;font-size:.78rem;line-height:1.45}.reflection-vault__add{gap:.45rem;margin-bottom:.55rem;display:flex}.reflection-vault__input{min-width:0;font:inherit;color:#0f2922;background:#ffffffd9;border:1px solid #146e5a33;border-radius:10px;flex:1;padding:.5rem .65rem;font-size:.82rem}.reflection-vault__save{color:#fff;font:inherit;cursor:pointer;background:#0f5c4a;border:none;border-radius:10px;flex-shrink:0;padding:.5rem .75rem;font-size:.78rem;font-weight:600}.reflection-vault__save:disabled{opacity:.45;cursor:default}.reflection-vault__flash{color:#0f5c4a;margin:0 0 .45rem;font-size:.75rem;font-weight:600}.reflection-vault__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.reflection-vault__item{background:#ffffffb8;border:1px solid #146e5a1a;border-radius:10px;padding:.55rem 1.6rem .55rem .65rem;position:relative}.reflection-vault__when{text-transform:uppercase;letter-spacing:.04em;color:#6d8f84;margin-bottom:.2rem;font-size:.65rem;font-weight:600;display:block}.reflection-vault__text{color:#1a3d34;margin:0;font-size:.82rem;line-height:1.4}.reflection-vault__remove{color:#6d8f84;cursor:pointer;background:0 0;border:none;border-radius:6px;width:1.4rem;height:1.4rem;font-size:1.1rem;line-height:1;position:absolute;top:.35rem;right:.35rem}.reflection-vault__empty{color:#6d8f84;margin:0;font-size:.78rem;font-style:italic}.future-messages{background:linear-gradient(145deg,#fbbf241a,#7850140a);border:1px solid #b4781e29;border-radius:14px;margin-top:.75rem;padding:.85rem .95rem}.future-messages--compact{padding:.7rem .8rem}.future-messages__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.future-messages__kicker{letter-spacing:.06em;text-transform:uppercase;color:#92600a;font-size:.72rem;font-weight:700}.future-messages__icon{opacity:.8;font-size:.9rem}.future-messages__hint{color:#7a6540;margin:.35rem 0 .55rem;font-size:.78rem;line-height:1.45}.future-messages__input{box-sizing:border-box;color:#1a1a1a;width:100%;font:inherit;resize:vertical;background:#ffffffb8;border:1px solid #b4781e33;border-radius:10px;min-height:2.6rem;margin-bottom:.55rem;padding:.55rem .65rem;font-size:.82rem;line-height:1.45}.future-messages__schedule-label{text-transform:uppercase;letter-spacing:.05em;color:#8a7040;margin:0 0 .35rem;font-size:.68rem;font-weight:600}.future-messages__presets{flex-wrap:wrap;gap:.35rem;margin-bottom:.55rem;display:flex}.future-messages__preset{color:#6b5420;font:inherit;cursor:pointer;background:#ffffff8c;border:1px solid #b4781e38;border-radius:999px;padding:.32rem .55rem;font-size:.68rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.future-messages__preset.is-selected{color:#5c3d08;background:#fbbf2447;border-color:#b4781e73}.future-messages__save{color:#fff;width:100%;font:inherit;cursor:pointer;background:linear-gradient(135deg,#d97706,#b45309);border:none;border-radius:10px;margin-bottom:.45rem;padding:.55rem .75rem;font-size:.82rem;font-weight:600}.future-messages__save:disabled{opacity:.45;cursor:not-allowed}.future-messages__flash{color:#92600a;text-align:center;margin:0 0 .45rem;font-size:.75rem}.future-messages__list{flex-direction:column;gap:.4rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex}.future-messages__item{background:#ffffff73;border:1px solid #b4781e1f;border-radius:10px;padding:.45rem 1.6rem .45rem .55rem;position:relative}.future-messages__when{text-transform:uppercase;letter-spacing:.05em;color:#a16207;margin-bottom:.15rem;font-size:.62rem;font-weight:700;display:block}.future-messages__text{color:#3d3420;margin:0;font-size:.78rem;line-height:1.4}.future-messages__remove{color:#a68a50;cursor:pointer;background:0 0;border:none;border-radius:6px;width:22px;height:22px;font-size:1.1rem;line-height:1;position:absolute;top:.35rem;right:.35rem}.future-messages__empty{color:#8a7040;margin:.35rem 0 0;font-size:.75rem;font-style:italic}.win-log-card{background:linear-gradient(145deg,#22c55e1a,#0f281c0a);border:1px solid #22784629;border-radius:14px;margin-top:.75rem;padding:.85rem .95rem}.win-log-card--compact{padding:.7rem .8rem}.win-log-card__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.win-log-card__kicker{letter-spacing:.06em;text-transform:uppercase;color:#15803d;font-size:.72rem;font-weight:700}.win-log-card__count{color:#166534;opacity:.85;font-size:.65rem;font-weight:700}.win-log-card__hint{color:#3d6b52;margin:.35rem 0 .55rem;font-size:.78rem;line-height:1.45}.win-log-card__add{gap:.45rem;margin-bottom:.45rem;display:flex}.win-log-card__input{color:#1a1a1a;min-width:0;font:inherit;background:#ffffffb8;border:1px solid #22784633;border-radius:10px;flex:1;padding:.5rem .65rem;font-size:.82rem}.win-log-card__save{color:#fff;font:inherit;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;padding:.5rem .75rem;font-size:.78rem;font-weight:600}.win-log-card__save:disabled{opacity:.45;cursor:not-allowed}.win-log-card__flash{color:#15803d;margin:0 0 .4rem;font-size:.75rem}.win-log-card__list{flex-direction:column;gap:.35rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex}.win-log-card__item{background:#ffffff73;border:1px solid #2278461a;border-radius:9px;align-items:flex-start;gap:.45rem;padding:.4rem .5rem;display:flex}.win-log-card__date{color:#166534;flex-shrink:0;padding-top:.12rem;font-size:.62rem;font-weight:700}.win-log-card__text{color:#1f3d2c;margin:0;font-size:.78rem;line-height:1.4}.win-log-card__empty{color:#3d6b52;margin:.35rem 0 0;font-size:.75rem;font-style:italic}.recovery-playlist{background:linear-gradient(145deg,#a78bfa1a,#281e3c0a);border:1px solid #8b5cf629;border-radius:14px;margin-top:.75rem;padding:.85rem .95rem}.recovery-playlist--compact{padding:.7rem .8rem}.recovery-playlist__head{justify-content:space-between;align-items:center;display:flex}.recovery-playlist__kicker{letter-spacing:.06em;text-transform:uppercase;color:#6d28d9;font-size:.72rem;font-weight:700}.recovery-playlist__note{opacity:.75;font-size:.95rem}.recovery-playlist__hint{color:#5b4d7a;margin:.35rem 0 .55rem;font-size:.78rem;line-height:1.45}.recovery-playlist__genres-label{text-transform:uppercase;letter-spacing:.05em;color:#7c6b9e;margin:0 0 .4rem;font-size:.68rem;font-weight:600}.recovery-playlist__chips{flex-wrap:wrap;gap:.35rem;margin-bottom:.45rem;display:flex}.recovery-playlist__chip{color:#5b21b6;font:inherit;cursor:pointer;background:#ffffff8c;border:1px solid #8b5cf638;border-radius:999px;align-items:center;gap:.25rem;padding:.32rem .55rem;font-size:.68rem;font-weight:600;display:inline-flex}.recovery-playlist__chip.is-on{color:#4c1d95;background:#a78bfa47;border-color:#6d28d966}.recovery-playlist__flash{color:#6d28d9;margin:0 0 .35rem;font-size:.75rem}.recovery-playlist__legal{color:#8b7aa8;margin:.35rem 0 0;font-size:.65rem;line-height:1.4}.focus-session{z-index:220;color:#e8eaef;background:#06080c;place-items:center;padding:1.25rem;font-family:Outfit,system-ui,sans-serif;animation:.35s focus-in;display:grid;position:fixed;inset:0}@keyframes focus-in{0%{opacity:0}to{opacity:1}}.focus-session__panel{text-align:center;width:100%;max-width:380px}.focus-session__kicker{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8d9;margin:0 0 .35rem;font-size:.68rem;font-weight:700}.focus-session__panel h2{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.45rem;font-weight:600}.focus-session__sub{color:#cbd5e1b8;margin:0 0 1.25rem;font-size:.88rem;line-height:1.45}.focus-session__ring-wrap{aspect-ratio:1;width:min(240px,72vw);margin:.5rem auto 1rem;position:relative}.focus-session__ring{width:100%;height:100%;transform:rotate(-90deg)}.focus-session__ring-bg{fill:none;stroke:#ffffff0f;stroke-width:6px}.focus-session__ring-progress{fill:none;stroke:#6366f1;stroke-width:6px;stroke-linecap:round;transition:stroke-dashoffset .9s linear}.focus-session__time{letter-spacing:-.04em;font-variant-numeric:tabular-nums;color:#f8fafc;place-items:center;font-size:clamp(2.4rem,10vw,3.2rem);font-weight:700;display:grid;position:absolute;inset:0}.focus-session__silent{color:#cbd5e1e0;margin:0 0 .25rem;font-size:.92rem}.focus-session__duration{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8a6;margin:0 0 1.5rem;font-size:.72rem;font-weight:600}.focus-session__primary{color:#fff;width:100%;font:inherit;cursor:pointer;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:14px;padding:.85rem 1rem;font-size:.92rem;font-weight:600}.focus-session__ghost{color:#94a3b88c;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .75rem;font-size:.78rem}.focus-session__ghost:hover{color:#cbd5e1d9}.focus-session__done-icon{color:#a5b4fc;background:#6366f133;border:2px solid #818cf88c;border-radius:50%;place-items:center;width:4rem;height:4rem;margin:0 auto .75rem;font-size:1.75rem;display:grid}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.focus-starter-overlay{z-index:190;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#06080cb8;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.focus-starter-panel{color:#e8eaef;text-align:center;background:linear-gradient(165deg,#12141f 0%,#0c0e16 100%);border:1px solid #6366f140;border-radius:18px;width:100%;max-width:360px;padding:1.35rem 1.2rem 1.15rem;position:relative}.focus-starter-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;width:32px;height:32px;font-size:1.25rem;position:absolute;top:.55rem;right:.6rem}.focus-starter-panel h2{margin:0 0 .45rem;font-size:1.25rem;font-weight:600}.focus-starter-panel .focus-session__primary{margin-top:.75rem}.feature--focus{background:linear-gradient(145deg,#6366f114,#0f121e05);border-color:#6366f138}.feature--focus strong{color:#3730a3}.feature--focus .feature-icon{filter:none}.monthly-overlay{z-index:165;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c1c268c;place-items:center;padding:1rem;animation:.4s monthly-in;display:grid;position:fixed;inset:0}@keyframes monthly-in{0%{opacity:0}to{opacity:1}}.monthly-panel{color:#ecfdf5;background:linear-gradient(155deg,#1a2e28 0%,#0f2922 35%,#163d34 70%,#1a3d32 100%);border:1px solid #b48c3c59;border-radius:22px;flex-direction:column;width:100%;max-width:440px;max-height:min(94vh,720px);padding:1.5rem 1.25rem 1.2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000059,inset 0 1px #ffffff14}.monthly-shine{pointer-events:none;background:radial-gradient(at 50% 0,#2dd4bf38,#0000 65%);height:55%;position:absolute;inset:-40% -20% auto}.monthly-close{z-index:2;color:#ecfdf5;cursor:pointer;background:#ffffff1a;border:none;border-radius:10px;width:36px;height:36px;font-size:1.45rem;line-height:1;position:absolute;top:.65rem;right:.7rem}.monthly-kicker{letter-spacing:.14em;text-transform:uppercase;color:#b4dcc8d9;margin:0 0 .25rem;font-size:.7rem;font-weight:700;position:relative}.monthly-panel h2{background:linear-gradient(135deg,#fef3c7 0%,#5eead4 55%,#a7f3d0 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:clamp(1.45rem,5vw,1.75rem);font-weight:700;line-height:1.15;position:relative}.monthly-cards{grid-template-columns:1fr 1fr;gap:.55rem;margin-bottom:.9rem;display:grid;position:relative}.monthly-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;min-height:5.2rem;padding:.75rem .7rem}.monthly-card--wide{grid-column:1/-1}.monthly-card--gold{background:linear-gradient(145deg,#fbbf241f,#ffffff0a);border-color:#fbbf2459}.monthly-card--rose{background:linear-gradient(145deg,#f472b61a,#ffffff0a);border-color:#f472b647}.monthly-card--teal{background:linear-gradient(145deg,#2dd4bf1f,#ffffff0a);border-color:#2dd4bf59}.monthly-card--mint{border-color:#6ee7b74d}.monthly-card__emoji{opacity:.9;font-size:1rem}.monthly-card__label{letter-spacing:.06em;text-transform:uppercase;color:#ecfdf5a6;margin:.35rem 0 .2rem;font-size:.65rem;font-weight:700}.monthly-card__value{color:#f0fdf4;margin:0;font-size:.92rem;font-weight:600;line-height:1.35}.monthly-card__value--small{opacity:.95;font-size:.8rem;font-weight:500}.monthly-body{flex:1;min-height:0;margin-bottom:.65rem;position:relative;overflow-y:auto}.monthly-body--loading{min-height:3.5rem}.monthly-thinking{color:#ecfdf5bf;margin:0;font-size:.95rem;animation:1.2s ease-in-out infinite monthly-pulse}@keyframes monthly-pulse{0%,to{opacity:.5}50%{opacity:1}}.monthly-summary p,.monthly-summary-text{color:#ecfdf5eb;white-space:pre-wrap;margin:0 0 .65rem;font-size:.92rem;line-height:1.6}.monthly-closing{font-weight:600;color:#5eead4!important}.monthly-footnote{text-align:center;color:#ecfdf58c;margin:0 0 .75rem;font-size:.72rem}.monthly-cta{color:#0f2922;cursor:pointer;background:linear-gradient(135deg,#fbbf24 0%,#2dd4bf 50%,#10b981 100%);border:none;border-radius:14px;width:100%;padding:.9rem 1rem;font-size:.95rem;font-weight:700;box-shadow:0 10px 28px #2dd4bf40}.monthly-cta:hover{filter:brightness(1.06)}@media (width<=380px){.monthly-cards{grid-template-columns:1fr}.monthly-card--wide{grid-column:auto}}.app{min-height:100svh;position:relative;overflow-x:hidden}.bg-glow{pointer-events:none;z-index:0;position:fixed;inset:0}.bg-glow:before{content:"";background:radial-gradient(ellipse, var(--accent-glow) 0%, transparent 70%);opacity:.85;width:min(900px,120vw);height:500px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.bg-glow:after{content:"";background:radial-gradient(circle,#3ee8c82e 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:0;right:-10%}.shell{z-index:1;max-width:1080px;margin:0 auto;padding:2rem 1.25rem 4rem;position:relative}.notify-row{cursor:pointer;color:var(--text-bright);background:#2dd4bf1a;border:1px solid #2dd4bf47;border-radius:12px;align-items:flex-start;gap:.65rem;margin-top:.85rem;padding:.75rem .85rem;font-size:.9rem;display:flex}.notify-row input{accent-color:var(--accent-bright);cursor:pointer;margin-top:.15rem}.notify-row__text{line-height:1.4}.notify-row__warn{color:var(--danger);font-weight:600}.site-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.site-header__mood{margin-left:auto}.logo{color:var(--text-bright);letter-spacing:-.02em;align-items:center;gap:.65rem;display:flex}.logo-text{flex-direction:column;align-items:flex-start;gap:.1rem;line-height:1.15;display:flex}.logo-title{font-size:1.15rem;font-weight:700}.logo-slogan{letter-spacing:.14em;text-transform:uppercase;color:var(--accent-bright);opacity:.9;font-size:.75rem;font-weight:600}.logo .chat-logo-mark{flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo .chat-logo-mark svg{filter:drop-shadow(0 2px 8px #14b8a652)}.badge-ai{background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.badge-ai.on{color:#a5f3fc;background:#22d3ee14;border-color:#22d3ee59}.hero{text-align:center;margin-bottom:2.5rem}.hero h1{letter-spacing:-.03em;color:var(--text-bright);margin:0 0 .75rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.hero h1 span{background:linear-gradient(135deg,#5eead4,#2dd4bf);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{max-width:480px;color:var(--text);margin:0 auto;font-size:1.05rem}.dashboard{gap:1.25rem;display:grid}@media (width>=768px){.dashboard{grid-template-columns:1fr 320px;align-items:start}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem}.card h2{color:var(--text-bright);margin:0 0 1.25rem;font-size:1.1rem;font-weight:600}.field{margin-bottom:1rem}.field label{color:var(--text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.8rem;font-weight:500;display:block}.field input{border:1px solid var(--border);width:100%;color:var(--text-bright);background:#ffffffe6;border-radius:10px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.field input[type=time]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.actions-row{flex-wrap:wrap;gap:.65rem;margin-top:1.25rem;display:flex}.btn{border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.1rem;font-size:.95rem;font-weight:600;transition:transform .15s,opacity .15s,box-shadow .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(135deg, var(--accent), var(--accent-deep));color:#fff;min-width:140px;box-shadow:0 8px 24px var(--accent-glow);flex:1}.btn-primary:hover{opacity:.95}.btn-ghost{color:var(--text);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:#2dd4bf14}.stat-grid{gap:.75rem;display:grid}.stat{border:1px solid var(--border);background:#ffffffa6;border-radius:12px;padding:1rem 1.1rem}.stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin-bottom:.25rem;font-size:.75rem}.stat-value{color:var(--text-bright);font-size:1.5rem;font-weight:700}.stat-value.accent{color:var(--accent-bright)}.stat-value.small{font-size:1.1rem;font-weight:600}.hint{color:#4a6b62bf;margin-top:1rem;font-size:.85rem;line-height:1.45}.features{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-top:2rem;display:grid}.feature{border:1px solid var(--border);background:var(--bg-card);text-align:center;font:inherit;color:inherit;border-radius:12px;width:100%;padding:1rem}button.feature{appearance:none;cursor:pointer}.feature-icon{margin-bottom:.35rem;font-size:1.5rem}.feature strong{color:var(--text-bright);margin-bottom:.2rem;font-size:.9rem;display:block}.feature span{color:var(--text);font-size:.8rem}.feature--wrapped{background:linear-gradient(145deg, #fbbf2414, var(--bg-card));border-color:#b48c3c59}button.feature:disabled{opacity:.45;cursor:not-allowed}.overlay{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f3c3259;place-items:center;padding:1.25rem;animation:.25s fadeIn;display:grid;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.checkin-panel{border:1px solid var(--border);background:#f8fdfb;border-radius:18px;width:100%;max-width:420px;padding:1.75rem;animation:.3s slideUp;box-shadow:0 16px 48px #14503c1f}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.checkin-time{color:var(--accent-bright);background:#2dd4bf26;border-radius:6px;margin-bottom:.75rem;padding:.3rem .65rem;font-size:.8rem;font-weight:600;display:inline-block}.checkin-panel h3{color:var(--text-bright);margin:0 0 .5rem;font-size:1.35rem}.checkin-panel .question{color:var(--text);margin:0 0 1.25rem;font-size:1.05rem}.checkin-panel .question--loading{color:var(--accent-bright);animation:1.2s ease-in-out infinite checkin-pulse}@keyframes checkin-pulse{0%,to{opacity:.55}50%{opacity:1}}.checkin-buttons{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.btn-done{background:var(--success);color:#fff}.btn-missed{background:var(--danger);color:#fff}.btn-done,.btn-missed{border:none;border-radius:10px;padding:.85rem;font-size:1rem;font-weight:600}.reason-form textarea{border:1px solid var(--border);width:100%;min-height:100px;color:var(--text-bright);resize:vertical;background:#ffffffe6;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:1rem}.reason-form textarea:focus{border-color:var(--accent);outline:none}.reason-actions{gap:.5rem;display:flex}.reason-actions .btn{flex:1}.ai-response{color:var(--text-bright);white-space:pre-wrap;background:#2dd4bf1a;border:1px solid #2dd4bf40;border-radius:10px;margin-top:1rem;padding:1rem;font-size:.95rem;line-height:1.5}.ai-response.loading{color:var(--text);font-style:italic}.ai-source{text-align:center;margin:.5rem 0 0;font-size:.72rem;line-height:1.4}.ai-source--gemini{color:#059669}.ai-source--offline{color:#fbbf24}.toast{z-index:200;border:1px solid var(--border);color:var(--text-bright);background:#fff;border-radius:999px;padding:.75rem 1.25rem;font-size:.9rem;animation:.3s slideUp;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #14503c1f}.footer-note{text-align:center;color:#4a6b628c;margin-top:2.5rem;font-size:.8rem}.hist-drawer-root{z-index:9000;pointer-events:auto;justify-content:flex-start;display:flex;position:fixed;inset:0}.hist-drawer-backdrop{z-index:0;cursor:pointer;background:#0818146b;border:none;animation:.22s hist-fade-in;position:absolute;inset:0}@keyframes hist-fade-in{0%{opacity:0}to{opacity:1}}.hist-drawer{z-index:2;background:#eef8f4;border-right:1px solid #146e5a1f;flex-direction:column;width:min(300px,88vw);height:100%;max-height:100dvh;font-family:Outfit,system-ui,sans-serif;animation:.28s cubic-bezier(.22,1,.36,1) hist-panel-in;display:flex;position:relative;box-shadow:16px 0 48px #0c282024}@keyframes hist-panel-in{0%{opacity:.7;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.hist-drawer-head{padding:max(.75rem, env(safe-area-inset-top)) 1rem .85rem;background:#f8fffc;border-bottom:1px solid #146e5a1a;flex-direction:column;flex-shrink:0;align-items:stretch;gap:.65rem;display:flex}.hist-drawer-back{color:#0f2922;cursor:pointer;background:#fffffff2;border:1px solid #146e5a24;border-radius:11px;align-self:flex-start;align-items:center;gap:.35rem;height:38px;padding:0 .65rem 0 .45rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s,transform .12s;display:inline-flex}.hist-drawer-back:hover{background:#fff;border-color:#146e5a38}.hist-drawer-back:active{transform:scale(.98)}.hist-drawer-back-text{line-height:1}@media (width<=767px){.hist-drawer-back-text{display:inline}}.hist-drawer-head h2{color:#0f2922;letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:700}.hist-drawer-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.hist-drawer .chat-thread-list{flex:1;min-height:0}.hist-drawer-root--tea .hist-drawer-backdrop{background:#06100e8c}@media (width<=767px){.hist-drawer-root--tea .hist-drawer-backdrop{pointer-events:none;background:#081411fa}}.hist-drawer-root--tea .hist-drawer{background:#0a1814fa;border-right-color:#ffffff14;box-shadow:16px 0 48px #00000059}.hist-drawer-root--tea .hist-drawer-head{background:#0a1814fa;border-bottom-color:#ffffff14}.hist-drawer-root--tea .hist-drawer-back{color:#f4fdf9;background:#ffffff14;border-color:#ffffff24}.hist-drawer-root--tea .hist-drawer-back:hover{background:#ffffff1f}.hist-drawer-root--tea .hist-drawer-head h2{color:#f4fdf9}.hist-drawer-root--tea .chat-thread-list__new{color:#8fd4b8;background:#8fd4b81f;border-color:#8fd4b859}.hist-drawer-root--tea .chat-thread-list__title{color:#f4fdf9}.hist-drawer-root--tea .chat-thread-list__meta,.hist-drawer-root--tea .chat-thread-list__empty{color:#f4fdf98c}.hist-drawer-root--tea .chat-thread-list__item--on{background:#8fd4b82e;border-color:#8fd4b859}.hist-drawer-root--tea .chat-thread-list__item:hover{background:#8fd4b81a}.chat-sidebar{background:var(--chat-sidebar-bg,#f0f4f9);border-right:1px solid var(--chat-border,#e3e8ef);flex-direction:column;width:272px;min-width:272px;height:100dvh;max-height:100dvh;font-family:Outfit,system-ui,sans-serif;display:none}@media (width>=768px){.chat-sidebar{display:flex}}.chat-sidebar__brand{padding:max(1rem, env(safe-area-inset-top)) 1.1rem .85rem;flex-shrink:0;align-items:center;gap:.6rem;display:flex}.chat-sidebar__title{color:var(--chat-text-bright,#1f1f1f);letter-spacing:-.02em;font-size:1.05rem;font-weight:500}.chat-thread-list{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.chat-thread-list__new{color:var(--chat-text-bright,#1f1f1f);cursor:pointer;text-align:left;background:#e9eef6;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:.55rem;margin:.35rem .75rem .65rem;padding:.72rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s;display:inline-flex}.chat-thread-list__new svg{opacity:.75;flex-shrink:0;width:18px;height:18px}.chat-thread-list__new:hover{background:#dfe6f3}.chat-thread-list__items{padding:0 .5rem max(1rem, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;flex:1;margin:0;list-style:none;overflow-y:auto}.chat-thread-list__row{align-items:stretch;gap:.2rem;margin-bottom:.2rem;display:flex}.chat-thread-list__item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:24px;flex-direction:column;flex:1;align-items:flex-start;gap:.12rem;min-width:0;padding:.58rem .72rem;font-family:inherit;transition:background .15s;display:flex}.chat-thread-list__item:hover{background:#3c40430f}.chat-thread-list__item--on{background:#e3e8ef}.chat-thread-list__title{color:var(--chat-text-bright,#1f1f1f);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.84rem;font-weight:500;overflow:hidden}.chat-thread-list__meta{color:var(--chat-text-soft,#5f6368);font-size:.68rem}.chat-thread-list__delete{width:32px;color:var(--chat-text-soft,#5f6368);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;align-self:center;place-items:center;display:grid}.chat-thread-list__delete:hover{color:#d93025;background:#3c404314}.chat-thread-list__delete svg{width:16px;height:16px}.chat-thread-list__empty{color:var(--chat-text-soft,#5f6368);text-align:center;padding:1rem .75rem;font-size:.82rem}.nav-fab-stack--fixed{top:max(1.1rem, env(safe-area-inset-top,0px));left:max(1.1rem, env(safe-area-inset-left,0px));z-index:120;flex-direction:column;align-items:center;gap:.6rem;display:flex;position:fixed}.nav-fab-stack--header{flex-shrink:0;align-items:center;display:flex}.nav-fab-stack__row{align-items:center;gap:.4rem;display:flex}.nav-tea-group{flex-shrink:0;align-items:center;gap:.28rem;display:flex}.nav-tea-label{pointer-events:none;-webkit-user-select:none;user-select:none;border-left:2px solid #5eead473;flex-direction:column;justify-content:center;gap:.02rem;padding:.15rem .35rem .15rem 0;line-height:1;animation:2.4s ease-in-out infinite nav-tea-label-glow;display:flex}.nav-tea-label--header{padding:.1rem 0 .1rem .3rem}.nav-tea-label-line{letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(160deg,#a7f3d0 0%,#34d399 42%,#059669 100%);color:#0000;filter:drop-shadow(0 0 6px #34d39959);-webkit-background-clip:text;background-clip:text;font-family:Outfit,system-ui,sans-serif;font-weight:800;display:block}.nav-tea-label--header .nav-tea-label-line{font-size:.5rem}.nav-tea-label:not(.nav-tea-label--header) .nav-tea-label-line{font-size:.54rem}@keyframes nav-tea-label-glow{0%,to{filter:none;border-left-color:#5eead459}50%{border-left-color:#6ee7b7bf}}.nav-tea-label-line:first-child{opacity:.92}.nav-tea-label-line:last-child{opacity:1}.nav-fab{cursor:pointer;border:none;border-radius:50%;place-items:center;width:52px;height:52px;transition:transform .2s,box-shadow .2s;display:grid;position:relative}.nav-fab--mini{width:34px;height:34px;box-shadow:none}.nav-fab--mini svg{width:17px;height:17px}.nav-fab--mini.nav-fab--home{border:1px solid var(--chat-border,#146e5a24);color:var(--chat-text-bright,#0f2922);background:#fffffff2;border-radius:10px;box-shadow:0 2px 8px #14503c0f}.nav-fab--mini.nav-fab--home:hover{background:#fff;transform:none}.nav-fab--tea{color:#1a4d3a;background:linear-gradient(165deg,#e8fdf5 0%,#a8e6cf 28%,#6ec9a8 62%,#4a9b78 100%);border:1px solid #ffffff8c;box-shadow:inset 0 1px #ffffffbf,inset 0 -2px 4px #2d785a59,inset 2px 4px 4px #1e5a4133,0 6px 18px #3d9b7a73,0 2px 6px #1e503c40}.nav-fab--mini.nav-fab--tea{color:#2a5242;background:linear-gradient(160deg,#c5e8d8 0%,#7eb89a 100%);border:1px solid #ffffff59;border-radius:10px;box-shadow:0 3px 12px #32785a47}.nav-fab--tea:hover,.nav-fab--mini.nav-fab--tea:hover{transform:translateY(-1px)scale(1.05);box-shadow:0 5px 16px #32785a59}.nav-fab--mini.nav-fab--tea:hover{transform:translateY(-1px)scale(1.04)}.nav-fab--tea:active,.nav-fab--mini.nav-fab--tea:active{transform:translateY(1px)scale(.96);box-shadow:inset 0 1px 2px #2d785a66,0 2px 8px #3d9b7a4d}.nav-fab--mini.nav-fab--emergency:after,.nav-fab--mini.nav-fab--chat:after{display:none}.nav-fab:active{transform:scale(.94)}.nav-fab--home{color:#fff;background:linear-gradient(145deg,#5eead4,#14b8a6);box-shadow:0 6px 20px #2dd4bf59,inset 0 0 0 1px #ffffff1a}.nav-fab--home:hover{transform:scale(1.06)}.nav-fab--home svg{width:22px;height:22px}.nav-fab--mini.nav-fab--home svg{width:17px;height:17px}.nav-fab--emergency{color:#fff;background:linear-gradient(145deg,#e8968a,#c45c5c);box-shadow:0 8px 24px #c45c5c4d,inset 0 0 0 1px #ffffff1a}.nav-fab--emergency:hover{transform:scale(1.06);box-shadow:0 10px 30px #c45c5c61,inset 0 0 0 1px #ffffff1f}.nav-fab--emergency svg{width:24px;height:24px}.nav-fab--emergency:after{content:"";pointer-events:none;border:2px solid #e8968a47;border-radius:50%;animation:2.8s infinite nav-fab-em-pulse;position:absolute;inset:-3px}.nav-fab--chat{color:#fff;background:linear-gradient(145deg,#5eead4,#0d9488);box-shadow:0 6px 20px #2dd4bf59,inset 0 0 0 1px #ffffff1a}.nav-fab--chat:hover{transform:scale(1.06)}.nav-fab--chat svg{width:22px;height:22px}.nav-emergency-pill{color:#f0b5a8;letter-spacing:.04em;cursor:pointer;background:#c45c5c1a;border:1px solid #e8968a47;border-radius:999px;flex-shrink:0;align-items:center;gap:.3rem;height:30px;padding:0 .55rem 0 .45rem;font-size:.68rem;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.nav-emergency-pill svg{flex-shrink:0;width:14px;height:14px}.nav-emergency-pill:hover{color:#f5c4ba;background:#c45c5c2e;border-color:#e8968a73}.nav-emergency-pill:active{transform:scale(.97)}.nav-chat-pill{color:#99f6e4;letter-spacing:.04em;cursor:pointer;background:#2dd4bf24;border:1px solid #5eead459;border-radius:999px;flex-shrink:0;align-items:center;gap:.3rem;height:30px;padding:0 .55rem 0 .45rem;font-size:.68rem;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.nav-chat-pill svg{flex-shrink:0;width:14px;height:14px}.nav-chat-pill:hover{color:#ccfbf1;background:#2dd4bf3d;border-color:#5eead480}.nav-chat-pill:active{transform:scale(.97)}@keyframes nav-fab-em-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.9;transform:scale(1.06)}}.pro-nudge{left:50%;bottom:max(5.5rem, calc(5rem + env(safe-area-inset-bottom)));z-index:200;pointer-events:none;width:min(420px,100% - 2rem);animation:.55s cubic-bezier(.22,1,.36,1) pro-nudge-in;position:fixed;transform:translate(-50%)}.pro-nudge__card{pointer-events:auto;-webkit-backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #2dd4bf59;border-radius:16px;padding:.85rem 1rem;box-shadow:0 12px 40px #0c28202e}.pro-nudge__title{color:#0f2922;text-align:center;margin:0 0 .25rem;font-family:Outfit,system-ui,sans-serif;font-size:.92rem;font-weight:600}.pro-nudge__pro{color:#0d9488;font-weight:700}.pro-nudge__sub{color:#6d8f84;text-align:center;margin:0 0 .65rem;font-size:.72rem}.pro-nudge__actions{justify-content:center;gap:.5rem;display:flex}.pro-nudge__cta{color:#fff;cursor:pointer;background:linear-gradient(145deg,#2dd4bf,#0d9488);border:none;border-radius:10px;padding:.45rem .9rem;font-family:inherit;font-size:.8rem;font-weight:600}.pro-nudge__dismiss{color:#6d8f84;cursor:pointer;background:0 0;border:none;padding:.45rem .65rem;font-family:inherit;font-size:.78rem}.pro-nudge__dismiss:hover{color:#0d9488}@keyframes pro-nudge-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pro-trial-banner{z-index:40;pointer-events:none;justify-content:center;padding:0 .75rem;animation:.45s cubic-bezier(.22,1,.36,1) pro-trial-in;display:flex;position:fixed;inset:auto 0 5.5rem}.pro-trial-banner__card{pointer-events:auto;color:#ecfdf8;background:linear-gradient(135deg,#146e5af5,#0d9488eb);border-radius:14px;width:100%;max-width:420px;padding:.85rem 1rem;box-shadow:0 8px 28px #0f292238}.pro-trial-banner__title{margin:0 0 .65rem;font-size:.88rem;font-weight:600;line-height:1.45}.pro-trial-banner__body{opacity:.92;margin:-.35rem 0 .65rem;font-size:.8rem;line-height:1.4}.pro-trial-banner__actions{flex-wrap:wrap;gap:.5rem;display:flex}.pro-trial-banner__cta{font:inherit;color:#0d9488;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:.45rem .9rem;font-size:.78rem;font-weight:700}.pro-trial-banner__dismiss{font:inherit;color:#ecfdf8;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:999px;padding:.45rem .9rem;font-size:.78rem}@keyframes pro-trial-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mood-ritual{z-index:40;pointer-events:none;justify-content:center;padding:0 .75rem;animation:.4s cubic-bezier(.22,1,.36,1) mood-ritual-in;display:flex;position:fixed;inset:auto 0 5.5rem}.mood-ritual__card{pointer-events:auto;color:#f5f3ff;background:linear-gradient(135deg,#37306bf0,#583f82e6);border-radius:14px;width:100%;max-width:420px;padding:.85rem 1rem .75rem;box-shadow:0 8px 28px #1e143240}.mood-ritual__title{text-align:center;margin:0 0 .65rem;font-size:.88rem;font-weight:600}.mood-ritual__moods{justify-content:center;gap:.65rem;margin-bottom:.55rem;display:flex}.mood-ritual__mood{cursor:pointer;background:#ffffff14;border:2px solid #fff3;border-radius:14px;width:3.1rem;height:3.1rem;font-size:1.55rem;transition:transform .15s,border-color .15s}.mood-ritual__mood:hover{border-color:#ffffff73;transform:scale(1.06)}.mood-ritual__skip{color:#f5f3ffbf;font:inherit;cursor:pointer;background:0 0;border:none;margin:0 auto;padding:.25rem .5rem;font-size:.76rem;display:block}.mood-ritual__skip:hover{color:#fff}@keyframes mood-ritual-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.account-save{z-index:40;pointer-events:none;justify-content:center;padding:0 .75rem;animation:.4s cubic-bezier(.22,1,.36,1) account-save-in;display:flex;position:fixed;inset:auto 0 5.5rem}.account-save__card{pointer-events:auto;color:#ecfdf8;background:linear-gradient(135deg,#0f5f55f5,#0d7869eb);border-radius:14px;width:100%;max-width:420px;padding:.9rem 1rem;box-shadow:0 8px 28px #0f292238}.account-save__title{margin:0 0 .4rem;font-size:.9rem;font-weight:700;line-height:1.35}.account-save__body{opacity:.92;margin:0 0 .7rem;font-size:.78rem;line-height:1.45}.account-save__actions{flex-wrap:wrap;gap:.5rem;display:flex}.account-save__cta{font:inherit;color:#0d9488;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:.45rem .95rem;font-size:.78rem;font-weight:700}.account-save__dismiss{font:inherit;color:#ecfdf8;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:999px;padding:.45rem .9rem;font-size:.78rem}@keyframes account-save-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.remind-setup{z-index:40;pointer-events:none;justify-content:center;padding:0 .75rem;animation:.4s cubic-bezier(.22,1,.36,1) remind-setup-in;display:flex;position:fixed;inset:auto 0 5.5rem}.remind-setup__card{pointer-events:auto;color:#eff6ff;background:linear-gradient(135deg,#1e4078f2,#2563a8eb);border-radius:14px;width:100%;max-width:420px;padding:.9rem 1rem;box-shadow:0 8px 28px #0f1e3c47}.remind-setup__title{margin:0 0 .4rem;font-size:.92rem;font-weight:700}.remind-setup__body{opacity:.93;margin:0 0 .7rem;font-size:.78rem;line-height:1.45}.remind-setup__actions{flex-wrap:wrap;gap:.5rem;display:flex}.remind-setup__cta{font:inherit;color:#1d4ed8;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:.45rem .95rem;font-size:.78rem;font-weight:700}.remind-setup__cta:disabled{opacity:.7;cursor:wait}.remind-setup__dismiss{font:inherit;color:#eff6ff;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:999px;padding:.45rem .9rem;font-size:.78rem}@keyframes remind-setup-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mood-mode-suggest{z-index:40;pointer-events:none;justify-content:center;padding:0 .75rem;animation:.4s ease-out mood-mode-suggest-in;display:flex;position:fixed;inset:auto 0 5.5rem}.mood-mode-suggest__card{pointer-events:auto;color:#faf5ff;background:linear-gradient(135deg,#502d5af0,#6e3c78e6);border-radius:14px;width:100%;max-width:420px;padding:.85rem 1rem;box-shadow:0 8px 28px #28143240}.mood-mode-suggest__title{margin:0 0 .35rem;font-size:.88rem;font-weight:700}.mood-mode-suggest__body{opacity:.92;margin:0 0 .65rem;font-size:.76rem;line-height:1.45}.mood-mode-suggest__actions{flex-wrap:wrap;gap:.45rem;display:flex}.mood-mode-suggest__cta{font:inherit;cursor:pointer;border:none;border-radius:999px;padding:.42rem .75rem;font-size:.75rem;font-weight:700}.mood-mode-suggest__cta--tea{color:#6b21a8;background:#fff}.mood-mode-suggest__cta--recovery{color:#faf5ff;background:#ffffff29;border:1px solid #ffffff47}.mood-mode-suggest__dismiss{color:#faf5ffbf;font:inherit;cursor:pointer;background:0 0;border:none;padding:.35rem .5rem;font-size:.74rem}@keyframes mood-mode-suggest-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-win-log{z-index:40;pointer-events:none;justify-content:center;padding:0 .75rem;animation:.4s cubic-bezier(.22,1,.36,1) chat-win-log-in;display:flex;position:fixed;inset:auto 0 5.5rem}.chat-win-log__card{pointer-events:auto;color:#fffbeb;background:linear-gradient(135deg,#785014f0,#a06e1ee6);border-radius:14px;width:100%;max-width:420px;padding:.85rem 1rem;box-shadow:0 8px 28px #3c280a40}.chat-win-log__head{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.chat-win-log__title{margin:0;font-size:.88rem;font-weight:700;line-height:1.35}.chat-win-log__streak{background:#ffffff2e;border-radius:999px;flex-shrink:0;padding:.2rem .5rem;font-size:.72rem;font-weight:700}.chat-win-log__sub{opacity:.9;margin:0 0 .55rem;font-size:.76rem}.chat-win-log__input{box-sizing:border-box;width:100%;font:inherit;color:#fffbeb;background:#0000001f;border:1px solid #ffffff40;border-radius:10px;margin-bottom:.6rem;padding:.5rem .65rem;font-size:.82rem}.chat-win-log__input::placeholder{color:#fffbeb8c}.chat-win-log__actions{flex-wrap:wrap;gap:.5rem;display:flex}.chat-win-log__cta{font:inherit;color:#92400e;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:.45rem .95rem;font-size:.78rem;font-weight:700}.chat-win-log__cta:disabled{opacity:.55;cursor:not-allowed}.chat-win-log__dismiss{font:inherit;color:#fffbeb;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:999px;padding:.45rem .9rem;font-size:.78rem}@keyframes chat-win-log-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-win-streak{color:var(--accent-strong,#b45309);background:#b4781e26;border-radius:999px;align-items:center;padding:.18rem .45rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.future-toast{z-index:45;pointer-events:none;justify-content:center;padding:0 .75rem;animation:.35s ease-out future-toast-in;display:flex;position:fixed;inset:5.5rem 0 auto}.future-toast__card{pointer-events:auto;color:#f8fafc;background:#141e30eb;border:1px solid #ffffff14;border-radius:12px;width:100%;max-width:420px;padding:.75rem 2rem .75rem 1rem;position:relative;box-shadow:0 6px 24px #00000040}.future-toast__title{margin:0 0 .25rem;font-size:.82rem;font-weight:700}.future-toast__body{opacity:.9;margin:0;font-size:.76rem;line-height:1.4}.future-toast__close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:.15rem .35rem;font-size:1.2rem;line-height:1;position:absolute;top:.35rem;right:.45rem}@keyframes future-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.account-menu-btn{color:#0f4a3d;letter-spacing:.02em;cursor:pointer;touch-action:manipulation;background:linear-gradient(165deg,#fffffff5 0%,#ecfdf5eb 55%,#ccfbf1bf 100%);border:1px solid #2dd4bf47;border-radius:999px;flex-shrink:0;align-items:center;gap:.38rem;max-width:6.5rem;height:32px;padding:0 .55rem 0 .35rem;font-family:inherit;font-size:.68rem;font-weight:600;transition:transform .15s,box-shadow .15s,border-color .15s;display:inline-flex;box-shadow:0 2px 10px #2d786414,inset 0 1px #ffffffd9}.account-menu-btn:hover{border-color:#2dd4bf80;transform:translateY(-1px);box-shadow:0 4px 14px #2d786424}.account-menu-btn:active{transform:scale(.98)}.account-menu-btn--login,.account-menu-btn--setup{color:#047857;border-color:#10b98152}.account-menu-btn--sign-in{letter-spacing:.03em;text-transform:none;background:linear-gradient(145deg,#fffffffa,#ccfbf1e0);border-radius:12px;max-width:none;height:auto;min-height:36px;padding:.5rem .95rem;font-size:.82rem;font-weight:700;box-shadow:0 3px 14px #2d786424,inset 0 1px #ffffffe6}.account-menu-btn--sign-in .account-menu-btn__label{text-overflow:unset;white-space:nowrap;overflow:visible}.account-menu-btn--sign-in:hover{border-color:#10b9818c;box-shadow:0 5px 18px #2d786433}.account-menu-btn__avatar{background:#2dd4bf2e;border-radius:50%;flex-shrink:0;place-items:center;width:24px;height:24px;display:grid;overflow:hidden}.account-menu-btn__avatar svg{color:#0d9488;width:14px;height:14px}.account-menu-btn__photo{object-fit:cover;width:100%;height:100%}.account-menu-btn__initial{color:#0d9488;font-size:.72rem;font-weight:700}.account-menu-btn__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.account-menu-btn--compact{border-color:var(--chat-border,#e3e8ef);background:var(--chat-bg-elevated,#fff);max-width:32px;height:32px;color:var(--chat-text-bright,#1f1f1f);justify-content:center;padding:0;box-shadow:0 1px 2px #3c40430f}.account-menu-btn--compact .account-menu-btn__label{display:none}.account-menu-btn--compact.account-menu-btn--sign-in,.account-menu-btn--compact.account-menu-btn--login,.account-menu-btn--compact.account-menu-btn--setup{max-width:none;padding:0 .55rem;font-size:.72rem}.account-menu-btn--compact.account-menu-btn--sign-in .account-menu-btn__label,.account-menu-btn--compact.account-menu-btn--login .account-menu-btn__label,.account-menu-btn--compact.account-menu-btn--setup .account-menu-btn__label{display:inline}.account-menu-btn--compact .account-menu-btn__avatar{width:28px;height:28px}.chat-header__account--desktop{display:none}@media (width>=640px){.chat-header__account--desktop{display:block}.chat-header__account--mobile{display:none}.chat-header__account--desktop.account-menu-btn--sign-in{min-height:38px;padding:.55rem 1.05rem;font-size:.86rem}}@media (width<=639px){.chat-header__account--mobile{display:block}.chat-header__sub-actions .account-menu-btn--sign-in{max-width:none;min-height:34px;padding:.45rem .75rem;font-size:.76rem}.chat-header__sub-actions .account-menu-btn:not(.account-menu-btn--sign-in){max-width:5.2rem;height:30px;padding:0 .45rem 0 .3rem;font-size:.64rem}.chat-header__sub-actions .account-menu-btn__avatar{width:22px;height:22px}}.account-panel{z-index:200;padding:max(.75rem, env(safe-area-inset-top)) max(.65rem, env(safe-area-inset-right)) 1rem max(.65rem, env(safe-area-inset-left));-webkit-backdrop-filter:blur(6px);background:#0f292247;justify-content:flex-end;align-items:flex-start;display:flex;position:fixed;inset:0}.account-panel__card{width:min(100%,320px);max-height:calc(100dvh - max(.75rem, env(safe-area-inset-top)) - 1rem);background:#fffffff7;border:1px solid #2dd4bf38;border-radius:18px;flex-direction:column;animation:.22s account-panel-in;display:flex;overflow:hidden;box-shadow:0 18px 48px #0c32282e}@keyframes account-panel-in{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.account-panel__head{border-bottom:1px solid #146e5a1a;justify-content:space-between;align-items:center;padding:.85rem 1rem .65rem;display:flex}.account-panel__head-title{color:#0f2922;margin:0;font-size:.95rem;font-weight:600}.account-panel__build-id{letter-spacing:.04em;color:#6d8f84;opacity:.85;margin:.12rem 0 0;font-size:.58rem;font-weight:600}.account-panel__session-block{border-bottom:1px solid #146e5a14;padding:.75rem 1rem .55rem}.account-panel__session-kicker{letter-spacing:-.03em;background:linear-gradient(135deg,#0f766e 0%,#2dd4bf 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .2rem;font-size:clamp(1.35rem,5vw,1.65rem);font-weight:600;line-height:1.1}.account-panel__session-line{letter-spacing:-.01em;color:#6d8f84;margin:0;font-size:.78rem;font-weight:500;line-height:1.4}.account-panel__session-email{letter-spacing:-.02em;color:#0f2922;word-break:break-all;margin:.15rem 0 .35rem;font-size:.92rem;font-weight:600;line-height:1.35}.account-panel__session-provider{letter-spacing:.05em;text-transform:uppercase;color:#0d9488;background:#2dd4bf24;border-radius:999px;padding:.18rem .5rem;font-size:.62rem;font-weight:700;display:inline-block}.account-panel__session-name{color:#6d8f84;margin:.4rem 0 0;font-size:.76rem}.account-modes{margin-bottom:.75rem}.account-modes__label{letter-spacing:.06em;text-transform:uppercase;color:#6d8f84;margin:0 0 .45rem;font-size:.68rem;font-weight:700}.account-modes__grid{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.account-mode{border:1px solid #146e5a1f;border-radius:12px;overflow:hidden}.account-mode__chrome{flex-direction:column;gap:.05rem;padding:.35rem .45rem .25rem;display:flex}.account-mode__title{letter-spacing:.02em;font-size:.62rem;font-weight:700;line-height:1.2}.account-mode__sub{opacity:.75;font-size:.52rem;line-height:1.2}.account-mode__chat{flex-direction:column;gap:.22rem;min-height:3.1rem;padding:.35rem .4rem .4rem;display:flex}.account-mode__bubble{border-radius:999px;height:.42rem;display:block}.account-mode__bubble--bot{align-self:flex-start;width:72%}.account-mode__bubble--user{align-self:flex-end;width:48%}.account-mode__input{opacity:.55;border-radius:999px;height:.5rem;margin-top:.1rem;display:block}.account-mode--chat{background:#ecf8f4}.account-mode--chat .account-mode__title,.account-mode--chat .account-mode__sub{color:#0f4a3d}.account-mode--chat .account-mode__bubble--bot{background:#fffffff2}.account-mode--chat .account-mode__bubble--user{background:#2dd4bf59}.account-mode--chat .account-mode__input{background:#ffffffe6;border:1px solid #2dd4bf40}.account-mode--tea{background:linear-gradient(165deg,#e8f8f0 0%,#d4efe3 100%)}.account-mode--tea .account-mode__title,.account-mode--tea .account-mode__sub{color:#14532d}.account-mode--tea .account-mode__bubble--bot{background:#ffffffe0}.account-mode--tea .account-mode__bubble--user{background:#34d39961}.account-mode--tea .account-mode__input{background:#ffffffd9;border:1px solid #34d3994d}.account-mode--home{background:linear-gradient(160deg,#f4fbf8 0%,#e2f5ed 100%)}.account-mode--home .account-mode__title,.account-mode--home .account-mode__sub{color:#134e4a}.account-mode--home .account-mode__bubble--bot{background:#ffffffeb}.account-mode--home .account-mode__bubble--user{background:#10b98147}.account-mode--home .account-mode__input{background:#ffffffe0;border:1px solid #10b98138}.account-mode--emergency{background:linear-gradient(165deg,#2a1212 0%,#1a0c0c 100%);border-color:#ef444440}.account-mode--emergency .account-mode__title,.account-mode--emergency .account-mode__sub{color:#fecaca}.account-mode--emergency .account-mode__bubble--bot{background:#3c1919e6}.account-mode--emergency .account-mode__bubble--user{background:#ef444473}.account-mode--emergency .account-mode__input{background:#281212f2;border:1px solid #f8717159}.account-panel__error{color:#b91c1c;margin:0 0 .55rem;font-size:.76rem;line-height:1.35}.account-panel__google-wrap{margin-bottom:.55rem}.account-panel__google-hint{color:#0f4a3d;margin:0 0 .4rem;font-size:.76rem;font-weight:600}.account-panel__google-popup{color:#0f4a3d;cursor:pointer;background:#fff;border:1px solid #146e5a38;border-radius:12px;width:100%;margin-bottom:.45rem;padding:.72rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600}.account-panel__google-popup:hover:not(:disabled){background:#f4fbf8}.account-panel__google-popup:disabled{opacity:.7;cursor:wait}.account-panel__google-host{justify-content:center;width:100%;min-height:44px;display:flex}.account-panel__setup-msg{color:#92400e;background:#fef3c773;border-radius:10px;margin:0 0 .55rem;padding:.55rem .65rem;font-size:.76rem;line-height:1.4}.account-panel__close{color:#4a6b62;cursor:pointer;background:#146e5a14;border:none;border-radius:10px;width:32px;height:32px;font-size:1.35rem;line-height:1}.account-panel__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:.85rem 1rem 1rem;overflow-y:auto}.account-panel__lead{color:#4a6b62;margin:0 0 .85rem;font-size:.82rem;line-height:1.45}.account-panel__notice{color:#92400e;background:#fef3c7a6;border-radius:10px;margin:0 0 .65rem;padding:.55rem .65rem;font-size:.78rem;line-height:1.4}.account-panel__saved{color:#059669;margin:0 0 .75rem;font-size:.78rem;line-height:1.4}.account-panel__primary{color:#fff;cursor:pointer;background:linear-gradient(160deg,#5eead4,#0d9488);border:none;border-radius:12px;width:100%;margin-bottom:.55rem;padding:.65rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600}.account-panel__actions{flex-direction:column;gap:.4rem;display:flex}.account-panel__ghost,.account-panel__danger{cursor:pointer;border-radius:10px;width:100%;padding:.55rem .85rem;font-family:inherit;font-size:.82rem;font-weight:600}.account-panel__ghost{color:#0f4a3d;background:#ffffffe6;border:1px solid #146e5a29}.account-panel__danger{color:#b91c1c;background:#fee2e280;border:1px solid #f8717159}.account-panel__divider{color:#6d8f84;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.65rem;margin:.85rem 0 .65rem;font-size:.72rem;font-weight:600;display:flex}.account-panel__divider:before,.account-panel__divider:after{content:"";background:#146e5a1f;flex:1;height:1px}.account-panel__toggle{color:#4a6b62;cursor:pointer;align-items:flex-start;gap:.55rem;margin:0 0 .85rem;font-size:.82rem;line-height:1.4;display:flex}.account-panel__toggle input{accent-color:var(--accent,#2dd4bf);margin-top:.12rem}.google-sign-in{flex-direction:column;align-items:center;gap:.45rem;width:100%;display:flex}.google-sign-in--compact .google-sign-in__btn{padding:.65rem .85rem;font-size:.88rem}.google-sign-in__btn{color:#0f2922;cursor:pointer;background:#fff;border:1px solid #146e5a2e;border-radius:14px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:.82rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .15s,transform .12s,box-shadow .15s;display:flex;box-shadow:0 4px 16px #0c28200f}.google-sign-in__btn:hover:not(:disabled){background:#fafdfc;transform:translateY(-1px);box-shadow:0 6px 20px #0c28201a}.google-sign-in__btn:disabled{opacity:.72;cursor:wait}.google-sign-in__icon{flex-shrink:0;width:22px;height:22px}.google-sign-in__host{justify-content:center;align-items:center;width:100%;min-height:48px;display:flex}.google-sign-in__note{color:#6d8f84;text-align:center;max-width:320px;margin:0;font-size:.72rem;line-height:1.4}.google-sign-in__note--warn{color:#92400e}.google-sign-in__btn--pending{opacity:.92}.chat-mode{z-index:12;position:relative}.chat-mode--desktop{display:none}.chat-mode--mobile,.chat-mode--compact{display:inline-flex}.chat-mode--compact .chat-mode__trigger{border-color:var(--chat-border,#e3e8ef);background:var(--chat-bg-elevated,#fff);width:32px;height:32px;color:var(--chat-text-bright,#1f1f1f);justify-content:center;gap:0;padding:0;box-shadow:0 1px 2px #3c40430f}.chat-mode--compact .chat-mode__label,.chat-mode--compact .chat-mode__chev{display:none}.chat-mode--compact .chat-mode__emoji{font-size:1rem}.chat-mode--compact .chat-mode__menu{min-width:200px;left:auto;right:0}@media (width>=640px){.chat-mode--desktop{display:inline-flex}.chat-mode--mobile{display:none}}.chat-mode__trigger{color:#0f766e;cursor:pointer;background:#ffffffeb;border:1px solid #0d948847;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.chat-mode__trigger--discipline{color:#c2410c;border-color:#ea580c59}.chat-mode__trigger--emergency{color:#b91c1c;background:#fef2f2f2;border-color:#dc262666}.chat-mode__trigger:hover{background:#f0fdfa}.chat-mode__emoji{font-size:.95rem;line-height:1}.chat-mode__chev{opacity:.7;width:14px;height:14px}.chat-mode__backdrop{z-index:11;cursor:default;background:0 0;border:none;position:fixed;inset:0}.chat-mode__menu{z-index:13;background:#fff;border:1px solid #0f172a14;border-radius:14px;min-width:220px;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 32px #0f172a1f}.chat-mode__option{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:flex-start;gap:.55rem;width:100%;padding:.55rem .65rem;display:flex}.chat-mode__option:hover{background:#f8fafc}.chat-mode__option--active{background:#f0fdfa}.chat-mode__option-emoji{font-size:1.1rem;line-height:1.2}.chat-mode__option-text{flex-direction:column;gap:.1rem;display:flex}.chat-mode__option-text strong{color:#0f172a;font-size:.82rem}.chat-mode__option-text small{color:#64748b;font-size:.72rem;font-weight:400}@media (width<=640px){.chat-mode__label{text-overflow:ellipsis;white-space:nowrap;max-width:4.5rem;overflow:hidden}.chat-mode__menu{min-width:200px}}.chat-app{--chat-bg:#fff;--chat-sidebar-bg:#f0f4f9;--chat-bg-elevated:#fff;--chat-surface:#fff;--chat-border:#e3e8ef;--chat-text:#5f6368;--chat-text-soft:#80868b;--chat-text-bright:#1f1f1f;--chat-accent:#1a73e8;--chat-accent-deep:#1557b0;--chat-accent-soft:#1a73e840;--chat-user-bg:#f1f3f4;--chat-glow:#a8c7fa8c;--chat-glow-soft:#d2e3fcb3;--chat-content-max:min(42rem, calc(100% - 2rem));background:var(--chat-bg);width:100%;min-width:0;height:100dvh;min-height:100dvh;max-height:100dvh;color:var(--chat-text);flex-direction:row;flex:1;font-family:Outfit,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.chat-main{background:var(--chat-bg);flex-direction:column;flex:1;min-width:0;height:100dvh;max-height:100dvh;display:flex;position:relative}.chat-main:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(ellipse 75% 55% at 50% 38%, var(--chat-glow-soft) 0%, var(--chat-glow) 28%, transparent 68%);position:absolute;inset:0}.chat-shell{z-index:1;width:100%;max-width:100%;padding:max(.5rem, env(safe-area-inset-top)) 1rem 0;flex-direction:column;flex:1;min-height:0;margin:0;display:flex;position:relative;overflow:hidden}.chat-header{z-index:30;background:0 0;border-bottom:none;flex-shrink:0;grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.38rem .4rem;margin-bottom:0;padding:.35rem 0 .55rem;display:grid}.chat-shell--empty .chat-header{border-bottom:none}.chat-header--empty{grid-template-rows:auto;padding:.35rem 0 .25rem}.chat-header__compact-tools{flex-shrink:0;align-items:center;gap:.28rem;display:none}.chat-header--empty .chat-header__compact-tools{display:inline-flex}.chat-header--empty .chat-header__tools-cluster{display:none!important}.chat-header__pro-chip{height:32px;color:var(--chat-accent);cursor:pointer;background:#e8f0fe;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:.22rem;padding:0 .6rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .15s;display:inline-flex}.chat-header__pro-chip svg{width:13px;height:13px}.chat-header__pro-chip:hover{background:#d2e3fc}.chat-shell--empty{flex-direction:column;display:flex}.chat-shell--empty .chat-messages--empty{flex-direction:column;flex:1;justify-content:center;display:flex}.chat-shell--empty .chat-brand{visibility:hidden;pointer-events:none}.chat-header__nav--full{display:none}.chat-header__nav--home{grid-area:1/1;align-items:center;gap:.2rem;min-width:0;display:flex}.chat-history-btn--mobile{display:none}@media (width<=767px){.chat-history-btn--mobile{place-items:center;display:grid}}@media (width>=768px){.chat-shell{max-width:100%}}.chat-header__nav .nav-fab-stack--header{flex-shrink:0}.chat-brand{isolation:isolate;grid-area:1/2;justify-self:center;align-items:center;gap:.35rem;min-width:0;max-width:100%;display:flex;overflow:hidden}.chat-header__tools{grid-area:1/3;justify-content:flex-end;align-items:center;gap:.35rem;min-width:0;display:flex}.chat-header__tools-cluster{align-items:center;gap:.35rem;display:none}.chat-header__sub{border-top:1px solid #146e5a14;grid-area:2/1/auto/-1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.4rem;min-width:0;padding-top:.35rem;display:grid}.chat-header__sub-actions{flex-shrink:0;align-items:center;gap:.32rem;display:flex}.chat-lc-pill{color:#1a4d3a;letter-spacing:.03em;cursor:pointer;touch-action:manipulation;background:linear-gradient(160deg,#e8fdf5f2,#c4e8d8e6);border:1px solid #34d39959;border-radius:999px;flex-shrink:1;align-items:center;gap:.38rem;width:100%;min-width:0;max-width:100%;height:32px;padding:0 .65rem 0 .45rem;font-family:inherit;font-size:.72rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex}.chat-lc-pill:active{transform:scale(.98)}.chat-lc-pill__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width>=640px){.chat-header{grid-template-rows:auto;grid-template-columns:auto minmax(0,1fr) auto;gap:0 .55rem;padding-bottom:.65rem}.chat-header__nav--full{grid-area:1/1;display:block}.chat-header__nav--home,.chat-header__sub{display:none}.chat-brand{grid-area:1/2}.chat-header__tools{grid-area:1/3}.chat-header__tools-cluster{display:flex}}.chat-history-btn{touch-action:manipulation;width:40px;height:40px;color:var(--chat-text-bright);cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;padding:0;transition:background .15s;display:grid}.chat-history-btn:hover{background:#3c404314}.chat-history-btn svg{width:20px;height:20px}.chat-brand--upsell,.chat-brand--pro-active{transform:none}.chat-logo-mark{flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.chat-logo-mark svg{filter:drop-shadow(0 2px 6px #14b8a647);width:38px;height:38px;display:block}.chat-brand-name{color:var(--chat-text-bright);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1.05rem;font-weight:600;overflow:hidden}.chat-brand-pro{border-left:2px solid #2dd4bf47;flex-shrink:0;align-items:center;display:flex}.chat-brand--upsell .chat-brand-pro{margin-left:.35rem;padding-left:.55rem}.chat-brand--pro-active .chat-brand-pro{border-left-color:#34d39980;margin-left:.2rem;padding-left:.42rem}.chat-pro-upsell{min-height:28px;color:var(--chat-accent);cursor:pointer;background:#e8f0fe;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;padding:0 .55rem;transition:transform .15s,box-shadow .15s,border-color .15s,color .15s;display:inline-flex}.chat-pro-upsell svg{width:14px;height:14px}.chat-pro-upsell:hover{background:#d2e3fc;transform:scale(1.02)}.chat-pro-label{letter-spacing:-.02em;background:linear-gradient(155deg,#5eead4 0%,#10b981 50%,#059669 100%);color:#0000;filter:drop-shadow(0 0 8px #34d3994d);-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-background-clip:text;background-clip:text;font-family:Outfit,system-ui,sans-serif;font-size:1.05rem;font-weight:700;line-height:1}.chat-badge{color:#0d9488;background:#2dd4bf24;border:1px solid #2dd4bf59;border-radius:999px;flex-shrink:0;padding:.3rem .65rem;font-size:.68rem;font-weight:600}.chat-badge--login{text-align:center;letter-spacing:.02em;cursor:pointer;color:#047857;background:#10b98124;border-color:#10b98166;min-width:3.1rem;font-family:inherit;transition:background .15s,transform .12s}.chat-badge--login:hover{background:#10b98138}.chat-badge--login:active{transform:scale(.97)}.chat-badge--account{text-overflow:ellipsis;white-space:nowrap;color:#0f2922;cursor:default;pointer-events:none;background:#ffffffd9;border-color:#146e5a38;max-width:5.5rem;overflow:hidden}.chat-plus-pill{letter-spacing:.04em;color:#6d8f84;cursor:pointer;background:#fff9;border:1px solid #146e5a1f;border-radius:999px;flex-shrink:0;height:28px;padding:0 .5rem;font-family:inherit;font-size:.65rem;font-weight:600;transition:color .15s,border-color .15s}.chat-plus-pill:hover{color:#0d9488;border-color:#2dd4bf59}.chat-messages{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;align-items:center;gap:1.25rem;min-height:0;padding:.5rem 1rem .75rem;display:flex;position:relative;overflow:hidden auto}.chat-messages>:not(.chat-starter){width:100%;max-width:var(--chat-content-max)}.chat-messages--empty{justify-content:center;gap:0;padding-bottom:.5rem}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-thumb{background:#146e5a26;border-radius:4px}.chat-unfinished{background:linear-gradient(135deg,#146e5a14,#146e5a0a);border:1px solid #146e5a2e;border-radius:14px;margin:0 0 1rem;padding:.85rem 1rem;animation:.45s chat-unfinished-in}.chat-unfinished__body{color:var(--text,#1a2e28);margin-top:.35rem;font-size:.95rem;line-height:1.55}@keyframes chat-unfinished-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-reflection-vault{background:linear-gradient(135deg,#b48c3c1f,#2dd4bf0f);border:1px solid #b48c3c47;border-radius:14px;margin:0 0 1rem;padding:.9rem 1rem;animation:.45s chat-unfinished-in}.chat-reflection-vault__body{color:var(--chat-text-bright,#0f2922);white-space:pre-line;margin-top:.35rem;font-size:.95rem;line-height:1.55}.chat-starter{max-width:var(--chat-content-max);flex:0 auto;justify-content:center;align-items:center;width:100%;padding:1rem 1rem 1.5rem;display:flex}.chat-starter__content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;animation:.5s cubic-bezier(.22,1,.36,1) both chat-starter-in;display:flex}.chat-starter__brand{flex-direction:column;align-items:center;gap:.35rem;display:flex}.chat-starter__brand .chat-logo-mark,.chat-starter__brand .chat-logo-mark svg{width:48px;height:48px}.chat-starter__brand-name{color:var(--chat-text-soft);letter-spacing:-.01em;font-size:.9rem;font-weight:500}@keyframes chat-starter-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chat-starter-title{letter-spacing:-.02em;color:var(--chat-text-bright);max-width:20ch;margin:0;font-size:clamp(1.65rem,5.5vw,2.15rem);font-weight:400;line-height:1.28}.msg-row{flex-direction:column;max-width:100%;display:flex}.msg-row.bot{align-self:flex-start;max-width:92%;padding-left:.15rem}.msg-row.user{align-self:flex-end;max-width:85%}.msg-label{letter-spacing:.06em;text-transform:uppercase;color:var(--chat-text-soft);align-items:center;gap:.4rem;margin-bottom:.35rem;font-size:.7rem;font-weight:600;display:flex}.msg-label .chat-logo-mark,.msg-label .chat-logo-mark svg{width:18px;height:18px}.msg-body.bot-body{color:var(--chat-text-bright);white-space:pre-wrap;word-break:break-word;border-left:none;padding:0;font-size:1rem;line-height:1.6}.chat-web-sources{border-top:1px solid #146e5a1f;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:.65rem;padding-top:.5rem;font-size:.72rem;line-height:1.35;display:flex}.chat-web-sources-label{text-transform:uppercase;letter-spacing:.04em;color:var(--chat-accent);font-weight:700}.chat-web-source-link{color:var(--chat-text-soft);text-overflow:ellipsis;white-space:nowrap;max-width:100%;text-decoration:none;overflow:hidden}.chat-web-source-link:hover{color:var(--chat-accent);text-decoration:underline}.msg-body.user-body{color:var(--chat-text-bright);white-space:pre-wrap;word-break:break-word;background:var(--chat-user-bg);border:none;border-radius:20px 20px 4px;padding:.65rem 1rem;font-size:1rem;line-height:1.55}.thinking-dot-wrap{border-left:none;align-self:flex-start;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.thinking-dot-wrap--web .thinking-label{color:var(--chat-accent);font-weight:600}.thinking-dot-wrap--web .thinking-dot{animation-duration:.75s}.thinking-label{color:var(--chat-muted);font-size:.8rem}.thinking-dot{background:var(--chat-accent);opacity:.7;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite thinking-pulse;display:block}@keyframes thinking-pulse{0%,to{opacity:.35;transform:scale(.55)}50%{opacity:.95;transform:scale(1.15)}}.stream-cursor{vertical-align:text-bottom;background:var(--chat-accent);border-radius:1px;width:2px;height:1.05em;margin-left:2px;animation:.85s step-end infinite cursor-blink;display:inline-block}.stream-cursor--solo{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-left:0;animation:1s ease-in-out infinite thinking-pulse}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.chat-input-bar{padding:.35rem 1rem max(1rem, env(safe-area-inset-bottom));max-width:var(--chat-content-max);z-index:30;background:0 0;border-top:none;flex-shrink:0;width:100%;margin:0 auto;position:relative}.chat-shell--empty .chat-input-bar{margin-top:auto}.chat-shell--empty .chat-hint{display:none}.chat-composer{border:1px solid var(--chat-border);background:var(--chat-bg-elevated);border-radius:1.75rem;align-items:flex-end;gap:.15rem;min-height:48px;padding:.35rem .4rem .35rem .45rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #3c404314,0 4px 16px #3c40430f}.chat-composer:focus-within{border-color:#c6d4e8;box-shadow:0 2px 8px #3c40431a,0 8px 28px #a8c7fa59}.chat-composer textarea{color:var(--chat-text-bright);resize:none;field-sizing:content;background:0 0;border:none;flex:1;min-height:22px;max-height:120px;margin:0;padding:.45rem .35rem .45rem .15rem;font-family:inherit;font-size:.9375rem;line-height:1.45}.chat-composer textarea:focus{outline:none}.chat-composer textarea::placeholder{color:#6d8f84bf}.chat-send{color:#4a6b6266;background:0 0;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;margin-bottom:1px;transition:background .18s,color .18s,transform .15s;display:grid}.chat-send svg{width:15px;height:15px}.chat-composer.has-text .chat-send:not(:disabled),.chat-composer.has-attach .chat-send:not(:disabled){background:var(--chat-accent);color:#fff}.chat-composer-menu-wrap{flex-shrink:0;align-self:center;align-items:center;margin-bottom:1px;display:flex;position:relative}.chat-plus{color:#4a6b628c;cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;width:28px;height:28px;margin-bottom:0;transition:color .2s,background .2s,transform .22s cubic-bezier(.34,1.2,.64,1);display:grid}.chat-plus__icon{width:16px;height:16px}.chat-plus:hover:not(:disabled){color:var(--chat-text-bright);background:#3c40430f}.chat-plus:active:not(:disabled){transform:scale(.94)}.chat-plus--open{color:var(--chat-accent);background:#1a73e814;transform:rotate(45deg)}.chat-plus--open:active:not(:disabled){transform:rotate(45deg)scale(.94)}.chat-plus--active:not(.chat-plus--open){color:var(--chat-accent)}.chat-plus:disabled{opacity:.35;cursor:not-allowed}.chat-composer-menu{z-index:50;background:var(--chat-bg-elevated);border:1px solid var(--chat-border);-webkit-backdrop-filter:blur(12px);border-radius:12px;min-width:200px;padding:.3rem;position:absolute;bottom:calc(100% + .5rem);left:0;box-shadow:0 4px 6px #0f29220a,0 16px 32px #0f29221a}.chat-composer-menu__item{width:100%;color:var(--chat-text-bright);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .65rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s;display:flex}.chat-composer-menu__item svg{color:#4a6b6280;stroke-width:1.75px;flex-shrink:0;width:17px;height:17px}.chat-composer-menu__item:hover:not(:disabled){background:#146e5a0f}.chat-composer-menu__item:hover:not(:disabled) svg{color:var(--accent-deep)}.chat-composer-menu__signin-note{color:var(--chat-text-soft);margin:0;padding:.5rem .75rem .35rem;font-size:.78rem;line-height:1.35}.chat-composer-menu__divider{background:#0f292214;height:1px;margin:.15rem .5rem .25rem}.chat-composer-menu__item--locked{opacity:.55;cursor:pointer}.chat-composer-menu__item--locked:hover{opacity:.7;background:#146e5a0f}.chat-composer-menu__lock-tag{color:var(--chat-text-soft);white-space:nowrap;margin-left:auto;font-size:.68rem;font-weight:600}.chat-composer-menu__item:disabled{opacity:.45;cursor:not-allowed}.chat-composer-menu__item--on{color:var(--chat-accent);font-weight:600}.chat-composer-menu__badge{color:var(--chat-accent);text-transform:uppercase;letter-spacing:.04em;margin-left:auto;font-size:.68rem;font-weight:700}.chat-composer.web-search-armed{border-color:#aecbfa;box-shadow:0 4px 20px #a8c7fa66}.chat-vision-preview{background:#fff;border:1px solid #0f292214;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:.4rem;padding:.35rem .45rem;display:flex;box-shadow:0 2px 8px #0f29220a}.chat-vision-preview img{object-fit:cover;border-radius:10px;width:44px;height:44px;display:block}.chat-vision-preview__meta{min-width:0;color:var(--chat-text-soft);flex:1;font-size:.72rem;line-height:1.35}.chat-vision-preview__remove{color:var(--chat-text-soft);cursor:pointer;background:0 0;border:none;padding:.2rem .45rem;font-size:1.25rem;line-height:1}.chat-msg-image{object-fit:cover;border-radius:12px;max-width:min(240px,100%);max-height:200px;margin-bottom:.45rem;display:block}.chat-attach-input{display:none}.chat-vision-hint{color:#b4535a;text-align:center;margin:0 0 .45rem;font-size:.78rem}.chat-composer.has-text .chat-send:not(:disabled):hover{background:var(--chat-accent-deep);transform:scale(1.04)}.chat-send:disabled{cursor:not-allowed}.chat-hint{text-align:center;color:var(--chat-text-soft);opacity:.65;letter-spacing:.01em;margin-top:.35rem;font-size:.68rem}@media (width>=640px){.chat-input-bar{padding-left:1rem;padding-right:1rem;padding-bottom:max(.85rem, env(safe-area-inset-bottom))}}@media (width<=639px){.chat-shell{padding-left:max(.5rem, env(safe-area-inset-left));padding-right:max(.5rem, env(safe-area-inset-right));padding-top:max(.45rem, env(safe-area-inset-top))}.chat-header{grid-template-columns:auto minmax(0,1fr) auto;gap:.32rem .2rem;padding-bottom:.45rem}.chat-header__nav--home{z-index:3;grid-area:1/1;align-self:center}.chat-brand{box-sizing:border-box;z-index:1;pointer-events:none;grid-area:1/1/auto/-1;justify-self:center;max-width:100%;padding:0 3.4rem 0 4.2rem}.chat-brand .chat-pro-upsell{pointer-events:auto}.chat-header__tools{z-index:3;grid-area:1/3;align-self:center}.chat-brand-name{max-width:7.5rem;font-size:.86rem}.chat-logo-mark,.chat-logo-mark svg{width:26px;height:26px}.chat-brand{gap:.28rem}.chat-brand--upsell .chat-brand-pro{margin-left:.22rem;padding-left:.38rem}.chat-pro-upsell{border-radius:6px;width:20px;height:20px}.chat-pro-upsell svg{width:12px;height:12px}.chat-pro-label{font-size:.72rem}.chat-history-btn{border-radius:9px;width:34px;min-width:34px;height:34px}.chat-history-btn svg{width:16px;height:16px}.chat-header__nav .nav-fab--mini{width:34px;min-width:34px;height:34px}.chat-header__sub{grid-template-columns:minmax(0,1fr) auto;gap:.3rem}.chat-lc-pill{height:30px;padding:0 .5rem 0 .4rem;font-size:.66rem}.chat-header__sub-actions{flex-wrap:nowrap;flex-shrink:0;gap:.22rem}.chat-header__sub .nav-emergency-pill{height:28px;padding:0 .42rem;font-size:.62rem}.chat-header__sub .nav-emergency-pill svg{width:13px;height:13px}.chat-badge{padding:.16rem .36rem;font-size:.56rem}.chat-badge--account{max-width:3.6rem}}@media (width<=360px){.chat-brand{padding:0 2.45rem}.chat-brand-name{max-width:6.2rem;font-size:.78rem}.chat-lc-pill__text{font-size:.62rem}.chat-header__sub .nav-emergency-pill span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-header__sub .nav-emergency-pill{justify-content:center;width:28px;padding:0}}.relapse-overlay{z-index:180;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08080cb8;place-items:center;padding:1rem;animation:.35s relapse-in;display:grid;position:fixed;inset:0}@keyframes relapse-in{0%{opacity:0}to{opacity:1}}.relapse-panel{color:#f4f4f5;background:linear-gradient(165deg,#1a1216 0%,#120e10 50%,#0f0d12 100%);border:1px solid #ef444438;border-radius:18px;width:100%;max-width:420px;max-height:min(92vh,680px);padding:1.35rem 1.2rem 1.15rem;position:relative;overflow-y:auto;box-shadow:0 22px 56px #00000073}.relapse-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:9px;width:34px;height:34px;font-size:1.35rem;position:absolute;top:.6rem;right:.65rem}.relapse-kicker{letter-spacing:.1em;text-transform:uppercase;color:#f87171d9;margin:0 0 .2rem;font-size:.68rem;font-weight:700}.relapse-panel h2{margin:0 0 .35rem;font-size:1.35rem;font-weight:600}.relapse-no-shame{color:#d4d4d8bf;margin:0 0 1rem;font-size:.82rem;line-height:1.45}.relapse-focus-label{text-transform:uppercase;letter-spacing:.05em;color:#a1a1aae6;margin-bottom:.35rem;font-size:.72rem;font-weight:600;display:block}.relapse-focus-input{box-sizing:border-box;color:#fafafa;width:100%;font:inherit;background:#00000059;border:1px solid #ef444440;border-radius:10px;margin-bottom:.9rem;padding:.6rem .75rem;font-size:.88rem}.relapse-stats{grid-template-columns:repeat(3,1fr);gap:.45rem;margin-bottom:1rem;display:grid}.relapse-stat{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;padding:.65rem .4rem}.relapse-stat--clean{background:#22c55e14;border-color:#4ade8059}.relapse-stat__num{color:#fafafa;font-size:1.55rem;font-weight:700;line-height:1.1;display:block}.relapse-stat--clean .relapse-stat__num{color:#86efac}.relapse-stat__label{text-transform:uppercase;letter-spacing:.04em;color:#a1a1aad9;margin-top:.25rem;font-size:.62rem;font-weight:600;display:block}.relapse-hours{background:#00000040;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:1rem;padding:.75rem}.relapse-hours__title{color:#e4e4e7;margin:0 0 .15rem;font-size:.78rem;font-weight:600}.relapse-hours__hint{color:#a1a1aad9;margin:0 0 .55rem;font-size:.72rem}.relapse-hours__chart{align-items:flex-end;gap:2px;height:72px;margin-bottom:.45rem;display:flex}.relapse-hour-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:0;height:100%;display:flex}.relapse-hour-bar{opacity:.85;background:linear-gradient(#f87171,#ef4444);border-radius:3px 3px 0 0;width:100%;max-width:10px;min-height:2px}.relapse-hour-label{color:#a1a1aab3;margin-top:2px;font-size:.55rem}.relapse-hours__peak{color:#d4d4d8e6;margin:0;font-size:.75rem;line-height:1.4}.relapse-actions{flex-direction:column;gap:.45rem;display:flex}.relapse-btn{font:inherit;cursor:pointer;border:none;border-radius:12px;padding:.75rem 1rem;font-size:.88rem;font-weight:600}.relapse-btn--urge{color:#fff;background:linear-gradient(135deg,#dc2626,#b91c1c)}.relapse-btn--relapse{color:#fca5a5;background:#ffffff1a;border:1px solid #ef444459}.relapse-btn--ghost{color:#a1a1aaf2;background:0 0;font-weight:500}.relapse-flash{text-align:center;color:#86efac;margin:.65rem 0 0;font-size:.78rem}.relapse-strip{background:#140f12fa;border-top:1px solid #ef44441f;flex-shrink:0;padding:.55rem .85rem}.relapse-strip__row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.relapse-strip__stat{color:#d4d4d8d9;font-size:.72rem}.relapse-strip__stat strong{color:#86efac;font-weight:700}.relapse-strip__actions{flex-wrap:wrap;gap:.35rem;margin-left:auto;display:flex}.relapse-strip__btn{color:#fecaca;font:inherit;cursor:pointer;background:#ef44441f;border:1px solid #ef444459;border-radius:8px;padding:.35rem .6rem;font-size:.68rem;font-weight:600}.relapse-strip__btn--data{color:#d4d4d8;background:#ffffff0f;border-color:#ffffff26}.emergency-app{--em-red:#e07a6a;--em-red-deep:#b4535a;--em-red-glow:#e07a6a52;--em-bg:#0a080c;--em-surface:#140f12;--em-text:#f4f4f5;--em-muted:#a1a1aa;background:var(--em-bg);min-height:100svh;color:var(--em-text);flex-direction:column;font-family:Outfit,system-ui,sans-serif;display:flex}.emergency-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#140f12f2;border-bottom:1px solid #e07a6a24;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;padding:.85rem 1rem;display:grid}.emergency-header-end{flex-shrink:0;align-items:center;gap:.45rem;display:flex}.emergency-header .nav-fab--mini.nav-fab--home{color:var(--em-text);background:#ffffff0d;border-color:#e07a6a2e}.emergency-brand{justify-self:center;align-items:center;gap:.65rem;display:flex}.emergency-dot{background:var(--em-red);width:10px;height:10px;box-shadow:0 0 12px var(--em-red-glow);border-radius:50%;animation:2.2s ease-in-out infinite em-pulse}@keyframes em-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.92)}}.emergency-title{letter-spacing:-.02em;font-size:1rem;font-weight:700;display:block}.emergency-sub{color:var(--em-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;display:block}.emergency-badge{color:#f5b8ae;background:#e07a6a1f;border:1px solid #e07a6a38;border-radius:999px;padding:.28rem .55rem;font-size:.68rem;font-weight:700}.emergency-messages{flex-direction:column;flex:1;gap:.85rem;padding:1.25rem 1rem .5rem;display:flex;overflow-y:auto}.emergency-row{display:flex}.emergency-row.user{justify-content:flex-end}.emergency-row.bot{justify-content:flex-start}.emergency-bubble{white-space:pre-wrap;border-radius:16px;max-width:min(92%,420px);padding:.85rem 1rem;font-size:.95rem;line-height:1.55}.emergency-bubble.user{color:#fff;background:#ef444433;border:1px solid #ef444459;border-bottom-right-radius:4px}.emergency-bubble.bot{border-left:3px solid var(--em-red);color:#fafafa;background:#ffffff0a;border-radius:4px 16px 16px}.emergency-bubble.bot.boost{background:#ef444414;border-left-color:#f87171}.emergency-typing{color:#fca5a5;margin:0;font-size:.82rem;animation:1.2s ease-in-out infinite em-pulse}.emergency-quick{flex-wrap:wrap;gap:.45rem;padding:0 1rem .65rem;display:flex}.emergency-quick-btn{color:#fecaca;cursor:pointer;background:#ef44441a;border:1px solid #ef444459;border-radius:999px;padding:.45rem .75rem;font-size:.78rem;font-weight:600;transition:background .15s,transform .15s}.emergency-quick-btn:hover{background:#ef444438;transform:translateY(-1px)}.emergency-input-bar{background:var(--em-surface);border-top:1px solid #ef44441f;padding:.75rem 1rem 1.1rem}.emergency-composer{background:#00000059;border:1px solid #ffffff14;border-radius:22px;align-items:flex-end;gap:.5rem;padding:.45rem .45rem .45rem .85rem;transition:border-color .2s,box-shadow .2s;display:flex}.emergency-composer.has-text{border-color:#ef444473;box-shadow:0 0 0 1px #ef444426}.emergency-composer textarea{color:var(--em-text);resize:none;background:0 0;border:none;flex:1;max-height:120px;padding:.45rem 0;font-family:inherit;font-size:.95rem;line-height:1.45}.emergency-composer textarea:focus{outline:none}.emergency-send{color:#71717a;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .15s,color .15s,transform .15s;display:grid}.emergency-composer.has-text .emergency-send{background:linear-gradient(135deg, var(--em-red), var(--em-red-deep));color:#fff;box-shadow:0 6px 20px var(--em-red-glow)}.emergency-send:disabled{opacity:.45;cursor:not-allowed}.emergency-send svg{width:20px;height:20px}.recovery-calm-toggle{color:#ddd6fe;width:100%;font:inherit;cursor:pointer;text-align:left;background:#8b5cf61f;border:1px solid #a78bfa59;border-radius:10px;margin:.35rem 0;padding:.55rem .75rem;font-size:.78rem;font-weight:600}.recovery-calm{background:#1e142d8c;border:1px solid #a78bfa47;border-radius:12px;margin:.35rem 0 .55rem;padding:.65rem .75rem}.recovery-calm__head{justify-content:space-between;gap:.5rem;margin-bottom:.55rem;display:flex}.recovery-calm__kicker{letter-spacing:.08em;text-transform:uppercase;color:#c4b5fdd9;margin:0;font-size:.62rem;font-weight:700}.recovery-calm__title{color:#f5f3ff;margin:.1rem 0 .15rem;font-size:.82rem;font-weight:600;line-height:1.35}.recovery-calm__sub{color:#c4b5fda6;margin:0;font-size:.68rem}.recovery-calm__collapse{color:#e9d5ff;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;flex-shrink:0;width:28px;height:28px;font-size:1.1rem;line-height:1}.recovery-calm__list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.recovery-calm__item{background:#00000038;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:.45rem;padding:.45rem .5rem;display:grid}.recovery-calm__num{color:#ede9fe;background:#8b5cf659;border-radius:50%;place-items:center;width:1.35rem;height:1.35rem;font-size:.68rem;font-weight:700;display:grid}.recovery-calm__meta{min-width:0}.recovery-calm__vibe{color:#f5f3ff;font-size:.75rem;font-weight:600;line-height:1.3;display:block}.recovery-calm__genre{color:#c4b5fdb3;font-size:.62rem;display:block}.recovery-calm__links{flex-direction:column;gap:.2rem;display:flex}.recovery-calm__link{text-align:center;white-space:nowrap;border-radius:6px;padding:.22rem .4rem;font-size:.6rem;font-weight:700;text-decoration:none}.recovery-calm__link--spotify{color:#86efac;background:#1ed7602e;border:1px solid #1ed7604d}.recovery-calm__link--yt{color:#fca5a5;background:#ef444426;border:1px solid #ef444447}.recovery-calm__foot{flex-direction:column;gap:.35rem;margin-top:.5rem;display:flex}.recovery-calm__refresh{color:#c4b5fd;font:inherit;cursor:pointer;background:0 0;border:1px solid #a78bfa4d;border-radius:8px;align-self:flex-start;padding:.3rem .55rem;font-size:.65rem;font-weight:600}.recovery-calm__legal{color:#c4b5fd8c;margin:0;font-size:.58rem;line-height:1.35}@media (width<=380px){.recovery-calm__item{grid-template-columns:auto 1fr}.recovery-calm__links{flex-direction:row;grid-column:2}}.emergency-transition{z-index:210;pointer-events:all;background:0 0;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.emergency-transition__wash{opacity:0;background:#0a080c;animation:2.5s cubic-bezier(.4,0,.2,1) forwards em-wash-in;position:absolute;inset:0}.emergency-transition__bloom{background:radial-gradient(circle,#e07a6ad9 0%,#b4535aa6 28%,#64283073 52%,#0a080cfa 72%);border-radius:50%;width:24px;height:24px;margin:-12px 0 0 -12px;animation:2.35s cubic-bezier(.22,1,.28,1) .35s forwards em-bloom-expand;position:absolute;top:50%;left:50%;transform:scale(0);box-shadow:0 0 56px #e07a6a73,0 0 120px #e07a6a33}.emergency-transition__spark{opacity:0;background:#fff;border-radius:50%;width:8px;height:8px;margin:-4px 0 0 -4px;animation:.85s ease-out forwards em-spark-flash;position:absolute;top:50%;left:50%;box-shadow:0 0 16px #fff,0 0 36px #f5b8aebf,0 0 70px #e07a6a80}.emergency-transition__spark--delay{width:120px;height:120px;box-shadow:none;background:radial-gradient(circle,#ffffff80 0%,#0000 65%);margin:-60px 0 0 -60px;animation-delay:.12s}.emergency-transition__core{z-index:2;text-align:center;flex-direction:column;align-items:center;animation:2.5s cubic-bezier(.22,1,.36,1) forwards em-core-sequence;display:flex;position:relative}.emergency-transition__logo{color:#f0b5a8;filter:drop-shadow(0 0 20px #e07a6a73);animation:2.2s cubic-bezier(.35,.05,.25,1) forwards em-logo-spin}.emergency-transition__label{letter-spacing:-.03em;color:#fafafa;opacity:0;margin:1rem 0 .2rem;font-family:Outfit,system-ui,sans-serif;font-size:1.35rem;font-weight:700;animation:.5s .45s forwards em-text-in}.emergency-transition__sub{text-transform:uppercase;letter-spacing:.14em;color:#f0b5a8;opacity:0;margin:0;font-family:Outfit,system-ui,sans-serif;font-size:.75rem;animation:.5s .55s forwards em-text-in}@keyframes em-spark-flash{0%{opacity:0;transform:scale(.2)}25%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(2.5)}}@keyframes em-logo-spin{0%{opacity:0;transform:scale(.4)rotate(0)}18%{opacity:1;transform:scale(1)rotate(120deg)}45%{transform:scale(1.08)rotate(280deg)}70%{opacity:1;transform:scale(1)rotate(360deg)}to{opacity:0;transform:scale(1.15)rotate(400deg)}}@keyframes em-bloom-expand{0%{opacity:.2;transform:scale(0)}15%{opacity:1}to{opacity:1;transform:scale(42)}}@keyframes em-wash-in{0%,35%{opacity:0}55%{opacity:.4}to{opacity:1}}@keyframes em-core-sequence{0%,8%{opacity:0;transform:scale(.85)}20%,58%{opacity:1;transform:scale(1)}78%,to{opacity:0;transform:scale(1.05)}}@keyframes em-text-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.auth-screen{z-index:280;padding:max(1.25rem, env(safe-area-inset-top)) 1.35rem max(1.5rem, env(safe-area-inset-bottom));overscroll-behavior:contain;background:radial-gradient(90% 70% at 50% 0,#2dd4bf38,#0000 55%),#e8f6f1;justify-content:center;align-items:flex-start;font-family:Outfit,system-ui,sans-serif;animation:.45s cubic-bezier(.22,1,.36,1) auth-in;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes auth-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-screen__inner{flex-direction:column;gap:0;width:100%;max-width:400px;min-height:min-content;margin:auto 0;display:flex}.auth-screen__brand{flex-direction:column;align-items:center;margin-bottom:1.75rem;display:flex}.auth-screen__title{letter-spacing:-.03em;color:#0f2922;margin:.65rem 0 0;font-size:1.35rem;font-weight:700}.auth-screen__lead{text-align:center;color:#4a6b62;max-width:340px;margin:.45rem 0 0;font-size:.88rem;line-height:1.45}.auth-screen__google-wrap{flex-direction:column;align-items:center;gap:.55rem;margin-bottom:.5rem;display:flex}.auth-screen__google-label{color:#0f4a3d;margin:0;font-size:.82rem;font-weight:600}.auth-screen__google-btn-host{justify-content:center;align-items:center;width:100%;min-height:48px;display:flex}.auth-screen__verified-note{color:#6d8f84;text-align:center;max-width:320px;margin:0;font-size:.72rem;line-height:1.4}.auth-screen__setup{background:#fef3c780;border:1px solid #f59e0b59;border-radius:14px;margin-bottom:.75rem;padding:1rem}.auth-screen__setup-title{color:#92400e;margin:0 0 .35rem;font-size:.9rem;font-weight:700}.auth-screen__setup-text{color:#78350f;margin:0;font-size:.78rem;line-height:1.45}.auth-screen__email-block{flex-direction:column;gap:.55rem;display:flex}.auth-screen__email-label{color:#0f2922;letter-spacing:-.01em;font-size:.95rem;font-weight:600}.auth-screen__email-input{color:#0f2922;background:#ffffffeb;border:1px solid #146e5a33;border-radius:14px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.auth-screen__email-input::placeholder{color:#4a6b6273}.auth-screen__email-input:focus{border-color:#2dd4bfa6;outline:none;box-shadow:0 0 0 3px #2dd4bf33}.auth-screen__email-submit{color:#fff;cursor:pointer;background:linear-gradient(145deg,#2dd4bf,#0d9488);border:none;border-radius:14px;margin-top:.25rem;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:opacity .15s,transform .12s}.auth-screen__email-submit:disabled{opacity:.45;cursor:not-allowed}.auth-screen__email-submit:not(:disabled):hover{transform:translateY(-1px)}.auth-screen__divider{color:#6d8f84;align-items:center;gap:.75rem;margin:1.35rem 0 1.15rem;font-size:.8rem;font-weight:500;display:flex}.auth-screen__divider:before,.auth-screen__divider:after{content:"";background:#146e5a26;flex:1;height:1px}.auth-screen__social{flex-direction:column;gap:.65rem;display:flex}.auth-screen__btn{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:.82rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s,transform .12s;display:flex}.auth-screen__btn-icon{flex-shrink:0;width:22px;height:22px}.auth-screen__btn--google{color:#0f2922;background:#fff;border:1px solid #146e5a2e;box-shadow:0 4px 16px #0c28200f}.auth-screen__btn--google:hover:not(:disabled){background:#fafdfc;transform:translateY(-1px)}.auth-screen__btn--google:disabled{opacity:.72;cursor:wait}.auth-screen__btn--apple{color:#fff;background:#000;border:1px solid #1a1a1a}.auth-screen__btn--apple:hover{background:#1a1a1a;transform:translateY(-1px)}.auth-screen__btn-icon--apple{color:#fff;width:18px;height:22px}.auth-screen__error{color:#991b1b;text-align:center;background:#fee2e2d9;border-radius:12px;margin:0 0 .75rem;padding:.65rem .85rem;font-size:.85rem;line-height:1.4}.auth-screen__google-wrap{width:100%}.auth-screen__google-host{justify-content:center;width:100%;min-height:44px;display:flex}.auth-screen__hint{color:#0f29228c;text-align:center;margin:.5rem 0 0;font-size:.78rem;line-height:1.4}.auth-screen__hint code{font-size:.72rem}.auth-screen__modal{z-index:300;background:#081c1873;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.auth-screen__modal-card{background:#fff;border-radius:18px;width:100%;max-width:360px;padding:1.25rem;box-shadow:0 12px 40px #0000001f}.auth-screen__modal-card h3{color:#0f2922;margin:0 0 .35rem;font-size:1.1rem}.auth-screen__modal-card p{color:#0f2922b3;margin:0 0 1rem;font-size:.88rem;line-height:1.4}.auth-screen__modal-actions{gap:.5rem;margin-top:.75rem;display:flex}.auth-screen__modal-cancel{cursor:pointer;color:#0f2922;background:0 0;border:1px solid #146e5a40;border-radius:12px;flex:1;padding:.75rem;font-family:inherit;font-size:.95rem}.auth-screen__modal-actions .auth-screen__email-submit{flex:1.4;margin-top:0}.auth-screen__guest{color:#6d8f84;text-underline-offset:3px;cursor:pointer;background:0 0;border:none;align-self:center;margin-top:2rem;padding:.5rem;font-family:inherit;font-size:.88rem;font-weight:500;text-decoration:underline}.auth-screen__guest:hover{color:#0d9488}.auth-screen__lead--muted{text-align:center;margin-bottom:.5rem}.email-auth{background:#ffffffeb;border:1px solid #146e5a24;border-radius:18px;width:100%;padding:1rem 1.05rem 1.1rem;box-shadow:0 8px 28px #0c28200f}@media (height<=760px){.auth-screen{align-items:flex-start}.auth-screen__inner{margin:0;padding-bottom:.5rem}.auth-screen__brand{margin-bottom:1rem}.auth-screen__guest{margin-top:1.1rem}}.email-auth--compact{border-radius:14px;padding:.85rem}.email-auth__tabs{background:#e8f6f1e6;border-radius:12px;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:1rem;padding:.25rem;display:grid}.email-auth__tab{color:#4a6b62;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.55rem .5rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.email-auth__tab--active{color:#0f4a3d;background:#fff;box-shadow:0 2px 8px #0c282014}.email-auth__form{flex-direction:column;gap:.65rem;display:flex}.email-auth__field{flex-direction:column;gap:.3rem;display:flex}.email-auth__field span{color:#4a6b62;font-size:.78rem;font-weight:600}.email-auth__field input{color:#0f2922;background:#fff;border:1px solid #146e5a33;border-radius:12px;width:100%;padding:.72rem .85rem;font-family:inherit;font-size:.95rem}.email-auth__field input:focus{border-color:#2dd4bfa6;outline:none;box-shadow:0 0 0 3px #2dd4bf2e}.email-auth__error{color:#991b1b;margin:0;font-size:.82rem;line-height:1.35}.email-auth__submit{color:#fff;cursor:pointer;background:linear-gradient(145deg,#2dd4bf,#0d9488);border:none;border-radius:12px;margin-top:.15rem;padding:.78rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600}.email-auth__submit:disabled{opacity:.55;cursor:wait}.email-auth__saved{border-top:1px solid #146e5a1f;margin-top:1rem;padding-top:.85rem}.email-auth__saved-label{text-transform:uppercase;letter-spacing:.04em;color:#6d8f84;margin:0 0 .45rem;font-size:.72rem;font-weight:600}.email-auth__saved-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.email-auth__saved-btn{cursor:pointer;text-align:left;background:#e8f6f180;border:1px solid #146e5a24;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;padding:.55rem .7rem;font-family:inherit;display:flex}.email-auth__saved-btn:hover{background:#2dd4bf1f;border-color:#2dd4bf59}.email-auth__saved-name{color:#0f2922;font-size:.88rem;font-weight:600}.email-auth__saved-email{color:#6d8f84;font-size:.72rem}.account-setup{z-index:285;padding:max(1.25rem, env(safe-area-inset-top)) 1.35rem max(1.5rem, env(safe-area-inset-bottom));background:radial-gradient(90% 70% at 50% 0,#2dd4bf38,#0000 55%),#e8f6f1;justify-content:center;align-items:center;font-family:Outfit,system-ui,sans-serif;animation:.45s cubic-bezier(.22,1,.36,1) account-setup-in;display:flex;position:fixed;inset:0}@keyframes account-setup-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.account-setup__inner{width:100%;max-width:400px}.account-setup__brand{flex-direction:column;align-items:center;margin-bottom:1.25rem;display:flex}.account-setup__title{color:#0f2922;margin:.5rem 0 0;font-size:1.2rem;font-weight:700}.account-setup__heading{letter-spacing:-.03em;color:#0f2922;text-align:center;margin:0 0 .5rem;font-size:1.35rem;font-weight:700}.account-setup__lead{color:#0f2922b8;text-align:center;margin:0 0 .75rem;font-size:.92rem;line-height:1.45}.account-setup__email{color:#0f29228c;text-align:center;word-break:break-all;margin:0 0 1.25rem;font-size:.85rem}.account-setup__form{flex-direction:column;gap:.5rem;display:flex}.account-setup__label{color:#0f2922;margin-top:.35rem;font-size:.9rem;font-weight:600}.account-setup__input{color:#0f2922;box-sizing:border-box;background:#ffffffeb;border:1px solid #146e5a33;border-radius:14px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem}.account-setup__input:focus{border-color:#2dd4bfd9;outline:none;box-shadow:0 0 0 3px #2dd4bf40}.account-setup__error{color:#b91c1c;margin:.35rem 0 0;font-size:.88rem}.account-setup__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14b8a6,#0d9488);border:none;border-radius:14px;width:100%;margin-top:.75rem;padding:.9rem 1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .12s,opacity .12s}.account-setup__submit:hover{transform:translateY(-1px)}.account-setup__submit:active{transform:translateY(0)}.weekly-overlay{z-index:160;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f322a6b;place-items:center;padding:1.25rem;animation:.35s weekly-in;display:grid;position:fixed;inset:0}@keyframes weekly-in{0%{opacity:0}to{opacity:1}}.weekly-panel{background:linear-gradient(165deg,#f5fcf9 0%,#eef9f4 55%,#f8fdfb 100%);border:1px solid #146e5a33;border-radius:20px;flex-direction:column;width:100%;max-width:420px;max-height:min(92vh,680px);padding:1.45rem 1.35rem 1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 56px #0f3c3229}.weekly-close{width:36px;height:36px;color:var(--text-bright);cursor:pointer;background:#ffffff8c;border:none;border-radius:10px;font-size:1.45rem;line-height:1;position:absolute;top:.7rem;right:.75rem}.weekly-kicker{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-deep);opacity:.85;margin:0 0 .2rem;font-size:.72rem;font-weight:600}.weekly-panel h2{color:var(--text-bright);margin:0 0 .15rem;font-size:1.35rem;line-height:1.25}.weekly-dates{color:var(--text);opacity:.85;margin:0 0 1.1rem;font-size:.88rem}.weekly-hero{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.85rem;display:grid}.weekly-focus{background:#ffffffa6;border:1px solid #146e5a1f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:1rem .75rem;display:flex}.weekly-focus-num{color:var(--accent-deep);font-size:2.4rem;font-weight:700;line-height:1}.weekly-focus-label{color:var(--text);margin-top:.35rem;font-size:.78rem;font-weight:500}.weekly-stress{background:#ffffff8c;border:1px solid #146e5a1a;border-radius:16px;align-items:center;gap:.65rem;padding:.85rem .9rem;display:flex}.weekly-stress-icon{color:var(--accent-deep);text-align:center;width:2rem;font-size:1.5rem;font-weight:700}.weekly-stress-title{text-transform:uppercase;letter-spacing:.04em;color:var(--text);opacity:.75;margin:0;font-size:.72rem;font-weight:600}.weekly-stress-value{color:var(--text-bright);margin:.15rem 0 0;font-size:1rem;font-weight:600}.weekly-whisper{color:var(--text-bright);opacity:.92;margin:0 0 .85rem;font-size:.92rem;font-style:italic;line-height:1.55}.weekly-body{flex:1;min-height:0;margin-bottom:.75rem;overflow-y:auto}.weekly-body--loading{min-height:4rem}.weekly-thinking{color:var(--text);margin:0;font-size:.95rem;animation:1.2s ease-in-out infinite weekly-pulse}@keyframes weekly-pulse{0%,to{opacity:.55}50%{opacity:1}}.weekly-summary{flex-direction:column;gap:.75rem;display:flex}.weekly-summary p,.weekly-summary-text{color:var(--text-bright);white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.6}.weekly-closing{font-weight:500;color:var(--accent-deep)!important}.weekly-footnote{color:var(--text);opacity:.7;text-align:center;margin:0 0 .85rem;font-size:.78rem}.weekly-cta{background:linear-gradient(135deg, var(--accent-deep), #0f766e);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:600;box-shadow:0 8px 20px #0d948840}.weekly-cta:hover{filter:brightness(1.05)}@media (width<=380px){.weekly-hero{grid-template-columns:1fr}}.daily-checkin-overlay{z-index:170;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c2d267a;place-items:center;padding:1.25rem;animation:.35s daily-checkin-in;display:grid;position:fixed;inset:0}@keyframes daily-checkin-in{0%{opacity:0}to{opacity:1}}.daily-checkin-panel{background:linear-gradient(165deg,#f8fdfb 0%,#eef9f4 100%);border:1px solid #146e5a33;border-radius:20px;width:100%;max-width:400px;padding:1.5rem 1.35rem 1.25rem;box-shadow:0 22px 56px #0f3c322e}.daily-checkin-kicker{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-deep);opacity:.85;margin:0 0 .25rem;font-size:.72rem;font-weight:600}.daily-checkin-panel h2{color:var(--text-bright);margin:0 0 .35rem;font-size:1.45rem;line-height:1.25}.daily-checkin-sub{color:var(--text);margin:0 0 1.1rem;font-size:.9rem;line-height:1.45}.daily-checkin-moods{grid-template-columns:repeat(3,1fr);gap:.55rem;margin-bottom:.85rem;display:grid}.daily-checkin-mood{cursor:pointer;background:#ffffffbf;border:1.5px solid #146e5a24;border-radius:14px;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .4rem;transition:border-color .2s,background .2s,transform .15s;display:flex}.daily-checkin-mood:hover{border-color:#146e5a47}.daily-checkin-mood.is-selected{border-color:var(--accent-deep);background:color-mix(in srgb, var(--accent) 12%, white);transform:scale(1.02)}.daily-checkin-mood__emoji{font-size:1.85rem;line-height:1}.daily-checkin-mood__label{color:var(--text);font-size:.72rem;font-weight:600}.daily-checkin-note{width:100%;color:var(--text-bright);resize:none;background:#ffffffe6;border:1px solid #146e5a29;border-radius:12px;margin-bottom:1rem;padding:.75rem .85rem;font-family:inherit;font-size:.92rem;line-height:1.45}.daily-checkin-note:focus{border-color:var(--accent-deep);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.daily-checkin-actions{flex-direction:column;gap:.5rem;display:flex}.daily-checkin-submit{background:linear-gradient(135deg, var(--accent-deep), #0f766e);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:600}.daily-checkin-submit:disabled{opacity:.45;cursor:not-allowed}.daily-checkin-skip{color:var(--text);opacity:.7;cursor:pointer;background:0 0;border:none;padding:.35rem;font-size:.82rem}.daily-checkin-loading{text-align:center;padding:2rem .5rem}.daily-checkin-loading__emoji{margin-bottom:.75rem;font-size:2.5rem;animation:1.2s ease-in-out infinite daily-checkin-pulse}@keyframes daily-checkin-pulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.daily-checkin-direction{color:var(--accent-deep);margin:0 0 1rem;font-size:1.2rem;font-weight:600}.daily-checkin-result{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.daily-checkin-result__block{background:#ffffffb8;border:1px solid #146e5a1a;border-radius:12px;padding:.75rem .85rem}.daily-checkin-result__label{letter-spacing:.05em;text-transform:uppercase;color:var(--accent-deep);opacity:.8;margin-bottom:.3rem;font-size:.68rem;font-weight:700;display:block}.daily-checkin-result__block p{color:var(--text-bright);margin:0;font-size:.92rem;line-height:1.55}@media (prefers-reduced-motion:reduce){.daily-checkin-loading__emoji{animation:none}}.future-deliver-overlay{z-index:173;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#18120894;place-items:center;padding:1.25rem;animation:.4s future-deliver-in;display:grid;position:fixed;inset:0}@keyframes future-deliver-in{0%{opacity:0}to{opacity:1}}.future-deliver-panel{color:#f5ead8;text-align:center;background:linear-gradient(165deg,#2a2218 0%,#1e1810 45%,#181410 100%);border:1px solid #d9a03247;border-radius:20px;width:100%;max-width:420px;padding:1.45rem 1.3rem 1.2rem;box-shadow:0 24px 56px #00000073,inset 0 1px #ffffff0f}.future-deliver-icon{margin-bottom:.25rem;font-size:1.85rem}.future-deliver-kicker{letter-spacing:.1em;text-transform:uppercase;color:#fbbf24d9;margin:0 0 .15rem;font-size:.68rem;font-weight:700}.future-deliver-panel h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.future-deliver-intro{color:#f5ead8c7;margin:0 0 .85rem;font-size:.82rem;line-height:1.45}.future-deliver-quote{color:#faf5eb;text-align:left;background:#00000038;border-left:3px solid #fbbf248c;border-radius:14px;margin:0 0 1.1rem;padding:.85rem .95rem;font-size:.92rem;font-style:normal;line-height:1.55}.future-deliver-close{color:#fff;width:100%;font:inherit;cursor:pointer;background:linear-gradient(135deg,#d97706,#b45309);border:none;border-radius:12px;padding:.75rem 1rem;font-size:.88rem;font-weight:600}.future-deliver-close:hover{filter:brightness(1.05)}.win-log-overlay{z-index:174;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08140e94;place-items:center;padding:1.25rem;animation:.4s win-log-in;display:grid;position:fixed;inset:0}@keyframes win-log-in{0%{opacity:0}to{opacity:1}}.win-log-panel{color:#ecfdf5;background:linear-gradient(165deg,#142318 0%,#101a14 45%,#0e1612 100%);border:1px solid #4ade8047;border-radius:20px;width:100%;max-width:400px;padding:1.45rem 1.3rem 1.2rem;box-shadow:0 24px 56px #00000073,inset 0 1px #ffffff0f}.win-log-spark{color:#86efac;margin-bottom:.25rem;font-size:1.5rem}.win-log-kicker{letter-spacing:.1em;text-transform:uppercase;color:#86efacd9;margin:0 0 .15rem;font-size:.68rem;font-weight:700}.win-log-panel h2{margin:0 0 .35rem;font-size:1.15rem;font-weight:600;line-height:1.35}.win-log-sub{color:#ecfdf5b8;margin:0 0 .85rem;font-size:.82rem;line-height:1.45}.win-log-input{box-sizing:border-box;color:#f0fdf4;width:100%;font:inherit;background:#00000047;border:1px solid #4ade8040;border-radius:12px;margin-bottom:.85rem;padding:.7rem .8rem;font-size:.88rem}.win-log-input:focus{border-color:#4ade8073;outline:none}.win-log-actions{justify-content:flex-end;gap:.5rem;display:flex}.win-log-skip{color:#ecfdf58c;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.65rem .85rem;font-size:.82rem}.win-log-submit{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;padding:.65rem 1.1rem;font-size:.82rem;font-weight:600}.win-log-submit:disabled{opacity:.45;cursor:not-allowed}.win-milestone-overlay{z-index:175;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#06120ca6;place-items:center;padding:1.25rem;animation:.45s win-milestone-in;display:grid;position:fixed;inset:0}@keyframes win-milestone-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.win-milestone-panel{color:#ecfdf5;text-align:center;background:linear-gradient(165deg,#122818 0%,#0f2018 50%,#0c1812 100%);border:1px solid #4ade8052;border-radius:22px;width:100%;max-width:420px;padding:1.5rem 1.35rem 1.25rem;box-shadow:0 28px 64px #00000080,0 0 80px #22c55e1f}.win-milestone-badge{color:#bbf7d0;background:linear-gradient(145deg,#22c55e59,#16a34a33);border:2px solid #86efac73;border-radius:50%;place-items:center;min-width:4.5rem;height:4.5rem;margin-bottom:.65rem;padding:0 .75rem;font-size:1.65rem;font-weight:800;line-height:1;display:inline-grid}.win-milestone-kicker{letter-spacing:.1em;text-transform:uppercase;color:#86efaccc;margin:0 0 .2rem;font-size:.68rem;font-weight:700}.win-milestone-panel h2{margin:0 0 .55rem;font-size:1.2rem;font-weight:600;line-height:1.4}.win-milestone-sub{color:#ecfdf5b8;margin:0 0 1rem;font-size:.84rem;line-height:1.5}.win-milestone-recent{text-align:left;background:#00000038;border-radius:14px;margin-bottom:1rem;padding:.75rem .85rem}.win-milestone-recent-label{text-transform:uppercase;letter-spacing:.06em;color:#86efacbf;margin:0 0 .45rem;font-size:.68rem;font-weight:700}.win-milestone-recent ul{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.win-milestone-recent li{color:#f0fdf4eb;font-size:.82rem;line-height:1.4}.win-milestone-close{color:#fff;width:100%;font:inherit;cursor:pointer;background:linear-gradient(135deg,#22c55e,#15803d);border:none;border-radius:12px;padding:.78rem 1rem;font-size:.88rem;font-weight:600}.night-checkin-overlay{z-index:172;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0812209e;place-items:center;padding:1.25rem;animation:.4s night-checkin-in;display:grid;position:fixed;inset:0}@keyframes night-checkin-in{0%{opacity:0}to{opacity:1}}.night-checkin-panel{color:#e8f0ff;background:linear-gradient(165deg,#1a2438 0%,#121a2a 45%,#0f1f2e 100%);border:1px solid #78a0dc40;border-radius:20px;width:100%;max-width:400px;padding:1.45rem 1.3rem 1.2rem;box-shadow:0 24px 56px #00000073,inset 0 1px #ffffff0f}.night-checkin-moon{opacity:.95;margin-bottom:.35rem;font-size:1.75rem}.night-checkin-kicker{letter-spacing:.12em;text-transform:uppercase;color:#b4c8ffb3;margin:0 0 .2rem;font-size:.68rem;font-weight:700}.night-checkin-panel h2{color:#f4f7ff;margin:0 0 .4rem;font-size:1.28rem;font-weight:600;line-height:1.3}.night-checkin-sub{color:#c8d7f0cc;margin:0 0 1rem;font-size:.86rem;line-height:1.45}.night-checkin-score-label{text-transform:uppercase;letter-spacing:.06em;color:#b4c8ffa6;margin:0 0 .45rem;font-size:.72rem;font-weight:600}.night-checkin-scores{grid-template-columns:repeat(5,1fr);gap:.35rem;margin-bottom:.9rem;display:grid}.night-checkin-score{aspect-ratio:1;color:#dce6ff;min-height:2.35rem;font:inherit;cursor:pointer;background:#ffffff0d;border:1px solid #78a0dc40;border-radius:10px;font-size:.88rem;font-weight:600;transition:background .15s,border-color .15s,transform .12s}.night-checkin-score:hover{background:#648cdc26}.night-checkin-score.is-selected{color:#fff;background:linear-gradient(145deg,#60a5fa59,#3b82f633);border-color:#93c5fda6;transform:scale(1.04)}.night-checkin-note{box-sizing:border-box;color:#f0f4ff;width:100%;font:inherit;background:#00000040;border:1px solid #78a0dc47;border-radius:12px;margin-bottom:.9rem;padding:.7rem .85rem;font-size:.9rem}.night-checkin-note::placeholder{color:#b4c3e673}.night-checkin-note:focus{border-color:#93c5fd8c;outline:none}.night-checkin-actions{justify-content:flex-end;gap:.5rem;display:flex}.night-checkin-skip{color:#b4c8ffa6;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:.65rem .85rem;font-size:.82rem}.night-checkin-submit{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#3b82f6 100%);border:none;border-radius:12px;padding:.7rem 1.1rem;font-size:.88rem;font-weight:600}.night-checkin-submit:disabled{opacity:.4;cursor:not-allowed}@media (width<=360px){.night-checkin-scores{grid-template-columns:repeat(5,1fr);gap:.25rem}.night-checkin-score{min-height:2rem;font-size:.78rem}}.checkout-panel{margin-top:.5rem}.checkout-back{color:#6d8f84;cursor:pointer;background:0 0;border:none;margin-bottom:.65rem;padding:.25rem 0;font-family:inherit;font-size:.82rem;font-weight:600}.checkout-back:hover:not(:disabled){color:#0d9488}.checkout-title{color:#0f2922;text-align:center;margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.checkout-summary{color:#4a6b62;text-align:center;margin:0 0 .35rem;font-size:.88rem}.checkout-local-note{color:#6d8f84;text-align:center;margin:0 0 1rem;font-size:.72rem;line-height:1.4}.checkout-off-tag{color:#b45309;background:#f59e0b26;border-radius:999px;margin-left:.35rem;padding:.1rem .4rem;font-size:.65rem;font-weight:800;display:inline-block}.checkout-wallets{grid-template-columns:1fr 1fr;gap:.55rem;margin-bottom:.85rem;display:grid}.checkout-wallet{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem .5rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:transform .12s,box-shadow .15s;display:flex}.checkout-wallet:disabled{opacity:.6;cursor:wait}.checkout-wallet--apple{color:#fff;background:#000;border:1px solid #1a1a1a}.checkout-wallet--google{color:#0f2922;background:#fff;border:1px solid #146e5a26}.checkout-wallet:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #0c28201f}.checkout-wallet-icon{flex-shrink:0;width:20px;height:20px}.checkout-divider{color:#6d8f84;align-items:center;gap:.6rem;margin:.5rem 0 .85rem;font-size:.72rem;display:flex}.checkout-divider:before,.checkout-divider:after{content:"";background:#146e5a1f;flex:1;height:1px}.checkout-card-form{flex-direction:column;gap:.55rem;display:flex}.checkout-field{color:#4a6b62;flex-direction:column;gap:.25rem;font-size:.72rem;font-weight:600;display:flex}.checkout-field input{color:#0f2922;background:#fff;border:1px solid #146e5a33;border-radius:10px;padding:.65rem .75rem;font-family:inherit;font-size:.9rem}.checkout-field input:focus{border-color:#2dd4bfa6;outline:none;box-shadow:0 0 0 3px #2dd4bf26}.checkout-field-row{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.checkout-error{color:#dc2626;margin:0;font-size:.78rem;line-height:1.4}.checkout-pay{color:#fff;cursor:pointer;background:linear-gradient(145deg,#2dd4bf,#0d9488);border:none;border-radius:12px;margin-top:.25rem;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;font-weight:700}.checkout-pay:disabled{opacity:.7;cursor:wait}.checkout-rc-mount{border-radius:12px;min-height:280px;margin:1rem 0;overflow:hidden}.checkout-note{color:#6d8f84;text-align:center;margin:.75rem 0 0;font-size:.68rem;line-height:1.45}.checkout-dev-only{color:#6d8f84;cursor:pointer;background:0 0;border:1px dashed #146e5a40;border-radius:8px;width:100%;margin-top:.5rem;padding:.45rem;font-family:inherit;font-size:.72rem;display:block}.paywall-root{z-index:9500;padding:max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));justify-content:center;align-items:center;font-family:Outfit,system-ui,sans-serif;animation:.4s cubic-bezier(.22,1,.36,1) paywall-in;display:flex;position:fixed;inset:0}@keyframes paywall-in{0%{opacity:0}to{opacity:1}}.paywall-backdrop{cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#06100e8c;border:none;padding:0;position:absolute;inset:0}.paywall-panel--wide{max-width:520px}.paywall-panel{z-index:1;background:linear-gradient(165deg,#f8fffc 0%,#e8f6f1 100%);border:1px solid #146e5a24;border-radius:22px;width:100%;max-width:420px;max-height:92dvh;animation:.45s cubic-bezier(.22,1,.36,1) paywall-panel-in;position:relative;overflow:hidden;box-shadow:0 24px 64px #081c1647}@keyframes paywall-panel-in{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.paywall-panel--split{overflow:hidden}.paywall-split{opacity:.35;pointer-events:none;width:50%;position:absolute;top:0;bottom:0}.paywall-split--mint{background:linear-gradient(135deg,#8fd4b880,#0000);left:0}.paywall-split--champion{background:linear-gradient(225deg,#ef444459,#0000);right:0}.paywall-panel__inner{z-index:2;max-height:92dvh;padding:1.35rem 1.25rem 1.15rem;position:relative;overflow-y:auto}.paywall-close-x{z-index:3;color:#0f2922;cursor:pointer;background:#146e5a14;border:none;border-radius:10px;width:34px;height:34px;font-size:1.35rem;line-height:1;position:absolute;top:.65rem;right:.65rem}.paywall-brand{justify-content:center;margin-bottom:.75rem;display:flex}.paywall-title{letter-spacing:-.03em;color:#0f2922;text-align:center;margin:0 0 .5rem;font-size:1.28rem;font-weight:700}.paywall-title--limit{font-size:1.2rem}.paywall-lead{color:#4a6b62;text-align:center;margin:0 0 1rem;font-size:.88rem;line-height:1.5}.paywall-lead--limit strong{color:#0d9488}.paywall-modes{grid-template-columns:1fr 1fr;gap:.55rem;margin-bottom:.85rem;display:grid}.paywall-mode-card{color:#0f2922;border-radius:12px;padding:.7rem .65rem;font-size:.72rem;line-height:1.4}.paywall-mode-card p{margin:.35rem 0 0}.paywall-mode-card--mint{background:#8fd4b838;border:1px solid #8fd4b866}.paywall-mode-card--champion{background:#ef44441a;border:1px solid #ef444440}.paywall-mode-tag{text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:800}.paywall-plans{grid-template-columns:1fr 1fr;gap:.55rem;margin-bottom:.5rem;display:grid}.paywall-plan{text-align:left;cursor:pointer;background:#ffffffb3;border:2px solid #146e5a26;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.75rem .8rem;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative}.paywall-plan--on{background:#2dd4bf24;border-color:#14b8a6;box-shadow:0 4px 20px #2dd4bf33}.paywall-plan-badge{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(145deg,#2dd4bf,#0d9488);border-radius:999px;padding:.12rem .45rem;font-size:.58rem;font-weight:700;position:absolute;top:-.45rem;right:.5rem}.paywall-plan-name{color:#6d8f84;font-size:.78rem;font-weight:600}.paywall-plan-price{color:#0f2922;font-size:1.05rem;font-weight:700}.paywall-plan-sub{color:#6d8f84;font-size:.68rem}.paywall-usd-note{color:#6d8f84;text-align:center;margin:0 0 .65rem;font-size:.68rem}.paywall-perks{color:#4a6b62;margin:0 0 1rem;padding:0 0 0 1.1rem;font-size:.8rem;line-height:1.55}.paywall-cta{color:#fff;cursor:pointer;background:linear-gradient(145deg,#2dd4bf,#0d9488);border:none;border-radius:14px;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .12s,opacity .15s;box-shadow:0 8px 28px #2dd4bf59}.paywall-cta:disabled{opacity:.7;cursor:wait}.paywall-cta:not(:disabled):hover{transform:translateY(-1px)}.paywall-skip{color:#6d8f84;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;justify-content:center;align-items:center;gap:.35rem;width:100%;margin-top:.85rem;padding:.55rem;font-family:inherit;font-size:.82rem;font-weight:500;text-decoration:underline;display:flex}.paywall-skip:hover{color:#0d9488}.paywall-skip-x{font-size:1rem;font-weight:700;text-decoration:none}.paywall-later{color:#6d8f84;cursor:pointer;background:0 0;border:none;width:100%;margin-top:.75rem;padding:.5rem;font-family:inherit;font-size:.85rem;font-weight:500;display:block}.paywall-later:hover{color:#0d9488}.paywall-root--limit .paywall-panel{border-color:#146e5a33}.paywall-root--plus .paywall-title{font-size:1.15rem}.paywall-legal{color:#6d8f84;text-align:center;margin:.75rem 0 0;font-size:.65rem;line-height:1.4}.paywall-compare{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1rem;display:grid}.paywall-tier{color:#0f2922;border-radius:14px;padding:.85rem .75rem;font-size:.72rem;line-height:1.45}.paywall-tier h3{margin:0 0 .5rem;font-size:.95rem;font-weight:700}.paywall-tier ul{margin:0 0 .65rem;padding:0 0 0 1rem}.paywall-tier--free{background:#ffffffbf;border:1px solid #146e5a26}.paywall-tier--pro{background:linear-gradient(160deg,#2dd4bf2e,#ffffffe6);border:1px solid #2dd4bf66}.paywall-sale-badge{color:#fff;letter-spacing:.03em;background:linear-gradient(145deg,#f59e0b,#ea580c);border-radius:999px;margin-bottom:.35rem;padding:.15rem .45rem;font-size:.58rem;font-weight:800;display:inline-block}.paywall-tier-free-btn{color:#4a6b62;cursor:pointer;background:0 0;border:1px solid #146e5a33;border-radius:10px;width:100%;padding:.5rem;font-family:inherit;font-size:.78rem;font-weight:600}.paywall-tier-free-btn:hover{background:#146e5a0f}.paywall-golden-week{background:linear-gradient(135deg,#fbbf241f,#2dd4bf1a);border:1px solid #f59e0b47;border-radius:10px;margin:.65rem 0 .75rem;padding:.65rem .6rem}.paywall-golden-week__title{letter-spacing:.04em;text-transform:uppercase;color:#b45309;margin:0 0 .25rem;font-size:.72rem;font-weight:800}.paywall-golden-week__line{color:#0f2922;margin:0 0 .4rem;font-size:.7rem;font-weight:600;line-height:1.4}.paywall-golden-week__list{color:#4a6b62;margin:0;padding:0 0 0 .95rem;font-size:.66rem;line-height:1.45}.paywall-tier--pro .paywall-golden-week{background:linear-gradient(135deg,#fbbf2426,#2dd4bf24);border-color:#2dd4bf59}.paywall-tier--pro .paywall-golden-week__title{color:#047857}.paywall-perks--solo{text-align:left;padding:0;list-style:none}.paywall-perks--solo li{margin-bottom:.35rem}.paywall-root--nudge{padding-bottom:max(6rem, calc(5rem + env(safe-area-inset-bottom)));align-items:flex-end}.paywall-backdrop--soft{background:#06100e59}.paywall-nudge-card{z-index:1;background:#fffffff7;border:1px solid #2dd4bf59;border-radius:18px;width:min(400px,100%);padding:1.1rem 1.15rem;animation:.5s cubic-bezier(.22,1,.36,1) paywall-panel-in;position:relative;box-shadow:0 16px 48px #081c1633}.paywall-nudge-title{color:#0f2922;text-align:center;margin:0 0 .35rem;font-size:1rem;font-weight:600}.paywall-nudge-title strong{color:#0d9488}.paywall-nudge-sub{color:#6d8f84;text-align:center;margin:0 0 .75rem;font-size:.78rem}.paywall-cta--compact{margin-bottom:.35rem;padding:.75rem;font-size:.9rem}@media (width<=480px){.paywall-compare{grid-template-columns:1fr}}.minimal-paywall{z-index:12000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#081c1885;justify-content:center;align-items:center;padding:1.25rem;animation:.35s minimal-paywall-in;display:flex;position:fixed;inset:0}@keyframes minimal-paywall-in{0%{opacity:0}to{opacity:1}}.minimal-paywall__card{text-align:center;background:linear-gradient(165deg,#f8fffc 0%,#eef8f4 100%);border:1px solid #146e5a24;border-radius:20px;width:min(100%,380px);padding:1.5rem 1.35rem 1.25rem;box-shadow:0 24px 60px #0c28202e}.minimal-paywall__brand{justify-content:center;margin-bottom:.75rem;display:flex}.minimal-paywall__title{letter-spacing:-.02em;color:#0f2922;margin:0 0 .5rem;font-size:1.15rem;font-weight:700;line-height:1.25}.minimal-paywall__body{color:#4a6b62;margin:0 0 .5rem;font-size:.88rem;line-height:1.45}.minimal-paywall__note{color:#6d8f84;margin:0 0 1rem;font-size:.72rem;line-height:1.4}.minimal-paywall__plans{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.85rem;display:grid}.minimal-paywall__plan{cursor:pointer;background:#fff;border:1px solid #146e5a33;border-radius:12px;flex-direction:column;gap:.15rem;padding:.65rem .5rem;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:flex}.minimal-paywall__plan--on{border-color:#0d9488;box-shadow:0 0 0 2px #0d948833}.minimal-paywall__plan-label{color:#4a6b62;font-size:.72rem;font-weight:600}.minimal-paywall__plan-price{color:#0f2922;font-size:.95rem;font-weight:700}.minimal-paywall__cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d9488,#0f766e);border:none;border-radius:14px;width:100%;padding:.82rem 1rem;font-family:inherit;font-size:.95rem;font-weight:700}.minimal-paywall__cta:hover{filter:brightness(1.05)}.minimal-paywall__link,.minimal-paywall__later{color:#4a6b62;cursor:pointer;background:0 0;border:none;width:100%;margin-top:.55rem;padding:.45rem;font-family:inherit;font-size:.82rem;display:block}.minimal-paywall__link:hover,.minimal-paywall__later:hover{color:#0f4a3d}.quick-onboarding{z-index:260;background:var(--bg-deep,#e8f6f1);color:var(--text-bright,#0f2922);padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));flex-direction:column;font-family:Outfit,system-ui,sans-serif;display:flex;position:fixed;inset:0;overflow:auto}.quick-onboarding__skip{top:max(.75rem, env(safe-area-inset-top));right:max(.75rem, env(safe-area-inset-right));z-index:2;color:#0f2922b8;font:inherit;cursor:pointer;background:#ffffff8c;border:none;border-radius:999px;padding:.45rem .75rem;font-size:.88rem;font-weight:600;position:absolute}.quick-onboarding__skip:hover{background:#ffffffd9}.quick-onboarding__reveal{opacity:0;transition:opacity .45s,transform .45s;transform:translateY(10px)}.quick-onboarding__reveal--in{opacity:1;transform:translateY(0)}.quick-onboarding__head{flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 0 1.25rem;display:flex}.quick-onboarding__logo{width:52px;height:52px}.quick-onboarding__kicker{letter-spacing:.04em;text-transform:uppercase;color:#0f29228c;margin:0;font-size:.82rem}.quick-onboarding__body{flex-direction:column;flex:1;gap:1rem;width:100%;max-width:28rem;margin:0 auto;display:flex}.quick-onboarding__body--center{justify-content:center;align-items:center;min-height:40vh}.quick-onboarding__title{margin:0;font-size:clamp(1.55rem,5vw,2rem);font-weight:650;line-height:1.15}.quick-onboarding__sub{color:#0f2922ad;margin:0;line-height:1.45}.quick-onboarding__input{resize:vertical;width:100%;min-height:5.5rem;font:inherit;color:inherit;background:#ffffffb8;border:1px solid #146e5a2e;border-radius:14px;padding:.85rem 1rem;line-height:1.45}.quick-onboarding__input:focus{border-color:var(--accent,#2dd4bf);outline:2px solid #2dd4bf73}.quick-onboarding__primary{background:var(--accent,#2dd4bf);color:#042f2e;font:inherit;cursor:pointer;border:none;border-radius:999px;margin-top:.25rem;padding:.85rem 1.1rem;font-weight:650}.quick-onboarding__primary:disabled{opacity:.45;cursor:not-allowed}.quick-onboarding__ghost{color:#0f2922b8;font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;border-radius:999px;padding:.75rem 1rem;font-weight:550;text-decoration:underline}.quick-onboarding__error{color:#b42318;margin:0;font-size:.92rem}.quick-onboarding__thinking{color:#0f2922a6;margin:0;font-size:1.05rem;animation:1.4s ease-in-out infinite quick-onboarding-pulse}@keyframes quick-onboarding-pulse{0%,to{opacity:.45}50%{opacity:1}}.quick-onboarding__exchange{flex-direction:column;gap:.75rem;display:flex}.quick-onboarding__user-line{background:#2dd4bf24;border-radius:12px;margin:0;padding:.65rem .85rem;font-size:.95rem;line-height:1.45}.quick-onboarding__bot-bubble{white-space:pre-wrap;background:#ffffffd1;border:1px solid #146e5a1f;border-radius:16px;padding:.85rem 1rem;line-height:1.55}.quick-onboarding__gate{border-top:1px solid #146e5a1f;flex-direction:column;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.quick-onboarding__gate-title{margin:0;font-size:1.15rem}.quick-onboarding__gate-sub{color:#0f2922ad;margin:0;font-size:.95rem;line-height:1.45}.quick-onboarding__opt-in{color:#0f2922c7;cursor:pointer;align-items:flex-start;gap:.55rem;font-size:.88rem;line-height:1.4;display:flex}.quick-onboarding__opt-in input{accent-color:var(--accent,#2dd4bf);margin-top:.15rem}.cloud-kv-notice{z-index:9000;color:#e8f0ff;background:#141e2df0;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:13px;line-height:1.35;display:flex;position:fixed;top:0;left:0;right:0}.cloud-kv-notice__text{flex:1;margin:0}.cloud-kv-notice__dismiss{color:inherit;cursor:pointer;opacity:.75;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:20px;line-height:1}.cloud-kv-notice__dismiss:hover{opacity:1}.home-view{opacity:0;min-height:100svh;transition:opacity .55s,transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(12px)}.home-view--in{opacity:1;transform:translateY(0)}.soft-leave-overlay{z-index:150;pointer-events:none;-webkit-backdrop-filter:blur(10px);background:#e8f6f1bf;animation:.52s forwards soft-leave-fade;position:fixed;inset:0}.mint-intro-screen{z-index:260;background:#e8f6f1;justify-content:center;align-items:center;animation:.18s mint-intro-in;display:flex;position:fixed;inset:0}.mint-intro-screen__label{letter-spacing:.08em;text-transform:uppercase;color:#0f292273;margin:0;font-family:Outfit,system-ui,sans-serif;font-size:1.05rem;font-weight:600;animation:1.4s ease-in-out infinite mint-intro-pulse}@keyframes mint-intro-pulse{0%,to{opacity:.35}50%{opacity:.85}}.global-temp-badge{top:max(.45rem, env(safe-area-inset-top,0px));left:max(3.25rem, env(safe-area-inset-left,0px));z-index:320;letter-spacing:.02em;color:#0f29229e;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:.92rem;font-weight:600;position:fixed}@keyframes soft-leave-fade{0%{opacity:0}35%{opacity:1}to{opacity:0}}@keyframes mint-intro-in{0%{opacity:.92}to{opacity:1}}.fab-stack{z-index:90;flex-direction:column;align-items:center;gap:.65rem;display:flex;position:fixed;bottom:1.35rem;right:1.35rem}.fab-emergency{color:#fff;cursor:pointer;background:linear-gradient(145deg,#e8968a,#c45c5c);border:none;border-radius:50%;place-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;display:grid;position:relative;box-shadow:0 10px 28px #c45c5c52,inset 0 0 0 1px #ffffff1a}.fab-emergency:hover{transform:scale(1.06);box-shadow:0 12px 34px #c45c5c66,inset 0 0 0 1px #ffffff24}.fab-emergency:active{transform:scale(.96)}.fab-emergency svg{width:26px;height:26px}.fab-emergency:after{content:"";pointer-events:none;border:2px solid #e8968a52;border-radius:50%;animation:2.8s infinite fab-emergency-pulse;position:absolute;inset:-3px}@keyframes fab-emergency-pulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.55;transform:scale(1.04)}}.fab-chat{background:linear-gradient(135deg, var(--accent), var(--accent-deep));color:#fff;width:58px;height:58px;box-shadow:0 10px 32px var(--accent-glow), 0 0 0 1px #ffffff14 inset;border:none;border-radius:50%;place-items:center;transition:transform .2s,box-shadow .2s;display:grid;position:relative}.fab-chat:hover{box-shadow:0 14px 40px var(--accent-glow), 0 0 0 1px #ffffff1f inset;transform:scale(1.06)}.fab-chat:active{transform:scale(.96)}.fab-chat svg{width:26px;height:26px}.fab-chat:after{content:"";pointer-events:none;border:2px solid #5eead459;border-radius:50%;animation:2.5s infinite fab-pulse;position:absolute;inset:-3px}@keyframes fab-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}.chat-transition{z-index:200;place-items:center;padding:1.5rem;animation:.35s transition-fade-in;display:grid;position:fixed;inset:0}.chat-transition__backdrop{-webkit-backdrop-filter:blur(14px);background:#e8f6f1d9;position:absolute;inset:0}.chat-transition__card{z-index:1;text-align:center;background:#fffffff2;border:1px solid #ffffff14;border-radius:22px;min-width:240px;padding:2rem 2.25rem;animation:.5s cubic-bezier(.22,1,.36,1) transition-card-in;position:relative;box-shadow:0 16px 48px #14503c1f}.chat-transition__logo{justify-content:center;margin-bottom:1rem;animation:1.8s ease-in-out infinite transition-logo-pulse;display:flex}.chat-transition__title{color:#0f2922;letter-spacing:-.02em;margin:0 0 .35rem;font-family:Outfit,system-ui,sans-serif;font-size:1.25rem;font-weight:600}.chat-transition__sub{color:#6d8f84;margin:0 0 1.25rem;font-family:Outfit,system-ui,sans-serif;font-size:.85rem}.chat-transition__bar{background:#ffffff14;border-radius:999px;height:3px;overflow:hidden}.chat-transition__bar-fill{border-radius:inherit;background:linear-gradient(90deg,#0f766e,#2dd4bf);width:0;height:100%;animation:2.4s cubic-bezier(.4,0,.2,1) forwards transition-progress;display:block}.chat-view{opacity:0;height:100dvh;max-height:100dvh;transition:opacity .45s,transform .45s cubic-bezier(.22,1,.36,1);overflow:hidden;transform:translateY(12px)}.chat-view--in{opacity:1;transform:translateY(0)}.emergency-view{opacity:0;min-height:100svh;transition:opacity .4s,transform .4s cubic-bezier(.22,1,.36,1);transform:translateY(12px)}.tea-view{opacity:0;filter:blur(8px);height:100dvh;max-height:100dvh;transition:opacity .65s,transform .7s cubic-bezier(.22,1,.36,1),filter .7s;overflow:hidden;transform:scale(1.02)}.tea-view--in{opacity:1;filter:blur();transform:scale(1)}.emergency-view--in{opacity:1;transform:translateY(0)}@keyframes transition-fade-in{0%{opacity:0}to{opacity:1}}@keyframes transition-card-in{0%{opacity:0;transform:scale(.92)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes transition-logo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.88;transform:scale(1.06)}}@keyframes transition-progress{to{width:100%}}
