*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #f5f7ff;
    background: radial-gradient(circle at top left, #111827 0, #020617 45%, #000 100%);
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.12), transparent 55%),
        radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.16), transparent 60%);
    position: relative;
    overflow: hidden;
}

.site-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.96));
    pointer-events: none;
    z-index: 0;
}

.site-header,
.site-main,
.site-footer {
    position: relative;
    z-index: 1;
}

.tiktok-live-body {
    background: radial-gradient(circle at top left, #020617 0, #000 60%, #020617 100%);
}

.tiktok-live-page {
    min-height: 100vh;
    padding: 1.6rem 2.4rem;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.18), transparent 55%),
        radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.22), transparent 60%);
}

.tiktok-live-top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.2rem;
}

.tiktok-home-link {
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.8);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e5e7eb;
    background: rgba(15, 23, 42, 0.8);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.tiktok-home-link:hover {
    transform: translateY(-1px);
    border-color: rgba(96, 165, 250, 0.9);
    background: rgba(15, 23, 42, 0.95);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.95);
}

.tiktok-live-inner {
    flex: 1;
    border-radius: 1.6rem;
    border: 1px solid rgba(148, 163, 184, 0.8);
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.3), rgba(15, 23, 42, 0.98));
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.98);
    display: flex;
    flex-direction: column;
    padding: 1.6rem 1.8rem 1.9rem;
}

.tiktok-live-meta {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.2rem;
}

.tiktok-live-label {
    font-size: 0.72rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #9ca3af;
}

