:root {
    --create-match-green: #15915d;
    --create-match-green-rgb: 21, 145, 93;
    --create-match-ink: #10251c;
    --create-match-muted: #6c7c74;
    --create-match-line: rgba(17, 67, 44, .1);
    --create-match-surface: #f5f9f7;
}

.create-match-premium-modal {
    padding: 0 !important;
    background: rgba(3, 18, 11, .48) !important;
    backdrop-filter: blur(14px) saturate(1.04);
    -webkit-backdrop-filter: blur(14px) saturate(1.04);
}

.create-match-premium-modal .custom-modal-content {
    width: min(100%, 1060px) !important;
    min-width: 0 !important;
    max-width: 1060px !important;
    height: min(92dvh, 940px) !important;
    border: 1px solid rgba(255, 255, 255, .7);
    border-bottom: 0;
    border-radius: 30px 30px 0 0 !important;
    background: var(--create-match-surface) !important;
    box-shadow: 0 -30px 90px rgba(3, 25, 14, .32), inset 0 1px 0 rgba(255, 255, 255, .88) !important;
    transition: transform 420ms cubic-bezier(.16, 1, .3, 1), opacity 300ms ease !important;
}

.create-match-premium-modal .custom-modal-header {
    position: relative;
    z-index: 20;
    flex: 0 0 auto;
    min-height: 58px;
    padding: 9px 14px 9px 22px !important;
    border: 0 !important;
    color: var(--create-match-ink) !important;
    background: rgba(245, 249, 247, .92) !important;
    box-shadow: inset 0 -1px 0 rgba(17, 67, 44, .08);
    backdrop-filter: blur(18px) saturate(1.1);
    -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.create-match-premium-modal .custom-modal-header::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: rgba(16, 37, 28, .14);
    transform: translateX(-50%);
}

.create-match-premium-modal .custom-modal-header > span {
    color: var(--create-match-ink) !important;
    font-size: .8rem !important;
    font-weight: 900 !important;
    letter-spacing: -.01em;
}

.create-match-premium-modal .close-modal {
    width: 38px;
    min-width: 38px;
    height: 38px;
    color: var(--create-match-ink);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 8px 20px rgba(18, 58, 39, .1), inset 0 0 0 1px rgba(17, 67, 44, .08);
}

.create-match-premium-modal .custom-modal-body {
    padding: 0 !important;
    color: var(--create-match-ink);
    background:
        radial-gradient(circle at 94% 4%, rgba(var(--create-match-green-rgb), .1), transparent 26%),
        var(--create-match-surface) !important;
    scroll-behavior: smooth;
}

.create-match-premium {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: clamp(12px, 2.6vw, 26px) clamp(12px, 2.8vw, 28px) max(28px, calc(env(safe-area-inset-bottom) + 18px));
    color: var(--create-match-ink);
}

.create-match-premium__hero {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: clamp(154px, 23vw, 206px);
    gap: clamp(14px, 2.5vw, 24px);
    padding: clamp(20px, 3.2vw, 34px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: clamp(24px, 3.2vw, 34px);
    color: #fff;
    background:
        radial-gradient(circle at 87% 10%, rgba(139, 248, 183, .28), transparent 27%),
        radial-gradient(circle at 12% 110%, rgba(255, 255, 255, .15), transparent 32%),
        linear-gradient(135deg, #0b3120 0%, #106b43 52%, #1dac70 125%);
    box-shadow: 0 24px 54px rgba(9, 76, 45, .24), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.create-match-premium__hero-orb {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(66px, 9vw, 88px);
    height: clamp(66px, 9vw, 88px);
    border: 5px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #46ce82, #15915d);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .2), 0 0 0 9px rgba(255, 255, 255, .07);
    font-size: .8rem;
    animation: createMatchOrbFloat 4s ease-in-out infinite;
}

@keyframes createMatchOrbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg); }
    50% { transform: translate3d(0, -7px, 0) rotate(5deg); }
}

