.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;height:calc(var(--nav-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);display:flex;background:var(--surface);border-top:1px solid rgba(122,132,153,.12);z-index:100}.bottom-nav__item{flex:1;font-size:.72rem;font-weight:500;color:var(--text-muted);transition:color .2s ease}.bottom-nav__item--active{color:var(--accent)}.bottom-nav__item:active{background:#ffffff0a}.context-pie__title{font-size:.95rem;font-weight:500;margin-bottom:4px}.context-pie__subtitle{font-size:.85rem;margin-bottom:16px}.context-pie__chart-wrap{display:flex;justify-content:center;margin-bottom:16px}.context-pie__svg{width:160px;height:160px}.context-pie__legend{list-style:none;display:flex;flex-direction:column;gap:8px}.context-pie__legend-item{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:start;font-size:.82rem;line-height:1.4}.context-pie__dot{width:8px;height:8px;border-radius:50%;margin-top:5px}.context-pie__percent{color:var(--text-muted);font-variant-numeric:tabular-nums}.day-chart__bars{display:flex;align-items:flex-end;justify-content:space-between;gap:4px;height:100px;padding:0 4px}.day-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0}.day-chart__bar{width:100%;max-width:24px;min-height:2px;margin-top:auto;background:var(--accent);border-radius:4px 4px 0 0;opacity:.85}.day-chart__count{font-size:.6rem;color:var(--text-muted);height:14px;margin-top:4px}.day-chart__label{font-size:.55rem;color:var(--text-muted);text-align:center;line-height:1.2;margin-top:2px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.history__empty,.history__stats,.history__chart,.history__freq-block{margin-bottom:16px}.history__stats strong{color:var(--positive);font-weight:500}.history__avg{margin-top:8px;font-size:.9rem}.history__period{display:flex;gap:8px;margin-bottom:16px}.history__period-btn{flex:1;padding:10px;border-radius:var(--radius);font-size:.9rem;color:var(--text-muted);border:1px solid rgba(122,132,153,.2)}.history__period-btn--active{background:#5b8bdf33;color:var(--accent);border-color:var(--accent)}.history__freq-title{font-size:.9rem;font-weight:500;margin-bottom:10px}.history__freq-list{list-style:none}.history__freq-item{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:.9rem}.history__freq-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.history__freq-empty{font-size:.85rem}.history__freq-divider{height:1px;background:#7a84991f;margin:16px 0}.history__subtitle{font-size:.95rem;font-weight:500;color:var(--text-muted);margin:24px 0 12px}.history__list{list-style:none;display:flex;flex-direction:column;gap:10px}.history__item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.history__item-date{font-size:.8rem;color:var(--text-muted)}.history__item-result{font-size:.75rem;color:var(--text-muted)}.history__item-result--ok{color:var(--positive)}.history__item-result--relapse{color:var(--danger)}.history__item-addiction{font-size:.95rem}.history__item-meta{font-size:.8rem;margin-top:4px}.home{display:flex;flex-direction:column;min-height:calc(100vh - var(--nav-height) - 40px)}.home__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.home__time{font-size:.875rem;color:var(--text-muted)}.home__counter{font-size:.8rem;color:var(--positive)}.home__main{flex:1;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:20px 0}.home__prompt{font-size:1.15rem;font-weight:400;line-height:1.45;text-align:center;margin-bottom:28px;color:var(--text)}.home__craving-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 0 16px;background:none;border:none}.home__pause-circle{width:min(52vw,188px);height:min(52vw,188px);border-radius:50%;background:linear-gradient(155deg,#daf7a8,#b8e86a 42%,#9ed456);border:5px solid #2a6b42;box-shadow:0 10px 36px #3ddc9738,inset 0 2px 10px #ffffff73;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .2s ease}.home__craving-btn:active .home__pause-circle{transform:scale(.96);box-shadow:0 6px 20px #3ddc9729,inset 0 2px 8px #ffffff59}.home__pause-icon{display:flex;align-items:center;justify-content:center;gap:clamp(10px,4vw,16px)}.home__pause-bar{width:clamp(10px,3.2vw,14px);height:clamp(36px,12vw,52px);border-radius:3px;background:#1a3d28;box-shadow:0 1px #ffffff26}.home__relapse-btn{color:var(--text-muted);border-color:#e05c5c33}.home__phrase{margin-top:auto;padding:20px 2px 8px;text-align:center;font-size:.82rem;line-height:1.6;max-width:100%}.journal__hint{margin-bottom:16px;font-size:.9rem}.journal__compose{margin-bottom:24px}.journal__textarea{width:100%;padding:12px 14px;background:var(--bg);border:1px solid rgba(122,132,153,.25);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:.95rem;resize:vertical;margin-bottom:12px}.journal__textarea:focus{outline:none;border-color:var(--accent)}.journal__empty{text-align:center;padding:24px}.journal__date{font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:10px}.journal__group{margin-bottom:20px}.journal__list{list-style:none;display:flex;flex-direction:column;gap:8px}.journal__item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.journal__time{font-size:.75rem;color:var(--text-muted)}.journal__delete{width:28px;height:28px;font-size:1.2rem;border-radius:50%}.journal__delete:active{background:#e05c5c26;color:var(--danger)}.journal__text{font-size:.95rem;line-height:1.55;white-space:pre-wrap}.addiction-editor__presets{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.addiction-editor__preset{padding:8px 14px;border-radius:20px;font-size:.85rem;color:var(--accent);background:#5b8bdf1f;border:1px solid rgba(91,139,223,.25);transition:background .2s ease}.addiction-editor__preset:active{background:#5b8bdf38}.addiction-editor__preset--custom,.addiction-editor__custom{margin-bottom:16px}.addiction-editor__input{width:100%;padding:14px 16px;background:var(--bg);border:1px solid rgba(122,132,153,.25);border-radius:var(--radius);color:var(--text);font-size:1rem;font-family:inherit;margin-bottom:10px}.addiction-editor__input:focus{outline:none;border-color:var(--accent)}.addiction-editor__custom-actions{display:flex;flex-direction:column;gap:8px}.addiction-editor__add-btn{padding:14px}.addiction-editor__list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-top:8px}.addiction-editor__tag{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--bg);border-radius:var(--radius);font-size:.95rem}.addiction-editor__remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-muted);border-radius:50%}.addiction-editor__remove:active{background:#e05c5c26;color:var(--danger)}.theory-format{display:flex;flex-direction:column;min-height:calc(100vh - 120px);padding-bottom:24px}.theory-format__back{font-size:.9rem;margin-bottom:12px;padding:4px 0}.theory-format__progress{font-size:.85rem;margin-bottom:12px}.theory-format__title{font-size:1.25rem;font-weight:300;line-height:1.4;margin-bottom:16px}.theory-format__subtitle{margin-top:-8px;margin-bottom:16px;line-height:1.5;font-size:.9rem}.theory-format__body{margin-bottom:20px}.theory-format__text{line-height:1.65;font-weight:300;font-size:.92rem;white-space:pre-line}.theory-format__footer{margin-top:auto;padding-top:16px}.theory-format--slides{min-height:auto}.theory-format__slide-wrap{padding:8px;margin-bottom:12px;overflow:hidden}.theory-format__slide{display:block;width:100%;height:auto;border-radius:calc(var(--radius) - 4px)}.theory-format__nav-row{display:flex;gap:12px;margin-bottom:24px}.theory-format__nav-btn{flex:1}.theory-format__audio{padding:20px;margin-bottom:12px}.theory-format__play-btn{width:100%;padding:14px;margin-bottom:16px;background:var(--accent);color:#fff;border-radius:var(--radius);font-size:1rem;font-weight:500}.theory-format__seek{width:100%;margin-bottom:8px;accent-color:var(--accent)}.theory-format__time{text-align:center;font-size:.85rem}.theory-format__audio-hint{font-size:.85rem;line-height:1.5;margin-bottom:8px}.theory-format__quiz-q{font-size:1.05rem;font-weight:400;line-height:1.45;margin-bottom:20px}.theory-format__options{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.theory-format__option{width:100%;text-align:left;padding:14px 16px;background:var(--surface);border:1px solid rgba(122,132,153,.2);border-radius:var(--radius-lg);line-height:1.45;font-size:.9rem;font-weight:300}.theory-format__option--selected{border-color:var(--accent);background:#5b8bdf1a}.theory-format__option--wrong{border-color:#c75b5b;background:#c75b5b1f}.theory-format__option-label{font-weight:500;margin-right:4px}.theory-format__wrong{font-size:.85rem;margin-bottom:12px;color:#e8a0a0}.theory-format__quiz-controls{display:flex;flex-direction:column;gap:12px;margin-top:auto}.theory-format__hint-btn{align-self:flex-start;padding:10px 14px;background:var(--surface);border:1px solid rgba(122,132,153,.2);border-radius:var(--radius);font-size:.9rem;color:var(--text-muted)}.theory-format__quiz-nav{display:flex;gap:10px;justify-content:flex-end}.theory-format__hint{margin-top:12px;line-height:1.55;font-size:.9rem}.theory-format__hint:before{content:"💡 "}.theory-hub__back{font-size:.9rem;margin-bottom:16px;padding:4px 0}.theory-hub__title{font-size:1.4rem;font-weight:300;margin-bottom:12px;line-height:1.35}.theory-hub__subtitle{margin-bottom:24px;line-height:1.5}.theory-hub__formats{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.theory-hub__format-card{width:100%;padding:16px 18px;text-align:left;background:var(--surface);border-radius:var(--radius-lg);border:1px solid rgba(122,132,153,.12)}.theory-hub__format-card:active{border-color:var(--accent)}.theory-hub__format-title{display:block;font-size:1rem;font-weight:500;margin-bottom:4px}.theory-hub__done{color:var(--positive)}.theory-hub__format-desc{font-size:.85rem}.theory-hub__stub{margin-bottom:20px;line-height:1.6}.theory-hub__quiz{margin-bottom:16px}.theory-hub__quiz-q{margin-bottom:12px;line-height:1.5;font-size:.95rem}.theory-hub__formats+.theory-hub__formats{margin-top:0}.theory-hub__quiz-done{color:var(--positive)}.theory-hub__hint{text-align:center;font-size:.85rem;margin-bottom:16px}.theory-hub__finish{margin-top:auto}.theory-hub__finish:disabled{opacity:.4;cursor:not-allowed}.theory-hub__skip{margin-top:12px}.onboarding{display:flex;flex-direction:column;min-height:calc(100vh - 40px);padding-top:8px}.onboarding__progress{display:flex;gap:8px;justify-content:center;margin-bottom:40px}.onboarding__dot{width:8px;height:8px;border-radius:50%;background:#7a84994d;transition:background .3s ease}.onboarding__dot--active{background:var(--accent)}.onboarding__step{flex:1;display:flex;flex-direction:column}.onboarding__logo{font-size:1.5rem;font-weight:300;color:var(--accent);margin-bottom:32px;letter-spacing:.05em}.onboarding__title{font-size:1.5rem;font-weight:300;line-height:1.4;margin-bottom:16px;letter-spacing:-.02em}.onboarding__subtitle{margin-bottom:24px;line-height:1.5}.onboarding__text{font-size:1.05rem;font-weight:300;line-height:1.6;margin-bottom:12px}.onboarding__text--accent{color:var(--text-muted);margin-bottom:40px}.onboarding__btn{margin-top:auto}.onboarding__btn:disabled{opacity:.4;cursor:not-allowed}.onboarding__btn-skip{margin-top:12px}.onboarding__step--theory{flex:1}.onboarding__hint{text-align:center;margin-top:12px;font-size:.85rem}.timer{display:flex;justify-content:center;margin:0 0 20px}.timer__ring{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:conic-gradient(var(--accent) calc(var(--progress) * 360deg),rgba(122,132,153,.15) 0)}.timer__ring:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:50%;background:var(--bg)}.timer__display{position:relative;font-size:2.75rem;font-weight:300;letter-spacing:.05em;font-variant-numeric:tabular-nums}.timer--compact .timer__ring{width:160px;height:160px}.timer--compact .timer__display{font-size:2.25rem}@media(max-height:700px){.timer--compact .timer__ring{width:140px;height:140px}.timer--compact .timer__display{font-size:2rem}}@keyframes phrase-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.phrase-nav{width:100%}.phrase-nav__row{display:flex;align-items:flex-start;gap:8px}.phrase-nav__arrow{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-muted);border-radius:50%;margin-top:2px}.phrase-nav__arrow:active{background:#5b8bdf26;color:var(--accent)}.phrase-nav__text{flex:1;text-align:center;font-weight:300;line-height:1.55;color:var(--text-muted);animation:phrase-fade .4s ease;overflow-wrap:break-word}.timer-phrase-bottom{margin:8px 0 16px}.timer-phrase-bottom__audio{display:flex;justify-content:center;margin-top:10px}.timer-phrase-bottom__play{padding:6px 14px;font-size:.8rem;color:var(--accent);border:1px solid rgba(91,139,223,.35);border-radius:20px;background:#5b8bdf1a}.timer-phrase-bottom__play--active{background:#5b8bdf33}.timer-phrase-bottom__text{font-size:.88rem;min-height:3.5em}.timer-phrase-bottom__text--compact{font-size:.78rem;line-height:1.5}@media(max-height:700px){.timer-phrase-bottom__text{font-size:.8rem;min-height:3em}.timer-phrase-bottom__text--compact{font-size:.72rem}}.wave-chart{margin:24px 0}.wave-chart__bars{display:flex;align-items:flex-end;justify-content:center;gap:6px;height:80px;padding:0 8px}.wave-chart__col{flex:1;max-width:28px;display:flex;flex-direction:column;align-items:center;height:100%}.wave-chart__bar{width:100%;min-height:4px;margin-top:auto;background:linear-gradient(to top,var(--accent),var(--positive));border-radius:4px 4px 0 0;transition:height .3s ease}.wave-chart__label{font-size:.65rem;color:var(--text-muted);margin-top:6px}.wave-chart__hint{text-align:center;font-size:.75rem;margin-top:8px}.wave-rating{padding:16px 0 0}.wave-rating__label{text-align:center;font-size:.95rem;margin-bottom:4px}.wave-rating__hint{text-align:center;font-size:.8rem;margin-bottom:14px}.wave-rating__btns{display:flex;gap:8px}.wave-rating__btn{flex:1;padding:14px 8px;border-radius:var(--radius);font-size:.9rem;background:var(--surface);border:1px solid rgba(122,132,153,.2);color:var(--text);transition:all .2s ease}.wave-rating__btn--last{border-color:var(--accent);background:#5b8bdf26;color:var(--accent)}.wave-rating__btn:active{background:#5b8bdf40;border-color:var(--accent);color:var(--accent);transform:scale(.97)}.wave-rating__count{text-align:center;font-size:.75rem;margin-top:10px}.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.option-grid__btn{padding:12px 10px;background:var(--surface);border-radius:var(--radius);font-size:.85rem;border:1px solid transparent;transition:all .2s ease}.option-grid__btn--active{border-color:var(--accent);background:#5b8bdf26;color:var(--accent)}.option-grid__input{grid-column:1 / -1;padding:12px 14px;background:var(--bg);border:1px solid rgba(122,132,153,.25);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:.9rem}.option-grid__input:focus{outline:none;border-color:var(--accent)}.post-pause__skip-all{display:block;width:100%;text-align:right;font-size:.85rem;margin-bottom:8px;padding:4px 0;text-decoration:underline;text-underline-offset:3px}.post-pause__add-row{display:flex;gap:8px;margin-bottom:12px}.post-pause__add-row .post-pause__input{flex:1;margin-bottom:0}.post-pause__add-btn{width:44px;flex-shrink:0;background:var(--surface);border:1px solid rgba(91,139,223,.3);border-radius:var(--radius);color:var(--accent);font-size:1.25rem}.post-pause__skip-step{width:100%}.post-pause__progress{display:flex;gap:6px;justify-content:center;margin-bottom:20px}.post-pause__dot{width:6px;height:6px;border-radius:50%;background:#7a84994d}.post-pause__dot--active{background:var(--accent)}.post-pause__complete{text-align:center;margin-bottom:20px}.post-pause__complete-time{font-size:1.75rem;font-weight:300;color:var(--positive)}.post-pause__complete p{margin-top:6px;font-weight:300}.post-pause__early{text-align:center;margin-bottom:20px}.post-pause__heading{font-size:1.1rem;font-weight:500;margin-bottom:0}.post-pause__collapsible{margin-bottom:8px}.post-pause__collapsible-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.post-pause__toggle{flex-shrink:0;font-size:.8rem;text-decoration:underline;text-underline-offset:3px;padding:2px 0}.post-pause__text{font-size:.88rem;line-height:1.55;margin-bottom:16px}.post-pause__label{font-size:.9rem;margin:16px 0 10px;color:var(--text-muted)}.post-pause__question{font-size:1rem;font-weight:300;line-height:1.5;margin-bottom:16px}.post-pause__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.post-pause__chip{padding:8px 12px;font-size:.8rem;border-radius:20px;background:var(--surface);border:1px solid rgba(122,132,153,.2);text-align:left}.post-pause__chip--active{border-color:var(--accent);background:#5b8bdf26;color:var(--accent)}.post-pause__chip--suggestion{font-size:.75rem;color:var(--text-muted)}.post-pause__input,.post-pause__textarea{width:100%;padding:12px 14px;background:var(--surface);border:1px solid rgba(122,132,153,.25);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:.9rem;resize:vertical}.post-pause__input:focus,.post-pause__textarea:focus{outline:none;border-color:var(--accent)}.post-pause__actions{display:flex;flex-direction:column;gap:10px;margin-top:24px;padding-bottom:16px}.post-pause__actions .btn-primary:disabled,.post-pause__actions .btn-secondary{width:100%}.post-pause__actions .btn-primary:disabled{opacity:.4;cursor:not-allowed}.pause-session--intro{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center}.pause-session__intro-line{font-size:1.75rem;font-weight:300;line-height:1.5;animation:intro-fade 1.2s ease both}.pause-session__intro-line--accent{color:var(--accent);animation-delay:.4s}@keyframes intro-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pause-session--timer{display:flex;flex-direction:column;min-height:calc(100vh - 40px);min-height:calc(100dvh - 40px)}.pause-session__addiction{text-align:center;font-size:1rem;font-weight:700;font-style:italic;color:var(--text);flex-shrink:0;padding-top:4px}.pause-session__timer-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 0}.pause-session__timer-footer{flex-shrink:0;padding-bottom:8px}.pause-session__early-link{display:block;width:100%;padding:12px 16px 4px;font-size:.85rem;text-align:center;background:none;border:none;text-decoration:underline;text-underline-offset:3px}.pause-session--reflect{padding-bottom:24px}.pause-session__complete-badge{text-align:center;margin-bottom:24px}.pause-session__complete-time{font-size:2rem;font-weight:300;color:var(--positive)}.pause-session__complete-text{font-size:1.25rem;font-weight:300;margin-top:8px}.pause-session__early{text-align:center;margin-bottom:24px}.pause-session__question{font-size:1rem;font-weight:300;line-height:1.5;margin-bottom:16px}.pause-session__save-area{margin-top:24px}.pause-session__save-hint{text-align:center;font-size:.85rem;margin-bottom:10px}.pause-session__save-btn{width:100%}.pause-session__save-btn--waiting{background:var(--surface);color:var(--text-muted);border:1px solid rgba(122,132,153,.2);opacity:1;cursor:default}.pause-session--saved{display:flex;flex-direction:column;align-items:center;padding:20px 0 32px;text-align:center}.pause-session__saved-title{font-size:1.5rem;font-weight:300;margin-bottom:20px}.pause-session__saved-chart{width:100%;margin-bottom:20px}.pause-session__saved-wave{font-size:.9rem;margin-top:8px;line-height:1.5}.pause-session__saved-empty{font-size:.9rem;line-height:1.5;margin-bottom:20px;max-width:280px}.pause-session__saved-stat{font-size:1.1rem;color:var(--positive);margin-bottom:8px}.pause-session__saved-hint{margin-bottom:24px;font-size:.9rem}.pause-session__home-btn{width:100%;max-width:280px}.relapse--steps{display:flex;flex-direction:column;min-height:calc(100vh - 120px);padding-bottom:24px}.relapse__anchor{font-size:1.1rem;font-weight:300;line-height:1.5;color:var(--accent);margin-bottom:20px;text-align:center}.relapse__block{margin-bottom:16px}.relapse__block--positive{border:1px solid rgba(61,220,151,.25)}.relapse__block--brain{margin-top:auto}.relapse__heading{font-size:.95rem;font-weight:500;margin-bottom:12px}.relapse__body{font-size:.88rem;line-height:1.6;font-weight:300;white-space:pre-line}.relapse__step-text{font-size:.9rem;line-height:1.6;font-weight:300}.relapse__step-text strong{font-weight:500;color:var(--text)}.relapse__trigger-line{font-size:.95rem;line-height:1.5;color:var(--positive)}.relapse__trigger-line span{font-weight:500}.relapse__closing{margin-top:16px;padding-top:16px;border-top:1px solid rgba(122,132,153,.12);font-size:.9rem;line-height:1.55;font-weight:300;color:var(--text)}.relapse__metric{margin-top:12px;font-size:.88rem;line-height:1.5;color:var(--positive)}.relapse__footer{margin-top:auto;padding-top:20px}.relapse__back{font-size:.9rem;margin-bottom:20px;padding:4px 0}.relapse__question{font-size:1rem;font-weight:300;margin-bottom:16px;line-height:1.5}.select-addiction__back{font-size:.9rem;margin-bottom:16px;padding:4px 0}.select-addiction__list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.select-addiction__card{display:flex;align-items:center;gap:14px;width:100%;padding:18px 20px;background:var(--surface);border-radius:var(--radius-lg);font-size:1.05rem;text-align:left;transition:background .2s ease}.select-addiction__card:active{background:#5b8bdf26}.select-addiction__dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}.select-addiction__other-btn{width:100%;padding:16px;color:var(--text-muted);font-size:.95rem;border:1px dashed rgba(122,132,153,.3);border-radius:var(--radius-lg)}.select-addiction__other{display:flex;flex-direction:column;gap:10px}.select-addiction__input{width:100%;padding:14px 16px;background:var(--surface);border:1px solid rgba(122,132,153,.25);border-radius:var(--radius);color:var(--text);font-size:1rem;font-family:inherit}.select-addiction__input:focus{outline:none;border-color:var(--accent)}.settings__section{margin-bottom:16px}.settings__label{font-size:.9rem;font-weight:500;margin-bottom:12px}.settings__hint{margin-bottom:12px}.settings__tags{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.settings__tag{padding:6px 12px;background:#5b8bdf26;color:var(--accent);border-radius:20px;font-size:.85rem}.settings__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:.9rem;cursor:pointer}.settings__row input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent)}.settings__duration{margin-top:16px;padding-top:16px;border-top:1px solid rgba(122,132,153,.12)}.settings__duration-btns{display:flex;gap:8px;margin-top:10px}.settings__duration-btn{flex:1;padding:10px;border-radius:var(--radius);font-size:.85rem;color:var(--text-muted);border:1px solid rgba(122,132,153,.2);transition:all .2s ease}.settings__duration-btn--active{background:#5b8bdf33;color:var(--accent);border-color:var(--accent)}.settings__about p{line-height:1.6}.settings__link-btn{margin-top:16px;padding:0;font-size:.9rem;color:var(--accent);text-align:left}.settings__danger-btn{width:100%;padding:12px 16px;border-radius:var(--radius);font-size:.9rem;color:var(--danger);border:1px solid rgba(224,92,92,.35);background:#e05c5c14}.settings__danger-btn:disabled{opacity:.4;cursor:not-allowed}:root{--bg: #0d0f14;--surface: #161b24;--accent: #5b8bdf;--accent-hover: #6d9aef;--positive: #3ddc97;--text: #e8eaf0;--text-muted: #7a8499;--danger: #e05c5c;--radius: 12px;--radius-lg: 16px;--safe-bottom: env(safe-area-inset-bottom, 0px);--nav-height: 64px;--font: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);font-weight:400;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:var(--accent);text-decoration:none}.app-shell{display:flex;flex-direction:column;min-height:100%;max-width:480px;margin:0 auto}.app-content{flex:1;padding:20px 20px calc(var(--nav-height) + var(--safe-bottom) + 16px);overflow-y:auto}.app-content--full{padding-bottom:20px}.screen-title{font-size:1.5rem;font-weight:300;margin-bottom:24px;letter-spacing:-.02em}.card{background:var(--surface);border-radius:var(--radius-lg);padding:20px}.btn-primary{display:flex;align-items:center;justify-content:center;width:100%;padding:18px 24px;background:var(--accent);color:var(--text);font-size:1rem;font-weight:500;border-radius:var(--radius-lg);transition:background .2s ease}.btn-primary:active{background:var(--accent-hover)}.btn-secondary{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 20px;background:transparent;color:var(--text-muted);font-size:.95rem;border-radius:var(--radius);border:1px solid rgba(122,132,153,.25)}.btn-secondary:active{background:#ffffff0a}.text-muted{color:var(--text-muted);font-size:.875rem;line-height:1.5}.phrase-accent{font-weight:300;font-size:1.125rem;line-height:1.6;color:var(--text-muted);font-style:italic}.divider{height:1px;background:#7a849926;margin:24px 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
