:root{--bg: #f4f1ff;--ink: #2a2350;--muted: #7a73a0;--purple: #7c4dff;--purple-d: #6536e0;--good: #2ec27e;--warn: #ff8a3d;--card: #ffffff;--shadow: 0 10px 30px rgba(80, 50, 180, .12);--radius: 22px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;height:100%}body{font-family:Nunito,Segoe UI,system-ui,sans-serif;background:radial-gradient(120% 100% at 50% 0%,#efe9ff 0%,var(--bg) 60%);color:var(--ink);-webkit-font-smoothing:antialiased}#app{min-height:100%;max-width:760px;margin:0 auto;padding:max(16px,env(safe-area-inset-top),var(--tg-content-safe-area-inset-top, 0px)) max(16px,env(safe-area-inset-right),var(--tg-safe-area-inset-right, 0px)) max(16px,env(safe-area-inset-bottom),var(--tg-content-safe-area-inset-bottom, 0px)) max(16px,env(safe-area-inset-left),var(--tg-safe-area-inset-left, 0px))}body[data-platform=tg],body[data-platform=android]{overscroll-behavior-y:none}body.race-playing{overflow:hidden}button{font-family:inherit;cursor:pointer;border:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:manipulation}a{color:var(--purple-d)}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.row{display:flex;gap:12px;align-items:center}.col{display:flex;flex-direction:column;gap:12px}.spread{justify-content:space-between}.muted{color:var(--muted)}.center{text-align:center}.pill{background:#efeaff;color:var(--purple-d);border-radius:999px;padding:6px 14px;font-weight:800;font-size:14px;display:inline-flex;gap:6px;align-items:center}.btn{background:var(--purple);color:#fff;font-weight:800;font-size:17px;padding:14px 20px;border-radius:16px;transition:transform .08s,filter .15s}.btn:active{transform:scale(.96)}.btn.ghost{background:#ece7ff;color:var(--purple-d)}.btn.good{background:var(--good)}.btn.warn{background:var(--warn)}.btn.lg{font-size:20px;padding:18px 26px}.btn:disabled{filter:grayscale(.5) opacity(.55);cursor:default}input,select,textarea{font-family:inherit;font-size:16px;padding:12px 14px;border-radius:12px;border:2px solid #e2dcff;background:#fff;color:var(--ink);width:100%}label{font-weight:700;font-size:14px;color:var(--muted);display:block;margin-bottom:6px}h1{font-size:26px;margin:0 0 4px}h2{font-size:20px;margin:0}.tiles{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:18px}.tile{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 14px;text-align:center;transition:transform .1s;text-decoration:none;color:var(--ink)}.tile:active{transform:scale(.97)}.tile .emoji{font-size:46px}.tile h3{margin:8px 0 2px;font-size:17px}.tile p{margin:0;font-size:12px;color:var(--muted)}.tile.selected{box-shadow:0 0 0 3px var(--purple),var(--shadow);transform:translateY(-2px)}.access-card{scroll-margin:20px;transition:box-shadow .2s,transform .2s}.access-card.flash{animation:accessFlash .55s ease}@keyframes accessFlash{0%,to{transform:scale(1)}45%{transform:scale(1.015);box-shadow:0 12px 35px #7c4dff45}}@media (max-width: 560px){.tiles{grid-template-columns:1fr}}.kid{text-align:center;padding-top:6px}.kid-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.kid-top .pill{font-size:16px;padding:8px 16px}.hero{position:relative;background:var(--card);border-radius:30px;box-shadow:var(--shadow);padding:18px;margin-top:8px}.character{font-size:78px;line-height:1;transition:transform .25s;display:inline-block}.character.avatar-character{width:92px;height:92px;border-radius:50%;overflow:hidden;border:4px solid #e8e0ff;background:#f4f1ff;vertical-align:middle}.character.avatar-character img{width:100%;height:100%;object-fit:cover;display:block}.character.happy{animation:bounce .6s ease}@keyframes bounce{0%,to{transform:translateY(0)}30%{transform:translateY(-26px) scale(1.1)}60%{transform:translateY(0)}}.bubble{background:#efeaff;border-radius:18px;padding:10px 14px;font-weight:800;color:var(--purple-d);display:inline-block;margin:6px 0 2px}.pic{font-size:96px;line-height:1.1;margin:6px 0}.word{font-size:40px;font-weight:900;letter-spacing:1px}.word .hl{color:var(--purple)}.controls{display:grid;gap:14px;margin-top:16px}.rec{width:130px;height:130px;border-radius:50%;margin:0 auto;font-size:19px;color:#fff;background:linear-gradient(160deg,#ff6b6b,#ff3b3b);box-shadow:0 12px 26px #ff3b3b66;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:900}.rec.recording{animation:pulse 1s infinite;background:linear-gradient(160deg,#ff3b3b,#c81e1e)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.rec .ic{font-size:40px}.twochoice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dots{display:flex;gap:7px;justify-content:center;margin:12px 0 2px;flex-wrap:wrap}.dot{width:14px;height:14px;border-radius:50%;background:#ddd5ff}.dot.done{background:var(--good)}.dot.cur{background:var(--purple);transform:scale(1.25)}.confetti{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:50}.confetti i{position:absolute;top:-20px;width:11px;height:16px;border-radius:3px;animation:fall 1.6s linear forwards}@keyframes fall{to{transform:translateY(105vh) rotate(540deg);opacity:.9}}.back{background:none;color:var(--purple-d);font-weight:800;padding:8px 0;font-size:15px}.list{display:grid;gap:12px}.child-row{display:flex;align-items:center;gap:14px;cursor:pointer}.child-row .av{font-size:38px}.badge{background:var(--warn);color:#fff;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:800}.code{font-family:ui-monospace,monospace;font-weight:900;letter-spacing:2px;background:#efeaff;color:var(--purple-d);padding:4px 10px;border-radius:10px}.att{display:grid;gap:8px}.att-card{border:2px solid #eee8ff;border-radius:16px;padding:12px}.att-card.ok{border-color:#bdebd5;background:#f3fbf7}.att-card.retry{border-color:#ffd9bf;background:#fff8f3}.chart{display:flex;align-items:flex-end;gap:5px;height:110px;padding:8px 0}.bar{flex:1;background:#e6defb;border-radius:6px 6px 0 0;position:relative;min-height:3px}.bar>span{position:absolute;bottom:0;left:0;right:0;background:var(--purple);border-radius:6px 6px 0 0}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat{background:#faf8ff;border-radius:16px;padding:14px;text-align:center}.stat b{font-size:26px;display:block;color:var(--purple-d)}.stat span{font-size:12px;color:var(--muted)}audio{width:100%;margin-top:6px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);background:var(--ink);color:#fff;padding:12px 18px;border-radius:14px;font-weight:700;z-index:60;box-shadow:var(--shadow)}.hintbox{background:#fff7e8;border:2px solid #ffe2b0;color:#8a5a10;border-radius:14px;padding:12px 14px;font-weight:700;font-size:14px}.auth-page{max-width:900px;margin:0 auto}.auth-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;padding:0;margin-top:22px;overflow:hidden}.auth-intro{padding:38px 34px;color:#fff;background:linear-gradient(145deg,#32205f,#7342ee)}.auth-intro .eyebrow{color:#d9cbff}.auth-intro h1{font-size:31px;margin:7px 0 12px}.auth-intro p{margin:0;color:#eee9ff;line-height:1.55}.auth-intro ul{display:grid;gap:13px;margin:30px 0 0;padding:0;list-style:none}.auth-intro li{display:flex;gap:9px;align-items:flex-start;font-size:14px;font-weight:800}.auth-intro li:before{content:"✓";width:22px;height:22px;display:grid;place-items:center;flex:none;border-radius:50%;color:#fff;background:#ffffff2e}.auth-icon{width:65px;height:65px;display:grid;place-items:center;margin-bottom:22px;border-radius:20px;background:#ffffff29;font-size:37px}.auth-panel{min-width:0;padding:28px 32px 32px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;margin-bottom:25px;border-radius:14px;background:#eee9fa}.auth-tabs button{padding:10px 8px;border-radius:10px;color:var(--muted);background:transparent;font-size:14px;font-weight:900}.auth-tabs button.active{color:var(--purple-d);background:#fff;box-shadow:0 3px 12px #412d781a}.auth-form{display:grid;gap:9px}.auth-form[hidden]{display:none}.auth-form h2{font-size:23px}.auth-form>p{margin:-2px 0 8px;font-size:13px;line-height:1.45}.auth-form label{margin:4px 0 -3px}.auth-form input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px #7c4dff1f}.auth-form .btn{width:100%;margin-top:5px}.auth-error{min-height:18px;color:#bc3244;font-size:13px;font-weight:800}.auth-legal{color:var(--muted);text-align:center;line-height:1.4}.account-line{display:inline-flex;margin-top:5px;color:var(--purple-d);font-size:13px;font-weight:900}.dashboard-head{padding:8px 4px 12px}.dashboard-head h1{font-size:32px;letter-spacing:-.5px}.dashboard-head p{color:var(--muted);margin:6px 0 0;line-height:1.45}.eyebrow{color:var(--purple-d);font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:5px}.logo-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.voice-training{border:2px solid #e2dcff}.voice-training h2{font-size:20px}.voice-training-actions{display:flex;gap:10px;flex-wrap:wrap}.voice-training-actions .btn{min-width:140px}.profile-avatar,.profile-emoji{width:64px;height:64px;border-radius:20px;flex:none}.profile-avatar{object-fit:cover;border:3px solid #eee9ff;background:#f4f1ff}.profile-emoji{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f1ecff,#e4dcff);font-size:38px}.profile-avatar.small,.profile-emoji.small{width:46px;height:46px;border-radius:15px;font-size:27px}.child-summary{display:flex;align-items:center;gap:16px}.child-summary h1,.child-summary h2{margin:0}.child-summary p{margin:4px 0 0}.dashboard-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;background:#eae4fa;padding:6px;border-radius:17px}.dashboard-tabs button{padding:11px;border-radius:12px;background:transparent;color:var(--muted);font-size:15px;font-weight:900}.dashboard-tabs button.active{background:#fff;color:var(--purple-d);box-shadow:0 3px 12px #412d781a}.dashboard-tabs button span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:99px;background:#eee9ff;margin-left:4px;font-size:12px}.child-card-list{margin-top:12px}.child-dashboard-card{padding:18px}.child-card-main{display:flex;align-items:center;gap:14px}.child-card-name{min-width:0;flex:1}.child-card-name h2{margin:0}.child-card-name p{margin:3px 0 0;color:var(--muted);font-size:14px}.child-card-badges{display:flex;align-items:flex-end;gap:6px;flex-direction:column;flex:none}.child-card-meta{display:flex;align-items:center;gap:12px;margin-top:10px;color:var(--muted);font-size:12px;flex-wrap:wrap}.subscription-badge{display:inline-flex;align-items:center;border-radius:99px;padding:5px 9px;font-size:10px;font-weight:900;white-space:nowrap}.subscription-badge.paid{color:#16744a;background:#dff7eb}.subscription-badge.trial{color:#725114;background:#fff1cb}.subscription-badge.overdue{color:#a52e3b;background:#ffe1e5}.billing-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:12px}.billing-overview>div{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:7px;padding:8px 10px;border-right:1px solid #eee9fa}.billing-overview>div:last-child{border-right:0}.billing-overview b{font-size:20px}.billing-overview small{color:var(--muted);font-weight:800}.billing-dot{width:10px;height:10px;border-radius:50%}.billing-dot.paid{background:var(--good)}.billing-dot.trial{background:#e5a62a}.billing-dot.overdue{background:#e35463}.child-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.child-mini-stats div{background:#f8f6ff;border-radius:13px;padding:10px;text-align:center}.child-mini-stats b{display:block;color:var(--purple-d);font-size:20px}.child-mini-stats span{color:var(--muted);font-size:11px}.child-card-actions{border-top:1px solid #eee9fa;margin-top:14px;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.child-card-actions .manage,.child-card-actions .parent-view{background:none;padding:4px;font-size:13px;font-weight:900;text-decoration:none}.child-card-actions .manage{color:var(--ink)}.child-card-actions .parent-view{color:var(--purple-d)}.empty-state{text-align:center;padding:34px 22px}.empty-state>div{font-size:46px}.empty-state p{max-width:450px;margin:8px auto 0}.rating-card{padding:18px;margin-top:12px}.rating-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.rating-heading p{margin:3px 0 0;font-size:13px}.rating-list{display:grid}.rating-row{display:flex;align-items:center;gap:12px;padding:13px 4px;border-top:1px solid #eee9fa;color:var(--ink);text-decoration:none}.rating-place{width:34px;text-align:center;font-size:22px;font-weight:900}.rating-name{flex:1;min-width:0}.rating-name b,.rating-name small,.rating-score b,.rating-score small{display:block}.rating-name small,.rating-score small{color:var(--muted);font-size:11px;margin-top:2px}.rating-score{text-align:right}.rating-score b{color:var(--purple-d);font-size:22px}.form-card{gap:18px}.form-section-title{color:var(--ink);font-size:17px;font-weight:900;padding-top:4px;border-top:1px solid #eee9fa;padding-bottom:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pair-assignment{display:grid;gap:11px;margin:0;padding:16px;border:1px solid #ded5f7;border-radius:17px;background:#faf8ff}.pair-assignment legend{padding:0 7px;color:var(--ink);font-weight:900}.pair-assignment>p{margin:0;font-size:13px;line-height:1.4}.pair-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.pair-checks label{display:flex;align-items:center;gap:10px;margin:0;padding:12px;border:1px solid #e5def8;border-radius:13px;background:#fff;cursor:pointer}.pair-checks input{width:20px;height:20px;flex:none;accent-color:var(--purple)}.pair-checks b,.pair-checks small{display:block}.pair-checks small{margin-top:2px;color:var(--muted);font-size:11px;font-weight:600}.avatar-picker{display:flex;align-items:flex-start;gap:16px}.avatar-preview{width:92px;height:92px;display:flex;align-items:center;justify-content:center;flex:none;border-radius:24px;background:#efeaff;font-size:52px;overflow:hidden}.avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-preview.has-photo{border:3px solid var(--purple)}.avatar-gallery{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:8px}.avatar-gallery button{width:37px;height:37px;border-radius:10px;background:#f6f3ff;font-size:23px;padding:0}.avatar-gallery button.selected{background:#ddd2ff;box-shadow:inset 0 0 0 2px var(--purple)}.upload-avatar{display:inline-flex;align-items:center;color:var(--purple-d);background:#eee9ff;border-radius:10px;padding:8px 11px;cursor:pointer;margin:0 5px 4px 0}.access-note{display:flex;gap:10px;align-items:flex-start;background:#f4f1ff;border-radius:14px;padding:12px}.access-note>span{font-size:22px}.access-note p{margin:0;line-height:1.35}.access-note small{color:var(--muted)}.child-profile-shell{width:min(1480px,calc(100vw - 32px));min-height:calc(100vh - 32px);margin-left:50%;overflow:hidden;transform:translate(-50%);border:1px solid rgba(74,62,130,.12);border-radius:5px;background:radial-gradient(circle at 8% 13%,rgba(105,69,245,.05),transparent 26%),linear-gradient(180deg,#fbfcff,#f5f7ff);box-shadow:0 18px 50px #271e5c14;color:#11152f;text-align:left}.child-profile-topbar{min-height:84px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:28px;padding:0 38px;border-bottom:1px solid #dfe2ef;background:#fffffff5}.child-profile-brand{display:inline-flex;align-items:center;gap:12px;justify-self:start;padding:0;color:#4d2de0;background:transparent;font-size:28px;font-weight:1000;letter-spacing:-.8px}.child-profile-brand img{width:50px;height:50px}.child-profile-topbar>nav{height:100%;display:flex;align-items:stretch;gap:54px}.child-profile-topbar>nav button{min-width:75px;position:relative;padding:3px 0 0;color:#171a36;background:transparent;font-size:16px;font-weight:800}.child-profile-topbar>nav button.active{color:#4c2ddd}.child-profile-topbar>nav button.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:4px;border-radius:4px 4px 0 0;background:#5734e8}.child-profile-specialist{display:flex;align-items:center;gap:12px}.child-profile-specialist>img{width:58px;height:58px;object-fit:cover;border-radius:50%;background:#eeeaff}.child-profile-specialist b{max-width:190px;overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.child-profile-specialist button{padding:8px 0 8px 12px;color:#4c2ddd;background:transparent;font-size:14px;font-weight:800}.child-profile-content{padding:20px 36px 34px}.child-profile-breadcrumb{margin:0 2px 12px;color:#4b2bd9;font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.child-profile-breadcrumb i{padding:0 12px;color:#7b819c;font-style:normal}.child-profile-summary{min-height:166px;display:grid;grid-template-columns:170px 1fr 300px;align-items:center;gap:20px;padding:8px 34px 8px 18px;border:1px solid #e0e3ed;border-radius:15px;background:#fff;box-shadow:0 8px 22px #29235a14}.child-profile-avatar{width:145px;height:145px;overflow:hidden;border-radius:50%;background:#ebe7ff}.child-profile-avatar img{width:100%;height:100%;display:block;object-fit:cover}.child-profile-identity{min-width:0;display:grid;grid-template-columns:minmax(220px,340px) 1fr;gap:8px 30px;align-items:center}.child-profile-identity>div:first-child{display:flex;align-items:center;gap:17px}.child-profile-identity h1{margin:0;color:#0b1032;font-size:48px;line-height:1;letter-spacing:-1.5px}.child-profile-identity>div:first-child span{padding:7px 13px;border:1px solid #ddd4ff;border-radius:8px;color:#5030df;background:#f5f2ff;font-size:14px}.child-profile-identity p{display:flex;align-items:center;gap:10px;margin:0;color:#161a38;font-size:15px}.child-profile-identity p.connected{color:#287c26}.child-profile-identity p img{width:20px;height:20px;flex:none}.child-profile-identity>div:last-child{display:flex;gap:14px;grid-column:1}.child-profile-identity>div:last-child span{min-width:118px;padding:8px 15px;border:1.5px solid #6240ef;border-radius:7px;color:#4e2ddb;font-size:16px;text-align:center}.child-profile-summary-actions{display:grid;gap:12px}.child-profile-summary-actions button,.child-profile-summary-actions a{min-height:43px;display:flex;align-items:center;justify-content:center;gap:13px;padding:9px 14px;border:1.5px solid #5b38e8;border-radius:8px;color:#4d2dde;background:#fff;font-size:15px;font-weight:800;text-decoration:none}.child-profile-summary-actions a{color:#fff;background:linear-gradient(135deg,#6d48ef,#4522ca);box-shadow:0 7px 13px #4222bb33}.child-profile-summary-actions img{width:22px;height:22px}.child-profile-summary-actions a img{filter:brightness(0) invert(1)}.child-profile-tabs{min-height:51px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:10px;padding:0 18px;border:1px solid #e0e3ed;border-radius:13px;background:#fff;box-shadow:0 7px 17px #29235a12}.child-profile-tabs button{position:relative;color:#3d456c;background:transparent;font-size:15px}.child-profile-tabs button.active{color:#4f2dde}.child-profile-tabs button.active:after{content:"";height:3px;position:absolute;right:10px;bottom:0;left:10px;border-radius:3px 3px 0 0;background:#5935eb}.child-profile-tabs span{min-width:24px;height:24px;display:inline-grid;place-items:center;margin-left:6px;border-radius:50%;color:#fff;background:#5c37e9;font-size:11px;font-weight:900}.child-profile-layout{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(330px,.95fr);gap:24px;margin-top:11px}.child-profile-main,.child-profile-aside{min-width:0;display:grid;align-content:start;gap:11px}.child-profile-panel{min-width:0;padding:15px 20px;border:1px solid #e0e3ed;border-radius:14px;background:#fff;box-shadow:0 7px 18px #29235a12;scroll-margin:95px}.child-profile-panel h2{color:#0d1231;font-size:21px}.child-profile-panel-heading p{margin:4px 0 0;color:#67708d;font-size:13px}.child-profile-program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:12px}.child-profile-program{min-width:0;min-height:126px;display:grid;grid-template-columns:48px 1fr auto;grid-template-rows:auto 1fr auto;align-items:center;gap:4px 12px;position:relative;margin:0;padding:13px 14px;border:1.5px solid #dfe1eb;border-radius:9px;color:#171a38;background:#fff;cursor:pointer}.child-profile-program.active{border-color:#6744ef}.child-profile-program>input{width:1px;height:1px;position:absolute;opacity:0;pointer-events:none}.child-profile-program>img{width:45px;height:45px;grid-row:1 / 3}.child-profile-program>span:nth-of-type(1){min-width:0;display:grid}.child-profile-program>span b{overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.child-profile-program>span small{margin-top:2px;color:#69718f;font-size:11px}.child-profile-program>em{grid-column:1;width:max-content;padding:4px 8px;border-radius:5px;color:#6b738f;background:#edf0f5;font-size:10px;font-style:normal}.child-profile-program.active>em{color:#287a24;background:#e3f4df}.child-profile-pair-progress{grid-column:2 / -1;display:grid!important;grid-template-columns:1fr}.child-profile-pair-progress small{justify-self:end;color:#333a60!important}.child-profile-pair-progress i{height:5px;overflow:hidden;border-radius:99px;background:#e8e9ef}.child-profile-pair-progress u{height:100%;display:block;border-radius:inherit;background:#5d39e8;text-decoration:none}.child-profile-program>button{width:31px;height:31px;align-self:start;padding:5px;border-radius:8px;color:#5d3be7;background:transparent}.child-profile-program>button.required{background:#eee9ff;box-shadow:inset 0 0 0 1px #c8bcff}.child-profile-program>button img{width:100%;height:100%}.child-profile-add-pair{min-height:126px;display:flex;align-items:center;justify-content:center;gap:14px;padding:13px;border:1.5px dashed #6847e9;border-radius:9px;color:#4e2bdc;background:#fff;font-size:14px;font-weight:800}.child-profile-add-pair img{width:32px;height:32px}.child-profile-settings{position:relative}.child-profile-settings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:9px}.child-profile-settings-grid>article,.child-profile-warmup{min-width:0;min-height:90px;margin:0;padding:9px 10px;border:1px solid #d9ddea;border-radius:8px}.child-profile-settings-grid>article>div:first-child{min-height:37px;display:flex;align-items:center;gap:8px;color:#46506f;font-size:12px}.child-profile-settings-grid>article>div:first-child img{width:32px;height:32px;object-fit:contain}.child-profile-stepper{min-height:34px;display:grid;grid-template-columns:34px 1fr 34px;align-items:stretch;margin-top:4px;overflow:hidden;border:1px solid #d7dbe7;border-radius:6px}.child-profile-stepper button{padding:0;color:#5835e5;background:#fafaff;font-size:19px}.child-profile-stepper b{display:grid;place-items:center;border-right:1px solid #d7dbe7;border-left:1px solid #d7dbe7;font-size:12px;white-space:nowrap}.child-profile-warmup{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:8px;cursor:pointer}.child-profile-warmup>img{width:44px;height:44px;object-fit:contain}.child-profile-warmup span{display:grid}.child-profile-warmup b{color:#3c4568;font-size:12px;line-height:1.2}.child-profile-warmup small{margin-top:2px;color:#79809a;font-size:9px;line-height:1.2}.child-profile-warmup input{width:1px;height:1px;position:absolute;opacity:0}.child-profile-warmup i{width:42px;height:24px;position:relative;border-radius:99px;background:#cbcbd7}.child-profile-warmup i:after{content:"";width:18px;height:18px;position:absolute;top:3px;left:3px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0000002e;transition:transform .15s}.child-profile-warmup input:checked+i{background:linear-gradient(135deg,#7450ef,#4521ca)}.child-profile-warmup input:checked+i:after{transform:translate(18px)}.child-profile-parent-play{display:inline-flex;align-items:center;gap:7px;margin:10px 0 0;color:#67708d;font-size:11px;cursor:pointer}.child-profile-parent-play input{width:17px;height:17px;accent-color:#5d39e8}.child-profile-save{min-width:265px;min-height:36px;display:flex;align-items:center;justify-content:center;gap:9px;margin:8px 0 0 auto;padding:7px 16px;border:1.5px solid #5d3be7;border-radius:7px;color:#4f2ddd;background:#fff;font-size:13px;font-weight:800}.child-profile-save img{width:18px;height:18px}.child-profile-attempts h2{margin-bottom:8px}.child-profile-attempt-head,.child-profile-attempt{display:grid;grid-template-columns:1.45fr 1fr .8fr 1fr 1.15fr;align-items:center;gap:8px}.child-profile-attempt-head{min-height:30px;padding:0 10px;border:1px solid #d9ddea;border-radius:8px 8px 0 0;color:#5f6886;font-size:10px}.child-profile-attempt{min-height:38px;padding:5px 10px;border:1px solid #d9ddea;border-top:0;color:#2c3255;font-size:11px}.child-profile-attempt:last-child{border-radius:0 0 8px 8px}.child-profile-attempt>span:first-child{display:flex;align-items:center;gap:6px}.child-profile-attempt>span:first-child img{display:none;width:15px;height:15px}.child-profile-attempt b{font-size:11px}.child-profile-attempt em{width:max-content;padding:3px 8px;border-radius:5px;color:#217125;background:#dff2dc;font-style:normal;font-weight:900}.child-profile-attempt button{display:flex;align-items:center;gap:7px;padding:3px;color:#5130df;background:transparent;font-size:11px;font-weight:800}.child-profile-attempt button img{width:18px;height:18px}.child-profile-attempt>small{color:#7a819a}.child-profile-month{text-align:center}.child-profile-month>div{display:grid;grid-template-columns:repeat(3,1fr);margin-top:10px}.child-profile-month article{min-width:0;display:grid;justify-items:center;padding:0 10px;border-right:1px solid #e2e5ed}.child-profile-month article:last-child{border:0}.child-profile-month article img{width:72px;height:72px;object-fit:contain}.child-profile-month article b{margin-top:-3px;color:#0b1032;font-size:37px;line-height:1}.child-profile-month article span{margin-top:3px;color:#505978;font-size:11px}.child-profile-month>a{min-height:39px;display:flex;align-items:center;justify-content:center;gap:17px;margin-top:13px;border:1px solid #d8ddec;border-radius:7px;color:#5231df;font-size:13px;font-weight:800;text-decoration:none}.child-profile-month>a img{width:17px;height:17px}.child-profile-progress{display:grid;gap:11px}.child-profile-progress>div{display:grid;grid-template-columns:75px 1fr 42px;align-items:center;gap:8px;font-size:12px}.child-profile-progress i{height:6px;overflow:hidden;border-radius:99px;background:#e7e8ee}.child-profile-progress u{height:100%;display:block;border-radius:inherit;background:#5a37e4;text-decoration:none}.child-profile-progress b{text-align:right}.child-profile-note{min-height:165px;display:grid;grid-template-columns:1fr 135px;align-items:center;overflow:hidden;position:relative;background:linear-gradient(135deg,#fff,#eee9ff)}.child-profile-note>div{position:relative;z-index:2}.child-profile-note p{min-height:44px;margin:8px 0 12px;color:#2e3456;font-size:12px;line-height:1.45;white-space:pre-line}.child-profile-note button{min-height:36px;display:flex;align-items:center;gap:9px;padding:7px 13px;border:1.5px solid #5d3be7;border-radius:7px;color:#4f2ddd;background:#fff;font-size:12px;font-weight:800}.child-profile-note button img{width:18px;height:18px}.child-profile-note>img{width:145px;height:145px;position:absolute;right:-2px;bottom:-7px;object-fit:contain}.child-profile-billing{padding:0;overflow:hidden}.child-profile-billing summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px;cursor:pointer}.child-profile-billing summary span{font-size:12px}.child-profile-billing summary small{color:#747b97;font-size:10px}.child-profile-billing>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 14px}.child-profile-billing label{grid-column:1 / -1;margin:0;font-size:11px}.child-profile-billing input{margin-top:4px;padding:8px 10px;font-size:13px}.child-profile-billing button{min-height:35px;padding:7px;border-radius:7px;color:#fff;background:#5d39e8;font-size:11px;font-weight:800}.child-profile-billing button:first-of-type{color:#5130df;background:#eee9ff}.child-profile-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:16px;background:#19143694;backdrop-filter:blur(5px)}.child-profile-modal[hidden]{display:none}.child-profile-modal>div{width:min(480px,100%);display:grid;gap:11px;position:relative;padding:27px;border-radius:18px;background:#fff;box-shadow:0 20px 55px #140e3f47}.child-profile-modal>div>button:first-child{width:38px;height:38px;position:absolute;top:9px;right:10px;border-radius:50%;color:#756e8d;background:#f1eff8;font-size:25px}.child-profile-modal h2{margin:0 0 5px;font-size:23px}.child-profile-modal label{margin:0}.child-profile-modal input,.child-profile-modal textarea{margin-top:5px;border-width:1px;border-color:#d6d9e6;border-radius:8px}.child-profile-modal .primary{min-height:48px;margin-top:4px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#6d48ef,#4522ca);font-size:15px;font-weight:900}@media (max-width: 1120px){.child-profile-topbar{grid-template-columns:210px 1fr auto;padding:0 25px}.child-profile-topbar>nav{gap:25px}.child-profile-content{padding-right:22px;padding-left:22px}.child-profile-summary{grid-template-columns:145px 1fr 250px;padding-right:22px}.child-profile-avatar{width:125px;height:125px}.child-profile-identity{grid-template-columns:1fr;gap:7px}.child-profile-identity>div:last-child{grid-column:1}.child-profile-layout{grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:14px}.child-profile-program-grid,.child-profile-settings-grid{grid-template-columns:1fr 1fr}}@media (max-width: 760px){.child-profile-shell{width:100%;min-height:calc(100vh - 24px);margin-left:0;transform:none;border:0;border-radius:0;box-shadow:none}.child-profile-topbar{min-height:72px;grid-template-columns:1fr auto;padding:0 14px}.child-profile-brand{gap:9px;font-size:23px}.child-profile-brand img{width:44px;height:44px}.child-profile-topbar>nav,.child-profile-specialist b,.child-profile-specialist button{display:none}.child-profile-specialist>img{width:49px;height:49px}.child-profile-content{padding:20px 10px 28px}.child-profile-breadcrumb{margin-left:6px;font-size:10px;letter-spacing:1.7px}.child-profile-breadcrumb i:last-of-type,.child-profile-breadcrumb i:last-of-type+*{display:none}.child-profile-summary{grid-template-columns:155px 1fr;gap:12px;padding:12px}.child-profile-avatar{width:150px;height:150px}.child-profile-identity{display:grid;grid-template-columns:1fr;gap:7px}.child-profile-identity>div:first-child{align-items:flex-start;flex-direction:column;gap:7px}.child-profile-identity h1{font-size:39px}.child-profile-identity p{font-size:13px}.child-profile-identity>div:last-child{flex-wrap:wrap;gap:7px}.child-profile-identity>div:last-child span{min-width:102px;padding:7px 10px;font-size:13px}.child-profile-summary-actions{grid-column:1 / -1;grid-template-columns:1fr 1fr;gap:8px}.child-profile-summary-actions button,.child-profile-summary-actions a{min-height:48px;padding:7px;font-size:13px}.child-profile-tabs{min-height:54px;margin-top:10px;padding:0 4px}.child-profile-tabs button{font-size:12px}.child-profile-tabs span{min-width:20px;height:20px;margin-left:2px;font-size:10px}.child-profile-layout{display:flex;flex-direction:column;gap:10px}.child-profile-main,.child-profile-aside{display:contents}.child-profile-month{order:1}.child-profile-programs{order:2}.child-profile-settings{order:3}.child-profile-progress{order:4}.child-profile-attempts{order:5}.child-profile-note{order:6}.child-profile-billing{order:7}.child-profile-panel{padding:14px 12px;border-radius:13px}.child-profile-program-grid{grid-template-columns:1fr;gap:7px}.child-profile-program{min-height:69px;grid-template-columns:46px 1.1fr auto 1.2fr 34px;grid-template-rows:1fr;gap:8px;padding:8px 10px}.child-profile-program>img{width:43px;height:43px;grid-row:auto}.child-profile-program>em{grid-column:auto;justify-self:center}.child-profile-pair-progress{grid-column:auto}.child-profile-program>button{grid-column:auto}.child-profile-add-pair{min-height:48px}.child-profile-add-pair img{width:25px;height:25px}.child-profile-settings-grid{grid-template-columns:repeat(3,1fr);gap:7px}.child-profile-settings-grid>article{min-height:90px}.child-profile-warmup{min-height:67px;grid-column:1 / -1}.child-profile-save{width:100%;min-width:0}.child-profile-month article img{width:73px;height:73px}.child-profile-month article b{font-size:36px}.child-profile-attempt-head{display:none}.child-profile-attempt{min-height:45px;grid-template-columns:1.35fr .8fr .55fr .8fr 1fr;border-top:1px solid #d9ddea;font-size:10px}.child-profile-attempt+.child-profile-attempt{border-top:0}.child-profile-attempt>span:first-child img{display:block}.child-profile-attempt button{font-size:10px}}@media (max-width: 480px){.child-profile-summary{grid-template-columns:118px 1fr}.child-profile-avatar{width:116px;height:116px}.child-profile-identity h1{font-size:33px}.child-profile-identity>div:first-child span{padding:5px 8px;font-size:11px}.child-profile-identity p{gap:6px;font-size:11px}.child-profile-identity p img{width:17px;height:17px}.child-profile-summary-actions{grid-template-columns:1fr}.child-profile-tabs button{font-size:10px}.child-profile-program{grid-template-columns:39px 1fr auto;grid-template-rows:auto auto}.child-profile-program>img{width:37px;height:37px;grid-row:1 / -1}.child-profile-program>em{grid-column:3;grid-row:1}.child-profile-pair-progress{grid-column:2;grid-row:2}.child-profile-program>button{position:static;grid-column:3;grid-row:2;align-self:end;transform:scale(.82)}.child-profile-settings-grid{grid-template-columns:1fr}.child-profile-settings-grid>article{min-height:82px}.child-profile-attempt{grid-template-columns:1fr auto;gap:5px 10px;padding:8px}.child-profile-attempt>*:before{content:attr(data-label);display:block;color:#81869d;font-size:8px;font-weight:600}.child-profile-attempt>span:first-child img{display:none}.child-profile-attempt button,.child-profile-attempt>small{justify-self:end}.child-profile-note{grid-template-columns:1fr 100px}.child-profile-note>img{width:115px;height:115px}}.add-child-shell{width:min(1440px,calc(100vw - 32px));min-height:calc(100vh - 32px);margin-left:50%;overflow:hidden;transform:translate(-50%);border:1px solid rgba(74,62,130,.12);border-radius:5px;background:radial-gradient(circle at 11% 18%,rgba(112,76,255,.06),transparent 26%),linear-gradient(180deg,#fbfcff,#f6f8ff);box-shadow:0 18px 50px #271e5c14}.add-child-topbar{min-height:78px;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:24px;padding:0 38px;border-bottom:1px solid #dde1ef;background:#fffffff0}.add-child-brand{display:inline-flex;align-items:center;gap:13px;padding:0;color:#4d2de0;background:transparent;font-size:29px;font-weight:1000;letter-spacing:-.8px}.add-child-brand img{width:50px;height:50px}.add-child-nav{height:100%;display:flex;align-items:stretch;gap:56px}.add-child-nav button,.add-child-nav a{min-width:78px;display:grid;place-items:center;position:relative;padding:3px 0 0;color:#151633;background:transparent;font-size:16px;font-weight:800;text-decoration:none}.add-child-nav .active{color:#4b2ddd}.add-child-nav .active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:4px;border-radius:4px 4px 0 0;background:#623bf0}.add-child-account{display:flex;align-items:center;gap:13px;color:#16172f}.add-child-account>img{width:58px;height:58px;object-fit:contain;border-radius:50%}.add-child-account strong{max-width:180px;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.add-child-account button{padding:8px 0 8px 8px;color:#4d2de0;background:transparent;font-size:15px}.add-child-content{padding:27px 38px 34px}.add-child-mobile-back{display:none}.add-child-heading{margin-bottom:14px}.add-child-heading .eyebrow{color:#4424d8;font-size:13px;letter-spacing:2.2px}.add-child-heading .eyebrow span{padding:0 11px;color:#747a99}.add-child-heading h1{margin:2px 0 0;color:#0d1230;font-size:clamp(38px,4vw,54px);line-height:1.05;letter-spacing:-1.8px}.add-child-heading p{margin:6px 0 0;color:#69708e;font-size:17px}.add-child-layout{display:grid;grid-template-columns:minmax(0,2.35fr) minmax(310px,.95fr);gap:42px;align-items:start}.add-child-form{overflow:hidden;border:1px solid #e0e3ed;border-radius:15px;background:#fff;box-shadow:0 8px 22px #29235a14}.add-child-section{padding:18px 22px 15px;border-bottom:1px solid #e5e7f0}.add-section-title{display:flex;align-items:center;gap:13px;margin-bottom:9px}.add-section-title>span,.add-next-card li span{width:30px;height:30px;display:grid;place-items:center;flex:none;border-radius:50%;color:#fff;background:linear-gradient(145deg,#7554f7,#4524cd);box-shadow:0 5px 12px #5632e133;font-size:16px;font-weight:900}.add-section-title h2{color:#141632;font-size:21px;letter-spacing:-.25px}.add-child-section>label:not(.add-avatar-label){margin:0 0 5px;color:#626b8e;font-size:13px}.add-child-section>input,.add-child-section>select{min-height:44px;padding:10px 14px;border:1px solid #cbd1e2;border-radius:8px;background:#fff;color:#161a38}.add-child-section>input:focus,.add-child-section>select:focus,.add-parent-fields input:focus{outline:0;border-color:#6341ef;box-shadow:0 0 0 3px #6341ef1c}.add-avatar-label{margin:9px 0 7px;color:#626b8e;font-size:14px}.add-avatar-grid{display:grid;grid-template-columns:repeat(7,minmax(70px,1fr));gap:12px;align-items:center}.add-avatar-option{aspect-ratio:1;min-width:0;position:relative;padding:2px;border:3px solid transparent;border-radius:50%;background:transparent;transition:border-color .15s,transform .15s}.add-avatar-option:hover{transform:translateY(-2px)}.add-avatar-option>img:first-child{width:100%;height:100%;display:block;object-fit:contain;border-radius:50%}.add-avatar-option.selected{border-color:#5835ec;box-shadow:0 0 0 2px #fff,0 0 0 3px #5835ec}.add-avatar-check{display:none;position:absolute;right:-5px;bottom:2px;width:28px;height:28px}.add-avatar-option.selected .add-avatar-check{display:block}.add-avatar-upload{aspect-ratio:1;min-width:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;margin:0;border:2px dashed #a999f7;border-radius:12px;color:#4524d8;cursor:pointer;font-size:12px;line-height:1.08;text-align:center}.add-avatar-upload img{width:29px;height:29px}.add-parent-tabs{width:min(420px,100%);display:grid;grid-template-columns:1fr 1fr;margin-bottom:10px;overflow:hidden;border:1px solid #cbd1e2;border-radius:8px}.add-parent-tabs button{min-height:36px;display:flex;align-items:center;justify-content:center;gap:9px;color:#59617e;background:#fff;font-size:14px;font-weight:800}.add-parent-tabs button+button{border-left:1px solid #cbd1e2}.add-parent-tabs button.active{color:#fff;background:linear-gradient(135deg,#6844ef,#3d21c6)}.add-parent-tabs img{width:18px;height:18px}.add-parent-tabs button.active img{filter:brightness(0) invert(1)}.add-parent-fields{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:22px;align-items:end}.add-parent-fields label{margin-bottom:5px;color:#626b8e;font-size:12px}.add-parent-fields input{min-height:42px;padding:9px 13px;border:1px solid #cbd1e2;border-radius:8px}.add-parent-fields small{display:block;margin-top:4px;color:#79809d;font-size:10px}.add-generated-code{min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:5px 7px 5px 14px;border:1px solid #c8bcff;border-radius:8px;color:#5533dc;background:#f8f6ff;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.7px}.add-generated-code button{width:31px;height:31px;display:grid;place-items:center;padding:5px;background:transparent}.add-generated-code img{width:19px;height:19px}.add-code-mode-note{display:flex;align-items:center;gap:10px;margin-top:9px;padding:9px 11px;border-radius:9px;color:#4d397f;background:#f5f1ff}.add-code-mode-note[hidden]{display:none}.add-code-mode-note>img{width:23px;height:23px}.add-code-mode-note p,.add-code-mode-note b,.add-code-mode-note small{display:block;margin:0}.add-code-mode-note small{margin-top:2px;color:#777093;font-size:11px}.add-section-hint{margin:-4px 0 8px;color:#69708e;font-size:13px}.add-pair-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.add-pair-option{min-height:75px;display:flex;align-items:center;gap:14px;margin:0;padding:12px 15px;border:1.5px solid #5b38eb;border-radius:9px;color:#171a38;background:#fff;cursor:pointer}.add-pair-option input,.add-parent-play input{width:1px;height:1px;position:absolute;overflow:hidden;opacity:0;pointer-events:none}.add-pair-check,.add-parent-play-check{width:23px;height:23px;display:block;flex:none;border:2px solid #a99ceb;border-radius:5px;background:#fff}.add-pair-option input:checked+.add-pair-check,.add-parent-play input:checked+.add-parent-play-check{border-color:transparent;background:#6240ec url(/assets/add-child/checkbox-checked.svg) center / 100% 100% no-repeat}.add-pair-option b,.add-pair-option small{display:block}.add-pair-option b{color:#161a39;font-size:17px}.add-pair-option small{margin-top:2px;color:#626b8e;font-size:11px}.add-pair-option:has(input:not(:checked)){border-color:#d5d9e5;opacity:.62}.add-pair-more{min-height:75px;display:flex;align-items:center;justify-content:center;gap:14px;padding:12px;border:1.5px dashed #7960ed;border-radius:9px;color:#4e2bdc;background:#fff;font-size:15px}.add-pair-more img{width:25px;height:25px}.add-required-label{margin-top:10px!important}.add-child-section #requiredGamePair{max-width:420px}.add-child-form-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 22px 18px}.add-parent-play{display:flex;align-items:center;gap:10px;margin:0;color:#626b8e;font-size:12px;cursor:pointer}.add-parent-play-check{width:20px;height:20px}.add-child-actions{display:flex;align-items:center;gap:16px}.add-cancel,.add-create{min-height:52px;border-radius:9px;font-size:17px;font-weight:800}.add-cancel{min-width:145px;padding:10px 24px;border:1.5px solid #6341ef;color:#4d2ddd;background:#fff}.add-create{min-width:255px;display:flex;align-items:center;justify-content:center;gap:27px;padding:10px 20px;color:#fff;background:linear-gradient(135deg,#6746ef,#3e20c8);box-shadow:0 8px 16px #4727cd40}.add-create img{width:26px;height:26px;filter:brightness(0) invert(1)}.add-create:disabled{opacity:.65}.add-child-aside{display:grid;gap:17px}.add-preview-card,.add-next-card{padding:23px;border:1px solid #e0e3ed;border-radius:15px;background:#fff;box-shadow:0 8px 22px #29235a14}.add-preview-card>h2,.add-next-card>h2{color:#11142f;font-size:21px;text-align:center}.add-preview-main{display:grid;justify-items:center;margin-top:13px;text-align:center}.add-preview-avatar{width:150px;height:150px;overflow:hidden;border-radius:50%}.add-preview-avatar img{width:100%;height:100%;display:block;object-fit:cover}.add-preview-copy{display:grid;justify-items:center;gap:9px;margin-top:5px}.add-preview-copy>strong{max-width:280px;overflow:hidden;color:#11142f;font-size:29px;line-height:1.1;text-overflow:ellipsis}.add-preview-code{padding:5px 12px;border-radius:7px;color:#5938dc;background:#f0ecff;font-size:10px;font-weight:900;letter-spacing:.5px}.add-preview-pairs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.add-preview-pairs span{padding:6px 14px;border:1px solid #6240ec;border-radius:6px;color:#4b2bd7;font-size:13px;font-weight:800}.add-preview-status{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #edca7c;border-radius:8px;color:#86611e;background:#fff9e9;font-size:12px;font-weight:800}.add-preview-status img{width:15px;height:15px;filter:sepia(1) saturate(4)}.add-preview-status.ready{border-color:#c5e5bb;color:#267b24;background:#f4fbf1}.add-preview-status.ready img{filter:none}.add-next-card{background:linear-gradient(140deg,#fff,#f1edff)}.add-next-card>div{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:9px;margin-top:9px}.add-shield{width:130px;height:130px;object-fit:contain}.add-next-card ol{display:grid;gap:10px;margin:0;padding:0;list-style:none}.add-next-card li{display:grid;grid-template-columns:26px 1fr;align-items:center;gap:9px;color:#242645;font-size:12px;line-height:1.25}.add-next-card li span{width:26px;height:26px;font-size:13px}@media (max-width: 1100px){.add-child-layout{grid-template-columns:1fr;gap:18px}.add-child-aside{grid-template-columns:1fr 1fr}.add-preview-main{grid-template-columns:auto 1fr;align-items:center;justify-items:start;gap:18px;text-align:left}.add-preview-avatar{width:110px;height:110px}.add-preview-copy{justify-items:start;margin:0}.add-preview-pairs{justify-content:flex-start}}@media (max-width: 760px){.add-child-shell{width:100%;min-height:calc(100vh - 24px);margin-left:0;transform:none;border:0;border-radius:0;box-shadow:none}.add-child-topbar{min-height:72px;grid-template-columns:1fr auto;padding:0 16px;border-bottom-color:#e4e6f0}.add-child-brand{gap:10px;font-size:24px}.add-child-brand img{width:45px;height:45px}.add-child-nav,.add-child-account strong,.add-child-account button{display:none}.add-child-account>img{width:52px;height:52px}.add-child-content{padding:18px 14px 24px}.add-child-mobile-back{display:inline-flex;padding:5px 0;color:#5634dd;background:transparent;font-size:13px;font-weight:900}.add-child-heading{margin:5px 5px 14px}.add-child-heading .eyebrow{font-size:11px;letter-spacing:1.7px}.add-child-heading h1{margin-top:5px;font-size:clamp(32px,9vw,43px);letter-spacing:-1.3px}.add-child-heading p{font-size:14px;line-height:1.4}.add-child-layout{display:block}.add-child-form{display:grid;gap:10px;overflow:visible;border:0;background:transparent;box-shadow:none}.add-child-section,.add-child-form-footer,.add-preview-card,.add-next-card{border:1px solid #e0e3ed;border-radius:16px;background:#fff;box-shadow:0 7px 20px #29235a12}.add-child-section{padding:16px 15px}.add-section-title h2{font-size:19px}.add-avatar-grid{grid-template-columns:repeat(4,1fr);gap:12px}.add-parent-tabs{width:100%}.add-parent-fields{grid-template-columns:1fr;gap:10px}.add-code-field{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:8px}.add-code-field label{margin:0}.add-pair-grid{grid-template-columns:1fr;gap:7px}.add-pair-option,.add-pair-more{min-height:58px}.add-child-section #requiredGamePair{max-width:none}.add-child-form-footer{display:grid;padding:15px}.add-parent-play{font-size:12px}.add-child-actions{display:grid;grid-template-columns:.75fr 1.25fr;gap:10px}.add-cancel,.add-create{min-width:0;width:100%;min-height:50px;font-size:15px}.add-create{gap:12px}.add-child-aside{display:grid;grid-template-columns:1fr;gap:10px;margin-top:10px}.add-preview-card,.add-next-card{padding:15px}.add-preview-card>h2,.add-next-card>h2{text-align:left;font-size:19px}.add-preview-main{grid-template-columns:90px 1fr;gap:13px;margin-top:8px}.add-preview-avatar{width:90px;height:90px}.add-preview-copy{gap:6px}.add-preview-copy>strong{font-size:22px}.add-preview-pairs span{padding:4px 8px;font-size:11px}.add-preview-status{padding:5px 8px;font-size:10px}.add-next-card>div{grid-template-columns:105px 1fr}.add-shield{width:105px;height:105px}}@media (max-width: 430px){.add-avatar-grid{grid-template-columns:repeat(3,1fr);gap:13px}.add-avatar-upload{min-height:92px}.add-parent-tabs button{font-size:12px}.add-code-field,.add-child-actions{grid-template-columns:1fr}.add-cancel{order:2}.add-next-card>div{grid-template-columns:90px 1fr}.add-shield{width:92px;height:92px}.add-next-card li{font-size:11px}}.code-share{margin-top:24px;padding:30px}.share-code{background:#f4f1ff;border:2px dashed #c7b8ff;border-radius:16px;padding:12px 28px}.share-code small,.share-code b{display:block}.share-code small{color:var(--muted)}.share-code b{color:var(--purple-d);font-family:ui-monospace,monospace;font-size:30px;letter-spacing:4px}.btn.compact{padding:10px 13px;font-size:13px;text-decoration:none;text-align:center}.attempt-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.attempt-actions .btn{padding:11px 8px;font-size:14px}.review-date{font-size:12px;white-space:nowrap}.subscription-manage{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;border:2px solid transparent}.subscription-manage.paid{border-color:#ced;background:linear-gradient(135deg,#fff,#f0fbf6)}.subscription-manage.trial{border-color:#f6e2a6;background:linear-gradient(135deg,#fff,#fff9e9)}.subscription-manage.overdue{border-color:#f5cbd0;background:linear-gradient(135deg,#fff,#fff1f3)}.subscription-summary{display:flex;align-items:center;gap:13px;min-width:0}.subscription-summary h2{margin:1px 0 3px}.subscription-summary p{margin:0;line-height:1.4}.subscription-symbol{width:46px;height:46px;display:grid;place-items:center;flex:none;border-radius:15px;color:#fff;background:var(--purple);font-size:23px;font-weight:900}.subscription-manage.paid .subscription-symbol{background:var(--good)}.subscription-manage.trial .subscription-symbol{background:#e5a62a}.subscription-manage.overdue .subscription-symbol{background:#e35463}.subscription-controls{display:grid;grid-template-columns:auto auto;gap:7px;align-items:end;min-width:330px}.subscription-controls label{grid-column:1 / -1;margin:0}.subscription-controls input{margin-top:5px}.subscription-controls .btn{padding:10px 12px;font-size:12px;white-space:nowrap}.parent-dashboard{padding-bottom:20px}.month-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.metric{position:relative;background:#fff;box-shadow:var(--shadow);border-radius:20px;padding:18px 14px 15px;overflow:hidden}.metric:after{content:"";position:absolute;right:-18px;top:-18px;width:64px;height:64px;border-radius:50%;opacity:.13;background:currentColor}.metric b,.metric small{display:block}.metric b{color:var(--ink);font-size:29px;margin-top:9px}.metric small{color:var(--muted);font-weight:700}.metric-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;color:#fff;font-weight:900}.metric-green{color:var(--good)}.metric-green .metric-icon{background:var(--good)}.metric-violet{color:var(--purple)}.metric-violet .metric-icon{background:var(--purple)}.metric-orange{color:var(--warn)}.metric-orange .metric-icon{background:var(--warn)}.push-card{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;background:linear-gradient(135deg,#fff,#f4f0ff);border:1px solid #e6ddff}.push-icon{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:#e8e0ff;font-size:25px}.push-copy h2{margin:2px 0 5px}.push-copy p{margin:0 0 8px;line-height:1.4}.push-state{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:900}.push-state:before{content:"";width:8px;height:8px;border-radius:50%;background:#bbb4c8}.push-state.enabled{color:#16744a}.push-state.enabled:before{background:var(--good);box-shadow:0 0 0 4px #2fbe7e21}.push-actions{display:flex;flex-direction:column;gap:7px;min-width:116px}.push-actions .btn{padding:10px 13px;font-size:13px}.calendar-card{padding:20px}.calendar-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.calendar-weekdays{margin-bottom:7px}.calendar-weekdays span{text-align:center;color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.calendar-day{aspect-ratio:1;min-height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;position:relative;font-weight:900;border:2px solid transparent}.calendar-day i{position:absolute;right:4px;bottom:2px;font-size:10px;font-style:normal}.calendar-day.trained{background:#dff7eb;color:#16744a}.calendar-day.missed{background:#ffebeb;color:#bf4545}.calendar-day.future{background:#f4f2f8;color:#aaa4b8}.calendar-day.today{border-color:var(--purple)}.calendar-legend{display:flex;flex-wrap:wrap;gap:14px;border-top:1px solid #eee9fa;margin-top:16px;padding-top:14px;color:var(--muted);font-size:11px}.calendar-legend span{display:flex;align-items:center;gap:6px}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.trained{background:var(--good)}.legend-dot.missed{background:#ef6b6b}.legend-dot.future{background:#d5d1dd}.alltime-card{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.alltime-card>div{text-align:center;border-right:1px solid #eee9fa}.alltime-card>div:last-child{border:0}.alltime-card span,.alltime-card b,.alltime-card small{display:block}.alltime-card span{font-size:20px}.alltime-card b{margin:3px 0;font-size:18px}.alltime-card small{color:var(--muted)}.pair-progress-card{display:grid;gap:13px}.pair-progress-card h2{margin:2px 0 0}.pair-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.pair-stat-grid>div{padding:13px;border-radius:14px;background:#f6f3ff}.pair-stat-grid span,.pair-stat-grid b,.pair-stat-grid small{display:block}.pair-stat-grid span{color:var(--purple-d);font-size:12px;font-weight:900}.pair-stat-grid b{margin:6px 0 2px;font-size:24px}.pair-stat-grid small{color:var(--muted);font-size:11px}@media (max-width: 560px){.auth-card{grid-template-columns:1fr;margin-top:8px}.auth-intro{padding:23px 21px}.auth-intro h1{font-size:25px}.auth-intro p{font-size:13px}.auth-intro ul{display:none}.auth-icon{width:52px;height:52px;margin-bottom:14px;border-radius:16px;font-size:30px}.auth-panel{padding:20px 18px 24px}.auth-tabs{margin-bottom:18px}.dashboard-head h1{font-size:28px}.logo-head{align-items:flex-end}.logo-head .btn{padding:11px 13px;font-size:14px}.child-dashboard-card{padding:15px}.child-card-main{align-items:flex-start}.child-card-main .profile-avatar,.child-card-main .profile-emoji{width:52px;height:52px;border-radius:16px;font-size:31px}.child-card-name .row{align-items:flex-start}.child-card-badges{align-items:flex-end}.billing-overview{padding:8px;gap:3px}.billing-overview>div{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;padding:6px 3px;text-align:center}.billing-overview small{width:100%;font-size:9px}.subscription-manage{grid-template-columns:1fr;padding:15px}.subscription-controls{min-width:0;width:100%}.subscription-controls .btn{white-space:normal}.child-card-meta{gap:7px}.child-mini-stats span{font-size:10px}.child-card-actions{align-items:flex-start}.child-card-actions .parent-view{text-align:right}.month-stats{gap:7px}.metric{padding:13px 9px;border-radius:16px}.metric b{font-size:23px}.metric small{font-size:10px}.push-card{grid-template-columns:auto 1fr;padding:15px;gap:11px}.push-icon{width:43px;height:43px;border-radius:14px;font-size:21px}.push-copy h2{font-size:18px}.push-copy p{font-size:12px}.push-actions{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,1fr);width:100%}.push-actions .btn:only-child{grid-column:1 / -1}.calendar-card{padding:15px}.calendar-weekdays,.calendar-grid{gap:4px}.calendar-day{min-height:36px;border-radius:10px;font-size:13px}.calendar-title .pill{font-size:11px;padding:6px 9px}.calendar-legend{gap:8px}.child-summary{flex-wrap:wrap}.child-summary .compact{width:100%}.form-grid,.pair-checks,.pair-stat-grid{grid-template-columns:1fr}.avatar-picker{align-items:center}.avatar-preview{width:76px;height:76px;font-size:43px}.alltime-card{padding:16px 8px}.alltime-card b{font-size:15px}.alltime-card small{font-size:10px}.attempt-actions{grid-template-columns:1fr}}.landing{padding-bottom:18px}.landing-hero{padding:22px 12px 8px}.landing-hero h1{font-size:40px;letter-spacing:-1px;margin:4px 0}.landing-hero p{max-width:570px;margin:8px auto 0;color:var(--muted);line-height:1.55}.brand-mark{width:70px;height:70px;margin:0 auto 14px;display:grid;place-items:center;border-radius:24px;color:#fff;font-size:28px;font-weight:1000;background:linear-gradient(145deg,#8d61ff,#5a2de0);box-shadow:0 14px 32px #592de047;transform:rotate(-4deg)}.role-section{margin-top:12px}.role-section>h2,.role-section>p{text-align:center}.role-section>p{margin:4px 0 0}.role-tiles{margin-top:14px}.role-tile{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;font-family:inherit}.role-tile>span{color:var(--purple);font-weight:1000;font-size:24px}.role-tile.child-role{background:linear-gradient(155deg,#fff,#f1edff)}.role-tile.parent-role{background:linear-gradient(155deg,#fff,#ebfaf3)}.role-tile.logo-role{background:linear-gradient(155deg,#fff,#fff4e9)}.landing-admin-entry{display:flex;align-items:center;gap:14px;margin-top:12px;padding:14px 18px;border:1px solid rgba(124,77,255,.22);border-radius:18px;color:var(--ink);background:linear-gradient(135deg,#28233f,#3a2b67);box-shadow:0 10px 28px #36276933;text-decoration:none}.landing-admin-entry>span{width:45px;height:45px;display:grid;place-items:center;flex:none;border-radius:14px;background:#ffffff21;font-size:22px}.landing-admin-entry>div{min-width:0;flex:1}.landing-admin-entry small,.landing-admin-entry b,.landing-admin-entry p{display:block}.landing-admin-entry small{color:#b9a7f8;font-size:8px;font-weight:1000;letter-spacing:.12em}.landing-admin-entry b{margin-top:2px;color:#fff;font-size:15px}.landing-admin-entry p{margin:2px 0 0;color:#aaa4c2;font-size:10px}.landing-admin-entry>i{color:#bda9ff;font-size:22px;font-style:normal;font-weight:900}.landing-admin-entry:active{transform:scale(.985)}.landing-how{display:flex;align-items:center;justify-content:center;gap:13px;margin-top:12px}.landing-how div{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:800}.landing-how b{width:28px;height:28px;flex:none;display:grid;place-items:center;border-radius:50%;background:#efeaff;color:var(--purple-d)}.landing-how i{width:22px;height:2px;background:#ddd5f6}.landing-foot{font-size:12px}.role-gate{width:var(--gate-viewport-width, 100vw);height:var(--gate-viewport-height, 100dvh);display:flex;align-items:flex-start;justify-content:center;position:fixed;top:var(--gate-viewport-top, 0);left:var(--gate-viewport-left, 0);z-index:10000;padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));overflow:auto;overscroll-behavior:contain;box-sizing:border-box}.role-gate[hidden]{display:none}.role-backdrop{position:absolute;inset:0;background:#1d163c9e;backdrop-filter:blur(5px)}.role-gate-card{width:min(420px,100%);max-height:calc(var(--gate-viewport-height, 100dvh) - 24px);position:relative;z-index:1;margin:auto 0;padding:30px;overflow:auto;overscroll-behavior:contain;animation:gateIn .22s ease both}.role-gate-close{position:absolute;right:12px;top:8px;width:38px;height:38px;border-radius:50%;background:#f2effb;color:var(--muted);font-size:26px}.role-gate-icon{width:74px;height:74px;margin:0 auto;display:grid;place-items:center;border-radius:24px;background:#eee9ff;font-size:42px}.role-gate-card input{text-align:center;font:900 25px ui-monospace,monospace;letter-spacing:6px;text-transform:uppercase}body.modal-open{overflow:hidden}@keyframes gateIn{0%{opacity:0;transform:translateY(20px) scale(.96)}}.role-gate.keyboard-open{padding-top:7px;padding-bottom:7px}.role-gate.keyboard-open .role-gate-card{max-height:calc(var(--gate-viewport-height, 100dvh) - 14px);margin:0;padding:16px 20px;gap:7px}.role-gate.keyboard-open .role-gate-icon{width:48px;height:48px;border-radius:15px}.role-gate.keyboard-open .role-gate-close{top:5px;right:7px}.role-gate.keyboard-open .role-gate-card h2{margin:2px 0;font-size:20px}.role-gate.keyboard-open .role-gate-card p{margin:4px 0;font-size:13px}.role-gate.keyboard-open .role-gate-card input,.role-gate.keyboard-open .role-gate-card .btn{min-height:50px}.role-gate.keyboard-open .role-gate-card>small{display:none}.main-screen{width:min(1536px,100vw);min-height:100vh;margin:-16px 0 -16px 50%;overflow:hidden;transform:translate(-50%);border:1px solid #dfe0eb;background:radial-gradient(circle at 5% 26%,rgba(121,75,255,.08),transparent 24%),radial-gradient(circle at 92% 29%,rgba(121,75,255,.08),transparent 26%),linear-gradient(180deg,#fff,#fcfbff 54%,#f8f5ff);color:#15103f}.main-screen button,.main-screen a{font-family:inherit}.main-screen-header{min-height:94px;position:relative;z-index:20;border-bottom:1px solid #dcd7ef;background:#fffffff5;box-shadow:0 2px 7px #32226e0a}.main-screen-header-inner{width:min(1430px,calc(100% - 76px));min-height:94px;display:grid;grid-template-columns:330px 1fr;align-items:center;gap:28px;margin:0 auto}.main-screen-brand{display:inline-flex;align-items:center;gap:13px;justify-self:start;color:#4d2bd7;font-size:36px;font-weight:1000;letter-spacing:-1.7px;text-decoration:none}.main-screen-brand img{width:54px;height:54px}.main-screen-nav{display:grid;grid-template-columns:auto auto 178px;align-items:center;justify-content:end;gap:78px}.main-screen-nav>a,.main-screen-nav>button{padding:10px 0;color:#17113c;background:transparent;font-size:21px;font-weight:700;text-decoration:none;white-space:nowrap}.main-screen-nav>a:not(.main-screen-account):hover,.main-screen-nav>button:hover{color:#582fe3}.main-screen-account{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:10px 22px!important;border:2px solid #5d31ed;border-radius:12px;color:#582fe3!important;font-weight:900!important}.main-screen-account span{font-size:28px;line-height:1}.main-screen-menu{display:none}.main-screen-content{width:min(1428px,calc(100% - 108px));margin:0 auto;padding:22px 0}.main-screen-hero{display:grid;grid-template-columns:minmax(500px,.84fr) minmax(640px,1.16fr);align-items:center;gap:40px}.main-screen-hero-copy{padding:8px 4px 0}.main-screen-kicker{display:flex;align-items:center;gap:13px;margin:0 0 8px;color:#502fda;font-size:21px;font-weight:1000;letter-spacing:3.1px;text-transform:uppercase}.main-screen-kicker i{width:5px;height:5px;flex:none;border-radius:50%;background:currentColor}.main-screen-hero h1{margin:0;color:#160c49;font-size:clamp(56px,4.05vw,68px);font-weight:1000;letter-spacing:-2.8px;line-height:1.09}.main-screen-lead{margin:18px 0 24px;color:#4c4c63;font-size:25px;line-height:1.4}.main-screen-hero-actions{display:flex;align-items:center;gap:31px}.main-screen-primary{min-width:322px;min-height:80px;display:inline-flex;flex:none;align-items:center;justify-content:center;gap:48px;padding:17px 26px 17px 40px;border-radius:17px;color:#fff;background:linear-gradient(135deg,#6f3bf2,#4c20d6);box-shadow:0 11px 23px #4a22d342;font-size:28px;font-weight:1000;white-space:nowrap}.main-screen-primary:hover{filter:brightness(1.05)}.main-screen-primary:active{transform:translateY(1px) scale(.99)}.main-screen-primary img{width:38px}.main-screen-secondary{display:inline-flex;align-items:center;gap:16px;padding:15px 0;color:#522ed9;background:transparent;font-size:20px;font-weight:1000}.main-screen-secondary span{font-size:34px;font-weight:500;line-height:.5}.main-screen-hero-art{height:432px;margin:0;overflow:hidden;border-radius:52px;background:#e9e0ff}.main-screen-hero-art img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 55%}.main-screen-roles{scroll-margin-top:104px}.main-screen-roles h2{margin:20px 0 14px;text-align:center;color:#181340;font-size:34px;font-weight:1000;letter-spacing:-.8px}.main-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.main-role-card{min-width:0;min-height:198px;display:grid;grid-template-columns:130px minmax(0,1fr) 48px;align-items:center;gap:12px;position:relative;overflow:hidden;padding:18px;border:1px solid #e1dfeb;border-radius:18px;color:#17113f;background:#fffffff7;box-shadow:0 8px 20px #36266e21;text-align:left;text-decoration:none;transition:transform .13s ease,box-shadow .13s ease}.main-role-card:hover{transform:translateY(-3px);box-shadow:0 13px 26px #36266e2b}.main-role-card:active{transform:translateY(0) scale(.99)}.main-role-picture{width:130px;height:130px;display:block;border-radius:50%;object-fit:cover}.main-role-copy{min-width:0;display:grid;align-content:center}.main-role-copy b{overflow:hidden;font-size:29px;font-weight:1000;letter-spacing:-.6px;text-overflow:ellipsis;white-space:nowrap}.main-role-copy strong{margin-top:6px;overflow:hidden;font-size:19px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.main-role-copy small{margin-top:12px;overflow:hidden;color:#77728f;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.main-role-arrow{width:48px;height:48px;display:grid;place-items:center;justify-self:end;border:2px solid #6236ef;border-radius:50%;background:#fff}.main-role-arrow img{width:28px}.main-role-child{border-color:transparent;color:#fff;background:radial-gradient(circle at 92% 21%,rgba(255,255,255,.3) 0 3px,transparent 4px),linear-gradient(135deg,#9b67f6,#5021df)}.main-role-child .main-role-copy small{color:#eee8ff}.main-role-child .main-role-arrow{border-color:#fff}.main-role-star{width:24px;height:24px;position:absolute;right:62px;top:27px;opacity:.6;filter:brightness(0) invert(1)}.main-screen-how{min-height:84px;display:grid;grid-template-columns:300px 1fr;align-items:center;gap:20px;scroll-margin-top:105px;margin-top:26px;padding:13px 36px;border:1px solid #d8d4e8;border-radius:18px;background:#ffffffd1}.main-screen-how h2{font-size:29px;font-weight:1000;letter-spacing:-.5px}.main-how-steps{display:grid;grid-template-columns:1fr 45px 1fr 45px 1fr;align-items:center;gap:9px}.main-how-steps>i{height:2px;background:repeating-linear-gradient(90deg,#c7bee9 0 14px,transparent 14px 24px)}.main-how-step{display:grid;grid-template-columns:50px 58px 1fr;align-items:center;gap:14px}.main-how-step b{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#8b5cf4,#5430df);font-size:25px}.main-how-step img{width:58px;height:58px;padding:12px;border-radius:50%;background:#f0ebff}.main-how-step span{font-size:20px;font-weight:700}.main-screen-manual{display:none}.main-screen-footer{min-height:67px;display:flex;align-items:center;justify-content:center;gap:65px;border-top:1px solid #d8d4e8;background:#ffffff8c}.main-screen-footer a{color:#4f3a9f;font-size:13px;text-decoration:none}.main-screen-footer i{width:1px;height:18px;background:#a9a0c9}.main-role-gate .role-gate-card{border:1px solid #e1dcf3;box-shadow:0 24px 65px #1a11404d}.main-role-gate .role-gate-icon{overflow:hidden;padding:0}.main-role-gate .role-gate-icon img{width:100%;height:100%;display:block;object-fit:cover}@media (max-width: 1250px){.main-screen-header-inner{width:calc(100% - 48px);grid-template-columns:280px 1fr}.main-screen-nav{gap:35px}.main-screen-content{width:calc(100% - 52px)}.main-screen-hero{grid-template-columns:minmax(420px,.8fr) minmax(520px,1.2fr);gap:26px}.main-screen-hero h1{font-size:54px}.main-screen-lead{font-size:21px}.main-screen-primary{min-width:280px;gap:30px}.main-role-grid{gap:16px}.main-role-card{grid-template-columns:112px minmax(0,1fr) 46px;gap:12px;padding:17px}.main-role-picture{width:112px;height:112px}.main-role-copy b{font-size:24px}.main-role-copy strong{font-size:16px}.main-role-copy small{font-size:12px}.main-role-arrow{width:45px;height:45px}.main-role-arrow img{width:22px}.main-screen-how{grid-template-columns:250px 1fr}.main-screen-how h2{font-size:25px}.main-how-step{grid-template-columns:42px 48px 1fr;gap:9px}.main-how-step b{width:42px;height:42px}.main-how-step img{width:48px;height:48px}.main-how-step span{font-size:16px}}@media (max-width: 900px){.main-screen{border-width:0}.main-screen-header{min-height:88px}.main-screen-header-inner{width:calc(100% - 38px);min-height:88px;display:flex;justify-content:space-between}.main-screen-brand{gap:10px;font-size:31px}.main-screen-brand img{width:52px;height:52px}.main-screen-menu{width:49px;height:49px;display:grid;place-items:center;padding:8px;border-radius:13px;background:transparent}.main-screen-menu img{width:100%;height:100%}.main-screen-menu[aria-expanded=true]{background:#f0ebff}.main-screen-nav{display:none;position:absolute;top:76px;right:18px;left:18px;z-index:30;padding:10px;border:1px solid #ddd6f3;border-radius:18px;background:#fff;box-shadow:0 16px 35px #2315552e}.main-screen-nav.open{display:grid;grid-template-columns:1fr;gap:3px}.main-screen-nav>a,.main-screen-nav>button{width:100%;padding:13px 15px;border-radius:11px;text-align:left;font-size:17px}.main-screen-account{min-height:48px;margin-top:4px}.main-screen-content{width:calc(100% - 32px);padding:32px 0 16px}.main-screen-hero{display:flex;flex-direction:column;align-items:stretch;gap:24px}.main-screen-hero-copy{padding:0 3px}.main-screen-kicker{gap:9px;margin-bottom:7px;font-size:15px;letter-spacing:2.1px}.main-screen-kicker i{width:4px;height:4px}.main-screen-hero h1{font-size:clamp(38px,9.8vw,56px);letter-spacing:-1.7px;line-height:1.06}.main-screen-hero h1 .wide-only{display:none}.main-screen-lead{margin:13px 0 19px;font-size:20px;line-height:1.45}.main-screen-hero-actions{display:grid;grid-template-columns:1fr;gap:0}.main-screen-primary{width:100%;min-width:0;min-height:63px;gap:0;justify-content:space-between;padding:13px 20px 13px 31%;font-size:23px;border-radius:14px}.main-screen-primary img{width:27px}.main-screen-secondary{display:none}.main-screen-hero-art{height:min(59vw,475px);min-height:295px;border-radius:27px}.main-screen-hero-art img{object-position:center 52%}.main-screen-roles h2{margin:20px 0 12px;font-size:27px}.main-role-grid{grid-template-columns:1fr;gap:12px}.main-role-card{min-height:142px;grid-template-columns:125px minmax(0,1fr) 51px;gap:15px;padding:13px 19px;border-radius:17px}.main-role-picture{width:125px;height:125px}.main-role-copy b{font-size:27px}.main-role-copy strong{margin-top:4px;font-size:18px}.main-role-copy small{margin-top:6px;font-size:13px}.main-role-arrow{width:49px;height:49px}.main-role-arrow img{width:25px}.main-role-star{right:115px}.main-screen-how{display:block;min-height:158px;margin-top:13px;padding:15px 20px 17px;border-radius:17px}.main-screen-how h2{margin-bottom:11px;text-align:center;font-size:24px}.main-how-steps{grid-template-columns:1fr 35px 1fr 35px 1fr;gap:2px}.main-how-step{display:grid;grid-template-columns:48px 50px;justify-content:center;gap:8px}.main-how-step b{width:48px;height:48px;font-size:24px}.main-how-step img{width:50px;height:50px;padding:11px}.main-how-step span{grid-column:1 / -1;text-align:center;font-size:15px;font-weight:600}.main-screen-manual{min-height:63px;display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:8px;margin:11px -16px -16px;padding:8px 28px;border-top:1px solid #ded8ef;color:#522ed9;background:#fff;text-decoration:none}.main-screen-manual span{font-size:29px}.main-screen-manual b{font-size:18px}.main-screen-manual i{font-size:35px;font-style:normal;font-weight:400}.main-screen-footer{display:none}}@media (max-width: 520px){.main-screen-content{padding-top:28px}.main-screen-kicker{font-size:13px;letter-spacing:1.55px}.main-screen-hero h1{font-size:clamp(37px,10.8vw,49px)}.main-screen-lead{font-size:17px}.wide-only{display:none}.main-screen-primary{padding-left:26%;font-size:21px}.main-screen-hero-art{min-height:0;height:46vw;border-radius:21px}.main-screen-roles h2{font-size:23px}.main-role-card{min-height:119px;grid-template-columns:96px minmax(0,1fr) 42px;gap:11px;padding:10px 14px}.main-role-picture{width:96px;height:96px}.main-role-copy b{font-size:23px}.main-role-copy strong{font-size:16px}.main-role-copy small{font-size:11px}.main-role-arrow{width:42px;height:42px}.main-role-arrow img{width:22px}.main-role-star{right:70px;top:17px}.main-screen-how{min-height:143px;padding-right:9px;padding-left:9px}.main-screen-how h2{font-size:21px}.main-how-steps{grid-template-columns:1fr 18px 1fr 18px 1fr}.main-how-step{grid-template-columns:40px 42px;gap:4px}.main-how-step b{width:40px;height:40px;font-size:20px}.main-how-step img{width:42px;height:42px;padding:9px}.main-how-step span{font-size:13px}}@media (max-width: 350px){.main-screen-brand{font-size:27px}.main-screen-brand img{width:46px;height:46px}.main-screen-content{width:calc(100% - 24px)}.main-screen-kicker{font-size:11px}.main-screen-hero h1{font-size:35px}.main-screen-primary{padding-left:20%}.main-role-card{grid-template-columns:80px minmax(0,1fr) 37px;padding:9px 10px}.main-role-picture{width:80px;height:80px}.main-role-copy b{font-size:21px}.main-role-copy strong{font-size:14px}.main-role-copy small{font-size:10px}.main-role-arrow{width:37px;height:37px}.main-screen-how{padding-right:7px;padding-left:7px}.main-how-steps{grid-template-columns:1fr 8px 1fr 8px 1fr}.main-how-step{grid-template-columns:34px 34px;gap:3px}.main-how-step b{width:34px;height:34px;font-size:17px}.main-how-step img{width:34px;height:34px;padding:7px}.main-how-step span{font-size:11px}}.parent-screen{width:min(1536px,100vw);min-height:100vh;margin:-16px 0 -16px 50%;overflow:hidden;transform:translate(-50%);border:1px solid #dfe0eb;background:radial-gradient(circle at 9% 22%,rgba(118,79,242,.065),transparent 24%),radial-gradient(circle at 91% 18%,rgba(118,79,242,.06),transparent 27%),linear-gradient(180deg,#fff,#faf9ff 58%,#f7f5ff);color:#10143e;text-align:left}.parent-screen button,.parent-screen a{font-family:inherit}.parent-screen-header{min-height:86px;position:relative;z-index:20;border-bottom:1px solid #dfe1ec;background:#fffffff5;box-shadow:0 2px 7px #32226e0a}.parent-screen-header-inner{width:min(1420px,calc(100% - 72px));min-height:86px;display:grid;grid-template-columns:270px 1fr auto;align-items:center;gap:38px;position:relative;margin:0 auto}.parent-screen-brand{display:inline-flex;align-items:center;gap:12px;justify-self:start;color:#4d2bd7;font-size:31px;font-weight:1000;letter-spacing:-1.2px;text-decoration:none}.parent-screen-brand img{width:52px;height:52px}.parent-screen-header nav{height:86px;display:flex;align-items:stretch;gap:53px}.parent-screen-header nav button{position:relative;padding:4px 0 0;color:#17193a;background:transparent;font-size:18px;font-weight:700}.parent-screen-header nav button.active{color:#4e2ddb;font-weight:900}.parent-screen-header nav button.active:after{content:"";height:4px;position:absolute;right:0;bottom:15px;left:0;border-radius:99px;background:#5c32e8}.parent-screen-account{display:flex;align-items:center;gap:26px}.parent-screen-profile{display:flex;align-items:center;gap:13px;padding:5px;color:#111538;background:transparent}.parent-screen-profile img{width:58px;height:58px;object-fit:cover;border:3px solid #e2dafe;border-radius:50%;background:#eee9ff}.parent-screen-profile b{max-width:130px;overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.parent-screen-logout{padding:12px 0;color:#4f2cdb;background:transparent;font-size:16px;font-weight:800}.parent-reminder-panel{width:min(570px,calc(100vw - 32px));position:absolute;z-index:40;top:77px;right:0;padding:16px;border:1px solid #ddd6f3;border-radius:19px;background:#fff;box-shadow:0 22px 55px #23155538}.parent-reminder-panel[hidden]{display:none}.parent-reminder-close{width:30px;height:30px;display:grid;place-items:center;position:absolute;z-index:2;top:9px;right:9px;border-radius:9px;color:#6e6885;background:#f0eef7;font-size:20px}.parent-reminder-panel .push-card{display:grid;margin:0;padding:12px 24px 12px 12px;border:0;box-shadow:none}.parent-screen-main{width:min(1418px,calc(100% - 116px));margin:0 auto;padding:27px 0 35px}.parent-screen-hero{min-height:140px;display:grid;grid-template-columns:1fr 560px;align-items:center;position:relative}.parent-screen-heading{align-self:start;padding:2px 3px}.parent-screen-heading p{margin:0 0 3px;color:#5030df;font-size:15px;font-weight:1000;letter-spacing:2.8px;text-transform:uppercase}.parent-screen-heading h1{margin:0;color:#100b3c;font-size:65px;font-weight:1000;letter-spacing:-2.7px;line-height:1.05}.parent-screen-heading span{display:block;margin-top:6px;color:#343859;font-size:24px}.parent-screen-car{width:220px;height:170px;object-fit:contain;position:absolute;z-index:2;right:360px;top:-10px}.parent-screen-play{min-height:106px;display:grid;grid-template-columns:1fr 47px;align-items:center;gap:22px;padding:20px 26px 20px 205px;border-radius:17px;color:#fff;background:linear-gradient(135deg,#7545ef,#4d21d7);box-shadow:0 11px 22px #441fc140;font-size:25px;font-weight:1000;text-decoration:none}.parent-screen-play img{width:43px}.parent-screen-play.disabled{display:grid;padding-left:170px;color:#e9e2ff;font-size:18px}.parent-screen-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:1px}.parent-screen-stats article{min-width:0;min-height:136px;display:grid;grid-template-columns:118px 1fr;align-items:center;gap:7px;padding:10px 18px 10px 7px;border:1px solid #e0e1eb;border-radius:18px;background:#fff;box-shadow:0 8px 18px #3426691c}.parent-screen-stats article>img{width:112px;height:112px;object-fit:contain}.parent-screen-stats article>div{min-width:0}.parent-screen-stats article b,.parent-screen-stats article span{display:block}.parent-screen-stats article b{color:#0c1039;font-size:51px;font-weight:1000;letter-spacing:-1.6px;line-height:.98;white-space:nowrap}.parent-screen-stats article b small{font-size:22px;letter-spacing:-.4px}.parent-screen-stats article span{margin-top:10px;overflow:hidden;color:#424867;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.parent-screen-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(400px,1fr);gap:25px;margin-top:20px}.parent-calendar-panel,.parent-progress-panel,.parent-therapist-panel,.parent-alltime{border:1px solid #dfe1eb;border-radius:17px;background:#fff;box-shadow:0 8px 18px #3426691a}.parent-calendar-panel{padding:22px 25px 23px}.parent-panel-heading{min-height:62px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.parent-panel-heading h2,.parent-side-heading h2{margin:0;color:#111538;font-size:27px;font-weight:1000;letter-spacing:-.45px}.parent-panel-heading p{margin:3px 0 0;color:#59607e;font-size:18px}.parent-calendar-nav{display:flex;overflow:hidden;border:1px solid #dcddea;border-radius:12px}.parent-calendar-nav button{width:47px;height:47px;display:grid;place-items:center;padding:13px;background:#fff}.parent-calendar-nav button+button{border-left:1px solid #e1e2eb}.parent-calendar-nav button:hover{background:#f4f1ff}.parent-calendar-nav img{width:100%;height:100%}.parent-calendar-weekdays,.parent-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.parent-calendar-weekdays span{padding:3px 0 8px;color:#4e5574;font-size:16px;font-weight:700;text-align:center}.parent-calendar-grid{overflow:hidden;border:1px solid #dfe3e8;border-radius:10px}.parent-calendar-empty{min-height:48px;border-right:1px solid #e4e6eb;border-bottom:1px solid #e4e6eb}.parent-calendar-day{min-height:48px;display:flex;align-items:center;justify-content:center;gap:13px;position:relative;border-right:1px solid #e4e6eb;border-bottom:1px solid #e4e6eb;color:#14172f;background:#fff;font-size:20px;font-weight:800}.parent-calendar-day i{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#4aaa48;font-size:15px;font-style:normal;font-weight:1000}.parent-calendar-day.trained{background:linear-gradient(135deg,#f7fff8,#ebf8ed)}.parent-calendar-day.missed{background:linear-gradient(135deg,#fff8f6,#ffebe8)}.parent-calendar-day.missed i{background:#ec6357}.parent-calendar-day.future{color:#6e7591;background:linear-gradient(135deg,#fbfcff,#f4f5f9)}.parent-calendar-day.today{box-shadow:inset 0 0 0 2px #6037eb;color:#4421d5;background:#fff}.parent-calendar-legend{display:flex;flex-wrap:wrap;gap:28px;margin-top:14px;padding:10px 13px;border:1px solid #e0e2ea;border-radius:10px;color:#545b79;font-size:13px}.parent-calendar-legend span{display:flex;align-items:center;gap:9px}.parent-calendar-legend i{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#fff;font-style:normal;font-weight:1000}.parent-calendar-legend i.trained{background:#4aaa48}.parent-calendar-legend i.missed{background:#ec6357}.parent-calendar-legend i.future{border:1px solid #c9cdda;background:#f1f2f7}.parent-calendar-legend i.today{border:2px solid #6037eb;border-radius:6px;background:#fff}.parent-screen-side{display:grid;grid-template-rows:1fr auto;gap:15px}.parent-progress-panel{padding:19px 21px}.parent-side-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.parent-side-heading>span{width:50px;height:50px;display:grid;place-items:center;flex:none;border-radius:50%;color:#6339e8;background:#f0ebff;font-size:27px;font-weight:1000}.parent-side-heading>span img{width:29px;height:29px}.parent-progress-list{overflow:hidden;border:1px solid #e2e3eb;border-radius:12px}.parent-pair-row{padding:14px 17px 16px}.parent-pair-row+.parent-pair-row{border-top:1px solid #e2e3eb}.parent-pair-row>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.parent-pair-row b{font-size:23px}.parent-pair-meta{display:flex;align-items:center;gap:4px;color:#555d82;font-size:14px}.parent-pair-meta strong{font-weight:700}.parent-pair-meta small{font-size:inherit}.parent-pair-meta em{font-style:normal}.parent-pair-row>i{height:12px;display:block;overflow:hidden;margin-top:9px;border-radius:99px;background:#e7e2f6}.parent-pair-row>i u{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#6f3feb,#5630db);text-decoration:none}.parent-therapist-panel{padding:13px 21px 15px}.parent-therapist-panel .parent-side-heading{margin-bottom:0}.parent-therapist-copy{display:grid;grid-template-columns:1fr}.parent-therapist-copy>img{display:none}.parent-therapist-copy p{margin:-8px 0 6px;color:#333a5c;font-size:17px;line-height:1.45}.parent-therapist-copy small{color:#8086a2;font-size:14px}.parent-alltime{min-height:101px;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;align-items:center;margin-top:17px;padding:10px 90px}.parent-alltime>i{width:1px;height:51px;background:#dfe0eb}.parent-alltime>div{display:flex;align-items:center;justify-content:center;gap:19px}.parent-alltime img{width:61px;height:61px;object-fit:contain}.parent-alltime b{color:#0b1038;font-size:44px;font-weight:1000}.parent-alltime span{color:#454c6b;font-size:17px}@media (max-width: 1180px){.parent-screen-header-inner{width:calc(100% - 44px);grid-template-columns:225px 1fr auto;gap:20px}.parent-screen-header nav{gap:27px}.parent-screen-main{width:calc(100% - 52px)}.parent-screen-heading h1{font-size:54px}.parent-screen-hero{grid-template-columns:1fr 500px}.parent-screen-car{width:190px;right:315px}.parent-screen-play{padding-left:175px;font-size:21px}.parent-screen-stats{gap:12px}.parent-screen-stats article{grid-template-columns:87px 1fr;min-height:112px}.parent-screen-stats article>img{width:86px;height:86px}.parent-screen-stats article b{font-size:39px}.parent-screen-stats article span{font-size:14px}.parent-screen-grid{grid-template-columns:minmax(0,1.5fr) minmax(350px,1fr);gap:15px}.parent-calendar-legend{gap:13px}.parent-pair-meta{font-size:12px}}@media (max-width: 900px){.parent-screen{border-width:0}.parent-screen-header{min-height:88px}.parent-screen-header-inner{width:calc(100% - 38px);min-height:88px;display:flex;justify-content:space-between}.parent-screen-brand{font-size:29px}.parent-screen-brand img{width:52px;height:52px}.parent-screen-header nav,.parent-screen-profile b,.parent-screen-logout{display:none}.parent-screen-account{gap:0}.parent-screen-profile{padding:0}.parent-screen-profile img{width:58px;height:58px}.parent-reminder-panel{top:78px;right:0}.parent-screen-main{width:calc(100% - 24px);padding:22px 0 26px}.parent-screen-hero{min-height:310px;display:block;overflow:hidden;padding:27px 28px 81px;border:1px solid #e0e1eb;border-radius:18px;background:#fff;box-shadow:0 8px 18px #3426691c}.parent-screen-heading{position:relative;z-index:3}.parent-screen-heading p{font-size:14px;letter-spacing:2.4px}.parent-screen-heading h1{margin-top:9px;font-size:clamp(42px,9.2vw,62px);letter-spacing:-2px}.parent-screen-heading span{margin-top:5px;font-size:22px}.parent-screen-car{width:58%;height:auto;right:-5%;top:11px}.parent-screen-play,.parent-screen-play.disabled{min-height:63px;display:grid;grid-template-columns:1fr 40px;position:absolute;z-index:5;right:24px;bottom:22px;left:24px;padding:12px 18px 12px 23%;border-radius:14px;font-size:22px;text-align:center}.parent-screen-play img{width:35px}.parent-screen-stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:13px}.parent-screen-stats article{min-height:126px;grid-template-columns:44% 1fr;gap:2px;padding:8px 8px 8px 2px;border-radius:16px}.parent-screen-stats article>img{width:100%;height:108px}.parent-screen-stats article b{font-size:clamp(36px,8.5vw,53px)}.parent-screen-stats article b small{display:inline;font-size:20px}.parent-screen-stats article span{margin-top:7px;font-size:14px;white-space:normal}.parent-screen-grid{display:flex;flex-direction:column;gap:13px;margin-top:13px}.parent-calendar-panel{order:1;padding:17px 12px 15px}.parent-screen-side{display:contents}.parent-progress-panel{order:2;padding:17px 13px}.parent-therapist-panel{order:3;padding:14px 15px}.parent-panel-heading{min-height:65px;padding:0 4px}.parent-panel-heading h2,.parent-side-heading h2{font-size:24px}.parent-panel-heading p{font-size:17px}.parent-calendar-nav button{width:45px;height:45px}.parent-calendar-weekdays{gap:4px}.parent-calendar-weekdays span{padding:3px 0 7px;font-size:14px}.parent-calendar-grid{gap:4px;overflow:visible;border:0;border-radius:0}.parent-calendar-empty{min-height:45px;border:0}.parent-calendar-day{min-width:0;min-height:45px;display:grid;grid-template-columns:1fr auto;gap:2px;padding:4px 6px;border:0;border-radius:9px;font-size:18px}.parent-calendar-day i{width:auto;height:auto;color:#18992e;background:transparent!important;font-size:18px}.parent-calendar-day.missed i{color:#d94339}.parent-calendar-legend{gap:15px;margin-top:12px;padding:7px 4px;border:0;font-size:12px}.parent-calendar-legend i{width:27px;height:27px;border-radius:8px}.parent-calendar-legend i.trained{color:#18992e;background:#e8f7e9}.parent-calendar-legend i.missed{color:#d94339;background:#ffebe8}.parent-side-heading{margin-bottom:9px}.parent-side-heading>span{width:42px;height:42px;font-size:22px}.parent-progress-list{border:0}.parent-pair-row{display:grid;grid-template-columns:125px 1fr 55px;align-items:center;gap:10px;padding:7px 0}.parent-pair-row+.parent-pair-row{border:0}.parent-pair-row>div{display:contents}.parent-pair-row b{font-size:20px}.parent-pair-meta{grid-column:3;grid-row:1;display:grid;justify-items:end;gap:2px;color:#4923da;text-align:right}.parent-pair-meta strong{font-size:17px;font-weight:1000}.parent-pair-meta small{color:#383e5c;font-size:11px;white-space:nowrap}.parent-pair-meta em{display:block;color:#707692;font-size:8px;white-space:normal}.parent-pair-row>i{grid-column:2;grid-row:1;height:10px;margin:0}.parent-therapist-panel .parent-side-heading>span{display:none}.parent-therapist-copy{grid-template-columns:130px 1fr;align-items:center;gap:16px}.parent-therapist-copy>img{width:130px;height:130px;display:block;object-fit:contain}.parent-therapist-copy p{margin:0 0 7px;font-size:17px}.parent-alltime{display:none}}@media (max-width: 520px){.parent-screen-main{width:calc(100% - 20px)}.parent-screen-hero{min-height:278px;padding:23px 20px 77px}.parent-screen-heading p{font-size:12px}.parent-screen-heading h1{font-size:clamp(36px,11vw,48px)}.parent-screen-heading span{font-size:19px}.parent-screen-car{width:50%;right:-8%;top:70px}.parent-screen-play,.parent-screen-play.disabled{right:16px;bottom:17px;left:16px;padding-left:15%;font-size:18px}.parent-screen-stats article{min-height:111px}.parent-screen-stats article>img{height:91px}.parent-screen-stats article b{font-size:clamp(31px,9vw,43px)}.parent-screen-stats article b small{font-size:16px}.parent-screen-stats article span{font-size:11px}.parent-panel-heading h2,.parent-side-heading h2{font-size:21px}.parent-calendar-nav button{width:40px;height:40px;padding:11px}.parent-calendar-weekdays{gap:3px}.parent-calendar-weekdays span{font-size:12px}.parent-calendar-grid{gap:3px}.parent-calendar-empty,.parent-calendar-day{min-height:39px}.parent-calendar-day{padding:3px 4px;font-size:15px}.parent-calendar-day i{font-size:15px}.parent-calendar-legend{gap:9px;font-size:10px}.parent-calendar-legend i{width:23px;height:23px}.parent-pair-row{grid-template-columns:100px 1fr 47px;gap:7px}.parent-pair-row b{font-size:17px}.parent-pair-meta strong{font-size:14px}.parent-pair-meta small{font-size:10px}.parent-therapist-copy{grid-template-columns:100px 1fr;gap:9px}.parent-therapist-copy>img{width:100px;height:100px}.parent-therapist-copy p{font-size:14px}.parent-therapist-copy small{font-size:11px}.parent-reminder-panel{right:-8px;padding:12px}.parent-reminder-panel .push-card{grid-template-columns:auto 1fr}}@media (max-width: 350px){.parent-screen-brand{font-size:26px}.parent-screen-brand img{width:46px;height:46px}.parent-screen-profile img{width:50px;height:50px}.parent-screen-hero{min-height:257px}.parent-screen-heading h1{font-size:34px}.parent-screen-play{font-size:16px}.parent-calendar-day{min-height:35px;font-size:14px}.parent-calendar-legend{gap:6px}}.child-space{max-width:580px;margin:0 auto}.child-dashboard-shell{width:min(1440px,calc(100vw - 32px));min-height:calc(100vh - 32px);margin-left:50%;overflow:hidden;transform:translate(-50%);border:1px solid rgba(74,62,130,.12);border-radius:5px;background:radial-gradient(circle at 6% 18%,rgba(112,76,255,.07),transparent 23%),radial-gradient(circle at 89% 14%,rgba(111,75,255,.055),transparent 29%),linear-gradient(180deg,#fbfcff,#f7f8ff);box-shadow:0 18px 50px #271e5c14;color:#10143d;text-align:left}.child-dashboard-topbar{min-height:86px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:28px;position:relative;z-index:10;padding:0 58px;border-bottom:1px solid #dfe2ef;background:#fffffff2}.child-dashboard-brand{display:inline-flex;align-items:center;gap:13px;justify-self:start;padding:0;color:#4d2de0;background:transparent;font-size:29px;font-weight:1000;letter-spacing:-.8px}.child-dashboard-brand img{width:50px;height:50px}.child-dashboard-nav{height:100%;display:flex;align-items:stretch;gap:50px}.child-dashboard-nav button,.child-dashboard-nav a{min-width:75px;display:grid;place-items:center;padding:2px 0 0;color:#11143b;background:transparent;font-size:16px;font-weight:800;text-decoration:none}.child-dashboard-nav button:hover,.child-dashboard-nav a:hover{color:#5331df}.child-dashboard-account{display:flex;align-items:center;gap:14px}.child-dashboard-account>span{min-width:86px;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:7px 14px;border:1px solid #d9dcef;border-radius:13px;background:#fff;color:#11143b;font-size:18px;font-weight:900}.child-dashboard-account>span img{width:27px;height:27px}.child-dashboard-avatar{width:58px;height:58px;margin-left:9px;overflow:hidden;border-radius:50%;background:#eeeaff}.child-dashboard-avatar img{width:100%;height:100%;display:block;object-fit:cover}.child-dashboard-exit{margin-left:10px;color:#4e2ddb;font-size:16px;font-weight:900;text-decoration:none}.child-dashboard-menu-button{display:none;width:42px;height:42px;padding:8px;background:transparent}.child-dashboard-menu-button img{width:100%;height:100%}.child-dashboard-mobile-menu{display:none;position:absolute;top:64px;right:12px;width:190px;overflow:hidden;border:1px solid #ddd7f5;border-radius:14px;background:#fff;box-shadow:0 14px 30px #21185833}.child-dashboard-mobile-menu[hidden],.child-dashboard-help[hidden]{display:none}.child-dashboard-mobile-menu button,.child-dashboard-mobile-menu a{width:100%;min-height:43px;display:flex;align-items:center;padding:9px 15px;border-bottom:1px solid #eeeaf9;color:#24155f;background:#fff;font-size:14px;font-weight:800;text-align:left;text-decoration:none}.child-dashboard-mobile-menu>:last-child{border-bottom:0;color:#d44257}.child-dashboard-help{min-height:64px;display:flex;align-items:center;justify-content:center;gap:24px;padding:10px 40px;border-bottom:1px solid #dcd7f4;color:#453873;background:#f0ecff;text-align:left}.child-dashboard-help>div{display:flex;align-items:baseline;gap:12px}.child-dashboard-help b{color:#3218a4;font-size:16px}.child-dashboard-help span{font-size:14px}.child-dashboard-help button{padding:3px 9px;color:#6d5c9d;background:transparent;font-size:25px}.child-dashboard-content{padding:23px 66px 36px}.child-dashboard-hello{min-height:158px;display:grid;grid-template-columns:minmax(390px,.9fr) minmax(450px,1.1fr);align-items:center;position:relative}.child-dashboard-hello>div:first-child{position:relative;z-index:2}.child-dashboard-hello .eyebrow{color:#4d2ddb;font-size:13px;letter-spacing:2.7px}.child-dashboard-hello h1{margin:3px 0 0;color:#0a1043;font-size:clamp(43px,4.2vw,61px);line-height:1;letter-spacing:-2px}.child-dashboard-hello p{margin:9px 0 0;color:#343d68;font-size:21px}.child-dashboard-road{min-height:158px;align-self:stretch;position:relative;overflow:hidden}.child-dashboard-road i{width:690px;height:118px;position:absolute;right:-65px;bottom:7px;transform:rotate(-9deg);border:14px solid #e2e2e8;border-right:0;border-left:0;background:repeating-linear-gradient(90deg,transparent 0 68px,rgba(255,255,255,.92) 68px 111px,transparent 111px 175px),linear-gradient(#7c7e96,#53566d);box-shadow:0 8px 17px #3031463b}.child-dashboard-road:before,.child-dashboard-road:after{content:"";position:absolute;z-index:2;border-radius:50%;background:radial-gradient(circle at 40% 35%,#89cc50 0 21%,#4c9f32 22% 48%,#2f7624 49% 67%,transparent 68%)}.child-dashboard-road:before{width:160px;height:92px;left:3px;bottom:-13px}.child-dashboard-road:after{width:185px;height:110px;right:-10px;bottom:-28px}.child-dashboard-road>img{width:min(275px,44vw);position:absolute;z-index:3;right:175px;bottom:-4px;filter:drop-shadow(0 10px 10px rgba(25,35,77,.24));animation:childCarIdle 1.8s ease-in-out infinite alternate}@keyframes childCarIdle{to{transform:translateY(-4px) rotate(1deg)}}.child-daily-card{width:100%;min-height:146px;display:grid;grid-template-columns:150px 1fr 310px;align-items:center;position:relative;overflow:hidden;padding:20px 35px;border-radius:17px;color:#fff;background:radial-gradient(circle at 4% 15%,rgba(255,255,255,.2),transparent 18%),radial-gradient(circle at 87% 18%,rgba(155,111,255,.52),transparent 30%),linear-gradient(110deg,#4b21d7,#733cf0 56%,#5022d7);box-shadow:0 13px 23px #4524c540;text-align:left}.child-daily-card:after{content:"";width:580px;height:580px;position:absolute;right:-250px;top:-430px;border:45px solid rgba(255,255,255,.08);border-radius:50%}.child-daily-card:active{transform:scale(.995)}.child-daily-star{width:108px;height:108px;display:grid;place-items:center;position:relative;z-index:1}.child-daily-star:before{content:"";position:absolute;inset:8px;border-radius:50%;background:radial-gradient(circle,rgba(255,222,73,.34),transparent 68%);box-shadow:0 0 35px #ffd6364d}.child-daily-star img{width:90px;height:90px;position:relative;filter:drop-shadow(0 7px 5px rgba(65,28,144,.25))}.child-daily-copy{display:grid;position:relative;z-index:1}.child-daily-copy b{font-size:clamp(31px,3vw,44px);line-height:1.05;letter-spacing:-.9px;text-shadow:0 3px 0 rgba(47,22,129,.38)}.child-daily-copy small{margin-top:8px;color:#fff;font-size:21px}.child-daily-action{min-height:76px;display:flex;align-items:center;justify-content:center;gap:35px;position:relative;z-index:2;padding:13px 25px;border-radius:15px;color:#4c2bd7;background:#fff;box-shadow:0 8px 16px #2615693d;font-size:31px;font-weight:1000}.child-daily-action img{width:34px;height:34px}.child-daily-car{display:none}.child-dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.child-dashboard-stats article{min-height:98px;display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 22px;border:1px solid #e2e4ed;border-radius:16px;background:#fff;box-shadow:0 8px 18px #2e275b17}.child-dashboard-stats article>span{width:70px;height:70px;display:grid;place-items:center;flex:none;overflow:hidden;border-radius:50%;background:linear-gradient(145deg,#8c5cf9,#5125d8);box-shadow:0 7px 13px #4c26c338}.child-dashboard-stats img{width:66px;height:66px;object-fit:contain}.child-dashboard-stats b{color:#0a1043;font-size:40px;line-height:1}.child-dashboard-stats small{color:#3e4773;font-size:17px}.child-races{margin-top:18px;scroll-margin:90px}.child-races-heading{min-height:39px;display:flex;align-items:center;gap:20px;margin:0 4px 8px}.child-races-heading h2{color:#0b103b;font-size:26px}.child-races-heading span{padding:7px 18px;border-radius:999px;color:#502cdb;background:#e9e3ff;font-size:14px;font-weight:900}.child-races-heading p{margin:0;color:#6b7193;font-size:14px}.child-races-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.child-race-card{min-width:0;min-height:126px;display:grid;grid-template-columns:125px 1fr auto;align-items:center;gap:18px;padding:11px 25px 11px 12px;border:1.5px solid #dfe1eb;border-radius:16px;color:#10143d;background:#fff;box-shadow:0 8px 17px #2e275b17;text-align:left}.child-race-card.required{border-color:#5f36e9;box-shadow:0 8px 18px #4e2bd21f}.child-race-card.done{border-color:#55c990;background:linear-gradient(135deg,#f4fff9,#fff)}.child-race-card.locked{color:#747c9d;background:#fbfbfd}.child-race-cone{width:118px;height:106px;object-fit:contain}.child-race-copy{min-width:0;display:grid;align-content:center}.child-race-state{width:max-content;max-width:100%;overflow:hidden;padding:6px 13px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#7650f6,#5426df);font-size:12px;font-weight:1000;line-height:1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.child-race-card.done .child-race-state{background:#2cad71}.child-race-card.locked .child-race-state{color:#6b7392;background:#e7e8ef}.child-race-syllables{display:flex;align-items:center;gap:15px;margin-top:8px}.child-race-syllables b{color:#0a1043;font-size:clamp(29px,3vw,42px);line-height:1}.child-race-syllables i{color:#5b35e4;font-size:30px;font-style:normal}.child-race-card.locked .child-race-syllables b,.child-race-card.locked .child-race-syllables i{color:#767e9d}.child-race-copy small{margin-top:5px;color:#777d9b;font-size:11px}.child-race-action{min-height:54px;display:flex;align-items:center;justify-content:center;gap:17px;padding:9px 17px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#754af4,#4b20d3);box-shadow:0 7px 13px #4322bc33;font-size:18px;font-weight:900}.child-race-action img{width:23px;height:23px;filter:brightness(0) invert(1)}.child-race-lock{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#e5e6ed}.child-race-lock img{width:31px;height:31px}.child-dashboard-bottom{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:18px}.child-assignment-card,.child-leaderboard-card{min-width:0;min-height:190px;overflow:hidden;position:relative;padding:22px 28px;border:1px solid #e0e2ec;border-radius:16px;background:#fff;box-shadow:0 8px 18px #2e275b17}.child-assignment-card{display:grid;grid-template-columns:1fr 210px;align-items:center}.child-assignment-card>div{position:relative;z-index:2}.child-assignment-card h2,.child-leaderboard-card h2{color:#0b103b;font-size:24px}.child-assignment-card p{margin:9px 0 18px;color:#4a527c;font-size:17px}.child-assignment-card button{min-height:50px;display:flex;align-items:center;justify-content:center;gap:22px;padding:10px 18px;border-radius:11px;color:#fff;background:linear-gradient(135deg,#7046f1,#4b21d3);box-shadow:0 7px 13px #4322bc33;font-size:16px;font-weight:900}.child-assignment-card button img{width:21px;height:21px;filter:brightness(0) invert(1)}.child-assignment-card>img{width:205px;height:205px;position:absolute;right:8px;bottom:-23px;object-fit:contain;filter:drop-shadow(0 10px 8px rgba(67,34,160,.18))}.child-leaderboard-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.child-leaderboard-heading span{color:#777d9d;font-size:11px}.child-leaders{display:grid}.child-leader{min-height:43px;display:grid;grid-template-columns:37px 1fr auto;align-items:center;gap:10px;padding:3px 12px;border:1px solid #e9e7f1;border-radius:12px;color:#24284c}.child-leader+.child-leader{margin-top:-1px}.child-leader.me{border-color:#dcd1ff;color:#4b29d4;background:#f1edff;font-weight:900}.child-leader>b{width:29px;height:29px;display:grid;place-items:center;border:3px solid #eea914;border-radius:50%;color:#8f5c00;background:#ffd44f;font-size:13px}.child-leader>b.rank-2{border-color:#aeb1c0;color:#5d6278;background:#e7e8ef}.child-leader>b.rank-3{border-color:#bd642d;color:#7a3217;background:#ed9b5d}.child-leader>strong{display:flex;align-items:center;gap:6px;color:#23274a;font-size:14px}.child-leader>strong img{width:20px;height:20px}@media (max-width: 1100px){.child-dashboard-topbar{grid-template-columns:220px 1fr auto;padding:0 30px}.child-dashboard-nav{gap:22px}.child-dashboard-exit{display:none}.child-dashboard-content{padding-right:35px;padding-left:35px}.child-dashboard-hello{grid-template-columns:minmax(350px,.9fr) minmax(360px,1.1fr)}.child-dashboard-road>img{right:105px}.child-daily-card{grid-template-columns:125px 1fr 245px;padding-right:26px;padding-left:26px}.child-race-card{grid-template-columns:100px 1fr;padding-right:16px}.child-race-cone{width:96px;height:92px}.child-race-action,.child-race-lock{grid-column:2;justify-self:start;min-height:40px;margin-top:-5px}.child-race-lock{width:42px;height:42px}.child-race-lock img{width:24px;height:24px}}@media (max-width: 760px){.child-dashboard-shell{width:100%;min-height:calc(100vh - 24px);margin-left:0;transform:none;border:0;border-radius:0;box-shadow:none}.child-dashboard-topbar{min-height:72px;grid-template-columns:1fr auto;gap:10px;padding:0 15px}.child-dashboard-brand{gap:9px;font-size:23px}.child-dashboard-brand img{width:44px;height:44px}.child-dashboard-nav,.child-dashboard-exit{display:none}.child-dashboard-account{gap:7px}.child-dashboard-account>span{min-width:52px;min-height:40px;gap:5px;padding:5px 8px;border-radius:10px;font-size:14px}.child-dashboard-account>span img{width:20px;height:20px}.child-dashboard-avatar{width:44px;height:44px;margin-left:1px}.child-dashboard-menu-button{display:grid;place-items:center;width:37px;height:37px;padding:7px}.child-dashboard-mobile-menu{display:block}.child-dashboard-help{align-items:flex-start;gap:8px;padding:12px 15px}.child-dashboard-help>div{display:grid;gap:3px}.child-dashboard-help span{font-size:12px;line-height:1.35}.child-dashboard-content{padding:23px 14px 30px}.child-dashboard-hello{min-height:230px;display:block}.child-dashboard-hello .eyebrow{font-size:11px;letter-spacing:2px}.child-dashboard-hello h1{margin-top:8px;font-size:clamp(37px,10.8vw,52px);letter-spacing:-1.6px}.child-dashboard-hello p{margin-top:10px;font-size:18px}.child-dashboard-road{width:calc(100% + 28px);height:148px;min-height:148px;position:absolute;right:-14px;bottom:0}.child-dashboard-road i{width:510px;height:88px;right:-205px;bottom:12px;border-width:10px}.child-dashboard-road:before{width:135px;height:82px;left:auto;right:172px;bottom:-8px}.child-dashboard-road:after{width:155px;height:95px;right:-18px;bottom:-22px}.child-dashboard-road>img{width:230px;right:25px;bottom:0}.child-daily-card{min-height:310px;display:grid;grid-template-columns:105px 1fr;grid-template-rows:1fr auto;align-items:start;padding:23px 21px;border-radius:18px}.child-daily-star{width:100px;height:100px;align-self:start}.child-daily-star img{width:83px;height:83px}.child-daily-copy{align-self:center;padding-top:9px}.child-daily-copy b{font-size:clamp(31px,9.7vw,43px);line-height:1.02}.child-daily-copy small{font-size:17px}.child-daily-car{width:185px;display:block;position:absolute;right:-13px;top:91px;filter:drop-shadow(0 9px 9px rgba(29,16,92,.3))}.child-daily-action{min-height:68px;grid-column:1 / -1;align-self:end;gap:25px;margin-top:78px;font-size:27px}.child-dashboard-stats{gap:8px;margin-top:14px}.child-dashboard-stats article{min-width:0;min-height:145px;display:grid;justify-items:center;align-content:center;gap:5px;padding:10px 4px;text-align:center}.child-dashboard-stats article>span{width:65px;height:65px}.child-dashboard-stats img{width:61px;height:61px}.child-dashboard-stats b{font-size:38px}.child-dashboard-stats small{font-size:14px}.child-races{margin-top:22px}.child-races-heading{flex-wrap:wrap;gap:8px 12px;margin-bottom:11px}.child-races-heading h2{font-size:25px}.child-races-heading span{padding:6px 13px;font-size:12px}.child-races-heading p{width:100%;font-size:12px}.child-races-grid{grid-template-columns:1fr;gap:11px}.child-race-card{min-height:126px;grid-template-columns:100px 1fr auto;gap:8px;padding:9px 13px 9px 5px}.child-race-cone{width:99px;height:99px}.child-race-state{padding:5px 9px;font-size:10px}.child-race-syllables{gap:10px;margin-top:8px}.child-race-syllables b{font-size:32px}.child-race-syllables i{font-size:25px}.child-race-copy small{font-size:9px}.child-race-action{min-height:49px;grid-column:auto;justify-self:auto;gap:10px;margin:0;padding:8px 12px;font-size:16px}.child-race-action img{width:20px;height:20px}.child-race-lock{grid-column:auto;justify-self:auto;width:52px;height:52px;margin:0}.child-dashboard-bottom{grid-template-columns:1fr;gap:12px;margin-top:13px}.child-assignment-card,.child-leaderboard-card{min-height:188px;padding:20px}.child-assignment-card{grid-template-columns:1fr 150px}.child-assignment-card h2,.child-leaderboard-card h2{font-size:22px}.child-assignment-card p{font-size:15px}.child-assignment-card button{min-height:47px;gap:14px;padding:9px 13px;font-size:14px}.child-assignment-card>img{width:165px;height:165px;right:-3px;bottom:-8px}.child-leaderboard-card{min-height:205px}}@media (max-width: 430px){.child-dashboard-topbar{padding:0 10px}.child-dashboard-brand{font-size:20px}.child-dashboard-brand img{width:40px;height:40px}.child-dashboard-account{gap:4px}.child-dashboard-account>span{min-width:43px;padding:4px 5px;font-size:12px}.child-dashboard-account>span img{width:17px;height:17px}.child-dashboard-avatar{width:39px;height:39px}.child-dashboard-menu-button{width:33px;height:33px;padding:6px}.child-dashboard-content{padding-right:10px;padding-left:10px}.child-dashboard-hello h1{font-size:37px}.child-daily-card{grid-template-columns:91px 1fr;padding-right:15px;padding-left:15px}.child-daily-star{width:88px;height:88px}.child-daily-star img{width:74px;height:74px}.child-daily-copy b{font-size:31px}.child-daily-car{width:170px}.child-dashboard-stats article>span{width:56px;height:56px}.child-dashboard-stats img{width:53px;height:53px}.child-dashboard-stats b{font-size:34px}.child-race-card{grid-template-columns:80px 1fr auto}.child-race-cone{width:82px;height:82px}.child-race-syllables b{font-size:28px}.child-race-action{padding:7px 9px;font-size:14px}.child-assignment-card{grid-template-columns:1fr 120px}.child-assignment-card>img{width:140px;height:140px}}@media (max-width: 350px){.child-dashboard-avatar{display:none}.child-daily-card{grid-template-columns:74px 1fr;padding-right:12px;padding-left:12px}.child-daily-star{width:70px;height:70px}.child-daily-star img{width:64px;height:64px}.child-daily-copy b{font-size:27px;letter-spacing:-1.2px}.child-daily-copy small{font-size:14px}.child-daily-car{width:150px;right:-12px;top:108px}.child-race-card{min-height:151px;grid-template-columns:72px 1fr;grid-template-rows:1fr auto;gap:3px 8px}.child-race-cone{width:75px;height:88px;grid-row:1 / -1}.child-race-action{grid-column:2;justify-self:start;min-height:38px;padding:6px 10px}.child-race-lock{grid-column:2;justify-self:end;width:43px;height:43px}.child-race-syllables b{font-size:27px}.child-race-copy small{font-size:8px}.child-assignment-card{grid-template-columns:1fr 95px}.child-assignment-card>img{width:118px;height:118px;right:-4px}}.warmup-page-shell{width:min(1440px,calc(100vw - 32px));min-height:calc(100vh - 32px);margin-left:50%;overflow:hidden;transform:translate(-50%);border:1px solid rgba(74,62,130,.12);border-radius:5px;background:radial-gradient(circle at 10% 13%,rgba(112,76,255,.07),transparent 28%),radial-gradient(circle at 88% 48%,rgba(112,76,255,.04),transparent 34%),linear-gradient(180deg,#fbfcff,#f7f8ff);box-shadow:0 18px 50px #271e5c14;color:#11143b;text-align:left}.warmup-topbar{min-height:86px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:28px;padding:0 58px;border-bottom:1px solid #dfe2ef;background:#fffffff0}.warmup-brand{display:inline-flex;align-items:center;gap:13px;justify-self:start;padding:0;color:#4d2de0;background:transparent;font-size:29px;font-weight:1000;letter-spacing:-.8px}.warmup-brand img{width:50px;height:50px}.warmup-nav{height:100%;display:flex;align-items:stretch;gap:54px}.warmup-nav button{min-width:82px;display:grid;place-items:center;padding:2px 0 0;color:#11143b;background:transparent;font-size:16px;font-weight:800}.warmup-nav button:hover{color:#5331df}.warmup-account{display:flex;align-items:center;gap:14px}.warmup-account>span{min-width:86px;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:7px 14px;border:1px solid #d9dcef;border-radius:13px;background:#fff;color:#11143b;font-size:18px;font-weight:900}.warmup-account>span img{width:27px;height:27px}.warmup-account-avatar{width:58px;height:58px;margin-left:9px;overflow:hidden;border-radius:50%;background:#eeeaff}.warmup-account-avatar img{width:100%;height:100%;display:block;object-fit:cover}.warmup-account>a{margin-left:10px;color:#4e2ddb;font-size:16px;font-weight:900;text-decoration:none}.warmup-menu{display:none;width:42px;height:42px;padding:8px;background:transparent}.warmup-menu img{width:100%;height:100%}.warmup-content{padding:25px 66px 34px}.warmup-heading{position:relative;margin-bottom:17px}.warmup-heading .eyebrow{color:#4c2ce0;font-size:13px;letter-spacing:2.7px}.warmup-heading h1{margin:3px 0 0;color:#0a1043;font-size:clamp(42px,4.3vw,60px);line-height:1;letter-spacing:-2px}.warmup-heading p{margin:9px 0 0;color:#3f4775;font-size:20px}.warmup-daily{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:8px 15px;border-radius:999px;color:#5231e2;background:#efebff;font-size:15px;font-weight:800}.warmup-daily img{width:20px;height:20px}.warmup-workout{padding:28px 38px 22px;border:1px solid #e0e3ef;border-radius:20px;background:#fff;box-shadow:0 9px 24px #271e5c1a}.warmup-main-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:center;min-height:354px}.warmup-visual{min-width:0;display:grid;grid-template-columns:58px minmax(230px,370px) 58px;align-items:center;justify-content:center;gap:22px;padding:0 38px 0 5px;border-right:1px solid #e3e5ef}.warmup-face-art{width:100%;aspect-ratio:1}.warmup-face-art img{width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 12px 12px rgba(83,47,24,.12))}.warmup-direction{width:58px;height:58px;object-fit:contain;animation:warmupArrow 1.15s ease-in-out infinite alternate}.warmup-direction.right{animation-delay:-.55s}@keyframes warmupArrow{0%{transform:translate(0);opacity:.72}to{transform:translate(-7px);opacity:1}}.warmup-direction.right{animation-name:warmupArrowRight}@keyframes warmupArrowRight{0%{transform:translate(0);opacity:.72}to{transform:translate(7px);opacity:1}}.warmup-instruction{min-width:0;display:grid;justify-items:center;align-content:center;padding:10px 15px 10px 48px;text-align:center}.warmup-step-badge{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 17px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#7549f7,#5123df);box-shadow:0 7px 15px #5831df33;font-size:14px;font-weight:1000;text-transform:uppercase}.warmup-instruction h2{max-width:520px;margin:17px 0 4px;color:#090e3f;font-size:clamp(26px,2.5vw,35px);line-height:1.13;letter-spacing:-.8px}.warmup-instruction>p{margin:0;color:#3f4775;font-size:18px}.warmup-clock{width:150px;height:150px;position:relative;margin:15px auto 8px}.warmup-clock svg{width:100%;height:100%;display:block;transform:rotate(-90deg)}.warmup-clock circle{fill:none;stroke-width:11}.warmup-clock .track{stroke:#e1dcfb}.warmup-clock .value{stroke:#6037eb;stroke-linecap:round;transition:stroke-dashoffset .1s linear}.warmup-clock>div{position:absolute;inset:0;display:grid;align-content:center;justify-items:center}.warmup-clock b{color:#080d3e;font-size:49px;line-height:.9}.warmup-clock span{margin-top:6px;color:#303966;font-size:15px}.warmup-clock.done .track{stroke:#d9f2e5}.warmup-clock.done .value{stroke:#2ab779}.warmup-clock.done b{color:#218d60}.warmup-dots{display:flex;justify-content:center;gap:25px;margin-top:2px}.warmup-dots i{width:17px;height:17px;border-radius:50%;background:#e2ddf8;transition:transform .2s,background .2s}.warmup-dots i.active{background:#6037eb;transform:scale(1.12)}.warmup-dots i.done{background:#2ab779;transform:scale(1)}.warmup-start-button{width:100%;min-height:72px;display:flex;align-items:center;justify-content:center;gap:16px;margin-top:26px;border:1px solid #d8cdfd;border-radius:16px;color:#7c83b4;background:linear-gradient(115deg,#f0edff,#ece7ff);font-size:21px;font-weight:900}.warmup-start-button img{width:30px;height:30px;opacity:.72}.warmup-start-button:disabled{cursor:default}.warmup-start-button.ready{border-color:transparent;color:#fff;background:linear-gradient(135deg,#7047f5,#4d24d5);box-shadow:0 10px 20px #532bda3d}.warmup-start-button.ready img{filter:brightness(0) invert(1);opacity:1}.warmup-return{display:flex;align-items:center;justify-content:center;gap:10px;margin:12px auto 0;padding:7px 12px;color:#5230e0;background:transparent;font-size:17px;font-weight:800}.warmup-return img{width:21px;height:21px}.warmup-after{display:flex;align-items:center;justify-content:center;gap:10px;margin:22px 0 0;color:#39436f;font-size:16px;font-weight:700}.warmup-after img{width:24px;height:24px}@media (max-width: 1050px){.warmup-topbar{padding:0 30px;grid-template-columns:220px 1fr auto}.warmup-nav{gap:25px}.warmup-account>a{display:none}.warmup-content{padding-right:35px;padding-left:35px}.warmup-main-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr)}.warmup-visual{grid-template-columns:48px minmax(210px,320px) 48px;gap:14px;padding-right:24px}.warmup-direction{width:48px;height:48px}.warmup-instruction{padding-left:28px}}@media (max-width: 760px){.warmup-page-shell{width:100%;min-height:calc(100vh - 24px);margin-left:0;transform:none;border:0;border-radius:0;box-shadow:none}.warmup-topbar{min-height:72px;grid-template-columns:1fr auto;gap:10px;padding:0 15px}.warmup-brand{gap:9px;font-size:23px}.warmup-brand img{width:44px;height:44px}.warmup-nav,.warmup-account>a{display:none}.warmup-account{gap:7px}.warmup-account>span{min-width:52px;min-height:40px;gap:5px;padding:5px 8px;border-radius:10px;font-size:14px}.warmup-account>span img{width:20px;height:20px}.warmup-account-avatar{width:44px;height:44px;margin-left:1px}.warmup-menu{display:grid;place-items:center;width:37px;height:37px;padding:7px}.warmup-content{padding:28px 14px}.warmup-heading{margin:0 5px 18px}.warmup-heading .eyebrow{font-size:11px;letter-spacing:2px}.warmup-heading h1{margin-top:8px;font-size:clamp(35px,10.7vw,49px);line-height:1.02;letter-spacing:-1.6px}.warmup-heading p{max-width:610px;margin-top:12px;font-size:16px;line-height:1.35}.warmup-daily{margin-top:14px;padding:7px 13px;font-size:14px}.warmup-workout{padding:27px 15px 18px;border-radius:18px}.warmup-main-grid{display:block;min-height:0}.warmup-visual{grid-template-columns:41px minmax(0,330px) 41px;gap:7px;padding:0;border:0}.warmup-direction{width:41px;height:41px}.warmup-instruction{padding:18px 0 0}.warmup-step-badge{min-height:32px;padding:6px 13px;font-size:12px}.warmup-instruction h2{margin-top:14px;font-size:clamp(23px,7vw,31px)}.warmup-instruction>p{margin-top:5px;font-size:15px;line-height:1.35}.warmup-clock{width:138px;height:138px;margin-top:15px}.warmup-clock b{font-size:45px}.warmup-dots{gap:22px;margin-top:1px}.warmup-dots i{width:16px;height:16px}.warmup-start-button{min-height:62px;margin-top:23px;border-radius:14px;font-size:17px}.warmup-start-button img{width:25px;height:25px}.warmup-return{margin-top:11px;font-size:15px}.warmup-after{margin-top:21px;padding:0 6px;font-size:14px;text-align:center}}@media (max-width: 430px){.warmup-topbar{padding:0 10px}.warmup-brand{font-size:20px}.warmup-brand img{width:40px;height:40px}.warmup-account{gap:4px}.warmup-account>span{min-width:43px;padding:4px 5px;font-size:12px}.warmup-account>span img{width:17px;height:17px}.warmup-account-avatar{width:39px;height:39px}.warmup-menu{width:33px;height:33px;padding:6px}.warmup-content{padding-right:10px;padding-left:10px}.warmup-heading h1{font-size:37px}.warmup-workout{padding-right:12px;padding-left:12px}.warmup-visual{grid-template-columns:35px minmax(0,270px) 35px;gap:3px}.warmup-direction{width:35px;height:35px}.warmup-instruction h2{font-size:24px}}.race-card.start-card{max-width:330px}.race-car-icon{font-size:58px;filter:drop-shadow(0 8px 8px rgba(0,0,0,.2))}.race-player{margin:3px 0 10px}.race-pairs{justify-content:center;flex-wrap:wrap;margin:8px 0}.race-rule{display:grid;grid-template-columns:1fr 40px 1fr;align-items:center;gap:7px;margin:12px 0}.race-rule span{border-radius:14px;padding:10px;background:#eee9ff}.race-rule b,.race-rule small{display:block}.race-rule b{font-size:24px;color:var(--purple-d)}.race-rule small{color:var(--muted)}.result-card{min-width:285px}.result-card h2{font-size:30px}.result-card p{color:var(--muted)}.thumb-up{font-size:72px;animation:thumbCelebrate .75s ease-in-out infinite alternate;transform-origin:bottom center}@keyframes thumbCelebrate{0%{transform:rotate(-12deg) scale(.9)}to{transform:rotate(12deg) scale(1.14)}}.retry-big{font-size:65px;animation:retryTurn 1.5s ease-in-out infinite}@keyframes retryTurn{to{transform:rotate(-360deg)}}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:13px 0}.result-stats span{padding:8px 3px;border-radius:11px;background:#f4f1ff;color:var(--muted);font-size:10px}.result-stats b{display:block;color:var(--ink);font-size:19px}@media (max-width: 560px){.landing-hero{padding-top:10px}.landing-hero h1{font-size:34px}.brand-mark{width:60px;height:60px;border-radius:20px;margin-bottom:10px}.role-tiles{grid-template-columns:1fr;gap:9px}.role-tile{min-height:88px;flex-direction:row;text-align:left;padding:14px 17px}.role-tile .emoji{font-size:42px;width:58px}.role-tile>div:nth-child(2){flex:1}.role-tile h3{margin-top:0}.landing-how{align-items:flex-start;padding:14px 10px;gap:5px}.landing-how div{flex-direction:column;text-align:center;flex:1}.landing-how i{margin-top:14px;width:10px}.role-gate-card{padding:26px 20px}.play-main{min-height:170px}.play-main b{font-size:32px}.training-pairs{grid-template-columns:1fr}.training-pair{min-height:136px}.training-picker>.row{display:grid}}.race{max-width:460px;margin:0 auto}.race button{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:manipulation}.race-hud{display:flex;align-items:center;gap:8px;margin-bottom:8px}.race-hud .back{flex:1}.race-hud .pill{font-size:13px;padding:6px 10px}.race-hud .mute{cursor:pointer;border:none}.race-command-panel{position:sticky;top:8px;z-index:25;margin-bottom:10px;padding:8px;border:1px solid rgba(124,77,255,.18);border-radius:20px;background:#f8f6fff5;box-shadow:0 8px 24px #301f6129;backdrop-filter:blur(8px)}.race-command-panel #hint{min-height:16px;margin:4px 0 0;font-size:12px}.race-stage{position:relative;display:flex;justify-content:center}.race-stage canvas{border-radius:20px;box-shadow:var(--shadow);touch-action:none;display:block}.race-heard{position:absolute;top:12px;left:50%;transform:translate(-50%);background:#0000008c;color:#fff;font-weight:800;padding:6px 16px;border-radius:999px;opacity:0;transition:opacity .15s;pointer-events:none;font-size:18px}.race-heard.show{opacity:1}.race-combo{position:absolute;bottom:12px;left:50%;transform:translate(-50%);color:#ffd76a;font-weight:900;font-size:15px;text-shadow:0 1px 4px rgba(0,0,0,.6);pointer-events:none}.race-overlay{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#2c28428c;border-radius:20px}.race-overlay.show{display:flex}.race-card{background:#fff;border-radius:22px;padding:22px;text-align:center;max-width:300px;box-shadow:var(--shadow)}.race-card .btn{width:100%;margin-top:8px}.race-controls{display:grid;grid-template-columns:1fr 96px 1fr;gap:10px}.race-btn{border-radius:18px;font-size:22px;font-weight:900;color:#fff;padding:16px 0;line-height:1.1}.race-btn b{font-size:26px}.race-btn.left{background:linear-gradient(160deg,#4d8cff,#2b6be0)}.race-btn.right{background:linear-gradient(160deg,#ff5a5f,#e03b40)}.race-btn:active{transform:scale(.95)}.race-mic{border-radius:18px;background:#ece7ff;color:var(--purple-d);font-weight:800;font-size:22px;line-height:1.2}.race-mic span{font-size:11px}.race-mic.on{background:var(--good);color:#fff;animation:pulse 1.2s infinite}.race-meter{display:none;text-align:center;font-family:ui-monospace,monospace;font-size:12px;color:var(--purple-d);min-height:16px;margin-top:8px;letter-spacing:-1px;white-space:nowrap;overflow:hidden}.chip{background:#efeaff;color:var(--purple-d);border-radius:999px;padding:7px 14px;font-weight:800;font-size:13px;border:none;cursor:pointer}.chip.on{background:var(--purple);color:#fff}.chip.need{opacity:.55}.chip:not([disabled]):active{transform:scale(.95)}.linkbtn{background:none;color:var(--muted);font-size:13px;font-weight:800;text-decoration:underline;padding:6px}.race.race-v2{width:min(1536px,100vw);max-width:none;min-height:100vh;margin:-16px 0 -16px 50%;overflow:hidden;transform:translate(-50%);border:1px solid #dfe0eb;background:radial-gradient(circle at 8% 16%,rgba(112,75,255,.07),transparent 24%),linear-gradient(180deg,#fff,#f8f6ff);color:#11143a}.race-v2-header{min-height:92px;display:grid;grid-template-columns:210px 220px 1fr 64px 58px;align-items:center;gap:22px;padding:0 42px;border-bottom:1px solid #dfe1ec;background:#fffffff7;box-shadow:0 3px 9px #2b1d6012}.race-v2-brand{display:inline-flex;align-items:center;gap:11px;color:#4d2bd7;font-size:29px;font-weight:1000;letter-spacing:-1px;text-decoration:none}.race-v2-brand img{width:53px;height:53px}.race-v2-back{display:inline-flex;align-items:center;gap:11px;color:#3f4360;font-size:18px;font-weight:700;text-decoration:none}.race-v2-back img{width:30px;height:30px}.race-v2-header h1{justify-self:center;margin:0;color:#11143a;font-size:28px;font-weight:900;white-space:nowrap}.race-v2-header h1 i{margin:0 9px;font-style:normal}.race-v2-header h1 b{font-weight:700}.race-v2-sound{width:61px;height:61px;display:grid;place-items:center;padding:14px;border:1px solid #dcddea;border-radius:15px;background:#fff}.race-v2-sound img{width:100%;height:100%}.race-v2-sound.muted img{opacity:.32}.race-v2-avatar{width:58px;height:58px;object-fit:cover;border:3px solid #e4dcff;border-radius:50%;background:#eeeaff}.race-v2-main{width:min(1336px,calc(100% - 88px));margin:0 auto;padding:23px 0}.race-v2-hud{display:grid;grid-template-columns:1.08fr 1.08fr .8fr .88fr;gap:22px;margin:0 auto 13px;padding:0 100px}.race-v2-hud>div{min-width:0;min-height:61px;display:flex;align-items:center;justify-content:center;gap:16px;padding:9px 19px;border:1px solid #dedfea;border-radius:18px;background:#fff;box-shadow:0 7px 17px #2f1f651a;color:#17193b;font-size:20px;font-weight:800}.race-v2-hud>div>img{width:36px;height:36px;object-fit:contain}.race-v2-hud>div:nth-child(3)>img{width:42px;height:42px}.race-v2-lives{gap:12px!important}.race-v2-lives img{width:43px!important;height:38px!important}.race-v2-lives img.lost{filter:grayscale(1);opacity:.2}.race-v2-command-panel{min-height:255px;position:relative;z-index:12;margin-bottom:18px;padding:20px 100px 15px;border:1px solid #dfe0eb;border-radius:27px;background:#fffffffa;box-shadow:0 8px 21px #3120671c}.race-v2.race-prestart .race-v2-command-panel{display:none}.race-v2-controls{display:grid;grid-template-columns:300px 1fr 300px;align-items:center;gap:30px}.race-v2-command{min-height:105px;display:flex;align-items:center;justify-content:center;gap:26px;border:3px solid #5c2fe9;border-radius:23px;color:#5328dc;background:#fff;box-shadow:0 4px #4520be0f}.race-v2-command.right{color:#fff;background:linear-gradient(150deg,#7748f0,#4d20d6);box-shadow:inset 0 -8px #300f9a24,0 8px 19px #4520be2e}.race-v2-command img{width:54px;height:54px}.race-v2-command.right img{filter:brightness(0) invert(1)}.race-v2-command b{font-size:54px;font-weight:1000;line-height:1}.race-v2-command:active{transform:scale(.97)}.race-v2-mic{min-height:142px;display:grid;justify-items:center;align-content:center;gap:4px;color:#5930df;background:transparent;font-weight:1000}.race-v2-mic img{width:112px;height:112px;border-radius:50%;box-shadow:inset 0 -9px #330e9726,0 9px 20px #542bd03d}.race-v2-mic span{font-size:20px;letter-spacing:.2px}.race-v2-mic.on img{animation:raceMicPulse 1.15s ease-in-out infinite}@keyframes raceMicPulse{50%{transform:scale(1.06);box-shadow:inset 0 -9px #330e9726,0 0 0 12px #6d43e61f,0 9px 20px #542bd03d}}.race-v2-command-panel>p{margin:-2px 0 9px;color:#181b3e;font-size:18px;text-align:center}.race-v2-meter{--level: 58%;width:min(545px,62%);height:22px;display:block;position:relative;overflow:hidden;margin:0 auto;background:repeating-linear-gradient(90deg,#e4ddfb 0 7px,transparent 7px 14px)}.race-v2-meter i{width:var(--level);height:100%;display:block;background:repeating-linear-gradient(90deg,#6b35ea 0 7px,transparent 7px 14px);transition:width .08s linear}.race-v2-stage{width:100%;position:relative;overflow:hidden;border-radius:27px;background:#071329;box-shadow:0 10px 24px #1217442b}.race-v2-stage canvas{width:100%;display:block;border-radius:inherit;touch-action:none}.race-v2-drive-cue{min-width:122px;min-height:48px;display:grid;place-items:center;position:absolute;z-index:7;bottom:125px;transform:translate(-50%);padding:7px 20px;border:2px solid rgba(255,255,255,.7);border-radius:99px 99px 99px 7px;color:#fff;background:linear-gradient(135deg,#49d9ba,#22ab9d);box-shadow:0 6px 17px #0b364a59,inset 0 -5px #005b5b21;font-size:25px;font-weight:1000;pointer-events:none;transition:left .12s ease,transform .12s ease}.race-v2-drive-cue.heard{transform:translate(-50%) scale(1.08)}.race-v2-keyboard{min-height:50px;display:flex;align-items:center;gap:15px;position:absolute;z-index:8;bottom:10px;left:50%;transform:translate(-50%);padding:8px 24px;border:1px solid rgba(255,255,255,.35);border-radius:99px;color:#fff;background:#040d21a8;backdrop-filter:blur(5px);font-size:17px;white-space:nowrap;pointer-events:none}.race-v2-keyboard img{width:36px;height:36px;filter:brightness(0) invert(1)}.race-v2 .race-heard{top:14px;z-index:8;font-size:20px}.race-v2 .race-combo{bottom:79px;z-index:8;font-size:18px}.race-v2 .race-overlay{z-index:20;border-radius:inherit;background:#050b20ad;backdrop-filter:blur(3px)}.race-v2 .race-card{width:min(360px,calc(100% - 32px));max-width:360px;padding:24px;border:1px solid rgba(255,255,255,.7)}.race-v2 .race-card.start-card{max-width:390px}.race-v2 .race-car-icon{width:105px;height:105px;margin:-8px auto 3px;filter:drop-shadow(0 8px 8px rgba(0,80,140,.25))}.race-v2 .race-car-icon img{width:100%;height:100%;object-fit:contain}@media (max-width: 1050px){.race-v2-header{grid-template-columns:190px 170px 1fr 56px 52px;padding:0 25px;gap:13px}.race-v2-brand{font-size:25px}.race-v2-header h1{font-size:23px}.race-v2-main{width:calc(100% - 40px)}.race-v2-hud{padding:0 35px;gap:12px}.race-v2-command-panel{padding-right:60px;padding-left:60px}.race-v2-controls{grid-template-columns:250px 1fr 250px}}@media (max-width: 700px){.race.race-v2{border-width:0}.race.race-v2.race-playing:not(.race-result-mode){width:100%;height:100dvh;min-height:0;position:fixed;inset:0;z-index:100;margin:0;border:0;transform:none;background:#071329}.race-v2.race-playing .race-v2-header{min-height:57px;position:absolute;top:0;right:0;left:0;z-index:30;padding:0 10px;border:0;background:linear-gradient(180deg,#fffffff7,#ffffffe0);backdrop-filter:blur(8px)}.race-v2.race-playing .race-v2-back{font-size:13px}.race-v2.race-playing .race-v2-back img{width:25px;height:25px}.race-v2.race-playing .race-v2-header h1{font-size:20px}.race-v2.race-playing .race-v2-sound{width:41px;height:41px;padding:9px;border-radius:12px}.race-v2.race-playing .race-v2-main{width:100%;height:100%;position:absolute;inset:0;margin:0;padding:0}.race-v2.race-playing .race-v2-stage{width:100%;height:100%;position:absolute;inset:0;border-radius:0;box-shadow:none}.race-v2.race-playing .race-v2-stage canvas{width:100%;height:100%;border-radius:0}.race-v2.race-playing .race-v2-hud{display:grid;position:absolute;top:63px;right:6px;left:6px;z-index:25;gap:5px;margin:0;padding:0}.race-v2.race-playing .race-v2-hud>div{min-height:40px;gap:3px;padding:3px 4px;border-color:#ffffffb3;border-radius:12px;background:#ffffffe6;box-shadow:0 4px 12px #040d2129;backdrop-filter:blur(7px);font-size:11px}.race-v2.race-playing .race-v2-hud>div>img{width:20px;height:20px}.race-v2.race-playing .race-v2-hud>div:nth-child(3)>img{width:23px;height:23px}.race-v2.race-playing .race-v2-lives{gap:2px!important}.race-v2.race-playing .race-v2-lives img{width:17px!important;height:16px!important}.race-v2.race-playing .race-v2-command-panel{min-height:0;position:absolute;top:109px;right:7px;left:7px;z-index:24;margin:0;padding:5px 7px 7px;border:1px solid rgba(255,255,255,.68);border-radius:17px;background:#ffffffe0;box-shadow:0 5px 15px #040d2129;backdrop-filter:blur(8px)}.race-v2.race-playing .race-v2-controls{grid-template-columns:1fr 58px 1fr;gap:5px}.race-v2.race-playing .race-v2-command{min-height:58px;gap:5px;border-width:2px;border-radius:13px}.race-v2.race-playing .race-v2-command img{width:23px;height:23px}.race-v2.race-playing .race-v2-command b{font-size:28px}.race-v2.race-playing .race-v2-mic{min-height:62px;gap:1px}.race-v2.race-playing .race-v2-mic img{width:48px;height:48px;box-shadow:inset 0 -5px #330e9726,0 5px 12px #542bd033}.race-v2.race-playing .race-v2-mic span{font-size:9px}.race-v2.race-playing .race-v2-command-panel>p{display:none}.race-v2.race-playing .race-v2-meter{width:68%;height:5px;margin-top:3px;border-radius:99px}.race-v2.race-playing .race-v2-drive-cue{min-width:58px;min-height:28px;bottom:116px;padding:2px 7px;border-width:1px;border-radius:8px;box-shadow:0 3px 9px #0b364a4d;font-size:14px}.race-v2.race-playing .race-v2-keyboard{display:none}.race-v2.race-playing .race-heard{top:190px}.race-v2.race-playing .race-combo{bottom:18px}.race-v2-header{min-height:87px;display:grid;grid-template-columns:1fr auto 1fr;padding:0 20px;gap:8px}.race-v2-brand,.race-v2-avatar{display:none}.race-v2-back{justify-self:start;font-size:16px}.race-v2-back img{width:28px;height:28px}.race-v2-header h1{grid-column:2;font-size:25px}.race-v2-header h1>span{display:none}.race-v2-header h1 b{font-weight:900}.race-v2-sound{width:54px;height:54px;grid-column:3;justify-self:end;padding:13px}.race-v2-main{width:calc(100% - 20px);padding:16px 0 20px}.race-v2-hud{grid-template-columns:1.15fr 1.15fr .8fr 1.15fr;gap:7px;padding:0;margin-bottom:12px}.race-v2-hud>div{min-height:67px;gap:8px;padding:7px;border-radius:14px;font-size:15px;white-space:nowrap}.race-v2-hud>div>img{width:29px;height:29px}.race-v2-hud>div:nth-child(3)>img{width:33px;height:33px}.race-v2-lives{gap:3px!important}.race-v2-lives img{width:27px!important;height:25px!important}.race-v2-command-panel{min-height:263px;margin-bottom:13px;padding:22px 14px 14px;border-radius:20px}.race-v2-controls{grid-template-columns:1fr 105px 1fr;gap:7px}.race-v2-command{min-width:0;min-height:93px;gap:10px;border-width:2px;border-radius:17px}.race-v2-command img{width:35px;height:35px}.race-v2-command b{font-size:38px}.race-v2-mic{min-height:129px}.race-v2-mic img{width:90px;height:90px}.race-v2-mic span{font-size:16px}.race-v2-command-panel>p{margin:4px 0 11px;font-size:16px}.race-v2-meter{width:78%;height:19px}.race-v2-stage{border-radius:19px}.race-v2-drive-cue{bottom:145px;min-width:105px;min-height:42px;padding:5px 16px;font-size:21px}.race-v2-keyboard{min-height:48px;bottom:13px;padding:7px 17px;font-size:14px}.race-v2-keyboard img{width:32px;height:32px}.race-v2 .race-combo{bottom:72px}}@media (max-width: 430px){.race-v2-header{padding:0 13px}.race-v2-back span{font-size:14px}.race-v2-header h1{font-size:22px}.race-v2-main{width:calc(100% - 14px)}.race-v2-hud{gap:5px}.race-v2-hud>div{min-height:61px;gap:4px;padding:5px 4px;font-size:12px}.race-v2-hud>div>img{width:25px;height:25px}.race-v2-lives img{width:22px!important;height:21px!important}.race-v2-command-panel{min-height:241px;padding:18px 9px 12px}.race-v2-controls{grid-template-columns:1fr 82px 1fr;gap:5px}.race-v2-command{min-height:82px;gap:5px}.race-v2-command img{width:28px;height:28px}.race-v2-command b{font-size:32px}.race-v2-mic{min-height:111px}.race-v2-mic img{width:73px;height:73px}.race-v2-mic span{font-size:13px}.race-v2-command-panel>p{font-size:14px}.race-v2-meter{width:86%}.race-v2-keyboard{font-size:12px}}@media (max-width: 350px){.race-v2-header{grid-template-columns:1fr auto 1fr}.race-v2-back span{display:none}.race-v2-hud>div{font-size:10px}.race-v2-hud>div>img{width:21px;height:21px}.race-v2-lives img{width:19px!important}.race-v2-controls{grid-template-columns:1fr 68px 1fr}.race-v2-command b{font-size:28px}.race-v2-command img{width:23px;height:23px}.race-v2-mic img{width:62px;height:62px}.race-v2-keyboard{width:calc(100% - 20px);justify-content:center;padding:7px 10px}}.race-result-mode .race-v2-main{display:none}.race-failure-screen{width:min(1440px,calc(100% - 60px));margin:0 auto;padding:38px 0 36px}.race-failure-card{min-height:650px;display:grid;grid-template-columns:minmax(440px,.98fr) minmax(520px,1.02fr);overflow:hidden;border:1px solid #d9d4ef;border-radius:32px;background:radial-gradient(circle at 55% 38%,rgba(125,78,239,.15),transparent 32%),#fff;box-shadow:0 18px 45px #25165321}.race-failure-scene{min-height:650px;position:relative;overflow:hidden;background:#06143a url(/assets/race-result-failure/neon-road.jpg) center 58% / cover no-repeat;isolation:isolate}.race-failure-scene:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,transparent 75%,rgba(255,255,255,.9) 100%);pointer-events:none}.race-failure-vignette{width:100%;height:100%;position:absolute;inset:0;z-index:2;object-fit:cover}.race-failure-markers{width:clamp(180px,34%,235px);position:absolute;top:12%;left:50%;z-index:4;transform:translate(-50%);filter:drop-shadow(0 0 12px rgba(255,131,22,.75))}.race-failure-barrier{width:min(82%,520px);position:absolute;top:47%;left:50%;z-index:5;transform:translate(-50%,-50%);filter:drop-shadow(0 15px 15px rgba(0,0,0,.38))}.race-failure-car{width:min(60%,390px);position:absolute;bottom:0;left:51%;z-index:6;transform:translate(-50%);filter:drop-shadow(0 18px 15px rgba(0,0,0,.55))}.race-failure-cone{width:min(18%,112px);position:absolute;bottom:11%;left:8%;z-index:7;filter:drop-shadow(0 11px 9px rgba(0,0,0,.42))}.race-failure-summary{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:46px 55px}.race-failure-heading{display:flex;align-items:center;justify-content:center;gap:25px;margin-bottom:36px}.race-failure-heading>span:last-child{min-width:0}.race-failure-badge{width:clamp(170px,18vw,230px);height:clamp(170px,18vw,230px);position:relative;flex:none}.race-failure-badge>img:last-child{width:100%;height:100%;position:relative;z-index:2;object-fit:contain;animation:failureRetryIn .58s cubic-bezier(.22,.8,.26,1.22) both;filter:drop-shadow(0 16px 15px rgba(67,31,166,.28))}.race-failure-sparkles{width:122%;height:122%;position:absolute;top:-11%;left:-11%;z-index:1;animation:failureSparkle 1.8s ease-in-out infinite alternate}@keyframes failureRetryIn{0%{opacity:0;transform:rotate(-32deg) scale(.72)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes failureSparkle{50%{transform:scale(1.06) rotate(5deg);opacity:.72}}.race-failure-heading h2{margin:0 0 8px;color:#090d42;font-size:clamp(43px,3.7vw,58px);font-weight:1000;line-height:.98;letter-spacing:-2px;white-space:nowrap}.race-failure-heading p{margin:0;color:#454772;font-size:clamp(20px,1.7vw,28px);line-height:1.15;white-space:nowrap}.race-failure-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.race-failure-stats article{min-width:0;min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 10px;border:1px solid #e3deef;border-radius:23px;background:#ffffffeb;box-shadow:0 12px 25px #2b1f531f;text-align:center}.race-failure-stats img{width:58px;height:58px;margin-bottom:8px;object-fit:contain}.race-failure-stats strong{color:#0d114a;font-size:clamp(29px,2.55vw,42px);font-weight:1000;line-height:1;white-space:nowrap}.race-failure-stats strong small{font-size:.48em;font-weight:800}.race-failure-stats em{font-style:normal}.race-failure-series{display:none}.race-failure-stats span{margin-top:8px;color:#52567d;font-size:clamp(16px,1.5vw,23px);line-height:1.05}.race-failure-tip{min-height:74px;display:flex;align-items:center;justify-content:center;gap:22px;margin-top:34px;padding:12px 24px;border:1px solid #ddd6f4;border-radius:18px;color:#1e2459;background:linear-gradient(100deg,#f5f1ff,#fff);box-shadow:0 9px 18px #35226814;font-size:clamp(18px,1.7vw,27px);text-align:center}.race-failure-tip img{width:42px;height:42px;flex:none}.race-failure-actions{width:min(1040px,78%);display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:26px auto 0}.race-failure-actions button{min-height:94px;display:flex;align-items:center;justify-content:center;gap:28px;border:3px solid #5b2ee8;border-radius:23px;font-size:clamp(25px,2.2vw,36px);font-weight:950}.race-failure-actions img{width:44px;height:44px}.race-failure-repeat{color:#fff;background:linear-gradient(150deg,#804eff,#4c1bd7);box-shadow:inset 0 -8px #290c8a29,0 10px 20px #4c25c738}.race-failure-repeat img{filter:brightness(0) invert(1)}.race-failure-cabinet{color:#5428df;background:#fff;box-shadow:0 9px 20px #311e6814}.race-failure-actions button:active{transform:scale(.985)}@media (max-width: 1080px){.race-failure-screen{width:calc(100% - 32px)}.race-failure-card{grid-template-columns:.9fr 1.1fr}.race-failure-summary{padding:35px 26px}.race-failure-heading{gap:12px}.race-failure-stats{gap:10px}.race-failure-actions{width:82%;gap:24px}}@media (max-width: 700px){.race-failure-screen{width:calc(100% - 28px);padding:24px 0 28px}.race-failure-card{min-height:0;display:block;padding:12px 12px 26px;border-radius:28px}.race-failure-scene{min-height:0;height:clamp(340px,104vw,500px);border-radius:22px 22px 0 0;background-position:center 62%}.race-failure-scene:after{background:linear-gradient(180deg,transparent 70%,#fff 100%)}.race-failure-markers{width:31%;top:9%}.race-failure-barrier{width:74%;top:34%}.race-failure-car{width:67%;bottom:-2%}.race-failure-cone{width:20%;right:7%;bottom:20%;left:auto}.race-failure-summary{padding:0 4px}.race-failure-heading{flex-direction:column;gap:0;margin:-62px 0 25px;text-align:center}.race-failure-badge{width:160px;height:160px}.race-failure-heading h2{margin-top:-2px;font-size:clamp(37px,10.7vw,48px);letter-spacing:-1.5px;white-space:nowrap}.race-failure-heading p{font-size:clamp(20px,5.5vw,29px);white-space:normal}.race-failure-stats{gap:9px}.race-failure-stats article{min-height:150px;padding:12px 5px;border-radius:19px}.race-failure-stats img{width:49px;height:49px}.race-failure-stats strong{font-size:clamp(26px,8vw,40px)}.race-failure-stats span{font-size:clamp(13px,4vw,19px)}.race-failure-stats article:nth-child(3) strong em,.race-failure-best{display:none}.race-failure-series{display:inline}.race-failure-tip{min-height:63px;gap:10px;margin-top:22px;padding:10px 13px;border:0;border-radius:999px;background:#f0eaff;box-shadow:none;font-size:clamp(15px,4.5vw,22px)}.race-failure-tip img{width:34px;height:34px}.race-failure-actions{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:20px}.race-failure-actions button{min-height:76px;gap:20px;border-width:2px;border-radius:20px;font-size:clamp(24px,7vw,34px)}.race-failure-actions img{width:38px;height:38px}.race-failure-repeat{flex-direction:row-reverse}}@media (max-width: 390px){.race-failure-screen{width:calc(100% - 16px)}.race-failure-card{padding-right:8px;padding-left:8px}.race-failure-scene{height:365px}.race-failure-heading{margin-top:-50px}.race-failure-badge{width:135px;height:135px}.race-failure-heading h2{font-size:clamp(35px,10.5vw,41px)}.race-failure-stats article{min-height:132px}.race-failure-stats img{width:41px;height:41px}.race-failure-actions button{min-height:68px}}.race-success-screen{width:min(1440px,calc(100% - 60px));margin:0 auto;padding:38px 0 36px}.race-success-card{min-height:650px;display:grid;grid-template-columns:minmax(440px,.98fr) minmax(520px,1.02fr);overflow:hidden;border:1px solid #d9d4ef;border-radius:32px;background:radial-gradient(circle at 55% 35%,rgba(125,78,239,.17),transparent 33%),#fff;box-shadow:0 18px 45px #25165321}.race-success-scene{min-height:650px;position:relative;overflow:hidden;background:#06143a url(/assets/race-result-success/finish-road.jpg) center 55% / cover no-repeat;isolation:isolate}.race-success-scene:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,transparent 75%,rgba(255,255,255,.9) 100%);pointer-events:none}.race-success-confetti{width:100%;height:100%;position:absolute;inset:0;z-index:3;object-fit:cover;animation:successConfetti 1.25s ease-out both}.race-success-car{width:min(64%,415px);position:absolute;bottom:1%;left:51%;z-index:4;transform:translate(-50%);filter:drop-shadow(0 18px 15px rgba(0,0,0,.55));animation:successCarIn .7s cubic-bezier(.2,.75,.25,1) both}@keyframes successConfetti{0%{opacity:0;transform:translateY(-8%)}45%,to{opacity:1;transform:translateY(0)}}@keyframes successCarIn{0%{opacity:0;transform:translate(-50%,18%) scale(.88)}to{opacity:1;transform:translate(-50%) scale(1)}}.race-success-summary{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:44px 54px}.race-success-heading{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:32px}.race-success-heading>span:last-child{min-width:0}.race-success-badge{width:clamp(180px,20vw,250px);height:clamp(180px,20vw,250px);position:relative;flex:none}.race-success-badge>img:last-child{width:100%;height:100%;position:relative;z-index:2;object-fit:contain;animation:successThumbIn .62s cubic-bezier(.2,.8,.24,1.25) both;filter:drop-shadow(0 16px 15px rgba(76,37,151,.2))}.race-success-sparkles{width:122%;height:122%;position:absolute;top:-11%;left:-11%;z-index:1;animation:successSparkle 1.4s ease-in-out 2 alternate}@keyframes successThumbIn{0%{opacity:0;transform:rotate(-8deg) scale(.82)}65%{opacity:1;transform:rotate(4deg) scale(1.06)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes successSparkle{50%{transform:scale(1.08) rotate(4deg);opacity:.72}}.race-success-heading h2{margin:0 0 10px;color:#090d42;font-size:clamp(45px,4vw,64px);font-weight:1000;line-height:.98;letter-spacing:-2px;white-space:nowrap}.race-success-heading p{margin:0;color:#454772;font-size:clamp(22px,2vw,31px);line-height:1.15;white-space:nowrap}.race-success-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.race-success-stats.without-rank{width:min(100%,470px);grid-template-columns:repeat(2,minmax(0,1fr));align-self:center}.race-success-stats article{min-width:0;min-height:188px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 10px;border:1px solid #e3deef;border-radius:23px;background:#ffffffeb;box-shadow:0 12px 25px #2b1f531f;text-align:center}.race-success-stats img{width:60px;height:60px;margin-bottom:7px;object-fit:contain}.race-success-stats strong{color:#0d114a;font-size:clamp(31px,2.7vw,44px);font-weight:1000;line-height:1;white-space:nowrap}.race-success-stats strong small{font-size:.5em;font-weight:800}.race-success-stats span{margin-top:8px;color:#52567d;font-size:clamp(16px,1.5vw,23px);line-height:1.05}.race-success-record{min-height:70px;display:flex;align-items:center;justify-content:center;gap:20px;margin:30px auto 0;padding:11px 28px;border:1px solid #ddd6f4;border-radius:17px;color:#1e2459;background:linear-gradient(100deg,#f5f1ff,#fff);box-shadow:0 9px 18px #35226814;font-size:clamp(19px,1.75vw,28px);text-align:center}.race-success-record img{width:42px;height:42px;flex:none}.race-success-record.is-record{color:#4921cc;background:linear-gradient(100deg,#eee7ff,#fff)}.race-success-actions{width:min(1040px,78%);display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:26px auto 0}.race-success-actions button{min-height:94px;display:flex;align-items:center;justify-content:center;gap:28px;border:3px solid #5b2ee8;border-radius:23px;font-size:clamp(27px,2.3vw,37px);font-weight:950}.race-success-actions img{width:44px;height:44px}.race-success-repeat{color:#5428df;background:#fff;box-shadow:0 9px 20px #311e6814}.race-success-cabinet{color:#fff;background:linear-gradient(150deg,#804eff,#4c1bd7);box-shadow:inset 0 -8px #290c8a29,0 10px 20px #4c25c738}.race-success-actions button:active{transform:scale(.985)}@media (max-width: 1080px){.race-success-screen{width:calc(100% - 32px)}.race-success-card{grid-template-columns:.9fr 1.1fr}.race-success-summary{padding:35px 26px}.race-success-heading{gap:10px}.race-success-heading h2{font-size:clamp(42px,4.2vw,52px)}.race-success-heading p{font-size:clamp(20px,2.4vw,27px)}.race-success-stats{gap:10px}.race-success-actions{width:82%;gap:24px}}@media (max-width: 700px){.race-success-screen{width:calc(100% - 28px);padding:24px 0 28px}.race-success-card{min-height:0;display:block;padding:12px 12px 26px;border-radius:28px}.race-success-scene{min-height:0;height:clamp(350px,108vw,520px);border-radius:22px 22px 0 0;background-position:center 57%}.race-success-scene:after{background:linear-gradient(180deg,transparent 70%,#fff 100%)}.race-success-car{width:68%;bottom:-2%}.race-success-summary{padding:0 4px}.race-success-heading{flex-direction:column;gap:0;margin:-72px 0 18px;text-align:center}.race-success-badge{width:180px;height:180px}.race-success-heading h2{margin-top:-4px;font-size:clamp(42px,12vw,58px);letter-spacing:-1.5px;white-space:nowrap}.race-success-heading p{font-size:clamp(22px,6vw,30px);white-space:normal}.race-success-record{min-height:62px;order:2;gap:10px;margin:0 auto 22px;padding:9px 18px;border:0;border-radius:999px;background:#f0eaff;box-shadow:none;font-size:clamp(17px,4.8vw,23px)}.race-success-record img{width:34px;height:34px}.race-success-stats{order:3;gap:9px}.race-success-stats.without-rank{width:75%}.race-success-stats article{min-height:150px;padding:12px 5px;border-radius:19px}.race-success-stats img{width:50px;height:50px}.race-success-stats strong{font-size:clamp(27px,8vw,40px)}.race-success-stats span{font-size:clamp(14px,4vw,19px)}.race-success-actions{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:20px}.race-success-actions button{min-height:76px;gap:20px;border-width:2px;border-radius:20px;font-size:clamp(25px,7vw,34px)}.race-success-actions img{width:38px;height:38px}.race-success-cabinet{order:-1}.race-success-repeat{flex-direction:row-reverse}}@media (max-width: 390px){.race-success-screen{width:calc(100% - 16px)}.race-success-card{padding-right:8px;padding-left:8px}.race-success-scene{height:375px}.race-success-heading{margin-top:-58px}.race-success-badge{width:145px;height:145px}.race-success-heading h2{font-size:clamp(38px,11vw,43px)}.race-success-stats article{min-height:132px}.race-success-stats img{width:42px;height:42px}.race-success-actions button{min-height:68px}}.recording-studio{width:min(1536px,100vw);max-width:none;min-height:100vh;margin:-16px 0 -16px 50%;transform:translate(-50%);color:#101735;background:radial-gradient(circle at 9% 12%,rgba(97,54,238,.06),transparent 23%),linear-gradient(180deg,#fff 0,#f8f7fd)}.recording-studio-header{min-height:90px;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:28px;padding:0 40px;border-bottom:1px solid #dde0eb;background:#fffffff7;box-shadow:0 3px 10px #271f4e12}.recording-studio-brand{display:inline-flex;align-items:center;gap:13px;color:#5529e1;font-size:30px;font-weight:950;text-decoration:none}.recording-studio-brand img{width:54px;height:54px}.recording-studio-header nav{height:90px;display:flex;align-items:stretch;gap:56px}.recording-studio-header nav a{min-width:82px;display:flex;align-items:center;justify-content:center;position:relative;color:#171a38;font-size:18px;text-decoration:none}.recording-studio-header nav a.active{color:#5425e4;font-weight:850}.recording-studio-header nav a.active:after{content:"";height:4px;position:absolute;right:0;bottom:13px;left:0;border-radius:3px;background:#5a2ae6}.recording-studio-user{display:flex;align-items:center;gap:14px;font-size:17px}.recording-studio-user>img{width:58px;height:58px;border-radius:50%;object-fit:cover}.recording-studio-user button{padding:10px 0 10px 10px;color:#5828e4;background:none;font-size:16px}.recording-studio-page{width:min(1456px,calc(100% - 76px));margin:0 auto;padding:23px 0 38px}.recording-studio-intro{width:calc(66.5% - 14px)}.recording-studio-breadcrumb{margin-bottom:12px;color:#5428e6;font-size:14px;font-weight:950;letter-spacing:.18em}.recording-studio-breadcrumb i{margin:0 12px;color:#525973;font-style:normal}.recording-studio-intro h1{margin:0 0 5px;font-size:38px;line-height:1.1}.recording-studio-intro p{margin:0;color:#4f5877;font-size:17px}.recording-studio-steps{width:calc(66.5% - 14px);display:grid;grid-template-columns:repeat(3,1fr);margin-top:17px}.recording-studio-steps>div{min-height:57px;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;border:1px solid #dfe1ea;color:#59627d;background:#fff;box-shadow:0 6px 16px #251a5014}.recording-studio-steps>div:first-child{border-radius:12px 0 0 12px}.recording-studio-steps>div:last-child{border-radius:0 12px 12px 0}.recording-studio-steps>div:not(:last-child):after{content:"";width:48px;height:2px;position:absolute;right:-24px;z-index:2;background:#d2d6e3}.recording-studio-steps i{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:50%;color:#536079;background:#edf0f7;font-style:normal;font-weight:900}.recording-studio-steps span{font-size:15px}.recording-studio-steps span b{display:none}.recording-studio-steps .complete i{color:#fff;background:#35a443}.recording-studio-steps .current{z-index:3;border-color:#7548ee;color:#5428e4}.recording-studio-steps .current i{color:#fff;background:#6230e8}.recording-studio-steps #studioStepSave.complete{border-color:#7acb83;color:#248533}.recording-studio-steps #studioStepSave.complete i{color:#fff;background:#35a443}.recording-studio-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(390px,1fr);align-items:start;gap:26px;margin-top:16px}.recording-studio-primary,.recording-studio-aside{display:grid;gap:14px}.recording-studio-aside{margin-top:-163px}.recording-studio-child,.recording-studio-capture,.recording-studio-queue,.recording-studio-progress,.recording-studio-quality,.recording-studio-tip{border:1px solid #e0e2ec;border-radius:14px;background:#fffffff0;box-shadow:0 7px 18px #2b1f5314}.recording-studio-child{min-height:96px;display:grid;grid-template-columns:92px 1fr 300px;align-items:center;gap:18px;padding:10px 22px}.recording-studio-child>img{width:78px;height:78px;border-radius:50%;object-fit:cover}.recording-studio-child>div{min-width:0}.recording-studio-child strong{margin-right:12px;font-size:31px;vertical-align:middle}.recording-studio-child select{width:auto;max-width:190px;padding:6px 30px 6px 10px;border-width:1px;border-radius:7px;color:#5428e4;font-size:13px;vertical-align:middle}.recording-studio-pairs{display:inline-block;margin:6px 7px 0 0;padding:4px 15px;border:1px solid #8158ec;border-radius:7px;color:#5428e4;font-size:14px}.recording-studio-mic-check{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 15px;border:1px solid #dde0ea;border-radius:10px;background:#fff;text-align:left}.recording-studio-mic-check>span{display:grid;grid-template-columns:16px 1fr;align-items:center;column-gap:10px}.recording-studio-mic-check i{width:11px;height:11px;grid-row:1 / 3;border-radius:50%;background:#b9becb}.recording-studio-mic-check i.ready{background:#32a23d}.recording-studio-mic-check b{color:#4b536d;font-size:16px;font-weight:700}.recording-studio-mic-check i.ready+b{color:#278b32}.recording-studio-mic-check small{color:#5730de;font-size:14px}.recording-studio-mic-check>img{width:25px;height:25px}.recording-studio-capture{min-height:400px;display:grid;grid-template-columns:1fr 1.12fr;grid-template-rows:auto auto auto;column-gap:20px;padding:20px 28px 21px}.recording-studio-prompt{min-width:0}.recording-studio-label{margin-bottom:17px;color:#5628e5;font-size:13px;font-weight:950;letter-spacing:.13em}.recording-studio-prompt>span{display:block;font-size:31px}.recording-studio-prompt>strong{display:block;margin:-2px 0 2px;color:#5c2ee6;font-size:108px;font-weight:950;line-height:1}.recording-studio-prompt p{max-width:320px;margin:0;color:#445171;font-size:19px;line-height:1.3}.recording-studio-microphone{min-height:230px;display:grid;place-items:center;position:relative}.recording-studio-microphone>img:last-child{width:245px;height:245px;position:relative;z-index:2;object-fit:contain}.recording-studio-rings{width:310px;height:310px;position:absolute;opacity:.55;animation:studioRings 2.2s ease-in-out infinite}@keyframes studioRings{50%{transform:scale(1.04);opacity:.82}}.recording-studio-wave{grid-column:2;display:grid;grid-template-columns:1fr 82px;align-items:center;gap:15px;margin-top:-34px}.recording-studio-waveform{--level: 0%;height:67px;position:relative;overflow:hidden;border:1px solid #9874ef;border-radius:10px;background:#fff}.recording-studio-waveform img{width:100%;height:100%;padding:8px;object-fit:fill;opacity:.24}.recording-studio-waveform i{width:var(--level);position:absolute;inset:0 auto 0 0;overflow:hidden;border-right:2px solid #642ee8;background:linear-gradient(90deg,#ff354314,#672de740);transition:width .06s linear}.recording-studio-wave>b{font-size:29px}.recording-studio-record{min-height:68px;display:flex;align-items:center;justify-content:center;gap:16px;align-self:end;margin-right:20px;border-radius:999px;color:#fff;background:linear-gradient(100deg,#ff3b3b,#752bdc);box-shadow:0 8px 18px #96296833;font-size:21px;font-weight:900}.recording-studio-record img{width:37px;height:37px;filter:brightness(0) invert(1)}.recording-studio-record.recording{animation:studioRecording 1s ease-in-out infinite;background:linear-gradient(100deg,#d91f31,#a01963)}@keyframes studioRecording{50%{transform:scale(.985);box-shadow:0 0 0 9px #e7254b1a}}.recording-studio-record:disabled{opacity:.45;cursor:default}.recording-studio-capture-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-self:end}.recording-studio-capture-actions button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #9b79ef;border-radius:9px;color:#5c31dd;background:#fff;font-size:15px}.recording-studio-capture-actions button:disabled{border-color:#d9dbe5;color:#aeb4c5}.recording-studio-capture-actions img{width:22px;height:22px}.recording-studio-queue{padding:14px 20px 17px}.recording-studio-queue header{display:flex;align-items:baseline;gap:25px;margin-bottom:10px}.recording-studio-queue h2,.recording-studio-progress h2,.recording-studio-quality h2,.recording-studio-tip h2{margin:0;font-size:19px}.recording-studio-queue header p{margin:0;color:#5f6985;font-size:13px}#studioQueue{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}#studioQueue button{min-width:0;min-height:100px;padding:9px 6px;border:1px solid #dce0ea;border-radius:10px;color:#353d59;background:#fff}#studioQueue button strong{display:block;font-size:27px}#studioQueue button span{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:7px;font-size:10px}#studioQueue button img{width:21px;height:21px}#studioQueue button.current{border:2px solid #6f36ec;color:#5d2add;background:#fbf9ff}#studioQueue button.complete{border-color:#54b15f;color:#278834;background:#fbfffb}#studioQueue button.negative{border-color:#ff756e;background:snow}.recording-studio-progress,.recording-studio-quality{padding:17px 23px}.recording-studio-progress-body{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:18px;margin-top:12px}.recording-studio-ring{--progress: 0deg;width:118px;height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;border-radius:50%;background:radial-gradient(circle at center,#fff 58%,transparent 60%),conic-gradient(#6533e8 var(--progress),#eaecf3 0)}.recording-studio-ring strong{font-size:19px}.recording-studio-ring span{color:#4d5878;font-size:13px}.recording-studio-progress-lists{display:grid;gap:15px}.recording-studio-progress-lists>div+div{padding-top:12px;border-top:1px solid #e1e3ec}.recording-studio-progress-lists h3{margin:0 0 6px;font-size:15px}.recording-studio-progress-lists ul{display:grid;gap:6px;margin:0;padding:0;list-style:none}.recording-studio-progress-lists li{display:grid;grid-template-columns:20px 35px 1fr;align-items:center;gap:6px;color:#4f5974;font-size:13px}.recording-studio-progress-lists li img{width:18px;height:18px}.recording-studio-progress-lists li span{justify-self:end;font-size:11px}.recording-studio-progress-lists li.current{color:#5728e4}.recording-studio-progress-lists li.complete{color:#288534}.recording-studio-save{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;border:1px solid #a990eb;border-radius:8px;color:#fff;background:#cfc3f3;font-size:17px}.recording-studio-save img{width:24px;height:24px;filter:brightness(0) invert(1)}.recording-studio-save.ready{background:linear-gradient(100deg,#7642ed,#5222d9);box-shadow:0 7px 16px #552acd33}.recording-studio-save:disabled{cursor:default}.recording-studio-quality>div{min-height:55px;display:grid;grid-template-columns:43px 1fr auto;align-items:center;gap:12px;border-bottom:1px solid #e5e7ee}.recording-studio-quality>div>img{width:38px;height:38px;padding:7px;border:1px solid #66bd70;border-radius:10px}.recording-studio-quality>div:nth-of-type(3)>img{border-color:#815bed}.recording-studio-quality span{color:#4f5974;font-size:14px}.recording-studio-quality span i{height:4px;display:block;overflow:hidden;margin-top:6px;border-radius:3px;background:#e0e3eb}.recording-studio-quality span i b{height:100%;display:block;width:0;background:#2da43a;transition:width .15s}.recording-studio-quality>div:nth-of-type(3) span i b{background:#6933e9}.recording-studio-quality>div>strong{color:#288834;font-size:13px;font-weight:650}.recording-studio-quality>div:nth-of-type(3)>strong{color:#5d2bdf}.recording-studio-quality footer{display:flex;justify-content:space-between;padding:11px 8px 0;color:#59627d;font-size:13px}.recording-studio-quality footer b{color:#24832f}.recording-studio-tip{min-height:170px;display:grid;grid-template-columns:145px 1fr;align-items:center;gap:8px;padding:12px 20px 12px 5px;background:linear-gradient(120deg,#f4edff,#fff)}.recording-studio-tip>img{width:145px;height:145px;object-fit:contain}.recording-studio-tip h2{margin-bottom:8px;color:#5428e4}.recording-studio-tip p{margin:5px 0;color:#343c59;font-size:13px;line-height:1.35}@media (max-width: 1100px){.recording-studio-header{grid-template-columns:210px 1fr auto;padding:0 24px}.recording-studio-header nav{gap:24px}.recording-studio-page{width:calc(100% - 34px)}.recording-studio-layout{grid-template-columns:minmax(0,1.7fr) minmax(330px,1fr);gap:16px}.recording-studio-child{grid-template-columns:80px 1fr 240px;padding:10px 14px}.recording-studio-capture{padding-right:18px;padding-left:18px}.recording-studio-prompt>strong{font-size:90px}#studioQueue{gap:7px}.recording-studio-progress{padding-right:15px;padding-left:15px}}@media (max-width: 760px){.recording-studio{width:100vw;margin-top:-16px;overflow:hidden}.recording-studio-header{min-height:86px;grid-template-columns:1fr auto;padding:0 26px}.recording-studio-brand{font-size:27px}.recording-studio-brand img{width:50px;height:50px}.recording-studio-header nav,.recording-studio-user b,.recording-studio-user button{display:none}.recording-studio-user>img{width:58px;height:58px}.recording-studio-page{width:calc(100% - 30px);padding-top:20px}.recording-studio-intro,.recording-studio-steps{width:100%}.recording-studio-breadcrumb{font-size:13px}.recording-studio-intro h1{font-size:37px}.recording-studio-intro p{font-size:16px}.recording-studio-steps{margin-top:16px}.recording-studio-steps>div{min-height:51px;gap:7px;box-shadow:none}.recording-studio-steps>div:not(:last-child):after{display:none}.recording-studio-steps i{width:29px;height:29px}.recording-studio-steps span{font-size:14px}.recording-studio-steps span b{display:inline;margin-right:4px}.recording-studio-layout{display:flex;flex-direction:column;gap:13px}.recording-studio-primary,.recording-studio-aside{width:100%;gap:13px}.recording-studio-aside{margin-top:0}.recording-studio-child{min-height:132px;grid-template-columns:104px 1fr;gap:15px;padding:12px 22px}.recording-studio-child>img{width:94px;height:94px}.recording-studio-child strong{font-size:31px}.recording-studio-mic-check{grid-column:2;min-height:52px;margin-top:-58px;margin-left:48%;transform:translateY(58px);border:0;padding:4px}.recording-studio-mic-check b{font-size:14px}.recording-studio-capture{min-height:455px;grid-template-columns:1fr 1fr;padding:17px 21px 15px}.recording-studio-label{margin-bottom:10px;font-size:12px}.recording-studio-prompt>span{font-size:27px}.recording-studio-prompt>strong{font-size:91px}.recording-studio-prompt p{font-size:17px}.recording-studio-microphone>img:last-child{width:225px;height:225px}.recording-studio-rings{width:275px;height:275px}.recording-studio-wave{grid-column:1 / -1;grid-template-columns:1fr 74px;margin:-7px 0 10px}.recording-studio-waveform{height:65px}.recording-studio-wave>b{font-size:25px}.recording-studio-record{grid-column:1 / -1;min-height:55px;margin:0;font-size:19px}.recording-studio-record img{width:31px;height:31px}.recording-studio-capture-actions{grid-column:1 / -1}.recording-studio-queue header{gap:16px}#studioQueue{grid-template-columns:repeat(4,1fr)}#studioQueue button:nth-child(n+5){grid-column:span 1}.recording-studio-progress{order:1}.recording-studio-quality{order:2}.recording-studio-tip{order:3}.recording-studio-progress-body{grid-template-columns:145px 1fr}.recording-studio-progress-lists{grid-template-columns:1fr 1fr;gap:15px}.recording-studio-progress-lists>div+div{padding:0 0 0 15px;border:0;border-left:1px solid #e1e3ec}.recording-studio-tip{grid-template-columns:190px 1fr}.recording-studio-tip>img{width:180px;height:180px}.recording-studio-tip p{font-size:15px}}@media (max-width: 470px){.recording-studio-header{padding:0 18px}.recording-studio-brand{font-size:23px}.recording-studio-brand img{width:44px;height:44px}.recording-studio-user>img{width:49px;height:49px}.recording-studio-page{width:calc(100% - 18px)}.recording-studio-breadcrumb{font-size:11px;letter-spacing:.12em}.recording-studio-intro h1{font-size:31px}.recording-studio-intro p{font-size:14px}.recording-studio-steps span{font-size:11px}.recording-studio-steps span b{display:none}.recording-studio-steps i{width:25px;height:25px;font-size:12px}.recording-studio-child{min-height:150px;grid-template-columns:82px 1fr;gap:10px;padding:12px}.recording-studio-child>img{width:76px;height:76px}.recording-studio-child strong{font-size:26px}.recording-studio-child select{max-width:145px;font-size:11px}.recording-studio-pairs{padding:3px 8px;font-size:11px}.recording-studio-mic-check{grid-column:1 / -1;margin:0;transform:none}.recording-studio-capture{min-height:0;grid-template-columns:1fr 1fr;column-gap:7px;padding:15px 12px}.recording-studio-label{font-size:10px;letter-spacing:.08em}.recording-studio-prompt>span{font-size:22px}.recording-studio-prompt>strong{font-size:72px}.recording-studio-prompt p{font-size:14px}.recording-studio-microphone{min-height:190px}.recording-studio-microphone>img:last-child{width:185px;height:185px}.recording-studio-rings{width:215px;height:215px}.recording-studio-wave{grid-template-columns:1fr 56px}.recording-studio-waveform{height:55px}.recording-studio-wave>b{font-size:19px}.recording-studio-capture-actions{gap:7px}.recording-studio-capture-actions button{gap:5px;font-size:12px}.recording-studio-queue{padding:12px}.recording-studio-queue header{display:block}.recording-studio-queue header p{margin-top:4px}#studioQueue{grid-template-columns:repeat(4,1fr);gap:6px}#studioQueue button{min-height:83px}#studioQueue button strong{font-size:23px}#studioQueue button span{font-size:8px}.recording-studio-progress-body{display:block}.recording-studio-ring{margin:8px auto 18px}.recording-studio-progress-lists{grid-template-columns:1fr 1fr}.recording-studio-progress-lists li{grid-template-columns:18px 28px 1fr;font-size:11px}.recording-studio-progress-lists li span{font-size:8px}.recording-studio-quality{padding:15px 12px}.recording-studio-quality>div{grid-template-columns:36px 1fr auto;gap:7px}.recording-studio-quality>div>img{width:33px;height:33px}.recording-studio-quality span{font-size:12px}.recording-studio-quality>div>strong{font-size:10px}.recording-studio-tip{grid-template-columns:115px 1fr;padding:10px 9px}.recording-studio-tip>img{width:112px;height:112px}.recording-studio-tip h2{font-size:17px}.recording-studio-tip p{font-size:11px}}.therapist-login{width:min(1536px,100vw);max-width:none;min-height:100vh;margin:-16px 0 -16px 50%;transform:translate(-50%);color:#101735;background:url(/assets/therapist-login/background-bubbles.svg) center / cover no-repeat,radial-gradient(circle at 50% 45%,#fff 0,#f7f4ff 74%,#f0ecff)}.therapist-login button,.therapist-login input{font:inherit}.therapist-login button{cursor:pointer}.therapist-login-header{min-height:90px;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:25px;padding:0 40px;border-bottom:1px solid #dfe0eb;background:#fffffff0;box-shadow:0 2px 10px #1f1a440d}.therapist-login-brand{display:flex;align-items:center;gap:14px;color:#5225de;font-size:30px;font-weight:900;letter-spacing:-.04em;text-decoration:none}.therapist-login-brand img{width:52px;height:52px}.therapist-login-back,.therapist-login-help{display:flex;align-items:center;gap:11px;justify-self:start;border:0;color:#5426e2;background:transparent;font-size:17px;text-decoration:none}.therapist-login-back img,.therapist-login-help img{width:28px;height:28px}.therapist-login-help{justify-self:end}.therapist-login-page{width:min(1240px,calc(100% - 76px));margin:0 auto;padding:68px 0 70px}.therapist-login-card{min-height:750px;display:grid;grid-template-columns:47% 53%;border:1px solid #e1e2ec;border-radius:28px;background:#fffffff7;box-shadow:0 16px 38px #32226d21;overflow:hidden}.therapist-login-visual{min-width:0;min-height:750px;position:relative;padding:40px 48px;color:#fff;background:radial-gradient(circle at 78% 21%,rgba(255,255,255,.25),transparent 24%),radial-gradient(circle at 12% 86%,rgba(255,255,255,.17),transparent 27%),linear-gradient(145deg,#754eea,#835de9 45%,#6042d7);overflow:hidden}.therapist-login-visual:before,.therapist-login-visual:after{content:"✦";position:absolute;color:#fff6;font-size:31px}.therapist-login-visual:before{top:54px;right:74px}.therapist-login-visual:after{top:215px;right:105px;font-size:17px}.therapist-login-visual>div:first-child{position:relative;z-index:2}.therapist-login-visual h2{max-width:390px;margin:0 0 10px;color:#fff;font-size:44px;line-height:1.12;letter-spacing:-.02em;text-shadow:0 2px 5px rgba(45,22,113,.25)}.therapist-login-visual p{max-width:380px;margin:0;color:#fff;font-size:21px;line-height:1.4}.therapist-login-picture{width:500px;height:590px;position:absolute;right:8px;bottom:-88px}.therapist-login-picture>img{width:100%;height:100%;object-fit:contain}.therapist-login-picture b{position:absolute;z-index:2;color:#fff;font-size:55px;line-height:1;text-shadow:0 3px 5px rgba(84,28,30,.3);transform:rotate(-4deg)}.therapist-login-picture b:nth-child(2){top:126px;left:45px}.therapist-login-picture b:nth-child(3){top:360px;right:36px;transform:rotate(5deg)}.therapist-login-panel{min-width:0;display:flex;flex-direction:column;padding:59px 64px 42px}.therapist-login-heading>div{margin-bottom:20px;color:#5425e3;font-size:15px;font-weight:950;letter-spacing:.24em;text-transform:uppercase}.therapist-login-heading h1{margin:0;font-size:48px;line-height:1.08;letter-spacing:-.02em}.therapist-login-heading p{max-width:510px;margin:21px 0 24px;color:#505c7b;font-size:18px;line-height:1.45}.therapist-login-tabs{min-height:52px;display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:20px;padding:5px;border-radius:12px;background:#f0ecfb}.therapist-login-tabs button{border:0;border-radius:9px;color:#68728f;background:transparent;font-weight:800}.therapist-login-tabs button.active{color:#5525e3;background:#fff;box-shadow:0 3px 11px #3c2a761a}.therapist-login-form{display:grid;gap:8px}.therapist-login-form[hidden]{display:none}.therapist-login-form>label,.therapist-login-register-passwords label{margin:0 0 1px;color:#161c39;font-size:16px;font-weight:750}.therapist-login-field{min-height:63px;display:grid;grid-template-columns:30px 1fr 35px;align-items:center;gap:11px;padding:0 16px;border:1px solid #d7d9e6;border-radius:10px;color:#3e4969;background:#fff;transition:border-color .15s,box-shadow .15s}.therapist-login-field:focus-within{border-color:#5c2be6;box-shadow:0 0 0 3px #5c2be61a}.therapist-login-field>img{width:25px;height:25px}.therapist-login-field input{width:100%;min-width:0;height:59px;padding:0;border:0;outline:0;color:#111735;background:transparent;font-size:17px;box-shadow:none}.therapist-login-field input::placeholder{color:#9aa2b8}.therapist-login-field button{width:35px;height:35px;display:grid;place-items:center;padding:0;border:0;background:transparent}.therapist-login-field button img{width:27px;height:27px}.therapist-login-field:not(:has(button)){grid-template-columns:30px 1fr}.therapist-login-show{width:max-content;display:flex;align-items:center;gap:10px;margin:2px 0 0!important;color:#4c5877!important;font-weight:500!important;cursor:pointer}.therapist-login-show input{position:absolute;opacity:0;pointer-events:none}.therapist-login-show span{width:23px;height:23px;display:block;border:1px solid #9ba3b8;border-radius:5px;background:#fff}.therapist-login-show input:checked+span{border-color:#6030e7;background:#6030e7 url(/assets/therapist-login/icon-checkbox.svg) center / 17px no-repeat}.therapist-login-error{min-height:20px;color:#bf3548;font-size:13px;font-weight:750}.therapist-login-submit{min-height:66px;display:grid;grid-template-columns:1fr 36px;align-items:center;padding:0 25px 0 61px;border:0;border-radius:11px;color:#fff;background:linear-gradient(105deg,#6531e8,#4218ce);box-shadow:0 7px 16px #461acd3d;font-size:20px;font-weight:850}.therapist-login-submit img{width:30px;height:30px;filter:brightness(0) invert(1)}.therapist-login-submit:disabled{opacity:.65;cursor:wait}.therapist-login-register-passwords{display:grid;grid-template-columns:1fr 1fr;gap:12px}.therapist-login-register-passwords>div{display:grid;gap:8px}.therapist-login-form>small{color:#707b98;font-size:11px;line-height:1.35;text-align:center}.therapist-login-security{min-height:45px;display:flex;align-items:center;gap:13px;margin-top:auto;padding-top:22px;color:#4d5877;font-size:13px}.therapist-login-security img{width:27px;height:27px}.therapist-login-help-panel{margin-top:8px;padding:12px 14px;border:1px solid #ddd6f6;border-radius:9px;color:#4d5877;background:#faf8ff;font-size:12px}.therapist-login-help-panel[hidden]{display:none}.therapist-login-help-panel p{margin:4px 0 0;line-height:1.4}.therapist-login-panel.registration-open{padding-top:31px;padding-bottom:25px}.therapist-login-panel.registration-open .therapist-login-heading>div{margin-bottom:11px}.therapist-login-panel.registration-open .therapist-login-heading h1{font-size:38px}.therapist-login-panel.registration-open .therapist-login-heading p{margin:10px 0 13px;font-size:14px}.therapist-login-panel.registration-open .therapist-login-tabs{margin-bottom:12px}.therapist-login-panel.registration-open .therapist-login-field{min-height:52px}.therapist-login-panel.registration-open .therapist-login-field input{height:49px;font-size:14px}.therapist-login-panel.registration-open .therapist-login-submit{min-height:55px;font-size:17px}.therapist-login-panel.registration-open .therapist-login-security{padding-top:8px}@media (max-width: 900px){.therapist-login{width:100vw;margin-top:-10px;margin-bottom:-10px;overflow-x:hidden}.therapist-login-header{min-height:82px;grid-template-columns:50px 1fr 50px;gap:8px;padding:0 20px;border-bottom:0}.therapist-login-brand{grid-column:2;grid-row:1;justify-self:center;font-size:27px}.therapist-login-brand img{width:51px;height:51px}.therapist-login-back{grid-column:1;grid-row:1}.therapist-login-help{grid-column:3;grid-row:1;width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:transparent}.therapist-login-back span,.therapist-login-help span{display:none}.therapist-login-back img{width:34px;height:34px}.therapist-login-help img{width:49px;height:49px;filter:none}.therapist-login-page{width:min(690px,calc(100% - 28px));padding:44px 0 52px}.therapist-login-card{min-height:0;display:block;border-radius:24px}.therapist-login-visual{min-height:350px;margin:20px 20px 0;padding:0;border-radius:20px;background:linear-gradient(145deg,#ded1ff,#f1eaff)}.therapist-login-visual:before,.therapist-login-visual:after,.therapist-login-visual>div:first-child{display:none}.therapist-login-picture{width:360px;height:480px;right:50%;bottom:-78px;transform:translate(50%)}.therapist-login-picture b{font-size:45px}.therapist-login-picture b:nth-child(2){top:102px;left:31px}.therapist-login-picture b:nth-child(3){top:293px;right:24px}.therapist-login-panel{padding:33px 34px 35px}.therapist-login-heading>div{margin-bottom:16px;font-size:13px}.therapist-login-heading h1{font-size:41px}.therapist-login-heading p{margin:17px 0 20px;font-size:17px}.therapist-login-security{margin-top:18px}.therapist-login-panel.registration-open{padding:27px 34px 30px}}@media (max-width: 470px){.therapist-login-header{min-height:72px;grid-template-columns:41px 1fr 41px;padding:0 12px}.therapist-login-brand{gap:8px;font-size:22px}.therapist-login-brand img{width:43px;height:43px}.therapist-login-back img{width:28px;height:28px}.therapist-login-help,.therapist-login-help img{width:41px;height:41px}.therapist-login-page{width:calc(100% - 18px);padding:28px 0 34px}.therapist-login-card{border-radius:19px}.therapist-login-visual{min-height:267px;margin:12px 12px 0;border-radius:16px}.therapist-login-picture{width:290px;height:390px;bottom:-66px}.therapist-login-picture b{font-size:36px}.therapist-login-picture b:nth-child(2){top:82px;left:24px}.therapist-login-picture b:nth-child(3){top:239px;right:18px}.therapist-login-panel{padding:26px 18px}.therapist-login-heading>div{margin-bottom:11px;font-size:10px}.therapist-login-heading h1{font-size:31px}.therapist-login-heading p{margin:12px 0 15px;font-size:14px}.therapist-login-tabs{min-height:46px;margin-bottom:15px}.therapist-login-tabs button{font-size:12px}.therapist-login-form>label,.therapist-login-register-passwords label{font-size:13px}.therapist-login-field{min-height:55px;grid-template-columns:24px 1fr 30px;gap:7px;padding:0 11px}.therapist-login-field:not(:has(button)){grid-template-columns:24px 1fr}.therapist-login-field>img{width:21px;height:21px}.therapist-login-field input{height:52px;font-size:14px}.therapist-login-field button{width:30px;height:30px}.therapist-login-field button img{width:23px;height:23px}.therapist-login-show{font-size:13px!important}.therapist-login-submit{min-height:57px;padding:0 17px 0 47px;font-size:17px}.therapist-login-register-passwords{grid-template-columns:1fr;gap:8px}.therapist-login-security{align-items:flex-start;font-size:11px}.therapist-login-panel.registration-open{padding:20px 18px 24px}.therapist-login-panel.registration-open .therapist-login-heading h1{font-size:29px}.therapist-login-panel.registration-open .therapist-login-heading p{font-size:12px}.therapist-login-panel.registration-open .therapist-login-field{min-height:48px}.therapist-login-panel.registration-open .therapist-login-field input{height:45px}}.therapist-dashboard{width:min(1536px,100vw);max-width:none;min-height:100vh;margin:-16px 0 -16px 50%;transform:translate(-50%);color:#101735;background:radial-gradient(circle at 5% 8%,rgba(85,39,226,.045),transparent 24%),linear-gradient(180deg,#fbfcff,#f8f9fd)}.therapist-dashboard button{font:inherit;cursor:pointer}.therapist-dashboard-header{min-height:90px;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:28px;padding:0 40px;border-bottom:1px solid #dde0eb;background:#fffffff7;box-shadow:0 2px 10px #1f1a440f}.therapist-dashboard-brand{display:flex;align-items:center;gap:14px;color:#5225de;font-size:30px;font-weight:900;letter-spacing:-.04em;text-decoration:none}.therapist-dashboard-brand img{width:52px;height:52px}.therapist-dashboard-header nav{height:90px;display:flex;align-items:stretch;gap:58px}.therapist-dashboard-header nav a{min-width:82px;display:flex;align-items:center;justify-content:center;position:relative;color:#171a38;font-size:18px;text-decoration:none}.therapist-dashboard-header nav a.active{color:#5425e4;font-weight:850}.therapist-dashboard-header nav a.active:after{content:"";height:4px;position:absolute;right:0;bottom:13px;left:0;border-radius:3px;background:#5a2ae6}.therapist-dashboard-user{display:flex;align-items:center;gap:14px}.therapist-dashboard-user>img{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#eee9ff}.therapist-dashboard-user b{font-size:17px}.therapist-dashboard-user button{padding:8px;border:0;color:#5525e3;background:transparent;font-size:16px}.therapist-dashboard-page{width:min(1452px,calc(100% - 76px));margin:0 auto;padding:28px 0 48px}.therapist-dashboard-hero{min-height:155px;display:grid;grid-template-columns:minmax(430px,1fr) 280px minmax(270px,.72fr);align-items:center;gap:26px;position:relative}.therapist-dashboard-hero>div{align-self:start}.therapist-dashboard-eyebrow{margin-bottom:9px;color:#5425e4;font-size:15px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.therapist-dashboard-hero h1{margin:0 0 4px;font-size:54px;line-height:1.05;letter-spacing:-.02em}.therapist-dashboard-hero p{margin:0;color:#4d5879;font-size:19px}.therapist-dashboard-hero>img{display:none}.therapist-dashboard-hero>button{min-height:68px;display:flex;align-items:center;justify-content:center;gap:15px;grid-column:2;grid-row:1;border:0;border-radius:13px;color:#fff;background:linear-gradient(110deg,#7041eb,#4720cb);box-shadow:0 8px 18px #4a24ca42;font-size:20px;font-weight:800}.therapist-dashboard-hero>button img{width:27px;height:27px;filter:brightness(0) invert(1)}.therapist-dashboard-tabs{width:min(418px,100%);min-height:70px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:18px;border:1px solid #dfe2ec;border-radius:13px 13px 0 0;background:#fffffff2;box-shadow:0 6px 15px #29205412}.therapist-dashboard-tabs:after{content:"";height:1px;position:absolute;right:calc((100vw - min(1452px,calc(100vw - 76px)))/2);left:calc((100vw - min(1452px,calc(100vw - 76px)))/2 + 418px);align-self:end;background:#e1e3eb}.therapist-dashboard-tabs button{min-height:68px;display:flex;align-items:center;justify-content:center;gap:11px;position:relative;z-index:1;border:0;color:#59637e;background:transparent;font-size:18px;font-weight:750}.therapist-dashboard-tabs button+button{border-left:1px solid #dfe2ec}.therapist-dashboard-tabs button.active{color:#5524e3}.therapist-dashboard-tabs button.active:after{content:"";height:4px;position:absolute;right:14px;bottom:0;left:14px;border-radius:3px 3px 0 0;background:#5927e4}.therapist-dashboard-tabs img{width:30px;height:30px;filter:invert(28%) sepia(87%) saturate(2672%) hue-rotate(248deg) brightness(85%)}.therapist-dashboard-tabs span{min-width:31px;height:31px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#7650e6}.therapist-dashboard-layout{display:grid;grid-template-columns:minmax(650px,2fr) minmax(390px,.96fr);align-items:start;gap:34px}.therapist-dashboard-children>div{display:grid;gap:13px}.therapist-dashboard-child{min-height:190px;display:grid;grid-template-columns:minmax(320px,1.25fr) minmax(300px,1fr) 220px;align-items:center;position:relative;border:1px solid #e0e2ec;border-radius:14px;background:#fffffff7;box-shadow:0 7px 18px #2b1f5314;overflow:hidden}.therapist-dashboard-child-person{min-width:0;display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:10px;padding:14px 17px 14px 13px}.therapist-dashboard-child-avatar{width:128px;height:128px;position:relative}.therapist-dashboard-child-avatar>img:first-child{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#eeeaff}.therapist-dashboard-child-avatar>img:last-child{width:18px;height:18px;position:absolute;right:5px;bottom:10px}.therapist-dashboard-child-title{display:flex;align-items:center;gap:12px}.therapist-dashboard-child-title h2{margin:0;font-size:31px;line-height:1.1}.therapist-dashboard-child-title span{padding:5px 11px;border:1px solid #b9dcae;border-radius:15px;color:#2e8733;background:#f4fff2;font-size:12px;white-space:nowrap}.therapist-dashboard-child-person p{margin:8px 0 3px;color:#485675;font-size:17px}.therapist-dashboard-child-code{min-height:38px;max-width:100%;display:inline-flex;align-items:center;gap:9px;margin-top:8px;padding:6px 9px;border:1px solid #d7d0ee;border-radius:9px;color:#6135d8;background:#faf8ff;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}.therapist-dashboard-child-code:active{transform:scale(.97)}.therapist-dashboard-child-code:focus-visible{outline:3px solid rgba(109,59,234,.22);outline-offset:2px}.therapist-dashboard-child-code.copied{border-color:#78c987;color:#187b35;background:#f0fff3}.therapist-dashboard-code-caption{color:#74809c;font-size:11px;font-weight:600;white-space:nowrap}.therapist-dashboard-child-code>b{font-family:ui-monospace,monospace;font-size:14px;letter-spacing:1px}.therapist-dashboard-code-action{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;white-space:nowrap}.therapist-dashboard-code-action img{width:15px;height:15px}.therapist-dashboard-child-person small{display:flex;align-items:center;gap:7px;margin-top:12px;color:#7b86a0;font-size:13px}.therapist-dashboard-child-person small img{width:15px;height:15px;filter:invert(54%) sepia(11%) saturate(694%) hue-rotate(187deg)}.therapist-dashboard-child-stats{min-height:145px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border-right:1px solid #e2e4ec;border-left:1px solid #e2e4ec}.therapist-dashboard-child-stats>div{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.therapist-dashboard-child-stats img{width:54px;height:54px;object-fit:contain}.therapist-dashboard-child-stats span{display:block;margin-top:-4px}.therapist-dashboard-child-stats b{display:block;font-size:28px;line-height:1}.therapist-dashboard-child-stats small{display:block;margin-top:5px;color:#5b6683;font-size:12px;white-space:nowrap}.therapist-dashboard-child-actions{display:grid;gap:13px;padding:15px 20px}.therapist-dashboard-child-actions button,.therapist-dashboard-child-actions a{min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #6533e8;border-radius:8px;color:#5524e3;background:#fff;font-size:14px;text-decoration:none}.therapist-dashboard-child-actions a{border:0;color:#fff;background:linear-gradient(110deg,#7040ec,#4a20cf);box-shadow:0 6px 13px #4b23c933}.therapist-dashboard-child-actions img{width:23px;height:23px}.therapist-dashboard-child-actions button img{filter:invert(27%) sepia(95%) saturate(3034%) hue-rotate(252deg) brightness(86%)}.therapist-dashboard-child-actions a img{filter:brightness(0) invert(1)}.therapist-dashboard-child-actions a img:last-child{width:19px;filter:none}.therapist-dashboard-aside{display:grid;gap:16px;margin-top:-88px}.therapist-dashboard-rating{padding:21px 22px 13px;border:1px solid #e0e2ec;border-radius:14px;background:#fffffff7;box-shadow:0 7px 18px #2b1f5314}.therapist-dashboard-rating>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.therapist-dashboard-rating h2{margin:0;font-size:25px}.therapist-dashboard-rating header p{margin:4px 0 0;color:#526080;font-size:14px}.therapist-dashboard-rating header>span{padding:10px 17px;border:1px solid #e0e1eb;border-radius:19px;color:#5525e3;background:#f8f6ff;white-space:nowrap}.therapist-dashboard-rating>div{border:1px solid #e1e3eb;border-radius:10px;overflow:hidden}.therapist-dashboard-rating-row{min-height:77px;display:grid;grid-template-columns:50px 61px 1fr 0 48px;align-items:center;gap:9px;padding:6px 14px 6px 8px;color:#111735;text-decoration:none;border-bottom:1px solid #e1e3eb}.therapist-dashboard-rating-row:last-child{border-bottom:0}.therapist-dashboard-place{min-width:42px;display:grid;place-items:center;color:#5a2ae4;font-size:17px;font-weight:850}.therapist-dashboard-place img{width:44px;height:55px}.therapist-dashboard-rating-row>img{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#ede9ff}.therapist-dashboard-rating-row>span:nth-child(3) b,.therapist-dashboard-rating-row>span:nth-child(3) small{display:block}.therapist-dashboard-rating-row>span:nth-child(3) b{font-size:18px}.therapist-dashboard-rating-row>span:nth-child(3) small{margin-top:4px;color:#586583;font-size:12px}.therapist-dashboard-rating-row>i{display:none}.therapist-dashboard-rating-row>strong{justify-self:end;color:#5523e2;font-size:23px}.therapist-dashboard-rating-row.extra{display:none}.therapist-dashboard-rating.expanded .therapist-dashboard-rating-row.extra{display:grid}.therapist-dashboard-rating>button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:24px;margin:4px auto 0;border:0;color:#5525e4;background:transparent;font-size:15px}.therapist-dashboard-rating>button img{width:21px;height:21px}.therapist-dashboard-rating-empty{margin:0;padding:32px 12px;color:#68728d;text-align:center}.therapist-dashboard-training{min-height:252px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;padding:18px 16px 18px 24px;border:1px solid #e0d8fb;border-radius:14px;background:radial-gradient(circle at 80% 38%,rgba(114,71,230,.18),transparent 35%),linear-gradient(125deg,#fff,#f0e9ff);box-shadow:0 7px 18px #3d248014;overflow:hidden}.therapist-dashboard-training h2{margin:0;font-size:25px;line-height:1.15}.therapist-dashboard-training p{margin:7px 0 15px;color:#4e5977;font-size:14px;line-height:1.35}.therapist-dashboard-training a{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;padding:6px 15px;border:1px solid #6030e6;border-radius:8px;color:#5524e3;background:#ffffffd9;text-decoration:none}.therapist-dashboard-training a:first-of-type{color:#fff;background:linear-gradient(110deg,#7040ec,#4a20cf)}.therapist-dashboard-training a img{width:24px;height:24px}.therapist-dashboard-training a:first-of-type img{filter:brightness(0) invert(1)}.therapist-dashboard-training a:last-of-type img{filter:invert(27%) sepia(95%) saturate(3034%) hue-rotate(252deg) brightness(86%)}.therapist-dashboard-training>img{width:195px;max-width:160%;justify-self:center;margin-right:-27px;object-fit:contain}.therapist-dashboard-empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;border:1px solid #e0e2ec;border-radius:14px;background:#fff;text-align:center}.therapist-dashboard-empty>div{font-size:55px}.therapist-dashboard-empty h2{margin:8px 0}.therapist-dashboard-empty p{max-width:410px;margin:0 0 18px;color:#68728d}.therapist-dashboard-empty button{padding:12px 22px;border:0;border-radius:8px;color:#fff;background:#5826e3}@media (max-width: 1180px){.therapist-dashboard-header{grid-template-columns:215px 1fr auto;padding:0 24px}.therapist-dashboard-header nav{gap:24px}.therapist-dashboard-page{width:calc(100% - 34px)}.therapist-dashboard-hero{grid-template-columns:minmax(350px,1fr) 250px minmax(0,.45fr)}.therapist-dashboard-layout{grid-template-columns:minmax(590px,1.7fr) minmax(330px,1fr);gap:18px}.therapist-dashboard-child{grid-template-columns:minmax(270px,1.15fr) minmax(240px,.95fr) 185px}.therapist-dashboard-child-person{grid-template-columns:112px minmax(0,1fr);padding:12px}.therapist-dashboard-child-avatar{width:104px;height:104px}.therapist-dashboard-child-title{display:block}.therapist-dashboard-child-title h2{font-size:27px}.therapist-dashboard-child-title span{display:inline-block;margin-top:5px}.therapist-dashboard-child-person p{font-size:14px}.therapist-dashboard-child-person small{margin-top:15px;font-size:11px}.therapist-dashboard-child-stats img{width:44px;height:44px}.therapist-dashboard-child-stats b{font-size:23px}.therapist-dashboard-child-stats small{font-size:10px}.therapist-dashboard-child-actions{padding:11px}.therapist-dashboard-child-actions button,.therapist-dashboard-child-actions a{font-size:12px}.therapist-dashboard-rating{padding:17px 13px 10px}.therapist-dashboard-rating h2{font-size:21px}.therapist-dashboard-training{padding-left:17px}}@media (max-width: 900px){.therapist-dashboard{width:100vw;margin-top:-10px;margin-bottom:-10px;overflow-x:hidden}.therapist-dashboard-header{min-height:87px;display:flex;justify-content:space-between;padding:0 23px;border-bottom:0}.therapist-dashboard-brand{font-size:28px}.therapist-dashboard-brand img{width:54px;height:54px}.therapist-dashboard-header nav,.therapist-dashboard-user b,.therapist-dashboard-user button{display:none}.therapist-dashboard-user>img{width:60px;height:60px}.therapist-dashboard-page{width:calc(100% - 28px);padding:12px 0 27px}.therapist-dashboard-hero{min-height:335px;display:block;padding:25px 24px 16px;border:1px solid #e0e2ec;border-radius:16px;background:#fffffff7;box-shadow:0 7px 18px #2b1f5314;overflow:hidden}.therapist-dashboard-hero>div{position:relative;z-index:2}.therapist-dashboard-eyebrow{font-size:13px}.therapist-dashboard-hero h1{max-width:72%;margin-top:18px;font-size:42px}.therapist-dashboard-hero p{max-width:68%;margin-top:7px;font-size:17px}.therapist-dashboard-hero>img{width:181px;height:230px;display:block;position:absolute;right:-9px;top:3px;object-fit:contain}.therapist-dashboard-hero>button{width:calc(100% - 34px);min-height:62px;position:absolute;right:17px;bottom:16px;left:17px;font-size:20px}.therapist-dashboard-tabs{width:100%;min-height:81px;margin:15px 0;padding:12px;border-radius:15px}.therapist-dashboard-tabs:after{display:none}.therapist-dashboard-tabs button{min-height:55px;border:0!important;border-radius:9px;font-size:18px}.therapist-dashboard-tabs button.active{border:1px solid #6d3bea!important}.therapist-dashboard-tabs button.active:after{display:none}.therapist-dashboard-tabs img{width:27px;height:27px}.therapist-dashboard-tabs span{min-width:0;width:auto;height:auto;display:inline;color:inherit;background:transparent}.therapist-dashboard-layout{display:flex;flex-direction:column;gap:15px}.therapist-dashboard-children,.therapist-dashboard-aside{width:100%}.therapist-dashboard-aside{gap:15px;margin-top:0}.therapist-dashboard-child{min-height:245px;display:grid;grid-template-columns:1fr;padding:10px 13px 12px;overflow:visible}.therapist-dashboard-child-person{min-height:105px;grid-template-columns:135px minmax(0,1fr);padding:0}.therapist-dashboard-child-avatar{width:116px;height:116px}.therapist-dashboard-child-title{display:flex;justify-content:space-between}.therapist-dashboard-child-title h2{font-size:29px}.therapist-dashboard-child-title span{margin:0;font-size:11px}.therapist-dashboard-child-person p{margin:5px 0 0;font-size:16px}.therapist-dashboard-child-code{min-height:36px;margin-top:8px;padding:5px 8px}.therapist-dashboard-code-caption,.therapist-dashboard-child-person small{display:none}.therapist-dashboard-child-stats{min-height:66px;border:0}.therapist-dashboard-child-stats>div{min-height:51px;display:grid;grid-template-columns:45px 1fr;align-items:center;border-right:1px solid #e0e2eb}.therapist-dashboard-child-stats>div:last-child{border-right:0}.therapist-dashboard-child-stats img{width:41px;height:41px}.therapist-dashboard-child-stats span{margin:0;text-align:left}.therapist-dashboard-child-stats b{font-size:20px}.therapist-dashboard-child-stats small{margin:0;font-size:10px}.therapist-dashboard-child-actions{grid-template-columns:1fr 1fr;gap:10px;padding:6px 0 0}.therapist-dashboard-child-actions button,.therapist-dashboard-child-actions a{min-height:50px;font-size:14px}.therapist-dashboard-child-actions a{color:#5524e3;background:#fff;box-shadow:none;border:1px solid #d7d0ee}.therapist-dashboard-child-actions a img{filter:invert(27%) sepia(95%) saturate(3034%) hue-rotate(252deg) brightness(86%)}.therapist-dashboard-child-actions a img:last-child{display:none}.therapist-dashboard-rating{order:1;padding:17px 15px 11px}.therapist-dashboard-rating>header{margin-bottom:10px}.therapist-dashboard-rating h2{font-size:19px}.therapist-dashboard-rating header p,.therapist-dashboard-rating header>span{display:none}.therapist-dashboard-rating>div{border:0}.therapist-dashboard-rating-row{min-height:47px;grid-template-columns:32px 43px 75px 1fr 48px;gap:7px;padding:3px 7px;border-bottom:0}.therapist-dashboard-place{min-width:30px}.therapist-dashboard-place img{width:31px;height:39px}.therapist-dashboard-rating-row>img{width:39px;height:39px}.therapist-dashboard-rating-row>span:nth-child(3) b{font-size:14px}.therapist-dashboard-rating-row>span:nth-child(3) small{display:none}.therapist-dashboard-rating-row>i{height:7px;display:block;position:relative;border-radius:4px;background:#eceaf5;overflow:hidden}.therapist-dashboard-rating-row>i:after{content:"";width:var(--rating-width);height:100%;display:block;border-radius:4px;background:linear-gradient(90deg,#7447ec,#5522de)}.therapist-dashboard-rating-row>strong{font-size:17px}.therapist-dashboard-rating>button{font-size:14px}.therapist-dashboard-training{min-height:205px;order:2;grid-template-columns:1fr;padding:17px 18px 13px 152px;position:relative}.therapist-dashboard-training h2{font-size:21px}.therapist-dashboard-training p{margin-bottom:10px;font-size:13px}.therapist-dashboard-training a{min-height:46px;justify-content:center}.therapist-dashboard-training>img{width:150px;position:absolute;left:4px;bottom:15px;margin:0}}@media (max-width: 470px){.therapist-dashboard-header{min-height:76px;padding:0 14px}.therapist-dashboard-brand{gap:9px;font-size:23px}.therapist-dashboard-brand img{width:45px;height:45px}.therapist-dashboard-user>img{width:50px;height:50px}.therapist-dashboard-page{width:calc(100% - 18px)}.therapist-dashboard-hero{min-height:300px;padding:21px 16px 13px}.therapist-dashboard-eyebrow{font-size:10px}.therapist-dashboard-hero h1{margin-top:14px;font-size:34px}.therapist-dashboard-hero p{font-size:14px}.therapist-dashboard-hero>img{width:150px;height:205px}.therapist-dashboard-hero>button{min-height:54px;font-size:17px}.therapist-dashboard-tabs{min-height:69px;padding:8px}.therapist-dashboard-tabs button{min-height:50px;gap:7px;font-size:15px}.therapist-dashboard-child{min-height:226px;padding:9px}.therapist-dashboard-child-person{min-height:98px;grid-template-columns:105px minmax(0,1fr)}.therapist-dashboard-child-avatar{width:94px;height:94px}.therapist-dashboard-child-title{display:block}.therapist-dashboard-child-title h2{font-size:25px}.therapist-dashboard-child-title span{display:inline-block;margin-top:4px;padding:3px 7px}.therapist-dashboard-child-person p{font-size:13px}.therapist-dashboard-child-code{width:100%;gap:6px}.therapist-dashboard-child-code>b{font-size:12px}.therapist-dashboard-code-action{margin-left:auto;font-size:10px}.therapist-dashboard-child-stats>div{grid-template-columns:35px 1fr}.therapist-dashboard-child-stats img{width:33px;height:33px}.therapist-dashboard-child-stats b{font-size:17px}.therapist-dashboard-child-stats small{font-size:8px}.therapist-dashboard-child-actions{gap:6px}.therapist-dashboard-child-actions button,.therapist-dashboard-child-actions a{gap:6px;padding:4px;font-size:11px}.therapist-dashboard-child-actions img{width:19px;height:19px}.therapist-dashboard-rating{padding:14px 8px 8px}.therapist-dashboard-rating-row{grid-template-columns:29px 37px 61px 1fr 38px;gap:4px}.therapist-dashboard-place img{width:28px}.therapist-dashboard-rating-row>img{width:34px;height:34px}.therapist-dashboard-rating-row>span:nth-child(3) b{font-size:12px}.therapist-dashboard-rating-row>strong{font-size:14px}.therapist-dashboard-training{min-height:205px;padding-left:116px}.therapist-dashboard-training h2{font-size:17px}.therapist-dashboard-training p{font-size:11px}.therapist-dashboard-training a{min-height:42px;padding:4px 7px;font-size:12px}.therapist-dashboard-training>img{width:112px}}.review-recordings{width:min(1536px,100vw);max-width:none;min-height:100vh;margin:-16px 0 -16px 50%;transform:translate(-50%);color:#101735;background:radial-gradient(circle at 15% 2%,rgba(89,45,232,.055),transparent 23%),linear-gradient(180deg,#fbfcff,#f8f9fd)}.review-recordings button,.review-recordings select,.review-recordings textarea{font:inherit}.review-recordings button{cursor:pointer}.review-recordings-header{min-height:90px;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:28px;padding:0 40px;border-bottom:1px solid #dde0eb;background:#fffffff7;box-shadow:0 2px 10px #1f1a440f}.review-recordings-brand{display:flex;align-items:center;gap:14px;color:#5225de;font-size:30px;font-weight:900;letter-spacing:-.04em;text-decoration:none}.review-recordings-brand img{width:52px;height:52px}.review-recordings-header nav{height:90px;display:flex;align-items:stretch;gap:58px}.review-recordings-header nav a{min-width:82px;display:flex;align-items:center;justify-content:center;position:relative;color:#171a38;font-size:18px;text-decoration:none}.review-recordings-header nav a.active{color:#5425e4;font-weight:850}.review-recordings-header nav a.active:after{content:"";height:4px;position:absolute;right:0;bottom:13px;left:0;border-radius:3px;background:#5a2ae6}.review-recordings-header nav b{min-width:25px;height:25px;display:grid;place-items:center;margin-left:8px;border-radius:50%;color:#5122dc;background:#eee9ff;font-size:13px}.review-recordings-user{display:flex;align-items:center;gap:14px}.review-recordings-user>img{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#eee9ff}.review-recordings-user b{font-size:17px}.review-recordings-user button{padding:8px;border:0;color:#5525e3;background:transparent;font-size:16px}.review-recordings-page{width:min(1464px,calc(100% - 72px));margin:0 auto;padding:25px 0 42px}.review-recordings-intro{width:calc(50% - 20px);min-height:114px}.review-recordings-breadcrumb{margin-bottom:13px;color:#5524e2;font-size:14px;font-weight:950;letter-spacing:.2em}.review-recordings-breadcrumb i{margin:0 12px;color:#454d69;font-style:normal}.review-recordings-intro h1{margin:0 0 4px;font-size:39px;line-height:1.1}.review-recordings-intro p{margin:0;color:#4f5978;font-size:15px}.review-recordings-summary{min-height:96px;display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:31px;margin:-111px 0 17px calc(50% + 24px)}.review-recordings-summary article{display:flex;align-items:center;gap:17px;padding:15px 21px;border:1px solid #e0e2ed;border-radius:12px;background:#fffffff7;box-shadow:0 6px 16px #261f4f14}.review-recordings-summary img{width:62px;height:62px}.review-recordings-summary img{filter:invert(25%) sepia(95%) saturate(3370%) hue-rotate(251deg) brightness(86%)}.review-recordings-summary strong{font-size:30px;line-height:1}.review-recordings-summary span{display:block;margin-top:8px;color:#526083;font-size:13px;font-weight:500}.review-recordings-filters{min-height:59px;display:grid;grid-template-columns:1fr minmax(590px,1fr);align-items:center;gap:24px;padding:8px 12px;border:1px solid #e0e2ed;border-radius:12px;background:#fffffff5;box-shadow:0 5px 15px #261f4f12}.review-recordings-tabs{min-width:475px;display:grid;grid-template-columns:1.08fr .62fr 1.05fr 1.14fr;align-items:center}.review-recordings-tabs button{min-height:39px;padding:6px 14px;border:0;border-right:1px solid #dfe1eb;color:#4a5473;background:transparent}.review-recordings-tabs button:last-child{border-right:0}.review-recordings-tabs button.active{border:0;border-radius:8px;color:#fff;background:linear-gradient(100deg,#6231e9,#4515da);box-shadow:0 4px 10px #5324dd40}.review-recordings-tabs b{min-width:23px;display:inline-grid;place-items:center;margin-left:7px;padding:2px 6px;border-radius:11px;color:#5221de;background:#fff}.review-recordings-selects{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-recordings-selects select{width:100%;min-height:40px;padding:0 42px 0 17px;border:1px solid #d7dbe8;border-radius:8px;color:#222945;background:#fff}.review-recordings-workspace{display:grid;grid-template-columns:496px minmax(0,1fr);align-items:start;gap:14px;margin-top:13px}.review-recordings-queue,.review-recordings-detail,.review-recordings-empty{border:1px solid #e0e2ec;border-radius:13px;background:#fffffff5;box-shadow:0 7px 18px #261f4f12}.review-recordings-queue{padding:16px 12px 12px}.review-recordings-queue h2{margin:0 10px 12px;font-size:18px}.review-recordings-queue h2 span:last-child{display:none}.review-recordings-queue>div{display:grid;gap:8px}.review-recordings-queue-card{min-height:101px;display:grid;grid-template-columns:78px 126px 1fr 70px 40px 15px;grid-template-rows:1fr 1fr;align-items:center;gap:0 8px;padding:8px 13px 8px 8px;border:1px solid #e2e4ed;border-radius:12px;color:#111733;background:#fff;text-align:left}.review-recordings-queue-card:hover,.review-recordings-queue-card.active{border-color:#7648ee;background:linear-gradient(100deg,#f5f1ffe6,#fff)}.review-recordings-avatar{width:73px;height:73px;grid-row:1 / 3;border-radius:50%;object-fit:cover;background:#eeebff}.review-recordings-queue-name{grid-row:1 / 3;align-self:center}.review-recordings-queue-name b,.review-recordings-queue-name strong,.review-recordings-queue-name small{display:block}.review-recordings-queue-name b{margin-bottom:3px;font-size:18px}.review-recordings-queue-name strong{color:#5323e2;font-size:20px}.review-recordings-queue-name small{margin-top:4px;color:#5c6683;font-size:12px;white-space:nowrap}.review-recordings-queue-state{align-self:end;justify-self:center;padding:4px 10px;border:1px solid #86cb8e;border-radius:6px;color:#238332;background:#f6fff7;font-size:11px;font-style:normal}.review-recordings-queue-state.doubt{border-color:#ff948c;color:#e73d35;background:#fff8f7}.review-recordings-miniwave{width:100%;height:36px;grid-column:3;grid-row:2;object-fit:fill}.review-recordings-queue-card em{grid-column:4;grid-row:2;justify-self:end;font-size:18px;font-style:normal;font-weight:850}.review-recordings-chevron{width:18px;grid-column:6;grid-row:1 / 3}.review-recordings-queue>footer{display:flex;align-items:center;gap:10px;padding:18px 12px 0}.review-recordings-queue>footer span{margin-right:auto}.review-recordings-queue>footer button,.review-recordings-queue>footer b{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d9dce8;border-radius:8px;background:#fff;font-weight:500}.review-recordings-queue>footer b{border-color:#6130e8;color:#5424e2}.review-recordings-queue>footer img{width:17px}.review-recordings-queue>footer button:disabled{opacity:.35;cursor:default}.review-recordings-detail{overflow:hidden}.review-recordings-detail>header{min-height:80px;display:grid;grid-template-columns:84px 1fr auto;align-items:center;gap:14px;padding:7px 18px;border-bottom:1px solid #e1e3ed}.review-recordings-detail>header>img{width:68px;height:68px;border-radius:50%;object-fit:cover}.review-recordings-detail>header h2{margin:0 0 4px;font-size:26px}.review-recordings-detail>header h2 i{color:#4a536f;font-style:normal}.review-recordings-detail>header p{margin:0;color:#434e6c}.review-recordings-detail>header p b{margin-left:13px;padding:4px 11px;border:1px solid #9b79f5;border-radius:6px;color:#5929e6;font-size:12px}.review-recordings-detail>header a{display:flex;align-items:center;gap:9px;padding:10px 15px;border:1px solid #7142ec;border-radius:8px;color:#5526e3;text-decoration:none;white-space:nowrap}.review-recordings-detail>header a img{width:17px}.review-recordings-audio{margin:10px 8px 7px;padding:0 18px 10px;border:1px solid #e0e3ec;border-radius:11px}.review-recordings-audio h3,.review-recordings-decision h3{margin:10px 0;font-size:17px}.review-recordings-audio>div{display:grid;grid-template-columns:68px 1fr 32px 44px;align-items:center;gap:12px}.review-recordings-audio>div>button{width:64px;height:64px;display:grid;place-items:center;border:0;border-radius:50%;background:linear-gradient(145deg,#6c39ed,#4814dc);box-shadow:0 6px 14px #4c1fd838}.review-recordings-audio>div>button:disabled{opacity:.4;cursor:default}.review-recordings-audio>div>button img{width:30px;height:30px}.review-recordings-audio>div>img{width:28px}.review-recordings-audio>div>b{padding:7px;border:1px solid #d7dbe8;border-radius:7px;color:#5525e3;text-align:center}.review-recordings-wave{height:72px;display:block;position:relative}.review-recordings-wave>img{width:100%;height:54px;margin-top:4px;object-fit:fill}.review-recordings-wave i{position:absolute;top:-9px;color:#5025e4;font-size:11px;font-style:normal;font-weight:750}.review-recordings-wave i:after{content:"";width:2px;height:42px;position:absolute;top:17px;left:50%;background:currentColor}.review-recordings-wave i.target{left:18%}.review-recordings-wave i.heard{right:16%;color:#f0443c}.review-recordings-wave small{position:absolute;bottom:0;left:0;color:#536180}.review-recordings-analysis{margin:0 8px;padding:9px 8px 10px;border:1px solid #e1e3ed;border-radius:11px}.review-recordings-comparison{display:grid;grid-template-columns:1fr 60px 1fr auto;align-items:end;gap:12px;padding:0 16px 9px}.review-recordings-comparison span{text-align:center}.review-recordings-comparison small{display:block;margin-bottom:1px;color:#28304d}.review-recordings-comparison strong{display:block;color:#5422e2;font-size:49px;line-height:1.05}.review-recordings-comparison strong.different{color:#ed4039}.review-recordings-comparison>i{align-self:end;padding-bottom:9px;font-size:38px;font-style:normal}.review-recordings-comparison>em{align-self:end;margin-bottom:9px;padding:9px 11px;border:1px solid #ffaaa5;border-radius:7px;color:#ea3932;background:#fff8f7;font-size:12px;font-style:normal;white-space:nowrap}.review-recordings-comparison>em.manual{border-color:#d8d2e9;color:#665d7c;background:#faf9fd}.review-recordings-diagnostics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.review-recordings-diagnostics>div{min-height:58px;display:flex;align-items:center;gap:10px;padding:7px 11px;border:1px solid #dfe2eb;border-radius:8px;font-size:12px;line-height:1.25}.review-recordings-diagnostics>div.warn{border-color:#ffd2b8;background:#fffaf6}.review-recordings-diagnostics img{width:34px;height:34px;flex:none}.review-recordings-decision{padding:0 16px 10px}.review-recordings-decision-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-recordings-decision-buttons button{min-height:51px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #6e43e8;border-radius:8px;color:#5424e2;background:#fff;font-size:17px;font-weight:800}.review-recordings-decision-buttons button:nth-child(1){border-color:#55ae5e;color:#2d9138}.review-recordings-decision-buttons button:nth-child(2){border-color:#f2615a;color:#e7423a}.review-recordings-decision-buttons button.active{background:#f5f1ff;box-shadow:inset 0 0 0 1px currentColor}.review-recordings-decision-buttons button:nth-child(1).active{background:#f5fff6}.review-recordings-decision-buttons button:nth-child(2).active{background:#fff5f4}.review-recordings-decision-buttons img{width:26px;height:26px}.review-recordings-decision-fields{display:grid;grid-template-columns:1.6fr 1fr;gap:18px;margin-top:11px}.review-recordings-decision-fields label{display:block;color:#151b38;font-size:12px}.review-recordings-reasons{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.review-recordings-reasons button{min-height:30px;padding:4px 12px;border:1px solid #d9dce8;border-radius:7px;color:#485371;background:#fff;font-size:11px}.review-recordings-reasons button.active{border-color:#6430e9;color:#5321e1;background:#f5f1ff}.review-recordings-negative{display:grid!important;grid-template-columns:22px 1fr;align-items:center;margin-top:10px;font-size:12px!important}.review-recordings-negative input{width:20px;height:20px;accent-color:#5b28e5}.review-recordings-negative small{grid-column:2;margin-top:2px;color:#69738f;font-size:10px}.review-recordings-decision-fields textarea{width:100%;height:67px;display:block;margin-top:6px;padding:10px;resize:vertical;border:1px solid #d9dce7;border-radius:8px;color:#202642;background:#fff;line-height:1.35}.review-recordings-detail>footer{min-height:70px;display:grid;grid-template-columns:155px 1fr minmax(305px,400px);align-items:center;gap:16px;padding:10px 16px;border-top:1px solid #e0e2ec}.review-recordings-detail>footer>button{min-height:43px;border:1px solid #aeb5c9;border-radius:7px;color:#485471;background:#fff;font-size:15px}.review-recordings-detail>footer span{color:#43506e;text-align:center}.review-recordings-detail>footer button.primary{display:flex;align-items:center;justify-content:center;gap:20px;border:0;color:#fff;background:linear-gradient(100deg,#6630e7,#4612db);box-shadow:0 6px 14px #4f1bd73b}.review-recordings-detail>footer button.primary img{width:24px;filter:brightness(0) invert(1)}.review-recordings-empty{min-height:520px;grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center}.review-recordings-empty img{width:min(260px,70%)}.review-recordings-empty h2{margin:8px 0;font-size:26px}.review-recordings-empty p{margin:0 0 18px;color:#5d6681}.review-recordings-empty a{padding:11px 22px;border-radius:8px;color:#fff;background:#5926e3;text-decoration:none}.review-recordings.loading{opacity:.78}@media (max-width: 1180px){.review-recordings-header{grid-template-columns:215px 1fr auto;padding:0 24px}.review-recordings-header nav{gap:24px}.review-recordings-page{width:calc(100% - 34px)}.review-recordings-summary{gap:14px}.review-recordings-summary article{padding:13px}.review-recordings-filters{grid-template-columns:1fr 1fr}.review-recordings-selects{gap:8px}.review-recordings-workspace{grid-template-columns:400px minmax(0,1fr)}.review-recordings-queue-card{grid-template-columns:64px 96px 1fr 47px 12px}.review-recordings-avatar{width:61px;height:61px}.review-recordings-queue-card em{grid-column:4}.review-recordings-chevron{grid-column:5}.review-recordings-detail>header{grid-template-columns:65px 1fr}.review-recordings-detail>header>img{width:57px;height:57px}.review-recordings-detail>header a{grid-column:2;justify-self:start;padding:5px 9px}.review-recordings-comparison{grid-template-columns:1fr 40px 1fr}.review-recordings-comparison>em{grid-column:3;justify-self:center;margin:0}.review-recordings-diagnostics{grid-template-columns:repeat(2,1fr)}.review-recordings-decision-fields{grid-template-columns:1fr}}@media (max-width: 760px){.review-recordings{width:100vw;margin-top:-10px;margin-bottom:-10px;overflow-x:hidden}.review-recordings-header{min-height:79px;display:flex;justify-content:space-between;padding:0 25px}.review-recordings-brand{font-size:28px}.review-recordings-brand img{width:51px;height:51px}.review-recordings-header nav,.review-recordings-user b,.review-recordings-user button{display:none}.review-recordings-user>img{width:58px;height:58px}.review-recordings-page{width:calc(100% - 30px);padding:20px 0 28px}.review-recordings-intro{width:100%;min-height:137px}.review-recordings-breadcrumb{font-size:13px;letter-spacing:.16em}.review-recordings-intro h1{font-size:37px}.review-recordings-intro p{max-width:370px;font-size:16px;line-height:1.35}.review-recordings-summary{min-height:96px;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 17px}.review-recordings-summary article{justify-content:center;gap:9px;padding:10px 6px}.review-recordings-summary img{width:53px;height:53px}.review-recordings-summary strong{font-size:27px}.review-recordings-summary span{margin-top:6px;font-size:12px}.review-recordings-filters{display:block;padding:12px}.review-recordings-tabs{min-width:0;grid-template-columns:1fr .8fr 1.22fr 1.25fr}.review-recordings-tabs button{min-height:45px;padding:5px;font-size:14px}.review-recordings-selects{grid-template-columns:1fr 1fr;margin-top:15px}.review-recordings-selects select{min-height:46px}.review-recordings-selects select:last-child{display:none}.review-recordings-workspace{display:flex;flex-direction:column;gap:15px;margin-top:15px}.review-recordings-detail{width:100%;order:1}.review-recordings-queue{width:100%;order:2}.review-recordings-detail>header{min-height:94px;grid-template-columns:106px 1fr auto;gap:13px;padding:8px 15px}.review-recordings-detail>header>img{width:91px;height:91px}.review-recordings-detail>header h2{font-size:26px}.review-recordings-detail>header p{font-size:14px}.review-recordings-detail>header a{grid-column:3;align-self:center;max-width:110px;padding:5px;border:0;font-size:14px;white-space:normal}.review-recordings-audio{margin:9px 12px;padding:0 12px 10px}.review-recordings-audio>div{grid-template-columns:67px 1fr 31px 45px;gap:8px}.review-recordings-analysis{margin:0 12px}.review-recordings-comparison{grid-template-columns:1fr 42px 1fr;gap:7px;padding:0 4px 12px}.review-recordings-comparison strong{font-size:50px}.review-recordings-comparison>em{grid-column:3;font-size:11px}.review-recordings-diagnostics{grid-template-columns:repeat(4,1fr);gap:6px}.review-recordings-diagnostics>div{min-height:74px;gap:6px;padding:6px;font-size:10px}.review-recordings-diagnostics img{width:31px;height:31px}.review-recordings-decision{padding:0 16px 12px}.review-recordings-decision h3{margin-top:14px;font-size:16px}.review-recordings-decision-buttons{grid-template-columns:1fr;gap:8px}.review-recordings-decision-buttons button{min-height:43px}.review-recordings-decision-fields{margin-top:8px}.review-recordings-reasons{flex-wrap:nowrap;gap:5px}.review-recordings-reasons button{flex:1;padding:3px;font-size:10px;white-space:nowrap}.review-recordings-negative{font-size:12px!important}.review-recordings-decision-fields textarea{height:57px}.review-recordings-detail>footer{grid-template-columns:minmax(180px,1fr) 1fr;gap:9px;padding:9px 12px}.review-recordings-detail>footer button.primary{min-height:50px;grid-column:1 / -1;grid-row:1;font-size:17px}.review-recordings-detail>footer>button:not(.primary){grid-column:1;grid-row:2}.review-recordings-detail>footer span{grid-column:2;grid-row:2}.review-recordings-queue{padding:12px}.review-recordings-queue h2{font-size:17px}.review-recordings-queue h2 span:first-child{display:none}.review-recordings-queue h2 span:last-child{display:inline}.review-recordings-queue-card{min-height:57px;grid-template-columns:53px 128px 1fr 47px 70px 12px;grid-template-rows:1fr;padding:5px 9px}.review-recordings-queue-card.active{display:none}.review-recordings-avatar{width:48px;height:48px;grid-row:1}.review-recordings-queue-name{grid-row:1;display:flex;align-items:center;gap:7px}.review-recordings-queue-name b{margin:0;font-size:14px}.review-recordings-queue-name strong{font-size:14px}.review-recordings-queue-name small{display:none}.review-recordings-miniwave{grid-column:3;grid-row:1;height:31px}.review-recordings-queue-card em{grid-column:4;grid-row:1;font-size:15px}.review-recordings-queue-state{grid-column:5;grid-row:1;align-self:center;padding:4px 7px}.review-recordings-chevron{grid-column:6;grid-row:1}.review-recordings-queue>footer{display:none}}@media (max-width: 470px){.review-recordings-header{min-height:72px;padding:0 14px}.review-recordings-brand{gap:9px;font-size:23px}.review-recordings-brand img{width:45px;height:45px}.review-recordings-user>img{width:49px;height:49px}.review-recordings-page{width:calc(100% - 18px);padding-top:15px}.review-recordings-intro{min-height:124px;padding:0 7px}.review-recordings-breadcrumb{font-size:10px}.review-recordings-breadcrumb i{margin:0 7px}.review-recordings-intro h1{font-size:31px}.review-recordings-intro p{font-size:14px}.review-recordings-summary{gap:6px}.review-recordings-summary article{display:block;text-align:center}.review-recordings-summary img{width:39px;height:39px}.review-recordings-summary strong{display:block;margin-top:3px;font-size:21px}.review-recordings-summary span{font-size:9px}.review-recordings-tabs button{font-size:11px}.review-recordings-tabs b{min-width:19px;margin-left:2px;padding:1px 4px}.review-recordings-selects{gap:7px}.review-recordings-selects select{padding-left:11px;font-size:12px}.review-recordings-detail>header{grid-template-columns:68px 1fr 75px;gap:7px;padding:7px}.review-recordings-detail>header>img{width:62px;height:62px}.review-recordings-detail>header h2{font-size:19px}.review-recordings-detail>header p{font-size:10px}.review-recordings-detail>header p b{display:inline-block;margin-left:4px;padding:2px 5px}.review-recordings-detail>header a{max-width:75px;font-size:10px}.review-recordings-audio{margin:7px;padding:0 7px 8px}.review-recordings-audio h3{font-size:14px}.review-recordings-audio>div{grid-template-columns:53px 1fr 23px 37px;gap:5px}.review-recordings-audio>div>button{width:49px;height:49px}.review-recordings-audio>div>button img{width:23px}.review-recordings-audio>div>img{width:21px}.review-recordings-audio>div>b{padding:5px 2px;font-size:11px}.review-recordings-wave{height:61px}.review-recordings-wave i{font-size:8px}.review-recordings-wave small{font-size:9px}.review-recordings-analysis{margin:0 7px;padding:8px 5px}.review-recordings-comparison strong{font-size:39px}.review-recordings-comparison small{font-size:10px}.review-recordings-comparison>i{font-size:28px}.review-recordings-comparison>em{padding:6px;font-size:8px}.review-recordings-diagnostics{grid-template-columns:repeat(2,1fr)}.review-recordings-diagnostics>div{min-height:54px;font-size:9px}.review-recordings-decision{padding:0 10px 10px}.review-recordings-decision-buttons button{font-size:14px}.review-recordings-reasons{flex-wrap:wrap}.review-recordings-reasons button{min-width:calc(33% - 5px)}.review-recordings-negative{grid-template-columns:20px 1fr;font-size:10px!important}.review-recordings-detail>footer{grid-template-columns:1fr 1fr}.review-recordings-detail>footer button.primary{font-size:14px}.review-recordings-detail>footer span{font-size:11px}.review-recordings-queue-card{grid-template-columns:45px 87px 1fr 36px 61px 10px}.review-recordings-avatar{width:41px;height:41px}.review-recordings-queue-name{display:block}.review-recordings-queue-name b,.review-recordings-queue-name strong{font-size:12px}.review-recordings-queue-state{font-size:8px}.review-recordings-queue-card em{font-size:12px}}.studio{max-width:460px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.studio .card{padding:18px}.studio h2{margin:0;font-size:18px;display:flex;align-items:center;gap:10px}.stepnum{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--purple);color:#fff;font-size:15px;flex:none}.studio .race-hud .title{flex:1;font-weight:900;font-size:17px;color:var(--purple-d)}.meter{text-align:center;font-family:ui-monospace,monospace;font-size:13px;color:var(--purple-d);min-height:18px;letter-spacing:-1px;white-space:nowrap;overflow:hidden}.rec-btn{border-radius:18px;font-size:16px;font-weight:800;color:#fff;padding:18px 8px;line-height:1.3;background:var(--purple);transition:transform .06s,filter .1s;border:none}.rec-btn b{font-size:22px}.rec-btn span{font-size:12px;opacity:.85}.rec-btn.test{width:100%}.rec-btn.holding{transform:scale(.96);filter:brightness(1.15);box-shadow:0 0 0 4px #7c4dff4d}.rec-btn:disabled{filter:grayscale(.6) opacity(.5)}.acc{text-align:center;font-size:14px;color:var(--purple-d);min-height:18px}.test-out{text-align:center;font-size:26px;font-weight:900;min-height:36px}.test-out .la{color:#2b6be0}.test-out .ra{color:#e03b40}.studio select{flex:1}.consent-screen{min-height:100vh;padding:24px 16px;justify-content:center}.consent-card{max-width:460px;width:100%;gap:16px}.consent-text{line-height:1.55;color:var(--ink);font-size:15px}.consent-actions{display:flex;flex-direction:column;gap:10px}.consent-actions .btn{width:100%}.settings-page{max-width:560px;margin:0 auto}.pin-gate{max-width:420px;margin:0 auto}.pin-card{gap:14px;margin-top:20px}.pin-input{text-align:center;font-size:32px;letter-spacing:14px;font-weight:900;max-width:200px}.shop-page{max-width:560px;margin:0 auto}.shop-link{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit;padding:14px 16px;margin-top:4px}.shop-link span:first-child{font-size:30px}.shop-link b{display:block}.shop-link small{color:var(--muted)}.shop-link i{margin-left:auto;color:var(--purple-d);font-style:normal}.skin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.skin-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:14px;text-align:center;border:2px solid transparent}.skin-card.equipped{border-color:var(--good)}.skin-emoji{font-size:52px;line-height:1.1}.skin-name{font-weight:800;margin:6px 0 10px;font-size:14px}.skin-card .btn{width:100%;padding:10px;font-size:14px}body.admin-mode{background:#f5f7fb;color:#20243a}body.admin-mode #app{max-width:1480px;padding:0}.admin-app{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr)}.admin-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:24px 14px 18px;color:#d8dbef;background:linear-gradient(180deg,#22263d,#171a2b);z-index:30}.admin-brand{display:flex;align-items:center;gap:12px;padding:4px 12px 24px;color:#fff;text-decoration:none}.admin-brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;font-size:21px;background:linear-gradient(145deg,#8b61ff,#6740e8);box-shadow:0 8px 24px #7c4dff5c}.admin-brand b,.admin-brand small{display:block}.admin-brand b{font-size:19px}.admin-brand small{margin-top:2px;color:#8f94b4;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.admin-nav{display:grid;gap:6px}.admin-nav button{width:100%;display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:11px;color:#969bb8;background:transparent;text-align:left;font-size:14px;font-weight:800}.admin-nav button i{width:24px;color:#737995;font-size:19px;font-style:normal;text-align:center}.admin-nav button:hover{color:#fff;background:#ffffff0d}.admin-nav button.active{color:#fff;background:linear-gradient(135deg,#895fff47,#6e42e821);box-shadow:inset 3px 0 #8b61ff}.admin-nav button.active i{color:#9f82ff}.admin-account{margin-top:auto;display:flex;align-items:center;gap:9px;padding:13px 8px 0;border-top:1px solid rgba(255,255,255,.08)}.admin-account>div{min-width:0;flex:1}.admin-account b,.admin-account small{display:block;overflow:hidden;text-overflow:ellipsis}.admin-account b{color:#fff;font-size:12px}.admin-account small{color:#777e9d;font-size:10px}.admin-account button{padding:5px;color:#858ba9;background:transparent;font-size:18px}.admin-avatar{width:34px;height:34px;flex:none;display:grid;place-items:center;border-radius:11px;color:#fff;font-weight:900;text-transform:uppercase;background:linear-gradient(145deg,#42b8e7,#5d70ec)}.admin-avatar.large{width:46px;height:46px;border-radius:15px;font-size:19px}.admin-main{min-width:0;padding:0 30px 50px}.admin-topbar{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e5e8f0}.admin-topbar h1{margin:4px 0 0;color:#21253b;font-size:25px}.admin-eyebrow{color:#8d93a9;font-size:9px;font-weight:900;letter-spacing:.16em}.admin-live{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e2e5ed;border-radius:999px;color:#626980;background:#fff;font-size:11px;font-weight:800}.admin-live i{width:7px;height:7px;border-radius:50%;background:#32c983;box-shadow:0 0 0 4px #32c98324}#admin-content{padding-top:25px}.admin-page-head{min-height:50px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:19px}.admin-page-head h2{margin:0;color:#252940;font-size:19px}.admin-page-head h2 span{display:inline-flex;margin-left:5px;padding:3px 7px;border-radius:8px;color:#7950ef;background:#eee9ff;font-size:11px;vertical-align:2px}.admin-page-head p,.admin-panel-title p{margin:4px 0 0;color:#8a90a7;font-size:12px}.admin-head-actions{display:flex;gap:8px}.admin-small-btn{min-height:36px;padding:8px 13px;border:1px solid #dfe2eb;border-radius:10px;color:#535a74;background:#fff;font-size:12px;font-weight:800}.admin-small-btn.primary{color:#fff;border-color:#7c4dff;background:#7c4dff}.admin-state{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#7f859c}.admin-spinner{width:32px;height:32px;border:3px solid #ded8f9;border-top-color:#7c4dff;border-radius:50%;animation:adminSpin .7s linear infinite}@keyframes adminSpin{to{transform:rotate(360deg)}}.admin-error{color:#c53f58}.admin-gate{max-width:480px;margin:12vh auto;text-align:center}.admin-gate-icon{margin-bottom:12px;font-size:55px}.admin-gate p{margin:12px 0 24px;color:var(--muted);line-height:1.55}.admin-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:17px}.admin-metrics.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-metric{min-width:0;display:flex;align-items:center;gap:14px;padding:17px;border:1px solid #e8eaf1;border-radius:15px;background:#fff;box-shadow:0 3px 12px #292d4606}.admin-metric>span{width:43px;height:43px;flex:none;display:grid;place-items:center;border-radius:13px;font-size:20px}.admin-metric>div{min-width:0}.admin-metric small,.admin-metric strong,.admin-metric em{display:block}.admin-metric small{color:#7f859c;font-size:11px;font-weight:800}.admin-metric strong{margin:2px 0;color:#282c42;font-size:25px;line-height:1.1}.admin-metric em{overflow:hidden;color:#a0a5b8;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.admin-metric.violet>span{color:#7650e6;background:#eee9ff}.admin-metric.blue>span{color:#3b77d8;background:#e6f0ff}.admin-metric.green>span{color:#1ca46a;background:#e2f8ee}.admin-metric.orange>span{color:#dc7a28;background:#fff0df}.admin-metric.pink>span{color:#d04f82;background:#ffe8f1}.admin-metric.cyan>span{color:#168ba8;background:#def6fb}.admin-overview-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:15px;margin-bottom:16px}.admin-panel{min-width:0;padding:19px;border:1px solid #e7e9f0;border-radius:15px;background:#fff;box-shadow:0 3px 12px #292d4605}.admin-panel+.admin-panel{margin-top:15px}.admin-overview-grid>.admin-panel+.admin-panel{margin-top:0}.admin-panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.admin-panel-title h3{margin:0;color:#33374d;font-size:14px}.admin-chart{height:190px;display:flex;align-items:flex-end;gap:clamp(4px,1vw,12px);padding-top:24px;border-bottom:1px solid #e8eaf0;background:repeating-linear-gradient(to top,transparent 0,transparent 46px,#f0f1f5 47px)}.admin-bar-col{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px}.admin-bar-col b{min-height:12px;color:#7c4dff;font-size:9px}.admin-bar-col span{width:min(24px,75%);min-height:4px;border-radius:6px 6px 2px 2px;background:linear-gradient(#a78cff,#7650e6)}.admin-bar-col small{margin-bottom:-20px;color:#989db0;font-size:8px}.admin-health-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #f0f1f5;color:#747a91;font-size:11px}.admin-health-row:first-of-type{border-top:0}.admin-health-row b{color:#3b4056;font-size:11px;text-align:right}.admin-status{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;white-space:nowrap}.admin-status.ok{color:#19885a;background:#e4f8ef}.admin-status.bad{color:#c63f59;background:#ffe8ed}.admin-search{width:min(300px,100%);min-height:38px;display:flex;align-items:center;gap:7px;margin:0;padding:0 10px;border:1px solid #dfe2eb;border-radius:10px;color:#9095a8;background:#fff;font-size:18px}.admin-search input{min-width:0;padding:7px 0;border:0;outline:0;background:transparent;font-size:12px}.admin-filters{display:flex;align-items:center;gap:10px;margin-bottom:16px}.admin-filters .admin-search{flex:1}.admin-filters select{width:220px;padding:9px 12px;border-width:1px;font-size:12px}.admin-check{display:flex;align-items:center;gap:7px;margin:0;color:#686f88;white-space:nowrap;font-size:11px}.admin-check input{width:auto}.admin-table-wrap{overflow:auto;border:1px solid #e5e8ef;border-radius:14px;background:#fff}.admin-table-wrap.flat{border:0;border-radius:0}.admin-table{width:100%;border-collapse:collapse;font-size:11px}.admin-table th{padding:12px 14px;color:#9297aa;background:#fafbfc;font-size:9px;letter-spacing:.05em;text-align:left;text-transform:uppercase;white-space:nowrap}.admin-table td{padding:13px 14px;border-top:1px solid #eef0f4;color:#656b82;vertical-align:middle}.admin-table td b,.admin-table td small{display:block}.admin-table td b{color:#33384f;font-size:12px}.admin-table td small{margin-top:3px;color:#9ba0b2;font-size:9px}.admin-actions{display:flex;justify-content:flex-end;gap:5px}.admin-actions button{width:30px;height:30px;border-radius:8px;color:#6e748c;background:#f2f3f7;font-weight:900}.admin-actions button.danger{color:#c9435b;background:#ffebef}.admin-actions button.good{color:#218b62;background:#e7f8f0}.admin-empty{padding:35px!important;color:#9297aa!important;text-align:center}.admin-children{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.admin-child{min-width:0;padding:17px;border:1px solid #e5e8ef;border-radius:15px;background:#fff}.admin-child.archived{opacity:.7;background:#f5f6f8}.admin-child-head{display:flex;align-items:center;gap:11px}.admin-child-head>div{min-width:0;flex:1}.admin-child-head h3{overflow:hidden;margin:0;color:#30354c;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.admin-child-head p{overflow:hidden;margin:3px 0 0;color:#9499ac;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.admin-child-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:15px 0}.admin-child-stats span{padding:8px 3px;border-radius:9px;color:#9297a9;background:#f6f7f9;font-size:8px;text-align:center}.admin-child-stats b{display:block;color:#454a60;font-size:14px}.admin-child dl{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:0}.admin-child dl div{min-width:0}.admin-child dt{color:#9a9fb2;font-size:8px}.admin-child dd{overflow:hidden;margin:2px 0 0;color:#555b71;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.admin-child-actions{display:flex;flex-wrap:wrap;gap:5px;margin-top:14px;padding-top:12px;border-top:1px solid #eef0f4}.admin-child-actions button,.admin-child-actions a{padding:7px 9px;border-radius:8px;color:#6750b7;background:#f0ecff;font-size:9px;font-weight:900;text-decoration:none}.admin-child-actions .danger{color:#c9435b;background:#ffebef}.admin-child-actions .good{color:#218b62;background:#e7f8f0}.voice-grid{grid-template-columns:minmax(0,1.25fr) minmax(300px,1fr)}.admin-voice-review{text-align:center}.admin-wave{overflow:hidden;margin:15px 0;color:#8561ef;font:28px/1 monospace;letter-spacing:5px;white-space:nowrap}.admin-play{padding:11px 20px;border-radius:11px;color:#fff;background:#7c4dff;font-weight:900}.admin-voice-review p{color:#83899e;font-size:10px}.admin-labels{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:14px}.admin-labels button{min-width:56px;padding:10px;border-radius:9px;color:#55418f;background:#eee9ff;font-weight:900}.admin-voice-danger{margin-top:14px}.admin-voice-danger button{color:#c34159;background:transparent;font-size:10px;text-decoration:underline}.admin-dataset{display:grid;gap:12px}.admin-dataset>div{display:grid;grid-template-columns:32px 1fr 100px;align-items:center;gap:8px}.admin-dataset b{color:#4c5268;font-size:11px}.admin-dataset span{height:7px;overflow:hidden;border-radius:999px;background:#eeeef3}.admin-dataset i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#7d55ed,#ad96f5)}.admin-dataset em{color:#8f94a7;font-size:8px;font-style:normal;text-align:right}.admin-model-info{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:18px}.admin-model-info span{padding:10px;border-radius:9px;background:#f6f7f9;text-align:center}.admin-model-info small,.admin-model-info b{display:block}.admin-model-info small{color:#999eb1;font-size:8px}.admin-model-info b{color:#44495f;font-size:15px}.voice-page-head{align-items:center}.voice-review-progress{min-width:230px;display:grid;grid-template-columns:1fr 30px;align-items:center;gap:5px 10px;color:#777d92;font-size:10px}.voice-review-progress div{grid-column:1 / 3;text-align:right}.voice-review-progress div b{color:#383d54}.voice-review-progress>span{height:7px;overflow:hidden;border-radius:999px;background:#e6e7ee}.voice-review-progress>span i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#7650e6,#9e81f5)}.voice-review-progress>small{color:#7650e6;font-size:9px;font-weight:900}.voice-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px;padding:6px;border:1px solid #e3e5ed;border-radius:15px;background:#ebeef4}.voice-tabs>button{min-width:0;display:flex;align-items:center;gap:10px;padding:10px 13px;border-radius:11px;color:#777d92;background:transparent;text-align:left}.voice-tabs>button>span{width:28px;height:28px;display:grid;place-items:center;flex:none;border-radius:9px;color:#7b8196;background:#fff9;font-size:13px}.voice-tabs>button>div{min-width:0;flex:1}.voice-tabs b,.voice-tabs small{display:block}.voice-tabs b{color:#555b70;font-size:11px}.voice-tabs small{margin-top:2px;color:#9ba0b1;font-size:8px}.voice-tabs em{min-width:25px;padding:4px 7px;border-radius:999px;color:#73798f;background:#dfe2e9;font-size:8px;font-style:normal;font-weight:900;text-align:center}.voice-tabs button.active{background:#fff;box-shadow:0 3px 12px #2d314b14}.voice-tabs button.active>span{color:#fff;background:#7c4dff}.voice-tabs button.active b{color:#322a50}.voice-tabs button.active em{color:#6d46d7;background:#eee9ff}.voice-tabs em.working{animation:adminSpin .8s linear infinite}.voice-how{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 0 14px;color:#858ba0;font-size:9px;font-weight:800}.voice-how span{display:inline-flex;align-items:center;gap:6px}.voice-how b{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#7650e6;background:#eee9ff;font-size:9px}.voice-how i{color:#c2c5d0;font-style:normal}.voice-workspace{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:14px;align-items:start}.voice-review-main,.voice-queue-panel,.voice-library{border:1px solid #e3e5ed;border-radius:16px;background:#fff}.voice-review-main{padding:20px}.voice-record-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.voice-record-number{color:#8564e4;font-size:8px;font-weight:1000;letter-spacing:.11em}.voice-record-heading h3{margin:4px 0 0;color:#30354b;font-size:17px}.voice-record-heading p{margin:3px 0 0;color:#979caf;font-size:9px}.voice-expected{min-width:100px;padding:10px 14px;border:1px solid #dcd2ff;border-radius:12px;color:#6740da;background:#f2eeff;text-align:center}.voice-expected small,.voice-expected b{display:block}.voice-expected small{font-size:7px}.voice-expected b{margin-top:2px;font-size:23px;line-height:1}.voice-expected.neutral{color:#73798e;border-color:#e0e2e9;background:#f5f6f8}.voice-expected.neutral b{font-size:10px}.voice-player-box{position:relative;min-height:145px;display:grid;place-items:center;overflow:hidden;margin:17px 0;border-radius:14px;background:linear-gradient(145deg,#292540,#352c58)}.voice-wave-bars{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:4px;opacity:.25}.voice-wave-bars i{width:3px;border-radius:3px;background:#b49cff}.voice-play-big{position:relative;z-index:1;display:grid;grid-template-columns:43px auto;grid-template-rows:auto auto;column-gap:11px;align-items:center;padding:12px 18px;border:1px solid rgba(255,255,255,.16);border-radius:13px;color:#fff;background:#141124ad;backdrop-filter:blur(5px);text-align:left}.voice-play-big>span{grid-row:1 / 3;width:43px;height:43px;display:grid;place-items:center;border-radius:50%;padding-left:3px;color:#5b35ca;background:#fff;font-size:16px}.voice-play-big b{font-size:12px}.voice-play-big small{color:#aaa4c2;font-size:8px}.voice-play-big:active{transform:scale(.97)}.voice-decision{padding:16px;border:1px solid #e8e9ef;border-radius:14px;background:#fafbfc}.voice-decision-title{display:flex;align-items:center;gap:10px}.voice-decision-title>span{width:27px;height:27px;display:grid;place-items:center;flex:none;border-radius:50%;color:#fff;background:#7c4dff;font-size:11px;font-weight:900}.voice-decision-title h3{margin:0;color:#3b4056;font-size:13px}.voice-decision-title p{margin:3px 0 0;color:#9196a8;font-size:8px}.voice-syllable-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:14px 0 9px}.voice-syllable-grid button{min-height:67px;border:2px solid #e2e4eb;border-radius:12px;color:#4c5268;background:#fff}.voice-syllable-grid button b,.voice-syllable-grid button small{display:block}.voice-syllable-grid button b{font-size:20px}.voice-syllable-grid button small{margin-top:2px;color:#a0a5b5;font-size:7px}.voice-syllable-grid button.expected{border-color:#bdaaff;color:#6540ce;background:#f2eeff}.voice-syllable-grid button:hover{border-color:#7c4dff;transform:translateY(-1px)}.voice-special-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.voice-special-actions button{min-width:0;display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid #e2e4eb;border-radius:10px;color:#555b70;background:#fff;text-align:left}.voice-special-actions button>span{width:29px;height:29px;display:grid;place-items:center;flex:none;border-radius:8px;color:#777d93;background:#f0f1f5;font-size:10px;font-weight:900}.voice-special-actions b,.voice-special-actions small{display:block}.voice-special-actions b{font-size:9px}.voice-special-actions small{margin-top:2px;color:#a0a5b7;font-size:7px}.voice-review-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px}.voice-review-footer button{padding:7px 0;color:#7754d3;background:transparent;font-size:9px;font-weight:900}.voice-review-footer button.danger{color:#c24a60}.voice-queue-panel{overflow:hidden}.voice-queue-title{display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid #eceef2}.voice-queue-title h3{margin:0;color:#3c4157;font-size:12px}.voice-queue-title p{margin:2px 0 0;color:#979cad;font-size:8px}.voice-queue-title>b{min-width:30px;padding:5px;border-radius:999px;color:#7149dc;background:#eee9ff;font-size:9px;text-align:center}.voice-queue-list{display:grid;max-height:550px;overflow:auto}.voice-queue-list button{min-width:0;display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #f0f1f4;color:#5c6277;background:#fff;text-align:left}.voice-queue-list button>span{width:25px;height:25px;display:grid;place-items:center;flex:none;border-radius:8px;color:#888da0;background:#f1f2f5;font-size:8px;font-weight:900}.voice-queue-list button>div{min-width:0;flex:1}.voice-queue-list b,.voice-queue-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-queue-list b{font-size:9px}.voice-queue-list small{margin-top:2px;color:#a2a6b5;font-size:7px}.voice-queue-list i{color:#aaaebe;font-size:12px;font-style:normal}.voice-queue-list button.active{background:#f4f1ff}.voice-queue-list button.active>span{color:#fff;background:#7c4dff}.voice-queue-list button.active b,.voice-queue-list button.active i{color:#6740d5}.voice-queue-more{margin:0;padding:10px;color:#a0a4b4;background:#fafbfc;font-size:7px;text-align:center}.voice-done{max-width:540px;margin:50px auto;padding:45px;border:1px solid #e1e4eb;border-radius:18px;background:#fff;text-align:center}.voice-done>span{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 12px;border-radius:50%;color:#19885a;background:#e3f8ee;font-size:26px}.voice-done h2{color:#363b51}.voice-done p{color:#858b9f;font-size:11px}.voice-library{padding:15px}.voice-library-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.voice-filter-tabs{display:flex;gap:5px}.voice-filter-tabs button{padding:8px 11px;border-radius:9px;color:#777d91;background:#f0f1f5;font-size:9px;font-weight:900}.voice-filter-tabs button b{margin-left:4px;color:#989dae}.voice-filter-tabs button.active{color:#fff;background:#6f49db}.voice-filter-tabs button.active b{color:#dcd1ff}.voice-library-pickers{display:flex;gap:7px}.voice-library-picker{position:relative;width:185px;min-height:46px;display:grid;grid-template-columns:1fr 18px;align-items:center;padding:7px 9px 7px 11px;border:1px solid #ddd5f8;border-radius:10px;color:#555b70;background:#fff;text-align:left}.voice-library-picker>span{grid-column:1;color:#969bad;font-size:7px;font-weight:900;text-transform:uppercase}.voice-library-picker>b{grid-column:1;overflow:hidden;margin-top:2px;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.voice-library-picker>i{grid-column:2;grid-row:1 / 3;color:#6f49db;font-size:13px;font-style:normal;text-align:center}.voice-library-picker:hover,.voice-library-picker:focus-visible{border-color:#8c6ce1;background:#faf8ff;outline:0}.voice-date-filter{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:10px 11px;border:1px solid #e6e8ee;border-radius:11px;background:#fafbfc}.voice-date-caption{color:#777d91;font-size:9px;font-weight:900;text-transform:uppercase}.voice-date-presets{display:flex;gap:4px}.voice-date-presets button{padding:7px 9px;border-radius:8px;color:#73798e;background:#eceef3;font-size:8px;font-weight:900;white-space:nowrap}.voice-date-presets button.active{color:#fff;background:#6f49db}.voice-period-label{margin-left:auto;color:#9398aa;font-size:8px}.voice-custom-dates{min-width:0;display:flex;align-items:center;gap:7px;margin-left:auto}.voice-custom-dates label{display:flex;align-items:center;gap:5px;margin:0;color:#8a90a3;font-size:8px;white-space:nowrap}.voice-custom-dates input{width:125px;padding:6px 7px;border-width:1px;border-radius:7px;font-size:9px}.voice-custom-dates>button{padding:7px 10px;border-radius:8px;color:#fff;background:#6f49db;font-size:8px;font-weight:900}.voice-library-hint{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:9px 11px;border-radius:10px;color:#787e92;background:#f0f4fb;font-size:8px}.voice-library-hint>span{width:20px;height:20px;display:grid;place-items:center;flex:none;border-radius:50%;color:#fff;background:#6d8ed1;font-weight:900}.voice-library-hint p{margin:0}.voice-table-syll{min-width:34px;display:inline-flex;justify-content:center;padding:5px 7px;border-radius:7px;color:#545a70;background:#f0f1f5;font-size:9px;font-weight:900}.voice-table-syll.marked{color:#6540ce;background:#eee9ff}.voice-no-label{color:#a0a5b5;font-size:9px;font-style:italic}.voice-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 4px 0;color:#8a90a4;font-size:9px}.voice-pagination button{min-width:85px;padding:8px 11px;border-radius:8px;color:#6740d5;background:#eee9ff;font-size:9px;font-weight:900}.voice-pagination button:disabled{color:#a4a8b7;background:#f0f1f4;cursor:default}.voice-pagination span{text-align:center}.voice-pagination span b{color:#4c5268}.voice-model-grid{display:grid;grid-template-columns:minmax(310px,.9fr) minmax(0,1.3fr);gap:14px}.voice-model-status{text-align:center}.voice-model-icon{width:55px;height:55px;display:grid;place-items:center;margin:5px auto 12px;border-radius:16px;color:#7d8499;background:#eef0f4;font-size:25px}.voice-model-status.ready .voice-model-icon{color:#178457;background:#e2f8ee}.voice-model-status h2{margin:6px 0;color:#393e54;font-size:18px}.voice-model-status>p{max-width:380px;margin:0 auto 18px;color:#858b9e;font-size:9px;line-height:1.5}.voice-model-score{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #eceef2}.voice-model-score span{padding:14px 5px 2px;border-left:1px solid #eceef2}.voice-model-score span:first-child{border-left:0}.voice-model-score b,.voice-model-score small{display:block}.voice-model-score b{color:#3c4157;font-size:19px}.voice-model-score small{color:#999eaf;font-size:7px}.voice-help{width:16px;height:16px;display:inline-grid;place-items:center;margin-left:3px;padding:0;border:1px solid #cfc5ef;border-radius:50%;color:#724bd8;background:#f1edff;font-size:9px;font-weight:1000;line-height:1;vertical-align:middle}.voice-help:hover,.voice-help:focus-visible{border-color:#7c4dff;color:#fff;background:#7c4dff;outline:0;transform:scale(1.08)}.voice-quality-line{margin:14px -3px 0;padding:10px 12px;border-radius:10px;color:#70768a;background:#f4f6f9;text-align:left}.voice-quality-line b,.voice-quality-line span{display:block}.voice-quality-line b{color:#4a5066;font-size:9px}.voice-quality-line span{margin-top:3px;font-size:7px;line-height:1.45}.voice-dataset-list{display:grid;gap:11px}.voice-dataset-list>div:not(.voice-model-empty){display:grid;grid-template-columns:42px 1fr 60px 90px;align-items:center;gap:8px}.voice-dataset-list span{color:#4a5066;font-size:11px;font-weight:900}.voice-dataset-list>div>div{height:8px;overflow:hidden;border-radius:999px;background:#eceef2}.voice-dataset-list i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#7952e8,#a58af1)}.voice-dataset-list b{color:#53596f;font-size:10px;text-align:right}.voice-dataset-list small{color:#999eaf;font-size:7px}.voice-model-empty{padding:35px 10px;color:#9297aa;font-size:10px;text-align:center}.voice-training-plan{display:grid;grid-template-columns:42px minmax(180px,1fr) auto;align-items:center;gap:12px;margin-top:14px;padding:14px 16px;border:1px solid #dfe4e8;border-radius:14px;background:#fff}.voice-training-plan>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#19845b;background:#e4f8ef;font-size:17px;font-weight:1000}.voice-training-plan h3{margin:0;color:#41475d;font-size:11px}.voice-training-plan p{margin:3px 0 0;color:#9196a8;font-size:8px}.voice-training-plan dl{display:grid;grid-template-columns:repeat(3,minmax(82px,1fr));margin:0}.voice-training-plan dl>div{padding:2px 13px;border-left:1px solid #e8eaef;text-align:center}.voice-training-plan dt{color:#454b61;font-size:14px;font-weight:1000}.voice-training-plan dd{margin:2px 0 0;color:#999eae;font-size:7px}.voice-training-plan.dirty{border-color:#efdba7;background:#fffdf7}.voice-training-plan.dirty>span{color:#ad7617;background:#fff0c9}.voice-training-plan.working{border-color:#d9cdfa;background:#faf8ff}.voice-training-plan.working>span{color:#7149dc;background:#eee9ff;animation:adminSpin .8s linear infinite}.voice-model-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.voice-model-actions article{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid #e3e5ed;border-radius:14px;background:#fff}.voice-model-actions article>span{width:37px;height:37px;display:grid;place-items:center;flex:none;border-radius:11px;color:#7149dc;background:#eee9ff;font-size:17px}.voice-model-actions article>div{min-width:0;flex:1}.voice-model-actions h3{margin:0;color:#41465c;font-size:11px}.voice-model-actions p{margin:3px 0 0;color:#979cad;font-size:8px}.voice-model-actions .admin-small-btn{flex:none}.voice-help-overlay{position:fixed;z-index:1300;inset:0;display:grid;place-items:center;padding:20px}.voice-help-card{position:relative;width:min(470px,100%);max-height:min(650px,calc(100dvh - 40px));overflow:auto;padding:28px;border:1px solid rgba(255,255,255,.75);border-radius:22px;background:#fff;box-shadow:0 24px 80px #1812364d;animation:voicePickerIn .18s ease-out}.voice-help-card-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:16px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#8c64f2,#6740d4);box-shadow:0 8px 20px #6740d440;font-size:23px;font-weight:1000}.voice-help-card-close{position:absolute;top:18px;right:18px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#757b90;background:#f1f2f6;font-size:21px}.voice-help-card>span{color:#8057e8;font-size:9px;font-weight:1000;letter-spacing:.12em}.voice-help-card h2{margin:5px 0 13px;color:#302847;font-size:21px}.voice-help-card p{margin:0 0 10px;color:#71778b;font-size:11px;line-height:1.6}.voice-help-card>.admin-small-btn{width:100%;margin-top:9px}.voice-filter-picker-overlay{position:fixed;z-index:1300;inset:0;display:grid;place-items:center;padding:20px}.voice-filter-picker{position:relative;width:min(480px,100%);max-height:min(720px,calc(100dvh - 40px));overflow:auto;padding:22px;border:1px solid rgba(255,255,255,.75);border-radius:22px;background:#fff;box-shadow:0 24px 80px #1812364d;animation:voicePickerIn .18s ease-out}.voice-filter-picker>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}.voice-filter-picker>header span{color:#8057e8;font-size:9px;font-weight:1000;letter-spacing:.12em}.voice-filter-picker>header h2{margin:5px 0 3px;color:#302847;font-size:20px}.voice-filter-picker>header p{margin:0;color:#9296a8;font-size:9px}.voice-filter-picker>header>button{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:10px;color:#757b90;background:#f2f3f7;font-size:21px}.voice-filter-picker-list{display:grid;gap:7px}.voice-filter-picker-list>button{min-width:0;display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #e2e4eb;border-radius:12px;color:#555b70;background:#fff;text-align:left}.voice-filter-picker-list>button>span{width:30px;height:30px;display:grid;place-items:center;flex:none;border-radius:9px;color:#a1a6b5;background:#f0f1f5;font-size:11px;font-weight:1000}.voice-filter-picker-list>button>div{min-width:0}.voice-filter-picker-list b,.voice-filter-picker-list small{display:block}.voice-filter-picker-list b{color:#4a5066;font-size:10px}.voice-filter-picker-list small{margin-top:2px;color:#999eae;font-size:8px}.voice-filter-picker-list>button:hover,.voice-filter-picker-list>button:focus-visible,.voice-filter-picker-list>button.selected{border-color:#9d81ed;background:#f4f0ff;outline:0}.voice-filter-picker-list>button.selected>span{color:#fff;background:#7c4dff}.voice-filter-picker>footer{margin-top:14px}.voice-filter-picker>footer button{width:100%;padding:9px 14px;border-radius:9px;color:#676d82;background:#eef0f4;font-size:9px;font-weight:900}.voice-picker-overlay{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:20px}.voice-picker-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#19162a94;backdrop-filter:blur(5px)}.voice-picker{position:relative;width:min(540px,100%);max-height:min(760px,calc(100dvh - 40px));overflow:auto;padding:22px;border:1px solid rgba(255,255,255,.75);border-radius:22px;background:#fff;box-shadow:0 24px 80px #1812364d;animation:voicePickerIn .18s ease-out}@keyframes voicePickerIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.voice-picker>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.voice-picker>header span{color:#8057e8;font-size:9px;font-weight:1000;letter-spacing:.12em}.voice-picker>header h2{margin:5px 0 4px;color:#302847;font-size:22px}.voice-picker>header p{margin:0;color:#9296a8;font-size:10px}.voice-picker>header>button{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:10px;color:#757b90;background:#f2f3f7;font-size:22px;line-height:1}.voice-picker-labels{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:9px}.voice-picker-labels button{min-height:76px;padding:10px;border:2px solid #e5e6ed;border-radius:14px;color:#484e64;background:#fff}.voice-picker-labels b,.voice-picker-labels small{display:block}.voice-picker-labels b{font-size:21px}.voice-picker-labels small{margin-top:3px;color:#a1a5b4;font-size:8px}.voice-picker-labels button:hover,.voice-picker-labels button:focus-visible{border-color:#9d81ed;outline:0;transform:translateY(-1px)}.voice-picker-labels button.selected{border-color:#7c4dff;color:#6338d5;background:#f2edff;box-shadow:0 0 0 3px #7c4dff17}.voice-picker-special{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.voice-picker-special button{min-width:0;display:flex;align-items:center;gap:10px;padding:11px;border:1px solid #e2e4eb;border-radius:13px;color:#50566c;background:#f8f9fb;text-align:left}.voice-picker-special button>span{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:10px;color:#747a8e;background:#e9ebf1;font-size:15px;font-weight:900}.voice-picker-special b,.voice-picker-special small{display:block}.voice-picker-special b{font-size:9px}.voice-picker-special small{margin-top:3px;color:#9a9fb0;font-size:7px}.voice-picker-special button:hover,.voice-picker-special button:focus-visible,.voice-picker-special button.selected{border-color:#9d81ed;outline:0;background:#f2edff}.voice-picker-special button.selected>span{color:#fff;background:#7c4dff}.voice-picker>footer{margin-top:16px;text-align:right}.voice-picker>footer button{padding:9px 16px;border-radius:10px;color:#676d82;background:#eef0f4;font-size:9px;font-weight:900}.admin-timeline{max-width:850px;display:grid;padding-left:14px}.admin-timeline article{position:relative;padding:0 0 20px 22px;border-left:1px solid #dddfea}.admin-timeline article>i{position:absolute;top:4px;left:-5px;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#7c4dff;box-shadow:0 0 0 2px #cfc4f6}.admin-audit-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-audit-head b{color:#3e4359;font-size:12px}.admin-audit-head time,.admin-timeline small{color:#a0a5b6;font-size:9px}.admin-timeline p{margin:4px 0;color:#777d91;font-size:10px}.admin-audit-details{margin-top:7px;color:#777d91;font-size:9px}.admin-audit-details summary{cursor:pointer;font-weight:800}.admin-audit-details pre{max-height:220px;overflow:auto;padding:10px;border-radius:8px;color:#4c5269;background:#f0f1f5;font:9px/1.45 ui-monospace,monospace;white-space:pre-wrap}@media (max-width: 1050px){.admin-metrics,.admin-metrics.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-children{grid-template-columns:1fr}}@media (max-width: 760px){body.admin-mode #app{padding-bottom:max(74px,calc(64px + env(safe-area-inset-bottom)))}.admin-app{display:block}.admin-sidebar{position:fixed;inset:auto 0 0;height:auto;padding:7px max(6px,env(safe-area-inset-right)) max(7px,env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));border-top:1px solid rgba(255,255,255,.1)}.admin-brand,.admin-account{display:none}.admin-nav{display:flex;gap:2px;overflow-x:auto;scrollbar-width:none}.admin-nav button{min-width:62px;flex:1;flex-direction:column;gap:2px;padding:5px 4px;font-size:8px;text-align:center}.admin-nav button i{width:auto;font-size:16px}.admin-nav button.active{box-shadow:inset 0 2px #8b61ff}.admin-main{padding:0 12px 22px}.admin-topbar{min-height:72px}.admin-topbar h1{font-size:20px}.admin-live span{display:none}.admin-live{padding:8px}#admin-content{padding-top:17px}.admin-page-head{align-items:center}.admin-page-head p{display:none}.admin-overview-grid,.voice-grid{grid-template-columns:1fr}.admin-overview-grid>.admin-panel+.admin-panel{margin-top:0}.admin-filters{align-items:stretch;flex-direction:column}.admin-filters .admin-search,.admin-filters select{width:100%}.admin-table-wrap{overflow:visible;border:0;background:transparent}.admin-table,.admin-table tbody,.admin-table tr,.admin-table td{display:block;width:100%}.admin-table thead{display:none}.admin-table tr{margin-bottom:10px;padding:10px 12px;border:1px solid #e5e8ef;border-radius:12px;background:#fff}.admin-table td{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;border-top:1px solid #f0f1f5;text-align:right}.admin-table td:first-child{border-top:0}.admin-table td:before{content:attr(data-label);color:#9a9fb1;font-size:8px;font-weight:800;text-transform:uppercase}.admin-table td:not([data-label]):before{display:none}.admin-table td b,.admin-table td small{text-align:right}.admin-table .admin-actions{justify-content:flex-end}.admin-table-wrap.flat .admin-table tr{background:#f8f9fb}}@media (max-width: 480px){.admin-metrics,.admin-metrics.compact{grid-template-columns:1fr 1fr;gap:8px}.admin-metric{gap:9px;padding:12px 10px}.admin-metric>span{width:35px;height:35px;border-radius:10px;font-size:16px}.admin-metric strong{font-size:20px}.admin-metric em{max-width:100px}.admin-child{padding:13px}.admin-child-stats{grid-template-columns:repeat(2,1fr)}.admin-child dl{grid-template-columns:1fr}.admin-head-actions{flex-direction:column}.admin-chart{gap:2px}.admin-bar-col span{width:70%}}@media (max-width: 820px){.voice-workspace{grid-template-columns:1fr}.voice-queue-panel{order:2}.voice-queue-list{grid-template-columns:1fr 1fr;max-height:320px}.voice-model-grid{grid-template-columns:1fr}}@media (max-width: 600px){.voice-picker-overlay{align-items:end;padding:0}.voice-picker{width:100%;max-height:calc(100dvh - 18px);padding:18px 14px max(16px,env(safe-area-inset-bottom));border-radius:22px 22px 0 0}.voice-picker>header h2{font-size:19px}.voice-picker-labels{grid-template-columns:repeat(3,1fr)}.voice-picker-labels button{min-height:68px}.voice-picker-special{grid-template-columns:1fr}.voice-picker>footer button{width:100%}.voice-help{width:20px;height:20px;margin-left:4px;font-size:11px}.voice-help-overlay{align-items:end;padding:0}.voice-help-card{width:100%;max-height:calc(100dvh - 18px);padding:24px 18px max(18px,env(safe-area-inset-bottom));border-radius:22px 22px 0 0}.voice-help-card h2{padding-right:34px;font-size:19px}.voice-help-card p{font-size:12px}.voice-filter-picker-overlay{align-items:end;padding:0}.voice-filter-picker{width:100%;max-height:calc(100dvh - 18px);padding:20px 14px max(16px,env(safe-area-inset-bottom));border-radius:22px 22px 0 0}.voice-filter-picker-list>button{min-height:54px}.voice-page-head{align-items:flex-start}.voice-review-progress{min-width:125px}.voice-tabs{gap:4px;padding:4px}.voice-tabs>button{flex-direction:column;gap:3px;padding:8px 4px;text-align:center}.voice-tabs>button>span{width:25px;height:25px}.voice-tabs small{display:none}.voice-tabs em{position:absolute;margin:-37px 0 0 42px;min-width:20px}.voice-how{gap:6px}.voice-how i{display:none}.voice-how span{gap:3px;font-size:7px}.voice-review-main{padding:13px}.voice-record-heading{align-items:flex-start}.voice-record-heading h3{font-size:14px}.voice-expected{min-width:78px;padding:8px}.voice-player-box{min-height:125px}.voice-syllable-grid{grid-template-columns:1fr 1fr}.voice-special-actions{grid-template-columns:1fr}.voice-review-footer{align-items:stretch;flex-direction:column}.voice-review-footer button{padding:9px;border-radius:8px;background:#f1edff}.voice-review-footer button.danger{background:#ffedf0}.voice-queue-list{grid-template-columns:1fr}.voice-library-tools{align-items:stretch;flex-direction:column}.voice-filter-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.voice-filter-tabs button{padding:8px 4px}.voice-library-pickers{display:grid;grid-template-columns:1fr}.voice-library-picker{width:100%;min-height:50px}.voice-date-filter{align-items:stretch;flex-direction:column}.voice-date-presets{display:grid;grid-template-columns:repeat(2,1fr)}.voice-date-presets button:last-child{grid-column:1 / 3}.voice-period-label{margin-left:0;text-align:center}.voice-custom-dates{display:grid;grid-template-columns:1fr 1fr;margin-left:0}.voice-custom-dates label{align-items:stretch;flex-direction:column}.voice-custom-dates input{width:100%}.voice-custom-dates>button{grid-column:1 / 3}.voice-pagination{flex-wrap:wrap}.voice-pagination span{width:100%;order:-1}.voice-pagination button{flex:1}.voice-model-actions{grid-template-columns:1fr}.voice-model-actions article{align-items:flex-start;flex-wrap:wrap}.voice-model-actions article>div{min-width:calc(100% - 52px)}.voice-model-actions .admin-small-btn{width:100%}.voice-dataset-list>div:not(.voice-model-empty){grid-template-columns:38px 1fr 55px}.voice-dataset-list>div>small{grid-column:2 / 4;margin-top:-5px}.voice-training-plan{grid-template-columns:38px 1fr;padding:13px}.voice-training-plan dl{grid-column:1 / 3;width:100%;padding-top:9px;border-top:1px solid #e8eaef}.voice-training-plan dl>div:first-child{border-left:0}}
