.event-swim-page {
    background: #07080c;
    color: #fff;
    word-break: keep-all;
    --swim-nav-offset: clamp(122px, 11vw, 144px);
    --swim-banner-height: clamp(280px, 38vw, 430px);
}

.swim-hero {
    position: relative;
    min-height: auto;
    overflow: hidden;
    display: block;
    margin-top: var(--swim-nav-offset);
    background:
        linear-gradient(180deg, rgba(7, 8, 12, 0) 0%, #07080c 32%),
        #07080c;
}

.swim-hero::after {
    content: "";
    position: absolute;
    top: calc(var(--swim-banner-height) - 130px);
    right: 0;
    left: 0;
    height: 220px;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(7, 8, 12, 0) 0%, rgba(7, 8, 12, 0.86) 48%, #07080c 100%);
}

.swim-hero-bg,
.swim-hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: var(--swim-banner-height);
}

.swim-hero-bg {
    background-size: cover;
    background-position: center 42%;
    opacity: 0.92;
    filter: saturate(1.14) contrast(1.04) brightness(1.04);
    transform: scale(1.02);
}

.swim-hero-overlay {
    background:
        radial-gradient(circle at 72% 38%, rgba(13, 84, 160, 0.14), transparent 32%),
        linear-gradient(90deg, rgba(7, 8, 12, 0.18) 0%, rgba(7, 8, 12, 0.04) 52%, rgba(7, 8, 12, 0.24) 100%),
        linear-gradient(180deg, rgba(7, 8, 12, 0.02) 0%, rgba(7, 8, 12, 0.1) 48%, rgba(7, 8, 12, 0.84) 82%, #07080c 100%);
}

.swim-hero-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: clamp(24px, 3vw, 36px);
    padding-bottom: clamp(50px, 7vw, 76px);
}

.swim-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(292px, 360px);
    gap: clamp(26px, 4vw, 54px);
    align-items: stretch;
}

.swim-hero-main {
    min-width: 0;
    max-width: 820px;
    padding: clamp(22px, 3vw, 34px) clamp(20px, 3vw, 34px);
    border-left: 3px solid #ff4056;
    background: linear-gradient(90deg, rgba(10, 12, 18, 0.98), rgba(10, 13, 20, 0.92));
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.swim-kicker,
.swim-section-head span,
.swim-panel-title span,
.swim-action-tile span,
.swim-notice span,
.swim-safety-notice span,
.swim-hero-card-head span {
    display: inline-flex;
    color: #ff4056;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.swim-sim-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    color: #dff2ff;
    background: rgba(16, 91, 170, 0.18);
    border: 1px solid rgba(124, 199, 255, 0.24);
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-top: 0;
}

.swim-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.swim-hero-safety {
    width: 100%;
    max-width: 860px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    margin: 0 auto clamp(180px, 28vw, 292px) auto;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 170, 0, 0.34);
    background: linear-gradient(110deg, rgba(255, 170, 0, 0.12), rgba(255, 85, 0, 0.08)), rgba(5, 7, 11, 0.42);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 170, 0, 0.16);
    backdrop-filter: blur(10px);
}

.swim-hero-safety strong {
    color: #ffaa00;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-shadow: 0 0 12px rgba(255, 170, 0, 0.4);
}

.swim-hero-safety span,
.swim-hero-safety small {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.88rem;
    line-height: 1.55;
    font-weight: 750;
    word-break: keep-all;
}

.swim-hero-safety small {
    color: rgba(255, 255, 255, 0.6);
}

.swim-hero h1 {
    width: min(100%, 760px);
    margin: 18px 0 16px;
    color: #fff;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: clamp(3rem, 6.8vw, 5.8rem);
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.72);
}

.swim-hero h1 span {
    display: block;
    white-space: nowrap;
}

.swim-hero-text {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.28vw, 1.16rem);
    line-height: 1.72;
    font-weight: 760;
    overflow-wrap: anywhere;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.swim-hero-text span {
    display: block;
}

.swim-hero-text span + span {
    margin-top: 0.18em;
}