.tiktok-live-title {
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tiktok-live-visual {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.site-header {
    padding: 1.25rem 6vw 2.5rem;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #cbd5f5;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-brand {
    font-family: "Orbitron", system-ui, sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #e5e7eb;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.top-email {
    font-size: 0.8rem;
    color: #e5e7eb;
    opacity: 0.9;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.top-email:hover {
    opacity: 1;
    color: #a5b4fc;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.social-link {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0, rgba(129, 140, 248, 0.2), rgba(15, 23, 42, 0.85));
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.6);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.social-link i {
    font-size: 0.8rem;
}

.social-link:hover {
    transform: translateY(-1px) scale(1.05);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
    border-color: rgba(96, 165, 250, 0.9);
    color: #bfdbfe;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
    gap: 3rem;
}

.logo-lockup {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.logo-symbol {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 10%, #22d3ee, #0ea5e9 35%, #1d1b4b 100%);
    color: #0b1020;
    font-family: "Orbitron", system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: 0 12px 30px rgba(56, 189, 248, 0.5);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-primary {
    font-family: "Orbitron", system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.logo-secondary {
    font-size: 0.8rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #a5b4fc;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    font-size: 0.9rem;
}

.nav-link {
    position: relative;
    padding-bottom: 0.25rem;
    color: #cbd5f5;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.8;
    transition: opacity 0.18s ease, color 0.18s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.2rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22d3ee, #f97316, #ec4899);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease-out;
}

.nav-link:hover {
    opacity: 1;
    color: #e5e7eb;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.nav-link-active {
    color: #e5e7eb;
    opacity: 1;
}

.nav-link-active::after {
    transform: scaleX(1);
}

.banner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 3rem;
    margin-top: 3rem;
}

.banner-content {
    max-width: 40rem;
}

.eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #a5b4fc;
    margin-bottom: 0.85rem;
}

.banner-content h1 {
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: clamp(2.4rem, 3vw + 1.8rem, 3.4rem);
    line-height: 1.05;
    letter-spacing: 0.04em;
    margin-bottom: 1.25rem;
}

.banner-subtitle {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #cbd5f5;
    max-width: 32rem;
}

.banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.9rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #22d3ee, #0ea5e9, #6366f1);
    box-shadow: 0 14px 36px rgba(56, 189, 248, 0.55);
    color: #020617;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(56, 189, 248, 0.7);
}

.btn-ghost {
    background: rgba(15, 23, 42, 0.7);
    color: #e5e7eb;
    border-color: rgba(148, 163, 184, 0.7);
}

.btn-ghost:hover {
    transform: translateY(-1px);
    border-color: rgba(96, 165, 250, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.85);
}

.banner-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.meta-item {
    padding: 0.9rem 1.1rem;
    border-radius: 0.9rem;
    background: radial-gradient(circle at 0 0, rgba(148, 163, 184, 0.2), rgba(15, 23, 42, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.6);
}

.meta-label {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

.meta-value {
    font-size: 0.87rem;
    color: #e5e7eb;
}

.banner-visual {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    background: radial-gradient(circle at 10% 0, rgba(56, 189, 248, 0.5), transparent 55%),
        radial-gradient(circle at 90% 10%, rgba(236, 72, 153, 0.6), transparent 55%),
        radial-gradient(circle at 50% 120%, #0f172a, #020617);
    border: 1px solid rgba(129, 140, 248, 0.5);
    padding: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    box-shadow:
        0 22px 60px rgba(15, 23, 42, 0.95),
        0 0 0 1px rgba(15, 23, 42, 0.9);
}

.pulse-circle {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.3);
    background: radial-gradient(circle, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.9));
}

.pulse-circle-outer {
    width: 14rem;
    height: 14rem;
    animation: pulseOuter 3.4s ease-out infinite;
}

.pulse-circle-inner {
    width: 9rem;
    height: 9rem;
    animation: pulseInner 3.4s ease-out infinite;
}

.equalizer {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
    z-index: 2;
}

.eq-bar {
    width: 0.35rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #f97316, #ec4899, #22d3ee);
    box-shadow: 0 0 24px rgba(59, 130, 246, 0.9);
    animation: equalize 1.2s ease-in-out infinite;
    animation-direction: alternate;
}

.eq-bar-1 {
    height: 3.3rem;
    animation-delay: 0s;
}

.eq-bar-2 {
    height: 4rem;
    animation-delay: 0.15s;
}

.eq-bar-3 {
    height: 5rem;
    animation-delay: 0.3s;
}

.eq-bar-4 {
    height: 3.8rem;
    animation-delay: 0.45s;
}

.eq-bar-5 {
    height: 4.6rem;
    animation-delay: 0.6s;
}

.banner-badge {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    background: rgba(15, 23, 42, 0.85);
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    padding: 0.55rem 0.95rem 0.55rem 0.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    backdrop-filter: blur(16px);
}

.badge-label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ca3af;
}

.badge-track {
    font-size: 0.82rem;
    color: #e5e7eb;
}

.site-main {
    padding: 0 6vw 3rem;
}

.intro-section {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.admin-section {
    margin-top: 2.5rem;
}

.admin-wrapper {
    margin-top: 0.5rem;
    border-radius: 1.4rem;
    padding: 1.6rem 1.8rem 1.9rem;
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.3), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.8);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.98);
}

.admin-header {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 1.6rem;
    margin-bottom: 1.7rem;
}

.admin-title-block h2 {
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.admin-title-block p {
    font-size: 0.88rem;
    color: #cbd5f5;
    max-width: 28rem;
}

.admin-login-panel {
    border-radius: 1.1rem;
    padding: 1.2rem 1.3rem 1.3rem;
    background: radial-gradient(circle at top left, rgba(30, 64, 175, 0.4), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(59, 130, 246, 0.9);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.98);
}

.admin-login-panel h3 {
    font-size: 0.95rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.admin-login-form {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.admin-field {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.admin-field label {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #cbd5f5;
}

.admin-field input {
    border-radius: 0.6rem;
    border: 1px solid rgba(148, 163, 184, 0.9);
    background: rgba(15, 23, 42, 0.95);
    color: #e5e7eb;
    padding: 0.45rem 0.6rem;
    font-size: 0.85rem;
    outline: none;
}

.admin-field input:focus {
    border-color: rgba(96, 165, 250, 0.95);
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 1), 0 0 18px rgba(56, 189, 248, 0.65);
}

.admin-login-note {
    margin-top: 0.7rem;
    font-size: 0.8rem;
    color: #cbd5f5;
}

.admin-entrants-block {
    margin-top: 1.4rem;
}

.admin-entrants-block-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.admin-entrants-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.4rem;
    margin-bottom: 1rem;
}

.admin-entrants-info h3 {
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: 0.98rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

.admin-entrants-info p {
    font-size: 0.85rem;
    color: #cbd5f5;
}

.admin-entrants-week {
    text-align: right;
    font-size: 0.8rem;
    color: #e5e7eb;
}

.admin-entrants-week span:first-child {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ca3af;
}

.admin-table-container {
    margin-top: 0.4rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.8);
    overflow: hidden;
    background: rgba(15, 23, 42, 0.98);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.86rem;
}

.admin-table thead {
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.12), rgba(236, 72, 153, 0.12));
}

.admin-table th,
.admin-table td {
    padding: 0.6rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid rgba(30, 64, 175, 0.6);
}

.admin-table th {
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #9ca3af;
}

.admin-table td {
    color: #e5e7eb;
}

.admin-table tbody tr:nth-child(2n) {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.9), rgba(30, 64, 175, 0.25));
}