.create-match-premium__hero-orb,
.create-match-premium__hero-orb * { color: #fff !important; }

.create-match-premium__hero-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.create-match-premium__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #c9ffdf !important;
    background: rgba(255, 255, 255, .09);
    font-size: .5rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.create-match-premium__hero h1 {
    max-width: 570px;
    margin: 0;
    color: #fff !important;
    font-size: .8rem;
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.create-match-premium__hero p {
    max-width: 560px;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .7) !important;
    font-size: .6rem;
    font-weight: 600;
    line-height: 1.5;
}

.create-match-premium__team {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    max-width: 230px;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    color: #fff;
    background: rgba(4, 34, 20, .42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
}

.create-match-premium__team > i {
    color: #72e8a7 !important;
    font-size: .8rem;
}

.create-match-premium__team > span { display: grid; min-width: 0; }
.create-match-premium__team small { color: rgba(255, 255, 255, .55) !important; font-size: .5rem; font-weight: 750; }
.create-match-premium__team strong { overflow: hidden; color: #fff !important; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }

.create-match-premium__hero-ring {
    position: absolute;
    right: -68px;
    bottom: -136px;
    width: 300px;
    height: 300px;
    border: 46px solid rgba(255, 255, 255, .045);
    border-radius: 50%;
}

.create-match-premium__rival-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(65, 105, 225, .12);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(65, 105, 225, .09), rgba(255, 255, 255, .82));
}

.create-match-premium__rival-note > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    color: #4169e1;
    background: rgba(65, 105, 225, .1);
}

.create-match-premium__rival-note div { display: grid; }
.create-match-premium__rival-note strong { color: var(--create-match-ink) !important; font-size: .7rem; }
.create-match-premium__rival-note small { color: var(--create-match-muted) !important; font-size: .6rem; }

.create-match-premium__steps {
    display: grid;
    grid-template-columns: auto minmax(24px, 1fr) auto minmax(24px, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin: clamp(18px, 3vw, 28px) auto;
    padding-inline: clamp(4px, 2vw, 18px);
}

.create-match-premium__steps > span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--create-match-muted);
}

.create-match-premium__steps b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--create-match-line);
    border-radius: 50%;
    color: var(--create-match-muted) !important;
    background: #fff;
    font-size: .6rem;
}

.create-match-premium__steps .is-active b {
    border-color: transparent;
    color: #fff !important;
    background: linear-gradient(135deg, #2db975, var(--create-match-green));
    box-shadow: 0 8px 20px rgba(var(--create-match-green-rgb), .24);
}

.create-match-premium__steps > span > span { display: grid; }
.create-match-premium__steps strong { color: var(--create-match-ink) !important; font-size: .6rem; line-height: 1.1; }
.create-match-premium__steps small { color: var(--create-match-muted) !important; font-size: .5rem; }
.create-match-premium__steps > i { height: 2px; border-radius: 999px; background: linear-gradient(90deg, rgba(var(--create-match-green-rgb), .42), rgba(16, 37, 28, .08)); }

.create-match-premium__planner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    align-items: stretch;
    gap: clamp(12px, 2vw, 18px);
}

.create-match-premium__panel,
.create-match-premium__calendar {
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: clamp(22px, 2.8vw, 28px);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 46px rgba(17, 57, 38, .09), inset 0 0 0 1px var(--create-match-line);
}

.create-match-premium__panel { padding: clamp(14px, 2.2vw, 22px); }

.create-match-premium__panel-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
}

.create-match-premium__panel-head > span,
.create-match-premium__calendar > header > span,
.create-match-premium__calendar-panel-head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: var(--create-match-green);
    background: rgba(var(--create-match-green-rgb), .1);
    box-shadow: inset 0 0 0 1px rgba(var(--create-match-green-rgb), .08);
}

