.section-title{font-family:var(--font-display);letter-spacing:.01em;max-width:34ch;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:400}.btn{cursor:pointer;will-change:transform, box-shadow;background:0 0;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .12s,background .15s,border-color .15s,box-shadow .15s,color .15s;display:inline-flex;position:relative;overflow:hidden}.btn:hover{transform:translateY(-1px)}.btn:active{transform:scale(.96)}.btn--solid{background:linear-gradient(135deg, var(--yellow), var(--yellow-strong));color:var(--grey-950);box-shadow:0 8px 28px #ffd80a38}.btn--solid:hover{background:linear-gradient(135deg, var(--yellow-strong), #fff49a);box-shadow:0 0 25px #ffed6c59}.btn--solid:active{background:var(--yellow-press)}.btn--outline{border-color:var(--grey-500);color:var(--grey-100)}.btn--outline:hover{border-color:var(--yellow);color:var(--yellow);box-shadow:0 0 18px var(--neon-soft)}.cta__tips li{color:var(--grey-50);margin-bottom:.9rem;font-weight:600;line-height:1.6}.cta .btn,.cta .btn--solid,.cta .btn--outline{color:var(--grey-50)}.btn--ghost{border:1px solid var(--grey-500);color:var(--grey-100);padding:.55rem 1.15rem;font-size:.85rem}.btn--ghost:hover{border-color:var(--neon);color:var(--neon);box-shadow:0 0 26px var(--neon-soft)}.btn--lg{padding:1.05rem 2.2rem;font-size:1.05rem}.btn--sm{padding:.55rem 1.15rem;font-size:.85rem}.btn__label{z-index:1;position:relative}.ripple{pointer-events:none;background:#00000059;border-radius:50%;width:14px;height:14px;animation:.6s ease-out forwards rippleOut;position:absolute;transform:translate(-50%,-50%)scale(0)}.btn--outline .ripple,.btn--ghost .ripple{background:#ffd40059}@keyframes rippleOut{to{opacity:0;transform:translate(-50%,-50%)scale(24)}}.shockwave-canvas{pointer-events:none;z-index:5;mix-blend-mode:screen;position:fixed;inset:0}.nav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--grey-700);background:#0c0c0cd9;position:sticky;top:0}.nav__inner{max-width:var(--container);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.nav__logo{font-family:var(--font-display);letter-spacing:.03em;color:var(--grey-50);align-items:center;gap:.8rem;font-size:1.2rem;display:inline-flex}.nav__logo-image{width:34px;height:auto;display:block}.nav__logo span{color:var(--yellow)}.nav__links{color:var(--grey-50);gap:2rem;font-size:.9rem;font-weight:700;display:flex}.nav__links a{transition:color .15s}.nav__links a:hover{color:var(--yellow)}.nav__cta{transition:transform .18s,box-shadow .18s,color .15s}.nav__cta:hover{transform:translateY(-2px);box-shadow:0 10px 22px #ffd80a29}@media (width<=720px){.nav__links{display:none}}.hero{max-width:var(--container);grid-template-columns:1.1fr .9fr;align-items:center;gap:2.5rem;min-height:100vh;margin:0 auto;padding:clamp(2rem,4vw,3.5rem) 1.5rem;display:grid;position:relative}.hero__visual{justify-content:center;align-items:center;display:flex}.hero__image{aspect-ratio:1;object-fit:cover;border-radius:28px;width:100%;max-width:360px;display:block;box-shadow:0 18px 45px #0000003d}.eyebrow{font-family:var(--font-mono);letter-spacing:.06em;color:var(--yellow);text-transform:uppercase;margin-bottom:1rem;font-size:.78rem}.hero__title{font-family:var(--font-display);letter-spacing:.01em;color:var(--grey-50);font-size:clamp(3.6rem,9vw,6.4rem);font-weight:400;line-height:.92}.hero__sub{max-width:46ch;color:var(--grey-50);margin-top:1.4rem;font-size:1.05rem;font-weight:600}.hero__actions{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.hero__note{font-family:var(--font-mono);color:var(--grey-50);margin-top:1.1rem;font-size:.78rem;font-weight:600}.callout text{fill:var(--yellow);font-family:var(--font-mono);font-size:12px;font-weight:700}.how{max-width:var(--container);border-top:1px solid var(--grey-700);min-height:100vh;margin:0 auto;padding:clamp(3rem,6vw,5rem) 1.5rem}.how__list{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:2.5rem;display:grid}@media (width<=780px){.how__list{grid-template-columns:1fr}}.how__num{font-family:var(--font-mono);color:var(--yellow);font-size:.85rem}.how__list h3{font-family:var(--font-display);margin:.6rem 0;font-size:1.5rem;font-weight:400}.how__list p{color:var(--grey-50);font-size:.95rem;font-weight:600}.feedback{max-width:var(--container);border-top:1px solid var(--grey-700);grid-template-columns:.9fr 1.1fr;align-items:center;gap:3rem;min-height:100vh;margin:0 auto;padding:clamp(3rem,6vw,5rem) 1.5rem;display:grid}@media (width<=880px){.feedback{grid-template-columns:1fr}}.feedback__copy p{color:var(--grey-50);max-width:46ch;margin-top:1.1rem;font-weight:600}.hud{background:var(--grey-900);border:1px solid var(--grey-700);font-family:var(--font-mono);border-radius:4px;overflow:hidden}.hud__top{border-bottom:1px solid var(--grey-700);color:var(--grey-400);letter-spacing:.04em;justify-content:space-between;padding:.9rem 1.1rem;font-size:.78rem;display:flex}.hud__grid{background:var(--grey-700);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.hud__stat{background:var(--grey-900);flex-direction:column;gap:.4rem;padding:1rem 1.1rem;display:flex}.hud__stat span{color:var(--grey-500);letter-spacing:.05em;font-size:.72rem}.hud__stat strong{font-size:1.3rem;font-weight:500}.hud__stat strong.ok{color:var(--grey-100)}.hud__stat strong.warn{color:var(--yellow)}.hud__log{border-top:1px solid var(--grey-700);flex-direction:column;gap:.55rem;padding:1rem 1.1rem 1.2rem;font-size:.82rem;display:flex}.hud__log .ok{color:var(--grey-200)}.hud__log .warn{color:var(--yellow)}.exercises{max-width:var(--container);border-top:1px solid var(--grey-700);min-height:100vh;margin:0 auto;padding:clamp(3rem,6vw,5rem) 1.5rem}.ex-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}@media (width<=880px){.ex-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.ex-grid{grid-template-columns:1fr}}.ex-card{background:var(--grey-900);border:1px solid var(--grey-700);border-radius:4px;padding:1.5rem;transition:border-color .15s,transform .15s}.ex-card:hover{border-color:var(--yellow);transform:translateY(-2px)}.ex-card h3{font-family:var(--font-display);color:var(--grey-50);font-size:1.4rem;font-weight:600}.ex-card p{color:var(--grey-50);margin-top:.6rem;font-size:.9rem;font-weight:600}.cta{max-width:var(--container);border-top:1px solid var(--grey-700);min-height:100vh;margin:0 auto;padding:clamp(3rem,6vw,5rem) 1.5rem 6rem}.cta__tips{color:var(--grey-50);flex-direction:column;gap:.6rem;max-width:50ch;margin:1.6rem 0 2.2rem;display:flex}.cta__tips li{color:var(--grey-50);padding-left:1.2rem;position:relative}.cta__tips li:before{content:"—";color:var(--yellow);position:absolute;left:0}.analysis-modal{z-index:200;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.analysis-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#03030399;position:absolute;inset:0}.analysis-modal__panel{background:var(--grey-900);border:1px solid var(--grey-700);z-index:210;border-radius:8px;width:min(1000px,92vw);max-height:88vh;padding:18px;position:relative;overflow:auto;box-shadow:0 30px 80px #0009}.analysis-modal__content{grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);align-items:stretch;gap:18px;display:grid}.analysis-modal__video-wrap{background:#000;border-radius:6px;justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.analysis-modal__video{object-fit:contain;background:#000;border-radius:6px;width:100%;max-height:70vh;display:block}.analysis-modal__details{min-width:0;color:var(--grey-50);font-family:var(--font-mono)}.analysis-modal__details h3{color:var(--grey-50);margin-top:0}.analysis-modal__stats{color:var(--grey-200);margin-bottom:12px}.analysis-modal__list{margin-top:6px;padding-left:0;list-style:none}.analysis-modal__list li{background:var(--grey-800);color:var(--grey-100);border-radius:4px;margin-bottom:8px;padding:8px 10px}.analysis-modal__list li.warn{color:var(--yellow);border-left:4px solid var(--yellow)}.analysis-modal__actions{margin-top:12px}@media (width<=760px){.analysis-modal__content{grid-template-columns:1fr}.analysis-modal__panel{width:min(92vw,680px)}}.footer{max-width:var(--container);border-top:1px solid var(--grey-700);font-family:var(--font-mono);color:var(--grey-500);flex-wrap:wrap;justify-content:space-between;gap:.6rem;margin:0 auto;padding:1.8rem 1.5rem 2.5rem;font-size:.75rem;display:flex}:root{--grey-950:#080808;--grey-900:#111;--grey-800:#1c1c1c;--grey-700:#2b2b2b;--grey-600:#404040;--grey-500:#5d5d5d;--grey-400:#858585;--grey-300:#adadad;--grey-200:#d0d0d0;--grey-100:#f1f1f1;--grey-50:#fff;--yellow:#ffd80a;--yellow-strong:#ffea5c;--yellow-press:#f3c600;--neon:#76fff5;--neon-soft:#76fff538;--font-display:"Bebas Neue", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--container:1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{min-height:100%}body{color:var(--grey-100);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background:linear-gradient(#b0aeac 0%,#c1bfbf 30%,#9a9898 60%,#676665 100%);line-height:1.5;overflow-x:hidden}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img,svg{max-width:100%;display:block}body{color:var(--grey-50)}.reveal-section{opacity:0;will-change:opacity, transform;transform:translateY(16px)}.reveal-section.revealed{animation:.52s cubic-bezier(.4,0,.2,1) both revealPop}@keyframes revealPop{0%{opacity:0;transform:translateY(16px)}35%{opacity:.65;transform:translateY(4px)}to{opacity:1;transform:none}}:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}
