/* ============================================================
   WEEKEND HUB — 푸른 액센트 (cyan + blue)
   ============================================================ */

:root {
    --wk-blue:    #00c6ff;
    --wk-cyan:    #5fd9ff;
    --wk-deep:    #1f9bff;
    --wk-gold:    #ffd24c;
}

.page-weekend {
    background:
        radial-gradient(ellipse 1100px 700px at 12% 0%, rgba(0, 198, 255, 0.16) 0%, transparent 60%),
        radial-gradient(ellipse 900px 600px at 88% 18%, rgba(31, 155, 255, 0.10) 0%, transparent 60%),
        #06070d;
    color: #fff;
    font-family: 'Inter', 'Noto Sans KR', system-ui, sans-serif;
}
.weekend-page-shell { padding-bottom: 60px; }

/* ===== HERO ===== */
.wk-hero {
    position: relative;
    margin-top: var(--fixed-header-h, 96px);
    min-height: 420px;
    padding: 64px 24px 56px;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid rgba(0, 198, 255, 0.22);
    text-align: center;
}
.wk-hero-bg {
    position: absolute; inset: 0; z-index: -2;
    background-image: var(--hero-bg);
    background-size: var(--hero-size, cover);
    background-position: center var(--hero-pos-y, 30%);
    filter: brightness(0.68) saturate(1.05);
}
.wk-hero::after {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background:
        radial-gradient(ellipse 70% 100% at 0% 0%, rgba(0, 198, 255, 0.3) 0%, transparent 55%),
        radial-gradient(ellipse 80% 100% at 100% 100%, rgba(31, 155, 255, 0.18) 0%, transparent 55%),
        linear-gradient(180deg, rgba(6, 7, 13, 0.15) 0%, rgba(6, 7, 13, 0.6) 60%, rgba(6, 7, 13, 0.88) 100%);
    pointer-events: none;
}
.wk-hero::before {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background-image: repeating-linear-gradient(135deg, rgba(0, 198, 255, 0.04) 0 2px, transparent 2px 14px);
    opacity: 0.55; pointer-events: none;
}
.wk-hero-content { max-width: 980px; margin: 0 auto; }
.wk-hero-logo {
    max-width: 380px;
    max-height: 120px;
    margin: 0 auto 14px;
    filter: drop-shadow(0 8px 28px rgba(0, 198, 255, 0.5));
}
.wk-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 900;
    margin: 0 0 16px;
    letter-spacing: 0.04em;
    background: linear-gradient(135deg, #fff 0%, #9cd9ff 45%, #00c6ff 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 6px 24px rgba(0, 198, 255, 0.5));
}
.wk-badge {
    display: inline-flex; align-items: center;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(0, 198, 255, 0.14);
    border: 1px solid rgba(0, 198, 255, 0.55);
    color: #9cd9ff;
    font-size: 0.84rem; font-weight: 800; letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 198, 255, 0.24);
    margin-bottom: 22px;
}

.wk-prog-wrap { max-width: 560px; margin: 0 auto 20px; }
.wk-prog-bg {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    border: 1px solid rgba(0, 198, 255, 0.18);
}
.wk-prog-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--wk-blue), var(--wk-deep));
    box-shadow: 0 0 16px rgba(0, 198, 255, 0.55);
    transition: width 0.6s ease;
}
.wk-prog-txt {
    margin-top: 10px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
}

.hero-links { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.btn-wk {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--wk-blue) 0%, var(--wk-deep) 100%);
    color: #06121a !important;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 22px rgba(0, 198, 255, 0.45);
    transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.btn-wk:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 12px 28px rgba(0, 198, 255, 0.55); color: #06121a !important; }

/* ===== Section common ===== */
.wk-sec-sm { padding: 48px 0; max-width: 1100px; margin: 0 auto; }
.sec-label {
    display: inline-flex; align-items: center;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(0, 198, 255, 0.12);
    border: 1px solid rgba(0, 198, 255, 0.4);
    color: #9cd9ff;
    font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec-title {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    font-weight: 800; color: #fff;
    margin: 4px 0 6px;
    letter-spacing: -0.01em;
}
.sec-div {
    width: 60px; height: 3px;
    margin: 8px auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--wk-blue), var(--wk-deep));
    box-shadow: 0 0 14px rgba(0, 198, 255, 0.5);
}
.section-copy {
    font-size: 0.96rem; color: rgba(255, 255, 255, 0.62);
    line-height: 1.8; max-width: 720px; margin: 8px auto 0;
}