.create-match-premium__panel-head div { display: grid; gap: 1px; }
.create-match-premium__panel-head small,
.create-match-premium__calendar > header small { color: var(--create-match-green) !important; font-size: .5rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.create-match-premium__panel-head h2,
.create-match-premium__calendar > header h2 { margin: 0; color: var(--create-match-ink) !important; font-size: .8rem; font-weight: 900; line-height: 1.2; }
.create-match-premium__panel-head > b { color: rgba(var(--create-match-green-rgb), .15) !important; font-size: .8rem; font-weight: 950; letter-spacing: -.06em; }

.create-match-premium__fields { display: grid; gap: 8px; }

.create-match-premium__field {
    display: grid;
    grid-template-columns: auto minmax(105px, .7fr) minmax(150px, 1fr);
    align-items: center;
    min-width: 0;
    gap: 10px;
    padding: 9px;
    border: 1px solid var(--create-match-line);
    border-radius: 17px;
    background: linear-gradient(135deg, #fff, rgba(244, 249, 246, .82));
    cursor: pointer;
    transition: transform 220ms cubic-bezier(.16, 1, .3, 1), border-color 220ms ease, box-shadow 220ms ease;
}

.create-match-premium__field:focus-within {
    z-index: 3;
    border-color: rgba(var(--create-match-green-rgb), .32);
    box-shadow: 0 0 0 4px rgba(var(--create-match-green-rgb), .07), 0 12px 28px rgba(18, 66, 43, .08);
    transform: translate3d(0, -1px, 0);
}

.create-match-premium__field-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: var(--create-match-green);
    background: rgba(var(--create-match-green-rgb), .08);
}

.create-match-premium__field-copy { display: grid; min-width: 0; }
.create-match-premium__field-copy small { color: var(--create-match-muted) !important; font-size: .5rem; font-weight: 700; }
.create-match-premium__field-copy strong { overflow: hidden; color: var(--create-match-ink) !important; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.create-match-premium__select { min-width: 0; }

.create-match-premium .select2-container { width: 100% !important; min-width: 0; }
.create-match-premium .select2-container--default .select2-selection--single {
    height: 42px !important;
    border: 1px solid rgba(17, 67, 44, .09) !important;
    border-radius: 13px !important;
    background: #f5f9f7 !important;
    box-shadow: inset 0 1px 2px rgba(12, 50, 31, .025) !important;
}
.create-match-premium .select2-selection__rendered { padding-left: 12px !important; padding-right: 30px !important; color: var(--create-match-ink) !important; font-size: .7rem !important; font-weight: 800 !important; line-height: 42px !important; }
.create-match-premium .select2-selection__arrow { top: 8px !important; right: 6px !important; }

.create-match-premium__date-grid {
    display: grid;
    grid-template-columns: .72fr 1.3fr .9fr;
    gap: 7px;
}

.create-match-premium__date-grid label { display: grid; min-width: 0; gap: 5px; }
.create-match-premium__date-grid label > span { padding-left: 4px; color: var(--create-match-muted) !important; font-size: .5rem; font-weight: 800; }

.create-match-premium__date-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(var(--create-match-green-rgb), .1);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(var(--create-match-green-rgb), .09), rgba(255, 255, 255, .65));
}
.create-match-premium__date-summary > i { color: var(--create-match-green) !important; font-size: .8rem; }
.create-match-premium__date-summary span { display: grid; }
.create-match-premium__date-summary small { color: var(--create-match-muted) !important; font-size: .5rem; }
.create-match-premium__date-summary strong { color: var(--create-match-ink) !important; font-size: .7rem; }

.create-match-premium__calendar {
    margin-top: clamp(12px, 2vw, 18px);
    padding: clamp(14px, 2.2vw, 22px);
}

.create-match-premium__calendar > header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
}
.create-match-premium__calendar > header div { display: grid; }
.create-match-premium__calendar > header p { margin: 3px 0 0; color: var(--create-match-muted) !important; font-size: .6rem; line-height: 1.35; }

