:root{--bg:#f5f3ee;--surface:#fff;--surface-soft:#f8f8f6;--text:#18212f;--muted:#68717d;--accent:#5477a6;--accent-dark:#3f628f;--accent-light:#dde6f0;--border:#18212f1a;--border-strong:#18212f2e;--danger:#a44949;--success:#48725d;--shadow:0 18px 50px #222d3c14;--shadow-soft:0 8px 30px #222d3c0e;--radius-xl:26px;--radius-lg:20px;--radius-md:14px;--header-height:72px}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg);scroll-behavior:smooth;min-height:100%}body{min-height:100vh;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Segoe UI Variable,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.5}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}audio{display:none}svg{flex:none}::selection{background:var(--accent-light);color:var(--text)}:focus-visible{outline-offset:3px;outline:3px solid #5477a661}.stack{flex-direction:column;display:flex}.stack--page{gap:30px;padding:38px 0 140px}.stack--admin{gap:26px}.page-container{width:min(1240px,100% - 48px);margin:0 auto}.page-container--admin{width:min(1420px,100% - 40px)}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700;display:block}.page-heading,.admin-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.page-heading h1,.admin-heading h1{letter-spacing:-.045em;margin-top:4px;font-size:clamp(34px,4vw,54px);line-height:1.04}.page-heading>p{color:var(--muted);align-items:center;gap:7px;font-size:14px;display:inline-flex}.section-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-heading h2{letter-spacing:-.025em;font-size:24px}.section-heading>span{min-width:28px;height:28px;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;place-items:center;padding:0 8px;font-size:13px;display:grid}.site-header{z-index:40;height:var(--header-height);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f3eee8;border-bottom:1px solid #18212f14;position:sticky;top:0}.site-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;width:min(1240px,100% - 48px);height:100%;margin:0 auto;display:grid}.brand{letter-spacing:-.015em;align-items:center;gap:9px;font-size:16px;font-weight:720;display:inline-flex}.brand__mark,.auth-card__mark{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:31px;height:31px;font-size:23px;line-height:1;display:grid}.desktop-nav{grid-column:2;align-items:stretch;gap:7px;height:100%;display:flex}.nav-link{color:var(--muted);align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:600;display:flex;position:relative}.nav-link:after{content:"";background:0 0;border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:16px;right:16px}.nav-link:hover,.nav-link--active{color:var(--text)}.nav-link--active:after{background:var(--accent)}.site-header__actions{grid-column:3;justify-self:end;align-items:center;gap:9px;display:flex}.avatar-button{width:38px;height:38px;color:var(--accent-dark);background:var(--accent-light);border:1px solid #5477a629;border-radius:50%;place-items:center;font-weight:750;display:grid}.mobile-nav{display:none}.button,.icon-button,.player-main-button{cursor:pointer;border-radius:var(--radius-md);border:0;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:680;transition:transform .18s,background .18s,color .18s,border-color .18s,opacity .18s;display:inline-flex}.button{padding:11px 17px}.button:hover:not(:disabled),.icon-button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled),.icon-button:active:not(:disabled){transform:translateY(0)scale(.98)}.button:disabled{cursor:not-allowed;opacity:.52}.button--primary{color:#fff;background:var(--accent);box-shadow:0 8px 18px #5477a62e}.button--primary:hover:not(:disabled){background:var(--accent-dark)}.button--secondary{color:var(--text);background:var(--surface);border:1px solid var(--border-strong);box-shadow:0 4px 12px #222d3c06}.button--secondary:hover:not(:disabled){border-color:#5477a673}.button--inverted{color:var(--accent-dark);background:#fff}.button--inverted:hover{background:#f7f9fb}.button--large{border-radius:16px;min-height:52px;padding:14px 20px}.button--compact{min-height:38px;padding:8px 13px;font-size:14px}.button--danger-quiet{color:var(--danger);background:0 0;border:1px solid #a4494933}.icon-button{background:0 0;width:44px;height:44px;padding:0}.icon-button:hover,.icon-button--active{color:var(--accent-dark);background:#5477a61a}.icon-button--large{width:50px;height:50px}.spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.action-stack{flex-direction:column;gap:7px;display:flex}.inline-message{max-width:310px;font-size:13px;line-height:1.35}.inline-message--ok{color:var(--success)}.inline-message--error{color:var(--danger)}.cover{isolation:isolate;color:#ffffffeb;background:linear-gradient(145deg, var(--cover-a), var(--cover-b));border-radius:var(--radius-lg);border:1px solid #ffffff73;flex:none;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff4d}.cover--mist{--cover-a:#84abc6;--cover-b:#537c9d}.cover--sage{--cover-a:#9ebbb0;--cover-b:#668e82}.cover--lavender{--cover-a:#a59dca;--cover-b:#706caa}.cover--sand{--cover-a:#d5ae83;--cover-b:#a97a63}.cover--rose{--cover-a:#c894a2;--cover-b:#936d88}.cover--card{aspect-ratio:1.3;width:100%}.cover--detail{aspect-ratio:1;border-radius:32px;width:100%}.cover--mini{border-radius:12px;width:42px;height:42px}.cover__orb{z-index:-1;background:#ffffff14;border:1px solid #ffffff29;border-radius:50%;position:absolute}.cover__orb--one{width:78%;height:78%;top:-20%;right:-18%}.cover__orb--two{width:52%;height:52%;bottom:-17%;left:-10%}.cover__icon{filter:drop-shadow(0 8px 18px #262b4221);width:27%;height:27%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cover--mini .cover__icon{width:47%;height:47%}.library-card{color:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow);background:linear-gradient(135deg,#4c709f 0%,#6485ae 60%,#7895b8 100%);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;padding:24px 26px;display:grid;position:relative;overflow:hidden}.library-card:after{content:"";border:1px solid #ffffff1c;border-radius:50%;width:270px;height:270px;position:absolute;top:-170px;right:15%}.library-card__icon{background:#ffffff21;border:1px solid #ffffff2e;border-radius:17px;place-items:center;width:52px;height:52px;display:grid}.library-card .eyebrow{color:#ffffffb8}.library-card h2{letter-spacing:-.025em;margin:2px 0;font-size:24px}.library-card p{color:#ffffffc7;font-size:14px}.library-card__status{color:#fff;align-items:center;gap:6px;margin-top:8px;font-size:13px;font-weight:650;display:inline-flex}.library-card__status--neutral{color:#ffffffbd}.library-card__disabled{color:#ffffffb3;font-size:11px;position:absolute;bottom:6px;right:18px}.practice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.practice-grid--muted{opacity:.75}.practice-card{background:var(--surface);border-radius:var(--radius-xl);min-width:0;box-shadow:var(--shadow-soft);border:1px solid #18212f13;flex-direction:column;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden}.practice-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.practice-card--locked{filter:saturate(.78)}.practice-card__visual-link{padding:10px 10px 0;display:block}.practice-card__content{flex-direction:column;flex:1;min-width:0;padding:16px 18px 18px;display:flex}.practice-card__topline{justify-content:space-between;align-items:center;gap:8px;min-height:25px;display:flex}.duration-pill,.access-pill{color:var(--muted);align-items:center;gap:5px;font-size:12px;font-weight:650;display:inline-flex}.access-pill{color:var(--success);background:#48725d17;border-radius:999px;padding:4px 8px}.practice-card__copy{margin:13px 0 18px;display:block}.practice-card__copy h2{letter-spacing:-.025em;margin-bottom:5px;font-size:20px;line-height:1.2}.practice-card__copy p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.practice-card__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.practice-card__play{min-width:112px}.practice-card__price{text-align:right;grid-template-columns:1fr auto;align-items:center;column-gap:4px;min-width:84px;display:grid}.practice-card__price strong{font-size:15px}.practice-card__price span{color:var(--muted);grid-row:2;font-size:11px}.practice-card__price svg{color:var(--muted);grid-area:1/2/span 2}.card-progress{border:0;border-radius:999px;width:100%;height:4px;margin:-8px 0 14px;overflow:hidden}progress{accent-color:var(--accent)}progress::-webkit-progress-bar{background:#5477a61f}progress::-webkit-progress-value{background:var(--accent)}.empty-state{min-height:240px;color:var(--muted);border:1px dashed var(--border-strong);border-radius:var(--radius-xl);text-align:center;background:#ffffff8c;align-content:center;place-items:center;gap:8px;padding:40px;display:grid}.empty-state h2{color:var(--text);font-size:21px}.empty-state p{max-width:420px;font-size:14px}.back-link{width:fit-content;color:var(--muted);align-items:center;gap:7px;font-size:14px;font-weight:620;display:inline-flex}.back-link:hover{color:var(--text)}.practice-detail{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:36px;grid-template-columns:minmax(340px,.9fr) minmax(420px,1.1fr);gap:clamp(36px,6vw,86px);padding:12px;display:grid}.practice-detail>.cover{max-height:620px}.practice-detail__content{flex-direction:column;justify-content:center;padding:clamp(24px,5vw,64px) clamp(20px,4vw,54px) clamp(24px,5vw,64px) 0;display:flex}.practice-detail__meta{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.practice-detail__meta span{color:var(--muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:650;display:inline-flex}.practice-detail h1{letter-spacing:-.052em;max-width:650px;font-size:clamp(36px,5vw,64px);line-height:1.02}.practice-detail__lead{color:var(--text);margin-top:18px;font-size:19px;line-height:1.45}.practice-detail__description{max-width:640px;color:var(--muted);white-space:pre-line;margin-top:17px;line-height:1.7}.practice-detail__actions{flex-wrap:wrap;gap:11px;margin-top:28px;display:flex}.purchase-facts{color:var(--muted);flex-wrap:wrap;gap:18px;margin-top:24px;font-size:13px;display:flex}.purchase-facts span{align-items:center;gap:6px;display:inline-flex}.detail-library-link{border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffffa8;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px 24px;display:grid}.detail-library-link__icon{width:46px;height:46px;color:var(--accent-dark);background:var(--accent-light);border-radius:15px;place-items:center;display:grid}.detail-library-link h2{margin:2px 0;font-size:19px}.detail-library-link p{color:var(--muted);font-size:13px}.profile-page{max-width:980px;margin:0 auto}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:26px;display:grid}.profile-avatar{width:64px;height:64px;color:var(--accent-dark);background:var(--accent-light);border-radius:22px;place-items:center;font-size:24px;font-weight:750;display:grid}.profile-card h2{font-size:22px}.profile-card p{color:var(--muted);font-size:14px}.verified-label{color:var(--success);align-items:center;gap:4px;margin-top:5px;font-size:12px;display:inline-flex}.profile-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.settings-card,.orders-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.settings-card__title{align-items:center;gap:9px;margin-bottom:20px;display:flex}.settings-card__title svg{color:var(--accent)}.settings-card h2,.orders-card h2{font-size:18px}.provider-list{flex-direction:column;gap:9px;display:flex}.provider-list>div{background:var(--surface-soft);border-radius:12px;align-items:center;gap:9px;padding:11px 12px;font-size:14px;display:flex}.provider-list>div svg{color:var(--success);margin-left:auto}.provider-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.settings-note{color:var(--muted);margin-top:14px;font-size:13px;line-height:1.5}.access-summary{grid-template-columns:1fr 1fr;gap:12px;display:grid}.access-summary>div{background:var(--surface-soft);border-radius:14px;flex-direction:column;justify-content:center;min-height:88px;padding:14px;display:flex}.access-summary strong{font-size:19px}.access-summary span{color:var(--muted);font-size:12px}.orders-list{flex-direction:column;display:flex}.orders-list>div{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding:15px 2px;display:flex}.orders-list>div>div{flex-direction:column;display:flex}.orders-list>div>div:last-child{align-items:flex-end}.orders-list span{color:var(--muted);font-size:12px}.order-status--paid{color:var(--success)!important}.order-status--refunded{color:var(--danger)!important}.auth-main{min-height:100vh}.auth-shell{flex-direction:column;justify-content:center;gap:22px;width:min(470px,100% - 32px);min-height:100vh;margin:0 auto;padding:32px 0;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:30px;padding:34px}.auth-card__mark{width:44px;height:44px;margin-bottom:24px;font-size:30px}.auth-card h1{letter-spacing:-.04em;margin:6px 0 10px;font-size:32px;line-height:1.12}.auth-card>p{color:var(--muted);font-size:14px}.oauth-list{flex-direction:column;gap:10px;margin-top:26px;display:flex}.oauth-list button{min-height:52px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--border);text-align:center;border-radius:14px;grid-template-columns:34px 1fr 34px;align-items:center;padding:8px 14px;display:grid}.oauth-icon{color:#fff;border-radius:9px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:grid}.oauth-icon--vk{background:#397ce8}.oauth-icon--ya{color:#222;background:#ffdd2d}.oauth-icon--tg{background:#2aabee}.dev-login{border-top:1px solid var(--border);margin-top:24px;padding-top:22px}.dev-login>span{color:var(--muted);margin-bottom:10px;font-size:12px;display:block}.dev-login form{grid-template-columns:1fr 1fr;gap:9px;display:grid}.mini-player{z-index:100;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-radius:24px;grid-template-columns:46px 42px minmax(150px,1fr) minmax(230px,280px) 44px;align-items:center;gap:12px;width:min(860px,100% - 32px);min-height:82px;margin:auto;padding:10px 12px;display:grid;position:fixed;bottom:18px;left:0;right:0;box-shadow:0 20px 64px #1d28372b}.mini-player__play{color:#fff;background:var(--accent);border-radius:15px;width:46px;height:46px;box-shadow:0 8px 20px #5477a638}.mini-player__title{text-align:left;cursor:pointer;background:0 0;border:0;min-width:0;padding:4px 0;overflow:hidden}.mini-player__title strong,.mini-player__title span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.mini-player__title strong{font-size:14px;line-height:1.35}.mini-player__title span{color:var(--muted);margin-top:2px;font-size:11px}.mini-player__expand{border:1px solid #0000}.player-overlay{z-index:110;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#18212f57;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.player-sheet{background:var(--surface);border:1px solid var(--border);border-radius:34px;grid-template-rows:auto auto auto;grid-template-columns:minmax(280px,.85fr) minmax(320px,1.15fr);align-items:center;gap:24px 42px;width:min(920px,100%);max-height:calc(100vh - 48px);padding:34px;display:grid;position:relative;overflow:auto;box-shadow:0 30px 100px #18212f3d}.player-sheet>.cover{grid-row:1/span 3}.player-sheet__close{z-index:2;background:#ffffffd1;position:absolute;top:16px;right:16px}.player-sheet__copy>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700}.player-sheet__copy h2{letter-spacing:-.04em;margin:6px 0;font-size:34px;line-height:1.08}.player-sheet__copy p{color:var(--muted)}.player-sheet__timeline{width:100%}.player-sheet__timeline>.limited-timeline{margin-top:5px}.player-sheet__controls{justify-content:space-between;align-items:center;gap:6px;display:flex}.player-sheet__controls .icon-button{flex-direction:column;position:relative}.player-sheet__controls small{font-size:10px;position:absolute;bottom:-5px}.player-main-button{color:#fff;background:var(--accent);border-radius:50%;width:68px;height:68px;box-shadow:0 12px 28px #5477a640}.admin-layout{min-height:calc(100vh - var(--header-height));grid-template-columns:240px minmax(0,1fr);gap:34px;display:grid}.admin-nav{top:calc(var(--header-height) + 20px);height:calc(100vh - var(--header-height) - 40px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);flex-direction:column;align-self:start;padding:24px 16px;display:flex;position:sticky}.admin-nav>div{padding:0 10px 18px}.admin-nav h2{margin-top:3px;font-size:19px}.admin-nav nav{flex-direction:column;gap:5px;display:flex}.admin-nav__link,.admin-nav__back{min-height:44px;color:var(--muted);border-radius:12px;align-items:center;gap:9px;padding:10px 11px;font-size:14px;font-weight:620;display:flex}.admin-nav__link:hover,.admin-nav__link--active{color:var(--accent-dark);background:var(--accent-light)}.admin-nav__back{border-top:1px solid var(--border);border-radius:0;margin-top:auto}.admin-content{min-width:0;padding:36px 0 120px}.admin-heading{align-items:center}.admin-heading h1{font-size:38px}.admin-heading p{color:var(--muted);margin-top:5px}.admin-heading__actions{align-items:center;gap:9px;display:flex}.admin-table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden}.admin-table{min-width:900px}.admin-table__head,.admin-table__row{grid-template-columns:minmax(240px,1.6fr) 120px 110px 160px 130px 44px;align-items:center;gap:12px;padding:13px 18px;display:grid}.admin-table__head{color:var(--muted);background:var(--surface-soft);border-bottom:1px solid var(--border);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.admin-table__row{border-bottom:1px solid var(--border);min-height:74px;font-size:14px}.admin-table__row:last-child{border-bottom:0}.admin-table__row>div:first-child{flex-direction:column;min-width:0;display:flex}.admin-table__row>div:first-child strong,.admin-table__row>div:first-child span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-table__row>div:first-child span,.admin-table__row>span{color:var(--muted);font-size:12px}.admin-table__row>span{align-items:center;gap:5px;display:inline-flex}.status-badge{width:fit-content;color:var(--muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-weight:700;display:inline-flex;font-size:11px!important}.status-badge--published{background:#48725d14;color:var(--success)!important}.status-badge--processing_error{background:#a4494912;color:var(--danger)!important}.status-badge--processing{background:var(--accent-light);color:var(--accent-dark)!important}.notice{border-radius:13px;align-items:center;gap:8px;padding:13px 15px;font-size:14px;display:flex}.notice--success{color:var(--success);background:#48725d17;border:1px solid #48725d26}.notice--error{color:var(--danger);background:#a4494912;border:1px solid #a4494924}.editor-form,.simple-settings-form{flex-direction:column;gap:18px;display:flex}.form-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:250px minmax(0,1fr);gap:34px;padding:28px;display:grid}.form-section__heading{align-items:flex-start;gap:12px;display:flex}.form-section__heading>span{width:30px;height:30px;color:var(--accent-dark);background:var(--accent-light);border-radius:9px;place-items:center;font-size:11px;font-weight:800;display:grid}.form-section__heading h2{font-size:18px}.form-section__heading p{color:var(--muted);margin-top:5px;font-size:13px;line-height:1.45}.form-fields{flex-direction:column;gap:17px;display:flex}.form-fields label,.visual-editor__controls>label{flex-direction:column;gap:6px;display:flex}.form-fields label>span,.visual-editor__controls label>span,fieldset legend{color:var(--muted);font-size:12px;font-weight:650}input,textarea,select{width:100%;color:var(--text);background:var(--surface-soft);border:1px solid var(--border-strong);border-radius:12px;outline:none;padding:12px 13px}input:focus,textarea:focus,select:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #5477a61a}textarea{resize:vertical;line-height:1.55}.field-small{max-width:280px}.form-placeholder{min-height:110px;color:var(--muted);background:var(--surface-soft);border:1px dashed var(--border-strong);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.form-placeholder strong{color:var(--text)}.form-placeholder span{font-size:13px}.audio-uploader{background:var(--surface-soft);border:1px dashed var(--border-strong);border-radius:17px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;min-height:116px;padding:20px;display:grid}.audio-uploader__icon{width:46px;height:46px;color:var(--accent-dark);background:var(--accent-light);border-radius:14px;place-items:center;display:grid}.audio-uploader__copy{flex-direction:column;min-width:0;display:flex}.audio-uploader__copy span{color:var(--muted);font-size:13px}.audio-uploader__copy progress{width:min(360px,100%);height:6px;margin-top:9px}.audio-uploader--error{border-color:#a4494959}.visual-editor{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:24px;display:grid}.visual-editor__controls{flex-direction:column;gap:20px;display:flex}fieldset{border:0}.theme-options{flex-wrap:wrap;gap:9px;margin-top:8px;display:flex}.theme-swatch{background:linear-gradient(145deg,var(--cover-a),var(--cover-b));width:42px;height:42px;box-shadow:0 0 0 1px var(--border-strong);cursor:pointer;border:3px solid #fff;border-radius:13px;display:block;position:relative;overflow:hidden}.theme-swatch--mist{--cover-a:#84abc6;--cover-b:#537c9d}.theme-swatch--sage{--cover-a:#9ebbb0;--cover-b:#668e82}.theme-swatch--lavender{--cover-a:#a59dca;--cover-b:#706caa}.theme-swatch--sand{--cover-a:#d5ae83;--cover-b:#a97a63}.theme-swatch--rose{--cover-a:#c894a2;--cover-b:#936d88}.theme-swatch:has(input:checked){box-shadow:0 0 0 3px var(--accent)}.theme-swatch input{opacity:0;position:absolute}.theme-swatch span{width:1px;height:1px;position:absolute;overflow:hidden}.sticky-form-actions{z-index:8;border:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;min-height:70px;padding:12px 14px 12px 20px;display:flex;position:sticky;bottom:16px;box-shadow:0 16px 50px #18212f24}.sticky-form-actions>span{color:var(--muted);font-size:13px}.toggle-field{background:var(--surface-soft);border-radius:13px;align-items:flex-start;padding:15px;flex-direction:row!important;gap:11px!important;display:flex!important}.toggle-field input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent);margin-top:2px}.toggle-field>span{flex-direction:column;display:flex;color:var(--text)!important}.toggle-field small{color:var(--muted);font-weight:400}.info-box{color:var(--accent-dark);background:var(--accent-light);border-radius:13px;gap:9px;padding:14px;font-size:13px;display:flex}@media (max-width:1040px){.practice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-detail{grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);gap:28px}.admin-layout{grid-template-columns:210px minmax(0,1fr);gap:20px}.form-section{grid-template-columns:1fr}}@media (max-width:760px){:root{--header-height:60px}.page-container,.page-container--admin{width:min(100% - 28px,620px)}.site-header__inner{width:calc(100% - 28px)}.brand span:last-child,.desktop-nav,.site-header__actions .button span{display:none}.site-header__actions .button{width:40px;min-height:40px;padding:0}.stack--page{gap:20px;padding:26px 0 150px}.page-heading h1{font-size:38px}.mobile-nav{z-index:50;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border-radius:22px;grid-template-columns:repeat(3,1fr);height:66px;padding:7px;display:grid;position:fixed;bottom:10px;left:12px;right:12px;box-shadow:0 12px 40px #18212f26}.mobile-nav__link{color:var(--muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:11px;font-weight:650;display:flex}.mobile-nav__link--active{color:var(--accent-dark);background:var(--accent-light)}.library-card{grid-template-columns:auto 1fr;gap:13px;padding:19px}.library-card__icon{width:46px;height:46px}.library-card h2{font-size:20px}.library-card .action-stack{grid-column:1/-1}.library-card .button{width:100%}.practice-grid{grid-template-columns:1fr;gap:12px}.practice-card{border-radius:21px;grid-template-columns:102px minmax(0,1fr);min-height:128px;padding:9px;display:grid}.practice-card:hover{transform:none}.practice-card__visual-link{padding:0}.practice-card .cover{aspect-ratio:auto;border-radius:16px;height:100%}.practice-card__content{padding:3px 5px 3px 12px}.practice-card__topline{min-height:20px}.practice-card__copy{margin:5px 0 9px}.practice-card__copy h2{font-size:16px}.practice-card__copy p{-webkit-line-clamp:1;font-size:12px}.practice-card__footer{gap:7px}.practice-card__play{border-radius:12px;width:44px;min-width:44px;min-height:40px;padding:0}.practice-card__play span{display:none}.practice-card__price strong{font-size:13px}.practice-card__price span{font-size:10px}.card-progress{margin:-4px 0 8px}.practice-detail{border-radius:27px;flex-direction:column;padding:9px;display:flex}.practice-detail>.cover{aspect-ratio:1.28;border-radius:21px}.practice-detail__content{padding:21px 14px 17px}.practice-detail h1{font-size:37px}.practice-detail__lead{font-size:17px}.practice-detail__actions,.practice-detail__actions .action-stack,.practice-detail__actions .button{width:100%}.detail-library-link{grid-template-columns:auto 1fr;padding:17px}.detail-library-link .action-stack{grid-column:1/-1}.detail-library-link .button{width:100%}.profile-card{grid-template-columns:auto 1fr;padding:19px}.profile-card .button{grid-column:1/-1}.profile-grid{grid-template-columns:1fr}.settings-card,.orders-card{padding:19px}.orders-list>div{align-items:flex-start}.auth-card{padding:25px}.dev-login form{grid-template-columns:1fr}.mini-player{border-radius:21px;grid-template-columns:44px 42px minmax(0,1fr) 40px;gap:9px;width:calc(100% - 24px);min-height:68px;padding:9px 10px;bottom:84px}.mini-player__play{border-radius:14px;width:44px;height:44px}.mini-player__timeline-wrap{display:none}.mini-player__expand{width:40px;height:40px}.player-overlay{align-items:end;padding:0}.player-sheet{border-radius:0;flex-direction:column;width:100%;min-height:100vh;max-height:100vh;padding:68px 24px 28px;display:flex}.player-sheet>.cover{width:min(75vw,360px)}.player-sheet__copy{text-align:center;width:100%}.player-sheet__copy h2{font-size:30px}.player-sheet__timeline,.player-sheet__controls{width:100%}.player-sheet__controls{margin-top:auto}.admin-layout{flex-direction:column;gap:14px;display:flex}.admin-nav{height:auto;padding:13px;position:static}.admin-nav>div{display:none}.admin-nav nav{grid-template-columns:1fr 1fr;display:grid}.admin-nav__back{display:none}.admin-content{padding:8px 0 130px}.admin-heading{flex-direction:column;align-items:flex-start}.admin-heading h1{font-size:32px}.admin-heading__actions{flex-wrap:wrap;width:100%}.admin-table-card{overflow-x:auto}.form-section{gap:22px;padding:20px}.audio-uploader{grid-template-columns:auto 1fr}.audio-uploader .button{grid-column:1/-1}.visual-editor{grid-template-columns:1fr}.visual-editor>.cover{width:min(220px,100%)}.sticky-form-actions{padding:11px;bottom:84px}.sticky-form-actions>span{display:none}.sticky-form-actions .button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.library-card__price{margin-top:7px;font-size:15px;display:block}.practice-card__footer{grid-template-columns:1fr 1fr;display:grid}.practice-card__footer .action-stack,.practice-card__footer .button{width:100%}.practice-card__footer .button{white-space:nowrap;padding-inline:12px;font-size:13px}.route-modal{z-index:90;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#18212f52;place-items:center;padding:24px;animation:.2s both modal-in;display:grid;position:fixed;inset:0;overflow:auto}.modal-panel{background:var(--surface);border:1px solid var(--border);border-radius:32px;width:min(980px,100%);max-height:calc(100vh - 48px);padding:30px;position:relative;overflow:auto;box-shadow:0 32px 110px #18212f47}.modal-close{z-index:3;background:#ffffffe6;position:absolute;top:16px;right:16px}.practice-dialog{grid-template-columns:minmax(280px,.88fr) minmax(360px,1.12fr);align-items:center;gap:42px;display:grid}.practice-dialog__content{padding:20px 34px 20px 0}.practice-dialog__meta{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.practice-dialog__meta span{color:var(--muted);background:var(--surface-soft);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.practice-dialog h1{letter-spacing:-.05em;font-size:clamp(36px,5vw,58px);line-height:1.03}.practice-dialog__content>p{color:var(--muted);white-space:pre-line;margin-top:20px;line-height:1.7}.practice-dialog__actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.login-modal{width:min(460px,100%);padding:36px}.login-content h1{letter-spacing:-.04em;padding-right:40px;font-size:32px;line-height:1.12}.oauth-list form,.login-content form{margin-top:26px}.oauth-list button{width:100%;min-height:54px;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);cursor:pointer;border-radius:14px;grid-template-columns:34px 1fr 34px;align-items:center;padding:8px 14px;display:grid}.oauth-list button:hover{border-color:var(--accent);background:#fff}.telegram-widget-login{margin-top:26px}.telegram-login-button{width:100%;min-height:54px;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);cursor:pointer;font:inherit;border-radius:14px;grid-template-columns:34px 1fr 34px;align-items:center;padding:8px 14px;display:grid}.telegram-login-button:not(:disabled):hover{border-color:var(--accent);background:#fff}.telegram-login-button:disabled{cursor:not-allowed;opacity:.55}.telegram-login-button span:nth-child(2){text-align:center}.telegram-widget-stage{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-top:24px;display:flex}.telegram-widget-stage>p:first-child{color:var(--muted);font-size:14px}.telegram-widget-host{place-items:center;min-height:50px;display:grid}.telegram-widget-host iframe{max-width:100%}.telegram-widget-stage .button{min-height:40px}.consent-checkbox{color:var(--muted);align-items:flex-start;margin-top:18px;font-size:13px;flex-direction:row!important;gap:10px!important;display:flex!important}.consent-checkbox input{width:20px;height:20px;accent-color:var(--accent);flex:none}.consent-checkbox a{color:var(--accent-dark);text-underline-offset:2px;text-decoration:underline}.auth-unavailable{color:var(--muted);margin-top:24px}.checkout-modal{width:min(480px,100%)}.checkout-modal h2{padding-right:40px;font-size:28px}.checkout-modal form{flex-direction:column;gap:16px;margin-top:24px;display:flex}.checkout-modal label:not(.consent-checkbox){flex-direction:column;gap:6px;display:flex}.limited-timeline{width:100%;min-width:0}.limited-timeline__rail{height:29px;position:relative}.limited-timeline__rail:before{content:"";background:#e5e8ec;border-radius:999px;height:5px;position:absolute;top:18px;left:0;right:0}.limited-timeline__rail:focus-within:before{box-shadow:0 0 0 3px #5477a633}.limited-timeline__available,.limited-timeline__played{pointer-events:none;border-radius:999px;height:5px;position:absolute;top:18px;left:0}.limited-timeline__available{background:#bdcce0}.limited-timeline__played{z-index:1;background:var(--accent)}.limited-timeline__played--active:after{content:"";background:var(--accent);border:3px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;top:50%;right:0;transform:translate(50%,-50%);box-shadow:0 1px 5px #18212f33}.limited-timeline__boundary{z-index:3;color:var(--accent-dark);background:var(--accent-light);white-space:nowrap;pointer-events:none;border:1px solid #5477a629;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:750;line-height:15px;position:absolute;top:0}.limited-timeline__boundary:after{content:"";background:var(--accent);border-radius:999px;width:2px;height:8px;position:absolute;top:16px;left:50%;transform:translate(-50%)}.limited-timeline__boundary--center{transform:translate(-50%)}.limited-timeline__boundary--start{transform:none}.limited-timeline__boundary--end{transform:translate(-100%)}.limited-timeline input{z-index:4;opacity:0;cursor:ew-resize;height:19px;margin:0;position:absolute;top:11px;left:0}.limited-timeline__times{min-height:14px;color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:1px;font-size:10px;line-height:1.2;display:flex}.limited-timeline--demo .limited-timeline__times{grid-template-columns:auto 1fr auto;align-items:center;gap:7px;display:grid}.limited-timeline--demo .limited-timeline__times span:nth-child(2){color:#788495;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mini-player__timeline-wrap{width:100%;min-width:0}.demo-ended{gap:10px;display:flex}.site-footer{border-top:1px solid var(--border);justify-content:center;align-items:center;width:min(1240px,100% - 48px);margin:0 auto;padding:30px 0 112px;display:flex}.site-footer__legal{min-height:44px;color:var(--muted);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:650;transition:color .18s,border-color .18s,transform .18s;display:inline-flex}.site-footer__legal:hover{color:var(--accent-dark);border-color:#5477a66b;transform:translateY(-1px)}.cookie-banner{z-index:130;background:var(--surface);border:1px solid var(--border);border-radius:22px;align-items:flex-end;gap:18px;width:min(560px,100% - 48px);padding:20px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 22px 70px #18212f2e}.cookie-banner__copy{flex:1}.cookie-banner__copy strong{margin-bottom:5px;font-size:16px;display:block}.cookie-banner__copy p{color:var(--muted);font-size:13px;line-height:1.55}.cookie-banner__copy a{color:var(--accent-dark);text-underline-offset:2px;text-decoration:underline}.cookie-banner__actions,.cookie-preference__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cookie-banner__actions .button,.cookie-preference__actions .button{min-width:112px}.legal-hub,.legal-document{width:min(900px,100%);margin:36px auto 150px}.legal-hub__header{margin-top:22px}.legal-hub__header h1,.legal-document h1{letter-spacing:-.04em;font-size:clamp(36px,5vw,54px);line-height:1.06}.legal-hub__header p{max-width:580px;color:var(--muted);margin-top:10px}.legal-hub__documents{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:32px;display:grid}.legal-card,.legal-hub__cookies,.legal-document{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft)}.legal-card{flex-direction:column;align-items:flex-start;gap:18px;min-height:230px;padding:24px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.legal-card:hover{box-shadow:var(--shadow);border-color:#5477a666;transform:translateY(-2px)}.legal-card__icon{width:44px;height:44px;color:var(--accent-dark);background:var(--accent-light);border-radius:14px;place-items:center;display:grid}.legal-card h2,.legal-hub__cookies h2{letter-spacing:-.025em;font-size:21px;line-height:1.18}.legal-card p,.legal-hub__cookies>div>p{color:var(--muted);margin-top:8px;font-size:14px;line-height:1.6}.legal-card__action{color:var(--accent-dark);align-items:center;gap:5px;margin-top:auto;font-size:13px;font-weight:700;display:inline-flex}.legal-hub__cookies{scroll-margin-top:calc(var(--header-height) + 22px);grid-template-columns:auto 1fr;gap:8px 18px;margin-top:14px;padding:26px;display:grid}.legal-hub__cookies .cookie-preference{grid-column:2}.cookie-preference{justify-content:space-between;align-items:center;gap:18px;margin-top:18px;display:flex}.cookie-preference__status{color:var(--muted);font-size:13px}.cookie-preference__actions button[aria-pressed=true]{box-shadow:0 0 0 3px #5477a633}.legal-document{padding:36px}.legal-document h1{margin-top:22px}.legal-document section{margin-top:30px}.legal-document h2{margin-bottom:9px;font-size:22px}.legal-document section p{color:var(--muted);margin-top:8px;line-height:1.7}.profile-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.admin-nav h2{letter-spacing:-.03em;font-size:25px}@keyframes modal-in{0%{opacity:0;transform:translateY(5px)}}@media (max-width:760px){.practice-card{grid-template-columns:112px minmax(0,1fr);min-height:190px}.practice-card__footer{grid-column:1/-1;grid-template-columns:1fr 1fr;margin-top:8px}.practice-card__footer .button{min-height:42px;padding:7px;font-size:11px}.route-modal{align-items:end;padding:0}.modal-panel{border-radius:28px 28px 0 0;width:100%;max-height:94vh;padding:22px 18px 28px}.meditation-modal{border-radius:0;min-height:100vh;max-height:100vh}.practice-dialog{flex-direction:column;gap:20px;display:flex}.practice-dialog>.cover{width:min(76vw,340px);margin:auto}.practice-dialog__content{width:100%;padding:0 4px}.practice-dialog h1{font-size:36px}.practice-dialog__actions,.practice-dialog__actions .action-stack,.practice-dialog__actions .button{width:100%}.mini-player{grid-template-rows:auto auto;min-height:98px;padding-bottom:10px}.mini-player__timeline-wrap{grid-area:2/1/auto/-1;padding:0 4px;display:block}.mini-player__expand{grid-area:1/4}.mini-player__timeline-wrap .limited-timeline__rail{height:25px}.mini-player__timeline-wrap .limited-timeline__rail:before,.mini-player__timeline-wrap .limited-timeline__available,.mini-player__timeline-wrap .limited-timeline__played{top:15px}.mini-player__timeline-wrap .limited-timeline input{top:8px}.mini-player__timeline-wrap .limited-timeline__boundary:after{height:5px}.cookie-banner{flex-direction:column;align-items:stretch;width:calc(100% - 28px);padding:17px;bottom:88px;right:14px}.cookie-banner__actions .button,.cookie-preference__actions .button{min-width:0}.site-footer{width:calc(100% - 28px);padding-bottom:112px}.legal-hub,.legal-document{margin-top:26px;margin-bottom:130px}.legal-hub__documents{grid-template-columns:1fr}.legal-card{min-height:0}.legal-hub__cookies{grid-template-columns:1fr;padding:20px}.legal-hub__cookies .cookie-preference{grid-column:1}.cookie-preference{flex-direction:column;align-items:stretch}.legal-document{padding:24px 20px}}
