*{box-sizing:border-box;margin:0;padding:0}:root{--accent:#2563eb;--accent-dark:#1d4ed8;--accent-light:#eff6ff;--accent-tint:#dbeafe;--accent-2:#0d9488;--accent-2-light:#ccfbf1;--accent-2-dark:#0f766e;--accent-amber:#d97706;--accent-amber-light:#fef3c7;--accent-amber-dark:#92400e;--accent-rose:#e11d48;--accent-rose-light:#ffe4e6;--accent-rose-dark:#be123c;--accent-green:#16a34a;--accent-green-light:#dcfce7;--accent-green-dark:#15803d;--accent-yellow:#eab308;--accent-yellow-light:#fef9c3;--accent-yellow-dark:#a16207;--accent-orange-dark:#c2410c;--teal:#2563eb;--teal-dark:#1d4ed8;--teal-light:#eff6ff;--bg:#f1f5f9;--surface:#fff;--sidebar-bg:#e7ecf3;--text:#0f172a;--text-secondary:#334155;--text-body:#475569;--text-muted:#64748b;--border:#e2e8f0;--border-strong:#cbd5e1;--radius:12px;--shadow:0 4px 24px #0000000f;--shadow-lg:0 12px 40px #0000001a;--login-max-width:420px;--sidebar-w:240px}html{scroll-behavior:smooth}html,body{overflow-x:clip}body{font-family:var(--font-sans), "Manrope", sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;letter-spacing:-.005em;min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}.logo{color:var(--text);font-size:1.25rem;font-weight:800;transition:text-shadow .25s}.logo:hover{text-shadow:0 2px 16px #2563eb66,0 0 32px #2563eb2e}.logo span{color:var(--accent);transition:text-shadow .25s}.logo:hover span{text-shadow:0 2px 20px #2563eb8c,0 0 40px #2563eb40}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{background:var(--accent);color:#fff;z-index:200;border-radius:0 0 8px 8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:top .2s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}.btn{cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .18s,transform .15s,box-shadow .18s,color .18s,border-color .18s;display:inline-flex}.btn:active{transform:translateY(0)scale(.97)}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 2px 8px #2563eb33}.btn--primary:hover{background:var(--accent-dark);box-shadow:0 8px 24px #2563eb66}.btn--outline{border-color:var(--accent);color:var(--accent);background:0 0}.btn--outline:hover{background:var(--accent);color:#fff;box-shadow:0 6px 20px #2563eb40}.btn--danger{background:var(--accent-rose-dark);color:#fff}.btn--danger:hover{background:#9f1239}.btn--danger:disabled{background:var(--text-muted);cursor:not-allowed;opacity:.6}.btn--danger:disabled:hover{background:var(--text-muted)}.btn--primary:disabled,.btn--primary:disabled:hover,.btn--outline:disabled,.btn--outline:disabled:hover{background:var(--bg);border-color:var(--border);color:var(--text-muted);box-shadow:none;cursor:not-allowed}.btn--ghost{color:var(--accent);background:0 0}.btn--ghost:hover{background:var(--accent-light);color:var(--accent-dark)}.btn--how{border:1.5px solid #0000;align-items:center;gap:.4rem;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.btn--how:hover{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.btn--full{width:100%}.btn--shine{position:relative;overflow:hidden}.btn--shine:after{content:"";pointer-events:none;background:linear-gradient(105deg,#fff0 0%,#ffffff73 50%,#fff0 100%);width:45%;animation:6s linear 1s infinite btn-shine;position:absolute;top:0;bottom:0;left:0;transform:translate(-250%)skew(-18deg)}@keyframes btn-shine{0%{transform:translate(-250%)skew(-18deg)}15%{transform:translate(400%)skew(-18deg)}to{transform:translate(400%)skew(-18deg)}}@media (prefers-reduced-motion:reduce){.btn--shine:after{animation:none}}.field{flex-direction:column;gap:.35rem;display:flex}.field label,.field__label{color:var(--text-muted);font-size:.78rem;font-weight:600}.field__hint{opacity:.8;font-weight:500}.field input,.field select,.field textarea{border:1px solid var(--border);color:var(--text);background:var(--bg);border-radius:8px;outline:none;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.4;transition:border-color .15s,box-shadow .15s}.field textarea{resize:vertical;line-height:1.55;overflow-y:auto}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.param-field textarea{resize:none}.admin-bulk{border:1px solid var(--border);background:var(--bg);border-radius:8px;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.75rem;padding:.6rem .75rem;display:flex}.admin-bulk__count{color:var(--text-secondary);min-width:12rem;margin-right:.35rem;font-size:.8rem;font-weight:600}.admin-bulk__danger{height:2.1rem;margin-left:auto;padding:0 .9rem;font-size:.83rem}.admin-bulk button:disabled{opacity:.45;cursor:not-allowed}.password-field{display:flex;position:relative}.password-field input{width:100%;padding-right:2.5rem}.password-field__eye{cursor:pointer;width:2.5rem;color:var(--text-muted);background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;top:0;bottom:0;right:0}.password-field__eye:hover{color:var(--text)}.password-strength{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.password-strength__bar{flex:1;gap:3px;display:flex}.password-strength__bar i{background:var(--border);border-radius:2px;flex:1;height:4px;transition:background .15s}.password-strength__label{white-space:nowrap;font-size:.75rem;font-weight:600}.password-strength--weak .password-strength__bar i:first-child{background:var(--accent-rose)}.password-strength--weak .password-strength__label{color:var(--accent-rose)}.password-strength--medium .password-strength__bar i:nth-child(-n+2){background:var(--accent-yellow-dark)}.password-strength--medium .password-strength__label{color:var(--accent-yellow-dark)}.password-strength--strong .password-strength__bar i{background:var(--accent-green)}.password-strength--strong .password-strength__label{color:var(--accent-green-dark)}.password-match{color:var(--accent-rose);margin-top:.4rem;font-size:.75rem;font-weight:600}.password-match--ok{color:var(--accent-green-dark)}.honeypot{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.captcha-field{align-items:center}.captcha-field .smart-captcha{z-index:2;max-width:100%;min-height:102px;position:relative}.attach__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.attach__optional{color:var(--text-muted);opacity:.8;font-weight:500}.attach__btn{border:1px dashed var(--border);background:var(--bg);color:var(--accent);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem .75rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:flex}.attach__btn:hover:not(:disabled){border-color:var(--accent);background:var(--accent-light)}.attach__btn:disabled{color:var(--text-muted);cursor:not-allowed;opacity:.7}.attach__list{flex-direction:column;gap:.35rem;margin:.15rem 0 0;padding:0;list-style:none;display:flex}.attach__item{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;gap:.5rem;padding:.45rem .5rem .45rem .65rem;font-size:.8rem;display:flex}.attach__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);flex:1;overflow:hidden}.attach__size{color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem}.attach__remove{width:1.35rem;height:1.35rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:background .15s,color .15s;display:flex}.attach__remove:hover{background:var(--accent-rose-light);color:var(--accent-rose)}.attach__total{color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums;font-size:.72rem}.avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;display:flex}.avatar--sm{width:36px;height:36px;font-size:.75rem}.tooltip{color:#f8fafc;text-align:center;opacity:0;pointer-events:none;z-index:1000;background:#0f172a;border:1px solid #1e293b;border-radius:6px;max-width:min(20rem,100vw - 1rem);padding:.4rem .75rem;font-size:.72rem;font-weight:500;line-height:1.45;transition:opacity .15s;position:fixed;top:0;left:0}.tooltip--wide{text-align:left;max-width:min(24rem,100vw - 1rem);font-weight:400;line-height:1.5}.tooltip__arrow{border:5px solid #0000;width:0;height:0;margin-left:-5px;position:absolute}.tooltip[data-below=false] .tooltip__arrow{border-top-color:#0f172a;top:100%}.tooltip[data-below=true] .tooltip__arrow{border-bottom-color:#0f172a;bottom:100%}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal:nth-child(2){transition-delay:80ms}.reveal:nth-child(3){transition-delay:.16s}.reveal:nth-child(4){transition-delay:.24s}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#0f172af7;border-bottom:1px solid #ffffff14;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{box-shadow:0 2px 20px #00000040}.navbar__inner{align-items:center;gap:2rem;height:64px;display:flex}.navbar .logo{color:#fff;flex-shrink:0}.navbar .logo span{color:var(--accent)}.navbar .burger{color:#fff}.nav-links{gap:1.75rem;margin-left:auto;display:flex}.nav-links a{color:#cbd5e1cc;padding-bottom:.25rem;font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--accent);transform-origin:0;border-radius:1px;height:2px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover{color:#fff}.nav-links a:hover:after{transform:scaleX(1)}.nav-links__cta{display:none}.navbar .btn--outline{background:var(--accent);border-color:var(--accent);color:#fff;margin-left:1rem;padding:.45rem 1.1rem;font-size:.85rem}.navbar .btn--outline:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.burger{cursor:pointer;color:var(--text);background:0 0;border:none;padding:.25rem;font-size:1.5rem;display:none}.hero{background:radial-gradient(80% 60% at 15% 10%,#2563eb1a,#0000 60%),radial-gradient(70% 60% at 95% 80%,#0d94881a,#0000 60%),linear-gradient(160deg,#eff6ff 0%,#f1f5f9 55%,#f0fdfa 100%);padding-top:calc(64px + 2.5rem);padding-bottom:2.5rem;position:relative;overflow:hidden}.hero:before{content:"";opacity:.55;mix-blend-mode:multiply;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");position:absolute;inset:0}.hero__decor{aspect-ratio:1;width:clamp(420px,48vw,720px);color:var(--accent);opacity:.09;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;position:absolute;top:50%;left:-8%;transform:translateY(-50%)}.hero__decor svg{width:100%;height:100%;display:block}.hero__decor-r{color:var(--accent-2);opacity:.2;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;position:absolute;inset:0 0 0 calc(50% + 536px)}@media (max-width:1280px){.hero__decor-r{display:none}}.hero__decor-r-svg{width:100%;height:100%;display:block;position:absolute;inset:0}.hero .container{z-index:1;position:relative}.hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero__text{max-width:520px}@keyframes hero-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero__label,.hero__text h1,.hero__text>p,.hero__actions,.hero__hook,.hero__visual{animation:.7s cubic-bezier(.16,1,.3,1) both hero-rise}.hero__label{animation-delay:50ms}.hero__text h1{animation-delay:.12s}.hero__text>p{animation-delay:.22s}.hero__actions{animation-delay:.32s}.hero__hook{animation-delay:.42s}.hero__visual{animation-delay:.18s}@media (prefers-reduced-motion:reduce){.hero__label,.hero__text h1,.hero__text>p,.hero__actions,.hero__hook,.hero__visual{animation:none}}.hero__label{white-space:nowrap;letter-spacing:.005em;color:#1a1b2e;margin-bottom:2rem;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{color:var(--text);letter-spacing:-.035em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4.75rem);font-weight:800;line-height:1.02}.hero h1 strong{background:linear-gradient(120deg,#0000 0 60%,#0d94882e 60% 92%,#0000 92%) 0 0/100% 100% no-repeat;padding:0 .05em;font-weight:800}.hero__text>p{color:var(--text-secondary);max-width:440px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.hero__hook{color:var(--text-secondary);margin-top:1.75rem;margin-bottom:.4rem;font-size:.88rem;font-weight:500;line-height:1.5}.hero__hook strong{color:var(--accent);font-size:1rem}.hero__visual{justify-content:center;display:flex}.hero-bar-row{transform-box:fill-box;transform-origin:100%;opacity:0;animation:.65s cubic-bezier(.22,1,.36,1) forwards heroBarGrow;transform:scaleX(0)}@keyframes heroBarGrow{to{opacity:1;transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.hero-bar-row{opacity:1;animation:none;transform:none}}section{padding:1.4rem 0 2.5rem}.section-header{text-align:center;margin-bottom:2.25rem}.section-header h2{letter-spacing:-.025em;margin-bottom:.65rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.05}.section-header p{color:var(--text-muted);max-width:480px;margin:0 auto;font-size:1rem}.features,.how,.pricing,.faq{scroll-margin-top:80px}.features{background:var(--bg);border-top:1px solid var(--border)}.features .section-header p{white-space:nowrap;max-width:none}.features__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);will-change:transform;padding:1.5rem 1.5rem 1.75rem;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s,border-color .22s;position:relative;box-shadow:0 1px #0f172a0a}.feature-card:hover{box-shadow:0 18px 40px #0f172a1a, 0 0 0 1px var(--feature-color,var(--accent));border-color:var(--feature-color,var(--accent));transform:translateY(-6px)}.feature-icon{width:40px;height:40px;color:var(--text);flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.1rem;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.feature-card:hover .feature-icon{transform:scale(1.08)}.feature-card h3{white-space:nowrap;margin-bottom:.5rem;font-size:1rem;font-weight:600}.feature-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.how{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.steps{align-items:flex-start;gap:0;max-width:800px;margin:0 auto;display:flex}.step{text-align:center;flex:1;padding:0 1rem;transition:transform .25s}.step__num{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-size:1.5rem;font-weight:700;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 12px #2563eb4d}.step__content h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:600;transition:color .25s}.step__content p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.step:hover{transform:translateY(-2px)}.step:hover .step__num{transform:scale(1.06);box-shadow:0 8px 22px #2563eb6b}.step:hover .step__content h3{color:var(--accent)}.step__connector{background:var(--border);flex-shrink:0;width:60px;height:2px;margin-top:28px}.stats{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 0}.press{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 0}.price-table{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-width:780px;margin:0 auto;overflow:hidden}.price-row{border-bottom:1px solid var(--border);align-items:center;gap:1.25rem;padding:1.4rem 1.75rem;display:flex}.price-row:last-child{border-bottom:none}.price-row--free{background:var(--accent-tint)}.price-row__step{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.82rem;font-weight:700;display:flex}.price-row--request .price-row__step{background:var(--text-muted);color:#fff}.price-row__body{flex:1;min-width:0}.price-row__title{margin-bottom:.2rem;font-size:1rem;font-weight:700}.price-row__desc{color:var(--text-body);font-size:.83rem;line-height:1.55}.price-row__sum{white-space:nowrap;text-align:right;flex-shrink:0;font-size:1.4rem;font-weight:800}.price-row__sum span{color:var(--text-muted);font-size:.8rem;font-weight:500}.price-row--free .price-row__sum{color:var(--accent-dark);font-size:1.1rem}.price-row--request .price-row__sum{font-size:1rem;font-weight:700}.price-row--request .price-row__sum a{color:var(--accent);text-decoration:none;transition:color .15s}.price-row--request .price-row__sum a:hover{color:var(--accent-dark);text-decoration:underline}@media (max-width:640px){.price-row{flex-wrap:wrap;gap:.75rem 1rem;padding:1.1rem 1.25rem}.price-row__sum{text-align:left;width:100%;font-size:1.2rem}}.pricing{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing .section-header p{white-space:nowrap;max-width:none}.price{align-items:baseline;gap:.15rem;display:flex}.faq{background:var(--surface);border-top:1px solid var(--border);padding-bottom:2.75rem}.faq__list{flex-direction:column;gap:.75rem;max-width:680px;margin:0 auto;display:flex}.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-item__q{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.faq-item__q:hover{color:var(--accent)}.faq-item__icon{color:var(--text-muted);flex-shrink:0;font-size:1.3rem;font-weight:300;transition:transform .25s}.faq-item.open .faq-item__icon{color:var(--accent);transform:rotate(45deg)}.faq-item__a{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-item__a{max-height:340px}.faq-item__a p{color:var(--text-body);padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.65}.faq-item__a p:not(:last-child){padding-bottom:.5rem}.faq-item__a .faq-item__note{color:var(--text-muted);font-size:.82rem;font-style:italic}.faq-item__ref{color:var(--accent);font-weight:700}.footer{background:var(--bg);color:var(--text-muted);border-top:1px solid var(--border);padding:3.25rem 0}.footer__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 6rem;display:flex}.footer .logo{color:var(--text)}.footer .logo span{color:var(--accent)}.footer__links{flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;display:flex}.footer__links a{color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:color .2s}.footer__links a:hover{color:var(--accent);text-decoration:underline}.footer__copy{font-size:.8rem}@media (max-width:1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px),(max-height:520px) and (orientation:landscape){.nav-links,.navbar .btn--outline{display:none}.nav-links.open{background:#0f172a;border-bottom:1px solid #ffffff14;flex-direction:column;gap:1rem;max-height:calc(100vh - 64px);padding:1rem 1.5rem 1.4rem;display:flex;position:absolute;top:64px;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000040}.nav-links.open a{padding:.75rem 0}.nav-links.open .nav-links__cta{color:#fff;border-top:1px solid #ffffff14;margin-top:.25rem;padding:1.9rem 0 .5rem;font-weight:600;display:block}.nav-links.open .nav-links__cta:after{content:none}.burger{margin-left:auto;display:block}}@media (max-width:768px){.hero{padding-top:calc(64px + 1.5rem);padding-bottom:1.5rem}.hero__inner{text-align:center;grid-template-columns:1fr;gap:1rem}.hero__text{max-width:100%}.hero h1{font-size:2rem}.hero__label{white-space:normal;text-align:left;display:inline-flex}.hero__text>p{max-width:100%}.hero__actions{justify-content:center}.hero__decor-r{display:none}section{padding:1.5rem 0}.section-header h2{font-size:1.6rem}.features__grid{grid-template-columns:1fr;gap:1rem}.steps{flex-direction:column;align-items:center;gap:1.75rem}.step{padding:0}.step__connector{display:none}.pricing .section-header p,.features .section-header p{white-space:normal}.footer{padding:2rem 0 1.5rem}.footer__inner{text-align:center;flex-direction:column;gap:2.75rem}}@media (max-width:480px){.hero h1{font-size:1.65rem}.hero__actions{flex-direction:column;align-items:center}}.login-layout{background:radial-gradient(ellipse 55% 50% at 20% 25%, #2563eb14 0, transparent 70%), radial-gradient(ellipse 50% 45% at 80% 80%, #0d948812 0, transparent 70%), var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex}.login-card{width:100%;max-width:var(--login-max-width);background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);z-index:1;padding:2rem 2rem 1.75rem;position:relative;box-shadow:0 1px 3px #0f172a0a,0 18px 40px #2563eb14,0 8px 16px #0f172a0d}.contacts-card{max-width:680px}.contacts-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.5rem;display:grid}.contacts-block{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.35rem;padding:1.25rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.contacts-block:before{content:"";background:var(--accent);width:3px;height:100%;position:absolute;top:0;left:0}.contacts-block:nth-child(2):before{background:var(--accent-2)}.contacts-block:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb12}.contacts-block:nth-child(2):hover{border-color:var(--accent-2);box-shadow:0 8px 24px #0d948812}.contacts-block__name{margin-bottom:.25rem;font-size:.9rem;font-weight:700}.contacts-block__email{color:var(--accent);font-size:.875rem;font-weight:500;text-decoration:none}.contacts-block__email:hover{text-decoration:underline}.contacts-block:nth-child(2) .contacts-block__email{color:var(--accent-2)}.contacts-block__hours{color:var(--text-muted);margin-top:.2rem;font-size:.78rem}.contacts-divider{border:none;border-top:1px solid var(--border);margin:2rem 0 1.75rem}.contacts-section__title{margin-bottom:1rem;font-size:.9rem;font-weight:700}.contacts-table{border-collapse:collapse;width:100%;font-size:.85rem}.contacts-table td{vertical-align:top;padding:.55rem 0}.contacts-table td:first-child{color:var(--text-muted);width:45%}.contacts-table tr{border-bottom:1px solid var(--border)}.contacts-table tr:last-child{border-bottom:none}.contacts-table a{color:var(--accent);font-weight:500}.contacts-table a:hover{text-decoration:underline}.contacts-private{-webkit-user-select:none;user-select:none;cursor:default}.contacts-tg-row{margin-top:2rem;display:flex}.contacts-tg{color:var(--accent);align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;display:inline-flex}.contacts-tg__icon{flex-shrink:0}.contacts-tg:hover{color:var(--accent-dark);text-decoration:underline}.contacts-note{color:var(--text-muted);margin-top:2.4rem;font-size:.78rem;line-height:1.6}@media (max-width:560px){.contacts-grid{grid-template-columns:1fr;gap:1rem}.contacts-block{padding:1rem}.contacts-block__email{overflow-wrap:anywhere}.contacts-table td:first-child{width:40%}.contacts-table td{overflow-wrap:anywhere}}.login-card__logo{margin-bottom:1.25rem}.login-tabs{background:var(--bg);border-radius:8px;gap:2px;margin-bottom:1.25rem;padding:4px;display:flex}.login-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.5rem;font-size:.9rem;font-weight:500;transition:background .18s,color .18s}.login-tab--active{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #00000014}.login-card__title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.login-card__subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.login-form{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.login-form .field label{font-size:.8rem}.login-form .field input{background:var(--bg)}.login-form__error{color:var(--accent-rose);font-size:.8rem}.login-form__consent{color:var(--text-muted);font-size:.75rem;line-height:1.5}.forgot-link{color:var(--accent);transition:color .15s,transform .15s;display:inline-block}.forgot-link:hover{color:var(--accent-dark);text-decoration:underline}.forgot-link:active{transform:scale(.95)}.login-notice{color:var(--text-body);background:var(--accent-light);border-radius:8px;margin:.75rem 0;padding:.6rem .75rem;font-size:.8rem;line-height:1.55}.login-notice--center{text-align:center}.link-btn{font:inherit;color:var(--accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:0}.link-btn:hover{color:var(--accent-dark);text-decoration:underline}.settings-form{flex-direction:column;gap:1.25rem;display:flex}.field-saved{min-height:1rem;color:var(--accent-green-dark);opacity:0;margin:0;font-size:.75rem;line-height:1;transition:opacity .2s}.field-saved--on{opacity:1}.account-btn{min-width:11.5rem}.settings-hint{color:var(--text-muted);font-size:.75rem;line-height:1.45}.settings-error{color:var(--accent-rose);font-size:.85rem}.cookie-banner{background:var(--surface);border-radius:var(--radius);width:calc(100% - 3rem);max-width:640px;box-shadow:var(--shadow-lg);z-index:9999;border:1px solid #00000014;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.cookie-banner__text{color:var(--text-secondary);flex:1;margin:0;font-size:.85rem;line-height:1.5}.cookie-banner__link{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.cookie-banner__link:hover{color:var(--accent-dark)}.cookie-banner__actions{flex-shrink:0;gap:.75rem;display:flex}@media (max-width:560px){.cookie-banner{flex-direction:column;align-items:stretch;gap:1rem}.cookie-banner__actions{justify-content:stretch}.cookie-banner__actions .btn{flex:1}}@media (max-width:480px){.login-card{padding:1.5rem 1.25rem}.login-card__title{font-size:1.25rem}}.boot-screen{z-index:9999;background:var(--bg);opacity:1;justify-content:center;align-items:center;transition:opacity .32s;display:flex;position:fixed;inset:0}.boot-screen--leaving{opacity:0}.boot-screen__body{flex-direction:column;align-items:center;gap:1.1rem;width:min(280px,70vw);padding-bottom:3rem;display:flex}.boot-screen__logo{font-size:1.4rem}.boot-screen__track{background:var(--border);border-radius:999px;width:100%;height:4px;overflow:hidden}.boot-screen__bar{background:var(--accent);border-radius:999px;height:100%;transition:width .2s;box-shadow:0 0 10px #2563eb73}.boot-screen__text{color:var(--text-muted);font-size:.78rem}@media (prefers-reduced-motion:reduce){.boot-screen,.boot-screen__bar{transition:none}}.layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--sidebar-bg);border-right:1px solid var(--border);flex-direction:column;height:100vh;padding:1.5rem 1rem;display:flex;position:sticky;top:0}.sidebar__logo{cursor:pointer;text-align:left;background:0 0;border:none;margin-bottom:2rem;padding:.25rem .75rem;font-family:inherit;display:block}.sidebar__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.nav-item{color:var(--text-body);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.65rem .75rem;font-size:.9rem;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative;overflow:hidden}.nav-item:hover{background:var(--bg);color:var(--text)}.nav-item--active{background:var(--accent-light);color:var(--accent)}.nav-item__icon{flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;display:flex}.nav-item__badge{background:var(--accent-rose);color:#fff;text-align:center;z-index:1;border-radius:999px;flex-shrink:0;min-width:1.25rem;height:1.25rem;margin-left:auto;padding:0 .35rem;font-size:.72rem;font-weight:700;line-height:1.25rem;position:relative}.nav-item:after{content:"";background:var(--accent);opacity:0;border-radius:inherit;transition:opacity .2s;position:absolute;inset:0}.nav-item:active:after{opacity:.08}.sidebar__bottom{border-top:1px solid var(--border-strong);padding-top:.75rem}.sidebar__plan{background:var(--accent-tint);width:100%;font:inherit;text-align:left;cursor:pointer;border:1px solid #2563eb73;border-radius:8px;flex-direction:column;gap:.25rem;margin-bottom:1.1rem;padding:.7rem .75rem;transition:border-color .15s,box-shadow .15s;display:flex}.sidebar__plan:hover{border-color:var(--accent);box-shadow:0 2px 8px #2563eb1f}.sidebar__plan:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sidebar__plan-row{flex-wrap:wrap;align-items:center;gap:.25rem .5rem;display:flex}.sidebar__plan-until{color:var(--text-body);font-size:.72rem}.sidebar__plan-label{color:var(--text);font-size:.8rem;font-weight:500}.plan-badge{background:var(--accent);color:#fff;letter-spacing:.08em;border-radius:20px;padding:.1rem .45rem;font-size:.65rem;font-weight:700;display:inline-block}.content{scroll-behavior:smooth;flex:1;min-width:0;padding:2rem 2.5rem;overflow-y:auto}.blog-feed{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;width:420px;height:100vh;padding:1.75rem 0 0;display:flex;position:sticky;top:0;overflow:hidden}.blog-feed__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1.5rem 1.25rem;display:flex}.blog-feed__title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:700}.blog-feed__all{color:var(--accent);font-size:.72rem;font-weight:600;transition:color .15s}.blog-feed__all:hover{color:var(--accent-dark);text-decoration:underline}.blog-feed__scroll{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:1;padding:0;overflow-y:auto}.blog-feed__scroll::-webkit-scrollbar{width:4px}.blog-feed__scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.blog-post{border-bottom:1px solid var(--border);cursor:pointer;padding:1.1rem 1.5rem;transition:background .15s;display:block}.blog-post:hover{background:var(--sidebar-bg)}.blog-post__tag{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.4rem;font-size:.68rem;font-weight:600}.blog-post__title{color:var(--text);margin-bottom:.5rem;font-size:.92rem;font-weight:600;line-height:1.4}.blog-post__desc{color:var(--text-secondary);margin-bottom:.65rem;font-size:.82rem;line-height:1.55}.blog-post__footer{justify-content:space-between;align-items:center;display:flex}.blog-post__meta{color:var(--text-muted);font-size:.75rem}.tab-section{animation:.3s tabFadeIn;display:block}.tab-section.hidden{display:none}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.content-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;display:flex}.content-header h1{font-size:1.6rem;font-weight:700}.content-header__sub{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}.card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:1.25rem;padding:1.5rem;transition:box-shadow .15s}.card:hover{box-shadow:0 2px 12px #00000014}.account-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}.account-grid .card{margin-bottom:0}.account-col{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.account-col>.card:last-child{flex:1 0 auto}.account-full{grid-column:1/-1}.tip-of-day{border-left:3px solid var(--accent)}.tip-of-day__header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.tip-of-day__icon{color:var(--accent);align-items:center;display:flex}.tip-of-day__label{text-transform:uppercase;letter-spacing:.07em;color:var(--accent);font-size:.72rem;font-weight:700}.tip-of-day__title{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.tip-of-day__text{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.card__header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.card__header h2{font-size:1rem;font-weight:600}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:default;padding:1.25rem 1.5rem;transition:box-shadow .15s,border-color .15s}.stat-card:hover{border-color:var(--border-strong);box-shadow:0 2px 12px #00000012}.stat-card__icon{color:var(--accent);margin-bottom:.5rem;line-height:0}.stat-card__val{margin-bottom:.25rem;font-size:2rem;font-weight:700;line-height:1}.stat-card__label{color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.stat-card__delta{border-radius:20px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.stat-card__delta.positive{background:var(--accent-2-light);color:var(--accent-2-dark)}.stat-card--accent{background:var(--accent-tint);border-color:#2563eb73}.stat-card--accent .stat-card__val{color:var(--accent-dark)}.stat-card--accent .stat-card__label{color:var(--text-body)}#progress-chart{border-radius:4px;width:100%;display:block}.chart-canvas{position:relative}.chart-canvas--empty #progress-chart{filter:blur(3px);opacity:.5}.chart-empty{pointer-events:none;justify-content:center;align-items:center;padding:0 1rem;display:flex;position:absolute;inset:0 0 26px}.chart-empty__text{text-align:center;max-width:100%;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffeb;justify-content:center;align-items:center;gap:.5rem;margin:0;padding:.6rem 1rem;font-size:.82rem;font-weight:600;display:flex}.chart-empty__icon{color:var(--text-muted);flex-shrink:0;display:flex}.chart-unit{color:var(--accent);background:var(--accent-light);border:1px solid var(--accent-tint);letter-spacing:.02em;border-radius:20px;padding:.1rem .5rem;font-size:.7rem;font-weight:600}.chart-legend{color:var(--text-muted);flex-wrap:wrap;gap:.25rem 1rem;margin:.5rem 0 0;padding:0 0 0 34px;font-size:.72rem;list-style:none;display:flex}.chart-legend__item{align-items:center;gap:.35rem;display:flex}.chart-legend__dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.warmup-done__karma{color:var(--accent-green-dark);margin:0 0 .75rem;font-size:.9rem;font-weight:700}.karma-settings{flex-direction:column;gap:1rem;display:flex}.karma-settings__row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.karma-settings__label{flex-direction:column;font-size:.875rem;display:flex}.karma-settings__hint{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.karma-settings__days{flex-wrap:wrap;gap:.3rem;display:flex}.karma-settings__levels{align-self:flex-start;font-size:.875rem}.levels-list{margin:0;padding:0;list-style:none}.levels-list__row{border-radius:10px;justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem .75rem;font-size:.9rem;display:flex}.levels-list__row+.levels-list__row{margin-top:.15rem}.levels-list__row--now{background:var(--accent-light);font-weight:700}.levels-list__name{color:var(--text)}.levels-list__points{color:var(--text-muted);white-space:nowrap;font-size:.82rem}.levels-list__note{color:var(--text-muted);margin:1rem 0 0;font-size:.8rem}.karma-day{border:1px solid var(--border);background:var(--surface);min-width:2.2rem;font:inherit;color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:.35rem .5rem;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.karma-day:hover{border-color:var(--accent)}.karma-goal{border:1px solid var(--border);background:var(--surface);width:2.1rem;height:2.1rem;font:inherit;color:var(--text-secondary);cursor:pointer;border-radius:50%;font-size:.82rem;font-weight:700;transition:background .15s,border-color .15s,color .15s}.karma-goal:hover{border-color:var(--accent)}.karma-goal--on,.karma-day--on{background:var(--accent);border-color:var(--accent);color:#fff}.karma{grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem;display:grid}.karma__col{flex-direction:column;gap:1rem;min-width:0;height:100%;display:flex}.karma__section--feed{flex-direction:column;flex:1;min-height:0;margin-bottom:-1px;display:flex}.karma__section--feed .karma__events{flex:1;min-height:0;overflow-y:auto}.karma__section{background:var(--bg);border-radius:var(--radius);padding:.9rem 1rem}.karma__section--full{grid-column:1/-1}@media (max-width:760px){.karma{grid-template-columns:1fr}}.karma__section-title{color:var(--text-secondary);margin:0 0 .5rem;font-size:.85rem;font-weight:700}.karma__level{margin-bottom:0}.karma__level-row{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.45rem;display:flex}.karma__level-title{font-size:1.05rem;font-weight:700}.karma__level-next{color:var(--text-muted);font-size:.78rem}.karma__diligence{color:var(--text-secondary);background:var(--bg);border-radius:8px;align-items:center;gap:.5rem;margin:0;padding:.6rem .75rem;font-size:.82rem;display:flex}.karma__diligence svg{color:var(--accent);flex-shrink:0}.karma__goals{gap:.75rem;margin-top:auto;display:flex}.karma__goal{background:var(--bg);border-radius:8px;flex-direction:column;flex:1;gap:.15rem;padding:.6rem .75rem;display:flex}.karma__goal--done{background:var(--accent-green-light)}.karma__goal--done .karma__goal-val{color:var(--accent-green-dark)}.karma__goal-label{color:var(--text-muted);font-size:.72rem}.karma__goal-val{font-size:.95rem;font-weight:700}.karma__streak{background:var(--bg);border-radius:var(--radius);align-items:center;gap:.75rem;padding:.8rem 1rem;display:flex}.karma__streak-fire{color:var(--accent-amber);flex-shrink:0;line-height:0}.karma__streak-body{flex-direction:column;gap:.15rem;min-width:0;display:flex}.karma__streak-now{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.karma__streak-val{font-size:1.35rem;font-weight:800;line-height:1.1}.karma__streak-label{color:var(--text-muted);font-size:.8rem}.karma__streak-best{color:var(--text-muted);font-size:.75rem}.karma__note{color:var(--text-muted);margin:-.5rem 0 0;padding:0 .25rem;font-size:.75rem;line-height:1.45}.karma__events{margin:0;padding:0;list-style:none}.karma__event{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.85rem;display:flex}.karma__event:last-child{border-bottom:none}.karma__event-title{flex:1;min-width:0}.karma__event-date{color:var(--text-muted);flex-shrink:0;font-size:.78rem}.karma__event-points{color:var(--accent-green-dark);text-align:right;flex-shrink:0;min-width:3rem;font-weight:700}.karma__empty{color:var(--text-muted);margin:0;font-size:.85rem}.achievement-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.achievement{background:var(--surface);border:1px solid var(--border);border-radius:8px;grid-template-columns:auto 1fr;grid-template-areas:"icon title""progress progress""bar bar";align-items:center;gap:.15rem .45rem;padding:.55rem .65rem;display:grid}.achievement--done{background:var(--accent-green-light);border-color:#0000}.achievement__icon{color:var(--text-muted);grid-area:icon;line-height:0}.achievement--done .achievement__icon{color:var(--accent-green-dark)}.achievement__title{text-overflow:ellipsis;white-space:nowrap;grid-area:title;font-size:.82rem;font-weight:600;overflow:hidden}.achievement__progress{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;grid-area:progress;font-size:.7rem;overflow:hidden}.achievement--done .achievement__progress{color:var(--accent-green-dark)}.achievement__bar{background:var(--border);border-radius:2px;grid-area:bar;height:3px;margin-top:.2rem;overflow:hidden}.achievement__bar-fill{background:var(--accent);border-radius:2px;height:100%;display:block}.notice-toasts{z-index:1100;flex-direction:column;gap:.5rem;width:min(340px,100vw - 2.5rem);display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.notice-toast{--notice-fg:#86efac;--notice-bubble:#86efac29;background:#0f172a;border:1px solid #ffffff1a;border-radius:12px;align-items:flex-start;animation:.28s ease-out noticeIn;display:flex;position:relative;box-shadow:0 16px 44px #0f172a61}.notice-toast--level{--notice-fg:#93c5fd;--notice-bubble:#93c5fd29}@keyframes noticeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.notice-toast__body{font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;flex:1;align-items:flex-start;gap:.7rem;padding:.85rem 2rem .85rem .9rem;display:flex}.notice-toast__icon{background:var(--notice-bubble);width:40px;height:40px;color:var(--notice-fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:flex}.notice-toast__text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.notice-toast__label{letter-spacing:.06em;text-transform:uppercase;color:var(--notice-fg);font-size:.68rem;font-weight:700}.notice-toast__title{color:#fff;font-size:.95rem;font-weight:700}.notice-toast__hint{color:#ffffff9e;font-size:.78rem}.notice-toast__points{color:var(--notice-fg);flex-shrink:0;align-self:center;margin-left:auto;font-size:.85rem;font-weight:700}.notice-toast__close{color:#ffffff80;cursor:pointer;background:0 0;border:0;padding:.2rem .3rem;font-size:1.2rem;line-height:1;position:absolute;top:.35rem;right:.5rem}.notice-toast__close:hover{color:#fff}@media (max-width:640px){.notice-toasts{width:auto;bottom:.75rem;left:.75rem;right:.75rem}}.chart-period-btns{gap:.3rem;display:flex}.period-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .65rem;font-family:inherit;font-size:.72rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.period-btn:hover{background:var(--bg);color:var(--text)}.period-btn--active{background:var(--accent-light);color:var(--accent);border-color:var(--accent);font-weight:600}.training-list{flex-direction:column;gap:1rem;display:flex}.training-card--blue{--mode:var(--accent);--mode-light:var(--accent-light)}.training-card--rose{--mode:var(--accent-rose);--mode-light:var(--accent-rose-light)}.training-card--teal{--mode:var(--accent-2);--mode-light:var(--accent-2-light)}.training-card--amber{--mode:var(--accent-amber);--mode-light:var(--accent-amber-light)}.training-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;grid-template-columns:auto 1fr;align-items:center;gap:1.5rem;padding:1.5rem;transition:box-shadow .15s,border-color .15s;display:grid}.training-card:hover{border-color:var(--mode);box-shadow:0 2px 14px #00000012}.training-card:focus-visible{outline:2px solid var(--mode);outline-offset:2px}.training-card__visual{color:var(--mode);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mode-visual__plate{fill:var(--mode-light)}.mode-visual__soft{opacity:.4}.training-card__body{flex-direction:column;gap:.55rem;min-width:0;display:flex}.training-card__head{align-items:center;gap:.6rem;display:flex}.training-card__title{font-size:1.05rem;font-weight:700}.training-card__flag{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-amber-dark);background:var(--accent-amber-light);border-radius:20px;padding:.2rem .55rem;font-size:.68rem;font-weight:700}.training-card__desc{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.training-card__facts{flex-wrap:wrap;gap:.4rem;display:flex}.training-fact{color:var(--mode);background:var(--mode-light);border-radius:6px;padding:.25rem .5rem;font-size:.73rem;font-weight:600}.tag{border-radius:20px;padding:.2rem .55rem;font-size:.7rem;font-weight:600;display:inline-block}.history-filters-row th{vertical-align:middle;border-bottom:none;padding:.75rem 1rem .5rem}.history-filter-select{border:1px solid var(--border);width:100%;height:2.1rem;color:var(--text);background:var(--bg);cursor:pointer;border-radius:8px;outline:none;padding:0 .75rem;font-size:.83rem;transition:border-color .15s}.history-filter-select:focus{border-color:var(--accent)}.history-filter-reset{border:1px solid var(--border);height:2.1rem;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:0 .9rem;font-size:.83rem;transition:color .15s,border-color .15s}.history-filter-reset:hover{color:var(--text);border-color:var(--text-muted)}.history-filter-reset:disabled{opacity:.45;cursor:not-allowed}.history-filter-reset:disabled:hover{color:var(--text-muted);border-color:var(--border)}.date-range{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.date-range__pair{align-items:center;gap:.45rem;display:inline-flex}.date-range__label{color:var(--text-muted);font-size:.83rem;font-weight:600}.date-range__input{border:1px solid var(--border);height:2.1rem;color:var(--text);background:var(--bg);cursor:pointer;border-radius:8px;outline:none;padding:0 .65rem;font-family:inherit;font-size:.83rem;transition:border-color .15s,box-shadow .15s}.date-range__input:hover{border-color:var(--text-muted)}.date-range__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.date-range__input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.5;transition:opacity .15s}.date-range__input:hover::-webkit-calendar-picker-indicator{opacity:1}.date-range__reset{margin-left:.4rem}.history-read-all{border:1px solid var(--accent-tint);background:var(--accent-light);color:var(--accent);cursor:pointer;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.83rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.history-read-all:hover{background:var(--accent-tint);border-color:var(--accent)}.table-wrap{overflow-x:auto}.history-table{border-collapse:collapse;width:100%;font-size:.85rem}.history-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:.5rem .75rem;font-size:.75rem;font-weight:600}.history-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:.85rem .75rem}.history-table tr:last-child td{border-bottom:none}.history-table tbody tr{cursor:pointer;transition:background .15s}.history-table tbody tr:hover{background:var(--bg)}.history-table--lg{font-size:.95rem}.history-table--lg th{padding:.75rem 1rem;font-size:.82rem}.history-table--lg td{padding:1.1rem 1rem}.history-pagination{justify-content:center;align-items:center;gap:.5rem;padding:1rem 0 .25rem;display:flex}.history-pagination__btn{background:var(--bg);border:1px solid var(--border);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:flex}.history-pagination__btn:hover{background:var(--bg);border-color:var(--accent);box-shadow:0 2px 8px #0000001a}.history-pagination__info{color:var(--text-muted);text-align:center;min-width:4rem;font-size:.85rem}.score{border-radius:6px;padding:.15rem .5rem;font-size:.85rem;font-weight:700;display:inline-block}.score--high{background:var(--accent-green-light);color:var(--accent-green-dark)}.score--mid{background:var(--accent-amber-light);color:var(--accent-orange-dark)}.score--low{background:var(--accent-yellow-light);color:var(--accent-yellow-dark)}.score--pending{background:var(--bg);color:var(--text-muted)}.history-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.history-row--new>td{background:var(--accent-light)}.history-row--new>td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.history-new-flag{background:var(--accent-rose-light);color:var(--accent-rose-dark);vertical-align:middle;border-radius:6px;margin-left:.45rem;padding:.1rem .4rem;font-size:.7rem;font-weight:700;display:inline-block}.banner-badge--test{color:var(--accent-amber-dark);background:#fffbeb}.recording-detail__back{background:var(--accent-light);border:1px solid var(--accent-tint);color:var(--accent);border-radius:8px;align-items:center;gap:.4rem;margin-bottom:1.1rem;padding:.35rem .7rem .35rem .55rem;font-size:.82rem;font-weight:700;display:inline-flex}.recording-detail__back:hover{background:var(--accent-tint);color:var(--accent-dark);text-decoration:none}.recording-detail__back-arrow{display:inline-flex;transform:rotate(180deg)}.recording-detail__head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1.1rem;display:flex}.recording-detail__title{font-size:1.15rem;font-weight:700}.recording-detail__date{color:var(--text-muted);font-size:.8rem}.audio-gone{background:var(--bg);border:1px dashed var(--border-strong);border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:1.1rem;padding:.9rem 1rem;display:flex}.audio-gone__icon{color:var(--text-muted);flex-shrink:0;margin-top:.1rem;display:flex}.audio-gone__body{flex-direction:column;gap:.2rem;display:flex}.audio-gone__title{font-size:.85rem;font-weight:700}.audio-gone__note{color:var(--text-muted);font-size:.78rem;line-height:1.5}.recording-danger{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.recording-danger__link{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:inline-flex}.recording-danger__link:hover{color:var(--accent-rose-dark);text-decoration:none}.recording-danger__text{color:var(--text-body);flex:1;min-width:12rem;font-size:.8rem}.waveform{background:var(--bg);border:1px solid var(--border);border-radius:10px;margin-bottom:1.1rem;padding:.9rem 1rem}.waveform__row{align-items:center;gap:.9rem;display:flex}.waveform__stack{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.waveform__play{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .15s;display:flex}.waveform__play:hover{background:var(--accent-dark);transform:scale(1.05)}.waveform__play:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.waveform__track{cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none;flex:none;align-items:center;gap:1px;width:100%;min-width:0;height:56px;display:flex}.waveform__track:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.waveform__track--drag{cursor:grabbing}.waveform__bar{background:var(--border-strong);border-radius:1px;flex:1;min-width:1px;transition:background .1s}.waveform__bar--played{background:var(--accent)}.waveform__bar--speech{background:#93b4f5}.waveform__bar--pause{background:var(--border)}.waveform__bar--played.waveform__bar--speech,.waveform__bar--played.waveform__bar--pause{background:var(--accent)}.waveform__ruler{font-variant-numeric:tabular-nums;width:100%;height:.95rem;color:var(--text-muted);-webkit-user-select:none;user-select:none;flex:none;font-size:.65rem;position:relative}.waveform__tick{white-space:nowrap;padding-top:5px;position:absolute;top:0;transform:translate(-50%)}.waveform__tick:before{content:"";background:var(--border-strong);width:1px;height:3px;position:absolute;top:0;left:50%}.waveform__tick--first{transform:none}.waveform__tick--first:before{left:0}.waveform__tick--last{transform:translate(-100%)}.waveform__tick--last:before{left:auto;right:0}.waveform__heat{flex:none;gap:1px;width:100%;height:8px;margin-top:.45rem;display:flex}.waveform__heat-cell{cursor:help;border-radius:2px;flex:1}.waveform__heat-cell--good{background:var(--accent-green)}.waveform__heat-cell--ok{background:var(--accent-yellow)}.waveform__heat-cell--bad{background:var(--accent-rose)}.waveform__heat-cell--silent{background:#818cf8}.waveform__heat-legend{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;margin-top:.5rem;font-size:.72rem;display:flex}.waveform__heat-legend span{align-items:center;gap:.3rem;display:inline-flex}.waveform__heat-dot{border-radius:2px;width:8px;height:8px;display:inline-block}.waveform__heat-dot--good{background:var(--accent-green)}.waveform__heat-dot--ok{background:var(--accent-yellow)}.waveform__heat-dot--bad{background:var(--accent-rose)}.waveform__heat-dot--silent{background:#818cf8}.waveform__plain{background:var(--accent);border-radius:2px;min-width:2px;height:4px}.waveform__time{font-variant-numeric:tabular-nums;color:var(--text-muted);flex-shrink:0;font-size:.75rem}.waveform__menu{flex-shrink:0;position:relative}.waveform__menu-btn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.waveform__menu-btn:hover{background:var(--border);color:var(--text)}.waveform__menu-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.waveform__menu-pop{z-index:5;background:var(--surface);border:1px solid var(--border);min-width:12rem;box-shadow:var(--shadow-lg);border-radius:10px;padding:.6rem;position:absolute;bottom:calc(100% + .4rem);right:0}.waveform__menu-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.35rem;display:flex}.waveform__menu-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:700}.waveform__menu-val{font-variant-numeric:tabular-nums;color:var(--accent);font-size:.78rem;font-weight:800}.rate-slider{margin-bottom:.45rem;position:relative}.rate-slider__input{appearance:none;cursor:pointer;background:0 0;width:100%;height:18px;display:block}.rate-slider__input:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.rate-slider__input::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--accent) 0 var(--fill), var(--border) var(--fill) 100%);border-radius:2px;height:4px}.rate-slider__input::-moz-range-track{background:var(--border);border-radius:2px;height:4px}.rate-slider__input::-moz-range-progress{background:var(--accent);border-radius:2px;height:4px}.rate-slider__input::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);border:2px solid var(--surface);border-radius:50%;width:14px;height:14px;margin-top:-5px;transition:transform .15s ease-out;box-shadow:0 1px 4px #2563eb73}.rate-slider__input::-moz-range-thumb{background:var(--accent);border:2px solid var(--surface);border-radius:50%;width:14px;height:14px;transition:transform .15s ease-out;box-shadow:0 1px 4px #2563eb73}.rate-slider__input:hover::-webkit-slider-thumb{transform:scale(1.15)}.rate-slider__input:active::-webkit-slider-thumb{transform:scale(1.15)}.rate-slider__input:hover::-moz-range-thumb{transform:scale(1.15)}.rate-slider__input:active::-moz-range-thumb{transform:scale(1.15)}.rate-slider__ticks{height:4px;position:absolute;top:14px;left:0;right:0}.rate-slider__tick{background:var(--border);border-radius:1px;width:2px;height:4px;transition:background .15s;position:absolute;transform:translate(-50%)}.rate-slider__tick--on{background:var(--accent)}.rate-slider__tick--one{height:7px}.rate-slider__ends{font-variant-numeric:tabular-nums;color:var(--text-muted);justify-content:space-between;margin-top:6px;font-size:.66rem;font-weight:600;display:flex;position:relative}.rate-slider__mid{color:var(--text);position:absolute;transform:translate(-50%)}.waveform__menu-item{color:var(--text);border-top:1px solid var(--border);border-radius:6px;margin-top:.1rem;padding:.55rem .5rem .45rem;font-size:.8rem;font-weight:600;display:block}.waveform__menu-item:hover{background:var(--accent-light);color:var(--accent)}.waveform__rate-note{color:var(--accent);flex-shrink:0;font-size:.72rem;font-weight:700}.waveform__volume{flex-shrink:0;align-items:center;gap:.3rem;display:flex}.waveform__volume-btn{width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.waveform__volume-btn:hover{background:var(--border);color:var(--text)}.waveform__volume-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.waveform__volume-input{appearance:none;cursor:pointer;background:0 0;width:76px;height:18px}.waveform__volume-input:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.waveform__volume-input::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--accent) 0 var(--fill), var(--border) var(--fill) 100%);border-radius:2px;height:4px}.waveform__volume-input::-moz-range-track{background:var(--border);border-radius:2px;height:4px}.waveform__volume-input::-moz-range-progress{background:var(--accent);border-radius:2px;height:4px}.waveform__volume-input::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);border:2px solid var(--surface);border-radius:50%;width:12px;height:12px;margin-top:-4px;box-shadow:0 1px 4px #2563eb73}.waveform__volume-input::-moz-range-thumb{background:var(--accent);border:2px solid var(--surface);border-radius:50%;width:12px;height:12px;box-shadow:0 1px 4px #2563eb73}.waveform__foot{border-top:1px solid var(--border);align-items:center;gap:.75rem;margin-top:.7rem;padding-top:.4rem;display:flex}.waveform__name{min-width:0;color:var(--text-muted);word-break:break-all;flex:1;font-size:.75rem}.waveform__error{color:var(--accent-rose-dark);margin:0;font-size:.8rem}@media (max-width:560px){.waveform__time{display:none}.waveform__track{height:44px}}.account-sep{border-top:1px solid var(--border);margin:1.5rem 0}.account-row{flex-wrap:wrap;align-items:baseline;gap:.4rem .6rem;margin-bottom:.85rem;display:flex}.account-row__label{color:var(--text-muted);font-size:.8rem;font-weight:600}.account-row__val{color:var(--text);word-break:break-all;font-size:.9rem;font-weight:600}.verified-badge{letter-spacing:.04em;text-transform:uppercase;background:var(--accent-2-light);color:var(--accent-2-dark);border-radius:20px;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.verified-badge--off{background:var(--accent-amber-light);color:var(--accent-amber-dark)}.extras-toggle{margin-top:-.5rem}.extras-toggle__btn{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;display:inline-flex}.extras-toggle__btn:hover{color:var(--accent)}.extras-toggle__arrow{transition:transform .2s ease-out;display:flex}.extras-toggle__arrow--open{transform:rotate(90deg)}.card--danger{border-color:#e11d4859}.card--danger .card__header h2{color:var(--accent-rose-dark)}.danger-body{flex-wrap:wrap;align-items:flex-start;gap:2rem;display:flex}.danger-body__text{color:var(--text-body);flex:300px;margin:0;font-size:.85rem;line-height:1.6}.danger-body__form{flex-direction:column;flex:0 360px;gap:.85rem;display:flex}.danger-body__form .field{margin-bottom:0}.toggle{flex-shrink:0;width:40px;height:22px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle__track{background:var(--border);cursor:pointer;border-radius:22px;transition:background .2s;position:absolute;inset:0}.toggle__track:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.toggle input:checked+.toggle__track{background:var(--accent)}.toggle input:checked+.toggle__track:before{transform:translate(18px)}.doc-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.doc-tile{border:1px solid var(--border);background:var(--surface);color:inherit;border-radius:10px;align-items:center;gap:.7rem;padding:.55rem .7rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.doc-tile:hover{border-color:var(--accent);box-shadow:var(--shadow)}.doc-tile:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.doc-tile__thumb{flex-shrink:0;width:34px;display:block;position:relative}.doc-page{background:var(--surface);border-radius:6px;width:100%;height:auto;display:block}.doc-page__sheet{fill:var(--surface);stroke:var(--border);stroke-width:1px}.doc-page__head{fill:var(--text-secondary)}.doc-page__line{fill:var(--border-strong)}.doc-tile__badge{background:var(--accent-rose);color:#fff;letter-spacing:.05em;border-radius:4px;margin-right:.4rem;padding:.05rem .28rem;font-size:.6rem;font-weight:800;line-height:1.5;display:inline-block;position:static}.doc-tile__body{min-width:0;display:block}.doc-tile__name{font-size:.82rem;font-weight:600;line-height:1.35;display:block}.charges-total{color:var(--text-muted);font-size:.78rem;font-weight:500}.history-pagination__btn:disabled{opacity:.4;cursor:not-allowed}.history-pagination__btn:disabled:hover{box-shadow:none;border-color:var(--border)}.charges-empty{color:var(--text-body);margin:0;font-size:.85rem;line-height:1.6}.hour-timer{color:var(--accent-dark);border-top:1px solid #2563eb40;align-items:flex-start;gap:.35rem;margin-top:.35rem;padding-top:.5rem;display:flex}.hour-timer svg{flex-shrink:0;margin-top:2px}.hour-timer__body{flex-wrap:wrap;align-items:baseline;gap:0 .35rem;min-width:0;display:flex}.hour-timer__val{white-space:nowrap;font-size:1rem;font-weight:800}.hour-timer__label{color:var(--text-muted);white-space:nowrap;font-size:.68rem}.modal-overlay{z-index:300;background:#0f172a80;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:420px;padding:1.75rem;animation:.2s ease-out tabFadeIn;position:relative}.modal__close{background:var(--bg);width:30px;height:30px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.05rem;line-height:1;transition:background .15s,color .15s;display:flex;position:absolute;top:.9rem;right:.9rem}.modal__close:hover:not(:disabled){background:var(--border);color:var(--text)}.modal__close:disabled{opacity:.5;cursor:default}.modal:has(.modal__close) .modal__title{padding-right:2.25rem}.modal__title{margin-bottom:.85rem;font-size:1.05rem;font-weight:700}.modal__text{color:var(--text-body);margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.modal__actions{flex-wrap:wrap;gap:.75rem;display:flex}.hours-picker{border:1px solid var(--border);border-radius:8px;align-items:center;display:flex;overflow:hidden}.hours-picker button{background:var(--surface);width:34px;height:34px;color:var(--accent);cursor:pointer;border:none;font-family:inherit;font-size:1.1rem;font-weight:700;transition:background .15s}.hours-picker button:hover:not(:disabled){background:var(--accent-light)}.hours-picker button:disabled{color:var(--text-muted);cursor:not-allowed}.hours-picker__val{text-align:center;border-left:1px solid var(--border);border-right:1px solid var(--border);min-width:52px;padding:.4rem 0;font-size:.9rem;font-weight:700}.hours-picker__hint{color:var(--accent-amber-dark);text-align:right;white-space:nowrap;font-size:.72rem;line-height:1.45}.plan-card__actions:has(.hours-picker__hint){flex-shrink:0}.wallet-sum{margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1}.topup-form{flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.topup-form__hint{color:var(--text-muted);font-size:.7rem}.topup-amounts{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:.5rem;display:grid}.topup-amounts>span{display:block;position:relative}.topup-amounts input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.topup-amounts label{border:1px solid var(--border);color:var(--text);text-align:center;cursor:pointer;border-radius:8px;padding:.5rem .25rem;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:block}.topup-amounts label:hover{background:var(--accent-light)}.topup-amounts input:checked+label{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.topup-amounts input:focus-visible+label{outline:2px solid var(--accent);outline-offset:2px}.topup-amounts input:disabled+label{color:var(--text-muted);cursor:not-allowed}.topup-amounts input:disabled+label:hover{background:0 0}.banner-text,.banner-title{overflow-wrap:anywhere}.banner-text{white-space:pre-line}.banner-badge{background:var(--accent-light);color:var(--accent);vertical-align:middle;border-radius:20px;margin-left:.6rem;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.op-plus{color:var(--accent-2-dark)}.op-minus{color:var(--text)}.plan-card{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.plan-card__main{flex:320px;min-width:0}.plan-card__title{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.plan-card__name{font-size:1.05rem;font-weight:700}.plan-card__desc{color:var(--text-body);margin:0;font-size:.85rem;line-height:1.6}.plan-card__desc--note{color:var(--text-muted);font-size:.78rem;font-style:italic}.plan-card__actions{flex-direction:column;flex:0 auto;align-items:flex-end;gap:.6rem;min-width:0;display:flex}.plan-card__price{font-size:1.5rem;font-weight:800;line-height:1}.plan-card__price span{color:var(--text-muted);font-size:.85rem;font-weight:500}.plan-badge--off{background:var(--text-muted)}.plan-lock{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;max-width:480px;margin:0 auto;padding:3rem 2rem}.plan-lock__icon{color:var(--accent);margin-bottom:.75rem;line-height:0}.plan-lock__title{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.plan-lock__text{color:var(--text-body);margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.plan-lock--closed{padding:3rem 2rem}.plan-lock__bigicon{color:var(--text-muted);margin-bottom:1.25rem;line-height:0;display:block}.plan-lock__bigicon svg{margin:0 auto;display:block}.plan-lock--closed .plan-lock__text{color:var(--text);max-width:320px;margin:0 auto 1.25rem;font-size:.95rem}.sidebar__streak{background:var(--surface);border:1px solid var(--border-strong);width:100%;font:inherit;text-align:left;cursor:pointer;border-radius:8px;flex-direction:column;gap:.45rem;margin-bottom:1rem;padding:.8rem .75rem;transition:border-color .15s,box-shadow .15s;display:flex}.sidebar__streak:hover{border-color:var(--accent);box-shadow:0 2px 8px #2563eb14}.sidebar__streak:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.streak-row{align-items:center;gap:.4rem;display:flex}.streak-fire{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}.streak-label{color:var(--text-muted);flex:1;font-size:.72rem}.streak-val{color:var(--text);font-size:.72rem;font-weight:700}.streak-bar-wrap{background:var(--border);border-radius:3px;height:5px;margin-top:.15rem;overflow:hidden}.streak-bar{background:var(--accent);border-radius:3px;height:100%}.streak-bar-labels{color:var(--text-muted);justify-content:space-between;font-size:.6rem;display:flex}.logout-btn{color:var(--accent-rose-dark);cursor:pointer;text-align:left;background:#e11d480f;border:1px solid #e11d4840;border-radius:8px;align-items:center;gap:.75rem;width:100%;margin-top:.25rem;padding:.65rem .75rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.logout-btn:hover{background:#e11d481f;border-color:#e11d4873}.logout-btn__icon{flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;display:flex}.sidebar__toggle{z-index:200;background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:none;position:fixed;top:1rem;left:1rem}.course-list{flex-direction:column;gap:1rem;display:flex}.course-card{text-align:left;cursor:pointer;border:1px solid #0000;align-items:center;gap:2rem;width:100%;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:flex}.course-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg)}.course-card__main{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.course-card__head{flex-wrap:wrap;align-items:baseline;gap:.75rem;display:flex}.course-card__title{color:var(--text);font-size:1.05rem;font-weight:700}.course-card__meta{color:var(--text-muted);font-size:.78rem}.course-card__desc{color:var(--text-body);font-size:.85rem;line-height:1.5}.course-card__bar{background:var(--border);border-radius:3px;height:6px;margin-top:.15rem;display:block;overflow:hidden}.course-card__fill{background:var(--accent);border-radius:3px;height:100%;transition:width .4s ease-out;display:block}.course-card__side{flex-shrink:0;align-items:center;gap:.9rem;display:flex}.course-card__count{color:var(--text);font-size:1.25rem;font-weight:800;line-height:1}.course-card__go{color:var(--text-muted);transition:color .15s,transform .15s}.course-card:hover .course-card__go{color:var(--accent);transform:translate(2px)}@media (max-width:640px){.course-card{flex-direction:column;align-items:stretch;gap:1rem}.course-card__side{justify-content:space-between}}.course-progress__row{justify-content:space-between;align-items:baseline;margin-bottom:.6rem;display:flex}.course-progress__label{font-size:.85rem;font-weight:600}.course-progress__val{color:var(--text-muted);font-size:.85rem;font-weight:600}.course-progress__bar{background:var(--border);border-radius:3px;height:6px;overflow:hidden}.course-progress__fill{background:var(--accent);border-radius:3px;height:100%;transition:width .4s ease-out}.course-progress__done{color:var(--accent-2-dark);margin:.75rem 0 0;font-size:.82rem}.course-module__head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.3rem;display:flex}.course-module__title{font-size:1rem;font-weight:700}.course-module__count{color:var(--text-muted);white-space:nowrap;font-size:.78rem;font-weight:600}.course-module__desc{color:var(--text-muted);margin-bottom:1rem;font-size:.83rem;line-height:1.55}.lesson-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.lesson-row{border:1px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;border-radius:8px;align-items:center;gap:.85rem;width:100%;padding:.75rem .85rem;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.lesson-row:hover:not(:disabled){border-color:var(--accent)}.lesson-row--done{background:var(--bg)}.lesson-row--locked{cursor:not-allowed;opacity:.65}.lesson-row__mark{background:var(--accent-light);width:30px;height:30px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lesson-row--done .lesson-row__mark{background:var(--accent-2-light);color:var(--accent-2-dark)}.lesson-row--locked .lesson-row__mark{background:var(--border);color:var(--text-muted)}.lesson-row__body{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.lesson-row__title{font-size:.9rem;font-weight:600}.lesson-row__desc{color:var(--text-muted);font-size:.78rem;line-height:1.45}.lesson-row__meta{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.75rem}.lesson-head{align-items:baseline;gap:.75rem;margin-bottom:.5rem;display:flex}.lesson-head__num{text-transform:uppercase;letter-spacing:.07em;color:var(--accent);font-size:.72rem;font-weight:700}.lesson-head__dur{color:var(--text-muted);font-size:.75rem}.lesson-foot{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.lesson-foot__done{color:var(--accent-2-dark);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.theory-article{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.25rem;padding:1.5rem;animation:.3s tabFadeIn}.theory-article__back{color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;margin-bottom:1rem;padding:0;font-family:inherit;font-size:.82rem;font-weight:500;display:inline-flex}.theory-article__back:hover{text-decoration:underline}.theory-article__title{margin-bottom:1rem;font-size:1.3rem;font-weight:700}.theory-article__body{color:var(--text-secondary);font-size:.88rem;line-height:1.8}.theory-article__body h4{color:var(--text);margin:1.25rem 0 .5rem;font-size:.95rem;font-weight:700}.theory-article__body ul{margin:.5rem 0;padding-left:1.25rem;list-style:outside}.theory-article__body li{margin-bottom:.35rem}.training-modal{z-index:1000;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.training-modal__backdrop{-webkit-backdrop-filter:blur(4px);background:#0009;position:absolute;inset:0}.training-modal__content{background:var(--surface);width:100%;max-width:640px;max-height:calc(100vh - 3rem);box-shadow:var(--shadow-lg);border-radius:20px;padding:2rem;animation:.3s modalSlideIn;position:relative;overflow-y:auto}.training-modal__content--wide{max-width:880px}.training-modal__content--xwide{max-width:1000px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.training-modal__close{background:var(--bg);cursor:pointer;width:32px;height:32px;color:var(--text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:background .15s,color .15s;display:flex;position:absolute;top:1rem;right:1rem}.training-modal__close:hover{background:var(--border);color:var(--text)}.training-confirm{z-index:60;background:#0f172a8c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.training-confirm__box{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);flex-direction:column;gap:1.1rem;width:100%;max-width:420px;padding:1.5rem;display:flex}.training-confirm__text{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.training-confirm__actions{flex-wrap:wrap;gap:.6rem;display:flex}.training-confirm__actions .btn{flex:1;justify-content:center;min-width:150px}.training-modal__head{margin-bottom:1.25rem;padding-right:2.5rem}.training-modal__title{font-size:1.15rem;font-weight:700}.training-modal__sub{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.training-modal__body>.login-form__error{margin-top:1.1rem}.upload-charge{background:var(--accent-amber-light);color:var(--accent-amber-dark);border-radius:10px;margin-top:1.1rem;padding:.7rem .85rem;font-size:.78rem;line-height:1.5}.training-notes{flex-direction:column;gap:.4rem;margin-top:1.1rem;display:flex}.training-notes li{color:var(--text-muted);font-size:.76rem;line-height:1.5}.dropzone{border:1.5px dashed var(--border-strong);border-radius:var(--radius);background:var(--bg);text-align:center;flex-direction:column;align-items:center;gap:.65rem;padding:2rem 1.25rem;transition:border-color .15s,background .15s;display:flex}.dropzone--over{border-color:var(--accent);background:var(--accent-light)}.dropzone--busy{border-style:solid}.dropzone__icon{color:var(--accent);display:flex}.dropzone__title{font-size:.92rem;font-weight:600}.dropzone__hint{color:var(--text-muted);word-break:break-word;font-size:.75rem;line-height:1.5}.dropzone .btn{margin-top:.35rem}.dropzone__progress{background:var(--border);border-radius:4px;width:180px;height:4px;margin-top:.35rem;overflow:hidden}.dropzone__progress span{background:var(--accent);border-radius:4px;width:40%;height:100%;animation:1.1s ease-in-out infinite dropProgress;display:block}@keyframes dropProgress{0%{transform:translate(-100%)}to{transform:translate(250%)}}.recorder{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.recorder__timer{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:2.6rem;font-weight:800;line-height:1}.recorder__timer--live{color:var(--accent-rose)}.recorder__hint{color:var(--text-muted);max-width:340px;font-size:.79rem;line-height:1.55}.recorder__controls{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.level-meter{justify-content:center;align-items:flex-end;gap:4px;width:100%;max-width:300px;height:72px;display:flex}.level-meter__bar{background:var(--border);border-radius:3px;flex:1;transition:height 80ms linear,background .2s}.level-meter--active .level-meter__bar{background:var(--accent-rose)}.twister{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.twister__text{color:var(--text);background:var(--accent-2-light);border-radius:var(--radius);width:100%;padding:1.15rem 1.25rem;font-size:1.05rem;font-weight:600;line-height:1.65}.twister__text--live{background:var(--accent-2);color:#fff}.recorder__meter{justify-content:center;align-items:center;width:100%;min-height:72px;display:flex}.recorder__countin{color:var(--accent-2);font-size:3.4rem;font-weight:800;line-height:1;animation:1s ease-out infinite countInPulse}@keyframes countInPulse{0%{opacity:.6;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.twister__bar{background:var(--border);border-radius:4px;width:100%;max-width:300px;height:5px;overflow:hidden}.twister__bar-fill{background:var(--accent-2);border-radius:4px;height:100%;transition:width .25s linear;display:block}.training-result__file{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.training-result__file-icon{color:var(--accent-2);display:flex}.training-result__file-name{word-break:break-all;font-size:.88rem;font-weight:600}.training-result__file-note{color:var(--text-muted);margin-left:auto;font-size:.74rem}.audio-facts{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.25rem 1rem;margin-bottom:1rem;padding-bottom:.85rem;display:flex}.audio-fact{align-items:baseline;gap:.3rem;display:flex}.audio-fact__label{color:var(--text-muted);font-size:.7rem}.audio-fact__value{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:.7rem;font-weight:600}.training-result__karma{color:var(--accent-green-dark);background:var(--accent-green-light);border-radius:8px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.85rem;font-weight:700}.training-result__prompt{background:var(--accent-2-light);border-radius:8px;margin-bottom:1.1rem;padding:.7rem .85rem;font-size:.83rem;line-height:1.6}.training-result__prompt-label{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-2-dark);margin-bottom:.25rem;font-size:.68rem;font-weight:700;display:block}.prompt-list{flex-direction:column;gap:.3rem;margin:0;padding-left:1.15rem;display:flex}.prompt-list li{line-height:1.5}.prompt-list li::marker{color:var(--accent-2-dark);font-weight:700}.training-result__analysis{border-top:1px solid var(--border);padding-top:1.1rem}.twister__progress{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;margin-bottom:.9rem;display:flex}.twister__pip{background:var(--border);border-radius:2px;width:26px;height:4px;transition:background .2s}.twister__pip--done{background:var(--accent-2)}.twister__pip--current{background:var(--accent)}.twister__progress-label{text-align:center;width:100%;color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.analysis-strip{color:var(--text-secondary);background:var(--accent-light);border:1px solid var(--accent-tint);border-radius:var(--radius);align-items:center;gap:.6rem;margin:0 0 1rem;padding:.7rem .9rem;font-size:.85rem;display:flex}.analysis-strip--limit{background:var(--accent-amber-light);color:var(--accent-amber-dark);border-color:#fde68a}.analysis-strip--limit .analysis-strip__spinner{border-color:#fde68a;border-top-color:var(--accent-amber)}.analysis-strip__spinner{border:2px solid var(--accent-tint);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.9s linear infinite analysisSpin}.analysis-pending{text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:.25rem 0 .5rem;display:flex}.analysis-pending__spinner{border:3px solid var(--accent-light);border-top-color:var(--accent);border-radius:50%;width:38px;height:38px;margin-bottom:.35rem;animation:.9s linear infinite analysisSpin}@keyframes analysisSpin{to{transform:rotate(360deg)}}.analysis-pending__title{margin:0;font-size:1.05rem;font-weight:700}.analysis-pending__text{color:var(--text-secondary);max-width:34rem;margin:0;font-size:.85rem;line-height:1.6}.analysis-pending__title+.analysis-pending__text{margin-top:.45rem}.analysis-pending__note{color:var(--accent);background:var(--accent-light);border-radius:8px;align-items:center;gap:.5rem;margin:.35rem 0 0;padding:.6rem .85rem;font-size:.82rem;font-weight:600;display:flex}.analysis-pending__note svg{flex-shrink:0}.prompt-appendix{border:1px dashed var(--border-strong);background:var(--bg);border-radius:10px;flex-direction:column;gap:.4rem;margin-top:.9rem;padding:.8rem .9rem;display:flex}.prompt-appendix__title{color:var(--text-secondary);font-size:.82rem;font-weight:600}.prompt-appendix__text{color:var(--text-body);white-space:pre-wrap;margin:0;font-size:.82rem;line-height:1.55}.history-genre{color:var(--text-muted);margin-top:.15rem;font-size:.72rem;display:block}.recording-detail__genre{background:var(--accent-light);color:var(--accent);vertical-align:middle;border-radius:6px;margin-left:.6rem;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.speech-type{flex-direction:column;padding:.25rem 0;display:flex}.speech-type__title{margin:0;font-size:1.05rem;font-weight:700}.speech-type__text{color:var(--text-secondary);margin:.4rem 0 0;font-size:.85rem;line-height:1.6}.speech-type__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.9rem;display:grid}.speech-type__list>:last-child:nth-child(odd){grid-column:1/-1}.speech-type__option{text-align:left;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;flex-direction:column;gap:.2rem;padding:.7rem .85rem;transition:border-color .15s,background .15s;display:flex}.speech-type__option:hover:not(:disabled){border-color:var(--accent)}.speech-type__option:disabled{cursor:default;opacity:.7}.speech-type__option--on{border-color:var(--accent);background:var(--accent-light)}.speech-type__label{color:var(--text);font-size:.88rem;font-weight:600}.speech-type__hint{color:var(--text-muted);font-size:.75rem;line-height:1.45}.speech-type__submit{align-self:center;min-width:13rem;margin-top:1.1rem}@media (max-width:560px){.speech-type__list{grid-template-columns:minmax(0,1fr)}}.warmup{flex-direction:column;gap:1.1rem;display:flex}.warmup__player{background:var(--bg);border-radius:var(--radius);text-align:center;flex-direction:column;gap:.6rem;padding:1.25rem;display:flex}.warmup__step-num{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-amber-dark);font-size:.7rem;font-weight:700}.warmup__title{margin-top:.2rem;font-size:1.05rem;font-weight:700}.warmup__say{color:var(--accent-amber);letter-spacing:.02em;font-size:1.5rem;font-weight:800}.warmup__hint{color:var(--text-secondary);font-size:.8rem;line-height:1.55}.warmup__timeline{align-items:center;gap:.6rem;margin-top:.35rem;display:flex}.warmup__time{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.72rem}.warmup__bar{background:var(--border);border-radius:4px;flex:1;height:5px;overflow:hidden}.warmup__bar-fill{background:var(--accent-amber);border-radius:4px;height:100%;transition:width .4s linear;display:block}.warmup__controls{justify-content:center;align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.warmup__nav{border:1px solid var(--border-strong);background:var(--surface);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.warmup__nav--prev svg{transform:rotate(180deg)}.warmup__nav:hover:not(:disabled){border-color:var(--accent-amber);color:var(--accent-amber)}.warmup__nav:disabled{opacity:.4;cursor:default}.warmup__play{background:var(--accent-amber);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.warmup__play:hover{background:var(--accent-amber-dark)}.warmup__left{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:.35rem;font-size:.74rem}.warmup__list{flex-direction:column;gap:.25rem;display:flex}.warmup__list-item button{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.55rem .7rem;font-family:inherit;display:flex}.warmup__list-item button:hover{background:var(--bg)}.warmup__list-title{color:var(--text-secondary);font-size:.83rem}.warmup__list-dur{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.74rem}.warmup__list-item--current button{background:var(--accent-amber-light)}.warmup__list-item--current .warmup__list-title{color:var(--text);font-weight:700}.warmup__list-item--done .warmup__list-title{color:var(--text-muted);text-decoration:line-through}.warmup-done{text-align:center;flex-direction:column;align-items:center;gap:.7rem;padding:1rem 0;display:flex}.warmup-done__icon{color:var(--accent-2);display:flex}.warmup-done__title{font-size:1.1rem;font-weight:700}.warmup-done__text{color:var(--text-secondary);max-width:340px;font-size:.84rem;line-height:1.6}.result-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.result-score-circle{--band-rgb:100, 116, 139;background:var(--text-muted);color:#fff;width:68px;height:68px;box-shadow:0 4px 12px rgba(var(--band-rgb), .3);border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;transition:transform .32s cubic-bezier(.34,1.56,.64,1),box-shadow .32s ease-out;display:flex;position:relative}.result-score-circle--high{--band-rgb:21, 128, 61;background:var(--accent-green-dark)}.result-score-circle--mid{--band-rgb:194, 65, 12;background:var(--accent-orange-dark)}.result-score-circle--low{--band-rgb:161, 98, 7;background:var(--accent-yellow-dark)}.result-score-circle:after{content:"";border:2px solid rgba(var(--band-rgb), .5);opacity:0;pointer-events:none;border-radius:50%;position:absolute;inset:0}.result-score-circle:hover{box-shadow:0 10px 22px rgba(var(--band-rgb), .45);transform:scale(1.07)}.result-score-circle:hover:after{animation:1.5s ease-out infinite score-ring}.result-score-circle:hover .result-score-circle__val{transform:scale(1.08)}@keyframes score-ring{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.result-score-circle__val{font-size:1.5rem;font-weight:800;line-height:1;transition:transform .32s cubic-bezier(.34,1.56,.64,1) 50ms}.result-score-circle__lbl{text-align:center;text-transform:uppercase;letter-spacing:.04em;font-size:.58rem;font-weight:600}.result-header-text__title{margin-bottom:.2rem;font-size:1rem;font-weight:700}.result-header-text__sub{color:var(--text-muted);font-size:.8rem}.result-metrics{flex-direction:column;gap:.7rem;margin-bottom:1.1rem;display:flex}.result-metric{align-items:center;gap:.75rem;display:flex}.result-metric__label{width:110px;color:var(--text-secondary);flex-shrink:0;font-size:.78rem;font-weight:500}.result-metric__bar-wrap{background:var(--bg);border-radius:4px;flex:1;height:7px;overflow:hidden}.result-metric__bar{border-radius:4px;width:0;height:100%;transition:width .8s ease-out}.result-metric__val{text-align:right;width:32px;color:var(--text);font-size:.78rem;font-weight:700}.result-fillers{margin-bottom:.85rem}.result-fillers__title{color:var(--text-muted);margin-bottom:.4rem;font-size:.75rem;font-weight:600}.result-fillers__list{flex-wrap:wrap;gap:.35rem;display:flex}.result-recommendations{margin-top:1.1rem}.result-recommendations__title{color:var(--text);margin-bottom:.45rem;font-size:.9rem;font-weight:700}.filler-tag{background:var(--accent-rose-light);color:var(--accent-rose);border-radius:20px;padding:.2rem .55rem;font-size:.72rem;font-weight:600}.transcript{border-top:1px solid var(--border);margin-top:1.1rem;padding-top:.85rem}.transcript__head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.transcript__toggle{font:inherit;color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.45rem;padding:0;font-size:.85rem;font-weight:600;display:flex}.transcript__caret{color:var(--text-muted);transition:transform .15s;display:inline-block}.transcript__caret--open{transform:rotate(90deg)}.transcript__download{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:600}.transcript__download:hover{text-decoration:underline}.transcript__gone{color:var(--text-muted);background:var(--bg);border-radius:8px;padding:.8rem .9rem;font-size:.83rem}.transcript__body{color:var(--text-secondary);background:var(--bg);white-space:pre-wrap;border-radius:8px;max-height:320px;margin:.6rem 0 0;padding:.8rem .9rem;font-size:.83rem;line-height:1.65;overflow-y:auto}.transcript__line{margin:0 0 .5rem}.transcript__line:last-child{margin-bottom:0}.transcript__time{color:var(--text-muted);font-variant-numeric:tabular-nums;min-width:2.6em;margin-right:.5rem;display:inline-block}.result-ai-comment--good{border-left-color:var(--accent-green)}.result-advice{margin-bottom:1.1rem;padding:.7rem .85rem .7rem 1.9rem}.result-advice li{margin-bottom:.3rem}.result-advice li:last-child{margin-bottom:0}.result-ai-comment{background:var(--bg);color:var(--text-secondary);border-left:3px solid var(--accent);border-radius:8px;margin-bottom:1.1rem;padding:.7rem .85rem;font-size:.82rem;line-height:1.55}.result-actions{gap:.75rem;display:flex}@media (max-width:1200px){.blog-feed{display:none}}@media (max-width:1024px){.content{padding:2rem 1.5rem}}@media (max-width:768px){.sidebar__toggle{display:flex}.sidebar{z-index:150;box-shadow:none;transition:left .25s;position:fixed;top:0;left:-260px}.sidebar.open{left:0;box-shadow:4px 0 24px #00000014}.sidebar-overlay{z-index:140;background:#0000004d;display:none;position:fixed;inset:0}.sidebar-overlay.open{display:block}.content{max-width:100%;padding:4rem 1rem 2rem}.stats-grid{grid-template-columns:1fr}.training-card{text-align:center;grid-template-columns:1fr;gap:1rem;padding:1.25rem}.training-card__visual,.training-card__head,.training-card__facts{justify-content:center}.training-modal{padding:.75rem}.training-modal__content{max-height:calc(100vh - 1.5rem);padding:1.5rem 1.25rem}.account-grid{grid-template-columns:1fr}.danger-body,.plan-card{gap:1.25rem}.plan-card__actions{align-items:stretch;width:100%}.hours-picker__hint{white-space:normal;text-align:left}.content-header{flex-direction:column;gap:1rem}.history-table{font-size:.78rem}.history-table th,.history-table td{padding:.6rem .5rem}.lesson-row__desc{display:none}}@media (max-width:480px){.content{padding:3.5rem .75rem 1.5rem}.content-header h1{font-size:1.3rem}.stat-card__val{font-size:1.5rem}.card{padding:1rem}.card__header h2{font-size:.9rem}}.back-btn{z-index:90;border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text-muted);cursor:pointer;font:inherit;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,box-shadow .15s,transform .1s;display:flex;position:fixed;top:1.25rem;left:1.25rem;box-shadow:0 2px 12px #00000014}.back-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:scale(1.08);box-shadow:0 4px 16px #2563eb40}.back-btn:active{transform:scale(.95)}.scroll-widget{z-index:110;flex-direction:column;gap:.35rem;display:flex;position:fixed;bottom:1.25rem;right:2rem}.scroll-widget__btn{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background .15s,color .15s,box-shadow .15s,transform .1s;display:flex;box-shadow:0 2px 12px #00000014}.scroll-widget__btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:scale(1.08);box-shadow:0 4px 16px #2563eb40}.scroll-widget__btn:active{transform:scale(.95)}.notfound-layout{background:var(--bg);flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:clamp(5rem,22vh,14rem) 2rem 2rem;display:flex;position:relative;overflow:hidden}.notfound-layout:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 50%,#2563eb0f 0,#0000 70%),radial-gradient(40% 35% at 35% 45%,#0d94880d 0,#0000 75%);position:absolute;inset:0}.notfound-logo{color:var(--text);z-index:2;font-size:1.25rem;font-weight:800;position:absolute;top:2rem;left:2.5rem}.notfound-logo span{color:var(--accent)}.notfound-content{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:1.25rem;display:flex;position:relative}.notfound-content__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:1.25rem;font-weight:700}.notfound-code{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;font-size:clamp(7rem,20vw,12rem);font-weight:800;line-height:1}.notfound-title{color:var(--text);margin-top:.25rem;font-size:clamp(1.4rem,4vw,2rem);font-weight:700}.notfound-sub{color:var(--text-muted);max-width:360px;font-size:1rem;line-height:1.6}.error-code{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}nextjs-portal{display:none!important}.error-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.25rem;display:flex}.btn--ghost-dark{border-radius:var(--radius);border:1px solid var(--border);color:var(--text-secondary);background:var(--surface);cursor:pointer;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.btn--ghost-dark:hover{border-color:var(--accent);color:var(--accent);background:var(--surface)}@media (max-width:480px){.notfound-logo{top:1.25rem;left:1.5rem}.error-actions{flex-direction:column;align-items:stretch}}.blog-page{max-width:1100px;margin:0 auto;padding:5rem 1.5rem 4rem}.blog-page__header{flex-direction:column;align-items:flex-start;gap:.2rem;margin-bottom:.875rem;display:flex}.blog-page__title{color:var(--text-muted);margin:0;font-size:1.25rem;font-weight:700}.blog-search{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .4rem .4rem 2.35rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.blog-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.blog-search__icon{color:var(--text-muted);pointer-events:none;position:absolute;left:.85rem}.blog-search__input{min-width:0;font:inherit;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.35rem 0;font-size:.9rem}.blog-search__input::placeholder{color:var(--text-muted)}.blog-search__input::-webkit-search-cancel-button{cursor:pointer}.blog-search__btn{background:var(--accent);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .15s}.blog-search__btn:hover{background:var(--accent-dark)}.blog-search__result{color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.85rem;display:flex}.blog-search__reset{color:var(--accent);flex-shrink:0;font-weight:600;text-decoration:none}.blog-search__reset:hover{text-decoration:underline}.blog-suggest{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);margin:0;padding:.25rem;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden}.blog-suggest__item{color:var(--text-secondary);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .7rem;font-size:.875rem;display:flex}.blog-suggest__item--active{background:var(--accent-light)}.blog-suggest__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.blog-suggest__mark{color:var(--accent);background:0 0;font-weight:700}.blog-suggest__tag{flex-shrink:0;margin-bottom:0}.blog-suggest__all{color:var(--text-muted);font-weight:600}.post-feed{flex-direction:column;gap:.75rem;display:flex}.post-feed__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:1.75rem;padding:1.5rem 1.75rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.post-feed__item:hover{border-color:var(--accent);box-shadow:0 8px 24px #2563eb12,0 2px 8px #0f172a0a}.post-feed__date{white-space:nowrap;width:7rem;color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0;padding-top:.3rem;font-size:.78rem}.post-feed__body{flex:1;min-width:0}.post-feed__title{color:var(--text);margin:.5rem 0 .45rem;font-size:1.15rem;font-weight:700;line-height:1.4}.post-feed__item:hover .post-feed__title{color:var(--accent)}.post-feed__desc{color:var(--text-body);margin:0;font-size:.92rem;line-height:1.65}.post-feed__empty{color:var(--text-muted);padding:2rem 0;font-size:.9rem}.blog-card__tag{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:var(--accent-light);border-radius:6px;width:fit-content;margin-bottom:.75rem;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.post-feed .blog-card__tag{margin-bottom:0}.blog-tag--1{color:var(--accent-2);background:var(--accent-2-light)}.blog-tag--2{color:var(--accent-amber);background:var(--accent-amber-light)}.blog-tag--3{color:var(--accent-rose);background:var(--accent-rose-light)}.blog-article{max-width:1100px;margin:0 auto;padding:5rem 1.5rem 4rem}.blog-article__inner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2.75rem;position:relative;overflow:hidden}.blog-article__inner:before{content:"";background:linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);height:3px;position:absolute;top:0;left:0;right:0}.blog-article__body>p:first-of-type:first-letter{float:left;color:var(--accent);padding:.25rem .55rem 0 0;font-size:2.85rem;font-weight:800;line-height:.95}.blog-article__meta{flex-direction:column;align-items:flex-start;gap:.4rem;margin-bottom:1rem;display:flex}.blog-article__date{color:var(--text-muted);font-size:.8rem}.blog-article__title{color:var(--text);margin-bottom:.75rem;font-size:1.75rem;font-weight:800;line-height:1.3}.blog-article__desc{color:var(--text-secondary);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:2rem;font-size:1rem;line-height:1.65}.blog-article__body{color:var(--text-secondary);font-size:.9375rem;line-height:1.75}.blog-article__body h2{color:var(--text);margin:1.75rem 0 .6rem;font-size:1.15rem;font-weight:700}.blog-article__body p{margin-bottom:.9rem}.blog-article__body ul,.blog-article__body ol{margin-bottom:.9rem;padding-left:1.4rem}.blog-article__body li{margin-bottom:.4rem;list-style:outside}.blog-article__body ol li{list-style:decimal}.blog-article__body strong{color:var(--text);font-weight:600}@media (max-width:600px){.blog-page{padding:4rem 1rem 3rem}.blog-page__title{font-size:1.75rem}.post-feed__item{flex-direction:column;gap:.4rem;padding:1.25rem}.post-feed__date{white-space:normal;order:2;width:auto;padding-top:0}.post-feed__body{order:1}.post-feed__title{margin-top:.35rem;font-size:1.05rem}.blog-search{flex-wrap:wrap}.blog-article__inner{padding:1.5rem 1.25rem}.blog-article__title{font-size:1.35rem}}.help-dot{background:var(--bg);border:1px solid var(--border);width:1.05rem;height:1.05rem;color:var(--text-muted);cursor:help;vertical-align:.1em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:.4rem;font-size:.7rem;font-weight:700;display:inline-flex}.hyp-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.hyp-badge--ready{background:var(--accent-2-light);color:var(--accent-2-dark)}.hyp-badge--collecting{color:#92400e;background:#fef3c7}.hyp-badge--blocked{color:var(--accent-rose-dark);background:#ffe4e6}.hyp-head{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.hyp-code{color:var(--accent);font-size:1.05rem;font-weight:800}.hyp-owner{color:var(--text-muted);border:1px solid var(--border);border-radius:20px;padding:.15rem .6rem;font-size:.75rem}.hyp-statement{color:var(--text-body);background:var(--bg);border-left:3px solid var(--accent);border-radius:8px;margin-bottom:.9rem;padding:.75rem .9rem;font-size:.9rem;line-height:1.6}.hyp-field{color:var(--text-body);margin-bottom:.5rem;font-size:.85rem;line-height:1.55}.hyp-field b{color:var(--text)}.hyp-progress{background:var(--bg);border-radius:4px;height:.5rem;margin:.5rem 0 .35rem;overflow:hidden}.hyp-progress__fill{background:var(--accent);border-radius:4px;height:100%}.hyp-progress__fill--ready{background:var(--accent-2)}@media (max-width:768px){.back-btn{box-shadow:none;margin:.9rem 0 0 1rem;position:static}.login-layout{min-height:calc(100vh - 3.5rem);padding-top:1rem}.blog-page,.blog-article{padding-top:1.25rem}.scroll-widget{display:none}}
