:root {
    --bg-color: #0b0f19;
    --text-main: #f8f9fa;
    --text-muted: #a0aec0;
    --accent-gx: #e11d48;
    --pointer-x: 50%;
    --pointer-y: 50%;
    --scroll-depth: 0px;
    
    --arg-glow: rgba(56, 189, 248, 0.4);
    --mu-glow: rgba(225, 29, 72, 0.4);
    --cs-glow: rgba(250, 204, 21, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-main);
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image:
        radial-gradient(circle at 20% 15%, rgba(56, 189, 248, 0.08), transparent 24%),
        radial-gradient(circle at 85% 18%, rgba(225, 29, 72, 0.08), transparent 26%);
}

.landing-shell::before {
    content: '';
    position: fixed;
    inset: -15vh -10vw auto;
    height: 40vh;
    background: radial-gradient(circle at center, rgba(255,255,255,0.04), transparent 60%);
    pointer-events: none;
    z-index: -2;
    transform: translateY(calc(var(--scroll-depth) * -0.12));
}

/* Custom Scrollbar Premium */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: rgba(11, 15, 25, 0.9);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 2px solid rgba(11, 15, 25, 0.9);
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Background Animation */
.background-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('assets/bg_nordic.png') center/cover no-repeat;
    z-index: -3;
    animation: zoomAmbient 30s infinite alternate ease-in-out;
    transform: translateY(calc(var(--scroll-depth) * -0.18));
}

.background-animation::before {
    content: '';
    position: absolute;
    inset: -12% -8%;
    background:
        radial-gradient(circle at 18% 24%, rgba(56, 189, 248, 0.18), transparent 24%),
        radial-gradient(circle at 76% 18%, rgba(225, 29, 72, 0.16), transparent 22%),
        radial-gradient(circle at 58% 70%, rgba(250, 204, 21, 0.10), transparent 18%);
    mix-blend-mode: screen;
    opacity: 1;
    animation: auroraDrift 14s ease-in-out infinite alternate;
}

.background-animation::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(11, 15, 25, 0.7), rgba(0, 0, 0, 0.9));
}

@keyframes zoomAmbient {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.particles {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 1;
    mix-blend-mode: screen;
}

.particles canvas {
    opacity: 1 !important;
    filter: drop-shadow(0 0 20px rgba(125, 211, 252, 0.28));
}

/* Main Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Header */
header {
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 2rem;
    animation: fadeInDown 1s ease-out;
    position: relative;
    padding: 2rem 1.5rem 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015)),
        radial-gradient(circle at top center, rgba(56, 189, 248, 0.12), transparent 40%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 24px 70px rgba(0,0,0,0.42);
    overflow: hidden;
}

header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.05), transparent);
    transform: translateX(-100%);
    animation: headerShimmer 10s ease-in-out infinite;
    pointer-events: none;
}

header::after {
    content: '';
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255,255,255,0.13), transparent 24%),
        radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.10), transparent 38%);
    opacity: 0.95;
    pointer-events: none;
}

.hero-ambient {
    position: absolute;
    border-radius: 999px;
    filter: blur(22px);
    opacity: 0.35;
    pointer-events: none;
}

.hero-ambient-a {
    width: 180px;
    height: 180px;
    top: -30px;
    left: -10px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 70%);
    animation: floatOrb 9s ease-in-out infinite;
}

.hero-ambient-b {
    width: 220px;
    height: 220px;
    right: -30px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(225, 29, 72, 0.25), transparent 72%);
    animation: floatOrb 11s ease-in-out infinite reverse;
}

.eyebrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: rgba(248, 249, 250, 0.82);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    animation: fadeInDown 0.9s ease-out;
}

.glow-title {
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #f8f9fa 0%, #cbd5e1 50%, #64748b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 15px rgba(255,255,255,0.1));
}

.glow-title span {
    background: linear-gradient(135deg, #ff4b72 0%, #e11d48 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px rgba(225,29,72,0.6));
    animation: neonPulse 2s infinite alternate;
}

.subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-top: 1rem;
    font-weight: 300;
    animation: fadeInDown 1.1s ease-out;
}

.header-highlights {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.header-highlights span {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: rgba(248, 249, 250, 0.72);
    font-size: 0.82rem;
    font-weight: 500;
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.header-highlights span:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.16);
}

.modal-downloads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.9rem;
}

.modal-downloads a {
    padding: 0.62rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    color: #f8f9fa;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 800;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.modal-downloads a:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 29, 72, 0.48);
    background: rgba(225, 29, 72, 0.18);
}

/* Servers Grid */
.servers-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    perspective: 1000px;
}

/* Cards */
.server-card {
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    outline: none;
    animation: fadeIn 1s ease-out backwards;
    flex: 1 1 280px;
    max-width: 350px;
    will-change: transform;
}