.create-match-premium__calendar-content:empty {
    min-height: 90px;
    border-radius: 17px;
    background: linear-gradient(90deg, #eef4f0 25%, #f8fbf9 42%, #eef4f0 62%);
    background-size: 260% 100%;
    animation: createMatchSkeleton 1.5s ease-in-out infinite;
}

@keyframes createMatchSkeleton { to { background-position: -180% 0; } }

.create-match-premium__facility { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 12px; }
.create-match-premium__facility-card { position: relative; min-width: 0; padding: 7px; border: 1px solid var(--create-match-line); border-radius: 18px; background: #f7faf8; }
.create-match-premium__facility-card .card { margin: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.create-match-premium__facility-badge { position: absolute; z-index: 3; top: 8px; right: 8px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 999px; color: #fff !important; background: rgba(8, 61, 36, .86); font-size: .5rem; font-weight: 850; backdrop-filter: blur(10px); }

.create-match-premium__pitch-switch { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); align-items: stretch; gap: 7px; min-width: 0; }
.create-match-premium__pitch {
    position: relative;
    display: grid;
    align-content: center;
    justify-items: start;
    min-height: 82px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid var(--create-match-line);
    border-radius: 17px;
    color: var(--create-match-ink);
    background: #f7faf8;
    text-align: left;
    cursor: pointer;
    transition: transform 220ms cubic-bezier(.16, 1, .3, 1), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.create-match-premium__pitch > span { margin-bottom: 7px; color: var(--create-match-green); }
.create-match-premium__pitch strong { max-width: 100%; overflow: hidden; color: var(--create-match-ink) !important; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.create-match-premium__pitch small { color: var(--create-match-muted) !important; font-size: .5rem; }
.create-match-premium__pitch.active { border-color: rgba(var(--create-match-green-rgb), .26); background: linear-gradient(145deg, rgba(var(--create-match-green-rgb), .12), #fff); box-shadow: 0 12px 26px rgba(var(--create-match-green-rgb), .12); transform: translate3d(0, -2px, 0); }

.create-match-premium__calendar-panel { margin-top: 12px; padding: 10px; border: 1px solid var(--create-match-line); border-radius: 19px; background: #f7faf8; }
.create-match-premium__calendar-panel-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.create-match-premium__calendar-panel-head > span { width: 38px; height: 38px; border-radius: 12px; }
.create-match-premium__calendar-panel-head > div { display: grid; }
.create-match-premium__calendar-panel-head strong { color: var(--create-match-ink) !important; font-size: .7rem; }
.create-match-premium__calendar-panel-head small { color: var(--create-match-muted) !important; font-size: .5rem; }
.create-match-premium__calendar-panel .loadFieldCalendarArea { padding: 0 !important; }

.create-match-premium-modal .premium-field-slot__content.is-available,
.create-match-premium-modal .premium-field-slot__content.is-unregistered { cursor: pointer; }

body.dark-mode .create-match-premium-modal .custom-modal-content,
body.dark-mode .create-match-premium-modal .custom-modal-body,
[data-bs-theme="dark"] .create-match-premium-modal .custom-modal-content,
[data-bs-theme="dark"] .create-match-premium-modal .custom-modal-body {
    color: #eefaf4 !important;
    background: #0d1712 !important;
}

body.dark-mode .create-match-premium-modal .custom-modal-header,
[data-bs-theme="dark"] .create-match-premium-modal .custom-modal-header {
    background: rgba(13, 23, 18, .92) !important;
}

body.dark-mode .create-match-premium__panel,
body.dark-mode .create-match-premium__calendar,
body.dark-mode .create-match-premium__field,
body.dark-mode .create-match-premium__facility-card,
body.dark-mode .create-match-premium__pitch,
body.dark-mode .create-match-premium__calendar-panel,
[data-bs-theme="dark"] .create-match-premium__panel,
[data-bs-theme="dark"] .create-match-premium__calendar,
[data-bs-theme="dark"] .create-match-premium__field,
[data-bs-theme="dark"] .create-match-premium__facility-card,
[data-bs-theme="dark"] .create-match-premium__pitch,
[data-bs-theme="dark"] .create-match-premium__calendar-panel {
    border-color: rgba(255, 255, 255, .07) !important;
    background: rgba(20, 32, 26, .92) !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035) !important;
}

body.dark-mode .create-match-premium__panel h2,
body.dark-mode .create-match-premium__panel strong,
body.dark-mode .create-match-premium__calendar h2,
body.dark-mode .create-match-premium__calendar strong,
body.dark-mode .create-match-premium__steps strong,
body.dark-mode .create-match-premium-modal .custom-modal-header > span,
[data-bs-theme="dark"] .create-match-premium__panel h2,
[data-bs-theme="dark"] .create-match-premium__panel strong,
[data-bs-theme="dark"] .create-match-premium__calendar h2,
[data-bs-theme="dark"] .create-match-premium__calendar strong,
[data-bs-theme="dark"] .create-match-premium__steps strong,
[data-bs-theme="dark"] .create-match-premium-modal .custom-modal-header > span { color: #f0fff7 !important; }

@media (max-width: 720px) {
    .create-match-premium-modal .custom-modal-content {
        width: 100% !important;
        height: calc(100dvh - max(env(safe-area-inset-top), var(--maui-safe-area-top, 0px))) !important;
        max-height: none !important;
        border-radius: 24px 24px 0 0 !important;
    }

    .create-match-premium-modal .custom-modal-header {
        min-height: 54px;
        padding: 8px 10px 8px 16px !important;
    }

    .create-match-premium { padding: 10px 10px max(24px, calc(env(safe-area-inset-bottom) + 14px)); }

    .create-match-premium__hero {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 146px;
        gap: 12px;
        padding: 18px 16px;
        border-radius: 23px;
    }

    .create-match-premium__hero-orb { width: 58px; height: 58px; border-width: 4px; font-size: .8rem; }
    .create-match-premium__hero h1 { font-size: .8rem; }
    .create-match-premium__hero p { display: -webkit-box; margin-top: 6px; overflow: hidden; font-size: .6rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .create-match-premium__team { grid-column: 1 / 3; max-width: none; padding: 8px 10px; border-radius: 14px; }
    .create-match-premium__eyebrow { margin-bottom: 5px; padding: 4px 8px; font-size: .5rem; }

    .create-match-premium__steps { grid-template-columns: auto 1fr auto 1fr auto; gap: 6px; margin: 15px auto; padding: 0 3px; }
    .create-match-premium__steps b { width: 29px; height: 29px; }
    .create-match-premium__steps > span > span { display: none; }

    .create-match-premium__planner { grid-template-columns: 1fr; gap: 10px; }
    .create-match-premium__panel { padding: 13px; border-radius: 21px; }
    .create-match-premium__panel-head { margin-bottom: 10px; }
    .create-match-premium__panel-head > span { width: 40px; height: 40px; border-radius: 13px; }

    .create-match-premium__field { grid-template-columns: auto minmax(0, 1fr); gap: 8px; padding: 8px; }
    .create-match-premium__field-copy { align-self: center; }
    .create-match-premium__select { grid-column: 1 / 3; }

    .create-match-premium__date-grid { grid-template-columns: .72fr 1.22fr .86fr; }
    .create-match-premium__calendar { margin-top: 10px; padding: 13px; border-radius: 21px; }
    .create-match-premium__facility { grid-template-columns: 1fr; gap: 9px; }
    .create-match-premium__pitch-switch { grid-auto-flow: column; grid-auto-columns: minmax(126px, 42%); grid-template-columns: none; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; }
    .create-match-premium__pitch-switch::-webkit-scrollbar { display: none; }
    .create-match-premium__pitch { min-height: 76px; scroll-snap-align: start; }
    .create-match-premium__calendar-panel { padding: 8px; }
}

@media (max-width: 380px) {
    .create-match-premium__hero { grid-template-columns: 1fr; min-height: 0; }
    .create-match-premium__hero-orb { display: none; }
    .create-match-premium__team { grid-column: 1; }
    .create-match-premium__field-icon { width: 34px; height: 34px; }
    .create-match-premium__date-grid { gap: 5px; }
}

/* Compact composition: this flow is a focused picker, not a full landing page. */
.create-match-premium-modal .custom-modal-content {
    height: min(86dvh, 780px) !important;
    border-radius: 24px 24px 0 0 !important;
}

.create-match-premium-modal .custom-modal-header {
    min-height: 48px;
    padding: 7px 10px 7px 16px !important;
}

.create-match-premium-modal .close-modal {
    width: 34px;
    min-width: 34px;
    height: 34px;
}

.create-match-premium {
    padding: 8px 10px max(18px, calc(env(safe-area-inset-bottom) + 10px));
}

.create-match-premium__hero {
    min-height: 88px;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 18px;
}

.create-match-premium__hero-orb {
    width: 46px;
    height: 46px;
    border-width: 3px;
    animation: none;
}

.create-match-premium__eyebrow {
    margin-bottom: 4px;
    padding: 3px 7px;
}

.create-match-premium__hero p {
    margin-top: 4px;
    line-height: 1.3;
}

.create-match-premium__team {
    max-width: 180px;
    gap: 7px;
    padding: 7px 9px;
    border-radius: 13px;
}

.create-match-premium__hero-ring {
    right: -44px;
    bottom: -92px;
    width: 190px;
    height: 190px;
    border-width: 28px;
}

.create-match-premium__rival-note {
    gap: 8px;
    margin-top: 7px;
    padding: 8px 10px;
    border-radius: 14px;
}

.create-match-premium__rival-note > span {
    width: 32px;
    height: 32px;
    border-radius: 10px;
}

.create-match-premium__steps {
    gap: 7px;
    margin: 9px auto;
    padding-inline: 2px;
}

.create-match-premium__steps b {
    width: 25px;
    height: 25px;
}

.create-match-premium__planner {
    gap: 8px;
}

.create-match-premium__panel,
.create-match-premium__calendar {
    border-radius: 17px;
}

.create-match-premium__panel {
    padding: 10px;
}

.create-match-premium__panel-head {
    gap: 8px;
    margin-bottom: 8px;
}

.create-match-premium__panel-head > span,
.create-match-premium__calendar > header > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
}

.create-match-premium__fields {
    gap: 6px;
}

.create-match-premium__field {
    gap: 7px;
    padding: 6px;
    border-radius: 13px;
}

.create-match-premium__field-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
}

.create-match-premium .select2-container--default .select2-selection--single {
    height: 36px !important;
    border-radius: 10px !important;
}

.create-match-premium .select2-selection__rendered {
    padding-left: 9px !important;
    line-height: 36px !important;
}

.create-match-premium .select2-selection__arrow {
    top: 5px !important;
}

.create-match-premium__date-grid {
    gap: 5px;
}

.create-match-premium__date-grid label {
    gap: 3px;
}

.create-match-premium__date-summary {
    gap: 7px;
    margin-top: 7px;
    padding: 8px;
    border-radius: 12px;
}

.create-match-premium__calendar {
    margin-top: 8px;
    padding: 10px;
}

.create-match-premium__calendar > header {
    gap: 8px;
    margin-bottom: 8px;
}

.create-match-premium__facility {
    gap: 7px;
}

.create-match-premium__facility-card {
    padding: 5px;
    border-radius: 14px;
}

.create-match-premium__pitch-switch {
    gap: 6px;
}

.create-match-premium__pitch {
    min-height: 62px;
    padding: 8px;
    border-radius: 13px;
}

.create-match-premium__pitch > span {
    margin-bottom: 4px;
}

.create-match-premium__calendar-panel {
    margin-top: 7px;
    padding: 7px;
    border-radius: 14px;
}

.create-match-premium__calendar-panel-head {
    gap: 7px;
    margin-bottom: 6px;
}

.create-match-premium__calendar-panel-head > span {
    width: 30px;
    height: 30px;
    border-radius: 9px;
}

@media (max-width: 720px) {
    .create-match-premium-modal .custom-modal-content {
        height: min(88dvh, 720px) !important;
        max-height: min(88dvh, 720px) !important;
        border-radius: 20px 20px 0 0 !important;
    }

    .create-match-premium {
        padding: 7px 8px max(16px, calc(env(safe-area-inset-bottom) + 9px));
    }

    .create-match-premium__hero {
        grid-template-columns: auto minmax(0, 1fr) minmax(68px, auto);
        min-height: 68px;
        gap: 8px;
        padding: 9px 10px;
        border-radius: 16px;
    }

    .create-match-premium__hero-orb {
        display: inline-flex;
        width: 40px;
        height: 40px;
        border-width: 3px;
    }

    .create-match-premium__hero p {
        margin-top: 2px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }

    .create-match-premium__team {
        grid-column: 3;
        max-width: 92px;
        padding: 6px 7px;
    }

    .create-match-premium__team > i,
    .create-match-premium__team small,
    .create-match-premium__hero-ring {
        display: none;
    }

    .create-match-premium__steps {
        margin: 7px auto;
    }

    .create-match-premium__planner {
        gap: 7px;
    }

    .create-match-premium__panel {
        padding: 8px;
        border-radius: 15px;
    }

    .create-match-premium__panel-head {
        margin-bottom: 6px;
    }

    .create-match-premium__panel-head > span {
        width: 31px;
        height: 31px;
        border-radius: 10px;
    }

    .create-match-premium__field {
        grid-template-columns: 30px minmax(66px, .62fr) minmax(0, 1fr);
        gap: 5px;
        padding: 5px;
    }

    .create-match-premium__field-icon {
        width: 30px;
        height: 30px;
    }

    .create-match-premium__select {
        grid-column: 3;
    }

    .create-match-premium__calendar {
        margin-top: 7px;
        padding: 8px;
        border-radius: 15px;
    }

    .create-match-premium__facility {
        gap: 6px;
    }

    .create-match-premium__pitch-switch {
        grid-auto-columns: minmax(112px, 40%);
    }

    .create-match-premium__pitch {
        min-height: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .create-match-premium__hero-orb,
    .create-match-premium__calendar-content:empty { animation: none !important; }
}
