:root{--bg: #FFFFFF;--text-heading: #000000;--text-body: #a3a3a3;--text-muted: #d4d4d4;--accent: #C41E1E;--accent-light: rgba(196, 30, 30, .08);--border: #f5f5f5;--border-hover: #e5e5e5;--border-focus: #d4d4d4;--yes-bg: #f0fdf4;--no-bg: #fef2f2;--font: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;scroll-behavior:smooth}body{font-family:var(--font);font-weight:300;background:var(--bg);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;font-size:16px;line-height:1.8}h1{font-size:2rem;font-weight:300;color:var(--text-heading);letter-spacing:-.8px;line-height:1.3}h2{font-size:1.5rem;font-weight:300;color:var(--text-heading);letter-spacing:-.5px;line-height:1.3}h3{font-size:1.125rem;font-weight:400;color:var(--text-heading);line-height:1.3}.app{min-height:100%;width:100%;max-width:640px;margin:0 auto;display:flex;flex-direction:column;position:relative;padding:0 1.5rem}.screen{flex:1;display:flex;flex-direction:column;z-index:1;animation:screenEnter .5s cubic-bezier(.25,.46,.45,.94);min-height:0;width:100%}.screen.scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch}.screen::-webkit-scrollbar{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes screenEnter{0%{opacity:0;transform:translateY(12px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}.step-dots{display:flex;justify-content:center;gap:10px;padding:1.25rem 0 .5rem;position:relative;z-index:10}.step-dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);transition:background .4s,transform .4s}.step-dot.active{background:var(--accent);transform:scale(1.4);box-shadow:0 0 0 3px #c41e1e1f}.step-dot.completed{background:var(--text-heading)}.settings-gear{position:absolute;top:1.25rem;right:1.5rem;z-index:20;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.5rem;transition:color .3s}.settings-gear:hover{color:var(--text-heading)}.nav-row{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;margin-top:auto}.btn-back{background:none;border:none;color:var(--text-muted);font-family:var(--font);font-weight:300;font-size:.875rem;cursor:pointer;padding:.5rem 0;transition:color .3s}.btn-back:hover{color:var(--text-heading)}.btn-next{background:none;border:1px solid var(--border-hover);border-radius:999px;color:var(--text-heading);font-family:var(--font);font-weight:400;font-size:.875rem;padding:.75rem 2rem;cursor:pointer;transition:border-color .5s,color .3s,transform .2s ease}.btn-next:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.btn-next:active{transform:translateY(0)}.btn-next:disabled{opacity:.25;cursor:not-allowed;transform:none}.btn-next:disabled:hover{border-color:var(--border-hover);color:var(--text-heading);transform:none}.btn-primary-pill{background:none;border:1px solid var(--border-hover);border-radius:999px;color:var(--text-heading);font-family:var(--font);font-weight:300;font-size:1rem;padding:1rem 2.5rem;cursor:pointer;transition:border-color .5s,transform .2s ease;display:inline-block}.btn-primary-pill:hover{border-color:var(--accent);transform:translateY(-1px)}.btn-primary-pill:active{transform:translateY(0) scale(.98)}.btn-text{background:none;border:none;color:var(--text-body);font-family:var(--font);font-weight:300;font-size:.875rem;cursor:pointer;padding:.5rem 0;border-bottom:1px solid transparent;transition:border-color .5s,color .3s}.btn-text:hover{color:var(--text-heading);border-bottom-color:var(--accent)}.welcome-screen{align-items:center;text-align:center;padding:3rem 0;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--bg)}.welcome-screen::-webkit-scrollbar{display:none}.welcome-star{margin-top:3rem;margin-bottom:.5rem;animation:starFadeIn 1.2s cubic-bezier(.25,.46,.45,.94) both}@keyframes starFadeIn{0%{opacity:0;transform:scale(.7) rotate(-30deg)}to{opacity:1;transform:scale(1) rotate(0)}}.eight-point-star{display:block}.star-pulse{animation:starPulse 4s ease-in-out infinite}@keyframes starPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.ob-welcome-star{margin-bottom:1.5rem;animation:starFadeIn 1s cubic-bezier(.25,.46,.45,.94) both}.welcome-greeting{font-size:2.2rem;font-weight:300;color:var(--text-heading);letter-spacing:-.8px;margin-top:.5rem;animation:welcomeUp .6s ease .1s both}.welcome-tagline{color:var(--text-body);font-weight:300;font-size:.875rem;margin-top:.75rem;line-height:1.7;max-width:340px;font-style:italic;animation:welcomeUp .6s ease .2s both}.welcome-cta{margin-top:2.5rem;animation:welcomeUp .6s ease .35s both}.welcome-cta .btn-primary-pill{animation:subtleBreathe 4s ease-in-out 1.5s infinite}@keyframes subtleBreathe{0%,to{box-shadow:0 0 #c41e1e00}50%{box-shadow:0 0 0 6px #c41e1e0f}}.welcome-orb{display:flex;justify-content:center;margin:1.25rem 0 .5rem;animation:welcomeUp .6s ease .3s both}.welcome-completed{text-align:center;margin-top:.5rem;animation:welcomeUp .6s ease .35s both}.welcome-score{font-size:2rem;font-weight:600;color:var(--accent);letter-spacing:-.02em}.welcome-completion-msg{color:var(--text-muted);font-size:.875rem;font-weight:300;margin:.375rem 0 1.25rem;font-style:italic}.btn-secondary-pill{background:transparent;border:1px solid var(--accent);color:var(--accent);font-family:var(--font);font-size:.9375rem;font-weight:400;padding:.6rem 2rem;border-radius:999px;cursor:pointer;transition:background .2s,color .2s}.btn-secondary-pill:hover{background:var(--accent);color:#fff}.welcome-streak{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.75rem;color:var(--text-muted);font-size:.8125rem;font-weight:300;animation:welcomeUp .6s ease .45s both}.welcome-streak-fire{font-size:1rem}.welcome-streak-text{letter-spacing:.01em}.welcome-secondary{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;animation:welcomeUp .6s ease .5s both}@keyframes welcomeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.welcome-divider{width:40px;height:1px;background:var(--border);margin:2.5rem auto}.journey-card{width:100%;max-width:340px;border:1px solid var(--border);border-radius:16px;padding:1.25rem 1.5rem;text-align:left;margin-bottom:.75rem}.journey-streak{display:flex;flex-direction:column;margin-bottom:.75rem}.journey-streak-num{font-size:2rem;font-weight:600;color:var(--text-heading);line-height:1;letter-spacing:-.02em}.journey-streak-label{font-size:.75rem;font-weight:300;color:var(--text-muted);margin-top:.125rem}.journey-message{font-size:.875rem;font-weight:300;color:var(--text-body);line-height:1.5;margin-bottom:.75rem;font-style:italic}.journey-stats{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem}.journey-stat{font-size:.6875rem;font-weight:400;color:var(--text-muted);letter-spacing:.02em}.journey-insights-btn{display:flex;align-items:center;gap:.375rem;background:none;border:none;padding:0;cursor:pointer;font-size:.75rem;font-weight:400;color:var(--accent);opacity:.8;transition:opacity .2s;font-family:var(--font)}.journey-insights-btn:hover{opacity:1}.journey-chevron{transition:transform .3s;flex-shrink:0}.journey-chevron.open{transform:rotate(180deg)}.insights-collapsible{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,.46,.45,.94)}.insights-collapsible.open{max-height:600px}.card-intention-context{font-size:.75rem;font-weight:300;color:var(--text-body);margin-bottom:.75rem;line-height:1.6;font-style:italic}.intention-highlight{color:var(--text-heading);font-weight:400;font-style:normal}.insights-panel{width:100%;text-align:left;margin-top:1rem}.insights-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem}.insight-stat{text-align:center}.insight-stat-value{font-size:1.5rem;font-weight:600;color:var(--text-heading)}.insight-stat-label{font-size:.6875rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-top:.25rem}.streak-milestone{text-align:center;font-size:.8125rem;font-weight:300;color:var(--accent);letter-spacing:.05em;margin-bottom:1.5rem;animation:fadeIn .4s ease}.streak-section{padding:1.25rem 0;border-top:1px solid var(--border)}.calendar-title,.section-title{font-size:.6875rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;text-align:center}.streak-strip{display:flex;justify-content:center;gap:.375rem}.streak-day{display:flex;flex-direction:column;align-items:center;gap:.2rem}.streak-day-label{font-size:.5625rem;color:var(--text-muted);font-weight:400;text-transform:uppercase}.streak-day-cell{width:20px;height:20px;border-radius:3px;background:#f5f5f5;transition:background .3s}.streak-day-cell.today{outline:1.5px solid var(--accent);outline-offset:1px}.streak-day-cell.level-1{background:#c41e1e1a}.streak-day-cell.level-2{background:#c41e1e40}.streak-day-cell.level-3{background:#c41e1e73}.streak-day-cell.level-4{background:var(--accent)}.streak-day-num{font-size:.5rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.streak-day.today .streak-day-num{color:var(--accent);font-weight:600}.calendar-legend{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:.75rem;font-size:.5625rem;color:var(--text-muted)}.legend-cell{width:8px;height:8px;border-radius:2px}.legend-cell.empty{background:#f5f5f5}.legend-cell.l1{background:#c41e1e1a}.legend-cell.l2{background:#c41e1e40}.legend-cell.l3{background:#c41e1e73}.legend-cell.l4{background:var(--accent)}.chart-section{padding:1.25rem 0;border-top:1px solid var(--border)}.score-chart{width:100%;height:auto;display:block}.chart-empty{text-align:center;color:var(--text-muted);font-size:.8125rem;padding:1.5rem 0}.dungeon-screen{padding:2rem 0}.dungeon-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.dungeon-header.visible{opacity:1;transform:translateY(0)}.dungeon-header h2{margin:0}.dungeon-icon{width:36px;height:36px;border-radius:50%;background:#c41e1e0f;display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:breathe 3s ease-in-out infinite}.dungeon-body{opacity:0;transform:translateY(8px);transition:opacity .5s ease .2s,transform .5s ease .2s}.dungeon-body.visible{opacity:1;transform:translateY(0)}.dungeon-context{font-size:.8125rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.dungeon-highlight{color:var(--text-heading);font-weight:400;font-style:italic}.dungeon-courage-msg{text-align:center;font-size:.75rem;font-weight:300;color:var(--accent);margin-top:1rem;font-style:italic;letter-spacing:.02em;animation:milestoneIn .5s ease both}.text-input{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:1rem;font-family:var(--font);font-weight:300;font-size:.9375rem;color:var(--text-heading);resize:none;transition:border-color .5s;line-height:1.7}.text-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #c41e1e0f}.text-input:focus:not(:placeholder-shown){border-left:2.5px solid var(--accent)}.text-input::placeholder{color:var(--text-muted);font-weight:300}.text-input-wrapper{position:relative}.text-input-wrapper .speech-btn{position:absolute;right:.75rem;bottom:.75rem}.checkin-screen{padding:1.5rem 0}.checkin-header{display:flex;align-items:center;gap:.875rem;margin-bottom:.75rem;position:sticky;top:0;background:var(--bg);padding:.75rem 0;z-index:5}.checkin-score-live{display:flex;align-items:baseline;gap:1px;flex-shrink:0}.checkin-score-number{font-size:1.5rem;font-weight:300;color:var(--text-heading);font-variant-numeric:tabular-nums;letter-spacing:-1px;line-height:1;transition:color .3s ease}.checkin-score-pct{font-size:.75rem;font-weight:300;color:var(--text-muted)}.checkin-score-meta{flex:1;display:flex;flex-direction:column;gap:.25rem}.checkin-score-bar-wrap{height:3px;background:var(--border);border-radius:2px;overflow:hidden}.checkin-score-bar-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .4s cubic-bezier(.25,.46,.45,.94)}.checkin-score-label{font-size:.625rem;color:var(--text-muted);font-weight:400;font-variant-numeric:tabular-nums;letter-spacing:.05em}.checkin-yes-count{color:#16a34a;font-weight:500}.checkin-no-count{color:var(--accent);font-weight:500}.checkin-count-sep{color:var(--text-muted)}.checkin-screen{display:flex;flex-direction:column;height:100%;overflow:hidden}.card-counter{text-align:center;font-size:.6875rem;font-weight:400;color:var(--text-muted);letter-spacing:.1em;font-variant-numeric:tabular-nums;margin-bottom:.5rem}.card-progress-bar{height:2px;background:var(--border);border-radius:1px;overflow:hidden;margin-top:.75rem;margin-bottom:1.5rem}.card-progress-fill{height:100%;background:var(--accent);border-radius:1px;transition:width .4s cubic-bezier(.25,.46,.45,.94)}.card-area{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;padding:0 .5rem}.value-card{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;transition:opacity .2s ease,transform .2s ease;position:relative;user-select:none;-webkit-user-select:none;touch-action:pan-y}.swipe-label{position:absolute;top:.5rem;font-size:1.25rem;font-weight:700;letter-spacing:.1em;padding:.2rem .5rem;border-radius:4px;border:2px solid;pointer-events:none;z-index:10}.swipe-yes{right:0;color:#16a34a;border-color:#16a34a;transform:rotate(8deg)}.swipe-no{left:0;color:var(--accent);border-color:var(--accent);transform:rotate(-8deg)}.swipe-guide{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.6875rem;letter-spacing:.04em;color:var(--text-muted);opacity:.5}.swipe-guide-no{color:var(--accent);opacity:.7}.swipe-guide-yes{color:#16a34a;opacity:.7}.swipe-guide-divider{opacity:.4}.hint-wiggle{animation:swipeHintWiggle .5s ease-in-out .6s 2}@keyframes swipeHintWiggle{0%{transform:translate(0) rotate(0)}25%{transform:translate(10px) rotate(.5deg)}50%{transform:translate(0) rotate(0)}75%{transform:translate(-10px) rotate(-.5deg)}to{transform:translate(0) rotate(0)}}.value-card.visible{opacity:1;transform:translateY(0)}.value-card.exit{opacity:0;transform:translateY(8px)}.value-card.visible.from-right{animation:cardFromRight .25s ease both}.value-card.visible.from-left{animation:cardFromLeft .25s ease both}@keyframes cardFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes cardFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.card-mentor{font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.25em;color:var(--accent);opacity:.7}.card-question{font-size:1.125rem;font-weight:300;color:var(--text-heading);line-height:1.7;max-width:400px;letter-spacing:-.2px}.card-question-text{font-size:1rem;text-align:left;width:100%}.card-yn-buttons{display:flex;gap:1.25rem;margin-top:.5rem}.card-yn{width:64px;height:64px;border-radius:50%;border:2px solid var(--border);background:none;font-family:var(--font);font-weight:400;font-size:1.125rem;color:var(--text-muted);cursor:pointer;transition:all .25s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem}.card-yn:hover{border-color:var(--border-hover);color:var(--text-body);transform:scale(1.05)}.card-yn:active{transform:scale(.95)}.card-yn.card-yes.active{background:#16a34a;color:#fff;border-color:#16a34a;font-weight:600;animation:ynPop .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 0 4px #16a34a1f}.card-yn.card-no.active{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:600;animation:ynPop .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 0 4px #c41e1e1a}.card-yn-label{font-size:.5rem;font-weight:400;text-transform:uppercase;letter-spacing:.15em;margin-top:-.0625rem}@keyframes ynPop{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}.check-icon{animation:checkDraw .3s ease both}@keyframes checkDraw{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.value-card .text-input-wrapper{width:100%}.card-nav{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 0 0}.card-nav-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;flex-shrink:0}.card-nav-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.card-nav-btn:disabled{opacity:.2;cursor:not-allowed}.card-nav-counter{font-size:.75rem;font-weight:300;color:var(--text-muted);letter-spacing:.05em;font-variant-numeric:tabular-nums}.list-screen{padding:2rem 0}.list-screen h2{margin-bottom:.25rem}.list-screen-desc{font-size:.8125rem;color:var(--text-muted);margin-bottom:1.5rem}.list-progress-wrap{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.list-progress-bar{flex:1;height:3px;background:var(--border);border-radius:2px;overflow:hidden}.list-progress-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .5s cubic-bezier(.25,.46,.45,.94)}.list-progress-label{font-size:.6875rem;color:var(--text-muted);font-weight:400;font-variant-numeric:tabular-nums;white-space:nowrap}.list-items{display:flex;flex-direction:column}.list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border);animation:listItemIn .35s cubic-bezier(.34,1.56,.64,1)}@keyframes listItemIn{0%{opacity:0;transform:translate(-8px) scale(.97)}to{opacity:1;transform:translate(0) scale(1)}}.list-item-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0;animation:dotPop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes dotPop{0%{transform:scale(0)}to{transform:scale(1)}}.list-item-text{flex:1;font-size:.875rem;color:var(--text-heading);font-weight:300;line-height:1.6}.list-item-delete{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .3s,opacity .3s;opacity:0;border-radius:4px}.list-item:hover .list-item-delete{opacity:1}.list-item-delete:hover{color:var(--accent)}@media(max-width:768px){.list-item-delete{opacity:.4}.list-item-delete:hover{opacity:1}}.list-input-row{display:flex;gap:.5rem;margin-top:1.25rem;align-items:stretch}.list-input-row .text-input{flex:1}.list-add-btn{background:none;border:1.5px solid var(--border);border-radius:8px;width:46px;color:var(--text-muted);font-family:var(--font);font-weight:300;font-size:1.25rem;cursor:pointer;transition:border-color .25s,color .25s,background .25s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.list-add-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.list-add-btn:active:not(:disabled){transform:scale(.92)}.list-add-btn:disabled{opacity:.25;cursor:not-allowed}.list-item-num{width:18px;font-size:.6875rem;font-weight:400;color:var(--text-muted);flex-shrink:0;text-align:right;font-variant-numeric:tabular-nums}.list-count{font-size:.6875rem;color:var(--text-muted);text-align:center;margin-top:.75rem;font-variant-numeric:tabular-nums;letter-spacing:.05em}.list-milestone{text-align:center;font-size:.8125rem;font-weight:300;color:var(--accent);padding:.5rem 0;animation:milestoneIn .5s ease both;letter-spacing:.02em}@keyframes milestoneIn{0%{opacity:0;transform:scale(.95) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.list-progress-bar.complete .list-progress-fill{background:#16a34a;box-shadow:0 0 8px #16a34a4d}.list-progress-label.complete{color:#16a34a;font-weight:500}.love-screen{padding:1.5rem 0;display:flex;flex-direction:column}.love-header{text-align:center;margin-bottom:1.5rem}.love-emoji{font-size:2.25rem;margin-bottom:.5rem;animation:loveEmojiIn .6s cubic-bezier(.34,1.56,.64,1)}@keyframes loveEmojiIn{0%{opacity:0;transform:scale(.5) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.love-title{font-size:1.25rem;font-weight:300;color:var(--text-heading);letter-spacing:-.3px;margin-bottom:.375rem}.love-subtitle{font-size:.8125rem;color:var(--text-muted);font-weight:300}.love-encouragement{text-align:center;font-size:.875rem;font-weight:300;font-style:italic;color:#d4a055;padding:.5rem 0;animation:loveEncourageIn .5s ease both;letter-spacing:.01em}@keyframes loveEncourageIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.love-items{display:flex;flex-direction:column;margin-bottom:.5rem}.love-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--border);animation:loveItemIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes loveItemIn{0%{opacity:0;transform:translate(-10px) scale(.96)}to{opacity:1;transform:translate(0) scale(1)}}.love-item-prefix{font-size:.75rem;color:#d4a055;flex-shrink:0;font-weight:500;letter-spacing:-.01em;white-space:nowrap;margin-right:.25rem}.love-item-heart{font-size:.75rem;color:#d4a055;flex-shrink:0;animation:heartPop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes heartPop{0%{transform:scale(0)}50%{transform:scale(1.3)}to{transform:scale(1)}}.love-item-text{flex:1;font-size:.875rem;color:var(--text-heading);font-weight:300;line-height:1.6}.love-item-delete{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .3s,opacity .3s;opacity:0;border-radius:4px}.love-item:hover .love-item-delete{opacity:1}.love-item-delete:hover{color:var(--accent)}@media(max-width:768px){.love-item-delete{opacity:.4}.love-item-delete:hover{opacity:1}}.love-input-row{display:flex;gap:.5rem;margin-top:1rem;align-items:stretch}.love-input-group{display:flex;align-items:center;flex:1;border:1.5px solid var(--border);border-radius:10px;padding:0 0 0 .75rem;background:var(--bg);transition:border-color .3s}.love-input-group:focus-within{border-color:var(--accent-dim, #d4a055)}.love-input-prefix{font-size:.8125rem;color:#d4a055;font-weight:500;white-space:nowrap;flex-shrink:0;padding-right:.25rem}.love-input-group .text-input-wrapper{border:none}.love-input-group .text-input.love-input-field{border:none;padding-left:.25rem;background:transparent}.love-input-row .text-input{flex:1}.love-add-btn{background:none;border:1.5px solid var(--border);border-radius:8px;width:46px;color:var(--text-muted);cursor:pointer;transition:border-color .25s,color .25s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.love-add-btn:hover:not(:disabled){border-color:#d4a055;color:#d4a055}.love-add-btn:active:not(:disabled){transform:scale(.92)}.love-add-btn:disabled{opacity:.25;cursor:not-allowed}.love-count{font-size:.6875rem;color:var(--text-muted);text-align:center;margin-top:.75rem;letter-spacing:.04em}.gratitude-slots{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.gratitude-slot{display:flex;align-items:center;gap:.75rem;padding:.875rem 0;border-bottom:1px solid var(--border);min-height:2.75rem;animation:fadeSlideUp .35s ease both}.gratitude-slot:last-child{border-bottom:none}.gratitude-slot-num{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;border-radius:50%;flex-shrink:0;transition:all .3s ease}.gratitude-slot.filled .gratitude-slot-num{background:var(--accent);color:#fff}.gratitude-slot.empty .gratitude-slot-num{background:var(--border);color:var(--text-muted)}.gratitude-slot-text{flex:1;font-size:.9375rem;color:var(--text-heading);line-height:1.5}.gratitude-slot-placeholder{flex:1;font-size:.875rem;color:var(--text-muted);font-style:italic;opacity:.5}.gratitude-complete-msg{text-align:center;font-size:.875rem;color:var(--text-muted);font-style:italic;padding:1rem 0 .5rem;animation:fadeSlideUp .5s ease both}.reflection-screen{padding:1.5rem 0}.reflection-screen h2{margin-bottom:.25rem}.reflection-progress{font-size:.6875rem;color:var(--text-muted);font-weight:400;font-variant-numeric:tabular-nums;margin-bottom:.5rem;letter-spacing:.03em}.reflection-encouragement{text-align:center;font-size:.75rem;font-weight:300;color:var(--accent);padding:.375rem 0;animation:milestoneIn .5s ease both;font-style:italic;letter-spacing:.02em}.reflection-section.has-content .reflection-question:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#16a34a;margin-right:.5rem;vertical-align:middle;animation:dotPop .3s cubic-bezier(.34,1.56,.64,1)}.reflection-section{margin-bottom:2rem;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.reflection-section.visible{opacity:1;transform:translateY(0)}.reflection-section-title{font-size:.6875rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:.375rem}.reflection-question{font-size:.9375rem;color:var(--text-heading);font-weight:300;margin-bottom:.75rem;line-height:1.5}.kegan-divider{width:30px;height:1px;background:var(--border-hover);margin:2.5rem 0;opacity:0;transition:opacity .4s ease}.kegan-divider.visible{opacity:1}.kegan-header{margin-bottom:1.5rem;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease}.kegan-header.visible{opacity:1;transform:translateY(0)}.kegan-header h3{margin-bottom:.25rem}.kegan-header p{font-size:.8125rem;color:var(--text-muted)}.selfworth-screen{padding:2rem 0}.selfworth-screen h2{margin-bottom:.5rem}.selfworth-desc{font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem}.selfworth-affirmation{text-align:center;font-size:.75rem;font-weight:300;color:var(--accent);padding:.5rem 0;margin-bottom:1rem;animation:milestoneIn .5s ease both;font-style:italic;letter-spacing:.02em}.selfworth-complete-msg{text-align:center;font-size:.8125rem;font-weight:300;color:#16a34a;padding:1rem 0;animation:milestoneIn .5s ease both;letter-spacing:.02em}.selfworth-card.affirmed{border-left:2px solid rgba(22,163,74,.3);padding-left:1rem}.selfworth-card{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border);opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.selfworth-card.visible{opacity:1;transform:translateY(0)}.selfworth-card:last-of-type{border-bottom:none}.selfworth-pillar-label{font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.25em;color:var(--accent);margin-bottom:.5rem}.selfworth-question{font-size:1.1rem;color:var(--text-heading);font-weight:300;margin-bottom:.75rem;line-height:1.5}.selfworth-shame-label{font-size:.75rem;color:var(--text-muted);font-weight:300;line-height:1.6;margin-bottom:.75rem;font-style:italic}.mentor-wisdom-screen{padding:1.5rem 0}.mentor-wisdom-screen h2{margin-bottom:.25rem;text-align:center}.mw-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.25rem}.mw-dot{background:none;border:2px solid var(--border);border-radius:50%;padding:2px;cursor:pointer;transition:border-color .25s,opacity .25s;opacity:.4}.mw-dot.active{border-color:var(--accent);opacity:1}.mw-dot.done{opacity:.7;cursor:pointer}.mw-dot.done.active{opacity:1}.mw-dot .mentor-avatar{width:32px!important;height:32px!important}.mw-next-mentor-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.25rem;margin-top:1.25rem;background:var(--accent);color:#fff;border:none;border-radius:12px;font-family:var(--font);font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .2s;animation:mwFadeIn .4s ease both}.mw-next-mentor-btn:hover{opacity:.9}.mw-done-actions{display:flex;justify-content:center;margin-top:1rem}.breathing-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:breathe 2s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.5);opacity:1}}.streaming-cursor{display:inline-block;width:1px;height:1em;background:var(--accent);margin-left:2px;animation:cursorBlink .8s infinite;vertical-align:text-bottom}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.mentor-actions{display:flex;justify-content:center;gap:1rem;padding:.75rem 0}@keyframes mwFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mw-focused{display:flex;flex-direction:column;align-items:center;text-align:center;animation:mwFadeIn .5s ease both;padding:0 0 .5rem}.mw-avatar-wrap{margin-bottom:.75rem}.mw-avatar-wrap .mentor-avatar{width:72px!important;height:72px!important;box-shadow:0 4px 20px #00000014}.mw-mentor-name{font-size:.9375rem;font-weight:600;color:var(--text-heading);margin-bottom:.25rem}.mw-mentor-philosophy{font-size:.6875rem;font-weight:400;color:var(--text-muted);font-style:italic;margin-bottom:1.25rem;max-width:280px;line-height:1.5}.mw-wisdom-text{font-size:.9375rem;font-weight:300;color:var(--text-heading);line-height:1.75;text-align:left;animation:mwTextIn .4s ease both}@keyframes mwTextIn{0%{opacity:0}to{opacity:1}}.mw-quote-mark{color:var(--accent);font-size:1.15em;font-weight:400;opacity:.45}.mw-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 0;font-size:.8125rem;color:var(--text-muted);font-weight:300;font-style:italic}.mw-error{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:var(--accent)}.mw-conversation{width:100%;display:flex;flex-direction:column;gap:.75rem}.mw-msg{width:100%}.mw-user-msg{background:var(--accent-light);border:1px solid rgba(196,30,30,.08);border-radius:12px;padding:.75rem 1rem;font-size:.875rem;font-weight:300;color:var(--text-heading);line-height:1.6;text-align:left;animation:mwFadeIn .3s ease both}.mw-reply-row{display:flex;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;animation:mwFadeIn .4s ease both}.mw-reply-input{flex:1;background:none;border:1px solid var(--border-hover);border-radius:999px;padding:.5rem .875rem;font-family:var(--font);font-size:.8125rem;font-weight:300;color:var(--text-heading);outline:none;transition:border-color .3s}.mw-reply-input:focus{border-color:var(--accent)}.mw-reply-input::placeholder{color:var(--text-muted);font-weight:300}.mw-reply-send{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:var(--accent);color:#fff;cursor:pointer;flex-shrink:0;transition:opacity .2s}.mw-reply-send:disabled{opacity:.3;cursor:not-allowed}.mw-reply-limit{font-size:.6875rem;color:var(--text-muted);text-align:center;margin-top:.5rem;font-style:italic}.score-reveal-screen{align-items:center;justify-content:center;text-align:center;padding:2rem 0;gap:0}.score-circle-wrap{position:relative;display:flex;align-items:center;justify-content:center;animation:circleEnter .8s ease both}@keyframes circleEnter{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.cosmic-orb{display:block;pointer-events:none}.score-number-row{display:flex;align-items:baseline;justify-content:center;gap:.125rem;margin-top:.25rem;animation:fadeSlideUp .6s ease 2.2s both}.score-big-number{font-size:3.8rem;font-weight:200;color:var(--text);letter-spacing:-2px;line-height:1;font-variant-numeric:tabular-nums}.score-big-pct{font-size:1.3rem;font-weight:300;color:var(--muted);margin-left:2px}.score-circle-wrap.glow .score-big-number{animation:numberPunch .5s cubic-bezier(.34,1.56,.64,1)}.score-circle-wrap.glow~.score-number-row .score-big-number{animation:numberPunch .5s cubic-bezier(.34,1.56,.64,1)}@keyframes numberPunch{0%{transform:scale(1)}40%{transform:scale(1.12)}to{transform:scale(1)}}.score-circle-inner,.score-circle-number,.score-circle-pct{display:none}.score-reveal-label{font-size:.6875rem;font-weight:400;text-transform:uppercase;letter-spacing:.3em;color:var(--text-muted);margin-top:1.25rem;animation:fadeSlideUp .6s ease .4s both;display:none}.score-reveal-word{font-size:.8125rem;font-weight:400;text-transform:uppercase;letter-spacing:.25em;color:var(--accent);margin-top:1.25rem;animation:fadeSlideUp .6s ease 2.6s both}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.score-reveal-stats{display:flex;align-items:center;gap:1.5rem;margin-top:2rem;opacity:0;transform:translateY(8px);transition:opacity .6s ease,transform .6s ease}.score-reveal-stats.visible{opacity:1;transform:translateY(0)}.score-reveal-stat{display:flex;flex-direction:column;align-items:center;gap:.125rem}.score-reveal-stat-value{font-size:1.25rem;font-weight:400;color:var(--text-heading);font-variant-numeric:tabular-nums}.score-reveal-stat-value.score-yes{color:#16a34a}.score-reveal-stat-value.score-no{color:var(--accent)}.score-reveal-stat-label{font-size:.5625rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}.score-reveal-stat-divider{width:1px;height:24px;background:var(--border-hover)}.score-reveal-message{margin-top:2rem;font-size:.9375rem;font-weight:300;color:var(--text-body);max-width:300px;line-height:1.7;opacity:0;transform:translateY(8px);transition:opacity .6s ease,transform .6s ease}.score-reveal-message.visible{opacity:1;transform:translateY(0)}.score-reveal-actions{width:100%;margin-top:auto;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease}.score-reveal-actions.visible{opacity:1;transform:translateY(0)}.summary-screen{padding:0 0 2rem}.summary-hero{display:flex;align-items:center;gap:1.25rem;padding:1.75rem 0 1.5rem;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease}.summary-hero.visible{opacity:1;transform:translateY(0)}.summary-affirmation{font-size:.875rem;font-weight:300;color:var(--text-body);line-height:1.7;font-style:italic;padding-bottom:1.25rem;border-bottom:1px solid var(--border);opacity:0;transform:translateY(6px);transition:opacity .6s ease .3s,transform .6s ease .3s}.summary-affirmation.visible{opacity:1;transform:translateY(0)}.summary-hero-circle{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center}.summary-hero-circle svg{display:block}.summary-circle-fill{transition:stroke-dashoffset .8s ease}.summary-hero-score{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:400;color:var(--text-heading);font-variant-numeric:tabular-nums;letter-spacing:-.5px}.summary-hero-meta{display:flex;flex-direction:column;gap:.25rem}.summary-hero-date{font-size:1rem;font-weight:300;color:var(--text-heading);letter-spacing:-.3px}.summary-hero-counts{font-size:.75rem;font-weight:300;color:var(--text-body);font-variant-numeric:tabular-nums}.summary-count-yes{color:#16a34a}.summary-count-no{color:var(--accent)}.summary-count-sep{margin:0 .25rem;color:var(--text-muted)}.summary-body{opacity:0;transition:opacity .3s ease}.summary-body.visible{opacity:1}.summary-card{padding:1.25rem 0;border-top:1px solid var(--border);animation:summaryCardIn .45s ease both}@keyframes summaryCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.summary-card-label{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:.625rem;display:flex;align-items:center;gap:.5rem}.summary-label-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);flex-shrink:0}.summary-label-count{font-size:.5625rem;font-weight:400;color:var(--text-muted);letter-spacing:.05em}.summary-card-text{font-size:.875rem;color:var(--text-heading);font-weight:300;line-height:1.7}.summary-intention{font-style:italic;font-size:1rem;color:var(--text-heading);font-weight:300}.summary-card-list{display:flex;flex-direction:column;gap:.25rem}.summary-card-list-item{display:flex;align-items:baseline;gap:.625rem;font-size:.8125rem;color:var(--text-heading);font-weight:300;line-height:1.7}.summary-item-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:.5em}.summary-card-field{display:flex;flex-direction:column;gap:.125rem;padding:.375rem 0}.summary-card-field+.summary-card-field{border-top:1px solid var(--border)}.summary-field-label{font-size:.625rem;font-weight:400;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted)}.summary-field-value{font-size:.8125rem;color:var(--text-heading);font-weight:300;line-height:1.6}.summary-card-mentors{padding-bottom:.5rem}.summary-mentor-block{padding:.75rem 0;border-bottom:1px solid var(--border)}.summary-mentor-block:last-child{border-bottom:none}.summary-mentor-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.summary-mentor-badge{display:inline-block;font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);background:#c41e1e0a;padding:.1875rem .5rem;border-radius:3px}.summary-mentor-quote{font-size:.8125rem;color:var(--text-heading);font-weight:300;line-height:1.65;font-style:italic}.summary-footer{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:1.75rem 0 .5rem;border-top:1px solid var(--border);margin-top:.5rem;opacity:0;transform:translateY(8px);transition:opacity .5s ease .4s,transform .5s ease .4s}.summary-footer.visible{opacity:1;transform:translateY(0)}.summary-closing{font-size:.8125rem;font-weight:300;color:var(--text-muted);text-align:center;line-height:1.7;font-style:italic;margin-bottom:.5rem}.confetti-overlay{position:fixed;inset:0;z-index:101;pointer-events:none;overflow:hidden}.confetti-particle{position:absolute;top:-10px;left:var(--left);width:var(--size);height:var(--size);background:var(--color);opacity:0;animation:confettiFall var(--duration) cubic-bezier(.25,.46,.45,.94) var(--delay) both}.confetti-circle{border-radius:50%}.confetti-square{border-radius:1px}.confetti-strip{width:calc(var(--size) * .4);height:var(--size);border-radius:1px}@keyframes confettiFall{0%{opacity:1;transform:translateY(0) translate(0) rotate(var(--rotation)) scale(.5)}10%{opacity:1;transform:translateY(10vh) translate(calc(var(--drift) * .3)) rotate(calc(var(--rotation) + var(--rotation-speed) * .3)) scale(1)}70%{opacity:.8}to{opacity:0;transform:translateY(100vh) translate(var(--drift)) rotate(calc(var(--rotation) + var(--rotation-speed))) scale(.6)}}.celebration-overlay{position:fixed;inset:0;z-index:100;pointer-events:none;display:flex;align-items:center;justify-content:center}.celebration-glow{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#c41e1e26,#c41e1e00 70%);animation:celebrationGlow 2.5s ease-out both}@keyframes celebrationGlow{0%{transform:scale(.3);opacity:1}50%{opacity:.6}to{transform:scale(5);opacity:0}}.celebration-ring{position:absolute;width:100px;height:100px;border-radius:50%;border:1.5px solid var(--accent);animation:celebrationBurst 2s ease-out both}.celebration-ring-2{animation-delay:.2s;border-color:#c41e1e80}.celebration-ring-3{animation-delay:.4s;border-color:#c41e1e40}@keyframes celebrationBurst{0%{transform:scale(.3);opacity:1}to{transform:scale(6);opacity:0}}.celebration-glow-warm{width:160px;height:160px;background:radial-gradient(circle,#c41e1e1a,#c41e1e00 70%);animation:celebrationGlow 3s ease-out both}.celebration-ring-soft{width:80px;height:80px;border-color:#c41e1e33;animation:celebrationBurst 2.5s ease-out both}.red-line-celebration{position:fixed;top:50%;left:0;right:0;height:1px;background:var(--accent);transform-origin:left;animation:lineDrawRight 1.5s cubic-bezier(.25,.46,.45,.94) forwards,lineFade .5s ease 2s forwards;z-index:100;pointer-events:none}@keyframes lineDrawRight{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes lineFade{to{opacity:0}}.onboarding-screen{padding:3rem 0;text-align:center}.onboarding-content{display:flex;flex-direction:column;align-items:center;text-align:center}.onboarding-content.scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 6rem);padding-bottom:2rem}.onboarding-content.scrollable::-webkit-scrollbar{display:none}.onboarding-screen h1{margin-bottom:1rem;color:var(--text-heading)}.onboarding-desc{color:var(--text-body);font-size:.9375rem;font-weight:300;max-width:380px;line-height:1.7;margin-bottom:.5rem}.onboarding-desc.secondary{color:var(--text-muted);margin-bottom:2.5rem}.onboarding-subtitle{color:var(--text-body);font-size:.9375rem;font-weight:300;max-width:380px;margin:0 auto 2rem;line-height:1.7}.mentor-count-label{color:var(--accent);font-weight:400}.onboarding-progress{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.progress-step{width:32px;height:3px;border-radius:2px;background:var(--border);transition:background .3s}.progress-step.active{background:var(--accent)}.progress-step.completed{background:var(--text-heading)}.onboarding-actions{display:flex;justify-content:space-between;align-items:center;width:100%;padding:2rem 0 0;margin-top:auto}.philosophy-accordion{text-align:left;width:100%;max-width:480px}.philosophy-section{border-bottom:1px solid var(--border);overflow:hidden}.philosophy-toggle{display:flex;align-items:center;gap:.75rem;padding:1.25rem 0;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-family:var(--font);color:var(--text-heading);font-weight:300;font-size:.9375rem;transition:color .3s}.philosophy-toggle:hover{color:var(--accent)}.philosophy-title-group{flex:1}.philosophy-title{font-size:.9375rem;font-weight:400;color:var(--text-heading)}.philosophy-subtitle{font-size:.75rem;font-weight:300;color:var(--text-muted);margin-top:.125rem}.philosophy-toggle .chevron{flex-shrink:0;color:var(--text-muted);transition:transform .3s}.philosophy-section.open .philosophy-toggle .chevron{transform:rotate(180deg)}.philosophy-body{padding:0 0 1.25rem}.tradition-item{margin-bottom:1rem}.tradition-item:last-child{margin-bottom:0}.tradition-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.tradition-name{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text-heading)}.tradition-era{font-size:.625rem;color:var(--text-muted);font-weight:400}.tradition-insight{font-size:.8125rem;color:var(--text-body);font-weight:300;line-height:1.7}.mentor-onboarding-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem;width:100%;text-align:center}.mentor-onboarding-card{padding:1rem .5rem;border:1px solid var(--border);border-radius:10px;cursor:pointer;background:none;transition:border-color .3s,transform .2s ease;position:relative;display:flex;flex-direction:column;align-items:center;gap:.25rem}.mentor-onboarding-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.mentor-onboarding-card:active{transform:translateY(0)}.mentor-onboarding-card.selected{border-color:var(--accent);animation:cardSelect .3s cubic-bezier(.34,1.56,.64,1)}@keyframes cardSelect{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.mentor-ob-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-bottom:.25rem}.mentor-ob-initial{width:48px;height:48px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:400;color:var(--text-body);margin-bottom:.25rem}.mentor-ob-photo{margin-bottom:.25rem}.mentor-ob-name{font-size:.8125rem;font-weight:400;color:var(--text-heading)}.mentor-ob-full{font-size:.625rem;color:var(--text-muted);font-weight:300}.mentor-ob-check{position:absolute;top:.5rem;right:.5rem;width:20px;height:20px;border-radius:50%;background:#c41e1e14;display:flex;align-items:center;justify-content:center;animation:dotPop .3s cubic-bezier(.34,1.56,.64,1)}.ob-progress{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.ob-step{animation:screenEnter .5s cubic-bezier(.25,.46,.45,.94)}.ob-stagger-1{animation:welcomeUp .6s ease .05s both}.ob-stagger-2{animation:welcomeUp .6s ease .15s both}.ob-stagger-3{animation:welcomeUp .6s ease .3s both}.ob-stagger-4{animation:welcomeUp .6s ease .45s both}.ob-stagger-5{animation:welcomeUp .6s ease .6s both}.ob-breathe{animation:subtleBreathe 4s ease-in-out 1.5s infinite}.ob-cta{margin-top:2.5rem}.ob-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;max-width:400px;margin:0 auto}.ob-value-chip{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;border:1px solid var(--border);border-radius:12px;background:none;cursor:pointer;font-family:var(--font);font-weight:300;font-size:.875rem;color:var(--text-heading);transition:border-color .3s,background .3s,transform .2s;text-align:left}.ob-value-chip:hover{border-color:var(--border-hover);transform:translateY(-1px)}.ob-value-chip:active{transform:translateY(0) scale(.97)}.ob-value-chip.selected{border-color:var(--accent);background:#c41e1e0a;animation:cardSelect .3s cubic-bezier(.34,1.56,.64,1)}.ob-value-chip.disabled{opacity:.35;pointer-events:none}.ob-value-icon{font-size:1.25rem;flex-shrink:0}.ob-value-label{flex:1}.ob-hint{font-size:.75rem;color:var(--text-muted);margin-top:.75rem;animation:fadeIn .3s ease both}.ob-sections-list{width:100%;max-width:480px;margin:0 auto}.ob-section-card{display:flex;flex-direction:column;padding:1rem 0;border-bottom:1px solid var(--border)}.ob-section-card:last-child{border-bottom:none}.ob-section-coming-soon{opacity:.5;cursor:default}.ob-coming-soon-badge{display:inline-block;font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);background:var(--border);padding:.125rem .5rem;border-radius:999px;margin-left:.5rem;vertical-align:middle}.ob-section-row{display:flex;align-items:center;justify-content:space-between;width:100%}.ob-section-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.ob-section-emoji{font-size:1.25rem;flex-shrink:0;width:2rem;text-align:center}.ob-section-info{flex:1;min-width:0;text-align:left}.ob-section-name{font-size:.875rem;font-weight:400;color:var(--text-heading);display:flex;align-items:center;gap:.375rem}.ob-section-info-btn{background:none;border:none;padding:0;cursor:pointer;color:var(--text-muted);opacity:.5;transition:opacity .2s ease;display:inline-flex;align-items:center;flex-shrink:0}.ob-section-info-btn:hover{opacity:1}.ob-section-tagline{font-size:.75rem;font-weight:300;color:var(--text-muted);margin-top:.125rem}.ob-section-desc{font-size:.75rem;font-weight:300;color:var(--text-body);line-height:1.6;padding:.625rem 0 .25rem 2.75rem;animation:welcomeUp .3s ease both}.ob-section-always{font-size:.6875rem;color:var(--text-muted);font-weight:300;text-transform:uppercase;letter-spacing:.1em}.ob-featured-mentors{width:100%;max-width:480px;margin:0 auto 1.5rem;display:flex;flex-direction:column;gap:.625rem}.ob-featured-mentor{display:flex;flex-direction:column;padding:.875rem 1rem;border:1px solid var(--border);border-radius:12px;cursor:pointer;position:relative;transition:border-color .3s,transform .2s;text-align:left;animation:welcomeUp .5s ease both}.ob-featured-top{display:flex;align-items:center;gap:.875rem;width:100%}.ob-featured-mentor:hover{border-color:var(--border-hover);transform:translateY(-1px)}.ob-featured-mentor.selected{border-color:var(--accent);background:#c41e1e08}.ob-mentor-greeting-inline{width:100%;padding-top:.625rem;margin-top:.625rem;border-top:1px solid var(--border);animation:greetFadeIn .4s ease both}@keyframes greetFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ob-greeting-text{font-size:.8125rem;font-weight:300;color:var(--text-body);line-height:1.55;font-style:italic}.ob-greeting-loading{display:flex;gap:.25rem;padding:.25rem 0}.ob-greeting-loading span{width:4px;height:4px;border-radius:50%;background:var(--text-muted);animation:mentorDotPulse 1.2s ease-in-out infinite}.ob-greeting-loading span:nth-child(2){animation-delay:.15s}.ob-greeting-loading span:nth-child(3){animation-delay:.3s}.ob-grid-greeting{padding-top:.375rem;margin-top:.375rem}.ob-grid-greeting .ob-greeting-text{font-size:.7rem;line-height:1.45}.ob-featured-info{flex:1;min-width:0}.ob-featured-name{font-size:.875rem;font-weight:400;color:var(--text-heading)}.ob-featured-reason{font-size:.75rem;font-weight:300;color:var(--text-body);margin-top:.125rem;line-height:1.5}.ob-show-more-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-family:var(--font);font-size:.8125rem;font-weight:300;color:var(--text-body);cursor:pointer;padding:.75rem 0;margin:0 auto 1rem;transition:color .3s}.ob-show-more-btn:hover{color:var(--text-heading)}.ob-show-more-btn .chevron{transition:transform .3s}.ob-show-more-btn .chevron.open{transform:rotate(180deg)}.ob-summary{width:100%;max-width:400px;margin:0 auto;text-align:left}.ob-summary-section{margin-bottom:1.5rem}.ob-summary-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.625rem}.ob-summary-values{display:flex;flex-wrap:wrap;gap:.5rem}.ob-summary-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border:1px solid var(--accent);border-radius:999px;font-size:.8125rem;font-weight:300;color:var(--text-heading);background:#c41e1e0a}.ob-summary-items{display:flex;flex-direction:column;gap:.375rem}.ob-summary-item{font-size:.875rem;font-weight:300;color:var(--text-heading);display:flex;align-items:center;gap:.5rem}.ob-summary-mentors{display:flex;align-items:center}.ob-summary-mentors .mentor-avatar{margin-left:-4px;border:2px solid var(--bg);border-radius:50%}.ob-summary-mentors .mentor-avatar:first-child{margin-left:0}.ob-summary-more{font-size:.75rem;color:var(--text-muted);margin-left:.5rem}.ob-closing{font-size:.9375rem;font-weight:300;color:var(--text-body);max-width:380px;margin:0 auto;line-height:1.7;text-align:center;font-style:italic}.settings-screen{padding:1.5rem 0}.settings-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.settings-header h2{flex:1}.back-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.25rem;display:flex;align-items:center;transition:color .3s}.back-btn:hover{color:var(--text-heading)}.settings-sections{padding-bottom:2rem}.settings-section{border-top:1px solid var(--border)}.section-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:1.25rem 0;background:none;border:none;width:100%;text-align:left;font-family:var(--font)}.section-label{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--text-heading);font-weight:300}.section-emoji{font-size:1.1rem}.section-toggle .chevron{flex-shrink:0;color:var(--text-muted);transition:transform .3s}.settings-section.open .section-toggle .chevron{transform:rotate(180deg)}.section-content{padding:0 0 1.5rem;animation:sectionExpand .3s ease}@keyframes sectionExpand{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.settings-section-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0;background:none;border:none;width:100%;text-align:left;font-family:var(--font)}.settings-section-title{font-size:.6875rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted)}.settings-section-toggle{color:var(--text-muted);font-size:1rem;transition:transform .3s}.settings-section-toggle.open{transform:rotate(45deg)}.user-section{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.user-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;color:var(--text-body)}.user-info{flex:1}.user-name{font-size:.875rem;color:var(--text-heading);font-weight:400}.user-email{font-size:.75rem;color:var(--text-muted)}.sign-out-btn{background:none;border:1px solid var(--border);border-radius:6px;padding:.5rem 1rem;font-family:var(--font);font-weight:300;font-size:.75rem;color:var(--text-body);cursor:pointer;transition:border-color .3s,color .3s}.sign-out-btn:hover{border-color:var(--accent);color:var(--accent)}.mentor-selector{display:flex;flex-direction:column;gap:1rem}.mentor-sel-count{font-size:.6875rem;font-weight:400;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted)}.mentor-search-wrap{position:relative;display:flex;align-items:center}.mentor-search-icon{position:absolute;left:.75rem;color:var(--text-muted);pointer-events:none}.mentor-search{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.625rem 2rem .625rem 2.25rem;font-family:var(--font);font-weight:300;font-size:.8125rem;color:var(--text-heading);transition:border-color .3s}.mentor-search:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #c41e1e0f}.mentor-search::placeholder{color:var(--text-muted);font-weight:300}.mentor-search-clear{position:absolute;right:.625rem;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;transition:color .2s}.mentor-search-clear:hover{color:var(--accent)}.mentor-sel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:.375rem}.mentor-sel-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.625rem .25rem;border:none;background:none;cursor:pointer;border-radius:8px;transition:background .2s,transform .2s;position:relative;font-family:var(--font)}.mentor-sel-item:hover{background:#00000005}.mentor-sel-item:active{transform:scale(.95)}.mentor-sel-item.selected{background:#c41e1e08}.mentor-sel-avatar-wrap{position:relative}.mentor-avatar{border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;font-weight:400;color:var(--text-body);transition:border-color .3s,box-shadow .3s;border:1.5px solid transparent;position:relative;overflow:hidden;flex-shrink:0}.mentor-avatar-initial{position:relative;z-index:1;line-height:1}.mentor-avatar-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;opacity:0;transition:opacity .4s ease;z-index:2}.mentor-avatar-img.loaded{opacity:1}.mentor-sel-item.selected .mentor-avatar{border-color:var(--accent);box-shadow:0 0 0 2px #c41e1e1a}.mentor-sel-check{position:absolute;bottom:-1px;right:-1px;width:18px;height:18px;border-radius:50%;background:var(--accent);border:2px solid #fff;display:flex;align-items:center;justify-content:center;z-index:5;animation:dotPop .3s cubic-bezier(.34,1.56,.64,1)}.mentor-sel-name{font-size:.5625rem;font-weight:400;color:var(--text-heading);text-align:center;line-height:1.25;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mentor-sel-item.selected .mentor-sel-name{color:var(--accent);font-weight:500}.mentor-sel-delete{position:absolute;top:.25rem;right:.25rem;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.125rem;opacity:0;transition:opacity .2s,color .2s}.mentor-sel-item:hover .mentor-sel-delete{opacity:1}.mentor-sel-delete:hover{color:var(--accent)}.mentor-sel-empty{text-align:center;font-size:.8125rem;color:var(--text-muted);font-weight:300;padding:1rem 0}.mentor-add-form{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid var(--border);border-radius:10px}.mentor-add-form .text-input{padding:.625rem .75rem;font-size:.8125rem}.mentor-photo-picker{display:flex;flex-direction:column;align-items:center;gap:.375rem;margin-bottom:.5rem}.mentor-photo-btn{width:64px;height:64px;border-radius:50%;border:1.5px dashed var(--border-hover);background:var(--border);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:border-color .3s,color .3s;overflow:hidden;padding:0}.mentor-photo-btn:hover{border-color:var(--accent);color:var(--accent)}.mentor-photo-preview{width:100%;height:100%;object-fit:cover;border-radius:50%}.mentor-photo-label{font-size:.6875rem;color:var(--text-muted);font-weight:300}.mentor-add-actions{display:flex;gap:.75rem;align-items:center;margin-top:.25rem}.mentor-add-btn{background:none;border:none;color:var(--text-muted);font-family:var(--font);font-weight:300;font-size:.8125rem;cursor:pointer;padding:.5rem 0;transition:color .3s}.mentor-add-btn:hover{color:var(--accent)}.values-mgr{display:flex;flex-direction:column;gap:.875rem}.values-mgr-label{font-size:.8125rem;font-weight:300;color:var(--text-body);line-height:1.5}.values-mgr-list{display:flex;flex-wrap:wrap;gap:.375rem}.values-mgr-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:999px;animation:fadeIn .25s ease both;transition:border-color .3s}.values-mgr-tag:hover{border-color:var(--border-hover)}.values-mgr-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);flex-shrink:0}.values-mgr-text{font-size:.8125rem;font-weight:300;color:var(--text-heading)}.values-mgr-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:0;display:flex;align-items:center;transition:color .2s}.values-mgr-remove:hover{color:var(--accent)}.values-mgr-add{display:flex;gap:.5rem;align-items:stretch}.values-mgr-add .text-input{flex:1;padding:.625rem .75rem;font-size:.8125rem}.values-mgr-add-btn{background:none;border:1.5px solid var(--border);border-radius:8px;width:40px;color:var(--text-muted);font-family:var(--font);font-weight:300;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .25s,color .25s}.values-mgr-add-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.values-mgr-add-btn:active:not(:disabled){transform:scale(.92)}.values-mgr-add-btn:disabled{opacity:.25;cursor:not-allowed}.values-mgr-reset{background:none;border:none;color:var(--text-muted);font-family:var(--font);font-weight:300;font-size:.75rem;cursor:pointer;padding:0;text-align:left;transition:color .3s;align-self:flex-start}.values-mgr-reset:hover{color:var(--accent)}.auth-screen{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem;gap:1.5rem}.auth-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px}.auth-divider{display:flex;align-items:center;gap:1rem;width:100%;max-width:320px;color:var(--text-muted);font-size:.75rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-error{font-size:.8125rem;color:var(--accent)}.speech-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--bg);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.speech-btn:hover{border-color:var(--border-hover);color:var(--text-heading)}.speech-btn.listening{border-color:var(--accent);color:var(--accent);animation:speechPulse 1.5s infinite}@keyframes speechPulse{0%,to{box-shadow:0 0 #c41e1e26}50%{box-shadow:0 0 0 6px #c41e1e00}}.loading-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.loading-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:breathe 2s ease-in-out infinite}@media(max-width:380px){.welcome-greeting{font-size:1.8rem}.summary-score{font-size:2.2rem}.streak-day-cell{width:16px;height:16px}.streak-strip{gap:.25rem}.checkin-item{gap:.625rem}}@media(min-width:768px){.app{padding:0 2.5rem}}.complete-pulse .checkin-score-number{color:var(--accent);animation:scorePulse .6s ease}@keyframes scorePulse{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}.review-view{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.5rem 0 1rem;animation:reviewEnter .4s ease both}@keyframes reviewEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.review-title{font-size:1.125rem;font-weight:300;color:var(--text-heading);margin-bottom:.25rem}.review-subtitle{font-size:.75rem;color:var(--text-muted);margin-bottom:1.25rem}.review-items{display:flex;flex-direction:column;gap:1rem}.review-item{border:1px solid var(--border);border-radius:10px;padding:1rem;transition:border-color .3s}.review-item.has-content{border-color:var(--border-hover)}.review-item-label{display:flex;flex-direction:column;gap:.125rem;margin-bottom:.625rem}.review-item-mentor{font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.25em;color:var(--accent);opacity:.7}.review-item-question{font-size:.8125rem;font-weight:400;color:var(--text-heading);line-height:1.5}.review-item .text-input{font-size:.8125rem}.practice-mgr{display:flex;flex-direction:column;gap:.75rem}.practice-mgr-note{font-size:.75rem;color:var(--text-muted);line-height:1.6;margin-bottom:.25rem}.practice-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.practice-list-count{font-size:.6875rem;font-weight:400;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted)}.practice-custom-count{color:var(--accent);letter-spacing:.05em}.practice-list{display:flex;flex-direction:column;border-radius:10px;border:1px solid var(--border);overflow:hidden;max-height:50vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.practice-list::-webkit-scrollbar{display:none}.practice-item{display:flex;align-items:center;gap:.5rem;padding:.875rem .75rem;background:var(--bg);border-bottom:1px solid var(--border);transition:background .2s}.practice-item:last-child{border-bottom:none}.practice-item.custom{background:#c41e1e04}.practice-drag-handle{display:flex;align-items:center;justify-content:center;width:28px;flex-shrink:0;cursor:grab;color:var(--text-muted);padding:.25rem 0;transition:color .2s;user-select:none;-webkit-user-select:none;touch-action:none}.practice-drag-handle:hover{color:var(--text-body)}.practice-drag-handle:active{cursor:grabbing;color:var(--accent)}.practice-item.dragging{background:#c41e1e08;box-shadow:0 4px 16px #00000014;border-radius:8px}.practice-item-body{flex:1;min-width:0}.practice-item-text{font-size:.8125rem;font-weight:300;color:var(--text-heading);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.practice-item-num{color:var(--text-muted);font-weight:400;margin-right:.25rem;font-size:.6875rem;font-variant-numeric:tabular-nums}.practice-item-meta{display:flex;align-items:center;gap:.375rem;margin-top:.1875rem}.practice-type-badge{font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;padding:.0625rem .375rem;border-radius:3px;line-height:1.4}.practice-type-badge.yn{background:var(--yes-bg);color:#16a34a}.practice-type-badge.text{background:#f0f0ff;color:#6366f1}.practice-mentor-badge{font-size:.5625rem;color:var(--text-muted);font-weight:400}.practice-custom-badge{font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);opacity:.7}.practice-delete-btn{width:32px;height:32px;border:none;background:none;color:var(--text-body);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s,background .2s;flex-shrink:0;opacity:.8}.practice-delete-btn:hover{color:var(--accent);background:var(--accent-light);opacity:1}.practice-lock-spacer{width:32px;flex-shrink:0}.practice-score-note{font-size:.6875rem;color:var(--text-muted);font-weight:300;line-height:1.5;margin-top:.375rem}.practice-add-triggers{display:flex;gap:.5rem}.practice-add-trigger{display:flex;align-items:center;gap:.5rem;background:none;border:1px dashed var(--border-hover);border-radius:8px;padding:.75rem 1rem;font-family:var(--font);font-size:.8125rem;font-weight:400;color:var(--text-body);cursor:pointer;transition:border-color .3s,color .3s;flex:1}.practice-add-trigger:hover{border-color:var(--accent);color:var(--accent)}.practice-add-label{font-size:.75rem;font-weight:500;color:var(--text-heading);letter-spacing:-.01em}.practice-add-preview{min-height:1.25rem}.practice-preview-text{font-size:.75rem;color:var(--text-muted);font-style:italic}.practice-add-form{display:flex;flex-direction:column;gap:.625rem;padding:1rem;border:1px solid var(--border-hover);border-radius:10px;animation:reviewEnter .3s ease both}.practice-add-form .text-input{font-size:.8125rem}.practice-add-row{display:flex;align-items:center;gap:.625rem}.practice-type-toggle{display:flex;border:1px solid var(--border);border-radius:6px;overflow:hidden;flex-shrink:0}.practice-type-btn{padding:.375rem .75rem;border:none;background:none;font-family:var(--font);font-size:.6875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.practice-type-btn.active{background:var(--text-heading);color:#fff}.practice-mentor-input{flex:1;min-width:0;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.375rem .625rem;font-family:var(--font);font-weight:300;font-size:.75rem;color:var(--text-heading);transition:border-color .3s}.practice-mentor-input:focus{outline:none;border-color:var(--border-focus)}.practice-mentor-input::placeholder{color:var(--text-muted)}.practice-type-hint{font-size:.6875rem;color:var(--text-muted);font-weight:300;margin-left:.25rem}.practice-add-actions{display:flex;justify-content:flex-end;gap:.5rem}.practice-cancel-btn{padding:.375rem .875rem;border:1px solid var(--border);border-radius:6px;background:none;font-family:var(--font);font-size:.75rem;font-weight:400;color:var(--text-body);cursor:pointer;transition:border-color .3s}.practice-cancel-btn:hover{border-color:var(--text-body)}.practice-save-btn{padding:.375rem .875rem;border:none;border-radius:6px;background:var(--text-heading);font-family:var(--font);font-size:.75rem;font-weight:500;color:#fff;cursor:pointer;transition:opacity .2s}.practice-save-btn:hover{opacity:.85}.practice-save-btn:disabled{opacity:.3;cursor:not-allowed}.practice-ai-trigger{background:none;border:none;font-family:var(--font);font-size:.75rem;font-weight:400;color:var(--text-body);cursor:pointer;padding:.125rem 0;transition:color .2s;letter-spacing:.01em}.practice-ai-trigger:hover{color:var(--accent)}.regen-inline{margin-bottom:.75rem;padding:.75rem;border-radius:10px;background:#00000004;border:1px solid var(--border)}.regen-inline-input{width:100%;padding:.5rem .625rem;border:1px solid var(--border);border-radius:8px;font-family:var(--font);font-size:.8125rem;font-weight:300;background:#fff;color:var(--text-heading);resize:none;transition:border-color .2s;line-height:1.5;box-sizing:border-box}.regen-inline-input:focus{outline:none;border-color:var(--accent)}.regen-inline-input::placeholder{color:var(--text-muted);opacity:.5}.regen-inline-hint{font-size:.6875rem;font-weight:300;color:var(--text-body);opacity:.7;margin:.25rem 0 0 .125rem}.regen-inline-error{font-size:.75rem;color:#c44;margin-top:.25rem}.regen-inline-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.625rem}.regen-inline-cancel{background:none;border:1px solid var(--border);border-radius:8px;padding:.4rem .875rem;font-family:var(--font);font-size:.75rem;font-weight:400;color:var(--text-body);cursor:pointer;transition:border-color .2s}.regen-inline-cancel:hover{border-color:#ccc}.regen-inline-go{display:flex;align-items:center;gap:.375rem;background:var(--accent);border:none;border-radius:8px;padding:.4rem .875rem;font-family:var(--font);font-size:.75rem;font-weight:500;color:#fff;cursor:pointer;transition:opacity .2s}.regen-inline-go:hover{opacity:.9}.regen-inline-go:disabled{opacity:.6;cursor:default}.regen-dots{display:inline-flex;gap:3px;align-items:center}.regen-dots span{width:4px;height:4px;background:#fff;border-radius:50%;animation:regenDotBounce 1s ease infinite}@keyframes regenDotBounce{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.1)}}.practice-philosophy-btn{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;font-family:var(--font);font-size:.8125rem;font-weight:400;color:var(--text-heading);cursor:pointer;transition:border-color .3s,background .3s;margin-top:.25rem}.practice-philosophy-btn:hover{border-color:var(--accent);background:var(--accent-light)}.practice-philosophy-arrow{margin-left:auto;color:var(--text-muted);display:flex}.practice-section-toggles{margin-bottom:0}.practice-sub-label{font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);margin-bottom:.5rem}.practice-toggle-pills{display:flex;flex-wrap:wrap;gap:.375rem}.practice-toggle-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border);background:none;font-family:var(--font);font-size:.75rem;font-weight:400;color:var(--text-body);cursor:pointer;transition:all .2s}.practice-toggle-pill:hover{border-color:var(--text-body)}.practice-toggle-pill.on{background:var(--text-heading);border-color:var(--text-heading);color:#fff}.practice-toggle-pill-emoji{font-size:.8125rem;line-height:1}.practice-toggle-note{font-size:.6875rem;color:var(--text-muted);margin-top:.4rem}.practice-divider{height:1px;background:var(--border);margin:1rem 0}.settings-framework-link{display:flex;align-items:center;gap:.375rem;background:none;border:none;font-family:var(--font);font-size:.8125rem;font-weight:400;color:var(--text-body);cursor:pointer;padding:.75rem 0 0;margin-top:1rem;border-top:1px solid var(--border);width:100%;transition:color .2s}.settings-framework-link:hover{color:var(--accent)}.philosophy-overlay{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;pointer-events:none;transition:opacity .3s ease}.philosophy-overlay.visible{opacity:1;pointer-events:auto}.philosophy-backdrop{position:absolute;inset:0;background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.philosophy-sheet{position:relative;background:var(--bg);border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 1.5rem 2rem;transform:translateY(100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.philosophy-sheet.visible{transform:translateY(0)}.philosophy-sheet::-webkit-scrollbar{display:none}.philosophy-handle{display:flex;justify-content:center;padding:.75rem 0;position:sticky;top:0;background:var(--bg);z-index:1}.philosophy-handle-bar{width:36px;height:4px;border-radius:2px;background:var(--border-hover)}.philosophy-header{position:relative;margin-bottom:1.5rem}.philosophy-title{font-size:1.25rem;font-weight:300;color:var(--text-heading);margin-bottom:.25rem}.philosophy-subtitle{font-size:.8125rem;color:var(--text-muted);line-height:1.6}.philosophy-close{position:absolute;top:0;right:0;width:32px;height:32px;border:1px solid var(--border);border-radius:50%;background:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s}.philosophy-close:hover{border-color:var(--accent);color:var(--accent)}.philosophy-sections{display:flex;flex-direction:column}.philosophy-section{border-top:1px solid var(--border)}.philosophy-section:last-child{border-bottom:1px solid var(--border)}.philosophy-section-toggle{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font)}.philosophy-section-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.philosophy-section-title{font-size:.9375rem;font-weight:400;color:var(--text-heading)}.philosophy-section-subtitle{font-size:.6875rem;color:var(--text-muted);font-weight:300}.philosophy-chevron{flex-shrink:0;color:var(--text-muted);transition:transform .3s}.philosophy-section.open .philosophy-chevron{transform:rotate(180deg)}.philosophy-traditions{padding:0 0 1rem;display:flex;flex-direction:column;gap:.75rem;animation:reviewEnter .3s ease both}.philosophy-tradition{padding:.75rem;background:#fafafa;border-radius:8px}.philosophy-tradition-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.philosophy-tradition-name{font-size:.8125rem;font-weight:500;color:var(--text-heading)}.philosophy-tradition-era{font-size:.625rem;font-weight:400;color:var(--text-muted);background:var(--border);padding:.0625rem .375rem;border-radius:3px}.philosophy-tradition-insight{font-size:.8125rem;font-weight:300;color:var(--text-body);line-height:1.7}.section-picker-overlay{position:fixed;inset:0;z-index:100;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;pointer-events:none;transition:opacity .3s ease}.section-picker-overlay.visible{opacity:1;pointer-events:auto}.section-picker-backdrop{position:absolute;inset:0;background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.section-picker-sheet{position:relative;background:var(--bg);border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 1.5rem 2rem;transform:translateY(100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.section-picker-sheet.visible{transform:translateY(0)}.section-picker-sheet::-webkit-scrollbar{display:none}.section-picker-handle{display:flex;justify-content:center;padding:.75rem 0;position:sticky;top:0;background:var(--bg);z-index:1}.section-picker-handle-bar{width:36px;height:4px;border-radius:2px;background:var(--border-hover)}.section-picker-header{margin-bottom:1.5rem}.section-picker-header h3{font-size:1.25rem;font-weight:300;color:var(--text-heading);margin-bottom:.25rem}.section-picker-header p{font-size:.8125rem;color:var(--text-muted);line-height:1.6}.section-picker-count{font-size:.6875rem;font-weight:400;color:var(--accent);margin-top:.5rem;letter-spacing:.05em}.section-picker-list{display:flex;flex-direction:column;gap:.125rem}.section-picker-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border);transition:opacity .3s}.section-picker-item:last-child{border-bottom:none}.section-picker-item-left{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:0}.section-picker-emoji{font-size:1.25rem;line-height:1;flex-shrink:0;margin-top:.125rem}.section-picker-info{flex:1;min-width:0}.section-picker-name{font-size:.9375rem;font-weight:400;color:var(--text-heading);line-height:1.3}.section-picker-desc{font-size:.75rem;font-weight:300;color:var(--text-body);line-height:1.5;margin-top:.125rem}.section-picker-toggle-wrap{flex-shrink:0;margin-left:1rem}.section-picker-always{font-size:.6875rem;font-weight:400;color:var(--text-muted);letter-spacing:.02em}.section-picker-edit-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;color:var(--text-muted);font-family:var(--font);padding:.25rem 0;transition:color .3s}.section-picker-edit-btn:hover{color:var(--accent)}.section-picker-item.tappable{cursor:pointer;transition:background .2s}.section-picker-item.tappable:hover{background:#00000004}.section-picker-toggle{width:44px;height:26px;border-radius:13px;border:1px solid var(--border-hover);background:var(--border);cursor:pointer;position:relative;transition:background .3s,border-color .3s;padding:0}.section-picker-toggle.on{background:var(--accent);border-color:var(--accent)}.section-picker-toggle-thumb{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .25s cubic-bezier(.25,.46,.45,.94);box-shadow:0 1px 3px #0000001a}.section-picker-toggle.on .section-picker-toggle-thumb{transform:translate(18px)}.section-picker-footer{margin-top:1.5rem;display:flex;justify-content:center}.welcome-customize-btn{background:none;border:none;color:var(--text-body);font-family:var(--font);font-size:.8125rem;font-weight:300;cursor:pointer;padding:.5rem 0;border-bottom:1px solid transparent;transition:color .3s,border-color .5s}.welcome-customize-btn:hover{color:var(--text-heading);border-bottom-color:var(--border-hover)}.welcome-save-cta{background:none;border:none;color:var(--text-muted);font-family:var(--font);font-size:.75rem;font-weight:300;cursor:pointer;padding:.375rem 0;border-bottom:1px solid transparent;transition:color .3s,border-color .5s}.welcome-save-cta:hover{color:var(--text-body);border-bottom-color:var(--border-hover)}.welcome-learn-btn{background:none;border:none;color:var(--text-muted);font-family:var(--font);font-size:.75rem;font-weight:300;cursor:pointer;padding:.5rem 0;display:inline-flex;align-items:center;gap:.375rem;margin-top:1.5rem;letter-spacing:.01em;transition:color .3s}.welcome-learn-btn svg{opacity:.5;transition:opacity .3s}.welcome-learn-btn:hover{color:var(--text-heading)}.welcome-learn-btn:hover svg{opacity:.8}.auth-overlay-wrap{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center}.auth-overlay-backdrop{position:absolute;inset:0;background:#00000059;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.auth-overlay-wrap .auth-screen{position:relative;background:var(--bg);border-radius:20px;max-width:400px;width:calc(100% - 2rem);max-height:90vh;overflow-y:auto;animation:authSlideUp .35s cubic-bezier(.25,.46,.45,.94)}@keyframes authSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:1px solid var(--border);border-radius:50%;background:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s;z-index:1}.auth-close:hover{border-color:var(--accent);color:var(--accent)}.auth-brand{margin-bottom:1.5rem}.auth-logo{font-size:2rem;margin-bottom:.5rem}.auth-title{font-size:1.5rem;font-weight:300;color:var(--text-heading)}.auth-tagline{font-size:.8125rem;color:var(--text-body);font-weight:300;margin-top:.25rem}.auth-card{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.google-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:320px;padding:.75rem 1.5rem;border:1px solid var(--border-hover);border-radius:999px;background:none;color:var(--text-heading);font-family:var(--font);font-size:.9375rem;font-weight:300;cursor:pointer;transition:border-color .5s}.google-btn:hover{border-color:var(--accent)}.google-btn:disabled{opacity:.5;cursor:not-allowed}.auth-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:10px;font-family:var(--font);font-size:.9375rem;font-weight:300;color:var(--text-heading);outline:none;transition:border-color .3s}.auth-input:focus{border-color:var(--border-focus)}.auth-input::placeholder{color:var(--text-muted)}.auth-submit{width:100%;padding:.875rem;border:1px solid var(--border-hover);border-radius:999px;background:none;color:var(--text-heading);font-family:var(--font);font-size:1rem;font-weight:300;cursor:pointer;transition:border-color .5s}.auth-submit:hover{border-color:var(--accent)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-toggle{background:none;border:none;color:var(--text-body);font-family:var(--font);font-size:.8125rem;font-weight:300;cursor:pointer;padding:.5rem 0;transition:color .3s}.auth-toggle:hover{color:var(--text-heading)}.summary-save-cta{display:flex;align-items:center;justify-content:center;gap:.375rem;background:none;border:none;color:var(--text-muted);font-family:var(--font);font-size:.75rem;font-weight:300;cursor:pointer;padding:.5rem 0;margin-top:.5rem;transition:color .3s}.summary-save-cta:hover{color:var(--text-body)}.summary-save-cta svg{opacity:.4}.settings-sign-in{text-align:center;padding:1rem 0}.settings-sign-in-text{font-size:.8125rem;font-weight:300;color:var(--text-body);margin-bottom:1rem;line-height:1.6}.quiz-counter{font-size:.75rem;font-weight:300;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.quiz-question{font-size:1.25rem;font-weight:200;color:var(--text-heading);line-height:1.4;margin-bottom:.375rem;animation:screenEnter .5s cubic-bezier(.34,1.56,.64,1)}.quiz-hint{font-size:.75rem;font-weight:300;color:var(--text-muted);margin-bottom:1.25rem}.quiz-options{display:flex;flex-direction:column;gap:.625rem;width:100%;max-width:400px}.quiz-option{display:block;width:100%;padding:.875rem 1.125rem;border:1px solid var(--border);border-radius:12px;background:none;color:var(--text-body);font-family:var(--font);font-size:.9375rem;font-weight:300;text-align:left;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:cardFromRight .4s cubic-bezier(.34,1.56,.64,1) both}.quiz-option:hover{border-color:var(--accent);transform:translate(4px)}.quiz-option.selected{border-color:var(--accent);background:#c41e1e0f;color:var(--text-heading);transform:scale(.97)}.quiz-option:disabled:not(.selected){opacity:.4}.ai-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1.5rem}.ai-loading-dots{display:flex;gap:.5rem}.ai-loading-dots span{width:8px;height:8px;border-radius:50%;background:var(--accent);opacity:.3;animation:aiDotPulse 1.4s ease-in-out infinite}.ai-loading-dots span:nth-child(2){animation-delay:.2s}.ai-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes aiDotPulse{0%,80%,to{opacity:.3;transform:scale(1)}40%{opacity:1;transform:scale(1.3)}}.ai-loading-text{font-size:.9375rem;font-weight:300;color:var(--text-body);animation:subtleBreathe 2s ease-in-out infinite}.ob-values-editable{display:flex;flex-wrap:wrap;gap:.625rem;width:100%;max-width:400px;margin-bottom:1rem}.ob-value-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1px solid var(--accent);border-radius:999px;background:#c41e1e0f;color:var(--text-heading);font-size:.875rem;font-weight:300;animation:cardSelect .3s cubic-bezier(.34,1.56,.64,1)}.ob-value-tag-text{font-weight:300}.ob-value-tag-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--accent);font-size:1.125rem;cursor:pointer;padding:0;line-height:1;opacity:.6;transition:opacity .2s}.ob-value-tag-remove:hover{opacity:1}.ob-value-add-row{display:flex;align-items:center;gap:.5rem;width:100%}.ob-value-add-input{flex:1;padding:.5rem .875rem;border:1px solid var(--border);border-radius:999px;background:none;color:var(--text-heading);font-family:var(--font);font-size:.875rem;font-weight:300;outline:none;transition:border-color .3s}.ob-value-add-input:focus{border-color:var(--border-focus)}.ob-value-add-input::placeholder{color:var(--text-muted)}.ob-value-add-btn{width:32px;height:32px;border-radius:50%;border:1px solid var(--accent);background:none;color:var(--accent);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.ob-value-add-btn:hover{background:#c41e1e14}.ob-questions-list{width:100%;max-width:440px;display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.ob-question-item{padding:.75rem .875rem;border:1px solid var(--border);border-radius:10px;transition:border-color .3s;text-align:left}.ob-question-item:hover{border-color:var(--border-hover)}.ob-question-text{font-size:.875rem;font-weight:300;color:var(--text-body);line-height:1.5;cursor:pointer}.ob-question-num{color:var(--text-muted);margin-right:.375rem;font-weight:400}.ob-question-meta{display:flex;align-items:center;justify-content:space-between;margin-top:.375rem}.ob-question-value{font-size:.6875rem;font-weight:300;color:var(--accent);opacity:.7}.ob-question-delete{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;padding:.125rem .25rem;opacity:.4;transition:opacity .2s,color .2s}.ob-question-delete:hover{opacity:1;color:var(--accent)}.ob-question-edit{display:flex;flex-direction:column;gap:.5rem}.ob-question-edit-input{width:100%;padding:.5rem .75rem;border:1px solid var(--border-focus);border-radius:8px;background:none;color:var(--text-heading);font-family:var(--font);font-size:.875rem;font-weight:300;outline:none;resize:vertical}.ob-question-edit-actions{display:flex;gap:.5rem;justify-content:flex-end}.ob-question-cancel,.ob-question-save{padding:.25rem .75rem;border-radius:6px;border:1px solid var(--border);background:none;color:var(--text-body);font-family:var(--font);font-size:.75rem;font-weight:300;cursor:pointer;transition:all .2s}.ob-question-save{border-color:var(--accent);color:var(--accent)}.ob-question-save:hover{background:#c41e1e0f}.ob-question-cancel:hover{border-color:var(--border-hover)}.regen-card{width:100%;max-width:440px;border-radius:12px;background:var(--surface, #f5f5f5);overflow:hidden;margin-bottom:.5rem}.regen-card-shimmer{display:none}.regen-card-trigger{display:flex;align-items:center;gap:.625rem;width:100%;padding:.75rem .875rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.regen-card-icon{flex-shrink:0;color:var(--text-muted, #999)}.regen-card-content{display:flex;flex-direction:column;gap:.125rem;min-width:0}.regen-card-title{font-size:.8125rem;font-weight:600;color:var(--text-heading, #222)}.regen-card-desc{font-size:.75rem;font-weight:300;color:var(--text-muted, #999);line-height:1.4}.regen-card-arrow{flex-shrink:0;color:var(--text-muted, #999);margin-left:auto}.regen-card-form{padding:.75rem .875rem;display:flex;flex-direction:column;gap:.5rem}.regen-card-form-header{display:flex;align-items:center;gap:.5rem}.regen-card-input{width:100%;padding:.5rem .625rem;border:1px solid var(--border, #e0e0e0);border-radius:8px;font-family:inherit;font-size:.8125rem;resize:none;background:var(--bg, #fff)}.regen-card-input:focus{outline:none;border-color:var(--accent, #c41e1e)}.regen-card-hint{font-size:.7rem;color:var(--text-muted, #999);margin:0}.regen-card-actions{display:flex;gap:.5rem;justify-content:flex-end}.regen-card-cancel{padding:.375rem .75rem;border:1px solid var(--border, #e0e0e0);border-radius:8px;background:none;font-size:.8125rem;cursor:pointer;font-family:inherit}.regen-card-go{padding:.375rem .875rem;border:none;border-radius:8px;background:var(--accent, #c41e1e);color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.375rem;font-family:inherit}.regen-card-go:disabled{opacity:.6;cursor:not-allowed}.regen-dots span{display:inline-block;width:4px;height:4px;border-radius:50%;background:#fff;animation:dotPulse 1s infinite}.regen-dots span:nth-child(2){animation-delay:.15s}.regen-dots span:nth-child(3){animation-delay:.3s}.mentor-greeting-toast{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:var(--bg);border-top:1px solid var(--border);padding:1rem 1.25rem 1.5rem;z-index:100;animation:greetingSlideUp .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 -4px 24px #0000000f}.mentor-greeting-toast-inner{display:flex;align-items:flex-start;gap:.75rem}@keyframes greetingSlideUp{0%{opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mentor-greeting-avatar{flex-shrink:0;margin-top:.125rem}.mentor-greeting-content{flex:1;min-width:0}.mentor-greeting-name{font-size:.75rem;font-weight:500;color:var(--text-heading);margin-bottom:.25rem;letter-spacing:.02em}.mentor-greeting-text{font-size:.8125rem;font-weight:300;color:var(--text-body);line-height:1.55;font-style:italic}.mentor-greeting-loading{display:flex;gap:.25rem;padding:.375rem 0}.mentor-greeting-loading span{width:5px;height:5px;border-radius:50%;background:var(--text-muted);animation:mentorDotPulse 1.2s ease-in-out infinite}.mentor-greeting-loading span:nth-child(2){animation-delay:.15s}.mentor-greeting-loading span:nth-child(3){animation-delay:.3s}@keyframes mentorDotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.mentor-greeting-dismiss{position:absolute;top:.75rem;right:.875rem;background:none;border:none;color:var(--text-muted);font-size:1.125rem;cursor:pointer;padding:.25rem;line-height:1;opacity:.5;transition:opacity .2s}.mentor-greeting-dismiss:hover{opacity:1}.ob-mentor-search{width:100%;max-width:400px;margin-bottom:1rem}.ob-mentor-search-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:12px;background:none;color:var(--text-heading);font-family:var(--font);font-size:.9375rem;font-weight:300;outline:none;transition:border-color .3s}.ob-mentor-search-input:focus{border-color:var(--border-focus)}.ob-mentor-search-input::placeholder{color:var(--text-muted)}.ob-mentor-search-results{margin-top:.5rem;border:1px solid var(--border);border-radius:10px;overflow:hidden}.ob-mentor-search-result{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .875rem;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;font-family:var(--font);font-size:.875rem;font-weight:400;color:var(--text-heading);text-align:left;transition:background .2s}.ob-mentor-search-result:last-child{border-bottom:none}.ob-mentor-search-result:hover{background:var(--accent-light)}.ob-mentor-search-result.ob-add-custom{color:var(--accent);font-weight:400}.ob-add-custom-plus{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--accent-light);color:var(--accent);font-size:1rem;font-weight:500;flex-shrink:0}.ob-custom-mentor-form{width:100%;max-width:400px;border:1px solid var(--border);border-radius:14px;padding:1rem 1.25rem;margin-bottom:1rem;animation:fadeIn .3s ease}.ob-custom-form-title{font-size:.875rem;font-weight:500;color:var(--text-heading);margin-bottom:.75rem}.ob-custom-form-input,.ob-custom-form-textarea{width:100%;padding:.625rem .75rem;border:1px solid var(--border);border-radius:8px;background:none;color:var(--text-heading);font-family:var(--font);font-size:.875rem;font-weight:300;outline:none;transition:border-color .3s;margin-bottom:.5rem}.ob-custom-form-input:focus,.ob-custom-form-textarea:focus{border-color:var(--border-focus)}.ob-custom-form-input::placeholder,.ob-custom-form-textarea::placeholder{color:var(--text-muted)}.ob-custom-form-textarea{resize:none;line-height:1.5}.ob-custom-form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.ob-custom-form-actions .btn-primary-pill{font-size:.8125rem;padding:.5rem 1.25rem}.ob-custom-form-actions .btn-back{font-size:.8125rem}.ob-mentor-hint{font-size:.8125rem;font-weight:300;color:var(--text-muted);margin-top:1rem}.ob-suggest-mentor{width:100%;max-width:400px;padding:1rem 0;border-top:1px solid var(--border);margin-top:.75rem}.ob-suggest-label{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}.ob-suggest-row{display:flex;gap:.5rem}.ob-suggest-input{flex:1;background:none;border:1px solid var(--border-hover);border-radius:8px;padding:.5rem .75rem;font-family:var(--font);font-size:.8125rem;font-weight:300;color:var(--text-heading);outline:none}.ob-suggest-input:focus{border-color:var(--accent)}.ob-suggest-btn{background:none;border:1px solid var(--border-hover);border-radius:8px;padding:.5rem .75rem;font-family:var(--font);font-size:.75rem;font-weight:500;color:var(--accent);cursor:pointer;transition:border-color .2s}.ob-suggest-btn:hover{border-color:var(--accent)}.ob-suggest-btn:disabled{opacity:.3;cursor:not-allowed}.ob-suggest-thanks{font-size:.75rem;color:var(--accent);font-style:italic;padding:.25rem 0}.ob-teaser{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:12px;width:100%;max-width:400px;margin-bottom:1rem}.ob-teaser-lock{font-size:1.25rem;flex-shrink:0}.ob-teaser-text{flex:1}.ob-teaser-title{font-size:.875rem;font-weight:400;color:var(--text-heading);margin-bottom:.25rem}.ob-teaser-desc{font-size:.75rem;font-weight:300;color:var(--text-body);line-height:1.5}.ob-summary-items.small .ob-summary-item.small{font-size:.75rem;padding:.25rem 0;color:var(--text-body)}.ob-summary-more{font-size:.75rem;color:var(--text-muted);padding-top:.25rem}.teaser-card{width:100%;max-width:360px;margin:1rem auto 0;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:14px;animation:screenEnter .6s cubic-bezier(.34,1.56,.64,1) .2s both}.teaser-card.unlocked{border-color:var(--accent);background:#c41e1e08}.teaser-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.teaser-lock{font-size:1rem}.teaser-title{font-size:.9375rem;font-weight:400;color:var(--text-heading)}.teaser-body{display:flex;flex-direction:column;gap:.625rem}.teaser-progress{display:flex;align-items:center;gap:.75rem}.teaser-bar{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.teaser-bar-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.teaser-count{font-size:.6875rem;font-weight:300;color:var(--text-muted);white-space:nowrap}.teaser-desc{font-size:.75rem;font-weight:300;color:var(--text-body);line-height:1.5}.teaser-notify-btn{background:none;border:1px solid var(--border);border-radius:999px;padding:.5rem 1rem;color:var(--text-body);font-family:var(--font);font-size:.75rem;font-weight:300;cursor:pointer;transition:all .3s;align-self:flex-start}.teaser-notify-btn:hover{border-color:var(--accent);color:var(--accent)}.teaser-notified{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:300;color:#2a7d2a}.deep-insights{max-width:360px;margin:1rem auto 0;border-radius:14px;background:var(--surface, #f8f8f8);padding:1rem;animation:summaryCardIn .5s ease both}.deep-insights-header{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem}.deep-insights-icon{font-size:1rem}.deep-insights-title{font-size:.8125rem;font-weight:600;color:var(--text-heading, #222)}.deep-insights-badge{margin-left:auto;font-size:.625rem;font-weight:500;color:var(--text-muted, #999);background:var(--bg, #fff);padding:.125rem .5rem;border-radius:99px}.deep-insights-tabs{display:flex;gap:.25rem;margin-bottom:.75rem;background:var(--bg, #fff);border-radius:8px;padding:.1875rem}.deep-insights-tab{flex:1;padding:.375rem .25rem;border:none;background:none;border-radius:6px;font-size:.6875rem;font-weight:500;color:var(--text-muted, #999);cursor:pointer;transition:all .2s;font-family:inherit}.deep-insights-tab.active{background:var(--surface, #f8f8f8);color:var(--text-heading, #222);box-shadow:0 1px 3px #0000000f}.deep-insights-content{min-height:80px}.deep-insights-empty{font-size:.8125rem;font-weight:300;color:var(--text-muted, #999);text-align:center;padding:1.5rem 0}.deep-insights-meta{font-size:.625rem;color:var(--text-muted, #999);text-align:center;margin-top:.75rem;padding-top:.625rem;border-top:1px solid var(--border, #e8e8e8)}.insight-card-list{display:flex;flex-direction:column;gap:.5rem}.insight-card{display:flex;gap:.625rem;padding:.625rem;background:var(--bg, #fff);border-radius:10px;animation:summaryCardIn .4s ease both}.insight-card-emoji{flex-shrink:0;font-size:1.25rem;line-height:1;margin-top:.125rem}.insight-card-text{min-width:0}.insight-card-title{font-size:.75rem;font-weight:600;color:var(--text-heading, #222);margin-bottom:.125rem}.insight-card-body{font-size:.75rem;font-weight:300;color:var(--text-body, #555);line-height:1.5}.insight-skeleton-list{display:flex;flex-direction:column;gap:.5rem}.insight-skeleton{display:flex;gap:.625rem;padding:.625rem;background:var(--bg, #fff);border-radius:10px;animation:insightPulse 1.5s ease-in-out infinite}.insight-skeleton-emoji{width:28px;height:28px;border-radius:8px;background:var(--border, #e8e8e8);flex-shrink:0}.insight-skeleton-lines{flex:1;display:flex;flex-direction:column;gap:.375rem;padding-top:.25rem}.insight-skeleton-line{height:10px;border-radius:5px;background:var(--border, #e8e8e8)}.insight-skeleton-line.short{width:40%}.insight-skeleton-line.long{width:85%}@keyframes insightPulse{0%,to{opacity:.5}50%{opacity:1}}.word-cloud-desc{font-size:.6875rem;font-weight:300;color:var(--text-muted, #999);text-align:center;margin-bottom:.75rem}.word-cloud{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.375rem .5rem;padding:.75rem .5rem;min-height:80px}.word-cloud-word{color:var(--text-body, #555);font-weight:300;transition:color .2s;cursor:default;line-height:1.3}.word-cloud-word.high-day{color:var(--accent, #c41e1e);font-weight:500}.word-cloud-word.source-love{font-style:italic}.word-cloud-highlight{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;justify-content:center;margin-top:.75rem;padding-top:.625rem;border-top:1px solid var(--border, #e8e8e8)}.word-cloud-highlight-label{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted, #999);margin-right:.25rem}.word-cloud-highlight-word{font-size:.6875rem;font-weight:500;color:var(--accent, #c41e1e);background:#c41e1e0f;padding:.125rem .5rem;border-radius:99px}.correlation-desc{font-size:.6875rem;font-weight:300;color:var(--text-muted, #999);text-align:center;margin-bottom:.75rem}.correlation-list{display:flex;flex-direction:column;gap:.625rem}.correlation-item{animation:summaryCardIn .4s ease both}.correlation-question{font-size:.75rem;font-weight:400;color:var(--text-heading, #222);line-height:1.4;margin-bottom:.25rem}.correlation-bar-row{display:flex;align-items:center;gap:.5rem}.correlation-bar{flex:1;height:6px;background:var(--border, #e8e8e8);border-radius:3px;overflow:hidden}.correlation-bar-fill{height:100%;background:var(--accent, #c41e1e);border-radius:3px;transition:width .6s ease}.correlation-gap{font-size:.6875rem;font-weight:600;color:var(--accent, #c41e1e);white-space:nowrap;min-width:2.5rem;text-align:right}.correlation-detail{font-size:.625rem;font-weight:300;color:var(--text-muted, #999);margin-top:.125rem}.insight-celebration{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background:linear-gradient(135deg,#c41e1e14,#c41e1e08);border:1px solid rgba(196,30,30,.15);border-radius:10px;margin-bottom:.75rem;animation:celebrationIn .5s ease both;cursor:pointer}.insight-celebration-emoji{font-size:1.25rem}.insight-celebration-text{display:flex;flex-direction:column;gap:.0625rem}.insight-celebration-text strong{font-size:.75rem;font-weight:600;color:var(--text-heading, #222)}.insight-celebration-text span{font-size:.6875rem;font-weight:300;color:var(--text-body, #555)}@keyframes celebrationIn{0%{opacity:0;transform:scale(.95)}50%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.sections-toggle-list{padding:.5rem 0}.sections-toggle-items{display:flex;flex-direction:column;gap:0}.section-toggle-item{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;border-bottom:1px solid var(--border)}.section-toggle-item:last-child{border-bottom:none}.section-toggle-left{display:flex;align-items:center;gap:.75rem}.section-toggle-emoji{font-size:1.125rem;width:28px;text-align:center}.section-toggle-info{display:flex;flex-direction:column;gap:.125rem}.section-toggle-name{font-size:.875rem;font-weight:500;color:var(--text-heading)}.section-toggle-desc{font-size:.6875rem;color:var(--text-muted);font-weight:300}.sections-toggle-count{font-size:.6875rem;color:var(--text-muted);text-align:center;margin-top:.75rem;font-variant-numeric:tabular-nums}.values-section{padding:.5rem 0}.values-desc{font-size:.8125rem;font-weight:300;color:var(--text-body);margin-bottom:1rem;line-height:1.6}.values-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.values-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.4375rem .75rem;border:1px solid var(--accent);border-radius:999px;background:#c41e1e0a}.values-tag-text{font-size:.8125rem;font-weight:300;color:var(--text-heading)}.values-tag-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--accent);font-size:1rem;cursor:pointer;padding:0;line-height:1;opacity:.5;transition:opacity .2s}.values-tag-remove:hover{opacity:1}.values-added-toast{font-size:.8125rem;color:var(--text-body);background:#16a34a0f;border:1px solid rgba(22,163,74,.15);border-radius:8px;padding:.625rem .75rem;margin-bottom:1rem;line-height:1.5;animation:reviewEnter .3s ease both}.values-added-toast strong{font-weight:500}.values-added-check{color:#16a34a;margin-right:.375rem;font-weight:600}.values-list-detailed{display:flex;flex-direction:column;gap:0;margin-bottom:1rem}.values-row{display:flex;align-items:center;gap:.5rem;padding:.625rem 0;border-bottom:1px solid var(--border)}.values-row:last-child{border-bottom:none}.values-row-content{flex:1;min-width:0}.values-row-name{display:block;font-size:.875rem;font-weight:500;color:var(--text-heading);letter-spacing:-.01em}.values-row-question{display:block;font-size:.75rem;color:var(--text-muted);font-weight:300;margin-top:.125rem}.values-preview{font-size:.75rem;color:var(--text-muted);font-style:italic;margin-bottom:.5rem}.values-link-note{margin-top:1rem;font-size:.75rem;color:var(--text-muted)}.values-link-btn{background:none;border:none;font-family:var(--font);font-size:.75rem;font-weight:500;color:var(--accent);cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.values-link-btn:hover{opacity:.7}.values-add-row{display:flex;gap:.5rem}.values-add-input{flex:1;padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:none;color:var(--text-heading);font-family:var(--font);font-size:.8125rem;font-weight:300;outline:none;transition:border-color .3s}.values-add-input:focus{border-color:var(--border-focus)}.values-add-input::placeholder{color:var(--text-muted)}.values-add-btn{padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;background:none;color:var(--text-body);font-family:var(--font);font-size:.8125rem;font-weight:300;cursor:pointer;transition:all .2s}.values-add-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.values-add-btn:disabled{opacity:.3;cursor:not-allowed}.practice-item-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.practice-edit-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;opacity:.4;transition:opacity .2s,color .2s;display:flex;align-items:center}.practice-edit-btn:hover{opacity:1;color:var(--accent)}.practice-edit-inline{display:flex;flex-direction:column;gap:.5rem;width:100%}.practice-edit-textarea{width:100%;padding:.5rem .625rem;border:1px solid var(--border-focus);border-radius:6px;background:none;color:var(--text-heading);font-family:var(--font);font-size:.8125rem;font-weight:300;outline:none;resize:vertical}.practice-edit-actions{display:flex;gap:.375rem;justify-content:flex-end}.practice-edit-cancel,.practice-edit-save{padding:.1875rem .625rem;border-radius:4px;border:1px solid var(--border);background:none;color:var(--text-body);font-family:var(--font);font-size:.6875rem;font-weight:300;cursor:pointer;transition:all .2s}.practice-edit-save{border-color:var(--accent);color:var(--accent)}.practice-edit-save:hover{background:#c41e1e0f}.practice-edit-save:disabled{opacity:.3;cursor:not-allowed}.practice-edit-cancel:hover{border-color:var(--border-hover)}.section-picker-edit-practice{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.75rem;background:none;border:none;color:var(--text-muted);font-family:var(--font);font-size:.8125rem;font-weight:300;cursor:pointer;transition:color .2s}.section-picker-edit-practice:hover{color:var(--accent)}.journal-empty{text-align:center;color:var(--text-body);padding:1.5rem 0;font-size:.875rem}.journal-list{display:flex;flex-direction:column;gap:1px}.journal-day{border-bottom:1px solid var(--border)}.journal-day:last-child{border-bottom:none}.journal-day-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 0;background:none;border:none;cursor:pointer;font:inherit;color:var(--text-heading)}.journal-day-info{display:flex;align-items:baseline;gap:.625rem}.journal-day-date{font-size:.875rem;font-weight:500}.journal-day-score{font-size:.8125rem;font-weight:600;color:var(--accent)}.journal-day-counts{font-size:.75rem;color:var(--text-body)}.journal-day-detail{padding:0 0 1rem;animation:fadeSlideUp .25s ease both}.journal-section{margin-bottom:.875rem}.journal-section-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-body);margin-bottom:.375rem}.journal-value-row{display:flex;align-items:flex-start;gap:.5rem;padding:.2rem 0;font-size:.8125rem;color:var(--text-heading);line-height:1.35}.journal-yn{flex-shrink:0;font-size:.75rem;width:1rem;text-align:center}.journal-yn.yes{color:#16a34a}.journal-yn.no{color:var(--accent)}.journal-value-q{flex:1}.journal-text-item{font-size:.8125rem;color:var(--text-heading);padding:.15rem 0;line-height:1.35}.journal-mentor-msg{margin-bottom:.5rem}.journal-mentor-name{display:block;font-size:.75rem;font-weight:600;color:var(--text-heading);margin-bottom:.125rem}.journal-mentor-text{display:block;font-size:.8125rem;color:var(--text-body);line-height:1.4;font-style:italic}.framework-viewer{display:flex;flex-direction:column}.framework-item{border-bottom:1px solid var(--border)}.framework-item:last-child{border-bottom:none}.framework-item-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 0;background:none;border:none;cursor:pointer;font:inherit;color:var(--text-heading);text-align:left;gap:.75rem}.framework-item-header .chevron{flex-shrink:0;transition:transform .2s}.framework-item.open .framework-item-header .chevron{transform:rotate(180deg)}.framework-item-title{font-size:.875rem;font-weight:500}.framework-item-sub{font-size:.75rem;color:var(--text-body);margin-top:.125rem}.framework-traditions{padding:0 0 .75rem;animation:fadeSlideUp .25s ease both}.framework-tradition{padding:.5rem 0}.framework-tradition-who{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.framework-tradition-name{font-size:.8125rem;font-weight:600;color:var(--text-heading)}.framework-tradition-era{font-size:.6875rem;color:var(--text-body)}.framework-tradition-text{font-size:.8125rem;color:var(--text-body);line-height:1.45;margin:0}