.swim-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.swim-btn,
.swim-action-tile,
.swim-setup-link {
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.swim-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 8px;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.swim-btn-primary {
    color: #fff;
    background: #d92f43;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 28px rgba(217, 47, 67, 0.35), 0 0 24px rgba(217, 47, 67, 0.2);
}

.swim-btn-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.swim-btn-ghost {
    color: #dff2ff;
    background: rgba(16, 82, 148, 0.14);
    border: 1px solid rgba(99, 186, 255, 0.22);
    backdrop-filter: blur(12px);
}

.swim-btn:hover,
.swim-action-tile:hover,
.swim-setup-link:hover {
    color: #fff;
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.45);
    filter: brightness(1.1);
}

.swim-btn-primary:hover {
    box-shadow: 0 18px 36px rgba(217, 47, 67, 0.45), 0 0 32px rgba(217, 47, 67, 0.3);
}

.swim-hero-card {
    align-self: stretch;
    padding: 22px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(10, 13, 20, 0.98), rgba(9, 11, 17, 0.94));
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.swim-hero-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.swim-hero-card-head strong {
    color: #dff2ff;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.88rem;
}

.swim-spec-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.swim-spec-list div {
    display: grid;
    gap: 5px;
}

.swim-spec-list dt {
    color: rgba(255, 255, 255, 0.45);
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
}

.swim-spec-list dd {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 800;
}

.swim-event-body {
    background:
        linear-gradient(180deg, #080a10 0%, #0b0d13 48%, #07080c 100%);
    padding-top: 22px;
}

.swim-control-deck {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
}

.swim-action-tile {
    min-height: 96px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-content: center;
    column-gap: 12px;
    padding: 18px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(217, 47, 67, 0.22), rgba(255, 255, 255, 0.06));
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.swim-action-tile-blue {
    background: linear-gradient(135deg, rgba(16, 91, 170, 0.3), rgba(255, 255, 255, 0.04));
}

.swim-action-tile.is-muted {
    opacity: 0.76;
}

.swim-action-tile i {
    grid-row: span 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.05rem;
}

.swim-action-tile strong {
    min-width: 0;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.35;
    font-weight: 900;
}

.swim-action-tile p {
    grid-column: 2;
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.76rem;
    line-height: 1.45;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.swim-section {
    padding-top: 46px;
    padding-bottom: 46px;
}

.swim-section-head {
    max-width: 980px;
    margin-bottom: 24px;
}

.swim-section-head h2,
.swim-notice h2 {
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(1.75rem, 2.65vw, 2.65rem);
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
    max-width: 940px;
    word-break: keep-all;
}

.swim-downloads {
    padding-top: 56px;
}

.swim-download-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 16px;
}

.swim-download-card {
    position: relative;
    min-height: 290px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(18px, 2.4vw, 26px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.swim-download-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 2;
}

.swim-download-track::before {
    background: linear-gradient(90deg, #d92f43, transparent);
}

.swim-download-car::before {
    background: linear-gradient(90deg, #105baa, transparent);
}

.swim-download-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(180deg, rgba(6, 7, 11, 0.02) 0%, rgba(6, 7, 11, 0.24) 42%, rgba(6, 7, 11, 0.86) 100%),
        linear-gradient(90deg, rgba(6, 7, 11, 0.42), rgba(6, 7, 11, 0.08) 58%, rgba(6, 7, 11, 0.34)),
        var(--swim-download-image);
    background-size: cover;
    background-position: center;
    filter: brightness(0.74) saturate(1.1);
    transition: transform 0.7s ease, filter 0.25s ease;
}

.swim-download-card:hover .swim-download-bg {
    transform: scale(1.045);
    filter: brightness(0.88) saturate(1.16);
}

.swim-download-copy,
.swim-download-btn,
.swim-download-actions,
.swim-setup-desc {
    position: relative;
    z-index: 1;
}

.swim-download-copy {
    max-width: 540px;
}

.swim-download-copy span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #ff4056;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.swim-download-car .swim-download-copy span {
    color: #7cc7ff;
}

.swim-download-copy h3 {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: clamp(1.14rem, 1.8vw, 1.62rem);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
    word-break: keep-all;
}

.swim-download-copy p,
.swim-setup-desc {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.58;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.swim-download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.swim-download-btn {
    width: fit-content;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 16px;
    padding: 0 13px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background: rgba(217, 47, 67, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.swim-download-actions .swim-download-btn {
    margin-top: 16px;
}

.swim-download-btn-blue {
    background: rgba(16, 91, 170, 0.92);
}

.swim-download-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.45);
    filter: brightness(1.15);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.swim-setup-desc {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
}

.swim-format-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 16px;
}

.swim-rules-panel,
.swim-setup-panel,
.swim-prize-card,
.swim-notice {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.028));
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(20px);
}

.swim-rules-panel,
.swim-setup-panel {
    padding: clamp(22px, 3vw, 30px);
}

.swim-panel-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.swim-panel-title h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 900;
    word-break: keep-all;
}

