:root {
    --v2-bg: #f8f6f0;
    --v2-paper: #ffffff;
    --v2-ink: #171e2d;
    --v2-muted: #6b707c;
    --v2-muted-2: #626c7a;
    --v2-blue: #3b6d9e;
    --v2-blue-soft: #dce5ee;
    --v2-blue-card: #aec8e2;
    --v2-coral: #db523e;
    --v2-peach: #f6eadf;
    --v2-line: #e3e7ec;
    --v2-line-2: #e8e7e3;
    --v2-tag: #f4f5f7;
    --v2-shadow: 0 12px 32px rgba(13, 30, 61, .04);
    --v2-shell: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.v2-page {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--v2-ink);
    background: var(--v2-bg);
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}
body.v2-nav-open { overflow: hidden; }
.v2-page a { color: inherit; text-decoration: none; touch-action: manipulation; }
.v2-page button { color: inherit; font: inherit; background: none; border: 0; cursor: pointer; touch-action: manipulation; }
.v2-page img { display: block; max-width: 100%; }
.v2-shell {
    width: min(calc(100% - 40px), var(--v2-shell));
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
}
@media (min-width: 1100px) {
    .v2-shell { width: min(calc(100% - 160px), var(--v2-shell)); }
}
.v2-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;
}
.v2-label-short { display: none; }

.v2-header {
    position: sticky;
    top: 0;
    z-index: 50;
    min-height: 80px;
    height: auto;
    background: var(--v2-bg);
    border-bottom: 1px solid var(--v2-line);
    padding-top: env(safe-area-inset-top);
}
.v2-header__inner {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: 0;
}
.v2-brand {
    display: inline-flex;
    align-items: baseline;
    gap: .28em;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1;
}
.v2-brand__tt { color: var(--v2-blue); }
.v2-brand__play { color: var(--v2-ink); }
.v2-nav { display: flex; justify-content: center; gap: 28px; }
.v2-nav a {
    color: var(--v2-ink);
    font-size: 15px;
    font-weight: 600;
}
.v2-nav a:hover { color: var(--v2-blue); }
.v2-header__actions { display: flex; align-items: center; gap: 24px; }
.v2-city {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: default;
    user-select: none;
}
.v2-city__pin,
.v2-city__chevron-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.v2-city__pin { width: 16px; height: 16px; }
.v2-city__pin img { width: 13px; height: 13px; }
.v2-city__chevron-wrap { width: 12px; height: 12px; }
.v2-city__chevron { width: 10px !important; height: 10px !important; opacity: .7; }
.v2-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 24px;
    border-radius: 10px;
    color: #fff !important;
    background: var(--v2-blue);
    font-size: 15px;
    font-weight: 700;
}
.v2-logout {
    display: inline-flex;
    margin: 0;
}
.v2-logout button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 8px;
    border: 0;
    background: none;
    color: var(--v2-muted);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    touch-action: manipulation;
}
.v2-logout button:hover { color: var(--v2-ink); }
.v2-menu-toggle { display: none; }