/* ===== Schedule strip ===== */
.schedule-strip { margin-top: 10px; margin-bottom: 24px; position: relative; z-index: 3; }
.wk-strip-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.wk-strip-head .sec-label { margin-bottom: 0 !important; }
.wk-strip-copy { color: rgba(255, 255, 255, 0.55); font-size: 0.84rem; line-height: 1; }
.sched-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
}
.sched-card {
    flex: 0 0 240px;
    scroll-snap-align: start;
    padding: 14px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.008) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 3px solid rgba(0, 198, 255, 0.5);
    backdrop-filter: blur(10px);
    transition: transform 0.18s ease, border-color 0.18s ease;
}
.sched-card:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 198, 255, 0.7);
    box-shadow: 0 10px 24px rgba(0, 198, 255, 0.18);
}
.sched-card.done { opacity: 0.45; border-left-color: rgba(255, 255, 255, 0.15); }
.sched-card.now {
    border-left-color: var(--wk-blue);
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.16), rgba(31, 155, 255, 0.1));
    box-shadow: 0 0 0 1px rgba(0, 198, 255, 0.45) inset, 0 8px 20px rgba(0, 198, 255, 0.22);
}
.sc-round {
    font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em;
    color: var(--wk-blue); text-transform: uppercase;
    margin-bottom: 6px;
}
.sc-title { font-size: 0.96rem; font-weight: 800; color: #fff; margin-bottom: 4px; }
.sc-venue {
    display: flex; align-items: center; gap: 5px;
    font-size: 0.78rem; color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}
.sc-venue i { color: var(--wk-blue); }
.sc-theme { font-size: 0.74rem; color: rgba(255, 255, 255, 0.5); line-height: 1.5; }

/* ===== Legacy panel ===== */
.legacy-panel {
    padding: 22px 24px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.008) 100%);
    border: 1px solid rgba(0, 198, 255, 0.22);
    border-top: 3px solid var(--wk-blue);
    backdrop-filter: blur(10px);
}
.wk-slab {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.legacy-quote {
    font-size: 1.04rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.6;
}
.legacy-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}

/* ===== Vision cards ===== */
.vision-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
@media (max-width: 768px) { .vision-grid { grid-template-columns: 1fr; } }
.vision-card {
    padding: 22px 24px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.008) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid var(--wk-blue);
    backdrop-filter: blur(10px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    text-align: center;
}
.vision-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 198, 255, 0.5);
    box-shadow: 0 14px 30px rgba(0, 198, 255, 0.18);
}
.v-icon {
    font-size: 2rem;
    color: var(--wk-blue);
    margin-bottom: 12px;
    filter: drop-shadow(0 0 12px rgba(0, 198, 255, 0.5));
}
.v-title {
    font-size: 1.04rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}
.v-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    word-break: keep-all;
}

/* ===== Car class cards ===== */
.car-class-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}
@media (max-width: 768px) { .car-class-grid { grid-template-columns: 1fr; } }
.car-class-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    aspect-ratio: 16 / 9;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
    transition: transform 0.22s ease, border-color 0.22s ease;
    isolation: isolate;
}
.car-class-card:hover { transform: translateY(-3px); border-color: rgba(0, 198, 255, 0.55); }
.car-bg {
    position: absolute; inset: 0; z-index: -2;
    background-size: cover; background-position: center;
    filter: saturate(0.85) brightness(0.55);
    transition: transform 0.6s ease, filter 0.4s ease;
}
.car-class-card:hover .car-bg { transform: scale(1.06); filter: saturate(1) brightness(0.7); }
.car-class-card::after {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.82) 100%),
        radial-gradient(ellipse 80% 80% at 50% 100%, rgba(0, 198, 255, 0.18) 0%, transparent 70%);
}
.cc-content {
    position: relative;
    padding: 22px 22px;
    display: flex; flex-direction: column;
    height: 100%; justify-content: flex-end;
}
.cc-badge {
    display: inline-flex; align-items: center;
    align-self: flex-start;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(0, 198, 255, 0.24);
    border: 1px solid rgba(0, 198, 255, 0.55);
    color: #9cd9ff;
    font-size: 0.74rem; font-weight: 800;
    letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 12px;
    backdrop-filter: blur(6px);
}
.cc-name {
    font-size: 1.5rem; font-weight: 800; color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}