.swim-rule-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.swim-rule-list li {
    position: relative;
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 12px 14px 12px 38px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.052);
    line-height: 1.55;
    font-weight: 800;
    word-break: keep-all;
}

.swim-rule-list li::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 50%;
    width: 9px;
    height: 9px;
    background: #105baa;
    border: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.swim-setup-panel p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    font-weight: 700;
}

.swim-setup-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 0 16px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid rgba(124, 199, 255, 0.28);
    background: rgba(16, 91, 170, 0.22);
    font-weight: 900;
}

.swim-setup-link.is-disabled {
    color: rgba(255, 255, 255, 0.64);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.swim-prize-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.swim-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.swim-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.swim-results-note {
    max-width: 900px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.94rem;
    line-height: 1.6;
    font-weight: 760;
}

.swim-results-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.swim-result-card {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.028)),
        rgba(10, 12, 18, 0.92);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.swim-result-card.is-first {
    border-color: rgba(255, 210, 96, 0.34);
    background:
        linear-gradient(145deg, rgba(255, 210, 96, 0.16), rgba(217, 47, 67, 0.24)),
        rgba(10, 12, 18, 0.94);
}

.swim-result-draw {
    border-color: rgba(124, 199, 255, 0.24);
    background:
        linear-gradient(145deg, rgba(16, 91, 170, 0.24), rgba(255, 255, 255, 0.04)),
        rgba(10, 12, 18, 0.94);
}

.swim-result-rank {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.swim-result-rank span,
.swim-result-prize span {
    color: #ff4056;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.swim-result-draw .swim-result-rank span,
.swim-result-draw .swim-result-prize span {
    color: #7cc7ff;
}

.swim-result-rank strong {
    color: #fff;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 1rem;
    font-weight: 900;
}

.swim-result-driver {
    margin-top: auto;
}

.swim-result-driver strong {
    display: block;
    color: #fff;
    font-size: clamp(1.28rem, 2vw, 1.72rem);
    line-height: 1.18;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.swim-result-driver span {
    display: block;
    margin-top: 8px;
    color: #dff2ff;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
}

.swim-result-prize {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.swim-result-prize p,
.swim-result-prize small {
    display: block;
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    line-height: 1.55;
    font-weight: 720;
    word-break: keep-all;
}

.swim-result-prize small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.76rem;
}

.swim-leaderboard-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    max-width: none;
}

.swim-leaderboard-note {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.92rem;
    line-height: 1.55;
    font-weight: 700;
}

.swim-leaderboard-card {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.026));
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px);
}

.swim-leaderboard-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.swim-leaderboard-meta strong {
    color: #fff;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
}

.swim-leaderboard-meta span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.82rem;
    font-weight: 800;
}

.swim-leaderboard-table-wrap {
    overflow-x: auto;
}

.swim-leaderboard-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.swim-leaderboard-table th,
.swim-leaderboard-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    font-weight: 800;
}

.swim-leaderboard-table th {
    color: #ff4056;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
}

.swim-leaderboard-table tr:last-child td {
    border-bottom: 0;
}

.swim-leaderboard-table tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.018);
}