.v2-hero-stage,
.v2-dashboard,
.v2-dashboard__grid,
.v2-events,
.v2-seekers,
.v2-event-list,
.v2-seeker-list,
.v2-event-card,
.v2-seeker,
.v2-near,
.v2-near__card,
.v2-play-grid,
.v2-action-card,
.v2-coaches__panel,
.v2-club-grid {
    max-width: 100%;
    min-width: 0;
}
.v2-hero-stage { position: relative; }
.v2-hero {
    position: relative;
    overflow: hidden;
    min-height: 526px;
    padding: 40px 0 80px;
    background: var(--v2-bg);
    border-radius: 0 0 32px 32px;
}
.v2-hero__photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: min(1536px, 100%);
    height: 460px;
    transform: translateX(-50%);
    pointer-events: none;
}
.v2-hero__photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    pointer-events: none;
}
.v2-hero-stat {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 240px;
    min-height: 100px;
    padding: 16px 18px;
    border: 1px solid var(--v2-line-2);
    border-radius: 24px;
    background: var(--v2-bg);
    box-shadow: 0 0 20px rgba(84, 70, 56, .1);
    color: var(--v2-ink) !important;
    pointer-events: auto;
    text-decoration: none;
}
.v2-hero-stat__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}
.v2-hero-stat__num {
    color: var(--v2-blue);
    font-family: Inter, Manrope, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
}
.v2-hero-stat__label {
    color: var(--v2-ink);
    font-family: Inter, Manrope, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.v2-hero-stat--events .v2-hero-stat__label {
    font-size: 14px;
}
.v2-hero-stat__faces {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.v2-hero-stat__faces img {
    width: 32px;
    height: 32px;
    max-width: 32px;
    border-radius: 50%;
    margin-left: -8px;
    object-fit: cover;
    flex: 0 0 auto;
}
.v2-hero-stat__faces img:first-child {
    margin-left: 0;
}
.v2-hero-stat--partners {
    top: 6%;
    left: 55%;
}
.v2-hero-stat--events {
    top: 62%;
    left: 61%;
}
.v2-hero__copy {
    position: relative;
    z-index: 1;
    max-width: 430px;
}
.v2-hero h1 {
    margin: 0;
    color: var(--v2-ink);
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.1;
}
.v2-hero h1 span { color: var(--v2-blue); }
.v2-hero__underline {
    width: 240px;
    height: 21px;
    margin: -6px 0 8px 76px;
}
.v2-hero__copy > p {
    margin: 0 0 40px;
    max-width: 430px;
    color: var(--v2-ink);
    opacity: .6;
    font-size: 16px;
    font-weight: 500;
}
.v2-hero__actions { display: flex; align-items: center; gap: 24px; }
.v2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 16px 36px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}
.v2-button--coral { color: #fff !important; background: var(--v2-coral); }
.v2-button--light {
    min-height: 52px;
    padding: 12px 24px;
    border-radius: 12px;
    color: var(--v2-blue) !important;
    background: #fff;
    font-size: 14px;
}
.v2-how {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    color: var(--v2-blue);
    font-size: 16px;
    font-weight: 600;
}
.v2-how img { width: 24px; height: 24px; }

.v2-play {
    position: relative;
    z-index: 2;
    margin-top: -25px;
    padding-bottom: 16px;
}
.v2-play-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.v2-action-card {
    position: relative;
    display: flex;
    min-height: 180px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--v2-line-2);
    border-radius: 24px;
    background: #fff;
}
.v2-action-card--partners {
    background: var(--v2-blue-card);
    border-color: transparent;
}
.v2-action-card__text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    max-width: 240px;
}
.v2-action-card__copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.v2-action-card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.v2-action-card p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}
.v2-price-pill {
    display: inline-flex;
    margin-top: 0;
    padding: 4px 8px;
    border-radius: 6px;
    color: var(--v2-coral);
    background: var(--v2-peach);
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
}
.v2-action-card__art {
    position: absolute;
    top: 0;
    right: -2px;
    width: 180px;
    height: 180px;
    object-fit: cover;
    pointer-events: none;
}
.v2-action-card__art--coach { object-position: 50% 20%; top: -1px; }
.v2-action-card__go {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--v2-line-2);
    border-radius: 50%;
    background: #fff;
}
.v2-action-card__go img { width: 13px; height: 13px; }

.v2-dashboard { padding: 40px 0; }
.v2-dashboard__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
    gap: 32px;
    align-items: stretch;
}
.v2-events {
    display: flex;
    flex-direction: column;
    align-self: start;
    gap: 24px;
    min-height: 477px;
    padding: 32px;
    border: 1px solid var(--v2-line);
    border-radius: 28px;
    background: #fff;
}
.v2-seekers {
    display: flex;
    flex-direction: column;
    align-self: start;
    gap: 20px;
    min-height: 0;
    padding: 24px;
    border: 1px solid #e0e6ed;
    border-radius: 24px;
    background: #ebf2f6;
    box-shadow: 0 8px 12px rgba(23, 30, 45, .03);
}
.v2-seekers .v2-block-head h2 {
    font-family: Manrope, Inter, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}
