@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap";:root{--sans:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--heading:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-h1:2.5rem;--lh-h1:3rem;--fs-h2:2rem;--lh-h2:2.5rem;--fs-h3:1.5rem;--lh-h3:2rem;--fs-body:1rem;--lh-body:1.5rem;--fs-small:.875rem;--lh-small:1.25rem;--fs-caption:.75rem;--lh-caption:1rem;--fs-label:.75rem;--lh-label:1rem;--blue:#2563eb;--blue-hover:#1d4ed8;--bg:#0b1220;--bg-secondary:#14243d;--bg-tertiary:#1b3a5c;--bg-card:#fff;--text:#cbd5e1;--text-h:#fff;--text-dark:#0f172a;--text-muted:#64748b;--border:#ffffff1f;--border-card:#e2e8f0;--accent:var(--blue);--accent-bg:#2563eb1a;--accent-border:#2563eb80;--shadow:#0000004d 0 10px 15px -3px, #0003 0 4px 6px -2px;--container-width:1280px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:18px/145% var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}@media (width<=1024px){:root{font-size:16px}h1{font-size:2.25rem}}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--sans);font-weight:600;font-size:var(--fs-body);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--md{font-size:var(--fs-small);padding:.65rem 1.25rem}.btn--lg{padding:.85rem 1.5rem}.btn--primary{background:var(--blue);color:#fff}.btn--primary:hover{background:var(--blue-hover)}.btn--outline{color:var(--text-h);background:0 0;border-color:#ffffff59}.btn--outline:hover{background:#ffffff14;border-color:#fff9}.btn--ghost{border-color:var(--border);color:var(--text-h);background:0 0}.btn--ghost:hover{background:#ffffff0f}.btn__icon{align-items:center;display:inline-flex}.navbar{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#1111111a;position:sticky;top:0}.navbar__inner{max-width:var(--container-width);padding:var(--space-4) var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-6);margin:0 auto;display:flex}.navbar__logo{align-items:center;gap:var(--space-3);flex-shrink:0;text-decoration:none;display:flex}.navbar__logo-mark{width:32px;height:32px}.navbar__logo-text{flex-direction:column;line-height:1.2;display:flex}.navbar__logo-title{color:var(--text-h);font-size:.95rem;font-weight:700}.navbar__logo-tagline{color:var(--text);font-size:.7rem}.navbar__nav{align-items:center;gap:var(--space-8);display:flex}.navbar__link{font-size:var(--fs-small);color:var(--text);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-weight:500;text-decoration:none;transition:color .2s,background .2s}.navbar__link:hover{color:var(--text-h)}.navbar__link--active{color:var(--text-h);background:#ffffff14}.navbar__actions{align-items:center;gap:var(--space-3);display:flex}.navbar__actions--mobile{display:none}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;display:none}.navbar__toggle span{background:var(--text-h);border-radius:2px;height:2px;display:block}@media (width<=1024px){.navbar__nav{background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;max-height:0;transition:max-height .25s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.navbar__nav--open{max-height:420px}.navbar__link{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--border);border-radius:0}.navbar__actions--desktop{display:none}.navbar__actions--mobile{padding:var(--space-4) var(--space-6);flex-direction:column;display:flex}.navbar__actions--mobile .btn{width:100%}.navbar__toggle{display:flex}}@media (width<=480px){.navbar__logo-tagline{display:none}}.container{width:100%;max-width:var(--container-width);padding:0 var(--space-6);box-sizing:border-box;margin:0 auto}@media (width<=640px){.container{padding:0 var(--space-4)}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:var(--space-16) 0;text-align:left}.footer__grid{gap:var(--space-8);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer__logo{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);text-decoration:none;display:flex}.footer__logo-mark{width:30px;height:30px}.footer__logo-text{flex-direction:column;line-height:1.2;display:flex}.footer__logo-title{color:var(--text-h);font-size:.95rem;font-weight:700}.footer__logo-tagline{color:var(--text);font-size:.7rem}.footer__description{font-size:var(--fs-small);line-height:var(--lh-small);color:var(--text);max-width:340px;margin:0 0 var(--space-6)}.footer__socials{gap:var(--space-12);display:flex}.footer__social-icon{background:var(--social-bg);color:var(--text-h);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.footer__social-fallback{font-size:.75rem;font-weight:700}.footer__col-title{font-size:var(--fs-small);color:var(--text-h);margin:0 0 var(--space-4);font-weight:700}.footer__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.footer__list a{font-size:var(--fs-small);color:var(--text);text-decoration:none}.footer__list a:hover{color:var(--text-h)}.footer__contact{align-items:center;gap:var(--space-2);font-size:var(--fs-small);color:var(--text);text-decoration:none;display:inline-flex}@media (width<=1024px){.footer__grid{row-gap:var(--space-10);grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=640px){.footer{padding:var(--space-12) 0}.footer__grid{text-align:left;grid-template-columns:1fr}}.hero{min-height:88vh;padding:var(--space-16) var(--space-6) var(--space-24);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-image{object-fit:cover;object-position:center 20%;width:100%;height:100%}.hero__bg-overlay{position:absolute;inset:0}.hero__content{z-index:1;max-width:var(--container-width);width:100%;margin:0 auto;position:relative}.hero__badge{background:var(--blue);color:#fff;letter-spacing:.04em;padding:var(--space-2) var(--space-4);margin-bottom:var(--space-6);border-radius:999px;font-size:.7rem;font-weight:700;display:inline-block}.hero__heading{letter-spacing:-.02em;color:var(--text-h);max-width:640px;margin:0 0 var(--space-6);font-size:3.25rem;font-weight:700;line-height:1.08}.hero__heading-accent{color:var(--blue)}.hero__description{font-size:var(--fs-body);line-height:var(--lh-body);color:#cbd5e1;max-width:520px;margin:0 0 var(--space-8)}.hero__cta{gap:var(--space-4);margin-bottom:var(--space-16);flex-wrap:wrap;display:flex}.hero__features{gap:var(--space-8);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.hero__feature{align-items:center;gap:var(--space-2);text-align:center;flex-direction:column;width:96px;display:flex}.hero__feature-icon{width:44px;height:44px;color:var(--text-h);border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;display:flex}.hero__feature-icon img{object-fit:contain;flex-shrink:0;width:20px;height:20px;display:block}.hero__feature-label{color:#cbd5e1;font-size:.75rem;line-height:1.3}.hero__video-card{right:var(--space-6);bottom:var(--space-8);z-index:1;align-items:center;gap:var(--space-3);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);cursor:pointer;text-align:left;background:#0f172a8c;border:1px solid #ffffff26;max-width:300px;display:flex;position:absolute}.hero__video-icon{color:#fff;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero__video-text{flex-direction:column;gap:2px;display:flex}.hero__video-title{color:var(--text-h);font-size:.85rem;font-weight:700}.hero__video-subtitle{color:#cbd5e1;font-size:.72rem;line-height:1.3}@media (width<=1024px){.hero__heading{font-size:2.5rem}.hero__video-card{display:none}}@media (width<=640px){.hero{min-height:auto;padding:var(--space-12) var(--space-4) var(--space-16)}.hero__heading{font-size:2rem}.hero__cta{flex-direction:column}.hero__cta .btn{width:100%}.hero__features{gap:var(--space-4);justify-content:space-between}.hero__feature{width:72px}.hero__feature-label{font-size:.65rem}.hero__feature-icon{width:40px;height:40px}.hero__feature-icon img{width:20px;height:20px}}.section-title{max-width:700px;margin-bottom:var(--space-5)}.section-title--center{text-align:center;margin-left:auto;margin-right:auto}.section-title--left{text-align:left}.section-title__eyebrow{font-size:var(--fs-label);letter-spacing:.04em;text-transform:uppercase;color:var(--blue);margin:0 0 var(--space-2);font-weight:700}.section-title__heading{margin:0 0 var(--space-3)}.section-title__accent{color:var(--blue)}.section-title__description{font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}.programs{background:var(--bg-secondary);padding:var(--space-24) 0;text-align:center}.programs__intro-title{color:var(--text-h);margin:0 auto var(--space-3);font-size:1.1rem;font-weight:600}.programs__intro-description{max-width:720px;margin:0 auto var(--space-12);color:var(--text);font-size:var(--fs-body);line-height:var(--lh-body)}.programs__grid{gap:var(--space-4);text-align:left;grid-template-columns:repeat(3,1fr);display:grid}.program-card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.program-card__image-wrap{height:150px;overflow:hidden}.program-card__image{object-fit:fit;width:100%;height:100%;transition:transform .4s;display:block}.program-card:hover .program-card__image{transform:scale(1.05)}.program-card__body{padding:var(--space-3)}.program-card__title{color:var(--text-dark);margin:0 0 var(--space-1);font-size:1.05rem;font-weight:700}.program-card__description{font-size:var(--fs-small);line-height:var(--lh-small);color:var(--text-muted);margin:0 0 var(--space-2)}.program-card__link{font-size:var(--fs-small);color:var(--blue);align-items:center;gap:4px;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=1024px){.programs__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.programs{padding:var(--space-16) 0}.programs__grid{grid-template-columns:1fr}}.approach{background:var(--bg-tertiary);padding:var(--space-24) 0}.approach__row{margin-bottom:var(--space-16);margin-top:var(--space-16);gap:0;display:flex}.approach__row--bottom{max-width:66%;margin:0 auto}.approach__item-wrap{flex:1;align-items:stretch;display:flex;position:relative}.approach-step{text-align:center;padding:0 var(--space-6);flex:1}.approach-step__icon{color:var(--text-h);margin:0 auto var(--space-4);justify-content:center;align-items:center;display:flex}.approach-step__icon img{object-fit:contain;width:50px;height:50px;display:block}.approach-step__title{color:var(--text-h);margin:0 0 var(--space-3);font-size:1rem;font-weight:700}.approach-step__description{font-size:var(--fs-small);line-height:var(--lh-small);color:#cbd5e1;margin:0}.approach__divider{width:1px;margin:var(--space-2) 0;background:#ffffff26;align-self:stretch}@media (width<=1024px){.approach__row,.approach__row--bottom{gap:var(--space-10);flex-direction:column;max-width:100%}.approach__divider{display:none}.approach-step{padding:0 var(--space-4)}}@media (width<=640px){.approach{padding:var(--space-16) 0}}.pricing{background:var(--bg);padding:var(--space-24) 0}.pricing__grid{gap:var(--space-6);margin-top:var(--space-12);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.pricing-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:var(--space-8);box-shadow:var(--shadow);text-align:left}.pricing-card--popular{border:2px solid var(--blue);transform:translateY(-12px)}.pricing-card__name{color:var(--text-dark);margin:0 0 var(--space-2);font-size:1.05rem;font-weight:700}.pricing-card__tag{color:var(--blue);margin-left:var(--space-2);font-weight:700;font-size:var(--fs-small)}.pricing-card__subtitle{font-size:var(--fs-small);color:var(--text-muted);margin:0 0 var(--space-6)}.pricing-card__price{margin:0 0 var(--space-6);align-items:baseline;gap:var(--space-1);display:flex}.pricing-card__price-amount{color:var(--text-dark);font-size:2rem;font-weight:800}.pricing-card__price-period{font-size:var(--fs-small);color:var(--text-muted)}.pricing-card__features{margin:0 0 var(--space-8);gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.pricing-card__feature{align-items:center;gap:var(--space-2);font-size:var(--fs-small);color:var(--text-dark);display:flex}.pricing-card__check{color:var(--blue);flex-shrink:0}.pricing-card__cta{width:100%}@media (width<=1024px){.pricing__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.pricing-card--popular{order:-1;transform:none}}@media (width<=640px){.pricing{padding:var(--space-16) 0}.pricing-card{padding:var(--space-6)}}.login-page{color:#fff;background:#071321;min-height:100vh}.login-section{background-position:50% 38%;background-repeat:no-repeat;background-size:cover;min-height:635px;position:relative;overflow:hidden}.login-overlay{pointer-events:none;background:linear-gradient(90deg,#030c16eb 0%,#030c16b8 38%,#030c1666 70%,#030c16b8 100%);position:absolute;inset:0}.login-content{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1280px;min-height:635px;margin:0 auto;padding-top:20px;display:flex;position:relative}.login-brand{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.login-brand-logo{object-fit:contain;width:50px;height:50px}.login-brand-text{flex-direction:column;padding-top:1px;display:flex}.login-brand-name{color:#fff;font-size:14px;font-weight:500;line-height:20px}.login-brand-tagline{color:#f1f5f9;font-size:14px;font-weight:500;line-height:20px}.login-card{color:#fff;background:#0b2a49;border-radius:10px;width:476px;padding:17px 18px 27px;box-shadow:0 18px 45px #00000052,0 4px 15px #00000038}.login-card-header{text-align:center;margin-bottom:18px}.login-card-header h1{color:#fff;font-family:var(--heading);letter-spacing:0;margin:0;font-size:23px;font-weight:600;line-height:29px}.login-card-header p{color:#e5edf5;margin-top:2px;font-size:14px;font-weight:400;line-height:20px}.login-form{width:100%}.login-section-label{color:#fff;margin-bottom:13px;font-size:14px;line-height:20px}.form-group{width:100%;margin-bottom:13px}.form-group label{color:#fff;margin-bottom:9px;font-size:14px;font-weight:400;line-height:18px;display:block}.input-wrapper{background:#03162861;border:1px solid #9eafc1;border-radius:7px;align-items:center;width:100%;height:41px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 2px #2563eb26}.input-icon{object-fit:contain;flex-shrink:0;width:17px;height:17px;margin-left:11px}.input-wrapper input{color:#fff;width:100%;height:100%;font-family:var(--sans);background:0 0;border:none;outline:none;padding:0 40px 0 11px;font-size:14px;line-height:20px}.input-wrapper input::placeholder{color:#e0e7ef;opacity:.96}.password-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:27px;height:27px;padding:0;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-toggle img{object-fit:contain;width:19px;height:19px}.login-options{justify-content:space-between;align-items:center;width:100%;margin-top:-1px;margin-bottom:14px;display:flex}.forgot-password{color:#2874ed;font-family:var(--sans);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:20px;transition:color .2s}.forgot-password:hover{color:#5d96f5}.login-submit{color:#fff;width:100%;height:35px;font-family:var(--sans);cursor:pointer;background:#2864e8;border:none;border-radius:8px;font-size:14px;font-weight:500;line-height:20px;transition:background .2s,transform .1s}.login-submit:hover{background:#1f56d1}.login-submit:active{transform:translateY(1px)}.login-divider{align-items:center;gap:8px;width:100%;margin:20px 0 14px;display:flex}.login-divider span{background:#ffffff1a;flex:1;height:1px}.login-divider p{color:#f0f4f8;white-space:nowrap;flex-shrink:0;font-size:14px;line-height:20px}.social-login{justify-content:center;gap:20px;display:flex}.social-button{color:#fff;min-width:88px;height:39px;font-family:var(--sans);cursor:pointer;background:#071e37;border:none;border-radius:7px;justify-content:center;align-items:center;gap:9px;font-size:14px;line-height:20px;transition:background .2s,transform .1s;display:flex}.social-button:hover{background:#0e2d4d}.social-button:active{transform:translateY(1px)}.social-button img{object-fit:contain;width:17px;height:17px}.register-prompt{border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:4px;margin-top:16px;padding-top:14px;display:flex}.register-prompt span{color:#fff;font-size:14px;line-height:20px}.register-prompt button{color:#2874ed;font-family:var(--sans);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:20px}.register-prompt button:hover{color:#5d96f5}.login-footer{color:#fff;background:#174574;min-height:310px}.footer-container{grid-template-columns:2.1fr 1fr 1fr 1.2fr;column-gap:80px;width:100%;max-width:1060px;margin:0 auto;padding:31px 0 35px;display:grid}.footer-brand{min-width:0}.footer-brand-header{align-items:center;gap:11px;margin-bottom:19px;display:flex}.footer-logo{object-fit:contain;width:49px;height:49px}.footer-brand-name{color:#fff;font-size:14px;font-weight:600;line-height:19px}.footer-brand-tagline{color:#fff;margin-top:3px;font-size:14px;font-weight:500;line-height:19px}.footer-description{color:#fff;max-width:240px;font-size:13px;font-weight:400;line-height:18px}.footer-socials{align-items:center;gap:28px;margin-top:27px;display:flex}.footer-socials a{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.footer-socials img{object-fit:contain;width:18px;height:18px}.footer-column{flex-direction:column;align-items:flex-start;display:flex}.footer-column h3{color:#fff;font-family:var(--heading);margin:0 0 17px;font-size:14px;font-weight:500;line-height:20px}.footer-column a{color:#fff;margin-bottom:12px;font-size:13px;font-weight:400;line-height:19px;transition:opacity .2s}.footer-column a:hover{opacity:.72}.footer-email{align-items:center;gap:10px;display:flex}.footer-email img{object-fit:contain;width:18px;height:18px}.footer-email a{margin:0}@media (width<=1024px){.login-section{background-position:50%;min-height:650px}.login-content{min-height:650px;padding:20px 20px 30px}.footer-container{column-gap:40px;max-width:900px;padding-left:30px;padding-right:30px}}@media (width<=768px){.login-section{background-position:62%;min-height:auto}.login-overlay{background:linear-gradient(#030c16e0 0%,#030c16c7 45%,#030c16eb 100%)}.login-content{min-height:auto;padding:22px 16px 45px}.login-brand{margin-bottom:18px}.login-card{width:100%;max-width:476px;padding:22px 18px 25px}.footer-container{grid-template-columns:1fr 1fr;row-gap:40px;padding:35px 25px 40px}.footer-brand{grid-column:1/-1}}@media (width<=480px){.login-brand-logo{width:44px;height:44px}.login-brand-name,.login-brand-tagline{font-size:13px}.login-card-header h1{font-size:22px}.login-card-header p{font-size:13px}.social-login{gap:8px}.social-button{flex:1;min-width:0;padding:0 8px}.footer-container{grid-template-columns:1fr;row-gap:30px}.footer-brand{grid-column:auto}.footer-description{max-width:300px}}.register-page{color:#fff;background:#071a2d;width:100%;min-height:100vh}.register-section{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:748px;position:relative;overflow:hidden}.register-overlay{pointer-events:none;background:linear-gradient(90deg,#030c16eb 0%,#030c16c2 45%,#030c16d6 100%);position:absolute;inset:0}.register-content{z-index:1;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:748px;padding:20px 20px 45px;display:flex;position:relative}.register-brand{align-items:center;gap:11px;margin-bottom:18px;display:flex}.register-brand-logo{object-fit:contain;width:48px;height:48px}.register-brand-text{flex-direction:column;gap:2px;display:flex}.register-brand-name{color:#fff;font-family:var(--sans);font-size:14px;font-weight:500;line-height:19px}.register-brand-tagline{color:#fff;font-family:var(--sans);font-size:14px;font-weight:400;line-height:19px}.register-card{box-sizing:border-box;color:#fff;background:#0b2946;border-radius:9px;width:100%;max-width:546px;padding:17px 9px 24px;box-shadow:0 18px 45px #00000047}.register-card-header{text-align:center;margin-bottom:14px}.register-card-header h1{color:#fff;font-family:var(--heading);margin:0;font-size:22px;font-weight:600;line-height:29px}.register-card-header p{color:#f0f4f8;font-family:var(--sans);margin:2px 0 0;font-size:14px;font-weight:400;line-height:20px}.register-form{width:100%}.register-form-row{grid-template-columns:1fr 1fr;gap:15px;width:100%;display:grid}.register-form-group{width:100%;margin-bottom:14px}.register-form-group label{color:#fff;font-family:var(--sans);margin-bottom:7px;font-size:14px;font-weight:400;line-height:19px;display:block}.register-input-wrapper{box-sizing:border-box;background:#04192db8;border:1px solid #8ca1b4;border-radius:6px;align-items:center;width:100%;height:37px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.register-input-wrapper:focus-within{border-color:#2874ed;box-shadow:0 0 0 2px #2874ed1f}.register-input-icon{object-fit:contain;flex-shrink:0;width:17px;height:17px;margin-left:11px}.register-input-wrapper input{color:#fff;width:100%;min-width:0;height:100%;font-family:var(--sans);background:0 0;border:none;outline:none;padding:0 10px;font-size:14px;line-height:20px}.register-input-wrapper input::placeholder{color:#fff;opacity:.92}.register-password-toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:100%;padding:0;display:flex}.register-password-toggle img{object-fit:contain;width:18px;height:18px}.register-select-wrapper{overflow:hidden}.register-select-wrapper select{appearance:none;color:#fff;width:100%;min-width:0;height:100%;font-family:var(--sans);cursor:pointer;background:0 0;border:none;outline:none;padding:0 35px 0 10px;font-size:14px}.register-select-wrapper select:invalid{color:#fff}.register-select-wrapper select option{color:#fff;background:#0b2946}.register-select-arrow{color:#fff;pointer-events:none;font-size:13px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.register-terms{width:100%;margin:7px 0 15px}.register-checkbox-label{cursor:pointer;justify-content:center;align-items:center;gap:8px;display:flex}.register-checkbox-label input{opacity:0;pointer-events:none;position:absolute}.register-checkbox{box-sizing:border-box;color:#fff;border:2px solid #fff;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;font-size:12px;line-height:12px;display:flex}.register-checkbox-label input:checked+.register-checkbox{background:#2874ed;border-color:#2874ed}.register-terms-text{color:#fff;font-family:var(--sans);font-size:13px;line-height:18px}.register-terms-text a{color:#2874ed;text-decoration:none}.register-terms-text a:hover{color:#5d96f5}.register-submit{color:#fff;width:100%;height:37px;font-family:var(--sans);cursor:pointer;background:#2864e8;border:none;border-radius:7px;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:500;line-height:20px;transition:background .2s,transform .1s;display:flex}.register-submit:hover{background:#1f56d1}.register-submit:active{transform:translateY(1px)}.register-divider{align-items:center;gap:8px;width:100%;margin:20px 0 14px;display:flex}.register-divider span{background:#ffffff1a;flex:1;height:1px}.register-divider p{color:#f0f4f8;font-family:var(--sans);white-space:nowrap;flex-shrink:0;margin:0;font-size:14px;line-height:20px}.register-social{justify-content:center;gap:20px;display:flex}.register-social-button{color:#fff;min-width:88px;height:39px;font-family:var(--sans);cursor:pointer;background:#071e37;border:none;border-radius:7px;justify-content:center;align-items:center;gap:9px;padding:0 12px;font-size:14px;line-height:20px;transition:background .2s,transform .1s;display:flex}.register-social-button:hover{background:#0e2d4d}.register-social-button:active{transform:translateY(1px)}.register-social-button img{object-fit:contain;width:17px;height:17px}.register-login-prompt{border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:4px;margin-top:16px;padding-top:14px;display:flex}.register-login-prompt span{color:#fff;font-family:var(--sans);font-size:14px;line-height:20px}.register-login-prompt a{color:#2874ed;font-family:var(--sans);font-size:14px;line-height:20px;text-decoration:none}.register-login-prompt a:hover{color:#5d96f5}@media (width<=1024px){.register-section{background-position:50%;min-height:650px}.register-content{min-height:650px;padding:20px 20px 30px}}@media (width<=768px){.register-section{background-position:62%;min-height:auto}.register-overlay{background:linear-gradient(#030c16e0 0%,#030c16c7 45%,#030c16eb 100%)}.register-content{min-height:auto;padding:22px 16px 45px}.register-brand{margin-bottom:18px}.register-card{width:100%;max-width:476px;padding:22px 18px 25px}.register-form-row{grid-template-columns:1fr;gap:0}.register-form-group{margin-bottom:14px}.register-social{gap:8px}.register-social-button{flex:1;min-width:0;padding:0 8px}}@media (width<=480px){.register-brand-logo{width:44px;height:44px}.register-brand-name,.register-brand-tagline{font-size:13px}.register-card-header h1{font-size:22px}.register-card-header p{font-size:13px}.register-card{padding:20px 15px 23px}.register-terms-text{font-size:12px}}.forgot-password-page{color:#fff;background:#071a2d;width:100%;min-height:100vh}.forgot-password-section{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:572px;position:relative;overflow:hidden}.forgot-password-overlay{pointer-events:none;background:linear-gradient(90deg,#030c16e8 0%,#030c16b8 48%,#030c16d6 100%);position:absolute;inset:0}.forgot-password-content{z-index:1;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:572px;padding:18px 20px 45px;display:flex;position:relative}.forgot-password-brand{align-items:center;gap:12px;margin-bottom:26px;display:flex}.forgot-password-brand-logo{object-fit:contain;width:48px;height:48px}.forgot-password-brand-text{flex-direction:column;gap:2px;display:flex}.forgot-password-brand-name{color:#fff;font-family:var(--sans);font-size:14px;font-weight:500;line-height:19px}.forgot-password-brand-tagline{color:#fff;font-family:var(--sans);font-size:14px;font-weight:400;line-height:19px}.forgot-password-card{box-sizing:border-box;text-align:center;background:#0b2946;border-radius:8px;width:100%;max-width:376px;padding:33px 10px 34px;box-shadow:0 18px 45px #00000047}.forgot-password-icon{box-sizing:border-box;background:#2864e814;border:1px solid #2874ed;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 14px;display:flex}.forgot-password-icon img{object-fit:contain;width:42px;height:42px}.forgot-password-header{width:100%;margin-bottom:22px}.forgot-password-header h1{color:#fff;font-family:var(--heading);margin:0 0 2px;font-size:22px;font-weight:600;line-height:29px}.forgot-password-header p{color:#f0f4f8;font-family:var(--sans);margin:0;font-size:14px;font-weight:400;line-height:21px}.forgot-password-form{text-align:left;width:100%}.forgot-password-form-group{width:100%;margin-bottom:19px}.forgot-password-form-group label{color:#fff;font-family:var(--sans);margin-bottom:8px;font-size:14px;font-weight:400;line-height:19px;display:block}.forgot-password-input-wrapper{box-sizing:border-box;background:#04192db8;border:1px solid #8ca1b4;border-radius:6px;align-items:center;width:100%;height:45px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.forgot-password-input-wrapper:focus-within{border-color:#2874ed;box-shadow:0 0 0 2px #2874ed1f}.forgot-password-input-icon{object-fit:contain;flex-shrink:0;width:18px;height:18px;margin-left:12px}.forgot-password-input-wrapper input{color:#fff;width:100%;min-width:0;height:100%;font-family:var(--sans);background:0 0;border:none;outline:none;padding:0 10px;font-size:14px;line-height:20px}.forgot-password-input-wrapper input::placeholder{color:#fff;opacity:.92}.forgot-password-submit{color:#fff;width:100%;height:38px;font-family:var(--sans);cursor:pointer;background:#2864e8;border:none;border-radius:7px;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:500;line-height:20px;transition:background .2s,transform .1s;display:flex}.forgot-password-submit:hover{background:#1f56d1}.forgot-password-submit:active{transform:translateY(1px)}.forgot-password-divider{align-items:center;gap:9px;width:100%;margin:13px 0 18px;display:flex}.forgot-password-divider span{background:#ffffff1c;flex:1;height:1px}.forgot-password-divider p{color:#fff;font-family:var(--sans);margin:0;font-size:14px;font-weight:400;line-height:20px}.forgot-password-back{color:#2874ed;font-family:var(--sans);font-size:14px;font-weight:400;line-height:20px;text-decoration:none;transition:color .2s;display:inline-block}.forgot-password-back:hover{color:#5d96f5}@media (width<=1024px){.forgot-password-section,.forgot-password-content{min-height:600px}}@media (width<=768px){.forgot-password-section{background-position:62%;min-height:auto}.forgot-password-overlay{background:linear-gradient(#030c16e0 0%,#030c16c7 50%,#030c16eb 100%)}.forgot-password-content{min-height:auto;padding:22px 16px 45px}.forgot-password-brand{margin-bottom:22px}.forgot-password-card{max-width:430px;padding:30px 18px 32px}.forgot-password-desktop-break{display:none}}@media (width<=480px){.forgot-password-brand-logo{width:44px;height:44px}.forgot-password-brand-name,.forgot-password-brand-tagline{font-size:13px}.forgot-password-card{padding:26px 15px 30px}.forgot-password-header h1{font-size:21px}.forgot-password-header p{font-size:13px;line-height:20px}}.reset-password-page{color:#fff;background:#071a2d;width:100%;min-height:100vh}.reset-password-section{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:621px;position:relative;overflow:hidden}.reset-password-overlay{pointer-events:none;background:linear-gradient(90deg,#030c16e8 0%,#030c16b8 48%,#030c16d6 100%);position:absolute;inset:0}.reset-password-content{z-index:1;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:621px;padding:18px 20px 45px;display:flex;position:relative}.reset-password-brand{align-items:center;gap:12px;margin-bottom:26px;display:flex}.reset-password-brand-logo{object-fit:contain;width:48px;height:48px}.reset-password-brand-text{flex-direction:column;gap:2px;display:flex}.reset-password-brand-name{color:#fff;font-family:var(--sans);font-size:14px;font-weight:500;line-height:19px}.reset-password-brand-tagline{color:#fff;font-family:var(--sans);font-size:14px;font-weight:400;line-height:19px}.reset-password-card{box-sizing:border-box;text-align:center;background:#0b2946;border-radius:8px;width:100%;max-width:412px;padding:31px 9px 39px;box-shadow:0 18px 45px #00000047}.reset-password-icon{box-sizing:border-box;background:#2864e814;border:1px solid #2874ed;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 10px;display:flex}.reset-password-icon img{object-fit:contain;width:42px;height:42px}.reset-password-header{width:100%;margin-bottom:30px}.reset-password-header h1{color:#fff;font-family:var(--heading);margin:0 0 2px;font-size:22px;font-weight:600;line-height:29px}.reset-password-header p{color:#f0f4f8;font-family:var(--sans);margin:0;font-size:14px;font-weight:400;line-height:21px}.reset-password-form{text-align:left;width:100%}.reset-password-form-group{width:100%;margin-bottom:20px}.reset-password-form-group label{color:#fff;font-family:var(--sans);margin-bottom:8px;font-size:14px;font-weight:400;line-height:19px;display:block}.reset-password-input-wrapper{box-sizing:border-box;background:#04192db8;border:1px solid #8ca1b4;border-radius:6px;align-items:center;width:100%;height:42px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.reset-password-input-wrapper:focus-within{border-color:#2874ed;box-shadow:0 0 0 2px #2874ed1f}.reset-password-input-icon{object-fit:contain;flex-shrink:0;width:18px;height:18px;margin-left:12px}.reset-password-input-wrapper input{color:#fff;width:100%;min-width:0;height:100%;font-family:var(--sans);background:0 0;border:none;outline:none;padding:0 10px;font-size:14px;line-height:20px}.reset-password-input-wrapper input::placeholder{color:#fff;opacity:.92}.reset-password-toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:100%;padding:0;display:flex}.reset-password-toggle img{object-fit:contain;width:18px;height:18px}.reset-password-submit{color:#fff;width:100%;height:37px;font-family:var(--sans);cursor:pointer;background:#2864e8;border:none;border-radius:7px;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:500;line-height:20px;transition:background .2s,transform .1s;display:flex}.reset-password-submit:hover{background:#1f56d1}.reset-password-submit:active{transform:translateY(1px)}@media (width<=1024px){.reset-password-section,.reset-password-content{min-height:600px}}@media (width<=768px){.reset-password-section{background-position:62%;min-height:auto}.reset-password-overlay{background:linear-gradient(#030c16e0 0%,#030c16c7 50%,#030c16eb 100%)}.reset-password-content{min-height:auto;padding:22px 16px 45px}.reset-password-brand{margin-bottom:22px}.reset-password-card{max-width:430px;padding:28px 18px 32px}}@media (width<=480px){.reset-password-brand-logo{width:44px;height:44px}.reset-password-brand-name,.reset-password-brand-tagline{font-size:13px}.reset-password-card{padding:25px 15px 30px}.reset-password-header h1{font-size:21px}.reset-password-header p{font-size:13px;line-height:20px}}.athlete-sidebar{box-sizing:border-box;z-index:1000;background:#153f67;flex-direction:column;width:300px;height:100vh;transition:width .25s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.athlete-sidebar--collapsed{width:68px}.athlete-sidebar__brand{box-sizing:border-box;flex-shrink:0;align-items:center;gap:10px;height:82px;padding:0 18px;display:flex}.athlete-sidebar--collapsed .athlete-sidebar__brand{justify-content:center;padding:0}.athlete-sidebar__logo{object-fit:contain;flex-shrink:0;width:32px;height:32px}.athlete-sidebar__brand-text{white-space:nowrap;flex-direction:column;line-height:1.05;display:flex}.athlete-sidebar__brand-title{color:#fff}.athlete-sidebar__nav{box-sizing:border-box;flex-direction:column;gap:7px;padding:15px 12px;display:flex}.athlete-sidebar__nav-item{box-sizing:border-box;color:#fff;border-radius:5px;align-items:center;gap:12px;width:100%;height:36px;padding:0 9px;font-size:12px;text-decoration:none;transition:background-color .2s;display:flex}.athlete-sidebar--collapsed .athlete-sidebar__nav-item{justify-content:center;padding:0}.athlete-sidebar__nav-item:hover{background:#ffffff14}.athlete-sidebar__nav-item--active{background:#2868e8}.athlete-sidebar__icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.athlete-sidebar__icon{object-fit:contain;width:18px;height:18px;display:block}.athlete-sidebar__badge{color:#fff;box-sizing:border-box;background:#2f6ff2;border-radius:5px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:600;display:flex;position:absolute;top:-7px;right:-9px}.athlete-sidebar__label{white-space:nowrap;color:#fff}.athlete-sidebar__upgrade{box-sizing:border-box;background:0 0;border:1px solid #ffffffb3;border-radius:6px;position:absolute;bottom:103px;left:19px;right:13px;overflow:hidden}.athlete-sidebar__upgrade-image{object-fit:cover;width:100%;height:130px;display:block}.athlete-sidebar__upgrade-content{padding:9px 9px 10px}.athlete-sidebar__upgrade-content h3{color:#fff;margin:0 0 7px;font-weight:700}.athlete-sidebar__upgrade-content p{color:#fff;margin:0 0 9px;line-height:1.45}.athlete-sidebar__upgrade-content button{color:#fff;cursor:pointer;background:#2868e8;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;padding:0 16px;font-size:15px;font-weight:500;transition:background .2s;display:flex}.athlete-sidebar__upgrade-content button:hover{background:#1e55d4}.athlete-sidebar__upgrade-arrow{flex-shrink:0}.athlete-layout{background:#f7f9fc;width:100%;min-height:100vh}.athlete-layout__content{box-sizing:border-box;width:calc(100% - 300px);min-height:auto;margin-left:300px;transition:margin-left .25s,width .25s}.athlete-layout--collapsed .athlete-layout__content{width:calc(100% - 68px);margin-left:68px}.athlete-home{background:#fff;width:100%;min-height:100%}.athlete-home__header{border-bottom:1px solid #edf0f4;padding:28px 26px 24px}.athlete-home__header h1{color:#111;margin:0;font-size:32px;font-weight:700;line-height:1.2}.athlete-home__header p{color:#58657a;margin:10px 0 0;font-size:15px;line-height:1.5}.athlete-home__dashboard{grid-template-columns:minmax(0,2.3fr) minmax(260px,1fr);gap:18px;padding:10px 18px 30px;display:grid}.athlete-session-card{background:#050505;border-radius:16px;min-height:330px;position:relative;overflow:hidden}.athlete-session-card__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.athlete-session-card__overlay{background:linear-gradient(90deg,#000000e0 0%,#0000009e 45%,#00000040 100%);position:absolute;inset:0}.athlete-session-card__content{z-index:2;color:#fff;flex-direction:column;min-height:330px;padding:24px 22px 22px;display:flex;position:relative}.athlete-session-card__top{justify-content:space-between;align-items:center;display:flex}.athlete-session-card__label{font-size:14px;font-weight:500}.athlete-session-card__live{color:#fff;background:#16c95b;border-radius:20px;align-items:center;padding:7px 13px;font-size:12px;font-weight:600;display:inline-flex}.athlete-session-card__info{margin-top:auto}.athlete-session-card__info h2{color:#fff;max-width:390px;margin:0 0 10px;font-size:23px;font-weight:500;line-height:1.25}.athlete-session-card__time{color:#fff;align-items:center;gap:8px;font-size:14px;display:flex}.athlete-session-card__progress{background:#000000b8;border-radius:12px;width:min(100%,310px);margin-top:16px;padding:11px 12px}.athlete-session-card__progress-header{color:#fff;justify-content:space-between;margin-bottom:8px;font-size:11px;display:flex}.athlete-session-card__progress-header>span:first-child{align-items:center;gap:6px;display:flex}.athlete-session-card__status-dot{background:#18d766;border-radius:50%;width:6px;height:6px}.athlete-session-card__progress-bar{background:#4c4c4c;border-radius:10px;width:100%;height:5px;overflow:hidden}.athlete-session-card__progress-fill{border-radius:inherit;background:#19cf68;height:100%}.athlete-session-card__duration{color:#d6d6d6;gap:4px;margin-top:7px;font-size:10px;display:flex}.athlete-session-card__actions{align-items:center;gap:16px;margin-top:16px;display:flex}.athlete-session-card__start{color:#fff;background:#2864ed;border-radius:8px;align-items:center;gap:10px;padding:11px 17px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.athlete-session-card__start:hover{background:#1e55d4;transform:translateY(-1px)}.athlete-session-card__play{font-size:13px}.athlete-session-card__details{color:#fff;border:1px solid #ffffffbf;border-radius:8px;justify-content:center;align-items:center;padding:10px 17px;font-size:14px;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.athlete-session-card__details:hover{color:#111;background:#fff}.athlete-progress-card{color:#fff;text-align:center;background:#092844;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:25px;display:flex}.athlete-progress-card__circle{background:conic-gradient(#8d4ee8 0deg,#3677ed 260deg,#40506b 260deg 360deg);border-radius:50%;justify-content:center;align-items:center;width:176px;height:176px;display:flex}.athlete-progress-card__circle-inner{background:#092844;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;display:flex}.athlete-progress-card__circle-inner span{color:#aebdd0;margin-bottom:4px;font-size:11px}.athlete-progress-card__circle-inner strong{color:#fff;font-size:25px;font-weight:600}.athlete-progress-card__content{max-width:230px;margin-top:18px}.athlete-progress-card__content h2{margin:0 0 12px;font-size:15px;font-weight:600}.athlete-progress-card__content p{color:#fff;margin:0 0 7px;font-size:13px;line-height:1.5}@media (width<=1024px){.athlete-home__dashboard{grid-template-columns:1fr}.athlete-progress-card{min-height:280px}}@media (width<=768px){.athlete-home__header{padding:22px 18px}.athlete-home__header h1{font-size:26px}.athlete-home__header p{font-size:14px}.athlete-home__dashboard{padding:10px 12px 25px}.athlete-session-card,.athlete-session-card__content{min-height:360px}.athlete-session-card__info h2{font-size:20px}.athlete-session-card__actions{flex-wrap:wrap}}@media (width<=480px){.athlete-home__header h1{font-size:23px}.athlete-session-card__content{padding:18px}.athlete-session-card__progress{width:100%}.athlete-session-card__start,.athlete-session-card__details{flex:1}}.weekly-feedback-modal__backdrop{z-index:9999;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.weekly-feedback-modal{box-sizing:border-box;background:#fff;border-radius:14px;width:min(700px,100%);padding:30px 32px 24px}.weekly-feedback-modal__header{text-align:center}.weekly-feedback-modal__header h2{color:#111a2e;margin:0 0 18px;font-size:30px;font-weight:500}.weekly-feedback-modal__header p{color:#111a2e;margin:0 0 14px;font-size:17px}.weekly-feedback-modal__header span{color:#263248;font-size:14px;line-height:1.5;display:block}.weekly-feedback-modal__rating{align-items:center;gap:35px;margin-top:20px;display:flex}.weekly-feedback-modal__rating label{color:#263248;font-size:18px}.weekly-feedback-modal__stars{align-items:center;gap:8px;display:flex}.weekly-feedback-modal__star{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.weekly-feedback-modal__star img{object-fit:contain;width:21px;height:21px;display:block}.weekly-feedback-modal__star:hover{transform:scale(1.1)}.weekly-feedback-modal__field{margin-top:30px}.weekly-feedback-modal__field>label{color:#263248;margin:0 0 15px 12px;font-size:18px;display:block}.weekly-feedback-modal__textarea-wrapper{position:relative}.weekly-feedback-modal__textarea-wrapper textarea{box-sizing:border-box;resize:none;color:#263248;border:1px solid #d9dee7;border-radius:14px;outline:none;width:100%;height:210px;padding:16px 50px 16px 14px;font-family:inherit;font-size:17px;line-height:1.5}.weekly-feedback-modal__textarea-wrapper textarea::placeholder{color:#627087}.weekly-feedback-modal__textarea-wrapper textarea:focus{border-color:#2585f5}.weekly-feedback-modal__attachment{cursor:pointer;background:#000;border:none;border-radius:14px 0;justify-content:center;align-items:center;width:50px;height:38px;display:flex;position:absolute;bottom:0;right:16px}.weekly-feedback-modal__attachment img{object-fit:contain;width:20px;height:20px}.weekly-feedback-modal__actions{justify-content:flex-end;align-items:center;gap:30px;margin-top:34px;display:flex}.weekly-feedback-modal__cancel{color:#111;cursor:pointer;background:0 0;border:none;font-size:16px}.weekly-feedback-modal__submit{color:#fff;cursor:pointer;background:#168af5;border:none;border-radius:12px;min-width:145px;padding:12px 20px;font-size:16px}.weekly-feedback-modal__submit:hover{background:#087be6}.weekly-feedback-modal__submit:disabled{cursor:not-allowed;background:#b8c0ca}@media (width<=600px){.weekly-feedback-modal{padding:24px 20px 20px}.weekly-feedback-modal__header h2{font-size:25px}.weekly-feedback-modal__rating{gap:20px}.weekly-feedback-modal__rating label{font-size:16px}.weekly-feedback-modal__actions{gap:18px}}.athlete-calendar{background:#fff;width:100%;min-height:100%}.athlete-calendar__header{border-bottom:1px solid #edf0f4;padding:28px 26px 24px}.athlete-calendar__header h1{color:#111;margin:0;font-size:32px;font-weight:700;line-height:1.2}.athlete-calendar__header p{color:#58657a;margin:10px 0 0;font-size:15px;line-height:1.5}.athlete-calendar__container{background:#fff;border:1px solid #d9e1eb;border-radius:12px;margin:10px 18px 30px;overflow:hidden}.athlete-calendar__toolbar{background:#eef4fa;border-bottom:1px solid #d5deea;grid-template-columns:1fr auto 1fr;align-items:center;min-height:56px;padding:7px 9px;display:grid}.athlete-calendar__navigation{align-items:center;gap:6px;display:flex}.athlete-calendar__nav-button{color:#111;cursor:pointer;background:#f8fbff;border:1px solid #d6e0eb;border-radius:7px;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.athlete-calendar__nav-button:hover{background:#fff}.athlete-calendar__nav-button img{width:16px;height:16px}.athlete-calendar__today{color:#111;cursor:pointer;background:#f8fbff;border:1px solid #d6e0eb;border-radius:7px;height:39px;margin-left:4px;padding:0 15px;font-size:14px}.athlete-calendar__today:hover{background:#fff}.athlete-calendar__toolbar h2{color:#111;text-align:center;margin:0;font-size:22px;font-weight:600}.athlete-calendar__views{background:#fff;border:1px solid #d4deea;border-radius:8px;justify-self:end;display:flex;overflow:hidden}.athlete-calendar__views button{color:#111;cursor:pointer;background:#fff;border:0;border-right:1px solid #d4deea;min-width:64px;height:39px;padding:0 12px;font-size:13px}.athlete-calendar__views button:last-child{border-right:0}.athlete-calendar__views button.active{color:#fff;background:#2864ed}.athlete-calendar__weekdays{background:#eef4fa;border-bottom:1px solid #8ea5bf;grid-template-columns:repeat(7,1fr);display:grid}.athlete-calendar__weekday{color:#222;border-right:1px solid #8ea5bf;justify-content:center;align-items:center;min-height:38px;font-size:13px;font-weight:500;display:flex}.athlete-calendar__weekday:last-child{border-right:0}.athlete-calendar__grid{grid-template-columns:repeat(7,1fr);display:grid}.athlete-calendar__day{background:#fff;border-bottom:1px solid #8ea5bf;border-right:1px solid #8ea5bf;min-height:122px;padding:9px;position:relative}.athlete-calendar__day:nth-child(7n){border-right:0}.athlete-calendar__day:nth-last-child(-n+7){border-bottom:0}.athlete-calendar__date{color:#25344a;font-size:14px;display:block}.athlete-calendar__day--muted .athlete-calendar__date{color:#b9c4d0}.athlete-calendar__session{text-align:left;cursor:pointer;border:1px solid #0000;border-radius:8px;flex-direction:column;gap:4px;width:100%;margin-top:9px;padding:9px;display:flex}.athlete-calendar__session-time{color:#18283c;align-items:center;gap:5px;font-size:10px;line-height:1.25;display:flex}.athlete-calendar__session-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.athlete-calendar__session-title{color:#111;font-size:13px;line-height:1.25}.athlete-calendar__session--fitness{background:#e0f5e8;border-color:#a5d8b8}.athlete-calendar__session--fitness .athlete-calendar__session-dot{background:#22bd61}.athlete-calendar__session--power{background:#dfe9fa;border-color:#a8bfe6}.athlete-calendar__session--power .athlete-calendar__session-dot{background:#2864ed}.athlete-calendar__session--match{background:#f9e3e3;border-color:#e8b6b6}.athlete-calendar__session--match .athlete-calendar__session-dot{background:#e74c4c}.athlete-calendar__session:hover{filter:brightness(.97)}.athlete-calendar__empty-view{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;display:flex}.athlete-calendar__empty-view img{width:42px;height:42px;margin-bottom:12px}.athlete-calendar__empty-view h3{margin:0;font-size:18px}.athlete-calendar__empty-view p{color:#69778b;margin:7px 0 0;font-size:14px}.athlete-calendar__list{padding:10px}.athlete-calendar__list-item{border-bottom:1px solid #e3e8ee;grid-template-columns:130px 45px 1fr;align-items:center;gap:15px;padding:15px;display:grid}.athlete-calendar__list-date strong{color:#27374d;font-size:14px}.athlete-calendar__list-icon{background:#e4efff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.athlete-calendar__list-icon img{width:20px;height:20px}.athlete-calendar__list-content h3{margin:0;font-size:15px;font-weight:600}.athlete-calendar__list-content p{color:#69778b;margin:4px 0 0;font-size:13px}@media (width<=1024px){.athlete-calendar__toolbar{grid-template-columns:1fr;gap:10px;padding:12px}.athlete-calendar__toolbar h2{order:-1}.athlete-calendar__views{justify-self:start}}@media (width<=768px){.athlete-calendar__header{padding:22px 18px}.athlete-calendar__header h1{font-size:26px}.athlete-calendar__header p{font-size:14px}.athlete-calendar__container{margin:10px}.athlete-calendar__grid{min-width:700px}.athlete-calendar__month{overflow-x:auto}.athlete-calendar__toolbar{padding:10px}.athlete-calendar__toolbar h2{font-size:19px}.athlete-calendar__list-item{grid-template-columns:1fr;gap:8px}}.session-rules-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0512238c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.session-rules-modal{background:#fff;border-radius:16px;width:min(620px,100%);max-height:calc(100vh - 40px);padding:28px;overflow-y:auto;box-shadow:0 20px 60px #00000038}.session-rules-modal__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.session-rules-modal__header h2{color:#101828;margin:0 0 8px;font-size:24px;font-weight:600}.session-rules-modal__header p{color:#667085;margin:0;font-size:14px;line-height:1.5}.session-rules-modal__close{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:26px;display:flex}.session-rules-modal__close:hover{background:#f2f4f7}.session-rules-modal__rules{flex-direction:column;gap:14px;display:flex}.session-rule{background:#f9fafb;border:1px solid #e4e7ec;border-radius:12px;gap:14px;padding:16px;display:flex}.session-rule__icon{background:#e8f1ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;display:flex}.session-rule__icon--warning{background:#fff4e5}.session-rule__content h3{color:#101828;margin:0 0 5px;font-size:15px;font-weight:600}.session-rule__content p{color:#667085;margin:0;font-size:13px;line-height:1.55}.session-rule__content strong{color:#344054;font-weight:600}.session-rules-modal__checkbox{color:#344054;cursor:pointer;align-items:center;gap:10px;margin-top:22px;font-size:14px;display:flex}.session-rules-modal__checkbox input{cursor:pointer;accent-color:#2864e6;width:17px;height:17px}.session-rules-modal__actions{justify-content:flex-end;margin-top:22px;display:flex}.session-rules-modal__continue{color:#fff;cursor:pointer;background:#2864e6;border:none;border-radius:8px;min-width:190px;height:44px;font-size:14px;font-weight:500;transition:background .2s,opacity .2s}.session-rules-modal__continue:hover:not(:disabled){background:#1f56cf}.session-rules-modal__continue:disabled{opacity:.45;cursor:not-allowed}@media (width<=600px){.session-rules-modal{border-radius:14px;padding:20px}.session-rules-modal__header h2{font-size:21px}.session-rule{padding:13px}.session-rules-modal__continue{width:100%}}.notification-page{box-sizing:border-box;background:#f8fafc;width:100%;min-height:100%;padding:34px 36px 40px}.notification-header{margin-bottom:16px}.notification-header h1{color:#111827;margin:0;font-size:24px;font-weight:600;line-height:1.2}.notification-header p{color:#64748b;margin:12px 0 0;font-size:14px}.notification-toolbar{align-items:center;gap:14px;margin-bottom:18px;display:flex}.notification-filters{flex:1;align-items:center;gap:10px;display:flex}.notification-filter{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:22px;align-items:center;gap:8px;height:38px;padding:0 12px;font-size:14px;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:flex}.notification-filter:hover{border-color:#2563eb}.notification-filter--active{color:#fff;background:#2563eb;border-color:#2563eb}.notification-filter-count{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:12px;display:inline-flex}.notification-filter--active .notification-filter-count{color:#fff;background:#fff3}.notification-search{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;width:190px;height:38px;padding:0 12px;display:flex}.notification-search img{object-fit:contain;width:20px;height:20px;margin-right:8px}.notification-search input{color:#334155;background:0 0;border:none;outline:none;width:100%;font-size:14px}.notification-search input::placeholder{color:#64748b}.notification-filter-button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.notification-filter-button img{width:20px;height:20px}.notification-list{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;overflow:hidden}.notification-item{box-sizing:border-box;border-bottom:1px solid #e2e8f0;grid-template-columns:16px 48px minmax(300px,1fr) 125px 90px 80px 32px;align-items:center;column-gap:12px;min-height:92px;padding:0 14px;display:grid}.notification-item:last-child{border-bottom:none}.notification-status{justify-content:center;display:flex}.notification-unread-dot{background:#1683ff;border-radius:50%;width:7px;height:7px}.notification-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.notification-icon img{object-fit:contain;width:24px;height:24px}.notification-icon--reminder{background:#dff1ff}.notification-icon--feedback{background:#e8e4ff}.notification-icon--schedule{background:#dff1ff}.notification-icon--program{background:#fff0cf}.notification-icon--payment{background:#dff1ff}.notification-content{min-width:0}.notification-content h2{color:#172033;white-space:nowrap;text-overflow:ellipsis;margin:0 0 7px;font-size:14px;font-weight:500;line-height:1.3;overflow:hidden}.notification-content p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;line-height:1.4;overflow:hidden}.notification-type{border-radius:11px;justify-content:center;align-items:center;height:38px;padding:0 12px;font-size:13px;font-weight:500;display:flex}.notification-type--reminder{color:#15803d;background:#d8f8e5}.notification-type--feedback{color:#6855f5;background:#e4dfff}.notification-type--schedule{color:#1683ff;background:#d8ecff}.notification-type--program{color:#e99500;background:#ffedc9}.notification-type--payment{color:#ef4444;background:#ffdada}.notification-time{color:#111827;white-space:nowrap;font-size:13px}.notification-action{color:#0083ff;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:500}.notification-action:hover{text-decoration:underline}.notification-action--payment{color:#ef4444}.notification-more{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.notification-more img{width:20px;height:20px}.notification-empty{text-align:center;padding:70px 20px}.notification-empty h2{color:#172033;margin:0 0 8px;font-size:18px}.notification-empty p{color:#64748b;margin:0;font-size:14px}.notification-footer{background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 12px 12px;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding:0 8px;display:grid}.notification-result-count{color:#111827;font-size:13px}.notification-pagination{align-items:center;gap:8px;display:flex}.pagination-button{color:#172033;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-width:38px;height:38px;font-size:13px;display:flex}.pagination-button:hover{border-color:#2563eb}.pagination-button--active{color:#fff;background:#2563eb;border-color:#2563eb}.pagination-prev,.pagination-next{padding:0 10px}.notification-page-size{color:#172033;background:#fff;border:1px solid #e2e8f0;border-radius:9px;outline:none;justify-self:end;height:38px;padding:0 12px;font-size:13px}@media (width<=1200px){.notification-page{padding:28px 24px}.notification-toolbar{flex-wrap:wrap}.notification-filters{width:100%;padding-bottom:3px;overflow-x:auto}.notification-search{margin-left:auto}.notification-item{grid-template-columns:12px 44px minmax(240px,1fr) 110px 75px 60px 30px}}@media (width<=900px){.notification-item{grid-template-columns:12px 44px 1fr 30px;row-gap:8px;padding:14px}.notification-type{grid-column:3;justify-self:start}.notification-time{display:none}.notification-action{grid-area:1/4}.notification-more{grid-area:2/4}.notification-footer{grid-template-columns:1fr;gap:14px;padding:18px}.notification-pagination{justify-content:center}.notification-page-size{justify-self:center}}@media (width<=600px){.notification-page{padding:20px 14px}.notification-header h1{font-size:22px}.notification-search{width:100%}.notification-filter-button{display:none}.notification-toolbar{gap:10px}.notification-content h2,.notification-content p{white-space:normal}.pagination-button:not(.pagination-button--active):not(.pagination-prev):not(.pagination-next){display:none}}.athlete-profile-page{box-sizing:border-box;background:#f8fafc;width:100%;min-height:100%;padding:30px 28px 40px}.profile-page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.profile-page-header h1{color:#111827;margin:0;font-size:24px;font-weight:600;line-height:1.2}.profile-edit-button{color:#1683ff;cursor:pointer;background:#fff;border:1px solid #1683ff;border-radius:8px;align-items:center;gap:8px;height:38px;padding:0 14px;font-size:13px;font-weight:500;display:flex}.profile-edit-button:hover{background:#eff6ff}.profile-edit-button img{width:18px;height:18px}.profile-card{box-sizing:border-box;background:#edf4fb;border-radius:7px;width:100%;margin-bottom:24px;padding:20px}.profile-card h2{color:#111827;margin:0 0 24px;font-size:20px;font-weight:500;line-height:1.2}.personal-information-content{grid-template-columns:220px minmax(220px,1fr) minmax(240px,1fr);align-items:center;column-gap:28px;display:grid}.profile-image-section{justify-content:center;display:flex}.profile-image-wrapper{width:150px;height:150px;position:relative}.profile-image{object-fit:cover;box-sizing:border-box;border:6px solid #9fb1c8;border-radius:50%;width:150px;height:150px;display:block}.profile-camera-button{cursor:pointer;background:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;bottom:2px;right:-2px}.profile-camera-button img{width:20px;height:20px}.profile-main-information{flex-direction:column;gap:18px;display:flex}.profile-name-section{flex-direction:column;gap:8px;display:flex}.profile-name-section h3{color:#111827;margin:0;font-size:15px;font-weight:600}.profile-name-input{box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;max-width:220px;height:36px;padding:0 10px;font-size:14px}.profile-name-input:focus{border-color:#1683ff}.profile-status{color:#22c55e;background:#d5f5e5;border-radius:20px;align-items:center;gap:8px;width:fit-content;padding:7px 13px;font-size:13px;display:inline-flex}.status-dot{background:#22c55e;border-radius:50%;width:9px;height:9px}.profile-info-item{align-items:center;gap:12px;display:flex}.profile-info-icon{background:#d8e8ff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.profile-info-icon img{width:19px;height:19px}.profile-info-item>div:last-child{flex-direction:column;gap:3px;display:flex}.profile-info-item span{color:#334155;font-size:12px}.profile-info-item strong{color:#111827;font-size:13px;font-weight:500}.profile-info-item input{background:#fff;border:1px solid #cbd5e1;border-radius:5px;outline:none;width:150px;height:32px;padding:0 8px;font-size:13px}.profile-contact-information{flex-direction:column;gap:25px;display:flex}.profile-contact-item{align-items:center;gap:12px;display:flex}.profile-contact-icon{background:#d8e8ff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.profile-contact-icon img{width:19px;height:19px}.profile-contact-item span{color:#1e293b;font-size:14px}.profile-contact-item input{background:#fff;border:1px solid #cbd5e1;border-radius:5px;outline:none;width:200px;height:32px;padding:0 8px;font-size:13px}.profile-save-section{justify-content:flex-end;margin-top:-10px;margin-bottom:24px;display:flex}.profile-save-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:7px;height:40px;padding:0 20px;font-size:13px;font-weight:500}.profile-save-button:hover{background:#1d4ed8}.membership-card{padding-bottom:16px}.membership-content{grid-template-columns:minmax(450px,1fr) 280px;gap:20px;display:grid}.membership-details{padding-right:10px}.membership-row{border-bottom:1px solid #d6e0ea;grid-template-columns:1fr 1fr;align-items:center;min-height:52px;display:grid}.membership-row:last-child{border-bottom:none}.membership-label{color:#111827;align-items:center;gap:12px;font-size:14px;display:flex}.membership-label img{width:20px;height:20px}.membership-row>span:last-child{text-align:right;color:#1e293b;font-size:13px}.membership-plan{color:#2563eb!important}.membership-actions{border-left:1px solid #d6e0ea;padding-left:16px}.membership-active-box{box-sizing:border-box;background:#c9f0dd;border-radius:17px;min-height:82px;padding:14px}.membership-active-title{color:#16a34a;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.membership-active-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.membership-active-box p{color:#172033;margin:0;font-size:12px;line-height:1.4}.renew-plan-button,.upgrade-plan-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:38px;margin-top:16px;font-size:13px;display:flex}.renew-plan-button{color:#1683ff;background:#fff;border:1px solid #1683ff}.renew-plan-button:hover{background:#eff6ff}.upgrade-plan-button{color:#fff;background:#111827;border:1px solid #111827}.upgrade-plan-button:hover{background:#1e293b}.renew-plan-button img,.upgrade-plan-button img{width:18px;height:18px}.profile-logout-section{justify-content:flex-end;margin-top:32px;display:flex}.profile-logout-button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:126px;height:38px;font-size:13px;display:flex}.profile-logout-button:hover{background:#dc2626}.profile-logout-button img{width:18px;height:18px}@media (width<=1100px){.personal-information-content{grid-template-columns:170px 1fr}.profile-contact-information{grid-column:2}.membership-content{grid-template-columns:1fr}.membership-actions{border-top:1px solid #d6e0ea;border-left:none;padding-top:20px;padding-left:0}}@media (width<=700px){.athlete-profile-page{padding:20px 16px 30px}.profile-page-header h1{font-size:22px}.personal-information-content{grid-template-columns:1fr;gap:24px}.profile-image-section{justify-content:flex-start}.profile-contact-information{grid-column:auto}.membership-row{grid-template-columns:1fr auto}}@media (width<=480px){.profile-page-header{align-items:flex-start;gap:15px}.profile-edit-button{padding:0 10px}.profile-edit-button span{display:none}.profile-card{padding:16px}.membership-row{min-height:60px}.membership-label{font-size:13px}.membership-row>span:last-child{font-size:12px}}.session-page{color:#1f2937;box-sizing:border-box;background:#f8fafc;width:100%;min-height:100vh}.session-page__header{box-sizing:border-box;background:#fff;border-bottom:1px solid #dbe2ea;align-items:center;gap:35px;min-height:136px;padding:20px 28px;display:flex;box-shadow:0 2px 5px #0f172a1f}.session-page__header-left{flex:1;min-width:0}.session-back{color:#111827;cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;margin-bottom:18px;padding:0;font-size:14px;display:flex}.session-back img{width:17px;height:17px}.session-title__row{align-items:center;gap:15px;display:flex}.session-title h1{color:#1f2937;margin:0;font-size:22px;font-weight:600;line-height:1.2}.session-live{color:#16a34a;white-space:nowrap;border:1px solid #22c55e;border-radius:20px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;display:inline-flex}.session-live span{background:#22c55e;border-radius:50%;width:7px;height:7px}.session-time{color:#1f2937;align-items:center;gap:8px;margin-top:10px;font-size:13px;display:flex}.session-time img{width:17px;height:17px}.session-page__progress{flex-shrink:0;width:180px}.session-page__progress-title{justify-content:space-between;margin-bottom:7px;font-size:13px;display:flex}.session-page__progress-title strong{color:#111827;font-weight:500}.session-progress-track{background:#94a3b8;border-radius:10px;width:100%;height:5px;overflow:hidden}.session-progress-fill{border-radius:inherit;background:#2563eb;height:100%}.session-expiry{color:#334155;text-align:center;margin-top:13px;font-size:12px}.session-expiry strong{color:#ef4444;font-weight:500}.leave-session{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #ef4444;border-radius:7px;flex-shrink:0;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:13px;display:flex}.leave-session:hover{background:#fff5f5}.session-page__content{box-sizing:border-box;grid-template-columns:minmax(0,1fr) 340px;gap:18px;padding:45px 28px 40px;display:grid}.session-page__left{min-width:0}.session-video-player{aspect-ratio:16/9;background:#08111f;border-radius:6px;width:100%;position:relative;overflow:hidden;box-shadow:0 2px 7px #0f172a26}.session-video{object-fit:cover;background:#08111f;width:100%;height:100%;display:block}.current-segment{color:#fff;box-sizing:border-box;background:#051e37d1;border-radius:6px;width:170px;padding:13px;position:absolute;top:48px;left:18px}.current-segment>span{color:#dbeafe;margin-bottom:5px;font-size:11px;display:block}.current-segment h2{margin:0 0 7px;font-size:21px;font-weight:400}.current-segment strong{margin-bottom:8px;font-size:12px;font-weight:400;display:block}.current-segment p{color:#e2e8f0;margin:0;font-size:12px;line-height:1.5}.video-speed{color:#fff;background:#051e37bf;border-radius:4px;padding:7px 9px;font-size:11px;position:absolute;top:10px;right:12px}.video-controls{color:#fff;align-items:center;gap:10px;display:flex;position:absolute;bottom:10px;left:16px;right:16px}.video-control-button{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:25px;height:25px;padding:0;font-size:14px;display:flex}.video-time{flex-shrink:0;font-size:11px}.video-progress{appearance:none;cursor:pointer;background:linear-gradient(to right, #3b82f6 0%, #3b82f6 var(--progress), #fff var(--progress), #fff 100%);border-radius:999px;outline:none;width:100%;height:4px}.video-progress::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#3b82f6;border-radius:50%;width:12px;height:12px}.session-info-panel{background:#fff;border:1px solid #aebdce;border-radius:6px;margin-top:20px;overflow:hidden}.session-tabs{border-bottom:1px solid #aebdce;height:38px;display:flex}.session-tab{color:#1e293b;cursor:pointer;background:0 0;border:none;padding:0 10px;font-size:13px;position:relative}.session-tab--active{color:#1683ff}.session-tab--active:after{content:"";background:#1683ff;height:2px;position:absolute;bottom:-1px;left:0;right:0}.session-overview{padding:22px 26px 18px}.session-overview__title{align-items:center;gap:8px;margin-bottom:12px;display:flex}.session-overview__title h2{color:#1f2937;margin:0;font-size:15px;font-weight:500}.session-overview__title span{color:#475569;border:1px solid #94a3b8;border-radius:10px;padding:5px 8px;font-size:11px}.session-description{color:#1e293b;max-width:720px;margin:0 0 18px;font-size:12px;line-height:1.6}.session-overview__grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.overview-box{box-sizing:border-box;border:1px solid #aebdce;border-radius:6px;min-height:135px;padding:14px}.overview-box h3{color:#1f2937;margin:0 0 12px;font-size:14px;font-weight:500}.overview-box ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.overview-box li{color:#1e293b;align-items:center;gap:10px;font-size:12px;display:flex}.overview-box li>span{color:#22c55e;font-size:14px;font-weight:600}.equipment-icon{color:#0f172a!important;font-size:8px!important}.coach-tips{min-height:190px;padding:24px 26px}.coach-tips h2{color:#1f2937;margin:0 0 14px;font-size:16px;font-weight:500}.coach-tips p{color:#334155;background:#f0f7ff;border-left:3px solid #1683ff;border-radius:4px;max-width:750px;margin:0;padding:16px;font-size:13px;line-height:1.7}.session-segments{background:#fff;border:1px solid #d6dee8;border-radius:8px;align-self:start;min-width:0;padding:12px}.session-segments__header{justify-content:space-between;align-items:flex-start;padding:0 4px 12px;display:flex}.session-segments__header h2{margin:0 0 8px;font-size:14px;font-weight:600}.session-segments__header p{color:#1e293b;margin:0;font-size:12px}.session-segments__header p span{margin:0 7px}.session-segments__header button{color:#1683ff;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}.segments-list{border:1px solid #d6dee8;border-radius:6px;overflow:hidden}.segment{background:#fff;border-bottom:1px solid #d6dee8}.segment:last-child{border-bottom:none}.segment--expanded{border-left:3px solid #2563eb}.segment-header{color:#1e293b;text-align:left;cursor:pointer;background:#fff;border:none;grid-template-columns:22px minmax(0,1fr) 55px 18px;align-items:center;gap:3px;width:100%;min-height:48px;padding:0 9px;display:grid}.segment--expanded .segment-header{background:#f5f8fc}.segment-number{font-size:12px}.segment-name{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.segment-duration{text-align:right;color:#334155;font-size:12px}.segment-arrow{text-align:right;color:#0f172a;font-size:15px}.segment-drills{border-top:1px solid #d6dee8;padding:4px 10px 7px 24px}.segment-drill{text-align:left;cursor:pointer;background:0 0;border:none;grid-template-columns:14px minmax(0,1fr) 50px;align-items:center;gap:7px;width:100%;min-height:38px;padding:0;display:grid}.segment-drill:hover{color:#1683ff}.drill-dot{color:#2563eb;font-size:8px}.drill-name{color:#334155;font-size:11px}.drill-duration{color:#334155;text-align:right;font-size:11px}@media (width<=1100px){.session-page__content{grid-template-columns:minmax(0,1fr) 300px}.session-page__header{gap:20px}.session-page__progress{width:150px}}@media (width<=900px){.session-page__header{flex-wrap:wrap;padding:18px 20px}.session-page__header-left{width:100%}.session-page__progress{width:220px}.session-page__content{grid-template-columns:1fr;padding:25px 20px}.session-segments{width:100%}}@media (width<=600px){.session-page__header{padding:16px;display:block}.session-page__progress{width:100%;margin-top:18px}.leave-session{margin-top:15px}.session-title__row{flex-direction:column;align-items:flex-start;gap:8px}.session-title h1{font-size:19px}.session-page__content{padding:18px 12px}.current-segment{width:155px;top:15px;left:12px}.session-overview__grid{grid-template-columns:1fr}.session-overview{padding:18px}.session-segments{padding:8px}}:root{--sans:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--heading:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-h1:2.5rem;--lh-h1:3rem;--fs-h2:2rem;--lh-h2:2.5rem;--fs-h3:1.5rem;--lh-h3:2rem;--fs-body:1rem;--lh-body:1.5rem;--fs-small:.875rem;--lh-small:1.25rem;--fs-caption:.75rem;--lh-caption:1rem;--fs-label:.75rem;--lh-label:1rem;--blue:#2563eb;--blue-hover:#1d4ed8;--bg:#0b1220;--bg-secondary:#14243d;--bg-tertiary:#1b3a5c;--bg-card:#fff;--text:#cbd5e1;--text-h:#fff;--text-dark:#0f172a;--text-muted:#64748b;--border:#ffffff1f;--border-card:#e2e8f0;--accent:var(--blue);--accent-bg:#2563eb1a;--accent-border:#2563eb80;--shadow:#0000004d 0 10px 15px -3px, #0003 0 4px 6px -2px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:18px/145% var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}*,:before,:after{box-sizing:inherit}body{margin:0}h1,h2,h3{font-family:var(--heading);color:var(--text-h);margin:0}h1{font-size:var(--fs-h1);line-height:var(--lh-h1);letter-spacing:-.02em;font-weight:700}h2{font-size:var(--fs-h2);line-height:var(--lh-h2);letter-spacing:-.01em;font-weight:700}h3{font-size:var(--fs-h3);line-height:var(--lh-h3);font-weight:600}p{font-size:var(--fs-body);line-height:var(--lh-body);margin:0}a{color:var(--blue);text-decoration:none}.btn-primary{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;transition:background .2s}.btn-primary:hover{background:var(--blue-hover)}@media (width<=1024px){:root{font-size:16px}h1{font-size:2.25rem}}
