.app{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:20;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--mist)}.header-inner{max-width:1120px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:.85rem}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,var(--horizon),var(--twilight));box-shadow:var(--shadow-soft);position:relative}.brand-mark:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:var(--avatar-highlight)}.brand-name{display:block;font-family:var(--font-display);font-size:1.35rem;font-weight:600;letter-spacing:-.02em;color:var(--ink);line-height:1.2}.brand-tag{display:block;font-size:.82rem;color:var(--ink-soft);font-weight:400}.header-crisis{text-decoration:none;font-size:.95rem;color:var(--twilight);padding:.5rem 1rem;border-radius:999px;background:var(--surface-elevated);border:1px solid var(--mist);box-shadow:var(--shadow-soft);transition:transform .15s ease,box-shadow .15s ease}.header-crisis:hover{transform:translateY(-1px);box-shadow:var(--shadow-float)}.header-crisis strong{color:var(--lake-deep)}.crisis-strip{background:var(--crisis-strip-bg);color:var(--crisis-strip-text);padding:.85rem 1.5rem;text-align:center;font-size:.92rem;line-height:1.55}.crisis-strip a{color:var(--text-on-accent);font-weight:600}.crisis-strip a:hover{text-decoration:underline}.main{flex:1;max-width:1120px;margin:0 auto;padding:2.5rem 1.5rem 3.5rem;width:100%}.hero{margin-bottom:2.25rem;max-width:640px}.eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--lake-deep);font-weight:600;margin:0 0 .75rem}.hero-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.65rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin:0 0 1rem;color:var(--ink)}.hero-title em{font-style:italic;color:var(--twilight)}.hero-lede{margin:0;font-size:1.08rem;color:var(--ink-soft);line-height:1.65}.layout-grid{display:grid;grid-template-columns:1fr minmax(260px,320px);gap:1.75rem;align-items:start}@media (max-width: 900px){.layout-grid{grid-template-columns:1fr}}.chat-panel{background:var(--surface-elevated);border-radius:var(--radius-lg);border:1px solid var(--chat-panel-border);box-shadow:var(--shadow-float);overflow:hidden;display:flex;flex-direction:column;min-height:520px;max-height:min(78vh,720px)}.topic-section{flex-shrink:0;border-bottom:1px solid var(--mist);background:var(--topic-section-bg)}.topic-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 1rem;margin:0;border:none;background:transparent;font:inherit;color:var(--twilight);text-align:left;cursor:pointer;transition:background-color .15s ease}.topic-toggle:hover{background:var(--topic-toggle-hover-bg)}.topic-toggle:focus-visible{outline:2px solid var(--horizon);outline-offset:-2px}.topic-toggle-label{font-weight:600;font-size:.92rem}.topic-toggle-meta{display:flex;align-items:center;gap:.35rem;flex-shrink:0;color:var(--lake-deep)}.topic-toggle-hint{font-size:.8rem;font-weight:500;color:var(--ink-soft)}.topic-chevron{flex-shrink:0;color:var(--horizon);transition:transform .2s ease}.topic-chevron--open{transform:rotate(180deg)}.topic-chips-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}@media (prefers-reduced-motion: reduce){.topic-chips-panel,.topic-chevron{transition:none}.topic-chip:active{transform:none}}.topic-chips-panel--open{grid-template-rows:1fr}.topic-chips-panel-inner{overflow:hidden;min-height:0}.topic-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.45rem .5rem;padding:0 1rem .75rem}.topic-chips-panel--open .topic-chips{padding-top:.5rem}.topic-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;width:100%;min-width:0;min-height:3.65rem;border:1px solid var(--border-subtle);background:var(--topic-chip-bg);color:var(--twilight);border-radius:10px;padding:.5rem .65rem;font-family:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.3rem;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.topic-chip-label{font-size:.8125rem;font-weight:600;line-height:1.3;letter-spacing:-.02em;color:var(--twilight)}.topic-chip-hint{padding-top:.35rem;border-top:1px solid var(--topic-chip-hint-divider);font-size:.65625rem;font-weight:500;line-height:1.35;letter-spacing:.02em;color:var(--ink-soft);text-wrap:pretty}.topic-chip:hover{border-color:var(--accent-glow);background:var(--topic-chip-hover-bg);box-shadow:0 2px 8px var(--shadow-elev-06)}.topic-chip:hover .topic-chip-label{color:var(--lake-deep)}.topic-chip:hover .topic-chip-hint{color:var(--ink-soft);border-top-color:var(--accent-fill-18)}.topic-chip:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.topic-chip:active{transform:scale(.99)}.chat-scroll{flex:1;overflow-y:auto;padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;gap:1rem;background:var(--chat-scroll-bg)}.message{display:flex;gap:.75rem;align-items:flex-start;max-width:100%}.message-user{justify-content:flex-end}.message-avatar{width:36px;height:36px;border-radius:12px;flex-shrink:0;background:linear-gradient(145deg,var(--horizon),var(--twilight));box-shadow:var(--shadow-soft);position:relative}.message-avatar:after{content:"";position:absolute;top:8.5px;right:8.5px;bottom:8.5px;left:8.5px;border-radius:50%;background:var(--avatar-highlight)}.message-body{flex:1;min-width:0}.message-bot .message-body{background:var(--surface-elevated);border-radius:var(--radius-md);padding:1rem 1.15rem;border:1px solid var(--mist);box-shadow:var(--shadow-soft)}.user-bubble{flex:0 1 auto;max-width:85%;background:var(--user-bubble-gradient);color:var(--user-bubble-text);border-radius:var(--radius-md) var(--radius-md) 4px var(--radius-md);padding:.75rem 1rem;margin-left:auto;box-shadow:var(--shadow-soft)}.user-bubble p{margin:0;font-size:.98rem}.msg-block{margin:0 0 .85rem;font-size:.95rem;color:var(--ink)}.msg-block:last-child{margin-bottom:0}.msg-block strong{color:var(--twilight);font-weight:600}.message-text--after-cards,.message-text--before-links{margin-top:.85rem}.message-text--therapist-more-hint{margin-top:.75rem}.message-text--therapist-more-hint .msg-block{margin-bottom:.35rem;font-size:.92rem}.message-text--after-cards .msg-block:first-child{margin-top:0}.therapist-match-stack{margin:1rem 0 0;display:flex;flex-direction:column;gap:.85rem}.therapist-match-more{margin:.45rem 0 0;display:flex;justify-content:flex-start}.therapist-match-more-btn{margin:0;width:auto;align-self:flex-start;text-align:center;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(145deg,var(--horizon),var(--twilight));box-shadow:0 2px 12px var(--shadow-elev-07);color:#fff;font-size:.84rem;font-weight:600;padding:.42rem .95rem;line-height:1.35;cursor:pointer;transition:filter .15s ease}.therapist-match-more-btn:hover{filter:brightness(1.06)}.therapist-match-more-btn:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.therapist-match-card{position:relative;margin:0;border-radius:var(--radius-md);background:linear-gradient(145deg,color-mix(in srgb,var(--surface-elevated) 88%,var(--horizon) 4%),var(--surface-elevated));border:1px solid var(--mist);box-shadow:0 3px 14px var(--shadow-elev-06);overflow:hidden}@supports not (color: color-mix(in lab,red,red)){.therapist-match-card{background:var(--surface-elevated)}}.therapist-match-card__accent{position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--horizon),var(--twilight))}.therapist-match-card__inner{padding:.95rem 1rem .95rem 1.2rem;margin-left:4px}.therapist-match-card__head{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.75rem}.therapist-match-rank{flex-shrink:0;width:2.1rem;height:2.1rem;display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:700;color:var(--lake-deep);background:linear-gradient(145deg,#5b8db838,#2c52821a);border-radius:11px;border:1px solid var(--mist)}.therapist-match-name{margin:0;font-size:1.03rem;font-weight:600;color:var(--lake-deep);line-height:1.3;font-family:var(--font-display, Georgia, "Times New Roman", serif)}.therapist-match-creds{margin:.2rem 0 0;font-size:.78rem;color:var(--ink-soft);line-height:1.4}.therapist-match-meta{margin:0;display:flex;flex-direction:column;gap:.4rem;font-size:.86rem}.therapist-match-meta__row{display:grid;grid-template-columns:minmax(0,6.75rem) 1fr;gap:.45rem .65rem;align-items:start}.therapist-match-meta__row dt{margin:0;padding-top:.06rem;font-weight:600;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft)}.therapist-match-meta__row dd{margin:0;color:var(--ink);line-height:1.45}.therapist-match-meta__row--focus dd{color:var(--twilight);font-weight:500}.therapist-match-meta__row--secondary dt{font-size:.65rem;opacity:.92}.therapist-match-meta__row--secondary dd{font-size:.82rem;line-height:1.42}.therapist-match-bio-block{margin:.65rem 0 0;padding:.65rem .72rem .55rem;font-size:.81rem;line-height:1.48;color:var(--ink-soft);background:color-mix(in srgb,var(--mist) 45%,transparent);border-radius:10px;border:1px solid color-mix(in srgb,var(--mist) 80%,transparent)}.therapist-match-bio{margin:0;padding:0;font-size:inherit;line-height:inherit;color:inherit;background:none;border:none}.therapist-match-bio--clamped{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@supports not (overflow: clip){.therapist-match-bio--clamped{max-height:5.5rem;overflow:hidden}}.therapist-match-expand-wrap{display:inline}.therapist-match-expand{margin:0;padding:0;display:inline;border:none;background:none;font-family:inherit;font-size:.72rem;line-height:1.35;font-weight:600;color:var(--horizon);text-decoration:underline;text-underline-offset:.12em;cursor:pointer}.therapist-match-expand:hover{color:var(--twilight)}.therapist-match-expand:focus-visible{outline:2px solid var(--horizon);outline-offset:2px;border-radius:4px}.therapist-match-expand--block{display:block;margin-top:.4rem;text-align:left}.therapist-match-expand--in-bio{display:block;margin-top:.45rem;padding:0;width:100%;text-align:left;font-size:.72rem}.therapist-match-muted{color:var(--ink-soft);font-size:.92em}.therapist-match-tel{color:var(--horizon);font-weight:600;text-decoration:none}.therapist-match-tel:hover{text-decoration:underline}.therapist-match-cta{display:flex;align-items:center;justify-content:center;margin-top:.9rem;width:100%;padding:.55rem 1rem;font-size:.88rem;font-weight:600;color:#fff;text-decoration:none;border-radius:10px;background:linear-gradient(145deg,var(--horizon),var(--twilight));box-shadow:0 2px 12px var(--shadow-elev-07);border:1px solid rgba(255,255,255,.22);transition:filter .15s ease}.therapist-match-cta:hover{filter:brightness(1.06)}.therapist-match-cta:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}@media (max-width: 520px){.therapist-match-meta__row{grid-template-columns:1fr;gap:.1rem}.therapist-match-meta__row dt{padding-top:0}}@media (max-width: 720px){.main{padding-left:1rem;padding-right:1rem}.chat-scroll{padding:1rem .6rem .85rem}.message{gap:.45rem}.message-avatar{width:30px;height:30px;border-radius:9px}.message-avatar:after{top:6.5px;right:6.5px;bottom:6.5px;left:6.5px}.message-bot .message-body{padding:.72rem .55rem}.message-bot .message-body:has(.therapist-match-stack){padding-left:.45rem;padding-right:.45rem}.therapist-match-card__inner{padding:.88rem .65rem .88rem .95rem}}.message-links{margin:.85rem 0 0;padding-left:1.1rem;font-size:.9rem}.message-links li{margin-bottom:.35rem}.message-quick-send{margin:1rem 0 0;display:flex;flex-direction:column;gap:.45rem}.message-quick-send-btn{margin:0;width:100%;text-align:center;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--horizon) 35%,var(--accent-line-soft));background:linear-gradient(145deg,color-mix(in srgb,var(--horizon) 12%,var(--surface-elevated)),var(--surface-elevated));color:var(--lake-deep);font-size:.9rem;font-weight:600;padding:.55rem .85rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.message-quick-send-btn:hover{border-color:var(--horizon);box-shadow:0 2px 10px var(--shadow-elev-07)}.message-quick-send-btn:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.message-activity-actions{margin:1rem 0 0;display:flex;flex-direction:column;gap:.45rem}.message-activity-btn{margin:0;width:100%;text-align:left;border-radius:var(--radius-sm);border:1px solid var(--accent-line-soft);background:var(--message-activity-btn-bg);color:var(--lake-deep);font-size:.9rem;font-weight:600;padding:.55rem .85rem;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.message-activity-btn:hover{border-color:var(--horizon);box-shadow:0 2px 10px var(--shadow-elev-07)}.message-activity-btn:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.composer{display:flex;gap:.65rem;align-items:flex-end;padding:1rem;background:var(--surface-elevated);border-top:1px solid var(--mist)}.composer-input{flex:1;resize:none;border-radius:var(--radius-md);border:1px solid var(--mist);padding:.75rem 1rem;font-size:.98rem;font-family:inherit;line-height:1.45;background:var(--composer-input-bg);color:var(--ink);min-height:48px;transition:border-color .15s ease,box-shadow .15s ease}.composer-input:focus{outline:none;border-color:var(--horizon);box-shadow:0 0 0 3px var(--focus-ring-color)}.composer-input::placeholder{color:var(--whisper)}.composer-send{border:none;border-radius:var(--radius-md);padding:.75rem 1.25rem;font-weight:600;font-size:.95rem;background:var(--cta-gradient);color:var(--text-on-accent);box-shadow:var(--shadow-soft);transition:opacity .15s ease,transform .15s ease}.composer-send:hover:not(:disabled){transform:translateY(-1px)}.composer-send:disabled{opacity:.45;cursor:not-allowed}.side-card{background:var(--surface-elevated);border-radius:var(--radius-lg);padding:1.35rem 1.35rem 1.25rem;border:1px solid var(--mist);box-shadow:var(--shadow-soft);position:sticky;top:88px}.side-title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:var(--ink)}.resource-list{margin:0;padding-left:1.1rem;font-size:.92rem;color:var(--ink-soft)}.resource-list li{margin-bottom:.65rem}.side-note{margin:1.15rem 0 0;padding-top:1rem;border-top:1px solid var(--mist);font-size:.82rem;color:var(--whisper);line-height:1.55}.site-footer{padding:1.5rem;text-align:center;font-size:.82rem;color:var(--ink-soft);border-top:1px solid var(--mist);background:var(--footer-bg)}.site-footer p{margin:0}.header-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.header-theme{margin:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--border-strong);background:var(--header-help-bg);color:var(--lake-deep);border-radius:999px;box-shadow:var(--shadow-soft);flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.header-theme:hover{transform:translateY(-1px);border-color:var(--accent-line-soft);box-shadow:var(--shadow-float)}.header-theme:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.header-help{margin:0;border:1px solid var(--border-strong);background:var(--header-help-bg);color:var(--twilight);font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:999px;box-shadow:var(--shadow-soft);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.header-help:hover{transform:translateY(-1px);border-color:var(--accent-line-soft);box-shadow:var(--shadow-float)}.header-help:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.help-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.25rem;pointer-events:none}.help-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;border:none;padding:0;background:var(--modal-backdrop);backdrop-filter:blur(8px) saturate(118%);-webkit-backdrop-filter:blur(8px) saturate(118%);pointer-events:auto;cursor:pointer}.help-modal{position:relative;z-index:1;width:min(100%,720px);max-height:min(92vh,820px);display:flex;flex-direction:column;border-radius:var(--radius-lg);border:1px solid var(--modal-border);background:var(--modal-surface);box-shadow:0 20px 56px var(--modal-shadow-outer),0 6px 28px var(--modal-shadow-mid),inset 0 1px 0 var(--modal-inner-highlight);backdrop-filter:blur(14px) saturate(118%);-webkit-backdrop-filter:blur(14px) saturate(118%);pointer-events:auto;overflow:hidden}@supports not (backdrop-filter: blur(2px)){.help-modal{background:var(--modal-surface-fallback)}}.help-modal-header{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.15rem .85rem;border-bottom:1px solid var(--accent-line);background:var(--modal-header-bg)}.help-modal-title{margin:0;font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--lake-deep);letter-spacing:-.02em;line-height:1.25}.help-modal-close{flex-shrink:0;width:2.25rem;height:2.25rem;margin:-.2rem -.2rem 0 0;border:none;border-radius:var(--radius-sm);background:var(--accent-fill-14);color:var(--lake-deep);font-size:1.35rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.help-modal-close:hover{background:var(--accent-fill-20);color:var(--twilight)}.help-modal-close:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.help-modal-body{padding:1.15rem 1.4rem 1.4rem;overflow-y:auto;font-size:.98rem;line-height:1.6;color:var(--ink);background:var(--modal-body-bg)}@supports not (backdrop-filter: blur(2px)){.help-modal-body{background:var(--modal-body-bg-fallback)}}.help-modal-lede{margin:0 0 1.1rem;color:var(--ink-soft)}.help-modal-lede strong{color:var(--twilight)}.help-modal-section{margin-bottom:1rem}.help-modal-section:last-child{margin-bottom:0}.help-modal-subtitle{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:var(--lake-deep);letter-spacing:-.01em}.help-modal-list{margin:0;padding-left:1.2rem;color:var(--ink-soft)}.help-modal-list li{margin-bottom:.55rem}.help-modal-list li:last-child{margin-bottom:0}.help-modal-list--numbered{padding-left:1.35rem}.help-prompt{display:inline;padding:.08rem .38rem;border-radius:6px;background:var(--accent-fill-12);color:var(--lake-deep);font-size:.88em;font-weight:500}.help-modal-section--note{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--accent-line)}.help-modal-note{margin:0;font-size:.88rem;line-height:1.55;color:var(--ink-soft)}.help-modal-note strong{color:var(--ink)}.help-modal-body a{font-weight:600}@media (max-width: 480px){.help-modal-body{font-size:.9rem}.header-help{font-size:.85rem;padding:.45rem .85rem}}.activity-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:stretch;justify-content:center;padding:0;background:var(--body-gradient);print-color-adjust:exact;-webkit-print-color-adjust:exact;opacity:0;visibility:hidden;transition:opacity .55s cubic-bezier(.22,1,.36,1),visibility .55s step-end}.activity-overlay--visible{opacity:1;visibility:visible;transition:opacity .55s cubic-bezier(.22,1,.36,1),visibility 0s step-start}.activity-overlay__panel{width:100%;max-width:640px;margin:0 auto;padding:1.25rem 1.25rem 2rem;display:flex;flex-direction:column;min-height:100%;transform:translateY(12px);opacity:0;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .5s ease}.activity-overlay--visible .activity-overlay__panel{transform:translateY(0);opacity:1}.activity-overlay__panel:has(.activity-panel--meditation){max-width:min(720px,100%);padding:1.2rem 1.45rem 1.85rem}.activity-session-body:has(.activity-panel--meditation){padding-left:.45rem;padding-right:.45rem}.activity-session{flex:1;display:flex;flex-direction:column;min-height:0}.activity-session-head{flex-shrink:0;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--mist)}.activity-back{margin:0 0 .65rem;padding:.35rem 0;border:none;background:none;color:var(--twilight);font-size:.95rem;font-weight:600;text-align:left;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.activity-back:hover{color:var(--lake-deep)}.activity-back:focus-visible{outline:2px solid var(--horizon);outline-offset:3px;border-radius:4px}.activity-session-title{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--ink);letter-spacing:-.02em}.activity-session-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.activity-session-body,.meditation-customization-modal,.meditation-guidance-message-body,.brain-crossword-grid-outer{scrollbar-width:none;-ms-overflow-style:none}.activity-session-body::-webkit-scrollbar,.meditation-customization-modal::-webkit-scrollbar,.meditation-guidance-message-body::-webkit-scrollbar,.brain-crossword-grid-outer::-webkit-scrollbar{width:0;height:0}.activity-panel{padding-bottom:1rem}.activity-lede{margin:0 0 1.15rem;font-size:.96rem;line-height:1.6;color:var(--ink-soft)}.activity-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.activity-chip{margin:0;border:1px solid var(--activity-chip-border);background:var(--activity-chip-bg);color:var(--twilight);font-size:.88rem;font-weight:600;padding:.45rem .85rem;border-radius:999px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.activity-chip:hover:not(:disabled){border-color:var(--accent-line-soft);box-shadow:0 2px 8px var(--shadow-elev-06)}.activity-chip:disabled{opacity:.5;cursor:not-allowed}.activity-chip--on{border-color:var(--horizon);background:var(--activity-chip-on-bg);color:var(--lake-deep)}.activity-controls{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.35rem}.activity-primary{border:none;border-radius:var(--radius-md);padding:.72rem 1.2rem;font-weight:600;font-size:.95rem;background:var(--cta-gradient);color:var(--text-on-accent);box-shadow:var(--shadow-soft)}.activity-primary:hover{filter:brightness(1.03)}.activity-secondary{margin:0;border-radius:var(--radius-md);border:1px solid var(--mist);padding:.72rem 1.2rem;font-weight:600;font-size:.95rem;background:var(--surface-elevated);color:var(--twilight)}.activity-secondary:hover{border-color:var(--accent-line-soft)}.meditation-bloom{width:min(220px,70vw);height:min(220px,70vw);margin:.5rem auto 1rem;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--meditation-bloom-shine),transparent 55%),linear-gradient(145deg,#5b8db873,#3d6f9659);box-shadow:0 12px 40px var(--meditation-bloom-shadow);transition:transform .8s ease-in-out}.meditation-bloom--pulse{animation:meditationPulse 4.2s ease-in-out infinite}@keyframes meditationPulse{0%,to{transform:scale(1);opacity:.95}50%{transform:scale(1.04);opacity:1}}.meditation-timer{text-align:center;font-family:var(--font-display);font-size:1.85rem;font-weight:600;color:var(--lake-deep);margin:0 0 .5rem;letter-spacing:.04em}.meditation-timer-end-fade-target{transition:opacity 2.6s cubic-bezier(.25,.48,.32,1)}.meditation-timer-end-fade-target--outro{opacity:0;pointer-events:none}.meditation-music-acc-wrap-timer-controls.meditation-timer-end-fade-target{transition:opacity 2.6s cubic-bezier(.25,.48,.32,1)}.meditation-mode-row{margin-bottom:0;flex:1;min-width:0}.meditation-mode-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.65rem;margin-bottom:.5rem}.meditation-music-cluster{display:inline-flex;align-items:center;justify-content:flex-end;flex-shrink:0}.meditation-music-acc-wrap--audible-off{opacity:0;pointer-events:none}.meditation-music-acc-wrap-below-bloom{width:100%;display:flex;justify-content:flex-end;align-items:flex-end;margin-top:-.95rem;margin-bottom:.35rem;min-height:2.55rem;transition:opacity .5s ease}.meditation-music-acc-slot-fill{display:block;flex-shrink:0;width:1px;height:1px;margin:0;padding:0;overflow:hidden;visibility:hidden;pointer-events:none}.meditation-music-acc-wrap-timer-controls{display:flex;justify-content:flex-end;align-items:flex-end;flex:0 1 auto;min-width:0;max-width:min(100%,17rem);min-height:2.55rem;transition:opacity .5s ease}.meditation-timer-controls-with-music{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.65rem 1rem;margin-top:1.35rem}.meditation-timer-controls-with-music__buttons.activity-controls{margin-top:0;flex:0 1 auto}@media (max-width: 520px){.meditation-timer-controls-with-music{flex-direction:column;align-items:stretch}.meditation-music-acc-wrap-timer-controls{max-width:100%;justify-content:flex-end}}@media (prefers-reduced-motion: reduce){.meditation-music-acc-wrap-below-bloom,.meditation-music-acc-wrap-timer-controls,.meditation-timer-end-fade-target,.meditation-music-acc-wrap-timer-controls.meditation-timer-end-fade-target{transition-duration:.08s}}.meditation-music-acc--below-bloom{flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;text-align:right;max-width:min(100%,20rem)}.meditation-music-acc--below-bloom .meditation-music-acc-body{align-items:flex-end;text-align:right}.meditation-music-acc--below-bloom .meditation-music-acc-label{margin-top:0}.meditation-music-icon-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.65rem;min-width:2.65rem;height:2.65rem;padding:0;border-radius:999px}.meditation-music-icon-btn:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.meditation-music-icon-btn--muted .meditation-music-icon-svg{opacity:.72}.meditation-music-icon-svg{display:block;flex-shrink:0;color:var(--lake-deep);overflow:visible}.meditation-music-acc{font-size:.72rem;color:var(--ink-soft);line-height:1.4;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;max-width:100%}.meditation-music-acc-label{flex-shrink:0;opacity:.75;text-transform:uppercase;letter-spacing:.06em;font-size:.65rem;margin-top:.1rem}.meditation-music-acc-label:after{content:" ·";opacity:.65}.meditation-music-acc-body{display:flex;flex-direction:column;gap:.12rem;min-width:0}.meditation-music-acc-track{font-weight:500;color:var(--lake-deep);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}a.meditation-music-acc-track,a.meditation-music-acc-track:visited{text-decoration:none;color:var(--lake-deep)}a.meditation-music-acc-track:hover{color:var(--lake-deep)}a.meditation-music-acc-track:focus{outline:none}a.meditation-music-acc-track:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.meditation-music-acc-creator{font-size:.66rem;font-weight:400;color:var(--ink-soft);letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meditation-audio-el{position:fixed;left:-9999px;top:0;width:1px;height:1px;opacity:0;pointer-events:none}.meditation-mode-panels{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;width:100%}.meditation-mode-panel{grid-area:1 / 1;align-self:start;min-width:0;width:100%;z-index:0;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .75s cubic-bezier(.25,.55,.35,1),transform .75s cubic-bezier(.25,.55,.35,1)}.meditation-mode-panel--active{z-index:1;opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.meditation-mode-panel{transition-duration:.12s;transform:none}.meditation-mode-panel:not(.meditation-mode-panel--active){transform:none}}.meditation-guided-picks .activity-chip{font-size:.8rem;padding:.42rem .72rem}.meditation-guided-blurb{margin:0 0 1rem;font-size:.9rem;color:var(--ink-soft);line-height:1.55}.meditation-customization-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--modal-backdrop);backdrop-filter:blur(8px) saturate(118%);-webkit-backdrop-filter:blur(8px) saturate(118%)}.meditation-customization-modal{width:100%;max-width:26rem;max-height:min(90vh,34rem);overflow:auto;border-radius:var(--radius-md);border:1px solid var(--modal-border);background:var(--modal-surface);box-shadow:0 20px 52px var(--modal-shadow-outer),0 6px 28px var(--modal-shadow-mid),inset 0 1px 0 var(--modal-inner-highlight);backdrop-filter:blur(16px) saturate(118%);-webkit-backdrop-filter:blur(16px) saturate(118%)}@supports not (backdrop-filter: blur(2px)){.meditation-customization-modal{background:var(--modal-surface-fallback)}}.meditation-customization-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1.05rem;border-bottom:1px solid var(--accent-line);background:var(--modal-header-bg)}.meditation-customization-modal-title{margin:0;font-family:var(--font-display);font-size:1.08rem;font-weight:600;color:var(--lake-deep);letter-spacing:-.02em}.meditation-customization-modal-body{padding:1rem 1.05rem 1.15rem;background:var(--modal-body-bg)}@supports not (backdrop-filter: blur(2px)){.meditation-customization-modal-body{background:var(--modal-body-bg-fallback)}}.meditation-customization-modal-close{flex-shrink:0;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-sm);background:var(--accent-fill-12);color:var(--lake-deep);font-size:1.45rem;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease}.meditation-customization-modal-close:hover{background:var(--accent-fill-20);color:var(--twilight)}.meditation-customization-modal-close:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.meditation-guided-gear-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2.65rem;padding-left:.65rem;padding-right:.65rem}.meditation-guided-gear-svg{display:block;flex-shrink:0;color:var(--lake-deep);opacity:.9}.meditation-guided-timing-label{font-size:.78rem;font-weight:600;color:var(--ink-soft);letter-spacing:.03em}.meditation-guided-timing-label--inline{margin:0}.meditation-guided-slider-row{margin-bottom:1rem}.meditation-guided-slider-row:last-child{margin-bottom:0}.meditation-guided-slider-head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.2rem}.meditation-guided-rec-hint{margin:0 0 .5rem;font-size:.72rem;line-height:1.35;color:var(--ink-soft);opacity:.9}.meditation-guided-slider-value{font-variant-numeric:tabular-nums;font-weight:700;font-size:.82rem;color:var(--horizon);letter-spacing:.02em}.meditation-guided-slider{display:block;width:100%;height:8px;margin:0;border-radius:999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:var(--slider-track-gradient);accent-color:var(--horizon)}.meditation-guided-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--slider-thumb-gradient);border:2px solid var(--horizon);box-shadow:0 2px 8px var(--shadow-elev-07)}.meditation-guided-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--slider-thumb-gradient);border:2px solid var(--horizon);box-shadow:0 2px 8px var(--shadow-elev-07)}.meditation-guided-slider:disabled{opacity:.45;cursor:not-allowed}.meditation-guided-stage{position:relative;width:100%;margin:.2rem 0 .55rem}.meditation-guided-stage--outro .meditation-guided-bloom-layer,.meditation-guided-stage--outro .meditation-guided-prompt-layer{opacity:0;transition:opacity 2.6s cubic-bezier(.25,.48,.32,1)}.meditation-guided-bloom-layer{display:flex;justify-content:center;align-items:center;padding:.2rem 0 .15rem;position:relative;z-index:0}.meditation-guided-bloom-layer .meditation-bloom{margin:0}.meditation-guided-stage:has(.meditation-guided-prompt-layer) .meditation-guided-bloom-layer{padding-bottom:2rem}.meditation-guided-prompt-layer{position:relative;z-index:1;width:100%;margin-left:0;margin-right:0;margin-top:-.75rem;margin-bottom:.2rem}.meditation-guided-prompt-layer .meditation-guidance-card{margin-top:0;margin-bottom:0}.meditation-guidance-card{margin:.2rem 0 1rem;padding:0;border:none;background:transparent;box-shadow:none;opacity:0;transform:translateY(10px);transition:opacity .58s cubic-bezier(.22,1,.36,1),transform .58s cubic-bezier(.22,1,.36,1)}.meditation-guidance-card--visible{opacity:1;transform:translateY(0)}.meditation-guidance-chat{display:flex;gap:.75rem;align-items:flex-start}.meditation-guidance-avatar{width:36px;height:36px;border-radius:12px;flex-shrink:0;background:linear-gradient(145deg,var(--horizon),var(--twilight));box-shadow:var(--shadow-soft);position:relative}.meditation-guidance-avatar:after{content:"";position:absolute;top:8.5px;right:8.5px;bottom:8.5px;left:8.5px;border-radius:50%;background:var(--avatar-highlight)}.meditation-guidance-chat-main{flex:1;min-width:0}.meditation-guidance-chat-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.15rem}.meditation-guidance-chat-name{font-family:var(--font-display);font-weight:600;font-size:1.06rem;color:var(--ink);letter-spacing:-.02em;line-height:1.2}.meditation-guidance-chat-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--lake-deep);background:var(--wordle-meta-bg);padding:.18rem .48rem;border-radius:6px}.meditation-guidance-chat-badge--quiz{background:var(--accent-fill-18);border:1px solid var(--accent-line-soft);color:var(--twilight)}.meditation-guidance-chat-meta{margin:0 0 .55rem;font-size:.8rem;color:var(--ink-soft);line-height:1.45}.meditation-guidance-message-bridge{display:flex;flex-direction:column;align-items:stretch;min-width:0}.meditation-guidance-message-body{min-height:0;max-height:min(80vh,36rem);overflow-x:hidden;overflow-y:auto;padding:.95rem 1.05rem;border-radius:var(--radius-md);background:linear-gradient(165deg,var(--card-gloss-top),var(--card-gloss-bottom));border:1px solid var(--card-gloss-border);box-shadow:0 6px 28px var(--shadow-elev-06),inset 0 1px 0 var(--card-gloss-inset);backdrop-filter:blur(18px) saturate(118%);-webkit-backdrop-filter:blur(18px) saturate(118%);transition:opacity .5s ease}@supports not (backdrop-filter: blur(2px)){.meditation-guidance-message-body{background:var(--card-gloss-body-fallback)}}.meditation-guidance-message-body--faded{opacity:0;pointer-events:none}.meditation-guidance-text-wrap{min-height:0}.mind-lesson-steps-visual{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin:.35rem 0 .6rem;padding:0 .05rem}.mind-lesson-steps-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;background:color-mix(in srgb,var(--horizon) 28%,var(--mist));opacity:.85;transition:transform .25s ease,opacity .25s ease,background .25s ease,box-shadow .25s ease}.mind-lesson-steps-dot--done{background:var(--horizon);opacity:.95}.mind-lesson-steps-dot--current{transform:scale(1.45);background:var(--lake-deep);box-shadow:0 0 0 2px color-mix(in srgb,var(--horizon) 35%,transparent);opacity:1}.mind-lesson-steps-dot--quiz{box-shadow:0 0 0 1px color-mix(in srgb,var(--twilight) 45%,transparent)}.mind-lesson-steps-dot--current.mind-lesson-steps-dot--quiz{box-shadow:0 0 0 2px color-mix(in srgb,var(--horizon) 35%,transparent),0 0 0 3px color-mix(in srgb,var(--twilight) 25%,transparent)}@media (prefers-reduced-motion: reduce){.mind-lesson-steps-dot{transition:none}.mind-lesson-steps-dot--current{transform:none}}.mind-lesson-quiz{padding:.15rem 0 .25rem}.mind-lesson-quiz-q{margin:0 0 .85rem;font-size:1.02rem;line-height:1.58;color:var(--ink)}.mind-lesson-quiz-options{display:flex;flex-direction:column;gap:.45rem}.mind-lesson-quiz-option{margin:0;width:100%;text-align:left;font-family:var(--font-sans);font-size:.9rem;line-height:1.45;font-weight:600;color:var(--lake-deep);padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--horizon) 28%,var(--accent-line-soft));background:color-mix(in srgb,var(--surface-elevated) 96%,var(--accent-fill-12));cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.mind-lesson-quiz-option:hover:not(:disabled){border-color:var(--horizon);box-shadow:0 2px 8px var(--shadow-elev-06)}.mind-lesson-quiz-option:focus-visible{outline:2px solid var(--horizon);outline-offset:2px}.mind-lesson-quiz-option:disabled{cursor:default;opacity:.92}.mind-lesson-quiz-option--correct{border-color:color-mix(in srgb,#2d7a58 45%,var(--horizon));background:color-mix(in srgb,var(--success-mute) 65%,var(--surface-elevated));color:#185a3a}.mind-lesson-quiz-option--wrong{border-color:color-mix(in srgb,#b85c5c 42%,var(--accent-line-soft));background:#b85c5c14;color:var(--ink-soft)}.mind-lesson-quiz-feedback{margin:.75rem 0 0;font-size:.88rem;line-height:1.45;color:var(--lake-deep);font-weight:600;min-height:1.45em}@media (prefers-reduced-motion: reduce){.mind-lesson-quiz-option{transition:none}}[data-theme=dark] .mind-lesson-quiz-option--correct{color:#b5f0d4;background:color-mix(in srgb,rgba(90,200,150,.2) 45%,var(--surface-elevated));border-color:#82dcaf8c}[data-theme=dark] .mind-lesson-quiz-option--wrong{background:#d678781f;border-color:#d68c8c73}.meditation-guidance-timer{font-weight:600;color:var(--horizon);letter-spacing:.02em}.meditation-guidance-text--words{margin:0;font-size:1.02rem;line-height:1.68;color:var(--ink)}.meditation-word{display:inline}.meditation-word--entering{animation:meditationWordFadeIn .42s cubic-bezier(.22,.63,.32,1) forwards}@keyframes meditationWordFadeIn{0%{opacity:0;filter:blur(1.5px)}to{opacity:1;filter:blur(0)}}.meditation-word--em{font-style:italic;color:var(--twilight);font-weight:500}.meditation-guided-done{margin:0 0 .75rem;font-size:.95rem;color:var(--lake-deep);line-height:1.55;opacity:0;animation:meditationGuidedDoneIn 1.45s cubic-bezier(.25,.5,.35,1) .15s forwards}@keyframes meditationGuidedDoneIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.meditation-guided-controls{margin-top:.35rem;margin-bottom:1.35rem}.meditation-guided-controls-row{display:flex;flex-wrap:wrap;gap:.65rem;opacity:0;animation:meditationGuidedControlsFadeIn 1.4s cubic-bezier(.22,.61,.36,1) forwards}@keyframes meditationGuidedControlsFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.meditation-guided-controls-row{opacity:1;animation:none;transform:none}.meditation-guided-stage--outro .meditation-guided-bloom-layer,.meditation-guided-stage--outro .meditation-guided-prompt-layer{transition-duration:.45s}.activity-panel--mind-lessons .meditation-guided-stage--outro .meditation-guided-prompt-layer{transform:none;filter:none}.meditation-guided-done{animation:none;opacity:1;transform:none}}.breathing-stage{display:flex;flex-direction:column;align-items:center;margin:.5rem 0 .25rem}.breathing-orb{width:min(200px,55vw);height:min(200px,55vw);border-radius:50%;background:linear-gradient(160deg,#81b2d48c,#5b8db8bf);box-shadow:0 16px 48px #2c528238;margin-bottom:1.1rem;will-change:transform}.breathing-phase{margin:0;font-size:1.35rem;font-weight:600;color:var(--twilight);font-family:var(--font-display)}.breathing-count{margin:.35rem 0 0;font-size:.92rem;color:var(--ink-soft)}.breathing-count-num{font-weight:700;color:var(--lake-deep)}.journal-brand-sheet{display:flex;align-items:center;gap:.85rem;padding:1rem 1.15rem;margin:0 0 1rem;border-radius:var(--radius-lg);background:var(--surface-elevated);border:1px solid var(--chat-panel-border);box-shadow:var(--shadow-soft);color:var(--ink)}.journal-brand-sheet__mark{width:42px;height:42px;border-radius:14px;flex-shrink:0;background:linear-gradient(145deg,var(--horizon),var(--twilight));box-shadow:var(--shadow-soft);position:relative}.journal-brand-sheet__mark:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:var(--avatar-highlight)}.journal-brand-sheet__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.journal-brand-sheet__name{font-family:var(--font-display);font-size:1.35rem;font-weight:600;letter-spacing:-.02em;color:var(--ink);line-height:1.2}.journal-brand-sheet__title{font-size:.82rem;font-weight:400;color:var(--ink-soft)}.journal-brand-sheet__url{font-size:.88rem;font-weight:600;color:var(--twilight)}.journal-brand-sheet.journal-brand-sheet--print-only,.journal-sheet-footer{display:none}.journal-fields{display:flex;flex-direction:column;gap:1rem}.journal-field{display:flex;flex-direction:column;gap:.35rem}.journal-label{font-size:.82rem;font-weight:700;color:var(--lake-deep);letter-spacing:.02em}.journal-input{width:100%;border-radius:var(--radius-md);border:1px solid var(--mist);padding:.65rem .9rem;font-size:.95rem;font-family:inherit;line-height:1.5;color:var(--ink);background:var(--composer-input-bg);resize:vertical;min-height:2.75rem}.journal-input:focus{outline:none;border-color:var(--horizon);box-shadow:0 0 0 3px var(--focus-ring-color)}.journal-input-text{min-height:unset}.journal-input--autosize{resize:none;overflow-y:hidden;min-height:2.75rem;field-sizing:content}.journal-export{margin-top:1.5rem}.journal-fields--sheet{margin-top:.15rem;padding:1rem 1.05rem 1.15rem;background:var(--surface-elevated);border-radius:var(--radius-lg);border:1px solid var(--chat-panel-border);box-shadow:var(--shadow-soft)}.activity-overlay__panel:has(.activity-session--wide){max-width:min(920px,100%);padding-left:clamp(1rem,4.5vw,2rem);padding-right:clamp(1rem,4.5vw,2rem)}.activity-session--wide .activity-session-body{max-width:none}.activity-panel--mind-lessons{max-width:100%}.activity-panel--mind-lessons .meditation-guided-prompt-layer{margin-top:0;opacity:1;transform:translateY(0) scale(1);filter:blur(0);transition:opacity 2.08s cubic-bezier(.33,.11,.09,1),transform 2.08s cubic-bezier(.33,.11,.09,1),filter 2.08s cubic-bezier(.33,.11,.09,1)}.activity-panel--mind-lessons .meditation-guided-stage--outro .meditation-guided-prompt-layer{opacity:0;transform:translateY(-18px) scale(.965);filter:blur(7px);pointer-events:none}@keyframes mindLessonGuidedDoneIn{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.activity-panel--mind-lessons .meditation-guided-done.mind-lesson-guided-done{opacity:0;animation:mindLessonGuidedDoneIn 1.35s cubic-bezier(.22,.92,.28,1) .08s forwards}.mind-lessons-hub-inner{opacity:1;transition:opacity 1.15s cubic-bezier(.25,.48,.32,1)}.mind-lessons-hub-inner--enter,.mind-lessons-hub-inner--out{opacity:0}.mind-lessons-hub-shell{position:relative;border-radius:calc(var(--radius-lg) + 6px);padding:1.35rem 1.25rem 1.5rem;background:linear-gradient(145deg,#ffffffb8,#ecf6fc8c 42%,#e2eef87a);border:1px solid var(--border-soft);box-shadow:0 1px #ffffffa6 inset,var(--shadow-soft);overflow:hidden}.mind-lessons-hub-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 80% at 12% -10%,var(--accent-fill-18) 0%,transparent 55%),radial-gradient(90% 70% at 92% 108%,rgba(61,111,150,.12) 0%,transparent 52%);pointer-events:none;opacity:.9}.mind-lessons-hero{position:relative;z-index:1;margin-bottom:1.35rem;padding-bottom:1.15rem;border-bottom:1px solid var(--accent-line)}.mind-lessons-hero-eyebrow{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lake-deep);margin-bottom:.4rem;padding:.2rem .55rem;border-radius:999px;background:var(--accent-fill-14);border:1px solid var(--accent-line-soft)}.mind-lessons-hero-title{margin:0 0 .45rem;font-family:var(--font-display);font-size:clamp(1.45rem,3.2vw,1.85rem);font-weight:600;color:var(--lake-deep);letter-spacing:-.03em;line-height:1.15}.mind-lessons-hero-lede{margin:0;max-width:40rem;font-size:.95rem;line-height:1.55;color:var(--ink-soft)}.mind-lessons-categories{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem}.mind-lessons-category{margin:0;padding:0;border:0}.mind-lessons-category-head{margin-bottom:1rem}.mind-lessons-category-pill{display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.22rem .55rem;border-radius:999px;margin-bottom:.55rem;border:1px solid var(--accent-line-soft)}.mind-lessons-category-pill--personal,.mind-lessons-category-pill--educational,.mind-lessons-category-pill--other{background:var(--accent-fill-18);color:var(--lake-deep);border-color:var(--accent-line-soft)}.mind-lessons-category-title{margin:0 0 .35rem;font-family:var(--font-display);font-size:clamp(1.12rem,2.4vw,1.35rem);font-weight:600;color:var(--lake-deep);letter-spacing:-.02em;line-height:1.25}.mind-lessons-category-subtitle{margin:0 0 .75rem;font-size:.88rem;line-height:1.5;color:var(--ink-soft);max-width:40rem}.mind-lessons-category-summary{display:flex;flex-direction:column;gap:.45rem;max-width:100%}.mind-lessons-category-summary-text{font-size:.8rem;font-weight:600;color:var(--ink-soft)}.mind-lessons-category-track{height:6px;border-radius:999px;background:#3d6f961f;overflow:hidden}.mind-lessons-category-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--horizon),var(--lake));transition:width .55s ease}@media (prefers-reduced-motion: reduce){.mind-lessons-category-fill{transition:none}}.mind-lessons-grid--in-category{margin-top:.15rem}.mind-lessons-card-progress{display:flex;flex-direction:column;gap:.4rem;margin-top:auto;padding-top:.85rem}.mind-lessons-card-progress-track{height:5px;border-radius:999px;background:#3d6f961a;overflow:hidden}.mind-lessons-card-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--horizon-soft, var(--horizon)),var(--horizon));transition:width .55s ease}@media (prefers-reduced-motion: reduce){.mind-lessons-card-progress-fill{transition:none}}.mind-lessons-card-progress-label{font-size:.72rem;font-weight:600;letter-spacing:.02em;color:color-mix(in srgb,var(--ink-soft) 82%,var(--lake-deep) 18%)}.mind-lessons-lesson-layer{opacity:1;transition:opacity 1.15s cubic-bezier(.25,.48,.32,1)}.mind-lessons-lesson-layer--out,.mind-lessons-lesson-layer--enter-from-hub{opacity:0}@media (prefers-reduced-motion: reduce){.mind-lessons-lesson-layer,.mind-lessons-hub-inner{transition:none}}.mind-lessons-grid{position:relative;z-index:1;display:grid;gap:1.1rem;grid-template-columns:1fr;width:100%;max-width:none}.mind-lessons-card{--ml-accent: var(--horizon);--ml-accent-soft: var(--accent-fill-14);position:relative;display:flex;flex-direction:column;padding:1.2rem 1.25rem 1.2rem 1.28rem;border-radius:calc(var(--radius-lg) + 4px);background:linear-gradient(168deg,color-mix(in srgb,var(--surface-elevated) 94%,var(--lake) 6%),color-mix(in srgb,var(--surface-elevated) 97%,var(--horizon) 3%) 48%,color-mix(in srgb,var(--mist) 35%,var(--surface-elevated) 65%));border:1px solid color-mix(in srgb,var(--horizon) 16%,var(--chat-panel-border));box-shadow:0 1px 2px var(--shadow-elev-06),0 14px 36px -18px #3d6f962e;min-height:100%;overflow:hidden;transition:transform .35s cubic-bezier(.25,.48,.32,1),box-shadow .35s ease,border-color .35s ease,background .35s ease}@media (prefers-reduced-motion: reduce){.mind-lessons-card{transition:none}}.mind-lessons-card:hover{transform:translateY(-1px);box-shadow:0 2px 6px var(--shadow-elev-06),0 20px 44px -22px #3d6f9638;border-color:color-mix(in srgb,var(--horizon) 28%,var(--chat-panel-border))}.mind-lessons-card:focus-within{border-color:color-mix(in srgb,var(--horizon) 32%,var(--accent-line-soft));box-shadow:0 2px 8px var(--shadow-elev-06),0 18px 40px -20px #3d6f9633,0 0 0 3px var(--focus-ring-color)}.mind-lessons-card--tone-1{--ml-accent: #6b9dc4;--ml-accent-soft: rgba(107, 157, 196, .12)}.mind-lessons-card--tone-2{--ml-accent: #5b8db8;--ml-accent-soft: rgba(91, 141, 184, .12)}.mind-lessons-card--tone-3{--ml-accent: #3d6f96;--ml-accent-soft: rgba(61, 111, 150, .11)}.mind-lessons-card--tone-4{--ml-accent: #6b9dc4;--ml-accent-soft: rgba(107, 157, 196, .1)}.mind-lessons-card-accent{position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,color-mix(in srgb,var(--ml-accent) 55%,transparent),color-mix(in srgb,var(--ml-accent) 18%,transparent));border-radius:3px 0 0 3px;opacity:.85}.mind-lessons-card-index{align-self:flex-end;margin-bottom:.35rem;font-family:var(--font-display);font-size:.72rem;font-weight:600;color:var(--lake-deep);letter-spacing:.06em;opacity:.62}.mind-lessons-card-title{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.06rem;font-weight:600;color:var(--lake-deep);letter-spacing:-.02em;line-height:1.28}.mind-lessons-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;margin-bottom:.45rem}.mind-lessons-card-title-row .mind-lessons-card-title{margin:0;flex:1;min-width:0}.mind-lessons-card-title-row .mind-lessons-card-index{flex-shrink:0;margin:.1rem 0 0;padding-top:.1rem;align-self:flex-start}.mind-lessons-card-blurb{margin:0 0 .85rem;font-size:.87rem;line-height:1.58;color:color-mix(in srgb,var(--ink-soft) 88%,var(--lake-deep) 12%);flex:1}.mind-lessons-card-cta{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding:.45rem .92rem .45rem .98rem;font-family:var(--font-sans);font-size:.84rem;font-weight:600;letter-spacing:.02em;color:var(--text-on-accent);background:linear-gradient(145deg,color-mix(in srgb,var(--horizon) 92%,white 8%),var(--lake-deep));border:none;border-radius:var(--radius-sm);cursor:pointer;box-shadow:0 2px 10px #3d6f9629;transition:transform .25s ease,filter .25s ease,opacity .25s ease,box-shadow .25s ease}.mind-lessons-card-cta:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-.5px);box-shadow:0 4px 14px #3d6f962e}.mind-lessons-card-cta:disabled{opacity:.55;cursor:not-allowed;transform:none}.mind-lessons-card-cta-icon{flex-shrink:0;opacity:.95}[data-theme=dark] .mind-lessons-hub-shell{background:linear-gradient(145deg,#1e2a3aeb,#16202ee0 45%,#121c28d9);border-color:var(--border-soft);box-shadow:0 1px #ffffff0f inset,var(--shadow-soft)}[data-theme=dark] .mind-lessons-hub-shell:before{opacity:.65}[data-theme=dark] .mind-lessons-card{background:linear-gradient(168deg,color-mix(in srgb,var(--surface-elevated) 92%,var(--lake) 8%),color-mix(in srgb,var(--surface-elevated) 96%,var(--horizon) 4%));border-color:color-mix(in srgb,var(--horizon) 22%,var(--border-soft));box-shadow:0 1px 2px #0000001f,0 16px 40px -20px #00000059}[data-theme=dark] .mind-lessons-card:hover{border-color:color-mix(in srgb,var(--horizon) 38%,var(--border-soft));box-shadow:0 2px 6px #00000024,0 22px 48px -24px #0006}[data-theme=dark] .mind-lessons-card-blurb{color:color-mix(in srgb,var(--ink-soft) 90%,var(--lake-deep) 10%)}[data-theme=dark] .mind-lessons-hero{border-bottom-color:var(--accent-line)}[data-theme=dark] .mind-lessons-card--tone-1{--ml-accent: #6a9cc4;--ml-accent-soft: rgba(106, 156, 196, .25)}[data-theme=dark] .mind-lessons-card--tone-2{--ml-accent: #7eb8e8;--ml-accent-soft: rgba(126, 184, 232, .22)}[data-theme=dark] .mind-lessons-card--tone-3{--ml-accent: #8ec5eb;--ml-accent-soft: rgba(142, 197, 235, .2)}[data-theme=dark] .mind-lessons-card--tone-4{--ml-accent: #5b8db8;--ml-accent-soft: rgba(91, 141, 184, .25)}.mind-lessons-lesson-head{margin-bottom:1rem}.mind-lessons-back-module{margin-bottom:.65rem}.mind-lessons-lesson-title{margin:0 0 .35rem;font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--lake-deep);letter-spacing:-.02em}.mind-lessons-lesson-blurb{margin:0;font-size:.92rem;line-height:1.55;color:var(--ink-soft)}.activity-panel--braingames{max-width:100%}.activity-panel--braingames>.activity-lede{margin-bottom:1rem;padding:0 .15rem}.activity-panel--braingames .brain-games-tabs{margin-bottom:1rem}.activity-panel--braingames .brain-games-tabs .activity-chip{font-size:.8rem;padding:.42rem .72rem}.brain-games-panels{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;width:100%}.brain-games-panel{grid-area:1 / 1;align-self:start;min-width:0;width:100%;z-index:0;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .48s cubic-bezier(.25,.55,.35,1),transform .48s cubic-bezier(.25,.55,.35,1)}.brain-games-panel--active{z-index:1;opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.brain-games-panel{transition-duration:.12s;transform:none}.brain-games-panel:not(.brain-games-panel--active){transform:none}}.brain-wordle-hint-box{margin:.75rem 0 0;width:100%;max-width:22rem;padding:.65rem .85rem;border-radius:var(--radius-sm);background:var(--braingames-frost-bg);border:1px solid var(--braingames-frost-border);box-shadow:inset 0 1px 0 var(--braingames-frost-inset-shadow)}.brain-wordle-hint-box--below-keyboard{align-self:stretch;max-width:none;margin-top:.6rem}.brain-wordle-hint-box-title{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--twilight)}.brain-wordle-hint-list{margin:0;padding-left:1.15rem;font-size:.86rem;line-height:1.5;color:var(--ink-soft)}.brain-wordle-hint-list li{margin-bottom:.25rem}.brain-wordle-hint-list li:last-child{margin-bottom:0}.braingames-shell{margin:0;padding:clamp(.95rem,2.5vw,1.35rem) clamp(1rem,2.8vw,1.2rem) clamp(1.05rem,2.8vw,1.35rem);border-radius:var(--radius-md);background:linear-gradient(165deg,var(--card-gloss-top),var(--card-gloss-bottom));border:1px solid var(--card-gloss-border);box-shadow:0 6px 28px var(--shadow-elev-06),inset 0 1px 0 var(--card-gloss-inset);backdrop-filter:blur(18px) saturate(118%);-webkit-backdrop-filter:blur(18px) saturate(118%)}@supports not (backdrop-filter: blur(2px)){.braingames-shell{background:var(--card-gloss-body-fallback)}}.braingames-actions{margin-top:0;margin-bottom:0;flex-wrap:wrap}.brain-game-hint{margin:0 0 1rem;font-size:.9rem;line-height:1.55;color:var(--ink-soft)}.brain-game-hint strong{color:var(--lake-deep);font-weight:600}.brain-wordle .brain-game-hint strong{color:var(--twilight)}.brain-game-status{margin:.85rem 0 0;font-size:.92rem;line-height:1.5}.brain-game-status--win{color:var(--lake-deep);font-weight:600}.brain-game-status--lose{color:var(--ink-soft)}.brain-game-status--lose strong{color:var(--lake-deep)}.brain-game-status--hint{margin:.6rem 0 0;font-size:.86rem;color:var(--lake-deep);font-weight:500}.brain-game-section-title{margin:0 0 .6rem;font-family:var(--font-display);font-size:1.06rem;font-weight:600;letter-spacing:-.02em;color:var(--twilight);line-height:1.2}.brain-wordle-meta{margin:0 0 .55rem;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--twilight);background:var(--wordle-meta-bg);padding:.2rem .5rem;border-radius:6px;align-self:center}.brain-wordle-entry-form{margin:0;padding:0;border:none;width:100%;max-width:22.5rem}.brain-wordle-entry{width:100%;max-width:22.5rem}.brain-wordle-entry-label{display:block;margin:0 0 .4rem;font-size:.78rem;font-weight:600;color:var(--twilight);letter-spacing:.03em}.brain-wordle>.braingames-actions{margin-top:1.35rem}.brain-wordle-mobile-input{width:100%;box-sizing:border-box;padding:.72rem 1rem;font-size:1.02rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-align:center;border-radius:var(--radius-md);border:1px solid var(--wordle-mobile-border);background:var(--wordle-mobile-bg);color:var(--twilight);font-family:var(--font-display);box-shadow:inset 0 1px 0 var(--wordle-mobile-inset),0 2px 12px var(--wordle-mobile-shadow);backdrop-filter:blur(12px) saturate(115%);-webkit-backdrop-filter:blur(12px) saturate(115%)}.brain-wordle-mobile-input::placeholder{letter-spacing:.06em;color:var(--whisper);font-weight:500}.brain-wordle-mobile-input:focus{outline:none;border-color:var(--wordle-mobile-focus-border);box-shadow:inset 0 1px 0 var(--wordle-mobile-focus-inset),0 0 0 3px var(--focus-ring-color)}.brain-wordle-mobile-input:disabled{opacity:.55}@supports not (backdrop-filter: blur(2px)){.brain-wordle-mobile-input{background:var(--wordle-mobile-fallback-bg)}}.brain-wordle-layout{display:flex;flex-direction:column;gap:1.5rem;align-items:stretch}.brain-wordle-main{display:flex;flex-direction:column;align-items:center;flex:1 1 auto;min-width:0;width:100%}.brain-wordle-side{display:flex;flex-direction:column;align-items:stretch;gap:.85rem;flex:0 0 auto;width:100%;max-width:min(22.5rem,100%);margin:0 auto}.brain-wordle-mini-keyboard{display:flex;flex-direction:column;gap:.28rem;align-items:stretch;margin:0;padding:.65rem .5rem .72rem;border-radius:var(--radius-md);background:var(--wordle-keyboard-wrap-bg);border:1px solid var(--wordle-keyboard-wrap-border);-webkit-backdrop-filter:blur(12px) saturate(118%);backdrop-filter:blur(12px) saturate(118%);flex:0 0 auto;width:100%;min-width:0;max-width:none;align-self:stretch;box-shadow:inset 0 1px 0 var(--wordle-keyboard-wrap-inset),0 4px 18px var(--wordle-keyboard-wrap-outer);transition:opacity .2s ease,filter .2s ease}.brain-wordle-mini-keyboard--inactive{opacity:.86;filter:saturate(.9)}.brain-wordle-mini-keyboard-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.22rem}.brain-wordle-mini-keyboard-row--wide{margin-top:.15rem;gap:.38rem;padding-top:.35rem;border-top:1px solid var(--braingames-kbd-row-divider)}.brain-wordle-mini-key{min-width:1.58rem;padding:.36rem .26rem;border:1px solid var(--wordle-keycap-border);border-radius:8px;background:var(--wordle-keycap-bg);color:var(--twilight);font-size:.74rem;font-weight:700;letter-spacing:.02em;cursor:pointer;font-family:inherit;line-height:1.15;box-shadow:0 1px 3px var(--wordle-keycap-shadow)}.brain-wordle-mini-key:hover:not(:disabled){background:var(--wordle-keycap-hover-bg);border-color:var(--wordle-keycap-hover-border);color:var(--lake-deep);box-shadow:0 2px 10px var(--shadow-elev-07)}.brain-wordle-mini-key:disabled{opacity:.45;cursor:not-allowed}.brain-wordle-mini-key--wide{min-width:5rem;padding-left:.65rem;padding-right:.65rem;font-size:.72rem;font-weight:600}.brain-wordle-mini-key--enter{min-width:5.75rem;background:var(--cta-gradient);color:var(--text-on-accent);border-color:var(--wordle-enter-border);box-shadow:var(--shadow-soft)}.brain-wordle-mini-key--enter:hover:not(:disabled){filter:brightness(1.03);border-color:var(--wordle-enter-border-hover)}.brain-wordle-board{display:flex;flex-direction:column;gap:.42rem;align-items:center;margin:.25rem 0;width:100%}.brain-wordle-board--shake{animation:brainWordleShake .45s ease}@keyframes brainWordleShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.brain-wordle-row{display:flex;gap:.42rem}.brain-wordle-tile{width:clamp(2.5rem,8vw,3rem);height:clamp(2.5rem,8vw,3rem);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:clamp(1rem,3.5vw,1.18rem);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-sm);border:1px solid var(--wordle-surface-border);background:var(--wordle-surface-bg);color:var(--twilight);box-sizing:border-box;box-shadow:0 4px 16px var(--wordle-surface-shadow),inset 0 1px 0 var(--wordle-surface-inset)}.brain-wordle-tile--empty{border-color:var(--wordle-empty-border);background:var(--wordle-empty-bg);color:transparent;box-shadow:inset 0 1px 0 var(--wordle-empty-inset)}.brain-wordle-tile--tbd{border-color:var(--wordle-tbd-border);background:var(--wordle-tbd-bg);color:var(--twilight);box-shadow:0 2px 10px var(--wordle-tbd-shadow),inset 0 1px 0 var(--wordle-tbd-inset)}.brain-wordle-tile--absent{border-color:var(--border-subtle);background:var(--wordle-tile-absent);color:var(--twilight);box-shadow:inset 0 1px 0 var(--wordle-graded-inset),0 1px 3px var(--wordle-graded-shadow-soft)}.brain-wordle-tile--present{border-color:var(--accent-line-soft);background:var(--wordle-tile-present);color:var(--twilight);box-shadow:inset 0 1px 0 var(--wordle-graded-inset),0 1px 4px var(--wordle-graded-shadow-soft)}.brain-wordle-tile--correct{border-color:#6e9cc461;background:var(--wordle-tile-correct);color:var(--twilight);box-shadow:inset 0 1px 0 var(--wordle-graded-inset),0 2px 10px var(--wordle-graded-shadow-mid)}[data-theme=dark] .brain-wordle-tile--absent,[data-theme=dark] .brain-wordle-tile--present,[data-theme=dark] .brain-wordle-tile--correct{color:#fffcf7fa}.brain-crossword-layout{display:flex;flex-direction:column;gap:1.35rem;align-items:stretch}.brain-crossword-play{display:flex;flex-direction:column;align-items:center;width:100%;order:1}.brain-crossword-aside{order:2;width:100%}.brain-crossword-clues{margin:0;padding:.95rem 1.05rem;border-radius:var(--radius-md);background:var(--braingames-frost-bg);border:1px solid var(--braingames-frost-border);box-shadow:inset 0 1px 0 var(--braingames-frost-inset-shadow),0 4px 18px var(--shadow-elev-06);backdrop-filter:blur(12px) saturate(118%);-webkit-backdrop-filter:blur(12px) saturate(118%)}.brain-crossword-feedback{margin:.9rem 0 0;font-size:.92rem;line-height:1.5}.brain-crossword-footer{display:flex;flex-direction:column;align-items:stretch;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-soft)}.brain-crossword-footer .braingames-actions{margin-top:0}.brain-crossword-clues .brain-crossword-clue{margin:0 0 .65rem;font-size:.92rem;line-height:1.55;color:var(--ink);border-radius:var(--radius-sm);padding:.08rem 0;transition:background .2s ease,color .2s ease,padding .2s ease}.brain-crossword-clues .brain-crossword-clue:last-child{margin-bottom:0}.brain-crossword-clue--complete{background:var(--wordle-tile-correct);color:var(--twilight);padding:.38rem .55rem;box-shadow:inset 0 1px 0 var(--wordle-graded-inset),0 1px 4px var(--wordle-graded-shadow-soft)}[data-theme=dark] .brain-crossword-clue--complete{color:#fffcf7fa}.brain-crossword-clue--complete .brain-crossword-len{color:inherit;opacity:.88}.brain-crossword-len{font-size:.82rem;color:var(--ink-soft);font-weight:500}.brain-crossword-grid-outer{display:flex;justify-content:center;width:100%;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.brain-crossword-grid{display:grid;gap:4px;width:fit-content;max-width:100%;margin:0 auto;padding:8px;border-radius:var(--radius-md);background:var(--crossword-grid-bg);border:1px solid var(--crossword-grid-border);box-shadow:inset 0 1px 0 var(--crossword-grid-inset),0 6px 24px var(--crossword-grid-outer)}.brain-crossword-cell--block{min-width:2.35rem;min-height:2.35rem;aspect-ratio:1;border-radius:6px;background:var(--crossword-block-fill);box-shadow:0 4px 14px var(--crossword-block-shadow);opacity:1}.brain-crossword-cell--input{min-width:2.35rem;min-height:2.35rem;width:100%;height:100%;aspect-ratio:1;margin:0;padding:0;border:1px solid var(--crossword-input-border);border-radius:6px;text-align:center;font-family:var(--font-display);font-weight:700;font-size:1.05rem;text-transform:uppercase;color:var(--twilight);background:var(--crossword-input-bg);box-sizing:border-box;box-shadow:0 2px 8px var(--crossword-input-shadow),inset 0 1px 0 var(--crossword-input-inset)}.brain-crossword-cell--input:focus{outline:none;border-color:var(--horizon);box-shadow:0 0 0 2px var(--crossword-focus-ring),0 4px 14px var(--crossword-focus-shadow);z-index:1}.brain-crossword-cell--word-complete{background:var(--wordle-tile-correct);border-color:#6e9cc461;color:var(--twilight);box-shadow:inset 0 1px 0 var(--wordle-graded-inset),0 2px 8px var(--wordle-graded-shadow-mid)}[data-theme=dark] .brain-crossword-cell--word-complete{color:#fffcf7fa}.brain-crossword-cell--word-complete:focus{border-color:var(--horizon);box-shadow:0 0 0 2px var(--crossword-focus-ring),0 4px 14px var(--crossword-focus-shadow),inset 0 1px 0 var(--wordle-graded-inset);z-index:1}@media (min-width: 720px){.brain-wordle-layout{flex-direction:row;align-items:flex-start;justify-content:center;gap:clamp(1.5rem,4vw,2.75rem)}.brain-wordle-main{flex:0 1 auto;align-items:center;max-width:min(100%,22rem)}.brain-wordle-side{flex:0 0 min(22.5rem,36vw);max-width:min(22.5rem,36vw);margin:0;position:sticky;top:.5rem}.brain-wordle-mini-keyboard{max-width:none}.brain-crossword-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(15.5rem,22rem);gap:clamp(1.35rem,3.5vw,2.5rem);align-items:start}.brain-crossword-play{order:unset;align-items:center;min-width:0}.brain-crossword-aside{order:unset;position:sticky;top:.5rem}.brain-crossword-grid-outer{justify-content:center;width:100%}}@media (min-width: 900px){.activity-overlay__panel:has(.activity-session--wide){max-width:min(1000px,100%)}.braingames-shell{padding:1.05rem 1.25rem 1.35rem}.brain-wordle-mini-key{min-width:1.72rem;padding-left:.32rem;padding-right:.32rem;font-size:.78rem}}@media (prefers-reduced-motion: reduce){.brain-wordle-board--shake{animation:none}}@media print{.no-print{display:none!important}html{background:var(--body-gradient)!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}#root{background:transparent!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}body:has(.activity-overlay) *{visibility:hidden}body:has(.activity-overlay) .activity-overlay,body:has(.activity-overlay) .activity-overlay *{visibility:visible!important}body{background:transparent!important}@page{margin:1.2cm;background:var(--body-gradient)}.journal-brand-sheet.journal-brand-sheet--print-only{display:flex!important}.activity-overlay{position:absolute!important;left:0!important;top:0!important;width:100%!important;min-height:100%!important;inset:unset!important;opacity:1!important;visibility:visible!important;background:var(--body-gradient)!important;padding:.35rem 0 0!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}.journal-print-root.activity-panel--journal{padding-top:.15rem}.journal-brand-sheet{print-color-adjust:exact;-webkit-print-color-adjust:exact;margin-bottom:.85rem;break-inside:avoid;page-break-inside:avoid}.journal-fields--sheet{background:var(--surface-elevated);padding:1rem 1.15rem 1.1rem;border-radius:var(--radius-lg);border:1px solid var(--chat-panel-border);box-shadow:var(--shadow-soft);print-color-adjust:exact;-webkit-print-color-adjust:exact}.journal-sheet-footer{display:block;margin-top:.85rem;padding:.75rem 1rem;text-align:center;font-size:.88rem;font-weight:600;color:var(--crisis-strip-text);background:var(--crisis-strip-bg);border-radius:var(--radius-sm);print-color-adjust:exact;-webkit-print-color-adjust:exact;break-inside:avoid}.activity-session:has(.journal-print-root) .activity-session-head{display:none!important}.activity-overlay__panel{max-width:none!important;transform:none!important;opacity:1!important;padding:0 .5rem .5rem!important;background:transparent!important}.activity-session-title{font-size:1.35rem}.journal-input{border:1px solid var(--mist);background:var(--composer-input-bg);print-color-adjust:exact;-webkit-print-color-adjust:exact}.journal-input--autosize{height:auto!important;min-height:3rem;overflow:visible!important;max-height:none!important}}:root{color-scheme:light;--ink: #1a2f45;--ink-soft: #3d5a73;--surface: #f4f9fc;--surface-elevated: #ffffff;--mist: #dfe9f2;--lake: #6b9dc4;--lake-deep: #3d6f96;--twilight: #2c5282;--horizon: #5b8db8;--whisper: #8ba9c4;--success-mute: #e6f2eb;--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px;--shadow-soft: 0 4px 24px rgba(26, 47, 69, .08);--shadow-float: 0 12px 40px rgba(26, 47, 69, .12);--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif;--body-gradient: linear-gradient(165deg, #e8f2f9 0%, #dceaf4 35%, #d4e3f1 100%);--header-bg: rgba(244, 249, 252, .88);--chat-panel-border: rgba(223, 233, 242, .9);--topic-section-bg: linear-gradient(180deg, #f0f6fb 0%, #fafcfe 100%);--topic-toggle-hover-bg: rgba(91, 141, 184, .08);--chat-scroll-bg: linear-gradient(180deg, #fbfdfe 0%, #f6fafc 100%);--composer-input-bg: #fbfdfe;--user-bubble-text: #f4f9fc;--user-bubble-gradient: linear-gradient(145deg, #2c5282, #3d6f96);--cta-gradient: linear-gradient(145deg, #5b8db8, #2c5282);--footer-bg: rgba(255, 255, 255, .5);--crisis-strip-bg: linear-gradient(90deg, #2c5282 0%, #3d6f96 100%);--crisis-strip-text: #e8f2f9;--text-on-accent: #ffffff;--focus-ring-color: rgba(91, 141, 184, .25);--border-subtle: rgba(61, 90, 115, .12);--border-soft: rgba(61, 90, 115, .09);--border-strong: rgba(61, 90, 115, .22);--accent-line: rgba(91, 141, 184, .14);--accent-line-soft: rgba(91, 141, 184, .35);--accent-glow: rgba(91, 141, 184, .4);--accent-fill-12: rgba(91, 141, 184, .12);--accent-fill-14: rgba(91, 141, 184, .14);--accent-fill-15: rgba(91, 141, 184, .15);--accent-fill-18: rgba(91, 141, 184, .18);--accent-fill-20: rgba(91, 141, 184, .2);--accent-fill-22: rgba(91, 141, 184, .22);--shadow-elev-06: rgba(26, 47, 69, .06);--shadow-elev-07: rgba(26, 47, 69, .07);--topic-chip-bg: linear-gradient(180deg, rgba(255, 255, 255, .88) 0%, rgba(251, 253, 254, .75) 100%);--topic-chip-hover-bg: rgba(255, 255, 255, .95);--topic-chip-hint-divider: rgba(61, 90, 115, .09);--message-activity-btn-bg: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(244, 249, 252, .88) 100%);--header-help-bg: rgba(255, 255, 255, .75);--avatar-highlight: rgba(255, 255, 255, .35);--modal-backdrop: rgba(44, 82, 130, .26);--modal-surface: linear-gradient( 165deg, rgba(255, 255, 255, .94), rgba(234, 244, 252, .9) 48%, rgba(226, 238, 248, .88) );--modal-surface-fallback: rgba(248, 252, 254, .97);--modal-header-bg: linear-gradient(180deg, rgba(255, 255, 255, .52) 0%, rgba(236, 246, 252, .32) 100%);--modal-body-bg: rgba(255, 255, 255, .18);--modal-body-bg-fallback: rgba(252, 253, 255, .92);--modal-border: rgba(255, 255, 255, .52);--modal-shadow-outer: rgba(44, 82, 130, .14);--modal-shadow-mid: rgba(44, 82, 130, .06);--modal-inner-highlight: rgba(255, 255, 255, .78);--activity-chip-bg: rgba(255, 255, 255, .85);--activity-chip-border: rgba(61, 90, 115, .2);--activity-chip-on-bg: rgba(91, 141, 184, .14);--meditation-bloom-shine: rgba(255, 255, 255, .55);--meditation-bloom-shadow: rgba(61, 111, 150, .18);--card-gloss-top: rgba(255, 255, 255, .4);--card-gloss-bottom: rgba(236, 246, 252, .22);--card-gloss-border: rgba(255, 255, 255, .5);--card-gloss-inset: rgba(255, 255, 255, .55);--card-gloss-body-fallback: rgba(248, 252, 254, .82);--wordle-tile-absent: linear-gradient(165deg, #eef2f7 0%, #dfe8f2 100%);--wordle-tile-present: linear-gradient(165deg, #faf8f5 0%, #f1ece4 52%, #e8e2da 100%);--wordle-tile-correct: linear-gradient(165deg, var(--success-mute) 0%, #dbece4 42%, #d2e4ec 100%);--wordle-keyboard-bg: rgba(255, 255, 255, .38);--wordle-keyboard-border: rgba(255, 255, 255, .55);--slider-thumb-gradient: linear-gradient(145deg, #ffffff, #e8f2fa);--slider-track-gradient: linear-gradient(to right, rgba(91, 141, 184, .35) 0%, rgba(61, 111, 150, .2) 100%);--braingames-frost-bg: rgba(255, 255, 255, .32);--braingames-frost-border: rgba(255, 255, 255, .45);--braingames-frost-inset-shadow: rgba(255, 255, 255, .5);--braingames-kbd-row-divider: rgba(61, 90, 115, .1);--wordle-meta-bg: rgba(91, 141, 184, .15);--wordle-surface-bg: rgba(255, 255, 255, .38);--wordle-surface-border: rgba(255, 255, 255, .55);--wordle-surface-shadow: rgba(61, 111, 150, .08);--wordle-surface-inset: rgba(255, 255, 255, .65);--wordle-empty-bg: rgba(255, 255, 255, .22);--wordle-empty-border: rgba(255, 255, 255, .35);--wordle-empty-inset: rgba(255, 255, 255, .35);--wordle-tbd-border: rgba(91, 141, 184, .32);--wordle-tbd-bg: rgba(255, 255, 255, .58);--wordle-tbd-shadow: rgba(44, 82, 130, .06);--wordle-tbd-inset: rgba(255, 255, 255, .75);--wordle-graded-inset: rgba(255, 255, 255, .52);--wordle-graded-shadow-soft: rgba(44, 82, 130, .05);--wordle-graded-shadow-mid: rgba(61, 111, 150, .08);--wordle-keyboard-wrap-bg: rgba(255, 255, 255, .28);--wordle-keyboard-wrap-border: rgba(255, 255, 255, .45);--wordle-keyboard-wrap-inset: rgba(255, 255, 255, .5);--wordle-keyboard-wrap-outer: rgba(44, 82, 130, .05);--wordle-keycap-bg: rgba(255, 255, 255, .55);--wordle-keycap-border: rgba(255, 255, 255, .55);--wordle-keycap-hover-bg: rgba(255, 255, 255, .78);--wordle-keycap-hover-border: rgba(91, 141, 184, .35);--wordle-keycap-shadow: rgba(44, 82, 130, .06);--wordle-mobile-bg: rgba(255, 255, 255, .52);--wordle-mobile-border: rgba(255, 255, 255, .55);--wordle-mobile-inset: rgba(255, 255, 255, .65);--wordle-mobile-shadow: rgba(44, 82, 130, .04);--wordle-mobile-focus-border: rgba(91, 141, 184, .45);--wordle-mobile-focus-inset: rgba(255, 255, 255, .7);--wordle-mobile-fallback-bg: rgba(248, 252, 254, .88);--wordle-enter-border: rgba(44, 82, 130, .2);--wordle-enter-border-hover: rgba(44, 82, 130, .28);--crossword-grid-bg: linear-gradient( to bottom right, rgba(91, 141, 184, .22) 0%, rgba(61, 111, 150, .12) 100% );--crossword-grid-border: rgba(255, 255, 255, .4);--crossword-grid-inset: rgba(255, 255, 255, .45);--crossword-grid-outer: rgba(44, 82, 130, .06);--crossword-block-fill: linear-gradient(145deg, rgba(91, 141, 184, .45), rgba(61, 111, 150, .35));--crossword-block-shadow: rgba(61, 111, 150, .12);--crossword-input-bg: rgba(255, 255, 255, .72);--crossword-input-border: rgba(255, 255, 255, .5);--crossword-input-inset: rgba(255, 255, 255, .85);--crossword-input-shadow: rgba(44, 82, 130, .06);--crossword-focus-ring: rgba(91, 141, 184, .22);--crossword-focus-shadow: rgba(44, 82, 130, .1)}[data-theme=dark]{color-scheme:dark;--ink: #e6eef6;--ink-soft: #9eb4c9;--surface: #0f1419;--surface-elevated: #1a2535;--mist: #2d3f54;--lake: #7eb8e8;--lake-deep: #a3cde8;--twilight: #8ec5eb;--horizon: #6a9cc4;--whisper: #6d8499;--success-mute: #1a2e24;--shadow-soft: 0 4px 24px rgba(0, 0, 0, .35);--shadow-float: 0 12px 40px rgba(0, 0, 0, .45);--body-gradient: linear-gradient(165deg, #0a0e14 0%, #0f1724 38%, #152535 100%);--header-bg: rgba(15, 20, 28, .92);--chat-panel-border: rgba(45, 63, 84, .85);--topic-section-bg: linear-gradient(180deg, #152535 0%, #1a2535 100%);--topic-toggle-hover-bg: rgba(110, 156, 196, .12);--chat-scroll-bg: linear-gradient(180deg, #161f2c 0%, #131b26 100%);--composer-input-bg: #1e2a3a;--user-bubble-text: #e8f1f8;--user-bubble-gradient: linear-gradient(145deg, #355f82, #2a4d68);--cta-gradient: linear-gradient(145deg, #4a7aa3, #274056);--footer-bg: rgba(12, 16, 22, .65);--crisis-strip-bg: linear-gradient(90deg, #1a3a56 0%, #254d70 100%);--crisis-strip-text: #dceaf4;--text-on-accent: #ffffff;--focus-ring-color: rgba(110, 156, 196, .35);--border-subtle: rgba(139, 176, 210, .2);--border-soft: rgba(120, 155, 188, .14);--border-strong: rgba(139, 176, 210, .35);--accent-line: rgba(110, 156, 196, .28);--accent-line-soft: rgba(110, 156, 196, .38);--accent-glow: rgba(120, 170, 210, .5);--accent-fill-12: rgba(110, 156, 196, .16);--accent-fill-14: rgba(110, 156, 196, .2);--accent-fill-15: rgba(110, 156, 196, .22);--accent-fill-18: rgba(110, 156, 196, .26);--accent-fill-20: rgba(110, 156, 196, .28);--accent-fill-22: rgba(110, 156, 196, .32);--shadow-elev-06: rgba(0, 0, 0, .35);--shadow-elev-07: rgba(0, 0, 0, .4);--topic-chip-bg: linear-gradient(180deg, rgba(30, 42, 58, .95) 0%, rgba(24, 34, 48, .9) 100%);--topic-chip-hover-bg: rgba(36, 52, 72, .98);--topic-chip-hint-divider: rgba(120, 155, 188, .2);--message-activity-btn-bg: linear-gradient(180deg, rgba(30, 42, 58, .96) 0%, rgba(26, 37, 53, .92) 100%);--header-help-bg: rgba(26, 37, 53, .85);--avatar-highlight: rgba(255, 255, 255, .18);--modal-backdrop: rgba(4, 10, 18, .72);--modal-surface: linear-gradient(165deg, rgba(30, 42, 58, .97) 0%, rgba(22, 32, 46, .98) 48%, rgba(18, 28, 40, .99) 100%);--modal-surface-fallback: rgba(26, 37, 53, .98);--modal-header-bg: linear-gradient(180deg, rgba(36, 50, 68, .55) 0%, rgba(26, 37, 53, .35) 100%);--modal-body-bg: rgba(15, 22, 32, .4);--modal-body-bg-fallback: rgba(22, 32, 46, .95);--modal-border: rgba(100, 140, 175, .35);--modal-shadow-outer: rgba(0, 0, 0, .45);--modal-shadow-mid: rgba(0, 0, 0, .25);--modal-inner-highlight: rgba(255, 255, 255, .06);--activity-chip-bg: rgba(26, 37, 53, .92);--activity-chip-border: rgba(110, 156, 196, .28);--activity-chip-on-bg: rgba(110, 156, 196, .22);--meditation-bloom-shine: rgba(255, 255, 255, .12);--meditation-bloom-shadow: rgba(0, 0, 0, .4);--card-gloss-top: rgba(255, 255, 255, .08);--card-gloss-bottom: rgba(30, 50, 70, .35);--card-gloss-border: rgba(100, 140, 175, .25);--card-gloss-inset: rgba(255, 255, 255, .08);--card-gloss-body-fallback: rgba(22, 32, 46, .92);--wordle-tile-absent: #2d3a4a;--wordle-tile-present: #756228;--wordle-tile-correct: #267355;--wordle-keyboard-bg: rgba(26, 37, 53, .65);--wordle-keyboard-border: rgba(100, 140, 175, .28);--slider-thumb-gradient: linear-gradient(145deg, #e4edf5, #8faec8);--slider-track-gradient: linear-gradient(to right, rgba(110, 156, 196, .38) 0%, rgba(45, 75, 105, .45) 100%);--braingames-frost-bg: rgba(22, 32, 46, .72);--braingames-frost-border: rgba(100, 140, 175, .28);--braingames-frost-inset-shadow: rgba(255, 255, 255, .06);--braingames-kbd-row-divider: rgba(120, 155, 188, .18);--wordle-meta-bg: rgba(110, 156, 196, .22);--wordle-surface-bg: rgba(30, 42, 58, .82);--wordle-surface-border: rgba(100, 140, 175, .35);--wordle-surface-shadow: rgba(0, 0, 0, .35);--wordle-surface-inset: rgba(255, 255, 255, .08);--wordle-empty-bg: rgba(18, 26, 38, .65);--wordle-empty-border: rgba(100, 140, 175, .22);--wordle-empty-inset: rgba(255, 255, 255, .05);--wordle-tbd-border: rgba(110, 156, 196, .4);--wordle-tbd-bg: rgba(30, 44, 62, .92);--wordle-tbd-shadow: rgba(0, 0, 0, .25);--wordle-tbd-inset: rgba(255, 255, 255, .1);--wordle-graded-inset: rgba(255, 255, 255, .1);--wordle-graded-shadow-soft: rgba(0, 0, 0, .2);--wordle-graded-shadow-mid: rgba(0, 0, 0, .3);--wordle-keyboard-wrap-bg: rgba(22, 32, 46, .75);--wordle-keyboard-wrap-border: rgba(100, 140, 175, .28);--wordle-keyboard-wrap-inset: rgba(255, 255, 255, .06);--wordle-keyboard-wrap-outer: rgba(0, 0, 0, .25);--wordle-keycap-bg: rgba(36, 50, 68, .9);--wordle-keycap-border: rgba(100, 140, 175, .35);--wordle-keycap-hover-bg: rgba(48, 65, 88, .95);--wordle-keycap-hover-border: rgba(130, 170, 210, .45);--wordle-keycap-shadow: rgba(0, 0, 0, .2);--wordle-mobile-bg: rgba(30, 42, 58, .88);--wordle-mobile-border: rgba(100, 140, 175, .38);--wordle-mobile-inset: rgba(255, 255, 255, .08);--wordle-mobile-shadow: rgba(0, 0, 0, .25);--wordle-mobile-focus-border: rgba(110, 156, 196, .55);--wordle-mobile-focus-inset: rgba(255, 255, 255, .06);--wordle-mobile-fallback-bg: rgba(26, 37, 53, .95);--wordle-enter-border: rgba(30, 50, 75, .5);--wordle-enter-border-hover: rgba(130, 170, 210, .45);--crossword-grid-bg: linear-gradient( to bottom right, rgba(50, 80, 110, .45) 0%, rgba(30, 50, 72, .5) 100% );--crossword-grid-border: rgba(100, 140, 175, .28);--crossword-grid-inset: rgba(255, 255, 255, .08);--crossword-grid-outer: rgba(0, 0, 0, .3);--crossword-block-fill: linear-gradient(145deg, rgba(70, 120, 160, .55), rgba(40, 70, 100, .5));--crossword-block-shadow: rgba(0, 0, 0, .35);--crossword-input-bg: rgba(30, 42, 58, .92);--crossword-input-border: rgba(100, 140, 175, .35);--crossword-input-inset: rgba(255, 255, 255, .06);--crossword-input-shadow: rgba(0, 0, 0, .2);--crossword-focus-ring: rgba(110, 156, 196, .45);--crossword-focus-shadow: rgba(0, 0, 0, .35)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:17px;line-height:1.6;color:var(--ink);background:var(--body-gradient);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--twilight);font-weight:500}a:hover{color:var(--lake-deep)}button{font-family:inherit;cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