.v2-seekers .v2-block-head a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}
.v2-seekers .v2-block-head a img {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
}
.v2-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.v2-block-head h2,
.v2-section-head h2 {
    margin: 0;
    font-family: Inter, Manrope, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.v2-block-head a,
.v2-section-head a {
    color: var(--v2-blue);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}
.v2-block-head a.is-muted { color: #878c96; }
.v2-event-list,
.v2-seeker-list { display: flex; flex-direction: column; gap: 12px; }
.v2-event-card {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    min-width: 0;
    overflow: hidden;
    padding: 16px;
    border: 1px solid var(--v2-line);
    border-radius: 20px;
}
.v2-event-card__media {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 12px;
}
.v2-event-card__media img { width: 80px; height: 80px; object-fit: cover; }
.v2-event-card__body {
    position: relative;
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}
.v2-event-card__top,
.v2-event-card__meta,
.v2-event-card__stats,
.v2-event-card__members {
    display: flex;
    align-items: center;
}
.v2-event-card__top { justify-content: space-between; gap: 12px; }
.v2-event-card__meta { gap: 8px; min-width: 0; }
.v2-event-card__stats { gap: 16px; flex: 0 0 auto; }
.v2-event-card__members { gap: 8px; color: var(--v2-muted-2); }
.v2-event-card__members img { width: 20px; height: 20px; }
.v2-event-card__members b { color: var(--v2-ink); font-size: 16px; }
.v2-event-card__members span { color: var(--v2-muted); font-size: 16px; }
.v2-event-card__price { color: var(--v2-coral); font-size: 16px; font-weight: 800; white-space: nowrap; }
.v2-event-card__when { color: var(--v2-muted-2); font-size: 12px; white-space: nowrap; }
.v2-event-card__title {
    overflow: hidden;
    color: var(--v2-ink);
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v2-event-card__place {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--v2-muted-2);
    font-size: 13px;
}
.v2-event-card__place img { width: 16px; height: 16px; }
.v2-event-card__cta {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 34px;
    border: 1px solid var(--v2-line-2);
    border-radius: 12px;
    background: #fff;
    color: var(--v2-blue);
    font-size: 15px;
    font-weight: 700;
}
.v2-empty {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    text-align: center;
}
.v2-empty--events { padding: 56px 0; }
.v2-empty__icon {
    display: grid;
    place-items: center;
    padding: 24px;
    border-radius: 100px;
    background: var(--v2-blue-soft);
}
.v2-empty__icon img { width: 40px; height: 40px; display: block; }
.v2-empty__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.v2-empty__copy strong {
    color: var(--v2-ink);
    font-size: 18px;
    font-weight: 700;
}
.v2-empty__copy span {
    color: #878c96;
    font-size: 14px;
    font-weight: 500;
}
.v2-seekers-empty {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.v2-seekers-empty__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 28px 20px 24px;
    border-radius: 18px;
    background: #fff;
}
.v2-seekers-empty__art {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 16px;
}
.v2-seekers-empty__art img {
    width: 100%;
    height: 220px;
    max-width: 380px;
    object-fit: cover;
    border-radius: 16px;
}
.v2-seekers-empty__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
}
.v2-seekers-empty__copy strong {
    color: var(--v2-ink);
    font-size: 16px;
    font-weight: 800;
}
.v2-seekers-empty__copy span {
    color: var(--v2-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}
.v2-seekers-empty__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 14px 24px;
    border-radius: 12px;
    background: var(--v2-coral);
    box-shadow: 0 4px 6px rgba(219, 82, 62, .16);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
}
.v2-seekers-empty__cta img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}
.v2-seekers-empty__hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    color: var(--v2-muted);
    font-size: 12px;
    font-weight: 600;
}
.v2-seekers-empty__hint img {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}
.v2-pill {
    display: inline-flex;
    padding: 2px 8px;
    border-radius: 6px;
    color: var(--v2-blue);
    background: var(--v2-blue-soft);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}
.v2-pill--tiny { padding: 2px 6px; border-radius: 4px; font-size: 10px; }

