*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.hidden{display:none!important}:root{--purple: #8B5FBF;--purple-light: #D8B4F8;--purple-bg: #F8F3FC;--purple-hover: #754BAE;--pink: #FFD2D7;--pink-dark: #E8909A;--teal: #00A896;--teal-light: #E8F8F5;--teal-dark: #007A6D;--gold: #E5A93B;--gold-light: #FDF3CD;--gold-dark: #C68E17;--cream: #FFF9F9;--white: #FFFFFF;--dark: #2B2D42;--muted: #6C757D;--border: #EAE2F3;--sidebar-w: 260px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--shadow-sm: 0 2px 8px rgba(139,95,191,.08);--shadow-md: 0 6px 20px rgba(139,95,191,.12);--shadow-lg: 0 15px 40px rgba(139,95,191,.16);--grad-main: linear-gradient(135deg,#FFF9F9 0%,#F8F3FC 50%,#E8F8F5 100%);--grad-purple: linear-gradient(135deg,#8B5FBF,#B388EB);--grad-card: linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.75))}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background:var(--grad-main);color:var(--dark);min-height:100vh;font-size:16px;line-height:1.6}h1,h2,h3,h4{font-family:Fraunces,serif;color:#4a2d6c;line-height:1.25}h1{font-size:clamp(1.6rem,3vw,2.2rem)}h2{font-size:1.4rem}h3{font-size:1.15rem}h4{font-size:1rem}p{color:var(--muted);font-size:.95rem}.subtitle{color:var(--muted);font-size:1rem}.caption{font-size:.8rem;color:var(--muted)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:var(--purple-light);border-radius:10px}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid var(--border);position:fixed;top:0;left:0;height:100vh;display:flex;flex-direction:column;padding:1.5rem 1.25rem;z-index:200;overflow-y:auto;transition:transform .3s ease}.sidebar-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.sidebar-header .logo-icon{font-size:2rem;color:var(--purple)}.sidebar-header .logo-text{font-family:Fraunces,serif;font-size:1.6rem;font-weight:700;color:#4a2d6c}.sidebar-profile{display:flex;align-items:center;gap:.75rem;background:var(--purple-bg);border-radius:var(--radius-md);padding:.85rem 1rem;margin-bottom:1rem}.sidebar-profile img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--pink)}.sidebar-profile h4{font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;color:var(--dark)}.xp-bar-wrap{margin-bottom:1.5rem}.xp-bar-label{font-size:.75rem;color:var(--muted);display:flex;justify-content:space-between;margin-bottom:.3rem}.xp-track{height:6px;background:var(--border);border-radius:3px;overflow:hidden}.xp-fill{height:100%;background:var(--grad-purple);border-radius:3px;transition:width .5s ease}.nav-links{display:flex;flex-direction:column;gap:.35rem;flex:1}.nav-link{display:flex;align-items:center;gap:.8rem;padding:.75rem .9rem;border-radius:var(--radius-md);color:var(--muted);text-decoration:none;font-weight:500;font-size:.9rem;cursor:pointer;border:none;background:none;width:100%;transition:all .2s ease}.nav-link .material-icons-round{font-size:1.3rem}.nav-link:hover{background:var(--purple-bg);color:var(--purple)}.nav-link.active{background:var(--grad-purple);color:#fff;box-shadow:var(--shadow-sm)}.nav-link-premium{margin-top:.5rem;background:var(--gold-light);color:var(--gold-dark)!important;border:1px dashed rgba(229,169,59,.5)}.nav-link-premium:hover{background:#e5a93b33}.sidebar-footer{margin-top:auto;padding-top:1rem}.btn-signout{width:100%;display:flex;align-items:center;gap:.5rem;justify-content:center;background:none;border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem;color:var(--muted);cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s}.btn-signout:hover{border-color:#e07a5f;color:#e07a5f;background:#fff5f5}.main-content{margin-left:var(--sidebar-w);flex:1;padding:2rem 2.5rem;min-height:100vh}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);align-items:center;justify-content:space-between;padding:0 1.25rem;z-index:200}.mobile-header .logo{display:flex;align-items:center;gap:.4rem}.mobile-header .logo .logo-icon{color:var(--purple);font-size:1.7rem}.mobile-header .logo .logo-text{font-family:Fraunces,serif;font-size:1.25rem;font-weight:700;color:#4a2d6c}.mobile-profile{display:flex;align-items:center;gap:.5rem;cursor:pointer}.mobile-profile img{width:34px;height:34px;border-radius:50%;object-fit:cover;border:1px solid var(--pink)}.streak-badge{display:flex;align-items:center;gap:.2rem;font-size:.8rem;font-weight:700;color:var(--gold)}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:58px;background:#fffffff7;border-top:1px solid var(--border);justify-content:space-around;align-items:center;z-index:200}.mobile-nav-link{display:flex;flex-direction:column;align-items:center;gap:.15rem;color:var(--muted);text-decoration:none;font-size:.65rem;font-weight:500;cursor:pointer;border:none;background:none;padding:.4rem .5rem}.mobile-nav-link .material-icons-round{font-size:1.3rem}.mobile-nav-link.active{color:var(--purple)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.4rem;border-radius:var(--radius-md);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--grad-purple);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px);filter:brightness(1.05)}.btn-secondary{background:#fff;color:var(--purple);border:1px solid var(--purple-light)}.btn-secondary:hover{background:var(--purple-bg);transform:translateY(-1px)}.btn-text{background:transparent;color:var(--purple);padding:.2rem .5rem;font-size:.82rem}.btn-text:hover{background:var(--purple-bg);border-radius:var(--radius-sm)}.btn-full{width:100%;justify-content:center}.btn-lg{padding:.9rem 2rem;font-size:1rem;border-radius:var(--radius-lg)}.btn-sm{padding:.4rem .85rem;font-size:.8rem}.btn-icon{width:42px;height:42px;padding:0;border-radius:50%;justify-content:center}.card{background:var(--grad-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.badge{display:inline-block;padding:.2rem .6rem;font-size:.7rem;font-weight:700;border-radius:20px;text-transform:uppercase;letter-spacing:.03em}.badge-gold{background:var(--gold-light);color:var(--gold-dark)}.badge-purple{background:var(--purple-bg);color:var(--purple)}.badge-teal{background:var(--teal-light);color:var(--teal-dark)}.badge-gray{background:#f1f3f5;color:var(--muted)}.pulse-badge{background:var(--pink);color:#c0392b;animation:pulse 2s infinite}.tag{display:inline-block;padding:.15rem .5rem;font-size:.72rem;font-weight:600;border-radius:6px}.tag-purple{background:#8b5fbf1a;color:var(--purple)}.tag-teal{background:var(--teal-light);color:var(--teal-dark)}.tag-gray{background:#f1f3f5;color:var(--muted)}.tag-gold{background:var(--gold-light);color:var(--gold-dark)}.progress-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:var(--grad-purple);border-radius:4px;transition:width .5s ease}.progress-fill.teal{background:linear-gradient(90deg,var(--teal),#00c9b3)}.form-group{margin-bottom:1.1rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--dark);margin-bottom:.35rem}.form-control{width:100%;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius-md);font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s;background:#fff}.form-control:focus{border-color:var(--purple-light);box-shadow:0 0 0 3px #8b5fbf14}textarea.form-control{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.content-view{animation:fadeIn .35s ease}.view-header{margin-bottom:2rem}.view-header h1{margin-bottom:.25rem}.stats-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.25rem}.stat-chip{display:flex;align-items:center;gap:.7rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:.7rem 1.1rem;box-shadow:var(--shadow-sm)}.stat-chip .ic{font-size:2rem}.stat-chip .val{font-size:1.05rem;font-weight:700;color:var(--dark);display:block}.stat-chip .lbl{font-size:.72rem;color:var(--muted);display:block}.stat-chip.s-fire .ic{color:var(--gold)}.stat-chip.s-track .ic{color:var(--teal)}.stat-chip.s-level .ic{color:var(--purple)}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.25rem}.dash-block{background:var(--grad-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.35rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.85rem}.block-hdr{display:flex;justify-content:space-between;align-items:center}.block-hdr h2{font-size:1.1rem;margin:0}.routine-item{display:flex;align-items:center;gap:.9rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;cursor:pointer;transition:all .2s}.routine-item:hover{border-color:var(--purple-light);transform:translate(3px)}.routine-item.done{background:var(--purple-bg);border-color:var(--purple-light);opacity:.85}.check-circle{width:24px;height:24px;border-radius:50%;border:2px solid var(--purple-light);display:flex;align-items:center;justify-content:center;color:transparent;flex-shrink:0;transition:all .2s;font-size:1rem}.routine-item.done .check-circle{background:var(--purple);border-color:var(--purple);color:#fff}.routine-info h4{font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;color:var(--dark)}.routine-item.done .routine-info h4{text-decoration:line-through;color:var(--muted)}.routine-meta{font-size:.75rem;color:var(--muted);display:flex;gap:.6rem;margin-top:.1rem}.goal-link-tag{color:var(--teal-dark);font-weight:500}.motivation-block{background:linear-gradient(135deg,#fff9f9f2,#ffd2d766);border-color:var(--pink)}.quote-text{font-family:Fraunces,serif;font-style:italic;font-size:1.1rem;color:#7a3b5c;line-height:1.4}.quote-author{font-size:.8rem;color:#a36a84;text-align:right;margin-top:.2rem}.affirmation-box{background:#fff9;border-left:3px solid var(--pink-dark);padding:.7rem;border-radius:0 var(--radius-md) var(--radius-md) 0}.affirmation-box strong{font-size:.72rem;text-transform:uppercase;color:#a36a84;display:block;margin-bottom:.15rem}.affirmation-box p{color:var(--dark);font-size:.88rem;font-weight:500}.challenge-box{background:#00a8960d;border-left:3px solid var(--teal);padding:.7rem;border-radius:0 var(--radius-md) var(--radius-md) 0}.challenge-box strong{font-size:.72rem;text-transform:uppercase;color:var(--teal-dark);display:block;margin-bottom:.15rem}.challenge-box p{color:var(--dark);font-size:.88rem}.coach-avatar-row{display:flex;align-items:center;gap:.7rem}.coach-avatar-icon{width:40px;height:40px;border-radius:50%;background:var(--purple-bg);color:var(--purple);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.coach-insight{background:#fff;border:1px solid var(--border);padding:.9rem;border-radius:var(--radius-md);font-size:.88rem;color:var(--dark);line-height:1.5;position:relative}.coach-insight:before{content:"";position:absolute;top:-7px;left:14px;border:7px solid transparent;border-bottom-color:var(--border);border-top:none}.coach-insight:after{content:"";position:absolute;top:-6px;left:14px;border:7px solid transparent;border-bottom-color:#fff;border-top:none}.mood-row{display:flex;gap:.4rem;justify-content:space-between}.mood-btn{flex:1;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:.55rem .3rem;font-size:1rem;cursor:pointer;text-align:center;line-height:1.25;font-family:inherit;transition:all .2s}.mood-btn:hover{border-color:var(--purple-light);background:var(--purple-bg)}.mood-btn.active{background:var(--grad-purple);border-color:var(--purple);color:#fff}.mood-label{font-size:.65rem;display:block}.goal-dash-card{background:#fff;border:1px solid var(--border);padding:.9rem;border-radius:var(--radius-md)}.goal-meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.goal-meta-row h4{font-family:Outfit,sans-serif;font-size:.88rem;font-weight:600;color:var(--dark)}.goal-progress-info{display:flex;justify-content:space-between;font-size:.75rem;color:var(--muted);margin-top:.25rem}.comm-dash-post{background:#fff;border:1px solid var(--border);padding:.75rem;border-radius:var(--radius-md)}.comm-dash-post-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.comm-dash-post-head img{width:22px;height:22px;border-radius:50%}.comm-dash-post-head span{font-size:.8rem;font-weight:600;color:var(--dark);flex:1}.comm-dash-post-head .ts{font-size:.7rem;color:var(--muted)}.comm-dash-post p{font-size:.82rem;color:var(--dark)}.recovery-alert{display:flex;align-items:center;gap:.75rem;padding:.85rem;background:#e5a93b14;border:1px solid rgba(229,169,59,.3);border-radius:var(--radius-md)}.recovery-alert .ic{font-size:1.6rem;color:var(--gold-dark);flex-shrink:0}.recovery-alert h4{font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;color:var(--gold-dark)}.recovery-alert p{font-size:.78rem;color:var(--gold-dark)}.tab-strip{display:flex;gap:.25rem;border-bottom:2px solid var(--border);margin-bottom:1.5rem}.tab-btn{background:none;border:none;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--muted);padding:.7rem 1.2rem;cursor:pointer;position:relative;transition:color .2s}.tab-btn.active{color:var(--purple)}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--purple);border-radius:2px}.two-col{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:start}.two-col.goals-layout{grid-template-columns:1fr 1.6fr}.goal-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem;box-shadow:var(--shadow-sm);position:relative}.goal-card-hdr{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.goal-card-hdr h3{font-size:1rem;font-weight:700;margin:0;flex:1;padding-right:2rem}.meta-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.75rem}.milestones-list{border-top:1px dashed var(--border);padding-top:.75rem;margin-top:.75rem}.milestone-item{display:flex;align-items:center;gap:.5rem;font-size:.83rem;cursor:pointer;padding:.25rem 0}.milestone-item.done{color:var(--muted);text-decoration:line-through}.milestone-item .material-icons-round{font-size:1rem;color:var(--purple-light)}.milestone-item.done .material-icons-round{color:var(--purple)}.btn-delete{position:absolute;top:.85rem;right:.85rem;background:none;border:none;color:#e07a5f;cursor:pointer;opacity:.5;transition:opacity .2s;font-size:1.2rem}.btn-delete:hover{opacity:1}.routine-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;display:flex;justify-content:space-between;align-items:center}.routine-card h3{font-size:.92rem;margin:0 0 .2rem}.days-row{display:flex;gap:.2rem;margin-top:.35rem}.day-dot{width:18px;height:18px;border-radius:50%;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;background:#f1f3f5;color:var(--muted)}.day-dot.on{background:var(--purple-light);color:var(--purple)}.days-selector{display:flex;gap:.25rem}.days-selector label{flex:1;cursor:pointer;position:relative}.days-selector input{position:absolute;opacity:0;cursor:pointer}.days-selector span{display:flex;justify-content:center;align-items:center;height:34px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;color:var(--muted);transition:all .2s}.days-selector input:checked~span{background:var(--purple);border-color:var(--purple);color:#fff}.coach-layout{display:grid;grid-template-columns:300px 1fr;gap:1.5rem;height:calc(100vh - 180px)}.coach-sidebar-card{overflow-y:auto}.tool-btns{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.tool-btn{display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .9rem;cursor:pointer;font-family:inherit;font-size:.83rem;font-weight:600;color:var(--purple);transition:all .2s}.tool-btn:hover{background:var(--purple-bg);border-color:var(--purple-light)}.tool-btn .material-icons-round{font-size:1.1rem}.ctx-list{list-style:none;display:flex;flex-direction:column;gap:.3rem}.ctx-list li{font-size:.78rem;color:var(--muted)}.ctx-list li span{font-weight:600;color:var(--dark)}.hr{height:1px;background:var(--border);margin:.85rem 0;border:none}.chat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;height:100%}.chat-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.9rem;background:var(--cream)}.msg{display:flex;gap:.7rem;max-width:82%;animation:slideUp .3s ease}.msg.coach{align-self:flex-start}.msg.user{align-self:flex-end;flex-direction:row-reverse}.msg-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.3rem}.msg.coach .msg-icon{background:var(--purple-bg);color:var(--purple)}.msg.user .msg-icon{background:var(--pink);color:#a36a84}.msg-bubble{background:#fff;border:1px solid var(--border);padding:.9rem 1rem;border-radius:0 var(--radius-md) var(--radius-md) var(--radius-md);font-size:.88rem;color:var(--dark);line-height:1.55}.msg.user .msg-bubble{background:var(--purple);color:#fff;border-color:var(--purple);border-radius:var(--radius-md) 0 var(--radius-md) var(--radius-md)}.msg.user .msg-bubble p{color:#fff}.msg-bubble p{margin-bottom:.4rem}.msg-bubble p:last-child{margin-bottom:0}.chips-row{display:flex;gap:.5rem;padding:.75rem 1.1rem;overflow-x:auto;border-top:1px solid var(--border)}.chip{background:var(--purple-bg);color:var(--purple);border:1px solid var(--purple-light);border-radius:20px;padding:.35rem .8rem;font-size:.75rem;font-family:inherit;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.chip:hover{background:var(--purple);color:#fff}.chat-input-row{display:flex;padding:.9rem 1.1rem;gap:.75rem;border-top:1px solid var(--border);align-items:center}.chat-input-row input{flex:1;border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .9rem;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s}.chat-input-row input:focus{border-color:var(--purple-light)}.journal-layout{display:grid;grid-template-columns:1fr 320px;gap:1.75rem}.mood-options{display:flex;gap:.4rem}.mood-option{flex:1;position:relative;cursor:pointer}.mood-option input{position:absolute;opacity:0}.mood-option-btn{display:flex;flex-direction:column;align-items:center;padding:.7rem .4rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:1.05rem;background:#fff;line-height:1.3;transition:all .2s;text-align:center}.mood-option input:checked~.mood-option-btn{background:var(--grad-purple);border-color:var(--purple);color:#fff}.mood-option-btn:hover{border-color:var(--purple-light)}.mood-option-btn small{font-size:.65rem}.stress-labels{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted);margin-top:.2rem}.stress-tag{font-size:.72rem;font-weight:700;padding:.1rem .45rem;border-radius:5px}.stress-low{background:#e8f8f5;color:var(--teal-dark)}.stress-med{background:var(--gold-light);color:var(--gold-dark)}.stress-high{background:#fff0f0;color:#d32f2f}.prompt-btns{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.prompt-btn{font-size:.72rem;padding:.2rem .55rem;background:var(--purple-bg);color:var(--purple);border:1px solid var(--purple-light);border-radius:20px;cursor:pointer;font-family:inherit;transition:all .2s}.prompt-btn:hover{background:var(--purple);color:#fff}.journal-sidebar{display:flex;flex-direction:column;gap:1.25rem}.insight-pair{display:flex;justify-content:space-between;font-size:.88rem;margin-top:.5rem}.insight-pair .lbl{color:var(--muted)}.insight-pair .val{font-weight:600;color:var(--purple)}.journal-log-list{display:flex;flex-direction:column;gap:.7rem;max-height:340px;overflow-y:auto;margin-top:.5rem}.journal-log{background:#fff;border:1px solid var(--border);padding:.8rem;border-radius:var(--radius-md)}.journal-log-hdr{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;color:var(--muted);margin-bottom:.2rem}.journal-log p{font-size:.82rem;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-layout{display:grid;grid-template-columns:240px 1fr;gap:1.5rem}.group-sidebar{display:flex;flex-direction:column;gap:.4rem}.group-btns{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem}.group-btn{display:flex;align-items:center;gap:.6rem;background:none;border:none;padding:.65rem .8rem;border-radius:var(--radius-md);cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:500;color:var(--muted);text-align:left;transition:all .2s}.group-btn:hover{background:var(--purple-bg);color:var(--purple)}.group-btn.active{background:var(--purple-bg);color:var(--purple);font-weight:700}.group-btn .material-icons-round{font-size:1.1rem}.challenges-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.6rem}.challenge-row{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--border);padding:.7rem;border-radius:var(--radius-md)}.challenge-row strong{font-size:.82rem;color:var(--dark);display:block}.challenge-row span{font-size:.72rem;color:var(--muted)}.post-composer{margin-bottom:1rem}.post-actions-bar{display:flex;justify-content:space-between;align-items:center;margin-top:.65rem}.post-actions-bar select{padding:.5rem .7rem;border:1px solid var(--border);border-radius:var(--radius-md);font-family:inherit;font-size:.82rem;outline:none;cursor:pointer}.posts-feed{display:flex;flex-direction:column;gap:.9rem}.post{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem}.post-hdr{display:flex;align-items:center;gap:.65rem;margin-bottom:.6rem}.post-hdr img{width:34px;height:34px;border-radius:50%;object-fit:cover}.post-hdr h4{font-family:Outfit,sans-serif;font-size:.88rem;font-weight:700;color:var(--dark)}.post-hdr .grp{font-size:.72rem;color:var(--muted)}.post-hdr .ts{font-size:.72rem;color:var(--muted);margin-left:auto}.post-body{font-size:.88rem;color:var(--dark);line-height:1.5;margin-bottom:.65rem}.post-reactions{display:flex;gap:.5rem;border-top:1px solid var(--border);padding-top:.5rem}.react-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;font-size:.78rem;color:var(--muted);cursor:pointer;padding:.2rem .5rem;border-radius:var(--radius-sm);transition:all .2s;font-family:inherit}.react-btn:hover{background:var(--pink);color:#a36a84}.react-btn.liked{color:#e07a5f}.profile-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.75rem}.badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem;margin-top:.65rem}.badge-cell{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.7rem .5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);opacity:.45;transition:all .2s}.badge-cell.unlocked{opacity:1;border-color:var(--gold);background:var(--gold-light);cursor:pointer}.badge-cell .material-icons-round{font-size:1.6rem;color:var(--muted);margin-bottom:.25rem}.badge-cell.unlocked .material-icons-round{color:var(--gold-dark)}.badge-cell span.name{font-size:.7rem;font-weight:600;color:var(--dark)}.record-rows{display:flex;flex-direction:column;gap:.6rem;margin-top:.6rem}.record-row{display:flex;justify-content:space-between;font-size:.88rem}.record-row span{color:var(--muted)}.record-row strong{color:var(--purple)}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:780px;margin:2rem auto 0}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem;display:flex;flex-direction:column;gap:1.25rem;position:relative;overflow:hidden}.pricing-card.premium{border-color:var(--purple-light);box-shadow:var(--shadow-lg)}.premium-ribbon{position:absolute;top:12px;right:-30px;background:var(--gold);color:#fff;font-size:.65rem;font-weight:800;text-transform:uppercase;padding:.2rem 2.5rem;transform:rotate(45deg)}.pricing-hdr h3{font-size:1.4rem}.price{font-size:2.4rem;font-weight:800;color:var(--purple);display:block;margin-top:.2rem}.price small{font-size:1rem;font-weight:400;color:var(--muted)}.feat-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.feat-list li{display:flex;align-items:center;gap:.5rem;font-size:.87rem;color:var(--dark)}.feat-list li.off{color:var(--muted);opacity:.55}.feat-list li .material-icons-round{font-size:1.1rem}.plan-label{text-align:center;background:var(--border);color:var(--muted);padding:.7rem;border-radius:var(--radius-md);font-weight:600;font-size:.88rem;margin-top:auto}.onboarding-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--grad-main);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.onboarding-box{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:680px;width:100%;border:1px solid var(--border)}.ob-header{background:var(--grad-purple);padding:1.5rem 2rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:flex;flex-direction:column;gap:.75rem}.ob-logo{display:flex;align-items:center;gap:.5rem}.ob-logo .material-icons-round{color:#fff;font-size:1.8rem}.ob-logo span{font-family:Fraunces,serif;font-size:1.5rem;font-weight:700;color:#fff}.ob-prog-track{height:6px;background:#ffffff4d;border-radius:3px;overflow:hidden}.ob-prog-fill{height:100%;background:#fff;border-radius:3px;transition:width .4s ease}.ob-step-label{color:#fffc;font-size:.8rem;font-weight:600}.ob-body{padding:2rem}.ob-step{animation:fadeIn .3s ease}.ob-step h2{font-size:1.55rem;margin-bottom:.35rem}.number-ctrl{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.number-ctrl button{background:var(--purple-bg);border:none;width:40px;height:40px;font-size:1.2rem;font-weight:700;color:var(--purple);cursor:pointer;transition:all .2s}.number-ctrl button:hover{background:var(--purple);color:#fff}.number-ctrl span{width:46px;text-align:center;font-weight:700;font-size:1rem}.ages-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.age-row{display:flex;align-items:center;gap:.5rem;background:var(--purple-bg);padding:.4rem .8rem;border-radius:var(--radius-md)}.age-row label{font-size:.82rem;font-weight:500;color:var(--dark);white-space:nowrap}.age-row input{width:54px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.2rem .4rem;text-align:center;font-family:inherit}.check-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.check-card{display:flex;align-items:flex-start;gap:.65rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:.9rem;cursor:pointer;position:relative;transition:all .2s}.check-card:hover{border-color:var(--purple-light)}.check-card input{position:absolute;opacity:0}.check-box{width:20px;height:20px;border-radius:4px;border:2px solid var(--purple-light);flex-shrink:0;margin-top:.1rem;position:relative;transition:all .2s}.check-card input:checked~.check-box{background:var(--purple);border-color:var(--purple)}.check-card input:checked~.check-box:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem}.check-card-text strong{font-size:.87rem;color:var(--dark);display:block}.check-card-text small{font-size:.75rem;color:var(--muted)}.focus-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.focus-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius-md);padding:1rem;cursor:pointer;transition:all .2s}.focus-card:hover{transform:translateY(-2px);border-color:var(--purple-light)}.focus-card.on{border-color:var(--purple);background:var(--purple-bg)}.focus-card .ic{font-size:2rem;display:block;margin-bottom:.4rem}.focus-card h3{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;margin-bottom:.1rem}.focus-card p{font-size:.78rem}.rec-list{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.rec-row{display:flex;align-items:center;gap:.75rem;background:var(--purple-bg);border:1px solid var(--purple-light);padding:.85rem;border-radius:var(--radius-md)}.rec-row .ic{font-size:1.8rem;color:var(--purple)}.rec-row h4{font-family:Outfit,sans-serif;font-size:.88rem;font-weight:700;margin-bottom:.1rem}.rec-goal{display:flex;align-items:center;gap:.75rem;background:var(--teal-light);border:1px solid var(--teal);padding:.85rem;border-radius:var(--radius-md);margin-top:.5rem}.rec-goal .ic{font-size:1.8rem;color:var(--teal-dark)}.rec-goal h4{font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;color:var(--teal-dark)}.ob-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 2rem;border-top:1px solid var(--border)}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b2d4299;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.modal-box{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;text-align:center;max-width:420px;width:100%;border:2px solid var(--gold);box-shadow:var(--shadow-lg);animation:scaleIn .4s cubic-bezier(.175,.885,.32,1.275)}.modal-box .celebration-emoji{font-size:3rem;display:block;margin-bottom:.5rem}.modal-box h2{color:var(--gold-dark);font-size:1.8rem}.badge-showcase{width:72px;height:72px;border-radius:50%;background:var(--gold-light);color:var(--gold-dark);display:flex;align-items:center;justify-content:center;margin:1.25rem auto}.badge-showcase .material-icons-round{font-size:2.5rem}.xp-earned{font-size:1.05rem;font-weight:800;color:var(--teal-dark);margin:1rem 0 1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.82);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1100px){.coach-layout{grid-template-columns:1fr;height:auto}.two-col{grid-template-columns:1fr}.two-col.goals-layout{display:flex;flex-direction:column-reverse}.journal-layout,.community-layout,.profile-layout{grid-template-columns:1fr}}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;padding:1.25rem 1rem;padding-top:80px;padding-bottom:80px}.mobile-header,.mobile-nav{display:flex}.dash-grid{grid-template-columns:1fr}.stats-row{display:flex;gap:1rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;margin-top:.75rem}.stats-row .card{flex-shrink:0;min-width:240px}.group-sidebar{display:flex;flex-direction:row;overflow-x:auto;white-space:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;gap:.5rem;margin-bottom:.5rem}.group-btn{flex-shrink:0;padding:.5rem 1rem}.check-cards,.focus-grid,.form-row,.pricing-grid{grid-template-columns:1fr}.ob-body{padding:1.25rem}.ob-footer{padding:1rem 1.25rem}.chat-view-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.text-gold{color:var(--gold)!important}.text-teal{color:var(--teal)!important}.text-purple{color:var(--purple)!important}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.placeholder-msg{text-align:center;padding:2rem;color:var(--muted);font-size:.9rem}input[type=range]{width:100%;accent-color:var(--purple);cursor:pointer}.goals-container-card{background:var(--grad-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.filter-hdr{display:flex;justify-content:space-between;align-items:center;padding-bottom:.65rem;border-bottom:1px solid var(--border);margin-bottom:.85rem;font-weight:600;font-size:.9rem;color:var(--dark)}
