@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--blue:#2355de;--deep:#163bab;--ink:#172447;--muted:#718098;--line:#e5eaf2;--bg:#f6f8fc;--soft:#eef3ff;--white:#fff;--radius:22px;--green:#137d65;--orange:#d87725;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #efac49;outline-offset:4px}button{color:inherit}a{text-decoration:none;color:inherit}button{border:0;background:transparent}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:Manrope,sans-serif}h1{font-size:34px;line-height:1.25;letter-spacing:-1.1px;font-weight:800}h2{font-size:21px;letter-spacing:-.5px}h3{font-size:18px;letter-spacing:-.3px}p{font-size:16px;line-height:1.6}.muted{color:var(--muted)}small,.small{font-size:13px;line-height:1.5}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;text-transform:uppercase}.icon{width:21px;height:21px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sidebar{width:232px;position:fixed;inset:0 auto 0 0;background:white;border-right:1px solid var(--line);padding:34px 20px 20px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope;font-size:23px;font-weight:800;letter-spacing:-.8px}.brand-icon{width:36px;height:40px;display:grid;place-items:center;background:var(--blue);color:white;border-radius:13px 13px 17px 17px}.brand-icon .icon{width:23px;height:23px}.sidebar .brand{padding-left:8px;margin-bottom:47px}.navlabel{font-size:12px;letter-spacing:1.8px;font-weight:700;color:#929db0;margin:0 16px 13px}.nav{display:flex;flex-direction:column;gap:8px}.nav a,.nav button{display:flex;align-items:center;gap:13px;padding:14px 16px;border-radius:12px;color:#738099;font-size:15px;font-weight:550;text-align:left}.nav a.active{background:var(--soft);color:var(--blue);font-weight:700}.nav a:hover,.nav button:hover{background:var(--bg)}.nav .nav-badge{margin-left:auto;font-size:12px;background:#e4ecff;padding:2px 7px;border-radius:5px}.sidebottom{margin-top:auto;padding-top:30px}.guide{padding:20px 17px;background:#f1f6ff;border:1px solid #e3ebfc;border-radius:16px;margin-bottom:20px}.guide p{font-size:13px;margin:10px 0 14px;color:#6d7c98}.guide h4{font-size:14px}.guide .btn{padding:9px 12px;font-size:13px;width:100%}.user{display:flex;align-items:center;gap:10px;padding:18px 6px 0;border-top:1px solid var(--line);text-align:left;width:100%}.avatar{width:40px;height:40px;flex-shrink:0;border-radius:14px;background:#ffead3;display:grid;place-items:center;font-size:24px}.user strong{font-size:14px;display:block}.user small{color:var(--muted);font-size:12px}.shell{margin-left:232px}.topbar{height:88px;background:rgba(255,255,255,.85);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 42px}.breadcrumb{font-size:14px;color:var(--muted);display:flex;align-items:center;gap:10px}.breadcrumb strong{color:var(--ink);font-weight:500}.top-actions{display:flex;align-items:center;gap:22px}.top-actions>span{font-size:13px;color:#7a8498}.iconbtn{border:1px solid var(--line);height:39px;width:39px;border-radius:12px;display:grid;place-items:center;background:white;position:relative}.unread{position:absolute;right:9px;top:8px;width:6px;height:6px;background:#ed8b43;border:1px solid white;border-radius:50%}.workspace{max-width:1450px;margin:auto;padding:34px 42px 25px}.welcome{display:flex;justify-content:space-between;align-items:center;margin-bottom:29px;gap:18px}.welcome p{margin-top:8px;color:var(--muted);font-size:15px}.streak{display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid #f2e2cc;background:#fffaf3;border-radius:13px;flex-shrink:0}.streak .icon{color:#e79732}.streak strong{font-size:14px}.streak small{font-size:12px;color:#a57a46}.cols{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:26px}.maincol,.rightcol{min-width:0;display:flex;flex-direction:column;gap:25px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:23px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.textlink{color:var(--blue);font-size:14px;display:flex;align-items:center;gap:5px;font-weight:650;white-space:nowrap}.textlink .icon{width:15px}.btn{padding:12px 19px;background:var(--blue);border:1px solid transparent;color:#fff;border-radius:10px;font-weight:650;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:background .18s,transform .18s}.btn:hover{background:var(--deep);transform:translateY(-1px)}.btn.secondary{background:white;border-color:var(--line);color:var(--ink)}.btn.secondary:hover{background:var(--soft)}.btn.white{background:white;color:var(--blue)}.btn .icon{width:17px;height:17px}.btn.full{width:100%}.hero{border-radius:22px;background:#2355de;color:white;padding:28px 30px 27px;min-height:265px;position:relative;overflow:hidden;display:flex;align-items:center;gap:18px}.hero .eyebrow{color:#cbd9ff;font-size:12px}.hero h2{font-size:30px;font-weight:750;line-height:1.28;margin:15px 0 10px;max-width:330px;letter-spacing:-1px}.hero p{font-size:14px;color:#d8e4ff;max-width:340px}.hero-info{z-index:1;flex:1}.hero .btn{margin-top:22px}.hero-progress{width:158px;height:158px;border-radius:50%;border:1px solid #7f9df3;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;flex-shrink:0;background:rgba(255,255,255,.07);box-shadow:0 0 0 20px #ffffff05,0 0 0 40px #ffffff04}.hero-progress:before{content:'';position:absolute;inset:9px;border-radius:50%;border:4px solid #ffffff24;border-top-color:#e0eeff;border-right-color:#e0eeff;transform:rotate(20deg)}.hero-progress strong{font-family:Manrope;font-size:39px;letter-spacing:-2px}.hero-progress small{font-size:12px;color:#d5e2ff;margin-top:4px}.hero-meta{display:flex;gap:16px;margin-top:20px;font-size:12px;color:#d8e4ff}.hero-meta span{display:flex;align-items:center;gap:5px}.hero-meta .icon{width:14px;height:14px}.statrow{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.stat{background:white;border:1px solid var(--line);border-radius:17px;padding:18px;display:flex;gap:13px;align-items:center}.tile-icon{width:43px;height:43px;border-radius:12px;background:var(--soft);color:var(--blue);display:grid;place-items:center;flex-shrink:0}.tile-icon.orange{background:#fff1dd;color:#cc8428}.tile-icon.green{background:#e9f5ef;color:#368c70}.tile-icon.pink{background:#fff0f3;color:#c46e8a}.stat strong{font-family:Manrope;font-size:23px;display:block;line-height:1.2;letter-spacing:-.8px}.stat small{font-size:12px;color:var(--muted)}.mood-card p{font-size:14px;color:var(--muted);margin:7px 0 21px}.moods{display:flex;justify-content:space-between;gap:6px}.mood{display:flex;align-items:center;flex-direction:column;gap:9px;padding:0 1px;font-size:12px;color:var(--muted)}.mood span{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#f8fafc;border:1px solid #edf0f5;font-size:26px;filter:saturate(.65);transition:.2s}.mood:hover span,.mood.selected span{background:#fff3d7;border-color:#e5b45c;filter:saturate(1);transform:translateY(-3px)}.mood.selected{color:var(--ink);font-weight:700}.checkinfo{margin-top:21px;border-top:1px solid var(--line);padding-top:15px;font-size:12px;color:var(--muted);display:flex;gap:7px;align-items:center}.checkinfo .icon{width:14px;height:14px}.weekly{display:flex;justify-content:space-between;align-items:center;margin-top:21px}.day{font-size:12px;text-align:center;color:var(--muted)}.day span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;margin-bottom:8px;background:#f3f5f9;color:#b3bdcc}.day.done span{background:#e7efff;color:var(--blue)}.day.today span{background:var(--blue);color:white;outline:3px solid #dce6ff}.day .icon{width:14px;height:14px}.calm-card{background:#eaf3f3;border-color:#dce9e8;position:relative;overflow:hidden}.calm-card .tile-icon{background:#d5e7e5;color:#347c76;width:39px;height:39px}.calm-card h3{margin:17px 0 8px}.calm-card p{font-size:14px;color:#62817d;line-height:1.6;margin-bottom:20px}.calm-card .textlink{color:#2c7770}.quote{font-size:13px;line-height:1.7;color:#8a96a9;text-align:center;padding:0 22px}.modulegrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.module-card{display:block;text-align:left;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;transition:.2s;min-width:0}.module-card:hover{border-color:#acbfee;transform:translateY(-3px);box-shadow:0 8px 20px #244a8910}.module-card .card-head{margin-bottom:20px}.pill{display:inline-flex;align-items:center;gap:5px;font-size:12px;padding:5px 9px;border-radius:6px;background:var(--soft);color:var(--blue);font-weight:650}.pill.green{background:#eaf6ef;color:#218768}.pill.neutral{background:#f3f5f8;color:#939db1}.module-card .eyebrow{color:#9ba5b7;font-size:12px;letter-spacing:1.3px;margin-bottom:7px}.module-card h3{font-size:16px;margin-bottom:7px;line-height:1.5}.module-card p{font-size:13px;color:var(--muted)}.modulefoot{display:flex;justify-content:space-between;align-items:center;margin-top:21px;color:var(--muted);font-size:12px}.modulefoot span{display:flex;gap:5px;align-items:center}.modulefoot .icon{width:14px;height:14px}.progress{height:5px;border-radius:8px;background:#edf1f7;overflow:hidden}.progress i{display:block;height:100%;background:var(--blue);border-radius:8px}.module-card .progress{margin-top:15px}.activity{display:flex;gap:14px;align-items:center}.activity strong{font-size:14px;display:block}.activity p{font-size:12px;color:var(--muted);margin-top:3px}.activity .xp{margin-left:auto;color:#d39631;font-size:12px;font-weight:650}.prototype-footer{display:flex;justify-content:space-between;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid var(--line);font-size:12px;color:#94a0b4}.prototype-footer button{font-size:12px;color:var(--blue)}.mobile-nav{display:none}.section-intro{margin-bottom:28px}.section-intro p{margin-top:8px;color:var(--muted)}.widegrid{grid-template-columns:repeat(3,minmax(0,1fr))}.tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.tab{border:1px solid var(--line);background:white;font-size:14px;padding:10px 18px;border-radius:9px;color:var(--muted)}.tab.active{color:var(--blue);border-color:#bdcffc;background:#edf3ff}.back{display:flex;align-items:center;gap:7px;font-size:14px;color:var(--muted);margin-bottom:22px}.detail-hero{background:var(--soft);padding:30px;border-radius:22px;border:1px solid #dfe8fc;margin-bottom:24px;display:flex;gap:24px;align-items:center}.detail-hero .tile-icon{width:80px;height:80px;background:white}.detail-hero .tile-icon .icon{width:35px;height:35px}.detail-hero h1{font-size:30px;margin:8px 0}.detail-hero p{color:var(--muted)}.lesson-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:25px}.lesson{padding:32px}.lesson p{margin:16px 0;color:#63718d}.lesson h2{font-size:25px}.lesson-tag{background:#f7f9fd;padding:15px;border-left:3px solid var(--blue);border-radius:0 10px 10px 0;margin:22px 0;font-size:15px;line-height:1.6}.lesson-step{width:100%;display:flex;text-align:left;align-items:center;gap:13px;padding:17px 12px;border-bottom:1px solid var(--line);font-size:14px}.lesson-step.active{color:var(--blue);background:var(--soft);border-radius:10px}.lesson-step small{display:block;color:var(--muted);margin-top:4px}.lesson-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.option{display:flex;gap:12px;align-items:center;border:1px solid var(--line);padding:17px;border-radius:12px;width:100%;text-align:left;margin:12px 0;background:white;font-size:15px}.option.selected{border-color:var(--blue);background:var(--soft)}.option .letter{border:1px solid var(--line);border-radius:7px;padding:4px 8px;font-size:12px}.option.selected .letter{background:var(--blue);color:white;border-color:var(--blue)}.callout{padding:17px 20px;background:#edf7f2;border:1px solid #d6eadd;border-radius:13px;color:#31795f;font-size:14px;line-height:1.6;margin-top:18px}.formrow{margin:19px 0}.formrow label{font-size:14px;font-weight:600;display:block;margin-bottom:8px}input,textarea,select{border:1px solid #dce3ee;border-radius:10px;padding:13px 14px;background:white;color:var(--ink);width:100%;font-size:15px}textarea{resize:vertical;min-height:110px}input::placeholder,textarea::placeholder{color:#a3aec0}.fieldgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.safe-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px;background:#eaf3f3;border-radius:22px;margin-bottom:25px}.safe-intro h1{font-size:31px;margin:10px 0}.safe-intro p{color:#63817c}.safecards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.safe-tool{padding:26px;min-height:250px;display:flex;flex-direction:column}.safe-tool h3{margin:22px 0 8px}.safe-tool p{color:var(--muted);font-size:14px;margin-bottom:23px}.safe-tool .btn{margin-top:auto;align-self:flex-start}.support-card{display:flex;align-items:center;gap:22px;margin-top:24px;padding:25px 28px}.support-card p{font-size:14px;color:var(--muted);margin-top:5px}.support-card .btn{margin-left:auto;flex-shrink:0}.center-card{max-width:670px;margin:0 auto;text-align:center;padding:35px}.breath-orb{height:205px;width:205px;border-radius:50%;background:#e2efed;margin:50px auto;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#327c72;box-shadow:0 0 0 18px #edf5f3,0 0 0 35px #f6faf9;transition:transform 4s ease-in-out}.breath-orb.active{animation:breathe 12s infinite}.breath-orb strong{font-size:24px;font-family:Manrope}.breath-orb span{font-size:13px;margin-top:10px}@keyframes breathe{0%,100%{transform:scale(.85)}33%,50%{transform:scale(1.1)}83%{transform:scale(.85)}}.timer{font-family:Manrope;font-size:75px;font-weight:650;letter-spacing:-4px;margin:35px 0}.timer-actions{display:flex;justify-content:center;gap:12px}.meditationlist{display:flex;flex-direction:column;gap:15px}.meditationlist button{text-align:left;padding:22px;border:1px solid var(--line);border-radius:15px;display:flex;align-items:center;gap:17px;background:white}.meditationlist button .icon:last-child{margin-left:auto}.meditationlist p{color:var(--muted);font-size:14px}.profilehero{display:flex;align-items:center;gap:24px}.profilehero .avatar{width:84px;height:84px;font-size:46px;border-radius:25px}.profilehero h1{font-size:28px}.profilehero .btn{margin-left:auto}.profilehero p{color:var(--muted);font-size:14px;margin-top:5px}.metriccards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:25px 0}.metriccards .stat{padding:23px}.badge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.badge{text-align:center;padding:27px 18px}.badge .tile-icon{margin:0 auto 18px;width:55px;height:55px}.badge h3{font-size:16px}.badge p{font-size:13px;color:var(--muted);margin:8px 0 16px}.badge.locked{opacity:.6}.settingsrow{padding:21px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.settingsrow:last-child{border:0}.settingsrow h3{font-size:15px}.settingsrow p{font-size:13px;color:var(--muted);margin-top:5px}.switch{width:44px;height:26px;border-radius:20px;background:#d5ddea;position:relative;flex-shrink:0}.switch:after{content:'';position:absolute;width:20px;height:20px;left:3px;top:3px;border-radius:50%;background:white;box-shadow:0 1px 3px #0002;transition:.2s}.switch.on{background:var(--blue)}.switch.on:after{left:21px}.settingsrow select{width:150px}.settings-width{max-width:770px;margin:auto}.settings-width .card{margin-bottom:22px}.faq details{border-bottom:1px solid var(--line);padding:21px 0}.faq details:last-child{border:0}.faq summary{font-weight:600;font-size:15px;cursor:pointer;line-height:1.5}.faq details p{color:var(--muted);font-size:14px;margin-top:14px}.chatbox{max-width:800px;margin:auto;overflow:hidden;padding:0}.chatheader{padding:22px 26px;border-bottom:1px solid var(--line);display:flex;gap:15px;align-items:center}.chatheader p{font-size:13px;color:var(--muted)}.messages{height:350px;overflow:auto;padding:25px;display:flex;flex-direction:column;gap:16px;background:#f9fbff}.bubble{max-width:80%;padding:15px 18px;background:white;border:1px solid var(--line);border-radius:0 16px 16px 16px;font-size:14px;line-height:1.7;align-self:flex-start}.bubble.mine{align-self:flex-end;background:var(--blue);color:white;border-color:var(--blue);border-radius:16px 0 16px 16px}.chatinput{padding:18px;display:flex;gap:12px}.chatinput input{flex:1}.chatnotice{font-size:12px;padding:12px 22px;background:#fff8ec;color:#987440;line-height:1.5}.auth-shell{min-height:100vh;display:grid;grid-template-columns:.95fr 1.05fr;background:white}.auth-art{padding:48px 60px;background:#2355de;color:white;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-art .brand-icon{background:#fff;color:var(--blue)}.auth-art h1{font-size:57px;line-height:1.15;max-width:440px;font-weight:650;letter-spacing:-2.6px}.auth-art h1 span{color:#b8ceff}.auth-art p{color:#c7d8ff;max-width:350px;margin-top:25px}.auth-art .hero-progress{margin:55px auto;width:210px;height:210px}.auth-art .hero-progress .icon{width:60px;height:60px}.auth-art .small{color:#bed2ff}.auth-content{padding:42px 65px;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-form{width:100%;max-width:430px}.auth-form h1{font-size:31px;letter-spacing:-.8px}.auth-form>p{color:var(--muted);font-size:15px;margin:10px 0 28px}.auth-form .btn{min-height:47px}.auth-form .subtext{font-size:13px;text-align:center;margin:22px 0;color:var(--muted)}.auth-form .textlink{display:inline-flex}.auth-top{width:100%;max-width:430px;display:flex;justify-content:space-between;margin-bottom:35px;color:var(--muted);font-size:13px}.avatar-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.avatar-picker button{padding:14px 5px;background:#f7f9fd;border:1px solid var(--line);border-radius:13px;text-align:center;font-size:12px}.avatar-picker button span{display:block;font-size:28px;margin-bottom:6px}.avatar-picker button.active{background:var(--soft);border-color:var(--blue)}.chips{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.chips button{border:1px solid var(--line);background:white;border-radius:25px;padding:10px 18px;font-size:14px}.chips button.active{border-color:var(--blue);background:var(--soft);color:var(--blue)}.divider{display:flex;gap:14px;align-items:center;color:#9aa5b9;font-size:12px;margin:22px 0}.divider:before,.divider:after{content:'';flex:1;height:1px;background:var(--line)}dialog{border:1px solid var(--line);border-radius:23px;padding:30px;width:calc(100% - 36px);max-width:570px;max-height:85vh;color:var(--ink);box-shadow:0 30px 100px #17244733}dialog::backdrop{background:#15203f66;backdrop-filter:blur(5px)}.modalhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modalhead h2{font-size:22px}.screen-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.screen-grid button{padding:13px 15px;border:1px solid var(--line);border-radius:9px;text-align:left;font-size:14px}.screen-grid button:hover{background:var(--soft);border-color:#c4d3fa}#toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px);background:#172447;color:white;border-radius:12px;padding:14px 22px;font-size:14px;z-index:100;box-shadow:0 8px 30px #15203f22;opacity:0;pointer-events:none;transition:.2s;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%,0)}.success-mark{width:74px;height:74px;background:#e9f6f0;color:#238266;border-radius:50%;margin:10px auto 23px;display:grid;place-items:center}.success-mark .icon{width:32px;height:32px}.result-score{font-size:55px;font-family:Manrope;font-weight:750;letter-spacing:-2px;margin:22px 0}.center-card>p{color:var(--muted);margin:15px 0 23px}.notification{padding:17px 0;display:flex;gap:14px;border-bottom:1px solid var(--line)}.notification strong{font-size:14px}.notification p{font-size:13px;color:var(--muted);margin:4px 0}.notification small{font-size:12px;color:#97a2b5}.certificate{padding:40px;border:6px double #cad8f8;text-align:center;max-width:800px;margin:25px auto;background:#fff}.certificate h1{margin:25px 0}.certificate p{margin:15px 0}.note-label{font-size:12px;color:#929eb4;margin-top:16px}.rowspace{display:flex;justify-content:space-between;gap:15px;align-items:center}.alert{background:#fff8ee;border:1px solid #f2e4ce;padding:15px;border-radius:10px;font-size:13px;color:#907449;line-height:1.6}.gap-top{margin-top:24px}.only-mobile{display:none}@media(min-width:1550px){.workspace{padding-top:43px}.hero{min-height:283px}.cols{grid-template-columns:minmax(0,1fr) 335px}}@media(max-width:1250px){.sidebar{width:210px;padding-left:14px;padding-right:14px}.shell{margin-left:210px}.workspace{padding:30px 25px}.topbar{padding:0 25px}.cols{grid-template-columns:minmax(0,1fr) 280px;gap:20px}.hero{padding:25px}.hero h2{font-size:26px}.hero-progress{width:120px;height:120px}.hero-progress strong{font-size:31px}.stat{padding:15px 12px;gap:9px}.stat .tile-icon{width:34px;height:37px}.stat small{font-size:12px}.mood span{width:37px;height:37px;font-size:24px}.card{padding:20px}.hero p{font-size:13px}.widegrid{grid-template-columns:repeat(2,1fr)}.metriccards{grid-template-columns:repeat(2,1fr)}.auth-art{padding:40px}.auth-content{padding:35px}.auth-art h1{font-size:46px}}@media(max-width:1020px){.sidebar{width:190px}.sidebar .brand{font-size:21px;padding-left:0}.shell{margin-left:190px}.cols{grid-template-columns:1fr}.rightcol{display:grid;grid-template-columns:1fr 1fr}.rightcol .quote{display:none}.rightcol .calm-card{grid-column:1/-1}.hero-progress{width:160px;height:160px}.hero h2{font-size:30px}.hero{min-height:260px}.safecards{grid-template-columns:1fr}.safe-tool{min-height:180px}.lesson-layout{grid-template-columns:1fr}.lesson-layout>aside{order:-1}.lesson-layout>aside .lesson-step{display:inline-flex;width:auto}.lesson-layout>aside .card-head{display:none}.lesson-layout>aside{padding:10px}.lesson-step small{display:none}.badge-grid{grid-template-columns:1fr 1fr}.auth-art h1{font-size:38px}.welcome h1{font-size:29px}.streak{padding:10px}.streak small{display:none}}@media(max-width:760px){.sidebar{display:none}.shell{margin-left:0}.topbar{height:72px;padding:0 21px}.topbar .breadcrumb{display:none}.only-mobile{display:flex}.topbar .brand{font-size:21px}.topbar .brand-icon{width:29px;height:33px;border-radius:10px 10px 13px 13px}.top-actions{gap:12px}.top-actions>span{display:none}.workspace{padding:26px 20px 105px}.welcome{align-items:flex-start;margin-bottom:23px}.welcome h1{font-size:27px;letter-spacing:-.7px}.welcome p{font-size:13px;max-width:245px}.streak{gap:5px;padding:9px;border-radius:10px}.streak strong{font-size:12px}.streak .icon{width:16px;height:16px}.streak small{display:none}.cols{gap:23px}.maincol{gap:23px}.hero{padding:24px;min-height:255px}.hero h2{font-size:27px;max-width:230px}.hero p{font-size:13px;max-width:230px}.hero-progress{width:103px;height:103px;margin-right:-6px}.hero-progress strong{font-size:27px;letter-spacing:-1px}.hero-progress small{font-size:12px}.hero-progress:before{inset:6px;border-width:3px}.hero-meta{font-size:12px;gap:11px}.hero .eyebrow{font-size:12px}.hero .btn{font-size:13px;padding:11px 13px}.statrow{gap:9px}.stat{display:block;padding:13px}.stat .tile-icon{width:30px;height:30px;margin-bottom:12px;border-radius:9px}.stat .tile-icon .icon{width:17px;height:17px}.stat strong{font-size:22px}.stat small{font-size:12px}.card-head h2{font-size:19px}.card-head .textlink{font-size:12px}.modulegrid{gap:12px}.module-card{padding:16px}.module-card h3{font-size:15px}.module-card p{font-size:12px}.module-card .tile-icon{width:36px;height:36px}.module-card .pill{font-size:12px;padding:4px 6px}.module-card .eyebrow{font-size:12px}.modulefoot{font-size:12px}.rightcol{display:flex;flex-direction:column;gap:22px}.mood span{width:47px;height:47px;font-size:29px}.mood{font-size:12px}.moods{justify-content:space-around}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:#ffffffee;backdrop-filter:blur(15px);border-top:1px solid var(--line);display:flex;justify-content:space-around;padding:12px 6px calc(13px + env(safe-area-inset-bottom));z-index:35}.mobile-nav a{font-size:12px;color:#8994a7;display:flex;flex-direction:column;gap:6px;align-items:center;width:24%}.mobile-nav a.active{color:var(--blue);font-weight:700}.mobile-nav a.active .icon{stroke-width:2.3}.mobile-nav .icon{width:22px;height:22px}.prototype-footer{font-size:12px;flex-wrap:wrap}.prototype-footer button{font-size:12px}.top-actions .avatar{width:35px;height:35px;font-size:21px}.section-intro h1{font-size:28px}.section-intro p{font-size:14px}.widegrid{grid-template-columns:1fr}.widegrid .module-card{padding:21px}.widegrid .module-card h3{font-size:18px}.widegrid .module-card p{font-size:14px}.widegrid .module-card .pill{font-size:12px}.widegrid .module-card .modulefoot{font-size:12px}.detail-hero{padding:23px;gap:16px}.detail-hero .tile-icon{width:52px;height:60px}.detail-hero h1{font-size:23px}.detail-hero p{font-size:13px}.lesson{padding:23px}.lesson h2{font-size:22px}.lesson p{font-size:15px}.lesson-step{padding:12px 8px;font-size:12px;gap:7px}.lesson-step .icon{width:16px}.lesson-layout{gap:18px}.safe-intro{padding:27px}.safe-intro h1{font-size:28px}.safe-intro>.tile-icon{display:none}.safe-intro p{font-size:14px}.support-card{align-items:flex-start;flex-wrap:wrap;padding:22px}.support-card>div:nth-child(2){flex:1;min-width:180px}.support-card .btn{margin-left:0;width:100%}.profilehero{gap:16px;flex-wrap:wrap}.profilehero .avatar{width:65px;height:65px;font-size:34px}.profilehero h1{font-size:24px}.profilehero .btn{width:100%;margin-top:10px}.metriccards{gap:12px}.metriccards .stat{display:flex;padding:18px}.badge-grid{gap:12px}.badge{padding:23px 14px}.badge h3{font-size:14px}.badge p{font-size:12px}.tabs{gap:6px}.tab{padding:9px 13px;font-size:12px}.fieldgrid{grid-template-columns:1fr;gap:0}.auth-shell{grid-template-columns:1fr}.auth-art{display:none}.auth-content{padding:28px 24px;min-height:100vh;justify-content:flex-start}.auth-content .auth-top{margin:22px 0 42px}.auth-form h1{font-size:29px}.auth-form .brand{margin-bottom:35px}.center-card{padding:25px 20px}.center-card h1{font-size:27px}.timer{font-size:67px}.chatinput{padding:12px;gap:8px}.chatinput .btn{padding:12px}.bubble{max-width:91%}.chatnotice{padding:13px 18px}.settingsrow p{font-size:12px}.settingsrow select{width:115px;font-size:13px}.screen-grid{gap:7px}.screen-grid button{font-size:13px;padding:13px 10px}#toast{bottom:100px;width:max-content;text-align:center}.certificate{padding:25px}.certificate h1{font-size:26px}}@media(max-width:370px){.hero-progress{display:none}.hero h2{max-width:none}.workspace{padding-left:15px;padding-right:15px}.modulegrid{grid-template-columns:1fr}.streak{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}@media print{.sidebar,.topbar,.mobile-nav,.prototype-footer,.back,.btn,.tabs{display:none!important}.shell{margin:0}.workspace{padding:0}.certificate{border:6px double #cad8f8}.card{break-inside:avoid}}