.v2-seeker {
    display: flex;
    gap: 16px;
    align-items: center;
    min-width: 0;
    overflow: hidden;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
}
.v2-seeker__avatar {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #f3f5f8;
    color: var(--v2-blue);
    font-weight: 800;
}
.v2-seeker__avatar img { width: 48px; height: 48px; object-fit: cover; }
.v2-seeker__avatar--plus { background: #f3f5f8; }
.v2-seeker__avatar--plus img { width: 20px; height: 20px; }
.v2-seeker__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.v2-seeker__row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.v2-seeker__name { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; min-width: 0; flex: 1 1 0; }
.v2-seeker__name strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.v2-seeker__price { flex: 0 0 auto; color: var(--v2-coral); font-size: 16px; font-weight: 800; white-space: nowrap; }
.v2-seeker__row--sub { color: var(--v2-muted-2); font-size: 12px; }
.v2-seeker__venue { display: inline-flex; align-items: center; gap: 3px; min-width: 0; }
.v2-seeker__venue img { width: 16px; height: 16px; }
.v2-seeker__when b { color: var(--v2-ink); font-weight: 600; }
.v2-seeker--create { color: var(--v2-blue); font-size: 15px; font-weight: 700; }

.v2-near { padding: 0 0 40px; }
.v2-flash {
    margin: 0 0 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #e8f0fe;
    color: #1e4f94;
    font-size: 14px;
    font-weight: 600;
}
.v2-flash--error {
    background: #fdecea;
    color: #b42318;
}
.v2-near__card {
    display: grid;
    grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.58fr);
    grid-template-areas:
        "head head"
        "table map"
        "more map";
    gap: 12px 20px;
    align-items: stretch;
    padding: 18px 18px 16px;
    border: 1px solid #e6e8ec;
    border-radius: 20px;
    background: #fff;
}
.v2-near__head {
    grid-area: head;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.v2-near__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.v2-near__title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.3px;
    line-height: 1.25;
}
.v2-near__badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 10px;
    border-radius: 999px;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 700;
}
.v2-page a.v2-near__add,
.v2-near__add {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 12px;
    border: 0;
    border-radius: 10px;
    background: var(--v2-coral);
    box-shadow: 0 4px 6px rgba(219, 82, 62, .16);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.v2-near__add svg { display: block; flex: 0 0 16px; color: #fff; }
.v2-near__table {
    grid-area: table;
    align-self: start;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e0e4ea;
    border-radius: 12px;
    background: #f7f8fa;
}
.v2-near__rows { display: grid; }
.v2-near-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-top: 1px solid #eceff3;
    background: #fff;
}
.v2-near-row:first-child { border-top: 0; }
.v2-near-row[hidden] { display: none !important; }
.v2-near-row__ava {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef3f8;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: var(--v2-blue);
}
.v2-near-row__ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v2-near-row__body { min-width: 0; }
.v2-near-row__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    min-width: 0;
}
.v2-near-row__name strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 800;
}
.v2-near-row__league {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 20px;
    padding: 1px 8px;
    border-radius: 999px;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 11px;
    font-weight: 800;
}
.v2-near-row__league--medium { background: #fff3e0; color: #ef6c00; }
.v2-near-row__league--hard { background: #fdecea; color: #c44735; }
.v2-near-row__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 10px;
    margin: 3px 0 0;
    color: var(--v2-muted);
    font-size: 12px;
    line-height: 1.3;
}
.v2-near-row__place,
.v2-near-row__club {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}
.v2-near-row__place[hidden],
.v2-near-row__km[hidden] { display: none !important; }
.v2-near-row__place img,
.v2-near-row__club img { width: 16px; height: 16px; flex: 0 0 16px; }
.v2-near-row__km {
    color: var(--v2-muted);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.v2-near-row__you {
    color: var(--v2-muted);
    font-size: 12px;
    font-weight: 700;
}
.v2-near-row__about {
    margin: 6px 0 0;
    color: var(--v2-ink);
    font-size: 13px;
    line-height: 1.35;
}
.v2-near-row__pay {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    color: var(--v2-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}
.v2-near-row__pay img,
.v2-near-row__pay svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #878c96;
}
.v2-near-row__pay--author_pays {
    min-height: 22px;
    padding: 1px 8px;
    border-radius: 999px;
    background: #e8f6ea;
    color: #1b7a32;
    font-weight: 800;
}
.v2-near-row__pay--author_pays svg {
    color: #1b7a32;
}
.v2-near-row__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}
.v2-near-row__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 1px 8px;
    border-radius: 999px;
    background: #e8eef6;
    color: var(--v2-blue);
    font-size: 12px;
    font-weight: 600;
}
.v2-near-row .play-inline {
    margin-top: 6px;
}
.v2-near-row .play-inline > span,
.v2-near-row .play-inline__more summary,
.v2-near-row .play-inline__pop span {
    background: #f3eee6;
    color: #6b5344;
}
.v2-near-row__chips--play span {
    background: #f3eee6;
    color: #6b5344;
}
.v2-page button.v2-near-row__cta,
.v2-near-row__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 32px;
    padding: 6px 12px;
    border: 0;
    border-radius: 6px;
    background: #1e4f94;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    white-space: nowrap;
    cursor: pointer;
}
.v2-page button.v2-near-row__cta.is-pending,
.v2-near-row__cta.is-pending {
    background: #e8eef6;
    color: #1e4f94 !important;
}
.v2-page button.v2-near-row__cta.is-cooldown,
.v2-near-row__cta.is-cooldown {
    background: #f3f4f6;
    color: #6b7280 !important;
}
.v2-page a.v2-near__more,
.v2-near__more {
    grid-area: more;
    align-self: end;
    margin-top: 2px;
    color: var(--v2-blue);
    font-size: 15px;
    font-weight: 700;
}
.v2-near__empty {
    display: grid;
    gap: 8px;
    padding: 20px 16px;
    color: var(--v2-muted);
}
.v2-page .v2-near__empty a,
.v2-near__empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 10px;
    background: var(--v2-coral);
    box-shadow: 0 4px 6px rgba(219, 82, 62, .16);
    color: #fff !important;
    font-weight: 700;
}
.v2-near__map {
    grid-area: map;
    position: relative;
    min-height: 360px;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #e8edf2;
    box-shadow:
        0 1px 2px rgba(16, 24, 40, .06),
        0 8px 18px rgba(16, 24, 40, .08);
}
.v2-near__map::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
    box-shadow:
        inset 0 0 0 1px rgba(16, 24, 40, .05),
        inset 0 0 22px rgba(16, 24, 40, .16);
}
.v2-near__map > ymaps,
.v2-near__map > ymaps *,
.v2-near__map > [class*="ymaps3"] { box-sizing: content-box; }
.v2-near__map > *:first-child { width: 100%; height: 100%; }

