body,html{margin:0;padding:0;font-family:var(--font-sans,system-ui),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overscroll-behavior-y:none}body{overflow-x:hidden}@supports (padding:max(0px)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none}button{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:root{--bottom-nav-reserved-space:calc(92px + env(safe-area-inset-bottom));--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-full:999px;--shadow-sm:0 1px 2px color-mix(in srgb,var(--fg) 5%,transparent),0 3px 8px color-mix(in srgb,var(--fg) 7%,transparent);--shadow-md:0 2px 4px color-mix(in srgb,var(--fg) 6%,transparent),0 8px 22px color-mix(in srgb,var(--fg) 11%,transparent);--shadow-lg:0 6px 16px color-mix(in srgb,var(--fg) 10%,transparent),0 22px 60px color-mix(in srgb,var(--fg) 26%,transparent);--bg:#f8fafc;--bg-elevated:#ffffff;--bg-soft:#f1f5f9;--fg:#0f172a;--fg-muted:#64748b;--accent:#22c55e;--accent-soft:#dcfce7;--accent-strong:#16a34a;--border-subtle:#cbd5e1;--warm:#ea580c;--warm-soft:#ffedd5;--success:#16a34a;--warning:#d97706;--error:#dc2626;--error-soft:#fee2e2;--info:#0284c7}html[data-theme=dark]{--bg:#0a0f1e;--bg-elevated:#121a30;--bg-soft:#1c2742;--fg:#f8fafc;--fg-muted:#94a3b8;--accent:#4ade80;--accent-soft:rgba(74,222,128,0.18);--accent-strong:#22c55e;--border-subtle:#2c3a5c;--warm:#f97316;--warm-soft:rgba(249,115,22,0.16);--success:#22c55e;--warning:#f59e0b;--error:#f87171;--error-soft:rgba(248,113,113,0.18);--info:#38bdf8;--shadow-sm:0 0 0 1px color-mix(in srgb,#ffffff 4%,transparent);--shadow-md:0 0 0 1px color-mix(in srgb,#ffffff 6%,transparent),0 10px 28px rgba(0,0,0,0.45);--shadow-lg:0 0 0 1px color-mix(in srgb,#ffffff 7%,transparent),0 24px 64px rgba(0,0,0,0.6)}body{background-color:var(--bg);color:var(--fg);padding-bottom:var(--bottom-nav-reserved-space);transition:background-color .3s ease,color .3s ease}html{-webkit-tap-highlight-color:transparent}::selection{background:color-mix(in srgb,var(--accent) 30%,transparent)}button{touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .15s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}button:not(:disabled):active{transform:scale(.96)}a{touch-action:manipulation}.pressable{transition:transform .15s ease,opacity .2s ease}.pressable:active{transform:scale(.97)}input[type=checkbox],input[type=radio],input[type=range]{accent-color:var(--accent-strong)}input,select,textarea{transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}input:not([type=range]):not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{outline:none;border-color:color-mix(in srgb,var(--accent) 55%,var(--border-subtle))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent)}.page-enter{animation:page-enter .32s ease}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.skeleton{position:relative;overflow:hidden;background:var(--bg-soft);border-radius:var(--radius-md)}.skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--fg) 6%,transparent),transparent);animation:skeleton-shimmer 1.5s ease-in-out infinite}@keyframes skeleton-shimmer{to{transform:translateX(100%)}}.overlay-in{animation:overlay-in .22s ease both}.sheet-in{animation:sheet-in .34s cubic-bezier(.2,.9,.3,1) both}.dialog-in{animation:dialog-in .26s cubic-bezier(.2,.9,.3,1.15) both}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes dialog-in{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:none}}.collapse-in{animation:collapse-in .24s ease both}@keyframes collapse-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.practice-done-in{animation:practice-done-in .3s cubic-bezier(.2,.9,.3,1.2) both}@keyframes practice-done-in{0%{opacity:.4;transform:scale(.97)}to{opacity:1;transform:none}}.timer-live{animation:timer-live 2.4s ease-in-out infinite}@keyframes timer-live{0%,to{box-shadow:0 0 0 0 color-mix(in srgb,var(--accent) 0%,transparent)}50%{box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 16%,transparent)}}.nav-pill-active{animation:nav-pill-in .28s cubic-bezier(.2,.9,.3,1.4) both}@keyframes nav-pill-in{0%{transform:scale(.7)}to{transform:scale(1)}}.chat-msg-in{animation:chat-msg-in .28s ease both}@keyframes chat-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.pin-flash{animation:pin-flash 1.5s ease}@keyframes pin-flash{0%,to{box-shadow:0 0 0 0 transparent}20%{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 50%,transparent)}70%{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 30%,transparent)}}.typing-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--fg-muted);animation:typing-bounce 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.16s}.typing-dot:nth-child(3){animation-delay:.32s}@keyframes typing-bounce{0%,60%,to{transform:none;opacity:.4}30%{transform:translateY(-4px);opacity:1}}.thin-scroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--fg) 18%,transparent) transparent}.thin-scroll::-webkit-scrollbar{width:6px}.thin-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--fg) 18%,transparent);border-radius:999px}.thin-scroll::-webkit-scrollbar-track{background:transparent}.markdown-content{font-size:.95rem;line-height:1.55}.markdown-content h1{font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .6rem}.markdown-content h2{font-size:1.05rem;font-weight:650;line-height:1.3;margin:1.25rem 0 .45rem}.markdown-content h3{font-size:.95rem;font-weight:650;margin:1rem 0 .35rem}.markdown-content p{margin:.45rem 0}.markdown-content ol,.markdown-content ul{margin:.45rem 0;padding-left:1.25rem}.markdown-content li{margin:.28rem 0}.markdown-content li::marker{color:var(--fg-muted)}.markdown-content blockquote{margin:.6rem 0;padding:.1rem .9rem;border-left:3px solid var(--accent);color:var(--fg-muted)}.markdown-content code{background:var(--bg-soft);border-radius:6px;padding:.1em .35em;font-size:.85em}.markdown-content hr{border:none;border-top:1px solid var(--border-subtle);margin:1rem 0}.markdown-content table{display:block;width:max-content;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:.7rem 0;font-size:.84em;line-height:1.45}.markdown-content td,.markdown-content th{border:1px solid var(--border-subtle);padding:.4rem .55rem;text-align:left;vertical-align:top}.markdown-content th{background:var(--bg-soft);font-weight:650;white-space:nowrap}.markdown-content table code{white-space:nowrap}.streak-flame{transform-origin:50% 92%}.streak-flame--lit{animation:streak-flicker 1.9s ease-in-out infinite}.streak-flame--ignite{animation:streak-ignite .7s cubic-bezier(.2,.9,.3,1.4)}.streak-flame__core{transform-origin:50% 80%;animation:streak-core-pulse 1.3s ease-in-out infinite alternate}@keyframes streak-flicker{0%,to{transform:scale(1)}20%{transform:scale(.97,1.05)}45%{transform:scale(1.03,.98)}70%{transform:scale(.98,1.04)}}@keyframes streak-ignite{0%{transform:scale(.4);opacity:.2}55%{transform:scale(1.25);opacity:1}to{transform:scale(1);opacity:1}}@keyframes streak-core-pulse{0%{opacity:.5}to{opacity:.95}}.celebration-card{animation:celebrate-card-in .5s cubic-bezier(.2,.9,.3,1.25) both}.celebrate-pop{animation:celebrate-pop .7s cubic-bezier(.2,.9,.3,1.3) both}.celebrate-bloom{animation:celebrate-bloom 1.1s cubic-bezier(.2,.8,.3,1.15) both,celebrate-sway 2.6s ease-in-out 1.1s infinite;filter:drop-shadow(0 0 14px color-mix(in srgb,var(--accent-strong) 55%,transparent))}.celebrate-breath-ring{position:absolute;inset:10px;border-radius:50%;border:2.5px solid var(--accent);animation:celebrate-breath 2.1s ease-out infinite both}.celebrate-inhale{animation:celebrate-inhale 2.1s ease-in-out infinite;filter:drop-shadow(0 0 10px color-mix(in srgb,var(--info) 55%,transparent))}.celebrate-walk{animation:celebrate-walk .9s ease-in-out infinite;filter:drop-shadow(0 0 10px color-mix(in srgb,var(--warm) 45%,transparent))}.celebrate-step-dot{width:9px;height:9px;border-radius:50%;animation:celebrate-step-dot 1.4s ease-out infinite both}.celebrate-chakra{animation:celebrate-chakra-in .9s cubic-bezier(.2,.8,.3,1.2) both,celebrate-spin 9s linear .9s infinite;filter:drop-shadow(0 0 18px currentColor)}.celebrate-halo{width:86px;height:86px;margin:-43px 0 0 -43px;border-radius:50%;border:2px solid;animation:celebrate-halo 1.7s ease-out infinite both}.celebrate-halo,.celebrate-orbit{position:absolute;left:50%;top:50%;pointer-events:none}.celebrate-orbit{width:104px;height:104px;margin:-52px 0 0 -52px;animation:celebrate-spin 3.4s linear infinite}.celebrate-orbit-dot{position:absolute;left:50%;top:-4px;width:8px;height:8px;margin-left:-4px;border-radius:50%;box-shadow:0 0 8px currentColor}.celebrate-float-dot{position:absolute;width:7px;height:7px;border-radius:50%;animation:celebrate-float 2s ease-in-out infinite both;pointer-events:none}.celebrate-sushumna{position:absolute;left:50%;top:4px;bottom:4px;width:2px;transform:translateX(-50%);background:linear-gradient(to top,var(--border-subtle),var(--accent));opacity:.6}.celebrate-ignite{position:relative;align-self:center;animation:celebrate-ignite .6s ease-out both}.celebrate-ignite--top{animation:celebrate-ignite .6s ease-out both,celebrate-top-pulse 1.6s ease-in-out 2.2s infinite;filter:drop-shadow(0 0 10px currentColor)}.celebrate-text{animation:celebrate-text .6s ease-out .35s both}@keyframes celebrate-card-in{0%{transform:scale(.7) translateY(16px);opacity:0}60%{transform:scale(1.04) translateY(-2px);opacity:1}to{transform:scale(1) translateY(0)}}@keyframes celebrate-inhale{0%,to{transform:scale(.92)}45%{transform:scale(1.12)}}@keyframes celebrate-sway{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes celebrate-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes celebrate-chakra-in{0%{transform:scale(.35);opacity:0}60%{transform:scale(1.12);opacity:1}to{transform:scale(1)}}@keyframes celebrate-halo{0%{transform:scale(.55);opacity:.6}to{transform:scale(1.35);opacity:0}}@keyframes celebrate-float{0%{transform:translateY(4px) scale(.4);opacity:0}30%{opacity:.95}to{transform:translateY(-46px) scale(1);opacity:0}}@keyframes celebrate-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.12);opacity:1}to{transform:scale(1)}}@keyframes celebrate-bloom{0%{transform:scale(.35) rotate(-10deg);opacity:0}55%{transform:scale(1.08) rotate(2deg);opacity:1}to{transform:scale(1) rotate(0deg)}}@keyframes celebrate-breath{0%{transform:scale(.5);opacity:.7}70%{opacity:.25}to{transform:scale(1.35);opacity:0}}@keyframes celebrate-walk{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-4px) rotate(-2deg)}75%{transform:translateY(-4px) rotate(2deg)}}@keyframes celebrate-step-dot{0%{transform:scale(.4);opacity:0}40%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:.15}}@keyframes celebrate-ignite{0%{opacity:.15;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes celebrate-top-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}@keyframes celebrate-text{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text Fallback;src:local("Arial");ascent-override:90.27%;descent-override:20.26%;line-gap-override:0.00%;size-adjust:108.57%}.__className_4c1f08{font-family:Golos Text,Golos Text Fallback;font-style:normal}.__variable_4c1f08{--font-sans:"Golos Text","Golos Text Fallback"}