:root{--coach-color-page: #f5f7fb;--coach-color-surface: #ffffff;--coach-color-surface-soft: #f3f5fb;--coach-color-surface-muted: #f8f9fc;--coach-color-border: #e4e7ec;--coach-color-border-strong: #d0d5dd;--coach-color-heading: #101828;--coach-color-body: #475467;--coach-color-subtle: #667085;--coach-color-muted: #98a2b3;--coach-color-accent: #1570ef;--coach-color-success: #027a48;--coach-color-success-soft: #ecfdf3;--coach-color-highlight: #f2f4f7;--coach-color-highlight-border: #eaecf0;--coach-color-pill: #eef2ff;--coach-color-calendar-accent: #eef4ff;--coach-color-divider: #f1f5f9;--coach-color-cta: #16a34a;--coach-color-cta-hover: #15803d;--coach-color-focus: #bbd4ff;color:var(--coach-color-heading);font-family:Inter,SF Pro Text,Segoe UI,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--coach-color-page)}body{margin:0;min-height:100vh;background-color:var(--coach-color-page);color:var(--coach-color-heading)}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--coach-color-focus);outline-offset:2px}button{font-family:inherit}img{display:block;max-width:100%}#root{min-height:100vh}.find-coaches-page{min-height:100vh;background-color:var(--fc-color-bg)}.find-coaches-page__inner{max-width:1080px;margin:0 auto;padding:48px 48px 72px;display:flex;flex-direction:column;gap:24px;font-family:var(--fc-font-family);color:var(--fc-color-text-primary)}.fc-header{display:flex;align-items:center;justify-content:space-between;gap:32px}.fc-header__text{display:flex;flex-direction:column;gap:8px}.fc-header__title{margin:0;font-size:var(--fc-heading-size);line-height:var(--fc-heading-line-height);font-weight:700;letter-spacing:-.01em}.fc-header__description{margin:0;max-width:480px;font-size:var(--fc-body-size);line-height:var(--fc-body-line-height);color:var(--fc-color-text-secondary)}.fc-header__actions{display:flex;align-items:center;gap:12px}.fc-filter{background:#fff;border:1px solid var(--fc-color-border);border-radius:18px;padding:20px 24px;display:flex;flex-direction:column;gap:18px;box-shadow:0 1px 2px #0f172a14}.fc-filter__distance-row{display:flex;align-items:center;justify-content:flex-start;gap:16px}.fc-filter__distance-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.fc-distance-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;background:var(--fc-chip-bg);border:1px solid transparent;color:var(--fc-chip-text);font-size:13px;font-weight:500;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.fc-distance-chip:hover{background:var(--fc-chip-hover-bg)}.fc-distance-chip--location{background:var(--fc-color-accent-light);border-color:var(--fc-color-accent-border);color:var(--fc-color-accent);font-weight:600}.fc-distance-chip--location:hover{background:#ece2ff}.fc-distance-chip--active{background:#ecfdf3;border-color:#12b76a;color:#027a48;box-shadow:0 8px 16px #0cd07e2e}.fc-distance-chip:focus-visible{outline:none;box-shadow:0 0 0 3px #7f56d938}.fc-filter__form{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.fc-filter__search{position:relative;flex:0 1 360px;width:min(100%,360px);z-index:0}.fc-filter__search input{width:100%;padding:13px 48px;border-radius:16px;border:1px solid var(--fc-color-border);background:#fff;font-size:15px;line-height:1.4;color:var(--fc-color-text-primary);transition:border-color .18s ease,box-shadow .18s ease}.fc-filter__search input::placeholder{color:var(--fc-color-text-muted);opacity:.7}.fc-filter__search input:focus{outline:none;border-color:var(--fc-color-accent);box-shadow:0 0 0 3px #7f56d92e}.fc-filter__search-icon{position:absolute;top:50%;left:18px;transform:translateY(-50%);color:var(--fc-color-icon)}.fc-filter__selects{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-left:auto;position:relative;z-index:1}.fc-select{position:relative;display:inline-flex;align-items:center}.fc-select__field{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:12px 44px 12px 18px;border-radius:16px;border:1px solid var(--fc-color-border);background:#fff;font-size:14px;color:var(--fc-color-text-primary);cursor:pointer;min-width:184px;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.fc-select__field:hover{background:var(--fc-chip-hover-bg)}.fc-select__field:focus{outline:none;border-color:var(--fc-color-accent);box-shadow:0 0 0 3px #7f56d92e}.fc-select__icon{position:absolute;right:18px;pointer-events:none;color:var(--fc-color-icon)}.fc-results-count{font-size:14px;font-weight:500;color:var(--fc-color-text-muted)}.coach-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.fc-card{background:#fff;border-radius:18px;border:1px solid #e7e9f1;box-shadow:0 18px 30px -16px #0f172a40;padding:24px;display:flex;flex-direction:column;gap:20px}.fc-card--interactive{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.fc-card--interactive:hover{transform:translateY(-4px);box-shadow:0 26px 44px -18px #0f172a4d;border-color:#d0d5dd}.fc-card--interactive:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #7f56d93d,0 24px 40px -18px #0f172a47;border-color:#7f56d9}.fc-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.fc-card__labels{display:flex;flex-wrap:wrap;gap:8px}.fc-card__price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.fc-card__price-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--fc-color-text-muted)}.fc-card__price-value{font-size:28px;font-weight:700;line-height:1.1;color:var(--fc-color-text-primary)}.fc-card__price-caption{font-size:13px;color:var(--fc-color-text-muted)}.fc-card__profile{display:flex;gap:18px;align-items:center}.fc-card__avatar{width:72px;height:72px;border-radius:16px;object-fit:cover;box-shadow:0 10px 16px #0f172a2e}.fc-card__identity{display:flex;flex-direction:column;gap:6px}.fc-card__name{margin:0;font-size:18px;font-weight:700;letter-spacing:-.01em}.fc-card__title{font-size:14px;color:var(--fc-color-text-muted)}.fc-card__credentials{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.fc-card__credentials-label{padding:4px 10px;border-radius:9999px;background:#eef4ff;color:#155eef;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.fc-card__certifications{display:flex;flex-wrap:wrap;gap:8px}.fc-card__certification{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:var(--fc-color-accent-light);color:var(--fc-color-accent);font-size:12px;font-weight:600;letter-spacing:.01em}.fc-card__summary{margin:0;font-size:14px;line-height:1.6;color:var(--fc-color-text-secondary)}.fc-card__meta{display:flex;flex-wrap:wrap;gap:12px;padding:12px 16px;border-radius:14px;background:#f8f9fc;border:1px solid rgba(226,232,240,.8)}.fc-card__meta-item{display:flex;flex-direction:column;gap:4px;min-width:140px}.fc-card__meta-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--fc-color-text-muted)}.fc-card__meta-value{font-size:14px;font-weight:600;color:var(--fc-color-text-primary)}.fc-card__next-availability{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px dashed rgba(127,86,217,.5);border-radius:16px;background:#7f56d90d}.fc-card__next-availability-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#7f56d91f;color:var(--fc-color-accent)}.fc-card__next-availability-copy{display:flex;flex-direction:column;gap:4px}.fc-card__next-availability-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--fc-color-text-muted)}.fc-card__next-availability-time{font-size:15px;font-weight:700;color:var(--fc-color-text-primary)}.fc-card__next-availability-court{font-size:13px;color:var(--fc-color-text-secondary)}.fc-card__highlights{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fc-card__highlight{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--fc-color-text-muted)}.fc-card__tags{display:flex;flex-wrap:wrap;gap:10px}.fc-card__actions{display:flex;justify-content:space-between;gap:16px}.fc-button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.fc-button--secondary{background:#fff;border:1px solid var(--fc-color-secondary-border);color:var(--fc-color-secondary-text)}.fc-button--secondary:hover{background:var(--fc-color-secondary-hover)}.fc-button--primary{background:var(--fc-color-success);border:1px solid var(--fc-color-success);color:#fff;box-shadow:0 12px 20px -10px #12b76a73}.fc-button--primary:hover{background:var(--fc-color-success-hover)}.fc-button:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #7f56d929}.tag-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:9999px;font-size:13px;font-weight:500;letter-spacing:.01em;background:var(--fc-chip-bg);color:var(--fc-chip-text)}.tag-pill__icon,.tag-pill__label{display:inline-flex;align-items:center}.tag-pill--available{background:#ecfdf3;color:#027a48}.tag-pill--featured{background:#fef0c7;color:#b54708}.tag-pill--accent{background:var(--fc-color-accent-light);color:var(--fc-color-accent)}.status-dot{width:8px;height:8px;border-radius:9999px;background:currentColor}.state-banner{border-radius:18px;padding:28px 30px;display:flex;gap:18px;align-items:flex-start;border:1px solid var(--fc-color-border);background:#fff}.state-banner--error{background:var(--fc-color-error-bg);border-color:var(--fc-color-error-border);color:var(--fc-color-error-text)}.state-banner__icon{width:44px;height:44px;border-radius:14px;background:var(--fc-color-empty-icon-bg);display:flex;align-items:center;justify-content:center;color:var(--fc-color-icon)}.state-banner__content{display:flex;flex-direction:column;gap:6px}.state-banner__title{margin:0;font-size:18px;font-weight:700}.state-banner__message{margin:0;font-size:14px;color:var(--fc-color-text-secondary)}.skeleton-card{background:#fff;border-radius:18px;border:1px solid #e7e9f1;padding:24px;display:flex;flex-direction:column;gap:20px}.skeleton-line,.skeleton-avatar,.skeleton-badge{background:linear-gradient(90deg,var(--fc-color-skeleton-base) 0%,var(--fc-color-skeleton-highlight) 50%,var(--fc-color-skeleton-base) 100%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.skeleton-avatar{width:72px;height:72px;border-radius:16px}.skeleton-line{height:14px;border-radius:6px}.skeleton-line--wide{width:70%}.skeleton-line--medium{width:50%}.skeleton-line--narrow{width:35%}.skeleton-badge{width:92px;height:26px;border-radius:9999px}.skeleton-row{display:flex;align-items:center;gap:16px}.skeleton-stack{display:flex;flex-direction:column;gap:10px;flex:1}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1200px){.find-coaches-page__inner{padding:48px 40px 72px}.coach-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media(max-width:900px){.fc-header{flex-direction:column;gap:32px}.fc-header__actions{flex-direction:row;align-items:center}.fc-filter__distance-row{flex-direction:column;align-items:flex-start}.fc-card__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-card__focus,.fc-card__pricing{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(max-width:640px){.find-coaches-page__inner{padding:40px 24px 64px}.fc-filter{padding:20px;border-radius:16px}.fc-card{padding:22px}.fc-card__profile{flex-direction:column;align-items:flex-start}.fc-card__price{align-items:flex-start}.fc-card__actions{flex-direction:column}.fc-card__highlights,.fc-card__quick-stats{grid-template-columns:1fr}}.coach-profile-page{width:100%;box-sizing:border-box;padding:0 0 96px;background:radial-gradient(140% 140% at 0% 0%,#f8faff,#eef2ff 45%,#f7f9ff);--profile-surface: rgba(248, 250, 255, .92);--profile-surface-strong: rgba(244, 247, 255, .98);--profile-hero-gradient: linear-gradient(135deg, rgba(248, 250, 255, .98) 0%, rgba(235, 240, 255, .94) 55%, rgba(248, 250, 255, .98) 100%);--profile-card-shadow: 0 36px 80px -48px rgba(15, 23, 42, .35), 0 18px 50px -36px rgba(79, 70, 229, .2);--profile-border: #e4e9ff;--profile-soft-border: #eff1ff;--profile-chip-bg: #f3f5ff;--profile-chip-border: #e0e7ff;--profile-chip-text: #475467;--profile-metric-bg: linear-gradient(145deg, rgba(248, 250, 255, .98) 0%, rgba(241, 245, 255, .9) 75%);--profile-metric-border: #e3e9ff;--profile-metric-icon-bg: #ecfdf3;--profile-metric-icon-color: #16a34a;--profile-heading: #0f172a;--profile-body: #475467;--profile-muted: #64748b;--profile-badge-bg: #dcfce7;--profile-badge-color: #047857;--profile-booking-border: #e4e9ff;--profile-booking-shadow: 0 32px 70px -36px rgba(79, 70, 229, .28);--profile-booking-surface: var(--profile-surface-strong);--profile-booking-subtle: rgba(236, 240, 255, .7);--profile-slot-border: #e0e5ff;--profile-slot-active-border: #6366f1;--profile-slot-active-bg: rgba(99, 102, 241, .08);--profile-slot-active-shadow: 0 0 0 1px rgba(99, 102, 241, .2), 0 18px 32px -28px rgba(79, 70, 229, .35);--profile-pill-border: #d9e2ff;--profile-pill-bg: rgba(226, 232, 255, .6);--profile-pill-active-bg: #22c55e;--profile-pill-active-color: #ffffff;--profile-purple: #6366f1;--profile-purple-soft: #eef2ff;--profile-green: #22c55e;--profile-green-dark: #16a34a;--profile-slot-private-bg: linear-gradient(135deg, #f4f8ff 0%, var(--profile-surface-strong) 76%);--profile-slot-private-bg-active: linear-gradient(135deg, #e9f1ff 0%, rgba(244, 247, 255, .98) 80%);--profile-slot-private-border: rgba(96, 165, 250, .42);--profile-slot-private-pill-bg: #dbeafe;--profile-slot-private-pill-color: #1d4ed8;--profile-slot-private-spot: #1d4ed8;--profile-slot-group-bg: linear-gradient(135deg, #f0f9ff 0%, var(--profile-surface-strong) 70%);--profile-slot-group-bg-active: linear-gradient(135deg, #e0f2fe 0%, rgba(244, 247, 255, .98) 78%);--profile-slot-group-border: rgba(14, 165, 233, .26);--profile-slot-group-pill-bg: #bae6fd;--profile-slot-group-pill-color: #0284c7;--profile-slot-group-spot: #0369a1;color:var(--profile-heading);overflow-x:clip;overscroll-behavior-x:none}@supports not (overflow-x: clip){.coach-profile-page{overflow-x:hidden}}@media(min-width:1024px){.coach-profile-page{padding:0 0 120px}}.coach-profile-page__inner{width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:column;gap:32px;padding:0 20px;box-sizing:border-box}@media(min-width:768px){.coach-profile-page__inner{padding:0 24px}}.coach-profile-content{display:flex;flex-direction:column;gap:64px}.coach-profile-hero{position:relative;width:100%;box-sizing:border-box;background:var(--profile-hero-gradient);border-bottom:1px solid var(--profile-border);box-shadow:0 40px 120px -80px #4f46e58c;padding:20px 0 64px;overflow:hidden}@media(min-width:1024px){.coach-profile-hero{padding:28px 0 88px}}.coach-profile-hero__inner{width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:column;gap:40px;align-items:flex-start}@media(min-width:1280px){.coach-profile-hero__inner{max-width:1240px;gap:48px}}.coach-profile-hero__identity{padding:8px 0}@media(min-width:1024px){.coach-profile-hero__identity{align-self:flex-start;max-width:760px;width:100%}}.coach-profile-body{position:relative;margin-top:-96px;padding:0 0 120px;box-sizing:border-box}@media(min-width:1024px){.coach-profile-body{margin-top:-144px;padding:0 0 140px}}.coach-profile-body__inner{width:100%;max-width:1240px;margin:0 auto;display:flex;flex-direction:column;gap:48px}@keyframes coachProfilePulse{0%,to{opacity:1}50%{opacity:.5}}.coach-profile-skeleton{border-radius:28px;border:1px solid var(--coach-color-border);background:var(--coach-color-surface);padding:40px;box-shadow:0 30px 50px -30px #0f172a59,0 25px 40px -32px #0f172a29;animation:coachProfilePulse 1.8s ease-in-out infinite}.coach-profile-skeleton__body{display:flex;flex-direction:column;gap:40px}@media(min-width:1024px){.coach-profile-skeleton__body{flex-direction:row}}.coach-profile-skeleton__main{flex:1;display:flex;flex-direction:column;gap:32px}.coach-profile-skeleton__identity-row{display:flex;gap:24px}.coach-profile-skeleton__avatar{width:96px;height:96px;border-radius:24px;background:var(--coach-color-highlight)}.coach-profile-skeleton__identity{flex:1;display:flex;flex-direction:column;gap:14px}.coach-profile-skeleton__line{height:14px;border-radius:999px;background:var(--coach-color-highlight)}.coach-profile-skeleton__line--name{width:200px}.coach-profile-skeleton__line--meta{width:150px}.coach-profile-skeleton__line--short{width:60%}.coach-profile-skeleton__chip-row{display:flex;gap:12px}.coach-profile-skeleton__chip{width:96px;height:36px;border-radius:18px;background:var(--coach-color-highlight)}.coach-profile-skeleton__paragraph{display:flex;flex-direction:column;gap:12px}.coach-profile-skeleton__cards{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:16px}@media(min-width:1024px){.coach-profile-skeleton__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.coach-profile-skeleton__card{height:160px;border-radius:24px;background:var(--coach-color-highlight)}.coach-profile-skeleton__aside{width:100%;max-width:340px}.coach-profile-skeleton__panel{height:420px;border-radius:24px;background:var(--coach-color-highlight)}.coach-profile-empty{border-radius:28px;border:2px dashed var(--coach-color-border);background:var(--coach-color-surface);padding:48px;text-align:center;box-shadow:0 18px 40px -28px #0f172a40}.coach-profile-empty__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto;border-radius:50%;background:var(--coach-color-highlight);color:var(--coach-color-accent)}.coach-profile-empty__title{margin:24px 0 0;font-size:26px;font-weight:600;letter-spacing:-.01em;color:var(--coach-color-heading)}.coach-profile-empty__copy{margin:16px auto 0;max-width:420px;font-size:15px;line-height:1.6;color:var(--coach-color-body)}.coach-profile-empty__action{margin-top:32px;display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:9999px;border:1px solid var(--coach-color-border);background:var(--coach-color-surface);font-size:15px;font-weight:600;color:var(--coach-color-accent);transition:border-color .18s ease,color .18s ease}.coach-profile-empty__action:hover{border-color:var(--coach-color-accent);color:var(--coach-color-cta)}.coach-profile-layout{display:grid;gap:40px}@media(min-width:1024px){.coach-profile-layout{grid-template-columns:minmax(280px,360px) minmax(560px,1fr);align-items:start;gap:48px}}@media(min-width:1280px){.coach-profile-layout{grid-template-columns:minmax(300px,380px) minmax(760px,1fr);gap:64px}}.coach-profile-main{display:flex;flex-direction:column;gap:0}.coach-profile-identity{display:flex;flex-direction:column}@media(min-width:1024px){.coach-profile-identity{grid-area:identity;max-width:640px}}.coach-profile-identity__avatar-block{display:flex;gap:28px;align-items:flex-start}@media(min-width:1024px){.coach-profile-identity__avatar-block{display:grid;grid-template-columns:auto minmax(0,1fr);gap:36px;justify-content:flex-start;align-items:start;padding-right:40px}}.coach-profile-identity__avatar{width:132px;height:132px;border-radius:32px;object-fit:cover;box-shadow:0 20px 40px -30px #0f172a66;border:0}@media(max-width:639px){.coach-profile-identity__avatar{width:112px;height:112px;border-radius:28px}}@media(min-width:1024px){.coach-profile-identity__avatar{width:164px;height:164px;border-radius:40px}}.coach-profile-identity__details{display:flex;flex-direction:column;gap:16px}.coach-profile-identity__name-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.coach-profile-identity__name{margin:0;font-size:38px;font-weight:700;letter-spacing:-.01em;color:var(--profile-heading)}.coach-profile-identity__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:var(--profile-badge-bg);color:var(--profile-badge-color);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.coach-profile-identity__badge-icon{width:16px;height:16px}.coach-profile-identity__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:15px;color:var(--profile-muted);align-items:center}.coach-profile-identity__meta-item{color:var(--profile-muted);font-size:15px}.coach-profile-identity__rating{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--profile-heading)}.coach-profile-identity__rating-icon{width:16px;height:16px}.coach-profile-identity__reviews,.coach-profile-identity__title{color:var(--profile-muted)}.coach-profile-identity__separator{display:none;color:var(--profile-muted)}@media(min-width:640px){.coach-profile-identity__separator{display:inline}}@media(min-width:1024px){.coach-profile-identity__separator{display:inline}}.coach-profile-identity__chips{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--profile-muted)}@media(min-width:1024px){.coach-profile-identity__chips{flex-wrap:nowrap;justify-content:flex-start}.coach-profile-identity__chip{white-space:nowrap}}.coach-profile-identity__chip{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:9999px;border:1px solid var(--profile-chip-border);background:var(--profile-chip-bg);font-weight:600;color:var(--profile-chip-text);box-shadow:inset 0 1px #fffc}.coach-profile-identity__chip-icon{width:14px;height:14px;color:var(--profile-purple)}.coach-profile-certifications{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}@media(min-width:1024px){.coach-profile-certifications{grid-area:auto}}.coach-profile-certification{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:9999px;border:1px solid var(--profile-chip-border);background:var(--profile-surface-strong);box-shadow:0 6px 18px -14px #0f172a73;font-size:13px;font-weight:500;color:var(--profile-muted)}.coach-profile-certification__icon{width:14px;height:14px;color:var(--profile-green)}.coach-profile-sections{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}@media(min-width:1280px){.coach-profile-sections{gap:32px}}.coach-profile-panel{border-radius:24px;border:1px solid var(--profile-border);background:var(--profile-surface);padding:26px;display:flex;flex-direction:column;gap:16px;box-shadow:0 18px 40px -36px #4f46e52e}.coach-profile-panel--about{padding:30px}.coach-profile-about__copy{margin:0;font-size:15px;line-height:1.7;color:var(--profile-body)}.coach-profile-panel__header{display:flex;align-items:center;justify-content:space-between}.coach-profile-panel__title{margin:0;font-size:17px;font-weight:600;color:var(--profile-heading)}.coach-profile-panel__icon{width:20px;height:20px;color:var(--profile-purple)}.coach-profile-panel__copy{margin:0;font-size:14px;color:var(--profile-muted);line-height:1.6}.coach-profile-panel__chips{display:flex;flex-wrap:wrap;gap:8px}.coach-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9999px;background:var(--profile-purple-soft);font-size:13px;font-weight:600;color:var(--profile-purple)}.coach-profile-locations{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px;font-size:15px;color:var(--profile-body)}.coach-profile-location{display:flex;gap:12px;align-items:flex-start}.coach-profile-location__bullet{width:8px;height:8px;margin-top:6px;border-radius:50%;background:var(--profile-green)}.coach-profile-lessons{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px}.coach-profile-lesson{border-radius:20px;border:1px solid var(--profile-border);background:linear-gradient(180deg,var(--profile-surface-strong) 0%,rgba(248,250,255,.92) 85%);padding:18px;box-shadow:0 16px 32px -28px #4f46e552}.coach-profile-packages{margin-top:28px;padding:24px;border-radius:24px;border:1px solid var(--profile-border);background:linear-gradient(160deg,var(--profile-surface) 0%,var(--profile-surface-strong) 85%);display:flex;flex-direction:column;gap:20px}.coach-profile-packages__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.coach-profile-packages__intro{flex:1 1 240px;min-width:0}.coach-profile-packages__title{margin:0;font-size:18px;font-weight:700;color:var(--profile-heading)}.coach-profile-packages__copy{margin:6px 0 0;font-size:14px;color:var(--profile-muted)}.coach-profile-packages__badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:9999px;background:#22c55e29;color:var(--profile-green-dark);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.coach-profile-packages__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:18px}.coach-profile-packages__status{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;border-radius:20px;border:1px dashed rgba(99,102,241,.3);background:#f4f7ffe6}.coach-profile-packages__status-icon{width:44px;height:44px;border-radius:14px;background:#6366f11f;color:var(--profile-purple);display:inline-flex;align-items:center;justify-content:center}.coach-profile-packages__status-icon svg{width:22px;height:22px}.coach-profile-packages__status-body{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.coach-profile-packages__status-eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--profile-muted)}.coach-profile-packages__status-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.coach-profile-packages__status-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:14px;border:1px solid rgba(99,102,241,.18);background:#ffffffeb}.coach-profile-packages__status-item--active{border-color:#22c55e73;background:#ecfdf5db}.coach-profile-packages__status-item-main{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.coach-profile-packages__status-type{font-size:14px;font-weight:600;color:var(--profile-heading)}.coach-profile-packages__status-remaining{font-size:13px;font-weight:600;color:var(--profile-purple)}.coach-profile-packages__status-item--active .coach-profile-packages__status-remaining{color:var(--profile-green-dark)}.coach-profile-packages__status-meta{font-size:12px;color:var(--profile-muted)}.coach-profile-packages__status-empty{margin:0;font-size:14px;color:var(--profile-body)}.coach-profile-package{border-radius:20px;border:1px solid var(--profile-border);background:var(--profile-surface-strong);padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:0 14px 28px -26px #4f46e547}.coach-profile-package__top{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.coach-profile-package__discount{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;background:#6366f11f;color:var(--profile-purple);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.coach-profile-package__title{margin:0;font-size:16px;font-weight:700;color:var(--profile-heading)}.coach-profile-package__description{margin:0;font-size:14px;color:var(--profile-body);line-height:1.5}.coach-profile-package__pricing{display:flex;flex-direction:column;gap:4px}.coach-profile-package__total{font-size:13px;font-weight:600;color:var(--profile-muted)}.coach-profile-package__per{font-size:18px;font-weight:700;color:var(--profile-purple)}.coach-profile-packages__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;align-self:flex-start;padding:12px 22px;border-radius:9999px;border:none;background:var(--profile-purple);color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 18px 34px -26px #4f46e573;transition:background .2s ease,transform .2s ease}.coach-profile-packages__action svg{width:18px;height:18px}.coach-profile-packages__action:hover{background:#4f46e5}.coach-profile-packages__action:active{transform:translateY(1px)}.coach-profile-lesson__content{display:flex;justify-content:space-between;gap:16px;align-items:baseline}.coach-profile-lesson__title{margin:0;font-size:16px;font-weight:600;color:var(--profile-heading)}.coach-profile-lesson__description{margin:4px 0 0;font-size:14px;color:var(--profile-muted)}.coach-profile-lesson__price{text-align:right;color:var(--profile-purple)}.coach-profile-lesson__amount{margin:0;font-size:18px;font-weight:700}.coach-profile-lesson__cadence{margin:4px 0 0;font-size:12px;font-weight:600;text-transform:uppercase;color:var(--profile-muted)}.coach-profile-aside{width:100%;max-width:none;align-self:stretch;border-radius:36px;border:1px solid var(--profile-booking-border);background:var(--profile-booking-surface);padding:48px 42px;display:flex;box-shadow:var(--profile-booking-shadow);box-sizing:border-box}@media(max-width:1023px){.coach-profile-aside{max-width:none;padding:32px 24px}}.coach-booking{display:flex;flex-direction:column;gap:28px;width:100%}.coach-booking__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.coach-booking__header-copy{display:flex;flex-direction:column;gap:4px}.coach-booking__title{margin:0;font-size:24px;font-weight:700;letter-spacing:-.02em;color:var(--profile-heading)}.coach-booking__subtitle{margin:0;font-size:13px;font-weight:500;color:var(--profile-muted)}.coach-booking__icon{width:36px;height:36px;border-radius:12px;padding:8px;background:var(--profile-purple-soft);color:var(--profile-purple);box-shadow:inset 0 -2px #6366f133}.coach-booking__wallet{display:flex;flex-direction:column;gap:16px}.coach-booking__wallet-card{display:flex;align-items:center;gap:18px;border-radius:20px;border:1px solid rgba(99,102,241,.25);background:#f8faffe0;padding:16px 18px;transition:border-color .2s ease,box-shadow .2s ease}.coach-booking__wallet-card--active{border-color:#22c55e73;box-shadow:0 22px 40px -32px #22c55e73}.coach-booking__wallet-icon{width:44px;height:44px;border-radius:14px;background:#6366f11f;color:var(--profile-purple);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.coach-booking__wallet-icon svg{width:22px;height:22px}.coach-booking__wallet-body{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.coach-booking__wallet-eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--profile-muted)}.coach-booking__wallet-copy{margin:0;font-size:14px;color:var(--profile-body)}.coach-booking__wallet-detail{font-size:12px;color:var(--profile-muted)}.coach-booking__wallet-action{align-self:stretch;justify-self:flex-start;padding:10px 16px;border-radius:9999px;border:none;background:var(--profile-purple);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease;white-space:nowrap}.coach-booking__wallet-action:hover{background:#4f46e5}.coach-booking__wallet-action:active{transform:translateY(1px)}.coach-booking__section{display:flex;flex-direction:column;gap:12px}.coach-booking__section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.coach-booking__label-group{display:flex;flex-direction:column;gap:4px}.coach-booking__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--profile-muted)}.coach-booking__label-note{font-size:12px;font-weight:500;color:var(--profile-muted);letter-spacing:0;text-transform:none}.coach-booking__controls{display:flex;flex-direction:column;gap:28px}.coach-booking__filter{position:relative}.coach-booking__filter-trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;border:1px solid var(--profile-slot-border);background:var(--profile-surface-strong);color:var(--profile-purple);cursor:pointer;flex-shrink:0;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.coach-booking__filter-trigger:hover{transform:translateY(-1px);border-color:var(--profile-slot-active-border);box-shadow:0 16px 30px -24px #4f46e552;background:#6366f114}.coach-booking__filter-trigger:focus-visible{outline:3px solid rgba(99,102,241,.2);outline-offset:2px}.coach-booking__filter-trigger--active{border-color:var(--profile-slot-active-border);background:#6366f11f;box-shadow:0 18px 36px -28px #4f46e561}.coach-booking__filter-icon{width:18px;height:18px;color:currentColor}.coach-booking__filter-dropdown{position:absolute;top:calc(100% + 10px);left:0;width:min(320px,100vw - 48px);max-width:320px;display:flex;flex-direction:column;gap:12px;border-radius:20px;border:1px solid var(--profile-slot-border);background:var(--profile-booking-surface);box-shadow:0 30px 60px -32px #4f46e566;padding:16px;z-index:10}.coach-booking__filter--compact .coach-booking__filter-dropdown{left:auto;right:0}.coach-booking__filter-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:12px 14px;border-radius:14px;border:none;background:transparent;color:inherit;cursor:pointer;text-align:left;transition:background .2s ease,box-shadow .2s ease}.coach-booking__filter-option:hover{background:#6366f114;box-shadow:inset 0 0 0 1px #6366f11f}.coach-booking__filter-option--active{background:#6366f11a;box-shadow:inset 0 0 0 1px #6366f12e;color:var(--profile-heading)}.coach-booking__filter-option-primary{font-size:14px;font-weight:600}.coach-booking__filter-option-secondary{font-size:12px;font-weight:500;color:var(--profile-muted)}.coach-booking__filter-options-list{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto;padding-right:4px}.coach-booking__filter-divider{height:1px;width:100%;background:#6366f11f}.coach-booking__filter-group{display:flex;flex-direction:column;gap:8px}.coach-booking__filter-group-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--profile-muted)}.coach-booking__filter-field,.coach-booking__filter-range-inputs{display:flex;flex-direction:column;gap:8px}@media(min-width:480px){.coach-booking__filter-range-inputs{flex-direction:row}}.coach-booking__filter-field-group{display:flex;flex-direction:column;gap:6px;flex:1}.coach-booking__filter-field-caption,.coach-booking__filter-field-label{font-size:12px;font-weight:600;color:var(--profile-muted)}.coach-booking__filter-hint{margin:0;font-size:12px;color:var(--profile-muted)}.coach-booking__filter-error{margin:0;font-size:12px;font-weight:500;color:#dc2626}.coach-booking__filter-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.coach-booking__filter-clear,.coach-booking__filter-apply{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.coach-booking__filter-clear{border:1px solid var(--profile-slot-border);background:transparent;color:var(--profile-purple)}.coach-booking__filter-clear:hover{background:#6366f114;transform:translateY(-1px)}.coach-booking__filter-clear:focus-visible{outline:3px solid rgba(99,102,241,.2);outline-offset:2px}.coach-booking__filter-apply{border:none;background:var(--profile-purple);color:#fff;box-shadow:0 14px 30px -20px #4f46e58c}.coach-booking__filter-apply:hover{transform:translateY(-1px);box-shadow:0 16px 38px -18px #4f46e599}.coach-booking__filter-apply:focus-visible{outline:3px solid rgba(99,102,241,.2);outline-offset:2px}.coach-booking__filter-option--custom{background:#22c55e1f;box-shadow:inset 0 0 0 1px #22c55e2e}.coach-booking__filter-option--custom .coach-booking__filter-option-primary{color:var(--profile-green-dark)}.coach-booking__filter-option--custom .coach-booking__filter-option-secondary{color:var(--profile-muted)}.coach-booking__day-grid{display:flex;gap:12px;overflow-x:auto;padding:6px 12px 12px;margin:-6px -12px -12px;scroll-snap-type:x proximity;scroll-padding-inline:12px}.coach-booking__day-grid::-webkit-scrollbar{height:6px}.coach-booking__day-grid::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:999px}.coach-booking__day{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px 10px;min-height:74px;min-width:104px;border-radius:16px;border:1px solid var(--profile-slot-border);background:var(--profile-booking-subtle);color:var(--profile-muted);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease;text-align:center;scroll-snap-align:start}.coach-booking__day:focus-visible{outline:2px solid rgba(99,102,241,.45);outline-offset:2px}.coach-booking__day--active{border-color:var(--profile-slot-active-border);background:var(--profile-surface-strong);box-shadow:0 22px 40px -28px #4f46e552;color:var(--profile-heading);transform:translateY(-2px)}.coach-booking__day-name{font-size:14px;font-weight:700;color:inherit}.coach-booking__day-date{font-size:12px;font-weight:500;color:inherit}.coach-booking__date-input{appearance:none;-webkit-appearance:none;border:1px solid var(--profile-slot-border);border-radius:14px;background:var(--profile-surface-strong);width:100%;padding:12px 14px;font-size:14px;font-weight:500;color:var(--profile-heading);transition:border-color .2s ease,box-shadow .2s ease}.coach-booking__date-input:focus{outline:none;border-color:var(--profile-slot-active-border);box-shadow:0 0 0 3px #6366f12e}.coach-booking__date-input::-webkit-calendar-picker-indicator{cursor:pointer}.coach-booking__lesson-toggle{display:flex;flex-wrap:wrap;gap:12px}.coach-booking__lesson-pill{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;border:1px solid var(--profile-pill-border);background:var(--profile-pill-bg);color:var(--profile-purple);font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.coach-booking__lesson-pill:hover{transform:translateY(-1px)}.coach-booking__lesson-pill--active{background:var(--profile-purple);border-color:var(--profile-purple);color:var(--profile-pill-active-color);box-shadow:0 16px 30px -20px #6366f159}.coach-booking__schedule,.coach-booking__days{display:flex;flex-direction:column;gap:16px}.coach-booking-day{border-radius:28px;border:1px solid var(--profile-slot-border);background:var(--profile-surface);padding:18px 20px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s ease,box-shadow .2s ease}.coach-booking-day--active{border-color:var(--profile-slot-active-border);box-shadow:var(--profile-slot-active-shadow)}.coach-booking-day__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.coach-booking-day__titles{display:flex;flex-direction:column;gap:4px}.coach-booking-day__titles h3{margin:0;font-size:17px;font-weight:700;letter-spacing:-.01em;color:var(--profile-heading)}.coach-booking-day__titles span{font-size:12px;font-weight:600;color:var(--profile-muted)}.coach-booking-day__count{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--profile-purple)}.coach-booking-day__slots{display:flex;flex-direction:column;gap:10px}.coach-booking-day__empty{margin-top:20px;padding:24px;border-radius:18px;border:1px dashed var(--profile-slot-border);background:var(--profile-booking-subtle);text-align:center}.coach-booking-day__empty p{margin:0;font-size:13px;font-weight:500;color:var(--profile-muted)}.coach-booking-slot{position:relative;display:flex;flex-direction:column;gap:8px;padding:14px 16px;border-radius:16px;border:1px solid var(--coach-slot-border, var(--profile-slot-border));background:var(--coach-slot-bg, var(--profile-surface-strong));color:var(--profile-heading);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.coach-booking-slot:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;transition:box-shadow .2s ease;box-shadow:var(--coach-slot-outline, none)}.coach-booking-slot:hover{transform:translateY(-1px)}.coach-booking-slot--private{--coach-slot-bg: var(--profile-slot-private-bg);--coach-slot-bg-active: var(--profile-slot-private-bg-active);--coach-slot-border: var(--profile-slot-private-border);--coach-slot-outline: 0 0 0 1px rgba(59, 130, 246, .22);--coach-slot-pill-bg: var(--profile-slot-private-pill-bg);--coach-slot-pill-color: var(--profile-slot-private-pill-color);--coach-slot-price-color: var(--profile-slot-private-pill-color);--coach-slot-spot-color: var(--profile-slot-private-spot)}.coach-booking-slot--group{--coach-slot-bg: var(--profile-slot-group-bg);--coach-slot-bg-active: var(--profile-slot-group-bg-active);--coach-slot-border: var(--profile-slot-group-border);--coach-slot-outline: 0 0 0 1px rgba(219, 39, 119, .24);--coach-slot-pill-bg: var(--profile-slot-group-pill-bg);--coach-slot-pill-color: var(--profile-slot-group-pill-color);--coach-slot-price-color: var(--profile-slot-group-pill-color);--coach-slot-spot-color: var(--profile-slot-group-spot)}.coach-booking-slot--active{border-color:var(--profile-slot-active-border);background:var(--coach-slot-bg-active, var(--profile-slot-active-bg));box-shadow:var(--profile-slot-active-shadow);transform:translateY(-1px)}.coach-booking-slot--active:before{box-shadow:0 0 0 1px #6366f152}.coach-booking-slot__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.coach-booking-slot__range{font-size:15px;font-weight:700}.coach-booking-slot__price{font-size:15px;font-weight:700;color:var(--coach-slot-price-color, var(--profile-purple));white-space:nowrap}.coach-booking-slot__details{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:12px;font-weight:500;color:var(--profile-muted)}.coach-booking-slot__separator{width:4px;height:4px;border-radius:50%;background:currentColor;display:inline-flex}.coach-booking-slot__badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:999px;background:var(--coach-slot-pill-bg, var(--profile-pill-bg));color:var(--coach-slot-pill-color, var(--profile-purple));font-weight:600;font-size:11px;letter-spacing:.01em;text-transform:uppercase}.coach-booking-slot__badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.coach-booking-slot__spots{color:var(--coach-slot-spot-color, var(--profile-purple));font-weight:600}.coach-booking-slot__group-title{display:inline-flex;align-items:center;font-size:13px;font-weight:600;color:var(--profile-heading)}.coach-booking-slot__location{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--profile-muted)}.coach-booking-slot__location-icon{width:16px;height:16px;color:var(--coach-slot-pill-color, var(--profile-purple))}.coach-booking__footer{display:flex;flex-direction:column;gap:18px}.coach-booking__note{margin:0;font-size:12px;font-weight:500;color:var(--profile-muted)}.coach-profile-book{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:8px;height:48px;border:none;border-radius:20px;background:var(--profile-green);color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 20px 32px #22c55e40;transition:background .2s ease,transform .2s ease}.coach-profile-book:hover{background:var(--profile-green-dark)}.coach-profile-book:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.coach-profile-book__icon{width:16px;height:16px}.coach-profile-message{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:20px;border:1px solid var(--profile-border);background:var(--profile-booking-subtle);font-size:15px;font-weight:600;color:var(--profile-purple);cursor:pointer;transition:border-color .2s ease,color .2s ease}.coach-profile-message:hover{border-color:var(--profile-purple);background:#6366f114}.coach-profile-message__icon{width:18px;height:18px;color:currentColor}@media(max-width:640px){.coach-booking__wallet-card{flex-direction:column;align-items:flex-start}.coach-booking__wallet-action{align-self:flex-start}.coach-profile-packages__status{flex-direction:column}}.book-lesson-modal-overlay{position:fixed;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;padding:32px 16px}.book-lesson-modal-overlay__backdrop{position:absolute;inset:0;background:#0d121e80;border:0;padding:0;margin:0;pointer-events:auto;cursor:pointer;z-index:0}.book-lesson-modal{position:relative;max-width:880px;width:min(880px,100%);height:min(90vh,920px);max-height:min(90vh,920px);--profile-surface: rgba(248, 250, 255, .92);--profile-surface-strong: rgba(244, 247, 255, .98);--profile-booking-border: #e4e9ff;--profile-booking-shadow: 0 32px 70px -36px rgba(79, 70, 229, .28);--profile-booking-surface: var(--profile-surface-strong);--profile-booking-subtle: rgba(236, 240, 255, .7);--profile-slot-border: #e0e5ff;--profile-slot-active-border: #6366f1;--profile-slot-active-bg: rgba(99, 102, 241, .08);--profile-slot-active-shadow: 0 0 0 1px rgba(99, 102, 241, .2), 0 18px 32px -28px rgba(79, 70, 229, .35);--profile-pill-border: #d9e2ff;--profile-pill-bg: rgba(226, 232, 255, .6);--profile-pill-active-color: #ffffff;--profile-heading: #0f172a;--profile-muted: #64748b;--profile-purple: #6366f1;--profile-slot-private-bg: linear-gradient(135deg, #f4f8ff 0%, rgba(244, 247, 255, .98) 76%);--profile-slot-private-bg-active: linear-gradient(135deg, #e9f1ff 0%, rgba(244, 247, 255, .98) 80%);--profile-slot-private-border: rgba(96, 165, 250, .42);--profile-slot-private-pill-bg: #dbeafe;--profile-slot-private-pill-color: #1d4ed8;--profile-slot-private-spot: #1d4ed8;--profile-slot-group-bg: linear-gradient(135deg, #f0f9ff 0%, rgba(244, 247, 255, .98) 70%);--profile-slot-group-bg-active: linear-gradient(135deg, #e0f2fe 0%, rgba(244, 247, 255, .98) 78%);--profile-slot-group-border: rgba(14, 165, 233, .26);--profile-slot-group-pill-bg: #bae6fd;--profile-slot-group-pill-color: #0284c7;--profile-slot-group-spot: #0369a1;background:var(--fc-color-surface, #ffffff);color:var(--fc-color-text-primary, #111827);border-radius:24px;box-shadow:0 24px 60px #0c142152;display:flex;flex-direction:column;pointer-events:auto;overflow:hidden;z-index:1}.book-lesson-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 32px 0}.book-lesson-modal__identity{display:flex;gap:16px;align-items:center}.book-lesson-modal__avatar{width:64px;height:64px;border-radius:18px;object-fit:cover}.book-lesson-modal__meta{display:flex;flex-direction:column;gap:6px}.book-lesson-modal__eyebrow{font-size:.85rem;color:var(--fc-color-text-muted, #6b7280);margin:0}.book-lesson-modal__title{margin:0;font-size:1.75rem;font-weight:700;line-height:1.2;color:inherit}.book-lesson-modal__stats{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--fc-color-text-secondary, #4b5563);font-size:.95rem}.book-lesson-modal__rating{display:inline-flex;align-items:center;gap:6px;font-weight:600}.book-lesson-modal__rating-count{margin-left:4px;font-weight:500;color:var(--fc-color-text-muted, #6b7280)}.book-lesson-modal__separator{width:1px;height:16px;background:var(--fc-color-border, rgba(148, 163, 184, .4));display:inline-flex}.book-lesson-modal__price{font-weight:600;color:var(--fc-color-text-primary, #111827)}.book-lesson-modal__price-unit{color:var(--fc-color-text-muted, #6b7280);margin-left:2px}.book-lesson-modal__close{border:none;background:#0f172a0f;color:var(--fc-color-icon, #1f2937);border-radius:999px;padding:8px;cursor:pointer;transition:background .2s ease}.book-lesson-modal__close:hover{background:#0f172a1f}.book-lesson-modal__body{padding:20px 32px 28px;overflow:hidden;display:flex;flex-direction:column;flex:1 1 auto;gap:20px;min-height:0}.book-lesson-modal__booking-surface{display:flex;flex-direction:column;flex:1 1 auto;gap:20px;border-radius:28px;border:1px solid var(--profile-booking-border);background:var(--profile-booking-surface);box-shadow:var(--profile-booking-shadow);padding:24px 22px;min-height:0}.book-lesson-modal__controls{gap:28px}.book-lesson-modal__schedule{flex:1 1 auto;overflow:auto;padding-right:12px;padding-bottom:16px;min-height:0}.book-lesson-modal__schedule::-webkit-scrollbar{width:8px}.book-lesson-modal__schedule::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.book-lesson-modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:96px 0;color:var(--fc-color-text-secondary, #4b5563)}.book-lesson-modal__spinner{width:36px;height:36px;border-radius:999px;border:3px solid rgba(148,163,184,.25);border-top-color:var(--fc-color-accent, #7f56d9);animation:book-lesson-modal-spin 1s linear infinite}@keyframes book-lesson-modal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:720px){.book-lesson-modal{border-radius:18px}.book-lesson-modal__header,.book-lesson-modal__body{padding-left:20px;padding-right:20px}}.find-players-page{min-height:100vh;background-color:var(--fc-color-bg)}.find-players-page__inner{max-width:1080px;margin:0 auto;padding:48px 48px 72px;display:flex;flex-direction:column;gap:24px;font-family:var(--fc-font-family);color:var(--fc-color-text-primary)}.players-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.fp-card{padding:24px;display:flex;flex-direction:column;gap:24px}.fp-card__top{display:flex;align-items:flex-start;gap:16px}.fp-card__labels{display:flex;flex-wrap:wrap;gap:8px}.fp-card__profile{display:flex;align-items:flex-start;gap:18px}.fp-card__avatar{width:72px;height:72px;border-radius:16px;background:linear-gradient(135deg,#f4f0ff,#ece9ff);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:26px;color:#7f56d9;box-shadow:0 10px 18px #7f56d933}.fp-card__identity{display:flex;flex-direction:column;gap:10px}.fp-card__metrics{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.fp-card__level{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:9999px;background:#7f56d91f;color:#53389e;font-size:14px;font-weight:600;letter-spacing:.01em}.fp-card__level-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#7f56d9}.fp-card__level-value{font-size:16px;font-weight:700;letter-spacing:-.01em}.fp-card__verified{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:9999px;background:#0cd07e29;color:#027a48;font-size:12px;font-weight:600;letter-spacing:.02em}.fp-card__verified svg{color:currentColor}.fp-card__bio{margin:0;font-size:14px;line-height:1.6;color:var(--fc-color-text-secondary);word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.fp-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:0;overflow:hidden}.fp-card__meta-item{min-width:0;padding:16px;display:flex;flex-direction:column;gap:6px;background:linear-gradient(135deg,#f8fafceb,#f0f3ffeb)}.fp-card__meta-item+.fp-card__meta-item{border-left:1px solid rgba(148,163,184,.24)}.fp-card__meta .fc-card__meta-value{word-break:break-word;line-height:1.5}.fp-card__actions{display:flex;align-items:stretch;gap:12px}.fp-card__actions .fc-button{flex:1}.fp-card .fc-button--primary[disabled]{background:var(--fc-color-secondary-hover);border-color:var(--fc-color-secondary-border);color:var(--fc-color-secondary-text);cursor:not-allowed;opacity:.7}.fp-card__view-profile{background:#7f56d91f;border-color:#7f56d952;color:#53389e}.fp-card__view-profile:hover{background:#7f56d933}.fp-card--skeleton{position:relative;overflow:hidden}.fp-skeleton{background:linear-gradient(90deg,var(--fc-color-skeleton-base),var(--fc-color-skeleton-highlight),var(--fc-color-skeleton-base));background-size:200% 100%;animation:fp-skeleton-loading 1.4s ease-in-out infinite;border-radius:12px}.fp-card__profile-skeleton{flex:1;display:flex;flex-direction:column;gap:10px}.fp-skeleton--avatar{width:72px;height:72px;border-radius:16px}.fp-skeleton--line{height:14px}.fp-skeleton--line-lg{width:60%}.fp-skeleton--line-md{width:40%}.fp-skeleton--paragraph{height:60px;border-radius:16px}.fp-skeleton--meta{height:96px;border-radius:16px}.fp-skeleton--banner{height:70px;border-radius:16px}.fp-skeleton--actions{height:44px;width:100%;border-radius:12px}@keyframes fp-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.fp-filter__toggles{display:flex;align-items:center;gap:12px}.fp-verified-toggle{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:9999px;border:1px solid var(--fc-color-border);background:#fff;font-size:13px;color:var(--fc-color-text-secondary);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.fp-verified-toggle input{display:none}.fp-verified-toggle__pill{width:36px;height:20px;border-radius:9999px;background:var(--fc-color-border);position:relative;transition:background .18s ease}.fp-verified-toggle__thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a2e;transition:transform .18s ease}.fp-verified-toggle--active{border-color:var(--fc-color-accent);color:var(--fc-color-accent);background:#7f56d914}.fp-verified-toggle--active .fp-verified-toggle__pill{background:var(--fc-color-accent)}.fp-verified-toggle--active .fp-verified-toggle__thumb{transform:translate(16px)}@media(max-width:768px){.find-players-page__inner{padding:32px 20px 48px}.fp-card{padding:20px;gap:20px}.fp-card__top{flex-direction:column;align-items:flex-start;gap:12px}.fp-card__profile{flex-direction:column;align-items:flex-start;gap:16px}.fp-card__meta{flex-direction:column;gap:12px}.fp-card__footer{align-items:stretch;gap:12px}.fp-card__actions{width:100%;justify-content:stretch;gap:10px}.fp-card__actions .fc-button{flex:1}}.match-profile-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:#1018288c;z-index:1200}.match-profile-modal{width:min(760px,100%);max-height:calc(100vh - 48px);background:var(--coach-color-surface, #ffffff);border-radius:24px;box-shadow:0 28px 64px #0f172a47;display:flex;flex-direction:column}.match-profile-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 32px 20px;border-bottom:1px solid var(--coach-color-border, #e4e7ec)}.match-profile-modal__heading h2{margin:0 0 8px;font-size:24px;line-height:1.2;font-weight:700;color:var(--coach-color-heading, #101828)}.match-profile-modal__heading p{margin:0;font-size:15px;color:var(--coach-color-body, #475467);line-height:1.6}.match-profile-modal__close{flex-shrink:0;border:0;background:none;color:var(--coach-color-muted, #98a2b3);border-radius:50%;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease}.match-profile-modal__close:hover{background:var(--coach-color-highlight, #f2f4f7);color:var(--coach-color-heading, #101828)}.match-profile-modal__form{display:flex;flex-direction:column;flex:1;min-height:0}.match-profile-modal__body{padding:0 32px 32px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:32px}.match-profile-field{display:flex;flex-direction:column;gap:12px}.match-profile-field--narrow{max-width:520px;width:100%}.match-profile-label{font-size:15px;font-weight:600;color:var(--coach-color-heading, #101828)}.match-profile-helper{margin:0;font-size:13px;color:var(--coach-color-body, #475467)}.match-profile-textarea,.match-profile-input{width:100%;border-radius:14px;border:1px solid var(--coach-color-border, #e4e7ec);padding:14px 16px;font-size:15px;font-family:inherit;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease;background:var(--coach-color-surface, #ffffff);color:var(--coach-color-heading, #101828)}.match-profile-textarea:focus,.match-profile-input:focus{border-color:#7f56d9;box-shadow:0 0 0 4px #7f56d926;outline:none}.match-profile-textarea{resize:vertical}.match-profile-textarea--error,.match-profile-input--error{border-color:#f04438;box-shadow:0 0 0 3px #f0443829}.match-profile-error{margin:-4px 0 0;font-size:13px;color:#d92d20}.match-profile-status{margin:-4px 0 0;font-size:13px;color:var(--coach-color-body, #475467)}.match-profile-status--success{color:#027a48}.match-profile-status--warning{color:#b54708}.match-profile-upload{display:flex;flex-direction:column;gap:12px}.match-profile-upload__input{display:none}.match-profile-upload__button{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:14px;border:1px dashed var(--coach-color-border-strong, #d0d5dd);background:var(--coach-color-surface-muted, #f8f9fc);color:var(--coach-color-heading, #101828);font-weight:600;font-size:14px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.match-profile-upload__button:hover{border-color:#7f56d9;background:#f4ebff;color:#53389e}.match-profile-upload__button svg{color:inherit}.match-profile-upload__note{margin:0;font-size:12px;color:var(--coach-color-muted, #98a2b3)}.match-profile-choice-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.match-profile-choice-grid--columns{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.match-profile-choice{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:16px;border:1px solid var(--coach-color-border, #e4e7ec);background:var(--coach-color-surface, #ffffff);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;cursor:pointer}.match-profile-choice:hover{border-color:var(--coach-color-border-strong, #d0d5dd)}.match-profile-choice--selected{border-color:#7f56d9;background:#f9f5ff;box-shadow:0 0 0 3px #7f56d91f}.match-profile-choice input{margin:4px 0 0;accent-color:#7f56d9;width:18px;height:18px}.match-profile-choice__content{display:flex;flex-direction:column;gap:4px;color:var(--coach-color-body, #475467)}.match-profile-choice__label{font-weight:600;color:var(--coach-color-heading, #101828);font-size:15px}.match-profile-choice__description{font-size:13px;line-height:1.5}.match-profile-choice__check{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#7f56d91f;color:#7f56d9;transform:scale(.8);opacity:0;transition:opacity .2s ease,transform .2s ease}.match-profile-choice--selected .match-profile-choice__check{opacity:1;transform:scale(1)}.match-profile-modal__footer{padding:20px 32px 28px;border-top:1px solid var(--coach-color-border, #e4e7ec);display:flex;flex-direction:column;gap:16px;background:var(--coach-color-surface, #ffffff)}.match-profile-modal__disclaimer{margin:0;font-size:13px;line-height:1.6;color:var(--coach-color-muted, #98a2b3)}.match-profile-modal__actions{display:flex;flex-direction:column;gap:10px}.match-profile-modal__buttons{display:flex;align-items:center;justify-content:flex-end;gap:12px}.match-profile-modal__actions .fc-button--primary{background:#7f56d9;border-color:#7f56d9;color:#fff;box-shadow:0 14px 26px -12px #7f56d973}.match-profile-modal__actions .fc-button--primary:hover{background:#6941c6}.match-profile-modal__submit-error{margin:0;font-size:13px;color:#d92d20}@media(max-width:640px){.match-profile-modal{border-radius:20px;max-height:calc(100vh - 32px)}.match-profile-modal__header,.match-profile-modal__body,.match-profile-modal__footer{padding-left:20px;padding-right:20px}.match-profile-modal__heading h2{font-size:20px}.match-profile-choice-grid{grid-template-columns:1fr}.match-profile-modal__buttons{flex-direction:column;align-items:stretch;width:100%;gap:10px}.match-profile-modal__buttons .fc-button{width:100%}.match-profile-field--narrow{max-width:none}}.coach-list-page{min-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:32px;padding:32px 20px 56px;background:#f4f7fb}@media(min-width:1024px){.coach-list-page{padding:48px 64px 80px;gap:40px}}.coach-hero{position:relative;display:flex;flex-direction:column;gap:32px;padding:32px 28px;border-radius:32px;background:radial-gradient(circle at top left,#34d399,#34d39999 25%,#0ea5e9cc);color:#0f172a;overflow:hidden}@media(min-width:1024px){.coach-hero{flex-direction:row;align-items:stretch;justify-content:space-between;padding:48px 56px}}.coach-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffffd6,#ffffff8c);pointer-events:none}.coach-hero>*{position:relative;z-index:1}.coach-hero-copy{display:flex;flex-direction:column;gap:20px;max-width:560px}.coach-hero-eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:600;color:#0ea5e9;margin:0}.coach-hero h1{margin:0;font-size:clamp(32px,4vw,44px);font-weight:700;color:#0f172a}.coach-hero-subtitle{margin:0;font-size:18px;line-height:1.6;color:#1e293b}.coach-tab-bar{display:inline-flex;background:#0f172a14;padding:6px;border-radius:999px;width:fit-content;gap:6px}.coach-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;border:none;background:transparent;font-weight:600;font-size:15px;color:#0f172a;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.coach-tab.active{background:#0f172a;color:#fff;box-shadow:0 12px 24px #0f172a38}.coach-tab:focus-visible{outline:3px solid rgba(14,165,233,.6);outline-offset:2px}.coach-hero-stats{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(520px,100%)}@media(min-width:768px){.coach-hero-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.coach-hero-stat{padding:18px 16px;border-radius:20px;background:#ffffffeb;box-shadow:0 12px 24px #0f172a14;display:grid;gap:6px}.coach-hero-stat dt{margin:0;font-size:13px;font-weight:600;text-transform:uppercase;color:#0f172a;letter-spacing:.08em}.coach-hero-stat dd{margin:0;font-size:24px;font-weight:700;color:#0284c7}.coach-controls{display:flex;flex-direction:column;gap:16px}.coach-controls-bar{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:center}@media(min-width:768px){.coach-controls-bar{grid-template-columns:minmax(160px,220px) minmax(260px,1fr) auto auto}}.coach-location-trigger,.coach-filters-toggle,.refresh-button{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:#fff;font-weight:600;font-size:14px;color:#0f172a;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.coach-location-trigger:hover,.coach-filters-toggle:hover,.refresh-button:hover{background:#0ea5e91a;transform:translateY(-1px)}.coach-location-trigger:focus-visible,.coach-filters-toggle:focus-visible,.refresh-button:focus-visible,.filter-pill:focus-visible,.coach-chip:focus-visible,.coach-card-cta:focus-visible{outline:3px solid rgba(14,165,233,.45);outline-offset:2px}.coach-location-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}@media(min-width:1024px){.coach-location-trigger span{max-width:220px}}.coach-search{position:relative;display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid rgba(148,163,184,.45)}.coach-search input{border:none;background:transparent;font-size:15px;flex:1;outline:none;color:#0f172a}.coach-search input::placeholder{color:#94a3b8}.coach-search-clear{border:none;background:transparent;color:#0f172a;font-size:18px;cursor:pointer;line-height:1;padding:4px;border-radius:999px;transition:background-color .2s ease}.coach-search-clear:hover{background:#94a3b833}.coach-sort{display:flex;align-items:center;gap:8px;background:#fff;border-radius:999px;border:1px solid rgba(148,163,184,.45);padding:6px 12px}.coach-sort label{font-size:13px;font-weight:600;color:#475569}.coach-sort select{border:none;background:transparent;font-weight:600;font-size:14px;color:#0f172a;outline:none;cursor:pointer}.coach-chip-toolbar{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}.coach-chip-toolbar::-webkit-scrollbar{display:none}.coach-chip{flex:0 0 auto;padding:10px 18px;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:#ffffffe6;color:#0f172a;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;scroll-snap-align:start}.coach-chip.selected{background:#0f172a;border-color:#0f172a;color:#fff;box-shadow:0 10px 20px #0f172a29}.coach-active-filters{display:flex;flex-wrap:wrap;gap:10px}.coach-active-filters .filter-pill{background:#0ea5e91f;border-color:#0ea5e973;color:#0369a1}.coach-active-filters .filter-pill:hover{background:#0ea5e933}.filter-pill{flex:0 0 auto;border:1px solid rgba(148,163,184,.45);background:#fffffff2;color:#0f172a;border-radius:999px;padding:10px 18px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.filter-pill.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 12px 24px #0f172a29}.coach-results-header{display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.coach-results-header{flex-direction:row;align-items:center;justify-content:space-between}}.coach-results-meta{display:flex;align-items:center;gap:16px;color:#0f172a;font-weight:600}.coach-results-count{font-size:15px;color:#1e293b}.coach-results-meta p{margin:0}.coach-results-announcement{font-size:14px;color:#475569}.location-permission-card{display:grid;gap:16px;padding:28px;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.3);box-shadow:0 16px 30px #0f172a14}.location-permission-copy h2{margin:0;font-size:22px;font-weight:700;color:#0f172a}.location-permission-copy p{margin:8px 0 0;color:#475569;line-height:1.5}.location-error{margin-top:8px;color:#dc2626;font-weight:600}.location-permission-actions{display:flex;flex-wrap:wrap;gap:12px}.location-permission-actions button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:14px;font-weight:600;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.location-permission-actions .primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 16px 28px #22c55e47}.location-permission-actions .primary:hover{transform:translateY(-1px)}.location-permission-actions .secondary{background:#0f172a0f;color:#0f172a}.coach-results{display:grid;gap:32px}.coach-section{display:grid;gap:20px}.coach-section-header h2{margin:0;font-size:22px;font-weight:700;color:#0f172a}.coach-section-header p{margin:4px 0 0;color:#475569}.coach-featured-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media(min-width:1024px){.coach-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.coach-grid{display:grid;gap:20px}.coach-grid.all{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.coach-grid.mine{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media(min-width:1280px){.coach-grid.all{grid-template-columns:repeat(3,minmax(0,1fr))}}.coach-card{position:relative;display:flex;flex-direction:column;gap:16px;background:linear-gradient(180deg,#f8fafcf5,#fff);border-radius:22px;padding:24px;box-shadow:0 20px 40px #0f172a1a;border:1px solid rgba(148,163,184,.2)}.coach-card.featured{padding:28px;border-width:1.5px;border-color:#0ea5e966;box-shadow:0 24px 44px #0ea5e929}.coach-card.compact{padding:20px}.coach-card-banner{position:absolute;top:16px;left:24px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#0f172abf;color:#f8fafc}.coach-card-banner.pending{background:#facc1533;color:#92400e}.coach-card-accent{position:absolute;top:16px;right:24px;padding:6px 14px;border-radius:999px;background:linear-gradient(135deg,#fbbf24,#f97316);color:#0f172a;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.coach-card-main{display:flex;gap:18px}.coach-card-avatar{width:72px;height:72px;border-radius:20px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#38bdf8,#6366f1);color:#fff;font-weight:700;font-size:22px;flex-shrink:0}.coach-card-avatar img{width:100%;height:100%;object-fit:cover}.coach-card-body{display:flex;flex-direction:column;gap:12px;flex:1}.coach-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.coach-card-title{display:grid;gap:6px}.coach-card-title h3{margin:0;font-size:20px;font-weight:700;color:#0f172a}.coach-card-rating{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#facc152e;color:#92400e;font-weight:600;font-size:13px}.coach-card-rating svg{color:#f59e0b}.coach-card-rating-count{color:#92400e}.coach-card-rate{font-weight:700;font-size:18px;color:#0ea5e9}.coach-card-bio{margin:0;color:#475569;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.coach-card-specialties{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.coach-card-specialties li{background:#0ea5e91f;color:#0f172a;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.coach-card-meta{display:grid;gap:8px;font-size:13px;color:#475569}.coach-card-meta-item{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.coach-card-meta-item.secondary{font-style:italic;opacity:.75;gap:8px}.coach-card-locations{display:flex;align-items:flex-start;gap:12px}.coach-card-locations svg{color:#0ea5e9;margin-top:4px}.coach-card-locations-body{display:flex;flex-direction:column;gap:8px;flex:1}.coach-card-locations-list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.coach-card-locations-list li{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:12px;background:#0ea5e914;color:#0f172a;font-weight:600;font-size:13px;box-shadow:inset 0 0 0 1px #0ea5e92e}.coach-card-locations-footer{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:12px;color:#475569}.coach-card-locations-more{font-weight:600;color:#0f172a}.coach-card-distance{font-weight:600;color:#0ea5e9}.coach-card-footer{display:flex;justify-content:flex-end}.coach-card-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;background:#0ea5e9;color:#fff;font-weight:600;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.coach-card-cta:hover{background:#0284c7;transform:translateY(-1px)}.list-sentinel{display:flex;justify-content:center;align-items:center;gap:8px;padding:20px 0;color:#64748b;font-size:14px}.coach-list-loader{display:grid;justify-items:center;gap:12px;padding:80px 0;color:#475569}.coach-list-empty{text-align:center;padding:80px 0;color:#475569;font-weight:600}.spin{animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.filter-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:60}.filter-modal-backdrop{position:absolute;inset:0;background:#0f172a8c;border:none}.filter-modal-content{position:relative;width:min(540px,calc(100% - 32px));max-height:calc(100vh - 120px);background:#fff;border-radius:24px;box-shadow:0 24px 40px #0f172a2e;display:flex;flex-direction:column;overflow:hidden;z-index:70}.filter-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(15,23,42,.08)}.filter-modal-header h2{margin:0;font-size:20px;font-weight:700;color:#0f172a}.filter-modal-clear,.filter-modal-done{border:none;background:transparent;font-weight:600;font-size:14px;color:#0ea5e9;cursor:pointer}.filter-modal-body{padding:24px;overflow-y:auto}.filters-panel{display:grid;gap:24px}.filter-group{display:grid;gap:16px;padding-bottom:24px;border-bottom:1px solid rgba(148,163,184,.2)}.filter-group:last-of-type{border-bottom:none;padding-bottom:0}.filter-group-header{display:grid;gap:6px}.filter-group-header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}.filter-group-header p{margin:0;color:#475569;font-size:14px}.field-label{font-weight:600;font-size:14px;color:#0f172a}.field-with-icon{display:flex;align-items:center;gap:10px;border:1px solid rgba(148,163,184,.4);border-radius:12px;padding:10px 12px}.field-with-icon input{border:none;flex:1;font-size:15px;outline:none}.use-my-location{align-self:flex-start;border:none;background:transparent;color:#0ea5e9;font-weight:600;cursor:pointer}.location-suggestions{list-style:none;margin:0;padding:0;display:grid;gap:8px}.location-suggestions li button{width:100%;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#f8fafce6;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.location-suggestions li button:hover{background:#0ea5e91f;transform:translateY(-1px)}.location-preview{border-radius:12px;background:#f8fafccc;padding:14px 16px}.location-preview h3,.location-preview h4{margin:0 0 8px;font-size:15px;font-weight:600;color:#0f172a}.location-preview p{margin:0;color:#475569}.radius-filter input[type=range]{width:100%}.radius-value{font-size:18px;font-weight:700;color:#0f172a}.radius-hint{margin:0;color:#64748b}.filter-text-input{border:1px solid rgba(148,163,184,.4);border-radius:12px;padding:12px 14px;font-size:15px;width:100%}.dynamic-filter-list{display:grid;gap:16px}.dynamic-filter-group{display:grid;gap:12px;padding:16px;border:1px solid rgba(148,163,184,.25);border-radius:16px;background:#f8fafcb3}.dynamic-filter-group:focus{outline:3px solid rgba(14,165,233,.35);outline-offset:2px}.dynamic-filter-group h4{margin:0;font-size:16px;font-weight:600;color:#0f172a}.radius-filter{display:grid;gap:12px}.apply-button{align-self:flex-start;padding:10px 18px;border-radius:999px;border:none;background:#0ea5e9;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.apply-button:hover{background:#0284c7;transform:translateY(-1px)}.apply-button:focus-visible{outline:3px solid rgba(14,165,233,.35);outline-offset:2px}.filter-options{display:grid;gap:12px}.filter-option{display:flex;align-items:center;gap:10px;font-size:14px;color:#0f172a}.filter-option input{accent-color:#0ea5e9}.filter-empty{margin:0;color:#475569;font-style:italic}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:480px){.coach-card-main{flex-direction:column}.coach-card-avatar{width:64px;height:64px;border-radius:16px}.coach-card{padding:20px}}.player-profile-page{--player-surface: #ffffff;--player-surface-muted: #f8fafc;--player-surface-strong: #ffffff;--player-hero-gradient: linear-gradient(180deg, #f1f5f9 0%, #ffffff 70%);--player-border: #e2e8f0;--player-border-soft: #e2e8f0;--player-shadow: 0 12px 32px -20px rgba(15, 23, 42, .18);--player-pill-border: #e2e8f0;--player-pill-bg: #f1f5f9;--player-pill-text: #334155;--player-heading: #0f172a;--player-body: #475467;--player-muted: #64748b;--player-accent: #4f46e5;--player-accent-strong: #4338ca;--player-green: #15803d;--player-green-dark: #166534;--player-amber: #f59e0b;--player-amber-dark: #92400e;--player-availability-shadow: 0 8px 24px -18px rgba(15, 23, 42, .16);display:flex;flex-direction:column;min-height:100%;padding:0 0 88px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:var(--player-heading);box-sizing:border-box;overflow-x:clip}@supports not (overflow-x: clip){.player-profile-page{overflow-x:hidden}}.player-profile-page--empty{align-items:center;justify-content:center;padding:96px 24px;text-align:center}.player-profile-empty-card{background:var(--player-surface);border-radius:28px;border:1px solid var(--player-border);box-shadow:var(--player-shadow);padding:48px 40px;max-width:480px;display:flex;flex-direction:column;gap:18px}.player-profile-empty-card h1{font-size:1.75rem;margin:0;color:var(--player-heading)}.player-profile-empty-card p{margin:0;color:var(--player-body);line-height:1.6}.player-profile-hero{position:relative;width:100%;background:var(--player-hero-gradient);border-bottom:1px solid var(--player-border);padding:24px 0 72px}@media(min-width:1024px){.player-profile-hero{padding:32px 0 96px}}.player-profile-hero__inner{width:100%;max-width:1100px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:24px;box-sizing:border-box}@media(min-width:768px){.player-profile-hero__inner{gap:28px}}.player-profile-back{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#ffffffd9;border:1px solid var(--player-border);color:var(--player-accent);font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease;box-shadow:none}.player-profile-back:hover{background:#fff;color:var(--player-accent-strong);transform:translate(-1px)}.player-profile-back:focus-visible{outline:2px solid rgba(79,70,229,.65);outline-offset:2px}.player-profile-identity{background:var(--player-surface);border-radius:24px;border:1px solid var(--player-border);box-shadow:var(--player-shadow);padding:28px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px 28px;text-align:left}@media(min-width:768px){.player-profile-identity{padding:36px 40px;gap:24px 40px}}.player-profile-media{width:136px;height:136px;border-radius:50%;overflow:hidden;border:4px solid rgba(79,70,229,.18);background:#eef2ff;display:flex;align-items:center;justify-content:center;color:var(--player-accent-strong);font-size:2.4rem;font-weight:700;flex-shrink:0}.player-profile-media img{width:100%;height:100%;object-fit:cover;display:block}.player-profile-heading{display:flex;flex-direction:column;gap:16px;align-items:flex-start;flex:1 1 240px;min-width:220px}.player-profile-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.player-profile-name-row h1{margin:0;font-size:clamp(2.1rem,2.8vw + 1rem,2.85rem);font-weight:800;color:var(--player-heading);letter-spacing:-.01em}.player-profile-actions{display:flex;flex-wrap:wrap;gap:10px}.player-profile-action{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:9px 16px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;border:1px solid transparent;font-size:.95rem}.player-profile-action svg{flex-shrink:0}.player-profile-action--primary{background:var(--player-accent);color:#fff;border:1px solid rgba(79,70,229,.4)}.player-profile-action--primary:hover{background:var(--player-accent-strong)}.player-profile-action--secondary{background:#fff;color:var(--player-accent);border:1px solid var(--player-border)}.player-profile-action--secondary:hover{background:var(--player-surface-muted);border-color:#4f46e54d}.player-profile-action:disabled{pointer-events:none;opacity:.7}.player-profile-body{position:relative;width:100%;max-width:1040px;margin:-64px auto 0;padding:0 24px;display:flex;flex-direction:column;gap:28px;box-sizing:border-box}@media(min-width:1024px){.player-profile-body{margin-top:-96px}}.player-profile-section{width:100%}.player-profile-card{background:var(--player-surface);border-radius:20px;box-shadow:none;border:1px solid var(--player-border);padding:28px 24px;display:flex;flex-direction:column;gap:18px}@media(min-width:768px){.player-profile-card{padding:32px}}.player-profile-card header,.player-profile-card-header{display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.player-profile-card-header{flex-direction:row;justify-content:space-between;align-items:center}}.player-profile-card header h2,.player-profile-card-header h2{margin:0;font-size:1.55rem;font-weight:700;color:var(--player-heading)}.player-profile-card header p{margin:0;color:var(--player-muted);line-height:1.5}.player-profile-card-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0;color:var(--player-muted)}.player-profile-level-shell{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.player-profile-level-shell{flex-direction:row;align-items:center;justify-content:space-between}}.player-profile-level-score-block{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.player-profile-level-score{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:168px;height:168px;border-radius:20px;background:var(--player-surface-muted);border:1px solid var(--player-border)}.player-profile-level-value{font-size:3.1rem;font-weight:700;color:var(--player-accent-strong);line-height:1}.player-profile-level-label{font-size:.85rem;font-weight:600;color:var(--player-muted);letter-spacing:.08em;text-transform:uppercase}.player-profile-level-meta{display:flex;flex-direction:column;gap:16px;align-items:flex-start;max-width:520px}.player-profile-verify-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:1px solid rgba(79,70,229,.32);background:#4f46e514;color:var(--player-accent-strong);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.player-profile-verify-badge svg{color:currentColor}.player-profile-verify-badge:hover:not(:disabled){background:#4f46e524;border-color:#4f46e566;color:var(--player-accent);transform:translateY(-1px)}.player-profile-verify-badge:focus-visible{outline:2px solid rgba(79,70,229,.6);outline-offset:2px}.player-profile-verify-badge:disabled{cursor:default;transform:none}.player-profile-verify-badge.is-verified,.player-profile-verify-badge.is-verified:hover{background:#15803d1f;border-color:#15803d59;color:var(--player-green-dark)}.player-profile-level-note{margin:0;font-size:.98rem;color:var(--player-body);line-height:1.55}.player-profile-level-supporters{display:flex;align-items:center;padding:0;margin:0;list-style:none}.player-profile-level-supporters li{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid var(--player-surface);box-shadow:0 10px 18px -12px #0f172a47;background:var(--player-surface-muted)}.player-profile-level-supporters li+li{margin-left:-12px}.player-profile-level-supporters img{width:100%;height:100%;object-fit:cover;display:block}.player-profile-level-supporters__extra{display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:var(--player-accent-strong)}.player-profile-description{margin:0;color:var(--player-body);font-size:1.02rem;line-height:1.7}.player-profile-grid{display:grid;gap:20px}@media(min-width:768px){.player-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.player-profile-pill-list{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none}.player-profile-pill{background:#fff;border:1px solid var(--player-border);color:var(--player-pill-text);border-radius:999px;padding:8px 16px;font-weight:600;font-size:.93rem}.player-profile-availability-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.player-profile-availability{display:flex;align-items:center;gap:16px;padding:16px 18px;border-radius:18px;border:1px solid var(--player-border);background:var(--player-surface);box-shadow:none}.player-profile-availability.is-available{border-color:#22c55e47;background:#f0fdf499}.player-profile-availability.is-unavailable{border-color:#f871713d;background:#fef2f299}.player-profile-availability-icon{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--player-green)}.player-profile-availability.is-unavailable .player-profile-availability-icon{background:#f87171}.player-profile-availability-label{font-weight:700;color:var(--player-heading)}.player-profile-availability-status{margin-left:auto;font-size:.9rem;font-weight:500;color:var(--player-muted)}.player-profile-court-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.player-profile-court-list li{font-weight:600;color:var(--player-heading);background:var(--player-surface);padding:12px 16px;border-radius:14px;border:1px solid var(--player-border)}.player-profile-connect-card{background:var(--player-surface);border-radius:22px;padding:32px 28px;display:flex;flex-direction:column;gap:18px;color:var(--player-heading);border:1px solid var(--player-border);box-shadow:none}@media(min-width:768px){.player-profile-connect-card{flex-direction:row;align-items:center;justify-content:space-between}}.player-profile-connect-copy h3{margin:0;font-size:1.6rem;font-weight:700;letter-spacing:-.01em}.player-profile-connect-copy p{margin:0;color:var(--player-muted);line-height:1.55;max-width:520px}.player-profile-connect-button{align-self:flex-start;padding:12px 22px;font-size:.98rem;font-weight:600;border-radius:999px;box-shadow:none}@media(max-width:767px){.player-profile-connect-button{width:100%;justify-content:center}}.group-lesson-confirmation__overlay{position:fixed;inset:0;background:#111928a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.group-lesson-confirmation{background:#fff;border-radius:18px;box-shadow:0 24px 60px #0f172a1f;width:min(720px,100%);max-height:calc(100vh - 80px);overflow:hidden;display:flex;flex-direction:column}.group-lesson-confirmation__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 32px 20px;border-bottom:1px solid rgba(15,23,42,.06)}.group-lesson-confirmation__heading{display:flex;flex-direction:column;gap:6px}.group-lesson-confirmation__eyebrow{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#0f172a8f}.group-lesson-confirmation__header h2{font-size:26px;line-height:1.2;color:#0f172a;margin:0}.group-lesson-confirmation__header p{margin:0;color:#0f172aad;font-size:16px}.group-lesson-confirmation__close{border:none;background:#0f172a0a;color:#0f172a;border-radius:999px;padding:6px;cursor:pointer;transition:background .15s ease}.group-lesson-confirmation__close:hover{background:#0f172a14}.group-lesson-confirmation__body{display:flex;flex-direction:row;gap:32px;padding:28px 32px 32px;overflow-y:auto}.group-lesson-confirmation__details{flex:1;min-width:0}.group-lesson-confirmation__details h3{margin:0 0 18px;font-size:18px;color:#0f172a}.group-lesson-confirmation__details ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.group-lesson-confirmation__details li{display:flex;gap:14px;align-items:flex-start}.group-lesson-confirmation__detail-icon{color:#0ea5e9;margin-top:4px}.group-lesson-confirmation__detail-primary{display:block;font-weight:600;font-size:16px;color:#0f172a}.group-lesson-confirmation__detail-secondary{display:block;font-size:14px;color:#0f172a9e;margin-top:2px}.group-lesson-confirmation__actions{width:240px;flex-shrink:0;display:flex;flex-direction:column;gap:18px;padding:20px;border-radius:16px;background:#0ea5e914}.group-lesson-confirmation__summary{display:flex;flex-direction:column;gap:4px}.group-lesson-confirmation__price-label{text-transform:uppercase;font-size:12px;letter-spacing:.16em;color:#0f172a85}.group-lesson-confirmation__price-value{font-size:22px;font-weight:700;color:#0f172a}.group-lesson-confirmation__calendar{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:12px 18px;font-weight:600;font-size:15px;cursor:pointer;background:#0ea5e9;color:#fff;transition:background .2s ease,transform .2s ease;box-shadow:0 12px 30px #0ea5e942}.group-lesson-confirmation__calendar:hover{background:#0284c7;transform:translateY(-1px)}.group-lesson-confirmation__policy{margin:0;font-size:13px;line-height:1.5;color:#0f172aad}@media(max-width:860px){.group-lesson-confirmation__body{flex-direction:column}.group-lesson-confirmation__actions{width:100%}}@media(max-width:540px){.group-lesson-confirmation__overlay{padding:16px}.group-lesson-confirmation__header{padding:24px 20px 16px}.group-lesson-confirmation__body{padding:24px 20px}.group-lesson-confirmation__actions{padding:18px}.group-lesson-confirmation__header h2{font-size:22px}}.booking-confirmation{padding:48px 0 72px;display:flex;justify-content:center;color:var(--fc-color-text-primary, #0f172a)}.booking-confirmation__inner{width:min(1040px,100%);display:flex;flex-direction:column;gap:24px;padding:0 24px}.booking-confirmation__back{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:var(--fc-color-text-muted, #64748b);font-weight:600;cursor:pointer;transition:color .2s ease}.booking-confirmation__back:hover{color:var(--fc-color-text-primary, #0f172a)}.booking-confirmation__back-icon{width:18px;height:18px}.booking-confirmation__header{display:flex;flex-direction:column;gap:12px}.booking-confirmation__eyebrow{letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700;color:var(--fc-color-accent, #6366f1)}.booking-confirmation__title{margin:0;font-size:clamp(2rem,3vw,2.6rem);font-weight:700;line-height:1.2}.booking-confirmation__subtitle{margin:0;max-width:620px;font-size:1rem;color:var(--fc-color-text-secondary, #475569)}.booking-confirmation__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:24px;align-items:start}.booking-confirmation__card{background:linear-gradient(145deg,#f8f9fff5,#e9eeffe6);border:1px solid rgba(99,102,241,.16);border-radius:24px;padding:28px;box-shadow:0 28px 60px -40px #4f46e566;display:flex;flex-direction:column;gap:28px}.booking-confirmation__coach{display:flex;gap:16px;align-items:center}.booking-confirmation__coach-avatar{width:72px;height:72px;border-radius:20px;object-fit:cover;box-shadow:0 16px 32px -24px #0f172a73}.booking-confirmation__coach-avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#3b82f61f;color:#1d4ed8;font-weight:700;font-size:1.5rem}.booking-confirmation__coach-meta{display:flex;flex-direction:column;gap:6px}.booking-confirmation__coach-name{margin:0;font-size:1.5rem;font-weight:700}.booking-confirmation__coach-title{margin:0;font-size:.95rem;color:var(--fc-color-text-secondary, #475569)}.booking-confirmation__coach-rating{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--fc-color-text-primary, #0f172a)}.booking-confirmation__coach-reviews{color:var(--fc-color-text-muted, #64748b);font-weight:500}.booking-confirmation__details{display:grid;gap:18px}.booking-confirmation__detail{display:flex;gap:14px;align-items:flex-start}.booking-confirmation__detail svg{width:22px;height:22px;color:var(--fc-color-accent, #6366f1);flex-shrink:0;margin-top:4px}.booking-confirmation__detail-copy{display:flex;flex-direction:column;gap:4px}.booking-confirmation__detail-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5e6}.booking-confirmation__detail-primary{font-size:1.05rem;font-weight:600}.booking-confirmation__detail-secondary{font-size:.9rem;color:var(--fc-color-text-muted, #64748b)}.booking-confirmation__group-roster{margin-top:4px;padding:18px 20px;border-radius:18px;background:#ffffffe6;border:1px solid rgba(99,102,241,.18);display:flex;flex-direction:column;gap:16px}.booking-confirmation__group-roster-header{display:flex;align-items:center;gap:12px}.booking-confirmation__group-roster-icon{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#6366f11f;color:var(--fc-color-accent, #6366f1)}.booking-confirmation__group-roster-heading{display:flex;flex-direction:column;gap:4px}.booking-confirmation__group-roster-label{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5e6}.booking-confirmation__group-roster-caption{font-size:.9rem;color:var(--fc-color-text-secondary, #475569)}.booking-confirmation__group-roster-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.booking-confirmation__group-roster-item{display:flex;gap:12px;align-items:center}.booking-confirmation__group-roster-avatar{width:42px;height:42px;border-radius:14px;background:#6366f124;color:var(--fc-color-accent, #6366f1);font-weight:700;font-size:.9rem;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-transform:uppercase}.booking-confirmation__group-roster-avatar img{width:100%;height:100%;object-fit:cover}.booking-confirmation__group-roster-body{display:flex;flex-direction:column;gap:2px}.booking-confirmation__group-roster-name{font-weight:600;font-size:.95rem}.booking-confirmation__group-roster-meta{font-size:.85rem;color:var(--fc-color-text-muted, #64748b)}.booking-confirmation__group-roster-joined{font-size:.75rem;font-weight:500;color:#6366f1e6}.booking-confirmation__group-roster-empty{padding:12px 14px;border-radius:12px;background:#6366f114;color:var(--fc-color-text-secondary, #475569);font-size:.9rem;line-height:1.4}.booking-confirmation__group-roster-empty p{margin:0}.booking-confirmation__group-roster-footer{font-size:.85rem;font-weight:600;color:var(--fc-color-accent, #6366f1)}.booking-confirmation__price{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:18px;background:#ffffffd1;border:1px solid rgba(99,102,241,.14)}.booking-confirmation__price-label{display:block;font-size:.85rem;font-weight:600;color:var(--fc-color-text-muted, #64748b)}.booking-confirmation__price-value{display:block;font-size:1.5rem;font-weight:700}.booking-confirmation__price-caption{font-size:.85rem;color:var(--fc-color-text-secondary, #475569)}.booking-confirmation__payment{display:flex;flex-direction:column;gap:20px;padding:20px;border-radius:20px;background:#ffffffe0;border:1px solid rgba(99,102,241,.12);box-shadow:0 24px 48px -40px #4f46e573}.booking-confirmation__payment-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.booking-confirmation__payment-header h3{margin:0;font-size:1.1rem;font-weight:700}.booking-confirmation__payment-header p{margin:6px 0 0;font-size:.92rem;color:var(--fc-color-text-secondary, #475569)}.booking-confirmation__payment-secure{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#4f46e514;color:#4f46e5e6;font-size:.8rem;font-weight:600;white-space:nowrap}.payment-methods__group-label{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5e6}.payment-method-card{position:relative;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.45);background:#ffffffd9;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}.payment-method-card:hover{border-color:#6366f173;box-shadow:0 14px 32px -26px #6366f18c;transform:translateY(-1px)}.payment-method-card__selector{width:18px;height:18px;border-radius:999px;border:2px solid rgba(148,163,184,.6);display:inline-flex;align-items:center;justify-content:center}.payment-method-card__selector:after{content:"";width:0;height:0;border-radius:999px;background:transparent;transition:width .2s ease,height .2s ease}.payment-method-card__icon{width:40px;height:40px;border-radius:12px;background:#4f46e51a;display:inline-flex;align-items:center;justify-content:center;color:#4f46e5f2}.payment-method-card__title{font-weight:600;font-size:.98rem}.payment-method-card__subtitle{font-size:.88rem;color:var(--fc-color-text-muted, #64748b)}.payment-method-card__tag{padding:4px 10px;border-radius:999px;background:#6366f11f;color:#4f46e5e6;font-size:.75rem;font-weight:600;white-space:nowrap}.payment-method-card__tag--success{background:#22c55e1f;color:#15803d}.payment-method-card--selected{border-color:#6366f199;background:#edf2ffe6;box-shadow:0 16px 40px -30px #6366f1a6}.payment-method-card--wallet{grid-template-columns:auto auto 1fr;background:linear-gradient(135deg,#0f172a,#111827);border-color:#0f172acc;color:#f8fafc}.payment-method-card--wallet .payment-method-card__selector{border-color:#f8fafcb3}.payment-method-card--wallet.payment-method-card--selected{border-color:#93c5fdd9;box-shadow:0 20px 48px -36px #1e40afbf}.payment-method-card--credits{border-color:#86efac8c;background:#f0fdf4e6}.payment-method-card--credits .payment-method-card__icon{background:#86efac59;color:#166534}.payment-method-card--credits .payment-method-card__subtitle{color:#166534}.payment-method-card--disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.1)}.payment-method-card--disabled:hover{border-color:#94a3b873;box-shadow:none;transform:none}.payment-method-card__form{margin-left:40px;margin-top:8px;padding:16px;border-radius:16px;border:1px solid rgba(148,163,184,.35);background:#f8fafce0;display:flex;flex-direction:column;gap:12px}.payment-method-card__form-row--split{flex-direction:column}.payment-method-card__form-row--grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.payment-method-card__form-field{flex:1;display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--fc-color-text-secondary, #475569);font-weight:600}.payment-method-card__form-field input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.55);font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.payment-method-card__form-field input:focus{outline:none;border-color:#6366f1b3;box-shadow:0 0 0 3px #6366f133}.payment-methods__credits-note{margin-left:40px;font-size:.88rem;color:#166534;background:#f0fdf4e6;border:1px solid rgba(134,239,172,.5);border-radius:14px;padding:12px 14px}.payment-packages-banner{display:flex;align-items:center;gap:16px;padding:16px 18px;border-radius:18px;border:1px dashed rgba(99,102,241,.4);background:#edf2ffcc}.payment-packages-banner__icon{width:42px;height:42px;border-radius:12px;background:#6366f126;display:inline-flex;align-items:center;justify-content:center;color:#4f46e5e6}.payment-packages-banner__body{display:flex;flex-direction:column;gap:4px}.payment-packages-banner__body h4{margin:0;font-size:.98rem;font-weight:700;color:var(--fc-color-text-primary, #0f172a)}.payment-packages-banner__body p{margin:0;font-size:.9rem;color:var(--fc-color-text-secondary, #475569)}.payment-packages-banner__action{margin-left:auto;padding:10px 18px;border-radius:999px;border:1px solid rgba(79,70,229,.4);background:linear-gradient(135deg,#4f46e51f,#818cf833);color:#4f46e5f2;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.payment-packages-banner__action:hover{transform:translateY(-1px);box-shadow:0 12px 26px -22px #4f46e5bf}.booking-confirmation__actions{display:flex;flex-direction:column;gap:10px}.booking-confirmation__confirm{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:1.05rem;font-weight:700;padding:14px 18px;border-radius:14px;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 22px 45px -28px #16a34a8c}.booking-confirmation__confirm:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.booking-confirmation__confirm-icon{width:20px;height:20px}.booking-confirmation__disclaimer{font-size:.85rem;font-weight:500;color:var(--fc-color-text-muted, #64748b)}.booking-confirmation__status{margin-top:6px;padding:16px 18px;border-radius:16px;border:1px solid rgba(99,102,241,.24);background:#f8fafcf2;display:flex;flex-direction:column;gap:8px}.booking-confirmation__status h3{margin:0;font-size:1.05rem;font-weight:700}.booking-confirmation__status p{margin:0;font-size:.95rem;color:var(--fc-color-text-secondary, #475569);line-height:1.5}.booking-confirmation__status--success{border-color:#22c55e47;background:#ecfdf5f2}.booking-confirmation__status--success h3{color:#047857}.booking-confirmation__status--pending{border-color:#f59e0b59;background:#fffbebf2}.booking-confirmation__status--pending h3{color:#b45309}.booking-confirmation__status-action{align-self:flex-start;margin-top:4px;padding:8px 16px;border-radius:999px;border:1px solid rgba(99,102,241,.3);background:transparent;color:var(--fc-color-accent, #6366f1);font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.booking-confirmation__status-action:hover{background:#6366f114}.booking-confirmation__aside{display:flex;flex-direction:column;gap:18px}.booking-confirmation__aside-card{border-radius:20px;border:1px solid rgba(148,163,184,.35);background:#f8fafceb;padding:20px 22px;box-shadow:0 18px 40px -32px #0f172a40;display:flex;flex-direction:column;gap:12px;color:var(--fc-color-text-secondary, #475569)}.booking-confirmation__aside-card h3{margin:0;font-size:1rem;font-weight:700;color:var(--fc-color-text-primary, #0f172a)}.booking-confirmation__aside-card ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.booking-confirmation__aside-card li{line-height:1.5}.booking-confirmation__aside-card--muted{background:#f1f5f9eb}.booking-confirmation__aside-card--muted p{margin:0;line-height:1.6}.booking-confirmation__aside-back{align-self:flex-start;margin-top:8px;background:transparent;color:var(--fc-color-accent, #6366f1);border:1px solid rgba(99,102,241,.3);border-radius:999px;padding:8px 16px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.booking-confirmation__aside-back:hover{background:#6366f114}.booking-confirmation--empty{width:100%;display:flex;justify-content:center;align-items:center;padding:96px 24px}.booking-confirmation__empty-card{max-width:420px;width:100%;text-align:center;background:linear-gradient(145deg,#f8fafcf5,#e2e8f0eb);border:1px solid rgba(148,163,184,.35);border-radius:24px;padding:36px 32px;box-shadow:0 26px 48px -32px #0f172a66;display:flex;flex-direction:column;gap:16px}.booking-confirmation__empty-title{margin:0;font-size:1.8rem;font-weight:700}.booking-confirmation__empty-copy{margin:0;color:var(--fc-color-text-secondary, #475569);line-height:1.6}.booking-confirmation__empty-action{align-self:center;padding-inline:28px}@media(max-width:960px){.booking-confirmation__layout{grid-template-columns:1fr}.booking-confirmation__aside{flex-direction:row;flex-wrap:wrap}.booking-confirmation__aside-card{flex:1 1 240px}.payment-method-card__form,.payment-methods__credits-note{margin-left:0}}@media(max-width:720px){.booking-confirmation{padding:32px 0 48px}.booking-confirmation__inner{padding:0 16px}.booking-confirmation__card{padding:24px}.booking-confirmation__details{gap:14px}.booking-confirmation__payment{padding:18px}.payment-method-card{grid-template-columns:auto 1fr auto;align-items:flex-start}.payment-method-card__icon{width:36px;height:36px}.payment-packages-banner{flex-direction:column;align-items:flex-start}.payment-packages-banner__action{margin-left:0}}@media(max-width:520px){.booking-confirmation__price{flex-direction:column;align-items:flex-start}.booking-confirmation__coach{align-items:flex-start}.booking-confirmation__coach-avatar{width:64px;height:64px}.payment-method-card__form-row--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-method-card__form-field:nth-child(3){grid-column:span 2}}.purchase-package-modal-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:none}.purchase-package-modal-overlay__backdrop{position:absolute;inset:0;background:#0f172a7a;border:none;padding:0;margin:0;cursor:pointer;pointer-events:auto}.purchase-package-page{min-height:100%;width:100%;display:flex;justify-content:center;padding:64px 24px 96px;background:linear-gradient(180deg,#f8fafc,#eef2ff 72%,#e0e7ff)}.purchase-package-experience{position:relative;width:min(560px,100%);border-radius:28px;border:1px solid rgba(99,102,241,.2);background:linear-gradient(160deg,#fff,#f8faff 82%);box-shadow:0 30px 100px -60px #0f172a73,0 45px 90px -70px #4f46e559;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto}.purchase-package-experience--page{width:min(1160px,100%);border-radius:32px;border:1px solid rgba(148,163,184,.28);background:#fff;box-shadow:0 60px 120px -80px #0f172a80}.purchase-package-experience__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:32px 36px 18px}.purchase-package-experience--page .purchase-package-experience__header{padding:44px 52px 28px;border-bottom:1px solid rgba(226,232,240,.9);background:linear-gradient(180deg,#f8faffcc,#fff)}.purchase-package-experience__intro{display:flex;flex-direction:column;gap:8px;max-width:520px}.purchase-package-experience__eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6366f1}.purchase-package-experience__title{margin:0;font-size:30px;font-weight:700;color:#0f172a}.purchase-package-experience__subtitle{margin:0;font-size:16px;line-height:1.6;color:#475467}.purchase-package-experience__dismiss{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:none;background:#6366f114;color:#4f46e5;cursor:pointer;transition:background .2s ease,transform .2s ease}.purchase-package-experience__dismiss svg{width:20px;height:20px}.purchase-package-experience__dismiss:hover{background:#6366f11f}.purchase-package-experience__dismiss:active{transform:translateY(1px)}.purchase-package-experience__dismiss--page{width:auto;height:auto;padding:10px 18px;border:1px solid rgba(79,70,229,.14);background:#f8faffe0;font-size:14px;font-weight:600;gap:8px}.purchase-package-experience__dismiss--page svg{width:18px;height:18px}.purchase-package-experience__body{padding:0 36px 36px;display:flex;flex-direction:column;gap:32px}.purchase-package-experience--page .purchase-package-experience__body{padding:36px 52px 52px;gap:40px}.purchase-package-experience__layout{display:grid;gap:32px;grid-template-columns:minmax(0,1.7fr) minmax(320px,1fr);align-items:flex-start}.purchase-package-experience__primary-panel,.purchase-package-experience__aside{display:flex;flex-direction:column;gap:24px}.purchase-package-experience__section{display:flex;flex-direction:column;gap:16px}.purchase-package-experience__section-header{display:flex;flex-direction:column;gap:4px}.purchase-package-experience__section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.purchase-package-experience__section-copy{margin:0;font-size:14px;color:#6b7280}.purchase-package-experience__toggle{display:flex;flex-wrap:wrap;gap:12px}.purchase-package-experience__toggle-pill{flex:1 1 160px;min-width:0;padding:16px 18px;border-radius:16px;border:1px solid rgba(99,102,241,.15);background:#f8faffdb;display:flex;flex-direction:column;gap:6px;align-items:flex-start;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.purchase-package-experience__toggle-pill:hover{border-color:#6366f166}.purchase-package-experience__toggle-pill--active{border-color:#4f46e5;background:#6366f114;box-shadow:0 16px 38px -24px #4f46e573}.purchase-package-experience__toggle-title{font-size:14px;font-weight:600;color:#0f172a}.purchase-package-experience__toggle-price{font-size:13px;color:#4f46e5}.purchase-package-experience__lesson-overview{display:flex;flex-direction:column;gap:20px;padding:24px;border-radius:20px;border:1px solid rgba(148,163,184,.25);background:linear-gradient(180deg,#f8fafc,#fff)}.purchase-package-experience__lesson-overview-meta{display:flex;flex-wrap:wrap;gap:20px}.purchase-package-experience__lesson-overview-meta div{display:flex;flex-direction:column;gap:6px;min-width:140px}.purchase-package-experience__lesson-meta-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.purchase-package-experience__lesson-meta-value{font-size:16px;font-weight:600;color:#0f172a}.purchase-package-experience__lesson-meta-unit{margin-left:4px;font-size:12px;font-weight:500;color:#4f46e5}.purchase-package-experience__lesson-bullets{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:6px;color:#4b5563;font-size:14px}.purchase-package-experience__packages{display:grid;gap:16px}.purchase-package-experience__package{position:relative;border-radius:20px;border:1px solid rgba(99,102,241,.15);background:#fffffff0;padding:20px 22px 22px;display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.purchase-package-experience__package input{position:absolute;inset:0;opacity:0;pointer-events:none}.purchase-package-experience__package--selected{border-color:#4f46e5;box-shadow:0 24px 40px -32px #4f46e566;transform:translateY(-2px)}.purchase-package-experience__package-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.purchase-package-experience__package-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9999px;background:#6366f11f;color:#4338ca;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.purchase-package-experience__package-badge svg{width:16px;height:16px}.purchase-package-experience__package-lessons{font-size:13px;font-weight:600;color:#4f46e5}.purchase-package-experience__package-title{margin:0;font-size:18px;font-weight:600;color:#0f172a}.purchase-package-experience__package-description{margin:0;font-size:14px;line-height:1.55;color:#4b5563}.purchase-package-experience__package-pricing{display:flex;align-items:baseline;gap:8px;font-weight:600}.purchase-package-experience__package-total{font-size:18px;color:#0f172a}.purchase-package-experience__package-per{font-size:13px;color:#64748b}.purchase-package-experience__empty{padding:20px;border-radius:18px;border:1px dashed rgba(148,163,184,.4);background:#f8faffb3;font-size:14px;color:#4b5563}.purchase-package-experience__summary-card{display:flex;gap:16px;padding:20px;border-radius:20px;background:#f8faffe0;border:1px solid rgba(99,102,241,.16)}.purchase-package-experience__summary-icon{width:32px;height:32px;color:#4f46e5}.purchase-package-experience__summary-body{display:flex;flex-direction:column;gap:6px}.purchase-package-experience__summary-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5}.purchase-package-experience__summary-copy{margin:0;font-size:14px;line-height:1.55;color:#475467}.purchase-package-experience__summary-meta{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#475467}.purchase-package-experience__summary-meta svg{width:16px;height:16px;color:#4f46e5}.purchase-package-experience__order-card{display:flex;flex-direction:column;gap:16px;padding:22px 24px;border-radius:20px;border:1px solid rgba(209,213,219,.6);background:linear-gradient(180deg,#ffffffeb,#f8fafc)}.purchase-package-experience__order-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.purchase-package-experience__order-header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}.purchase-package-experience__order-header span{font-size:18px;font-weight:700;color:#1d4ed8}.purchase-package-experience__order-line{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;font-weight:600;color:#1f2937}.purchase-package-experience__order-line span:last-child{color:#4338ca}.purchase-package-experience__order-copy{margin:0;font-size:14px;color:#475467;line-height:1.6}.purchase-package-experience__summary-highlight{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#4338ca;background:#4338ca14;padding:10px 14px;border-radius:16px}.purchase-package-experience__summary-highlight svg{width:18px;height:18px}.purchase-package-experience__payment-card{display:flex;flex-direction:column;gap:20px;padding:24px;border-radius:22px;border:1px solid rgba(191,219,254,.6);background:linear-gradient(180deg,#f8fafff2,#fff);box-shadow:0 35px 70px -60px #1e40af73}.purchase-package-experience__payment-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.purchase-package-experience__payment-header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}.purchase-package-experience__payment-header p{margin:4px 0 0;font-size:14px;color:#475467}.purchase-package-experience__payment-secure{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#2563eb;background:#2563eb1f;padding:6px 10px;border-radius:9999px}.purchase-package-experience__primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border-radius:9999px;border:none;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.purchase-package-experience__primary:hover{box-shadow:0 16px 40px -24px #4f46e58c}.purchase-package-experience__primary:active{transform:translateY(1px)}.purchase-package-experience__primary:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.purchase-package-experience__primary--full{width:100%;justify-content:center}.purchase-package-experience__success{display:flex;flex-direction:column;gap:16px;text-align:center;padding:60px 20px}.purchase-package-experience__success-icon{width:54px;height:54px;color:#16a34a;margin:0 auto}.purchase-package-experience__success-title{margin:0;font-size:26px;font-weight:700;color:#0f172a}.purchase-package-experience__success-copy{margin:0;font-size:15px;line-height:1.6;color:#4b5563}.payment-methods{display:flex;flex-direction:column;gap:24px}.payment-methods__group{display:flex;flex-direction:column;gap:12px}.payment-methods__group-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5d9}.payment-methods__stack{display:flex;flex-direction:column;gap:12px}.payment-method-card{position:relative;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:14px;padding:16px 18px;border-radius:18px;border:1px solid rgba(148,163,184,.45);background:#ffffffeb;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}.payment-method-card:hover{border-color:#6366f173;box-shadow:0 14px 32px -26px #6366f173;transform:translateY(-1px)}.payment-method-card input[type=radio]{position:absolute;inset:0;opacity:0;pointer-events:none}.payment-method-card__selector{width:18px;height:18px;border-radius:50%;border:2px solid rgba(148,163,184,.6);display:inline-flex;align-items:center;justify-content:center}.payment-method-card__selector:after{content:"";width:0;height:0;border-radius:999px;background:transparent;transition:width .2s ease,height .2s ease,background .2s ease}.payment-method-card__icon{width:40px;height:40px;border-radius:12px;background:#4f46e51f;color:#4f46e5;display:inline-flex;align-items:center;justify-content:center}.payment-method-card__icon svg{width:22px;height:22px}.payment-method-card__body{display:flex;flex-direction:column;gap:4px}.payment-method-card__title{font-size:15px;font-weight:600;color:#0f172a}.payment-method-card__subtitle{font-size:13px;color:#475467}.payment-method-card__tag{padding:4px 10px;border-radius:999px;background:#6366f129;color:#4f46e5e6;font-size:12px;font-weight:600;white-space:nowrap}.payment-method-card--selected{border-color:#6366f1b3;background:#edf2ffe6;box-shadow:0 18px 44px -30px #6366f199}.payment-method-card--selected .payment-method-card__selector{border-color:transparent;background:linear-gradient(135deg,#4f46e5,#6366f1)}.payment-method-card--selected .payment-method-card__selector:after{width:8px;height:8px;background:#fff}.payment-method-card--new .payment-method-card__icon{background:#22c55e1f;color:#15803d}.payment-method-card--wallet{grid-template-columns:auto auto 1fr;background:linear-gradient(135deg,#0f172a,#111827);border-color:#0f172ad9;color:#f8fafc}.payment-method-card--wallet .payment-method-card__icon{background:#0f172ab8;color:#f8fafc}.payment-method-card--wallet .payment-method-card__subtitle{color:#e2e8f0d9}.payment-method-card--wallet .payment-method-card__selector{border-color:#f8fafc99}.payment-method-card--wallet.payment-method-card--selected{border-color:#bfdbfed9;box-shadow:0 20px 48px -34px #3b82f6a6}.payment-method-card__form{margin-left:58px;margin-top:12px;padding:18px;border-radius:18px;border:1px solid rgba(148,163,184,.4);background:#f8fafceb;display:flex;flex-direction:column;gap:14px}.payment-method-card__form-row{display:flex;flex-wrap:wrap;gap:12px}.payment-method-card__form-row--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.payment-method-card__form-field{display:flex;flex-direction:column;gap:6px;flex:1;font-size:13px;color:#475467;font-weight:600}.payment-method-card__form-field span{font-size:12px;letter-spacing:.06em;text-transform:uppercase}.payment-method-card__form-field input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.55);font-size:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.payment-method-card__form-field input:focus{outline:none;border-color:#6366f1b3;box-shadow:0 0 0 3px #6366f138}@media(max-width:1080px){.purchase-package-experience__layout{grid-template-columns:1fr}.purchase-package-experience__aside{max-width:520px}}@media(max-width:768px){.purchase-package-page{padding:48px 16px 72px}.purchase-package-experience--page .purchase-package-experience__header{padding:32px 28px 20px}.purchase-package-experience--page .purchase-package-experience__body{padding:28px}.purchase-package-experience__lesson-overview-meta{flex-direction:column}}@media(max-width:640px){.purchase-package-modal-overlay{padding:12px}.purchase-package-experience,.purchase-package-experience--page{width:100%;border-radius:24px}.purchase-package-experience__header{padding:24px 24px 14px}.purchase-package-experience__body{padding:0 24px 24px}.purchase-package-experience--page .purchase-package-experience__body{padding:24px}.purchase-package-experience__dismiss--page{padding:8px 14px}.purchase-package-page{padding:36px 12px 56px}}.purchase-package-page-shell{min-height:calc(100vh - 72px);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0;gap:24px}.purchase-package-page__status{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;max-width:420px;color:#475467;margin:96px auto 48px}.purchase-package-page__status h2{margin:0;font-size:22px;font-weight:700;color:#0f172a}.purchase-package-page__status p{margin:0;font-size:15px;line-height:1.6}.purchase-package-page__spinner{width:32px;height:32px;animation:purchase-package-spin 1s linear infinite;color:#4f46e5}.purchase-package-page__status-icon{width:40px;height:40px;color:#4f46e5}.purchase-package-page__status-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:9999px;background:#4f46e51f;color:#4338ca;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}.purchase-package-page__status-link:hover{background:#4f46e52e}.purchase-package-page__status-link:active{transform:translateY(1px)}@keyframes purchase-package-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.purchase-package-page-shell{min-height:calc(100vh - 56px);padding:36px 12px}}.group-lessons-page{min-height:100vh;background-color:var(--fc-color-bg)}.group-lessons-page__inner{display:flex;flex-direction:column;gap:24px;padding:24px 24px 64px}.group-lessons-page .fc-header__description{max-width:none;white-space:nowrap}@media(max-width:640px){.group-lessons-page .fc-header__description{white-space:normal}}@media(min-width:1024px){.group-lessons-page__inner{padding:32px 48px 88px}}.group-lessons-day-filter{display:flex;flex-direction:column;gap:12px;padding:4px 0 8px}.group-lessons-day-filter__controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.group-lessons-day-filter__quick{display:flex;flex-wrap:wrap;gap:12px;flex:1 1 auto}.group-lessons-day-filter__actions{display:flex;gap:10px;align-items:center;margin-left:auto}.group-lessons-day-filter__pill{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 18px;border-radius:16px;border:1px solid var(--fc-color-border);background:var(--fc-color-surface);color:var(--fc-color-text-primary);font-size:14px;font-weight:600;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.group-lessons-day-filter__pill:hover{border-color:var(--fc-color-accent);box-shadow:0 8px 18px #0f172a14;transform:translateY(-1px)}.group-lessons-day-filter__pill:focus-visible{outline:none;box-shadow:0 0 0 3px #7f56d92e}.group-lessons-day-filter__pill--active{border-color:var(--fc-color-accent-border);background:var(--fc-color-accent-light);color:var(--fc-color-accent);box-shadow:0 12px 28px #7f56d92e}.group-lessons-day-filter__day{font-size:13px;letter-spacing:.08em;text-transform:uppercase}.group-lessons-day-filter__date{font-size:14px;font-weight:500;color:var(--fc-color-text-secondary)}.group-lessons-day-filter__range-toggle{border-radius:14px;border:1px solid var(--fc-color-border);background:var(--fc-color-surface);color:var(--fc-color-text-primary);padding:12px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;white-space:nowrap}.group-lessons-day-filter__range-toggle:hover{border-color:var(--fc-color-accent);box-shadow:0 8px 18px #0f172a14;transform:translateY(-1px)}.group-lessons-day-filter__range-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px #7f56d92e}.group-lessons-day-filter__range-toggle--active{border-color:var(--fc-color-accent-border);background:var(--fc-color-accent-light);color:var(--fc-color-accent);box-shadow:0 12px 28px #7f56d92e}.group-lessons-date-range{border-radius:16px;border:1px solid var(--fc-color-border);background:var(--fc-color-surface);padding:18px;display:flex;flex-direction:column;gap:16px}.group-lessons-date-range__fields{display:flex;flex-wrap:wrap;gap:16px}.group-lessons-date-range__field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--fc-color-text-secondary)}.group-lessons-date-range__field input{border-radius:12px;border:1px solid var(--fc-color-border);background:var(--fc-color-bg);padding:10px 14px;font-size:14px;font-weight:500;color:var(--fc-color-text-primary);transition:border-color .18s ease,box-shadow .18s ease}.group-lessons-date-range__field input:focus{outline:none;border-color:var(--fc-color-accent);box-shadow:0 0 0 3px #7f56d91f}.group-lessons-date-range__hint{margin:0;font-size:13px;color:var(--fc-color-text-secondary)}.group-lessons-date-range__error{margin:-4px 0 0;font-size:13px;color:var(--fc-color-error-text)}.group-lessons-date-range__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.group-lessons-date-range__actions button{border-radius:12px;border:none;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.group-lessons-date-range__actions button:first-child{background:#7f56d91f;color:var(--fc-color-accent)}.group-lessons-date-range__actions button:first-child:hover{transform:translateY(-1px)}.group-lessons-date-range__actions button:last-child{background:var(--fc-color-accent);color:#fff;box-shadow:0 14px 30px -20px #4f46e599}.group-lessons-date-range__actions button:last-child:hover{transform:translateY(-1px);box-shadow:0 16px 38px -18px #4f46e5a3}@media(max-width:640px){.group-lessons-day-filter__actions{width:100%;margin-left:0}.group-lessons-day-filter__range-toggle{width:100%;text-align:left}.group-lessons-date-range{padding:16px}.group-lessons-date-range__fields{flex-direction:column}.group-lessons-date-range__actions button{flex:1 1 0;text-align:center}}.group-lessons-filter__location{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.group-lessons-filter__selects{gap:12px}.group-lessons-results{display:flex;flex-direction:column;gap:24px}.group-lessons-results__header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.group-lessons-results__header h2{margin:0;font-size:24px;font-weight:700;letter-spacing:-.01em;color:var(--fc-color-text-primary)}.group-lessons-results__meta{margin:8px 0 0;font-size:14px;color:var(--fc-color-text-secondary)}.lessons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.lesson-card{background:var(--fc-color-surface);border-radius:18px;padding:24px;border:1px solid var(--fc-color-border);box-shadow:0 14px 32px #0f172a14;display:flex;flex-direction:column;gap:20px;color:var(--fc-color-text-primary)}.lesson-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.lesson-card__day{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--fc-color-text-muted);margin:0}.lesson-card__header h3{font-size:22px;color:var(--fc-color-text-primary);margin:6px 0 0;font-weight:700}.lesson-card__level{background:var(--fc-color-accent-light);border:1px solid var(--fc-color-accent-border);color:var(--fc-color-accent);border-radius:14px;padding:6px 16px;font-weight:600;font-size:13px;white-space:nowrap}.lesson-card__focus{font-size:15px;line-height:1.6;color:var(--fc-color-text-secondary);margin:0}.lesson-card__meta{display:flex;flex-direction:column;gap:14px;color:var(--fc-color-text-primary);font-size:15px}.lesson-card__meta-item{display:flex;align-items:center;gap:12px;font-weight:600}.lesson-card__meta-item svg{color:var(--fc-color-icon)}.lesson-card__meta-item .bullet{margin:0 8px;opacity:.45}.lesson-card__meta-item--spots{color:var(--fc-color-success)}.lesson-card__meta-item--spots svg{color:var(--fc-color-success)}.lesson-card__footer{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid var(--fc-color-border);padding-top:18px;flex-wrap:wrap}.lesson-coach{display:flex;gap:12px;align-items:center;flex:1 1 auto;min-width:0}.lesson-coach img{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 12px 24px #0f172a2e;flex-shrink:0}.lesson-coach .coach-name{font-size:15px;font-weight:700;color:var(--fc-color-text-primary);margin:0}.lesson-coach .coach-location{font-size:13px;color:var(--fc-color-text-secondary);margin:0}.lesson-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.primary-button{border:1px solid var(--fc-color-success);padding:12px 24px;border-radius:14px;background:var(--fc-color-success);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 12px 24px -8px #12b76a73;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primary-button:hover{background:var(--fc-color-success-hover);transform:translateY(-1px);box-shadow:0 16px 32px -8px #12b76a80}.primary-button:disabled,.primary-button:disabled:hover{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ghost-button{border:1px solid var(--fc-color-secondary-border);padding:12px 22px;border-radius:14px;background:#fff;color:var(--fc-color-secondary-text);font-weight:600;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.ghost-button:hover{background:var(--fc-color-secondary-hover);transform:translateY(-1px);box-shadow:0 10px 20px -12px #0f172a4d}.empty-state{background:#fff;border-radius:18px;padding:40px;text-align:center;box-shadow:inset 0 0 0 1px #0f172a14;display:grid;gap:16px;justify-items:center}.empty-state p{font-size:16px;color:#0f172ab3;margin:0}.empty-state button{border:none;padding:10px 20px;border-radius:999px;background:#0ea5e9;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.empty-state button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0ea5e947}@media(max-width:768px){.lessons-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.group-lessons-filter__selects{width:100%;justify-content:flex-start}}.group-lesson-details{min-height:calc(100vh - 48px);background:var(--fc-color-bg);color:var(--fc-color-text-primary);font-family:var(--fc-font-family)}.group-lesson-details__inner{display:flex;flex-direction:column;gap:32px;padding:48px 24px 72px;max-width:1100px;margin:0 auto}.group-lesson-details__inner--empty{align-items:flex-start}.group-lesson-details__back-link{display:inline-flex;align-items:center;gap:8px;color:var(--fc-color-text-secondary);background:none;border:none;padding:0;cursor:pointer;font-size:15px;font-weight:600;text-decoration:none}.group-lesson-details__back-link svg{width:18px;height:18px}.group-lesson-details__empty{margin-top:32px;background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:20px;padding:32px;box-shadow:0 24px 48px #0f172a14;max-width:520px}.group-lesson-details__empty h1{margin:0 0 12px;font-size:28px}.group-lesson-details__empty p{margin:0 0 24px;color:var(--fc-color-text-secondary);line-height:1.6}.group-lesson-details__empty-action{display:inline-flex;align-items:center;justify-content:center;background:var(--fc-color-accent);color:#fff;border-radius:12px;padding:10px 20px;font-weight:600;text-decoration:none}.group-lesson-details__header{display:flex;flex-direction:column;gap:24px;background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:24px;padding:32px;box-shadow:0 22px 45px #0f172a14}.group-lesson-details__title-block h1{margin:8px 0 12px;font-size:36px;letter-spacing:-.01em}.group-lesson-details__eyebrow{display:inline-block;text-transform:uppercase;font-size:12px;letter-spacing:.18em;color:var(--fc-color-text-muted);font-weight:700}.group-lesson-details__subtitle{margin:0 0 16px;font-size:18px;line-height:1.6;color:var(--fc-color-text-secondary)}.group-lesson-details__tags{display:flex;flex-wrap:wrap;gap:10px}.group-lesson-details__tag{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:16px;background:#22c55e1a;color:#047857;font-weight:600;font-size:13px}.group-lesson-details__coach-card{background:#0f172a08;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(15,23,42,.05)}.group-lesson-details__coach{display:flex;gap:16px;align-items:center}.group-lesson-details__coach img{width:60px;height:60px;border-radius:50%;object-fit:cover;box-shadow:0 14px 32px #0f172a26}.group-lesson-details__coach-name{margin:0;font-size:18px;font-weight:700}.group-lesson-details__coach-title{margin:4px 0 8px;font-size:14px;color:var(--fc-color-text-secondary)}.group-lesson-details__coach-link{font-size:14px;font-weight:600;color:var(--fc-color-accent);text-decoration:none}.group-lesson-details__coach-meta{display:flex;gap:12px;align-items:center;color:var(--fc-color-text-secondary);font-weight:600;font-size:14px}.group-lesson-details__coach-meta svg{color:#22c55e}.group-lesson-details__coach-meta--spots{color:#047857}.group-lesson-details__dot{margin:0 8px;opacity:.4}.group-lesson-details__layout{display:grid;gap:28px}.group-lesson-details__content{display:flex;flex-direction:column;gap:24px}.group-lesson-details__card{background:var(--fc-color-surface);border:1px solid var(--fc-color-border);border-radius:22px;padding:28px;box-shadow:0 22px 44px #0f172a14}.group-lesson-details__card h2{margin:0 0 12px;font-size:24px}.group-lesson-details__card p{margin:0;line-height:1.7;color:var(--fc-color-text-secondary)}.group-lesson-details__highlight-list{margin:20px 0 0;padding-left:20px;color:var(--fc-color-text-secondary);display:grid;gap:10px}.group-lesson-details__card-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.group-lesson-details__card-header span{font-size:14px;color:var(--fc-color-text-secondary);font-weight:600}.group-lesson-details__participants{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:18px}.group-lesson-details__participant{display:flex;gap:16px;align-items:flex-start}.group-lesson-details__participant-avatar{width:48px;height:48px;border-radius:50%;background:#22c55e26;color:#047857;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.group-lesson-details__participant-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.group-lesson-details__participant-body{display:flex;flex-direction:column;gap:4px}.group-lesson-details__participant-name{font-weight:700;font-size:16px}.group-lesson-details__participant-meta{font-size:14px;color:var(--fc-color-text-secondary)}.group-lesson-details__participant-joined{font-size:13px;color:var(--fc-color-text-muted)}.group-lesson-details__participants-empty{margin-top:20px;padding:16px;border-radius:14px;background:#22c55e14;color:#047857;font-weight:600}.group-lesson-details__checkout{display:flex}.group-lesson-details__checkout-card{background:#0f172a;color:#e2e8f0;border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:20px;position:sticky;top:32px;box-shadow:0 26px 50px #0f172a59}.group-lesson-details__checkout-header h2{margin:0 0 8px;font-size:24px;color:#fff}.group-lesson-details__checkout-header p{margin:0;font-size:15px;line-height:1.6;color:#e2e8f0bf}.group-lesson-details__price-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.group-lesson-details__price-label{font-size:14px;color:#e2e8f0b3;text-transform:uppercase;letter-spacing:.1em}.group-lesson-details__price-value{font-size:28px;font-weight:700;color:#fff}.group-lesson-details__checkout-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;font-size:15px;color:#e2e8f0e6}.group-lesson-details__checkout-list li{display:flex;gap:12px;align-items:center}.group-lesson-details__checkout-list svg{color:#38bdf8}.group-lesson-details__checkout-action{margin-top:8px;border:none;border-radius:14px;padding:14px 22px;font-weight:700;font-size:16px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.group-lesson-details__checkout-action:disabled{cursor:not-allowed;opacity:.6;background:#e2e8f040;color:#e2e8f0b3}.group-lesson-details__checkout-action:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 14px 24px #22c55e40}.group-lesson-details__checkout-caption{margin:0;font-size:13px;color:#e2e8f0b3;line-height:1.6}@media(min-width:1024px){.group-lesson-details__inner{padding:56px 40px 96px}.group-lesson-details__header{flex-direction:row;justify-content:space-between}.group-lesson-details__title-block{max-width:60%}.group-lesson-details__layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start}}.app-shell{min-height:100vh;background:#f4f6fb;padding:24px 24px 48px}.dashboard-page{max-width:1240px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.main-nav{background:#fff;border-radius:20px;padding:16px 24px;box-shadow:0 12px 32px #0f172a14;display:flex;align-items:center;gap:32px;justify-content:space-between;position:relative;z-index:100}.brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:20px;color:#0f172a;flex-shrink:0}.brand-badge{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#22c55e,#16a34a);display:grid;place-items:center;color:#fff;font-weight:700;font-size:18px}.nav-links{display:flex;gap:14px;flex:1;justify-content:center}.nav-link{padding:8px 14px;border-radius:12px;font-weight:600;font-size:15px;line-height:1.2;color:#475569;transition:background-color .2s ease,color .2s ease}.nav-link:hover,.nav-link.active{background:#16a34a1a;color:#15803d}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#2563eb);display:grid;place-items:center;color:#fff;font-weight:700;overflow:hidden}.user-avatar--image img{width:100%;height:100%;object-fit:cover}.notification-button{position:relative;width:44px;height:44px;border-radius:14px;border:none;background:#0f172a0f;color:#0f172a;display:grid;place-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.notification-button:hover,.notification-button:focus-visible{background:#0f172a1a;outline:none;transform:translateY(-1px);box-shadow:0 10px 18px #0f172a1f}.notification-indicator{position:absolute;top:10px;right:12px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#f97316);box-shadow:0 0 0 4px #ef444426}.user-menu{position:relative}.user-menu__trigger{border:none;display:flex;align-items:center;gap:8px;padding:6px 10px 6px 6px;border-radius:999px;background:#f4f4f5f2;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease;color:#0f172a;font-weight:600}.user-menu__trigger:hover,.user-menu__trigger:focus-visible{outline:none;box-shadow:0 12px 24px #94a3b840;transform:translateY(-2px)}.user-menu__dropdown{position:absolute;top:calc(100% + 12px);right:0;width:220px;background:#fff;border-radius:16px;box-shadow:0 18px 40px #0f172a29;padding:12px;display:flex;flex-direction:column;gap:6px;animation:fadeInUp .18s ease}.user-menu__item{border:none;background:transparent;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;font-weight:600;color:#0f172a;cursor:pointer;transition:background .2s ease,color .2s ease}.user-menu__item:hover,.user-menu__item:focus-visible{outline:none;background:#16a34a1f;color:#15803d}.user-menu__item--danger{color:#b91c1c}.user-menu__item--danger:hover,.user-menu__item--danger:focus-visible{background:#ef44441f;color:#b91c1c}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.main-layout__content{display:flex;flex-direction:column;gap:32px;flex:1;width:100%}.hero-card{background:linear-gradient(135deg,#22c55e,#0ea5e9);border-radius:24px;padding:32px;color:#fff;display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.3),transparent 45%);pointer-events:none}.hero-header{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.hero-text h1{margin:0;font-size:32px;font-weight:700}.hero-text p{margin:6px 0 0;font-size:16px;opacity:.9}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:16px;position:relative;z-index:1}.stat-card{background:#fff3;border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.stat-label{font-size:14px;opacity:.9}.stat-value{font-size:28px;font-weight:700}.stat-change{font-size:13px;opacity:.85}.user-name{font-weight:600;color:#0f172a}.user-email{font-size:12px;color:#64748b}.status-badge{align-self:flex-start;padding:6px 12px;border-radius:999px;background:#3b82f61f;color:#1d4ed8;font-size:13px;font-weight:600}.section{background:#fff;border-radius:24px;padding:28px;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;gap:24px}.section-header{display:flex;justify-content:space-between;align-items:center}.section-title{margin:0;font-size:24px;font-weight:700;color:#0f172a}.section-subtitle{margin:4px 0 0;color:#64748b}.section-cta{border:none;background:#22c55e;color:#fff;font-weight:600;border-radius:12px;padding:10px 18px;cursor:pointer}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.schedule-card{border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:inset 0 0 0 1px #94a3b82e;background:#fff}.schedule-card.primary{background:linear-gradient(135deg,#ecfeff,#f0fdf4);box-shadow:none}.schedule-time{display:flex;align-items:center;justify-content:space-between;font-weight:600}.schedule-time span:last-child{color:#2563eb}.schedule-title{font-size:18px;font-weight:700;color:#0f172a}.schedule-meta{display:flex;align-items:center;gap:8px;color:#475569;font-size:14px}.tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#5eead433;color:#0f766e;font-size:13px;font-weight:600}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.quick-card{border-radius:20px;padding:24px;color:#fff;display:flex;flex-direction:column;gap:16px;min-height:150px;position:relative;overflow:hidden}.quick-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.28),transparent 45%);pointer-events:none}.quick-card .title{font-size:20px;font-weight:700}.quick-card .description{font-size:14px;opacity:.85}.quick-card button{align-self:flex-start;padding:10px 18px;border-radius:999px;border:none;font-weight:600;cursor:pointer;color:#0f172a;background:#fff}.quick-card.matches{background:linear-gradient(135deg,#f97316,#fb7185)}.quick-card.players{background:linear-gradient(135deg,#6366f1,#a855f7)}.quick-card.groups{background:linear-gradient(135deg,#14b8a6,#0ea5e9)}.quick-card.coaches{background:linear-gradient(135deg,#facc15,#f97316)}.matches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.match-card{border-radius:18px;padding:20px;background:#fff;box-shadow:inset 0 0 0 1px #e2e8f0cc;display:flex;flex-direction:column;gap:12px}.match-type{font-weight:600;color:#22c55e}.match-title{font-size:18px;font-weight:700;color:#0f172a}.match-meta{display:flex;flex-direction:column;gap:6px;color:#475569;font-size:14px}.join-btn{margin-top:auto;border:none;background:#10b981;color:#fff;padding:10px 16px;border-radius:12px;font-weight:600;cursor:pointer}.coaches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.coach-card{background:#f8fafc;border-radius:18px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.coach-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#2563eb);display:grid;place-items:center;color:#fff;font-weight:700;font-size:24px}.coach-name{font-size:18px;font-weight:700;color:#0f172a}.coach-speciality{color:#475569;font-size:14px}.rating{display:flex;align-items:center;gap:6px;font-weight:600;color:#f59e0b}.coach-btn{border:none;background:#22c55e;color:#fff;padding:10px 18px;border-radius:12px;font-weight:600;cursor:pointer}.bottom-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.bottom-card{background:#fff;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 24px #0f172a14}.bottom-card h3{margin:0;font-size:18px;font-weight:700}.bottom-card p{margin:0;color:#475569;font-size:14px}.bottom-card button{align-self:flex-start;padding:10px 18px;border-radius:12px;border:none;font-weight:600;cursor:pointer;background:#0ea5e9;color:#fff}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 24px;background:linear-gradient(135deg,#22c55e1f,#0ea5e91f)}.auth-card{width:min(420px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:0 24px 48px #0f172a1f;display:flex;flex-direction:column;gap:24px}.auth-card h1{margin:0;font-size:28px;font-weight:700;color:#0f172a}.auth-card p{margin:0;color:#475569}.auth-card form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#334155}.form-group input{padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.5);font-size:15px}.form-group input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e40}.primary-button{border:none;padding:12px 16px;border-radius:12px;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#22c55e,#10b981);color:#fff}.secondary-link{color:#16a34a;font-weight:600;text-align:center}.error-message{color:#dc2626;background:#dc26261a;padding:12px 14px;border-radius:12px}.success-message{color:#047857;background:#4ade802e;padding:12px 14px;border-radius:12px}.loading-screen{min-height:60vh;display:grid;place-items:center;color:#475569}@media(max-width:1024px){.app-shell{padding:16px}.main-nav{flex-wrap:wrap}.nav-links{flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.stats-grid,.schedule-grid,.quick-actions-grid,.matches-grid,.coaches-grid,.bottom-actions{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.hero-header{flex-direction:column;gap:16px}.header-actions{width:100%;justify-content:flex-end}}@media(max-width:600px){.main-nav{flex-direction:column;align-items:flex-start}.nav-links{width:100%;flex-direction:column;align-items:stretch}.nav-link{padding:10px 12px}.hero-card{padding:24px}.section{padding:22px}}