.v2-coaches { padding: 40px 0; }
.v2-coaches__panel {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 48px;
    border-radius: 32px;
    background: #fff;
}
.v2-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}
.v2-section-head--large h2,
.v2-section-head--clubs h2 {
    font-size: 36px;
    max-width: 640px;
}
.v2-kicker {
    margin: 0 0 12px;
    color: var(--v2-coral);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.v2-coaches__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.v2-coach-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--v2-line-2);
    border-radius: 20px;
    background: #fff;
}
.v2-coach-card[hidden] { display: none; }
.v2-coach-card__photo {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    background: var(--v2-blue-soft);
}
.v2-coach-card__photo img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v2-coach-card__photo .coach-photo-stub {
    display: grid;
    place-items: center;
    height: 100%;
    color: var(--v2-blue);
}
.v2-coach-card__photo .coach-photo-stub svg {
    width: 72px;
    height: 72px;
}
.v2-coach-card__rank {
    position: absolute;
    left: 15px;
    bottom: 12px;
    top: auto;
}
.v2-coach-card__popular {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f6e4d8;
    color: #c44735;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}
.v2-coach-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    min-height: 165px;
    padding: 20px;
}
.v2-coach-card__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 0 0 4px;
}
.v2-coach-card h3 { margin: 0; font-size: 18px; min-width: 0; }
.v2-coach-card p { margin: 0 0 4px; color: var(--v2-muted-2); font-size: 13px; font-weight: 500; }
.v2-coach-card__clubs {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: var(--v2-muted-2);
    font-size: 13px;
    font-weight: 500;
}
.v2-coach-card__clubs img { width: 16px; height: 16px; margin-top: 1px; }
.v2-coach-card__clubs em { color: var(--v2-blue); font-style: normal; }
.v2-page a.coach-rating,
.v2-coach-card .coach-rating {
    margin: 0;
    color: var(--v2-ink);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.v2-coach-card .coach-stars {
    font-size: 14px;
}
.v2-coach-card .coach-star { color: #d9d4cc; }
.v2-coach-card .coach-star.is-on { color: #f5b400; }
.v2-coach-card .coach-rating__count {
    color: var(--v2-blue);
    font-weight: 600;
}
.v2-coach-card .coach-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}
.v2-coach-card .coach-card-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.v2-coach-card .coach-card-chip--weekly {
    color: var(--v2-blue);
    background: var(--v2-blue-soft);
}
.v2-coach-card .coach-card-chip--evening,
.v2-coach-card .coach-card-chip--rare {
    color: #5c4d8a;
    background: #ece8f6;
}
.v2-coach-card__cta,
.v2-page a.v2-coach-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 12px;
    color: #fff;
    background: var(--v2-blue);
    font-size: 14px;
    font-weight: 700;
}
.v2-page a.v2-coach-card__cta:hover { color: #fff; }
.v2-coaches__empty { color: var(--v2-muted); }

.v2-clubs { padding: 40px 0; }
.v2-section-head--clubs { align-items: flex-end; }
.v2-clubs__lead {
    margin: 12px 0 0;
    max-width: 760px;
    color: var(--v2-muted);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.v2-club-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}
.v2-club-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--v2-shadow);
}
.v2-club-card__photo {
    position: relative;
    display: block;
    height: 240px;
    overflow: hidden;
}
.v2-club-card__photo > img { width: 100%; height: 100%; object-fit: cover; }
.v2-club-card__popular {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #4caf50;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.v2-club-card__popular img {
    width: 16px;
    height: 16px;
}
.v2-club-card__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
}
.v2-club-card__title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.v2-club-card__body strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
}
.v2-club-card__body small {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: var(--v2-muted);
    font-size: 14px;
    font-weight: 500;
}
.v2-club-card__body small img { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 1px; }
.v2-club-card__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.v2-club-card__tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    background: var(--v2-tag);
    font-size: 14px;
    font-weight: 500;
}
.v2-club-card__tags img { width: 16px; height: 16px; }
.v2-club-card--empty { padding: 32px; }