.swim-leaderboard-table tbody tr:hover {
    background: rgba(124, 199, 255, 0.07);
}

.swim-leaderboard-table a {
    color: #fff;
    text-decoration: none;
}

.swim-lb-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    border-radius: 6px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.76rem;
    font-weight: 900;
}

.swim-lb-time {
    color: #fff;
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-weight: 900;
}

.swim-lb-empty {
    text-align: center;
    color: rgba(255, 255, 255, 0.46);
    padding: 34px 18px;
}

.swim-prize-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.swim-prize-card.is-first {
    background: linear-gradient(145deg, rgba(217, 47, 67, 0.32), rgba(16, 91, 170, 0.2));
    border-color: rgba(255, 255, 255, 0.2);
}

.swim-prize-rank {
    width: fit-content;
    min-width: 56px;
    padding: 7px 10px;
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-family: var(--font-display), 'Noto Sans KR', sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
}

.swim-prize-copy {
    margin-top: auto;
    padding-top: 24px;
}

.swim-prize-copy strong {
    display: block;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 8px;
    word-break: keep-all;
}

.swim-prize-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.93rem;
    line-height: 1.65;
    font-weight: 700;
    word-break: keep-all;
}

.swim-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    margin-bottom: 72px;
    padding: clamp(24px, 4vw, 38px);
    background: linear-gradient(110deg, rgba(217, 47, 67, 0.2), rgba(16, 91, 170, 0.2), rgba(255, 255, 255, 0.035));
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(24px);
}

.swim-notice p {
    max-width: 780px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    font-weight: 700;
    white-space: pre-line;
}

.swim-safety-notice {
    margin-top: -38px;
    margin-bottom: 78px;
    padding: clamp(18px, 3vw, 26px);
    border-radius: 8px;
    border: 1px solid rgba(124, 199, 255, 0.18);
    background: linear-gradient(110deg, rgba(16, 91, 170, 0.12), rgba(255, 255, 255, 0.035));
}

.swim-safety-notice p {
    max-width: 900px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    font-size: 0.92rem;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .swim-hero-grid {
        grid-template-columns: 1fr;
    }

    .swim-hero-card {
        max-width: 760px;
        align-self: start;
    }

    .swim-hero-main {
        max-width: 760px;
    }

    .swim-prize-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swim-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .swim-hero {
        min-height: auto;
    }

    .swim-control-deck,
    .swim-download-grid,
    .swim-format-grid {
        grid-template-columns: 1fr;
    }

    .swim-rule-list {
        grid-template-columns: 1fr;
    }

    .swim-notice {
        align-items: flex-start;
        flex-direction: column;
    }

    .swim-leaderboard-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .event-swim-page {
        --swim-nav-offset: 104px;
        --swim-banner-height: clamp(260px, 72vw, 330px);
    }

    .swim-hero-bg,
    .swim-hero-overlay {
        height: var(--swim-banner-height);
    }

    .swim-hero::after {
        top: calc(var(--swim-banner-height) - 100px);
        height: 180px;
    }

    .swim-hero-wrapper {
        padding-top: 22px;
        padding-bottom: 48px;
    }
    
    .swim-hero-safety {
        align-items: flex-start;
        text-align: left;
        margin-bottom: clamp(96px, 28vw, 132px);
    }

    .swim-hero h1 {
        font-size: clamp(2.2rem, 13vw, 3.45rem);
        line-height: 0.95;
    }

    .swim-hero-main {
        padding: 20px 18px;
        border-left-width: 2px;
        background: rgba(10, 12, 18, 0.98);
    }

    .swim-hero-actions,
    .swim-btn {
        width: 100%;
    }

    .swim-control-deck {
        margin-top: 0;
        padding-top: 10px;
    }

    .swim-action-tile {
        min-height: 96px;
        padding: 18px;
    }

    .swim-section {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .swim-prize-grid {
        grid-template-columns: 1fr;
    }

    .swim-results-grid {
        grid-template-columns: 1fr;
    }

    .swim-prize-card {
        min-height: 154px;
    }
}