.admin-table tbody tr:nth-child(2n + 1) {
    background: rgba(15, 23, 42, 0.95);
}

.admin-table tbody tr:first-child td {
    border-top: 1px solid rgba(37, 99, 235, 0.7);
}

.admin-table tbody tr:hover {
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.16), rgba(15, 23, 42, 0.98));
}

.admin-table td:first-child {
    font-weight: 600;
    text-align: center;
}

.admin-table td:nth-child(3),
.admin-table td:nth-child(4),
.admin-table td:nth-child(5),
.admin-table td:nth-child(6) {
    text-align: center;
}

.team-section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.team-header {
    margin-bottom: 1.8rem;
}

.team-header-text h2 {
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.team-header-text p {
    max-width: 30rem;
    font-size: 0.9rem;
    color: #cbd5f5;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
}

.team-card {
    border-radius: 1.3rem;
    padding: 1.3rem 1.2rem 1.2rem;
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.28), rgba(15, 23, 42, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.75);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.95);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.team-logo {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(96, 165, 250, 0.5), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(129, 140, 248, 0.9);
    color: #e5e7eb;
    font-weight: 600;
    font-size: 0.9rem;
}

.team-name {
    font-size: 0.98rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.team-role {
    font-size: 0.8rem;
    color: #9ca3af;
}

.team-links {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

.team-link {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e5e7eb;
    padding: 0.4rem 0.55rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.7);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.team-link i {
    font-size: 0.9rem;
}

.team-link:hover {
    transform: translateY(-1px);
    border-color: rgba(96, 165, 250, 0.95);
    background: radial-gradient(circle at top left, rgba(96, 165, 250, 0.35), rgba(15, 23, 42, 0.98));
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.98);
}

@media (max-width: 1200px) {
    .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.top15-candidates {
    margin-top: 2.2rem;
    margin-bottom: 0.4rem;
}

.top15-candidates-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.top15-candidates-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.top15-candidates-info h3 {
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: 0.98rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.top15-candidates-info p {
    font-size: 0.85rem;
    color: #cbd5f5;
}

.top15-candidates-note {
    text-align: right;
    font-size: 0.78rem;
    color: #e5e7eb;
}

.top15-candidates-note span:first-child {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ca3af;
}

.top15-candidates-note span:last-child {
    display: block;
    margin-top: 0.15rem;
}

.top15-candidates-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.2rem;
}

.top15-candidate-card {
    border-radius: 1.1rem;
    padding: 1.1rem 1.2rem 1rem;
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.24), rgba(15, 23, 42, 0.97));
    border: 1px solid rgba(148, 163, 184, 0.8);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.98);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.top15-candidate-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top15-candidate-title {
    font-size: 0.9rem;
    font-weight: 500;
}

.top15-candidate-embed {
    border-radius: 0.8rem;
    overflow: hidden;
    border: 1px solid rgba(30, 64, 175, 0.7);
}

.top15-candidate-embed iframe {
    width: 100%;
    height: 80px;
    border: none;
    display: block;
}

.top15-vote-btn {
    margin-top: 0.3rem;
    align-self: flex-end;
    padding-inline: 1.2rem;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1px solid rgba(96, 165, 250, 0.9);
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.98));
    color: #e5e7eb;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 1), 0 0 22px rgba(56, 189, 248, 0.45);
}

.top15-vote-btn:hover {
    border-color: rgba(236, 72, 153, 0.95);
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.3), rgba(15, 23, 42, 0.98));
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.75);
}

.top15-wrapper {
    margin-top: 2rem;
    border-radius: 1.4rem;
    padding: 1.6rem 1.8rem;
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.3), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.8);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.98);
}

.top15-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.top15-header-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.top15-header h3 {
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.top15-header p {
    font-size: 0.8rem;
    color: #cbd5f5;
    max-width: 22rem;
}

.top15-week-range {
    text-align: right;
    font-size: 0.8rem;
    color: #e5e7eb;
}

.top15-week-range span:first-child {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ca3af;
}

.top15-table-container {
    margin-top: 0.4rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.8);
    overflow: hidden;
    background: rgba(15, 23, 42, 0.98);
}