.v2-final { padding: 40px 0; }
.v2-final__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 64px;
    border-radius: 32px;
    background: var(--v2-coral);
}
.v2-final__copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
}
.v2-final__copy h2 {
    margin: 0;
    color: #fff;
    font-family: Inter, Manrope, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}
.v2-final__copy p {
    margin: 8px 0 24px;
    color: var(--v2-peach);
    font-size: 14px;
    font-weight: 500;
}
.v2-final__art {
    width: min(340px, 38%);
    height: 260px;
    object-fit: cover;
    align-self: stretch;
}

.v2-footer { padding: 40px 0; color: var(--v2-muted); }
.v2-footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}
.v2-footer__left { display: flex; gap: 48px; min-width: 0; }
.v2-footer__brand {
    width: 260px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.v2-footer__brand p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.v2-footer__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 10px;
    color: #fff !important;
    background: var(--v2-blue);
    font-size: 15px;
    font-weight: 700;
}
.v2-footer__cols { display: flex; gap: 32px; }
.v2-footer__cols > div {
    display: grid;
    align-content: start;
    gap: 8px;
    width: 160px;
    font-size: 14px;
    font-weight: 500;
}
.v2-footer__cols strong {
    margin-bottom: 4px;
    color: var(--v2-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.v2-footer__cols a,
.v2-footer__cols button { color: var(--v2-muted); text-align: left; }
.v2-footer__cols a:hover,
.v2-footer__cols button:hover { color: var(--v2-ink); }
.v2-footer__contact {
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 12px rgba(13, 30, 61, .02);
}
.v2-footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--v2-ink) !important;
    font-size: 18px;
    font-weight: 700;
}
.v2-footer__phone img { width: 18px; height: 18px; }
.v2-footer__contact > p { margin: 0; font-size: 12px; font-weight: 500; }
.v2-footer__social { display: flex; gap: 12px; }
.v2-footer__social a {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--v2-blue);
}
.v2-footer__social img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}
.v2-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid var(--v2-line);
    font-size: 13px;
    font-weight: 500;
}
.v2-footer__bottom p { margin: 0; }
.v2-footer__bottom div { display: flex; gap: 32px; }
.v2-footer__bottom a { text-decoration: underline; }