.mod-links { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-mod {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    text-decoration: none;
    font-weight: 800; font-size: 0.78rem; letter-spacing: 0.04em;
    backdrop-filter: blur(6px);
    transition: all 0.18s ease;
}
.btn-mod:hover {
    color: #fff;
    background: rgba(0, 198, 255, 0.22);
    border-color: rgba(0, 198, 255, 0.55);
    transform: translateY(-1px);
}

/* ===== Spec grid ===== */
.weekend-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
@media (max-width: 991px) { .weekend-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .weekend-spec-grid { grid-template-columns: 1fr; } }
.weekend-spec-card {
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.18s ease, transform 0.18s ease;
}
.weekend-spec-card:hover { border-color: rgba(0, 198, 255, 0.4); transform: translateY(-2px); }
.weekend-spec-label {
    font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
}
.weekend-spec-value {
    font-size: 1.16rem; font-weight: 800; color: var(--wk-blue);
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
    margin-bottom: 6px;
}
.weekend-spec-copy {
    font-size: 0.78rem; color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
    word-break: keep-all;
}

/* ===== Points / Award ===== */
.pts-wrap {
    padding: 24px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.008) 100%);
    border: 1px solid rgba(0, 198, 255, 0.22);
    backdrop-filter: blur(10px);
    height: 100%;
}
.award-card {
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.06), rgba(255, 210, 76, 0.05));
    border: 1px solid rgba(0, 198, 255, 0.28);
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 198, 255, 0.12);
}
.featured-award { padding: 22px !important; }
.award-ico { font-size: 1.8rem; }
.award-ttl { font-family: 'Inter', sans-serif; font-weight: 900; letter-spacing: 0.04em; }
.award-dsc { color: rgba(255, 255, 255, 0.85); }

/* ===== Results ===== */
.results-head {
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 16px; flex-wrap: wrap;
    margin-bottom: 18px;
}
.results-copy {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 4px;
}
.results-meta {
    font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em;
    color: rgba(0, 198, 255, 0.75);
    text-transform: uppercase;
    padding-top: 4px;
}
.rounds-scroll {
    display: flex; gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
}
.weekend-result-card {
    flex: 0 0 200px;
    scroll-snap-align: start;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: all 0.18s ease;
}
.weekend-result-card:hover {
    background: rgba(0, 198, 255, 0.08);
    border-color: rgba(0, 198, 255, 0.45);
    transform: translateY(-2px);
}
.wr-tag {
    display: inline-block;
    font-size: 0.7rem; font-weight: 800;
    color: var(--wk-blue);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.wr-title { font-size: 0.92rem; font-weight: 800; color: #fff; margin-bottom: 4px; line-height: 1.3; }
.wr-meta { font-size: 0.7rem; color: rgba(255, 255, 255, 0.45); }

/* Leaderboard panel */
.lb-wrap {
    padding: 22px 24px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.008) 100%);
    border: 1px solid rgba(0, 198, 255, 0.22);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 28px rgba(0, 0, 0, 0.24);
}
.f1-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.f1-table thead th {
    font-size: 0.76rem; font-weight: 800; letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0, 198, 255, 0.18);
    background: transparent;
}
.f1-table tbody td {
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.85);
}
.f1-table tbody tr:hover {
    background: rgba(0, 198, 255, 0.06);
}
.f1-table tbody tr:last-child td { border-bottom: none; }

/* utility */
.text-center { text-align: center; }
.text-end { text-align: right; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }

@media (max-width: 768px) {
    .wk-hero { min-height: 360px; padding: 50px 20px 44px; }
    .wk-hero-title { font-size: clamp(1.9rem, 8vw, 2.8rem); }
    .results-meta { display: none; }
}

/* utility */
.row { display: flex; flex-wrap: wrap; margin-left: -0.75rem; margin-right: -0.75rem; }
.row.g-4 > * { padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }
.col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
@media (max-width: 991px) {
    .col-lg-4, .col-lg-8 { flex: 0 0 100%; max-width: 100%; }
}
@media (max-width: 768px) {
    .col-md-5, .col-md-7 { flex: 0 0 100%; max-width: 100%; }
}
.d-flex { display: flex; }
.justify-content-center { justify-content: center; }
.align-items-center { align-items: center; }
.align-items-stretch { align-items: stretch; }
.flex-wrap { flex-wrap: wrap; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.orb { letter-spacing: 0.02em; }