.top15-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    font-size: 0.86rem;
}

.top15-table thead {
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.12), rgba(236, 72, 153, 0.12));
}

.top15-table th,
.top15-table td {
    padding: 0.6rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid rgba(30, 64, 175, 0.6);
}

.top15-table th {
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #9ca3af;
}

.top15-table td {
    color: #e5e7eb;
}

.top15-table tbody tr:nth-child(2n) {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.9), rgba(30, 64, 175, 0.25));
}

.top15-table tbody tr:nth-child(2n + 1) {
    background: rgba(15, 23, 42, 0.95);
}

.top15-table tbody tr:first-child td {
    border-top: 1px solid rgba(37, 99, 235, 0.7);
}

.top15-table tbody tr:hover {
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.16), rgba(15, 23, 42, 0.98));
}

.top15-table td:first-child {
    font-weight: 600;
    text-align: center;
}

.top15-table td:nth-child(2),
.top15-table td:nth-child(3) {
    text-align: center;
}

.top15-table td:nth-child(4) {
    font-weight: 500;
}

.top15-table-container::-webkit-scrollbar {
    height: 6px;
}

.top15-table-container::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.9);
}

.top15-table-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #22d3ee, #ec4899);
    border-radius: 999px;
}

.social-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 1.8rem;
    align-items: stretch;
}

.social-panel {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.social-icons-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.9rem;
}

.social-icon-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.9rem 0.6rem;
    border-radius: 1rem;
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.28), rgba(15, 23, 42, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e5e7eb;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.social-icon-tile i {
    font-size: 1.1rem;
}

.social-icon-tile:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.95);
    background: radial-gradient(circle at top left, rgba(96, 165, 250, 0.4), rgba(15, 23, 42, 0.98));
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.98);
}

.discord-panel .intro-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.discord-embed {
    margin-top: 1.1rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.8);
    background: rgba(15, 23, 42, 0.95);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.98);
}

.discord-embed iframe {
    width: 100%;
    height: 360px;
    display: block;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.intro-card {
    border-radius: 1.2rem;
    padding: 1.6rem 1.7rem;
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.28), rgba(15, 23, 42, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.75);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.95);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.intro-card:hover {
    transform: translateY(-4px);
    border-color: rgba(96, 165, 250, 0.9);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.98);
    background: radial-gradient(circle at top left, rgba(96, 165, 250, 0.35), rgba(15, 23, 42, 0.98));
}

.intro-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(129, 140, 248, 0.8);
    color: #a5b4fc;
    margin-bottom: 1rem;
}

.intro-icon i {
    font-size: 1.2rem;
}

.intro-card h2 {
    font-family: "Orbitron", system-ui, sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.intro-card p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #cbd5f5;
}

.site-footer {
    padding: 1.6rem 6vw 2.2rem;
    margin-top: auto;
    border-top: 1px solid rgba(148, 163, 184, 0.4);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: #9ca3af;
}

@keyframes pulseOuter {
    0% {
        transform: scale(0.96);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.03);
        opacity: 1;
    }
    100% {
        transform: scale(0.96);
        opacity: 0.6;
    }
}

@keyframes pulseInner {
    0% {
        transform: scale(0.85);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
    100% {
        transform: scale(0.85);
        opacity: 0.7;
    }
}

@keyframes equalize {
    0% {
        transform: scaleY(0.6);
    }
    100% {
        transform: scaleY(1.2);
    }
}

@media (max-width: 960px) {
    .site-header {
        padding-inline: 1.25rem;
    }

    .site-main {
        padding-inline: 1.25rem;
    }

    .site-footer {
        padding-inline: 1.25rem;
    }

    .banner {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 2.4rem;
    }

    .banner-visual {
        order: -1;
        margin-bottom: 1.5rem;
    }

    .nav-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 1.1rem;
    }

    .intro-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .top15-candidates-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .top15-candidates-note {
        text-align: left;
    }

    .top15-candidates-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .social-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .social-icons-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }

    .top-bar-right {
        flex-wrap: wrap;
        gap: 0.6rem;
    }

    .banner-meta {
        grid-template-columns: minmax(0, 1fr);
    }

    .intro-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .top15-candidates-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .social-icons-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }
}