.v2-dialog {
    position: relative;
    width: min(520px, calc(100% - 32px));
    padding: 32px;
    border: 0;
    border-radius: 24px;
    background: #fff;
}
.v2-dialog::backdrop { background: rgba(23, 30, 45, .35); }
.v2-dialog h2 { margin: 0 0 16px; font-family: Inter, Manrope, sans-serif; font-size: 28px; }
.v2-dialog ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.v2-dialog li { display: grid; gap: 4px; }
.v2-dialog li span { color: var(--v2-muted); }
.v2-dialog__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    font-size: 24px;
}

@media (max-width: 1180px) {
    .v2-hero h1 { font-size: 44px; }
    .v2-hero-stat--partners { left: 52%; }
    .v2-hero-stat--events { left: 52%; }
    .v2-dashboard__grid { grid-template-columns: minmax(0, 1fr); }
    .v2-near__card {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "head"
            "table"
            "more"
            "map";
    }
    .v2-near__map { min-height: 280px; }
    .v2-events,
    .v2-seekers { min-height: 0; }
    .v2-seekers { width: auto; }
    .v2-coaches__grid,
    .v2-club-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
    .v2-shell { width: min(calc(100% - 32px), var(--v2-shell)); }
    .v2-header { min-height: 72px; height: auto; }
    .v2-header__inner {
        position: relative;
        height: 72px;
        gap: 12px;
    }
    .v2-brand { font-size: 24px; }
    .v2-header__actions {
        margin-left: auto;
        gap: 12px;
    }
    .v2-play-grid { grid-template-columns: 1fr; }
    .v2-action-card {
        min-height: 104px;
        padding: 16px 108px 16px 16px;
    }
    .v2-action-card__text { max-width: none; }
    .v2-action-card__art {
        width: 120px;
        height: 120px;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .v2-action-card__art--coach { top: 50%; }
    .v2-nav {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        z-index: 60;
        flex-direction: column;
        gap: 4px;
        padding: 12px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 16px 40px rgba(13, 30, 61, .12);
    }
    .v2-nav a {
        padding: 12px 14px;
        border-radius: 12px;
        font-size: 16px;
    }
    .v2-nav.is-open { display: flex; }
    .v2-menu-toggle {
        display: grid;
        place-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        gap: 5px;
    }
    .v2-menu-toggle span:not(.v2-sr-only) {
        display: block;
        width: 20px;
        height: 2px;
        background: var(--v2-ink);
    }
    .v2-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 16px 0 8px;
        border-radius: 0 0 24px 24px;
    }
    .v2-hero .v2-shell { order: 1; }
    .v2-hero__copy { max-width: none; }
    .v2-hero__photo {
        position: relative;
        left: auto;
        bottom: auto;
        order: 2;
        width: 100%;
        max-width: 100%;
        height: 180px;
        transform: none;
        margin-top: 12px;
        overflow: hidden;
        border-radius: 0 0 24px 24px;
    }
    .v2-hero-stat {
        width: auto;
        min-width: 0;
        min-height: 0;
        gap: 4px;
        padding: 8px 10px;
        border-radius: 16px;
        max-width: min(200px, calc(100% - 24px));
    }
    .v2-hero-stat__num { font-size: 22px; }
    .v2-hero-stat__label { font-size: 12px; }
    .v2-hero-stat--events .v2-hero-stat__label { font-size: 12px; }
    .v2-hero-stat__faces img {
        width: 24px;
        height: 24px;
        max-width: 24px;
    }
    .v2-hero-stat--partners {
        top: 12px;
        left: auto;
        right: 12px;
    }
    .v2-hero-stat--events {
        top: auto;
        left: auto;
        right: 12px;
        bottom: 12px;
    }
    .v2-play { margin-top: 4px; }
    .v2-dashboard { padding: 20px 0; }
    .v2-events,
    .v2-seekers {
        min-height: 0;
        padding: 16px;
        overflow: hidden;
    }
    .v2-block-head { min-width: 0; gap: 8px; }
    .v2-block-head h2 { min-width: 0; }
    .v2-event-card__top { flex-wrap: wrap; }
    .v2-event-card__stats { flex: 1 1 auto; min-width: 0; }
    .v2-seeker__row { flex-wrap: wrap; }
    .v2-seekers-empty__art { height: 180px; }
    .v2-seekers-empty__art img { height: 172px; }
    .v2-section-head,
    .v2-section-head--clubs { flex-direction: column; align-items: flex-start; }
    .v2-coaches__panel { padding: 24px; }
    .v2-final__card { flex-direction: column; padding-left: 0; }
    .v2-final__art { width: 100%; height: 180px; }
    .v2-footer__main,
    .v2-footer__left,
    .v2-footer__bottom { flex-direction: column; }
    .v2-footer__cols { flex-wrap: wrap; }
    .v2-footer__cols > div { min-width: 140px; flex: 1; }
    .v2-footer__contact { width: 100%; }
}
@media (max-width: 760px) {
    .v2-label-full { display: none; }
    .v2-label-short { display: inline; }
    .v2-hero h1 { font-size: 28px; letter-spacing: -1px; }
    .v2-hero__underline { margin-left: 36px; width: 140px; }
    .v2-hero__copy > p { margin-bottom: 12px; }
    .v2-hero__actions { flex-wrap: wrap; gap: 10px; }
    .v2-hero__actions .v2-button--coral,
    .v2-final .v2-button { width: 100%; }
    .v2-how { padding: 0; }
    .v2-section-head--large h2,
    .v2-section-head--clubs h2,
    .v2-final__copy h2 { font-size: 26px; }
    .v2-section-head--large .v2-kicker { display: none; }
    .v2-clubs__lead { font-size: 16px; }
    .v2-coaches__grid,
    .v2-club-grid { grid-template-columns: 1fr; }
    .v2-club-card__photo { height: 200px; }
    .v2-block-head { align-items: flex-start; gap: 8px; }
    .v2-events,
    .v2-seekers { padding: 12px; }
    .v2-event-card { align-items: flex-start; gap: 10px; padding: 12px; }
    .v2-event-card__media,
    .v2-event-card__media img { width: 64px; height: 64px; }
    .v2-event-card__media { flex-basis: 64px; }
    .v2-event-card__title { white-space: normal; }
    .v2-event-card__place {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .v2-event-card__cta { position: static; margin-top: 8px; max-width: 100%; }
    .v2-event-card__top { flex-wrap: wrap; }
    .v2-event-card__stats { flex-wrap: wrap; gap: 8px; }
    .v2-seeker { padding: 12px; gap: 10px; }
    .v2-seeker__when { flex: 0 0 auto; white-space: nowrap; }
    .v2-near { padding-bottom: 24px; }
    .v2-near__card {
        max-width: 100%;
        min-width: 0;
        padding: 12px;
        gap: 10px;
    }
    .v2-near__map { min-height: 200px; }
    .v2-near__head { flex-direction: column; align-items: stretch; }
    .v2-near__title h2 { font-size: 20px; }
    .v2-near__add { justify-content: center; }
    .v2-near-row {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 8px;
        padding: 10px;
    }
    .v2-near-row__ava {
        width: 44px;
        height: 44px;
    }
    .v2-near-row__name { flex-wrap: wrap; }
    .v2-near-row__name strong { white-space: normal; }
    .v2-page button.v2-near-row__cta,
    .v2-near-row__cta {
        grid-column: 2;
        justify-self: start;
        min-height: 44px;
        padding: 10px 14px;
        font-size: 14px;
    }
    .v2-seeker__row--sub { flex-wrap: wrap; justify-content: space-between; }
    .v2-seeker__venue {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .v2-page a.coach-rating,
    .v2-coach-card .coach-rating { white-space: normal; }
    .v2-city { display: none; }
    .v2-profile { min-height: 40px; padding: 10px 16px; }
    .v2-logout button { min-height: 44px; }
    .v2-footer__cols > div { flex-basis: calc(50% - 16px); }
    .v2-footer__bottom div { flex-direction: column; gap: 12px; }
    .v2-dialog { padding: 24px 20px; }
    .v2-dialog h2 { font-size: 24px; }
}
@media (max-width: 440px) {
    .v2-shell { width: min(calc(100% - 24px), var(--v2-shell)); }
    .v2-hero h1 { font-size: 24px; }
    .v2-hero__photo { height: 168px; }
    .v2-hero-stat { max-width: calc(100% - 24px); }
    .v2-action-card { min-height: 88px; padding: 14px 96px 14px 14px; }
    .v2-action-card h3 { font-size: 17px; }
    .v2-action-card__art {
        width: 88px;
        height: 88px;
        right: 4px;
    }
    .v2-footer__cols > div { flex-basis: 100%; }
}