.js-motion .reveal-card {
    opacity: 0;
    transform: translateY(34px) scale(0.975);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-motion .reveal-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.server-card:focus-visible {
    outline: none;
}

.server-card:focus-visible .card-inner,
.discord-btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.35), 0 20px 40px rgba(0,0,0,0.35);
}

.server-card:nth-child(1) { animation-delay: 0.2s; }
.server-card:nth-child(2) { animation-delay: 0.4s; }
.server-card:nth-child(3) { animation-delay: 0.6s; }
.server-card:nth-child(4) { animation-delay: 0.8s; }

.server-card.argentum .card-inner {
    animation: cardFloat 5.4s ease-in-out 0.8s infinite;
}

.server-card.mu .card-inner {
    animation: cardFloat 6.1s ease-in-out 1.3s infinite;
}

.server-card.cs .card-inner {
    animation: cardFloat 5.8s ease-in-out 1.8s infinite;
}

.server-card.coming-soon .card-inner {
    animation: cardFloat 6.6s ease-in-out 2.1s infinite;
}

.card-inner {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.card-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle 350px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255,255,255,0.1), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,0.05), transparent 40%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.server-card:hover .card-inner::before {
    opacity: 1;
}

.card-inner::after {
    content: '';
    position: absolute;
    inset: auto 18px 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
    opacity: 0.65;
}

.card-inner .logo-container::after {
    content: '';
    position: absolute;
    inset: 10% 18%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 68%);
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.45s ease, transform 0.45s ease;
    pointer-events: none;
}

/* Card Hover States */
.server-card:hover {
    transform: translateY(-22px) scale(1.045);
}

.server-card:hover .card-inner {
    transform: translateY(-8px) scale(1.02);
}

.server-card.argentum:hover .card-inner {
    border-color: rgba(56, 189, 248, 0.3);
    box-shadow: 0 20px 40px var(--arg-glow);
}

.server-card.mu:hover .card-inner {
    border-color: rgba(225, 29, 72, 0.3);
    box-shadow: 0 20px 40px var(--mu-glow);
}

.server-card.cs:hover .card-inner {
    border-color: rgba(250, 204, 21, 0.3);
    box-shadow: 0 20px 40px var(--cs-glow);
}

.server-card:hover .logo-container::after {
    opacity: 1;
    transform: scale(1.05);
}

/* Logos */
.logo-container {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    transition: transform 0.5s ease;
}

.logo-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 20px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.5));
    transition: filter 0.3s;
}

.server-card:hover .logo-container {
    transform: translateZ(30px) scale(1.1);
}

/* Specific Glows for Logos on Hover */
.server-card.argentum:hover img { filter: drop-shadow(0 0 20px #38bdf8); }
.server-card.mu:hover img { filter: drop-shadow(0 0 20px #e11d48); }
.server-card.cs:hover img { filter: drop-shadow(0 0 20px #facc15); }

/* Card Content Layout */
.card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.status-pill.online { color: #4ade80; border: 1px solid rgba(74,222,128,0.2); }
.status-pill.dev { color: #facc15; border: 1px solid rgba(250,204,21,0.2); }
.status-pill.online {
    animation: onlinePulse 2.8s ease-in-out infinite;
}
.status-pill .dot {
    width: 8px; height: 8px;
    border-radius: 50%;
}
.status-pill.online .dot { background: #4ade80; box-shadow: 0 0 10px #4ade80; }
.status-pill.dev .dot { background: #facc15; box-shadow: 0 0 10px #facc15; }

/* Typography inside card */
.card-inner h2 {
    font-size: 1.75rem;
    font-weight: 700;
}

.card-inner p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.card-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: auto;
}

/* Play Button */
.play-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-weight: 500;
    color: white;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
}

.play-btn::before {
    content: '';
    position: absolute;
    inset: -20% auto -20% -140%;
    width: 55%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
    transition: left 0.6s ease;
}

.server-card:hover .play-btn {
    background: white;
    color: var(--bg-color);
}

.server-card:hover .play-btn::before {
    left: 165%;
}

.server-card.argentum:hover .play-btn { background: #38bdf8; border-color: #38bdf8; color: #000; }
.server-card.mu:hover .play-btn { background: #e11d48; border-color: #e11d48; }
.server-card.cs:hover .play-btn { background: #facc15; border-color: #facc15; color: #000; }

/* Coming Soon Card */
.server-card.coming-soon {
    cursor: default;
}
.server-card.is-disabled {
    cursor: default;
}
.server-card.is-disabled:hover .play-btn {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: white;
}
.server-card.coming-soon:hover {
    transform: none;
}
.server-card.is-disabled:hover {
    transform: none;
}
.server-card.coming-soon .card-inner {
    opacity: 0.6;
    border-style: dashed;
}
.server-card.is-disabled .card-inner {
    opacity: 0.86;
}
.empty-logo {
    background: rgba(255, 255, 255, 0.05);
    font-size: 4rem;
    color: var(--text-muted);
    border: 2px dashed rgba(255,255,255,0.1);
}

.noscript-note {
    margin: 0 auto 1.75rem;
    max-width: 720px;
    border: 1px solid rgba(250, 204, 21, 0.2);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    background: rgba(250, 204, 21, 0.08);
    color: rgba(248, 249, 250, 0.88);
    text-align: center;
}

/* Footer */
footer {
    text-align: center;
    margin-top: 4rem;
    padding: 2rem 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.js-motion footer {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-motion footer.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Keyframes */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes headerShimmer {
    0%, 100% { transform: translateX(-100%); opacity: 0; }
    12% { opacity: 1; }
    45% { transform: translateX(100%); opacity: 0.8; }
    100% { opacity: 0; }
}

@keyframes auroraDrift {
    0% {
        transform: translate3d(-3%, 0, 0) scale(1);
        opacity: 0.55;
    }
    50% {
        transform: translate3d(3%, -2%, 0) scale(1.08);
        opacity: 1;
    }
    100% {
        transform: translate3d(6%, 3%, 0) scale(1.12);
        opacity: 0.65;
    }
}

@keyframes floatOrb {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(12px, -18px, 0) scale(1.06); }
}

@keyframes cardFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotateZ(0deg);
    }
    50% {
        transform: translate3d(0, -14px, 0) rotateZ(0.85deg) scale(1.012);
    }
}

@keyframes onlinePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.08); }
    50% { box-shadow: 0 0 0 10px rgba(74, 222, 128, 0); }
}

@keyframes neonPulse {
    0% { filter: drop-shadow(0 0 15px rgba(225,29,72,0.4)); }
    100% { filter: drop-shadow(0 0 30px rgba(225,29,72,0.8)); }
}

@keyframes splashPulse {
    0%, 100% { filter: drop-shadow(0 0 10px rgba(225,29,72,0.2)) scale(1); }
    50% { filter: drop-shadow(0 0 30px rgba(225,29,72,0.8)) scale(1.05); }
}

/* Discord Button */
.header-actions {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.discord-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1.5rem;
    background: #5865F2; /* Official Discord color */
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(88, 101, 242, 0.3);
    position: relative;
    overflow: hidden;
}

.discord-btn::before {
    content: '';
    position: absolute;
    inset: -30% auto -30% -120%;
    width: 45%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    transition: left 0.75s ease;
}

.discord-btn:hover {
    background: #4752C4;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.5);
}

.discord-btn:hover::before {
    left: 150%;
}

.discord-icon {
    width: 24px;
    height: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    .glow-title { font-size: 2.5rem; }
    .container { padding: 1rem; }
    .servers-grid { gap: 1rem; }
    header { padding: 1.5rem 1rem 2rem; }
    .header-highlights { gap: 0.5rem; }
    .header-highlights span { font-size: 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .background-animation,
    .background-animation::before,
    header::before,
    header::after,
    .server-card,
    .server-card .card-inner,
    .server-card:hover,
    .server-card:hover .logo-container,
    .hero-ambient {
        animation: none !important;
        transform: none !important;
    }

    .reveal-card,
    footer {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Splash Screen */
#splash-screen {
    position: fixed;
    inset: 0;
    background: var(--bg-color);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}
#splash-screen.hidden {
    opacity: 0;
    visibility: hidden;
}
.splash-logo {
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    animation: splashPulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    background: linear-gradient(135deg, #f8f9fa 0%, #64748b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.splash-logo span {
    background: linear-gradient(135deg, #ff4b72 0%, #e11d48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Modals */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 15, 25, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}
.modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}
.modal-content.glass-panel {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: scale(0.9) translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}
.modal-overlay.active .modal-content {
    transform: scale(1) translateY(0);
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s;
}
.modal-close:hover {
    color: white;
}
.modal-body h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modal-badges {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.modal-badges span {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    font-weight: 500;
}
.modal-body p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}
.discord-btn.small {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
}

/* Custom Trailing Cursor */
body.custom-cursor-active,
body.custom-cursor-active * {
    cursor: none !important;
}

#cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10001;
    opacity: 0;
    transition: opacity 0.3s;
}

#cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, border-color 0.3s, width 0.3s, height 0.3s;
}

body.custom-cursor-active #cursor-dot,
body.custom-cursor-active #cursor-ring {
    opacity: 1;
}

#cursor-ring.active-hover {
    background: rgba(255, 255, 255, 0.05);
    width: 45px;
    height: 45px;
    border-color: rgba(255, 255, 255, 0.9);
}
