/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* BODY */
body {
    background-color: #000;
    background-image:
        radial-gradient(circle at 12% 14%, rgba(255, 102, 26, 0.2), transparent 36%),
        radial-gradient(circle at 84% 8%, rgba(255, 46, 0, 0.22), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(22, 163, 255, 0.15), transparent 44%),
        linear-gradient(180deg, #020202 0%, #050505 42%, #0a0a0a 100%);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    transition: background 0.4s, color 0.4s;
}

.content-bento {
    width: min(1300px, calc(100% - 26px));
    margin: 22px auto 28px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: 18px;
    align-items: start;
}

.content-bento > * {
    width: 100%;
    margin: 0;
}

.panel-card {
    position: relative;
    overflow: hidden;
}

.panel-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: -88px;
    right: -62px;
    background: radial-gradient(circle, rgba(255, 122, 26, 0.25) 0%, rgba(255, 122, 26, 0) 72%);
    pointer-events: none;
}

.panel-stream {
    grid-column: 1;
    grid-row: 1 / span 3;
}

.panel-links {
    grid-column: 2;
    grid-row: 1;
}

.panel-connect {
    grid-column: 2;
    grid-row: 2;
}

.panel-connect-follow {
    grid-column: 2;
    grid-row: 3;
}

.streaming-updates-section {
    grid-column: 2;
    grid-row: 4;
    padding: 18px;
    border: 1px solid #ff7a1a;
    border-radius: 12px;
    background: linear-gradient(155deg, rgba(255, 122, 26, 0.14), rgba(20, 20, 20, 0.95) 50%, rgba(8, 125, 208, 0.15));
    box-shadow: 0 0 16px rgba(255, 122, 26, 0.22);
}

.streaming-updates-section h3 {
    color: #ff9b5c;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.streaming-updates-section > p {
    color: #f3f3f3;
    line-height: 1.55;
    margin-bottom: 12px;
}

.updates-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.update-card {
    padding: 12px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 122, 26, 0.36);
}

.update-card h4 {
    margin: 4px 0 6px;
    font-size: 1rem;
    color: #fff4eb;
}

.update-card p {
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.45;
    color: #ffd9bc;
}

.update-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 122, 26, 0.55);
    background: rgba(255, 122, 26, 0.18);
    color: #ffbe8d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 8px;
}

.update-tag-live {
    color: #c8ffd6;
    border-color: rgba(62, 230, 112, 0.75);
    background: rgba(62, 230, 112, 0.22);
    box-shadow: 0 0 10px rgba(62, 230, 112, 0.28);
    animation: liveBadgePulse 1.5s ease-in-out infinite;
}

.update-tag-soon {
    color: #d9f3ff;
    border-color: rgba(95, 204, 255, 0.65);
    background: rgba(95, 204, 255, 0.2);
}

@keyframes liveBadgePulse {
    0% { box-shadow: 0 0 6px rgba(62, 230, 112, 0.2); }
    50% { box-shadow: 0 0 14px rgba(62, 230, 112, 0.48); }
    100% { box-shadow: 0 0 6px rgba(62, 230, 112, 0.2); }
}

.panel-vote {
    grid-column: 1;
}

.panel-bio {
    grid-column: 2;
}

.panel-support {
    grid-column: 1;
}

.panel-contact {
    grid-column: 2;
}

.panel-wide {
    grid-column: 1 / -1;
}

/* DARK MODE */
body.dark {
    background-color: #111;
    color: #e0e0e0;
}

/* DARK MODE BUTTON */
.dark-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 10px 18px;
    background: #ff4a00;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 0 12px rgba(255, 80, 0, 0.7);
    transition: 0.3s;
    z-index: 999;
}

.dark-toggle:hover {
    box-shadow: 0 0 20px rgba(255, 120, 0, 1);
}

/* -----------------------------------------
   BANNER — FULL WIDTH, NO CROPPING
------------------------------------------ */
.banner-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.giveaway-promo {
    width: min(100%, 900px);
    margin: 18px auto 0;
    text-align: center;
}

.giveaway-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: #18a8ff;
    text-decoration: none;
    text-shadow: 0 0 8px rgba(24, 168, 255, 0.85), 0 0 24px rgba(24, 168, 255, 0.65);
}

.giveaway-title {
    font-size: clamp(2.8rem, 8vw, 6rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 0.95;
    animation: giveawayFlash 1.1s steps(2, jump-none) infinite;
}

.giveaway-subtitle {
    margin-top: 10px;
    font-size: clamp(0.9rem, 2vw, 1.25rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

@keyframes giveawayFlash {
    0%, 42% { opacity: 1; }
    43%, 62% { opacity: 0.25; }
    63%, 100% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .giveaway-title {
        animation: none;
    }
}

@keyframes bannerGlow {
    from { box-shadow: 0 0 15px rgba(255, 80, 0, 0.4); }
    to   { box-shadow: 0 0 35px rgba(255, 120, 0, 0.9); }
}

@keyframes bannerGlow {
    from { box-shadow: 0 0 15px rgba(255, 80, 0, 0.4); }
    to   { box-shadow: 0 0 35px rgba(255, 120, 0, 0.9); }
}

/* MAIN TITLE */
.main-title {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-size: 2.4rem;
}

/* BIO SECTION */
.live-banner {
    width: min(100%, 900px);
    margin: 14px auto 0;
    padding: 10px 0;
    overflow: hidden;
    background: rgba(255, 122, 26, 0.16);
    border: 1px solid #ff7a1a;
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(255, 122, 26, 0.25);
    white-space: nowrap;
}

.live-banner-track {
        display: flex;
        align-items: center;
        width: max-content;
        white-space: nowrap;
        will-change: transform;
        transform: translate3d(0, 0, 0);
        animation: marquee 18s linear infinite;
        backface-visibility: hidden;
    }

    .live-banner-item {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
        margin-right: 24px;
    text-transform: uppercase;
}

.live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff3b30;
    box-shadow: 0 0 8px #ff3b30;
    animation: pulse 1.2s infinite;
}

.live-dot.live-on {
    background: #2ecc71;
    box-shadow: 0 0 12px #2ecc71;
}

.tiktok-live-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tiktok-live-copy {
    color: #f3f3f3;
    text-align: center;
    font-size: 0.95rem;
}

.tiktok-live-button {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ff2d55;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(255, 45, 85, 0.4);
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.bio-section {
    width: min(100%, 900px);
    margin: 20px auto 0;
    padding: 22px 24px;
    text-align: center;
    background: rgba(26, 26, 26, 0.9);
    border: 1px solid #ff7a1a;
    border-radius: 12px;
    box-shadow: 0 0 18px rgba(255, 122, 26, 0.25);
}

.bio-content {
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: left;
}

.bio-image {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ff7a1a;
    box-shadow: 0 0 14px rgba(255, 122, 26, 0.3);
    flex-shrink: 0;
}

.bio-section h2 {
    margin-bottom: 10px;
    color: #ff9b5c;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bio-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #f3f3f3;
}

@media (max-width: 768px) {
    .bio-content {
        flex-direction: column;
        text-align: center;
    }
}

.support-section {
    width: min(100%, 900px);
    margin: 16px auto 0;
    padding: 20px 24px;
    text-align: center;
    background: rgba(20, 20, 20, 0.9);
    border: 1px solid #ff7a1a;
    border-radius: 12px;
    box-shadow: 0 0 16px rgba(255, 122, 26, 0.2);
}

.giveaway-heading {
    margin: 0 0 14px;
    color: #18a8ff;
    font-size: clamp(1.8rem, 5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 0 0 8px rgba(24, 168, 255, 0.85), 0 0 24px rgba(24, 168, 255, 0.65);
}

.support-section h3 {
    margin-bottom: 10px;
    color: #ff9b5c;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.support-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #f3f3f3;
    margin-bottom: 14px;
}

.giveaway-entry-link {
    display: inline-block;
    margin: 2px 0 16px;
    color: #18a8ff;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.giveaway-entry-form {
    width: min(100%, 560px);
    margin: 0 auto 18px;
    text-align: left;
}

.giveaway-entry-form label {
    display: block;
    margin-bottom: 6px;
    color: #d9efff;
    font-weight: 700;
}

.giveaway-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.giveaway-input-row > span {
    color: #18a8ff;
    font-size: 1.15rem;
    font-weight: 800;
}

.giveaway-input-row input {
    min-width: 0;
    flex: 1;
    padding: 10px 12px;
    border: 1px solid rgba(24, 168, 255, 0.65);
    border-radius: 8px;
    background: #090909;
    color: #fff;
    font: inherit;
}

.giveaway-input-row button {
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    background: #18a8ff;
    color: #00111c;
    font-weight: 800;
    cursor: pointer;
}

.entry-message {
    min-height: 1.4em;
    margin: 8px 0 0;
    font-size: 0.95rem;
}

.entry-message.error { color: #ff997f; }
.entry-message.success { color: #a8ffc8; }

.support-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #ff7a1a;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0 12px rgba(255, 122, 26, 0.35);
}

.support-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 16px rgba(255, 122, 26, 0.6);
}

.games-image-link {
    display: block;
    padding: 0;
    background: transparent;
    border-radius: 12px;
    box-shadow: none;
    margin-left: 0;
    line-height: 0;
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
    text-decoration: none;
    position: relative;
    isolation: isolate;
}

.games-image-link:hover {
    box-shadow: none;
}

.games-link-image {
    display: block;
    width: 360px;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: none;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.4));
    transition: transform 0.25s ease, filter 0.25s ease;
    position: relative;
    z-index: 2;
}

.light-canvas {
    position: absolute;
    inset: -28px;
    width: calc(100% + 56px);
    height: calc(100% + 56px);
    pointer-events: none;
    z-index: 1;
}

.games-cta-section {
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 8px 0;
    width: min(100%, 1200px);
    margin: 16px auto 0;
}

.games-cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
}

.games-cta-copy {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.games-cta-text {
    margin: 0;
    font-size: clamp(1.4rem, 2.4vw, 2.05rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #8bf5ff;
    text-shadow: 0 0 8px rgba(72, 232, 255, 0.9), 0 0 20px rgba(72, 232, 255, 0.8), 0 0 30px rgba(72, 232, 255, 0.35);
}

.lightning-arrow {
    position: relative;
    width: clamp(84px, 13vw, 150px);
    height: 8px;
    background: repeating-linear-gradient(120deg, #8bf5ff 0 10px, #1cd6ff 10px 18px, #c1ffff 18px 24px);
    clip-path: polygon(0 48%, 12% 8%, 25% 57%, 38% 12%, 52% 56%, 66% 18%, 80% 56%, 95% 31%, 100% 50%, 95% 69%, 80% 44%, 66% 82%, 52% 44%, 38% 87%, 25% 43%, 12% 92%, 0 52%);
    box-shadow: 0 0 10px rgba(95, 244, 255, 0.95), 0 0 18px rgba(95, 244, 255, 0.45);
}

.lightning-arrow::after {
    content: "";
    position: absolute;
    right: -18px;
    top: -7px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #8bf5ff;
    filter: drop-shadow(0 0 7px rgba(95, 244, 255, 0.9));
}

.games-image-link:hover .games-link-image {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 10px rgba(90, 220, 255, 0.5)) drop-shadow(0 0 16px rgba(90, 220, 255, 0.35));
}

@media (max-width: 860px) {
    .games-cta-content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 16px;
    }

    .games-cta-copy {
        width: 100%;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .games-link-image {
        max-width: min(100%, 420px);
    }
}

.contact-section {
    width: min(100%, 900px);
    margin: 16px auto 30px;
    padding: 20px 24px;
    text-align: center;
    background: rgba(20, 20, 20, 0.9);
    border: 1px solid #ff7a1a;
    border-radius: 12px;
    box-shadow: 0 0 16px rgba(255, 122, 26, 0.2);
}

.contact-section h3 {
    margin-bottom: 10px;
    color: #ff9b5c;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contact-link {
    color: #fff4eb;
    font-weight: bold;
    text-decoration: none;
}

.contact-link:hover {
    color: #ff9b5c;
}

    .vote-section {
        width: min(100%, 900px);
        margin: 16px auto 0;
        padding: 20px 24px;
        background: rgba(20, 20, 20, 0.92);
        border: 1px solid #ff7a1a;
        border-radius: 12px;
        box-shadow: 0 0 18px rgba(255, 122, 26, 0.22);
    }

    .vote-section h3 {
        margin-bottom: 10px;
        color: #ff9b5c;
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .vote-section p {
        color: #f3f3f3;
        margin-bottom: 16px;
        line-height: 1.6;
    }

    .vote-form {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .vote-fieldset {
        border: none;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 10px;
    }

    .vote-legend {
        font-size: 1rem;
        font-weight: bold;
        color: #fff4eb;
        margin-bottom: 8px;
    }

    .vote-option {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        background: #141414;
        border-radius: 10px;
        border: 1px solid rgba(255, 122, 26, 0.25);
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease;
    }

    .vote-option:hover {
        background: rgba(255, 122, 26, 0.08);
        border-color: #ff7a1a;
    }

    .vote-option input {
        accent-color: #ff7a1a;
    }

    .vote-button {
        width: min(220px, 100%);
        padding: 12px 18px;
        border: none;
        border-radius: 999px;
        background: #ff7a1a;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 0 12px rgba(255, 122, 26, 0.35);
    }

    .vote-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 0 18px rgba(255, 122, 26, 0.6);
    }

    .vote-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

    .vote-message {
        min-height: 1.5em;
        color: #fff4eb;
        font-size: 0.98rem;
    }

    .vote-results {
        margin-top: 18px;
        display: grid;
        gap: 12px;
    }

    .vote-results-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 10px;
    }

    .vote-results-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 14px;
        background: #111;
        border: 1px solid rgba(255, 122, 26, 0.35);
        border-radius: 10px;
    }

    .vote-results-list li.selected-vote {
        background: rgba(255, 122, 26, 0.16);
        border-color: #ff7a1a;
    }

    .vote-results-note {
        color: #ffcb90;
        font-size: 0.95rem;
    }

    @media (max-width: 768px) {
        .vote-form {
            gap: 12px;
        }

        .vote-option {
            padding: 10px 12px;
        }
    }

/* MAIN STREAM CONTAINER — LARGE YOUTUBE WINDOW */
.main-stream-container {
    width: 100%;
    max-width: 1200px;
    margin: 24px auto;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.content-bento .main-stream-container {
    max-width: none;
    margin: 0;
    padding: 0;
}

.content-bento .fire-frame {
    width: 100%;
}

.fire-frame {
    width: min(100%, 760px);
    padding: 8px;
    border-radius: 12px;
    transition: box-shadow 0.4s ease, background 0.4s ease;
}

.fire-frame.offline {
    background: radial-gradient(circle at center,
        rgba(255, 140, 0, 0.35),
        rgba(255, 90, 0, 0.25),
        rgba(0, 0, 0, 0.9)
    );
    box-shadow:
        0 0 20px rgba(255, 120, 0, 0.7),
        0 0 40px rgba(255, 80, 0, 0.5),
        inset 0 0 25px rgba(255, 150, 0, 0.4);
    animation: emberPulse 3s ease-in-out infinite;
}

@keyframes emberPulse {
    0% {
        box-shadow:
            0 0 15px rgba(255, 120, 0, 0.6),
            0 0 30px rgba(255, 80, 0, 0.4),
            inset 0 0 20px rgba(255, 150, 0, 0.3);
    }
    50% {
        box-shadow:
            0 0 30px rgba(255, 160, 0, 0.9),
            0 0 60px rgba(255, 100, 0, 0.7),
            inset 0 0 35px rgba(255, 180, 0, 0.5);
    }
    100% {
        box-shadow:
            0 0 15px rgba(255, 120, 0, 0.6),
            0 0 30px rgba(255, 80, 0, 0.4),
            inset 0 0 20px rgba(255, 150, 0, 0.3);
    }
}

.fire-frame.live {
    background: radial-gradient(circle at center,
        rgba(255, 40, 0, 0.45),
        rgba(255, 0, 0, 0.35),
        rgba(0, 0, 0, 0.9)
    );
    box-shadow:
        0 0 25px rgba(255, 0, 0, 0.8),
        0 0 70px rgba(255, 0, 0, 0.6),
        inset 0 0 40px rgba(255, 60, 0, 0.5);
    animation: livePulse 1.8s ease-in-out infinite;
}

@keyframes livePulse {
    0% {
        box-shadow:
            0 0 20px rgba(255, 0, 0, 0.7),
            0 0 50px rgba(255, 0, 0, 0.5),
            inset 0 0 30px rgba(255, 40, 0, 0.4);
    }
    50% {
        box-shadow:
            0 0 40px rgba(255, 60, 0, 1),
            0 0 90px rgba(255, 20, 0, 0.8),
            inset 0 0 55px rgba(255, 80, 0, 0.6);
    }
    100% {
        box-shadow:
            0 0 20px rgba(255, 0, 0, 0.7),
            0 0 50px rgba(255, 0, 0, 0.5),
            inset 0 0 30px rgba(255, 40, 0, 0.4);
    }
}

.youtube-stream-window {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1a1a1a;
    border: 1px solid #ff7a1a;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 122, 26, 0.3);
}

.youtube-stream-window img,
.youtube-stream-window iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* STREAMING LINKS SECTION */
.streaming-links-section {
    width: min(100%, 900px);
    margin: 24px auto 30px;
    text-align: center;
    padding: 20px;
}

.content-bento .streaming-links-section {
    padding: 16px;
}

.streaming-links-label {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 18px;
    color: #ff7a1a;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.connect-links-section {
    padding: 16px;
    border: 1px solid rgba(255, 122, 26, 0.55);
    border-radius: 12px;
    background: linear-gradient(155deg, rgba(255, 122, 26, 0.1), rgba(20, 20, 20, 0.94) 55%, rgba(80, 180, 255, 0.1));
    box-shadow: 0 0 14px rgba(255, 122, 26, 0.2);
    text-align: center;
}

.connect-links-label {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffbe8d;
}

.connect-follow-row {
    display: grid;
    grid-template-columns: minmax(0, 225fr) minmax(0, 256fr);
    max-width: 493px;
    justify-self: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: -2px;
}

.connect-follow-row .streaming-link-btn {
    width: 100%;
}

.streaming-links-buttons-extra {
    margin-top: 10px;
}

.discord-promo {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.discord-coming-soon {
    position: relative;
    isolation: isolate;
    color: #ff9d2e;
    background: linear-gradient(to bottom, #fff8bf 0%, #ffc342 38%, #ff7417 70%, #d92500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
    text-shadow:
        0 -1px 2px rgba(255, 244, 170, 0.95),
        0 0 5px #ff9a19,
        0 2px 9px #ff4d00,
        0 4px 15px rgba(130, 18, 0, 0.9);
    animation: discordFireFlicker 1.35s steps(1, end) infinite;
}

.discord-coming-soon::before {
    content: "";
    position: absolute;
    inset: -9px 8px 1px;
    z-index: -1;
    background:
        radial-gradient(ellipse at 18% 78%, rgba(88, 68, 59, 0.72), transparent 34%),
        radial-gradient(ellipse at 48% 62%, rgba(63, 54, 51, 0.62), transparent 37%),
        radial-gradient(ellipse at 78% 74%, rgba(91, 69, 58, 0.68), transparent 33%);
    filter: blur(4px);
    animation: discordSmokeRise 2.8s ease-out infinite;
}

.discord-coming-soon::after {
    content: "";
    position: absolute;
    inset: -10px 4px 4px;
    z-index: -1;
    background:
        radial-gradient(circle, #fff2a3 0 1px, #ff7a00 1.5px, transparent 2.5px) 8% 80% / 5px 5px no-repeat,
        radial-gradient(circle, #ffd34d 0 1px, #e93600 1.5px, transparent 2.5px) 31% 65% / 5px 5px no-repeat,
        radial-gradient(circle, #fff2a3 0 1px, #ff6500 1.5px, transparent 2.5px) 61% 85% / 5px 5px no-repeat,
        radial-gradient(circle, #ffd34d 0 1px, #d92b00 1.5px, transparent 2.5px) 90% 72% / 5px 5px no-repeat;
    filter: drop-shadow(0 0 3px #ff4d00);
    animation: discordEmbersRise 1.8s ease-out infinite;
}

@keyframes discordFireFlicker {
    0%, 18%, 22%, 64%, 68%, 100% { opacity: 1; filter: brightness(1.18) saturate(1.15); }
    20%, 66% { opacity: 0.82; filter: brightness(0.88) saturate(1.3); }
    42% { opacity: 0.94; filter: brightness(1.42) saturate(1.08); }
    84% { opacity: 0.88; filter: brightness(1) saturate(1.35); }
}

@keyframes discordSmokeRise {
    0% { transform: translateY(0) scaleX(1); opacity: 0.5; }
    55% { opacity: 0.28; }
    100% { transform: translateY(-7px) scaleX(1.06); opacity: 0; }
}

@keyframes discordEmbersRise {
    0% { transform: translateY(4px) scale(0.75); opacity: 0; }
    22% { opacity: 1; }
    75% { opacity: 0.65; }
    100% { transform: translateY(-9px) scale(1.05); opacity: 0; }
}

.streaming-links-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.streaming-link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    max-width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.streaming-link-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.08) drop-shadow(0 0 10px rgba(255, 255, 255, 0.28));
}

.streaming-link-btn img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.youtube-link {
    position: relative;
    isolation: isolate;
}

.youtube-link img {
    position: relative;
    z-index: 2;
}

.youtube-link::before,
.youtube-link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.youtube-link::before {
    inset: -8% -5%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(255, 210, 45, 0.72) 0 24%, rgba(255, 77, 0, 0.62) 42%, rgba(188, 0, 0, 0) 72%);
    filter: blur(9px);
}

.youtube-link::after {
    inset: -25% -4% -8%;
    z-index: 1;
    background:
        radial-gradient(circle at 8% 76%, #fff08a 0 2%, #ff7a00 2.8%, transparent 4.2%),
        radial-gradient(circle at 19% 42%, #ffd83d 0 1.7%, #ff4300 2.6%, transparent 3.9%),
        radial-gradient(circle at 31% 68%, #fff5a0 0 2%, #ff6900 2.9%, transparent 4.3%),
        radial-gradient(circle at 44% 29%, #ffdc45 0 1.6%, #ef2600 2.5%, transparent 3.8%),
        radial-gradient(circle at 58% 72%, #fff08a 0 1.9%, #ff7a00 2.7%, transparent 4.1%),
        radial-gradient(circle at 70% 39%, #ffd83d 0 1.8%, #ff4300 2.6%, transparent 4%),
        radial-gradient(circle at 83% 66%, #fff5a0 0 2%, #ff6900 2.9%, transparent 4.3%),
        radial-gradient(circle at 94% 32%, #ffdc45 0 1.6%, #ef2600 2.5%, transparent 3.8%);
    filter: saturate(1.3) drop-shadow(0 0 4px rgba(255, 72, 0, 0.9));
    will-change: transform, opacity;
}

.youtube-link:is(:hover, :focus-visible)::before {
    opacity: 1;
    animation: youtubeHeatAura 1.8s ease-in-out infinite alternate;
}

.youtube-link:is(:hover, :focus-visible)::after {
    opacity: 1;
    animation: youtubeEmbers 2.2s linear infinite;
}

.youtube-link:is(:hover, :focus-visible) img {
    filter: drop-shadow(0 0 6px rgba(255, 215, 70, 0.75)) drop-shadow(0 0 14px rgba(255, 50, 0, 0.8));
}

@keyframes youtubeHeatAura {
    from { transform: scale(0.96); filter: blur(8px) brightness(0.92); }
    to { transform: scale(1.05); filter: blur(12px) brightness(1.18); }
}

@keyframes youtubeEmbers {
    0% { transform: translate3d(0, 12px, 0) scale(0.96); opacity: 0; }
    20% { transform: translate3d(1px, 0, 0) scale(0.98); opacity: 0.95; }
    50% { transform: translate3d(0, -17px, 0) scale(1.01); opacity: 0.78; }
    75% { transform: translate3d(-1px, -31px, 0) scale(1.03); opacity: 0.48; }
    100% { transform: translate3d(0, -46px, 0) scale(1.05); opacity: 0; }
}

.twitch-link {
    position: relative;
    isolation: isolate;
}

.twitch-link img {
    position: relative;
    z-index: 2;
}

.twitch-link::before,
.twitch-link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.twitch-link::before {
    inset: -9% -6%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(235, 190, 255, 0.78) 0 18%, rgba(171, 44, 255, 0.68) 38%, rgba(81, 15, 190, 0.44) 55%, transparent 74%);
    filter: blur(10px);
}

.twitch-link::after {
    inset: -25% -4% -8%;
    z-index: 1;
    background:
        radial-gradient(circle at 7% 68%, #ffffff 0 1.8%, #d878ff 2.7%, transparent 4.2%),
        radial-gradient(circle at 18% 35%, #f1d2ff 0 1.5%, #9d35ff 2.5%, transparent 3.9%),
        radial-gradient(circle at 30% 74%, #ffffff 0 1.9%, #d455ff 2.8%, transparent 4.3%),
        radial-gradient(circle at 43% 26%, #e8c5ff 0 1.5%, #7d2cff 2.4%, transparent 3.8%),
        radial-gradient(circle at 57% 66%, #ffffff 0 1.8%, #c83dff 2.7%, transparent 4.1%),
        radial-gradient(circle at 69% 38%, #edd0ff 0 1.6%, #8f32ff 2.5%, transparent 3.9%),
        radial-gradient(circle at 82% 72%, #ffffff 0 1.9%, #d455ff 2.8%, transparent 4.3%),
        radial-gradient(circle at 94% 30%, #e8c5ff 0 1.5%, #7628ee 2.4%, transparent 3.8%);
    filter: saturate(1.25) drop-shadow(0 0 5px rgba(177, 58, 255, 0.9));
    will-change: transform, opacity;
}

.twitch-link:is(:hover, :focus-visible)::before {
    opacity: 1;
    animation: twitchPlasmaAura 2s ease-in-out infinite alternate;
}

.twitch-link:is(:hover, :focus-visible)::after {
    opacity: 1;
    animation: twitchPlasmaParticles 2.4s linear infinite;
}

.twitch-link:is(:hover, :focus-visible) img {
    filter: drop-shadow(0 0 7px rgba(235, 190, 255, 0.82)) drop-shadow(0 0 16px rgba(153, 45, 255, 0.88));
}

@keyframes twitchPlasmaAura {
    from { transform: scale(0.97); filter: blur(9px) hue-rotate(-5deg) brightness(0.94); }
    to { transform: scale(1.055); filter: blur(13px) hue-rotate(8deg) brightness(1.2); }
}

@keyframes twitchPlasmaParticles {
    0% { transform: translate3d(0, 11px, 0) scale(0.96); opacity: 0; }
    20% { transform: translate3d(-1px, 0, 0) scale(0.98); opacity: 0.92; }
    50% { transform: translate3d(0, -17px, 0) scale(1.01); opacity: 0.76; }
    75% { transform: translate3d(1px, -31px, 0) scale(1.03); opacity: 0.46; }
    100% { transform: translate3d(0, -45px, 0) scale(1.05); opacity: 0; }
}

.tiktok-link {
    position: relative;
    isolation: isolate;
}

.tiktok-link img {
    position: relative;
    z-index: 2;
}

.tiktok-link::before,
.tiktok-link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tiktok-link::before {
    inset: -8% -5%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(161, 244, 255, 0.68) 0 18%, rgba(0, 174, 255, 0.52) 38%, rgba(0, 82, 255, 0.28) 55%, transparent 72%);
    filter: blur(9px);
}

.tiktok-link::after {
    inset: -12% -4%;
    z-index: 1;
    background:
        linear-gradient(112deg, transparent 42%, #dfffff 44% 47%, #13c8ff 49% 54%, transparent 56%) 2% 14% / 44px 28px no-repeat,
        linear-gradient(68deg, transparent 42%, #2bd5ff 44% 52%, transparent 54%) 15% 88% / 48px 24px no-repeat,
        linear-gradient(118deg, transparent 42%, #ffffff 44% 47%, #008cff 49% 54%, transparent 56%) 34% 4% / 50px 26px no-repeat,
        linear-gradient(64deg, transparent 42%, #1fc8ff 44% 52%, transparent 54%) 52% 94% / 48px 24px no-repeat,
        linear-gradient(114deg, transparent 42%, #e9ffff 44% 47%, #006eff 49% 54%, transparent 56%) 72% 7% / 50px 27px no-repeat,
        linear-gradient(66deg, transparent 42%, #29d7ff 44% 52%, transparent 54%) 88% 89% / 46px 24px no-repeat,
        linear-gradient(110deg, transparent 42%, #ffffff 44% 47%, #00a6ff 49% 54%, transparent 56%) 99% 18% / 40px 28px no-repeat;
    filter: drop-shadow(0 0 3px rgba(30, 207, 255, 0.98)) drop-shadow(0 0 7px rgba(0, 110, 255, 0.8));
    will-change: transform, opacity;
}

.tiktok-link:is(:hover, :focus-visible)::before {
    opacity: 1;
    animation: tiktokElectricAura 1.7s ease-in-out infinite alternate;
}

.tiktok-link:is(:hover, :focus-visible)::after {
    opacity: 1;
    animation: tiktokBlueArcs 0.9s steps(2, end) infinite;
}

.tiktok-link:is(:hover, :focus-visible) img {
    filter: drop-shadow(0 0 7px rgba(56, 220, 255, 0.88)) drop-shadow(0 0 14px rgba(0, 104, 255, 0.78));
}

@keyframes tiktokElectricAura {
    from { transform: scale(0.98); filter: blur(9px) brightness(0.92); }
    to { transform: scale(1.05); filter: blur(13px) brightness(1.2); }
}

@keyframes tiktokBlueArcs {
    0% { transform: translate3d(-1px, 0, 0) scale(1); opacity: 0.42; }
    25% { transform: translate3d(1px, -1px, 0) scale(1.008); opacity: 1; }
    50% { transform: translate3d(0, 1px, 0) scale(1.003); opacity: 0.58; }
    75% { transform: translate3d(-1px, -1px, 0) scale(1.01); opacity: 0.92; }
    100% { transform: translate3d(1px, 0, 0) scale(1); opacity: 0.48; }
}

.discord-link {
    position: relative;
    isolation: isolate;
}

.discord-link img {
    position: relative;
    z-index: 2;
}

.discord-link::before,
.discord-link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.discord-link::before {
    inset: -42% -12%;
    z-index: 0;
    background:
        radial-gradient(circle, transparent 0 34%, #61e8ff 36% 39%, transparent 41%) 7% 58% / 76px 76px no-repeat,
        radial-gradient(circle, transparent 0 34%, #ff5edb 36% 39%, transparent 41%) 52% 4% / 84px 84px no-repeat,
        radial-gradient(circle, transparent 0 34%, #ffe86b 36% 39%, transparent 41%) 96% 54% / 72px 72px no-repeat;
    filter: drop-shadow(0 0 4px rgba(97, 232, 255, 0.9));
    transform-origin: center;
    will-change: transform, opacity;
}

.discord-link::after {
    inset: -38% -10%;
    z-index: 1;
    background:
        radial-gradient(circle at 4% 62%, #ffffff 0 1.5%, #61e8ff 2.3%, transparent 3.5%),
        radial-gradient(circle at 13% 30%, #ffe86b 0 1.4%, #ff9f36 2.2%, transparent 3.4%),
        radial-gradient(circle at 23% 75%, #ffffff 0 1.4%, #ff5edb 2.2%, transparent 3.4%),
        radial-gradient(circle at 35% 18%, #ffffff 0 1.5%, #a56cff 2.3%, transparent 3.5%),
        radial-gradient(circle at 48% 66%, #fff4a8 0 1.4%, #ffe86b 2.2%, transparent 3.4%),
        radial-gradient(circle at 60% 22%, #ffffff 0 1.5%, #61e8ff 2.3%, transparent 3.5%),
        radial-gradient(circle at 72% 74%, #ffffff 0 1.4%, #ff5edb 2.2%, transparent 3.4%),
        radial-gradient(circle at 84% 28%, #fff4a8 0 1.4%, #ff9f36 2.2%, transparent 3.4%),
        radial-gradient(circle at 96% 62%, #ffffff 0 1.5%, #61e8ff 2.3%, transparent 3.5%);
    filter: saturate(1.25) drop-shadow(0 0 4px rgba(132, 112, 255, 0.88));
    will-change: transform, opacity;
}

.discord-link:is(:hover, :focus-visible)::before {
    opacity: 1;
    animation: discordFireworkRings 1.8s ease-out infinite;
}

.discord-link:is(:hover, :focus-visible)::after {
    opacity: 1;
    animation: discordFireworkSparks 1.8s ease-out infinite;
}

.discord-link:is(:hover, :focus-visible) img {
    filter: drop-shadow(0 0 7px rgba(97, 232, 255, 0.82)) drop-shadow(0 0 15px rgba(132, 76, 255, 0.82));
}

@keyframes discordFireworkRings {
    0% { transform: scale(0.48); opacity: 0; }
    18% { opacity: 1; }
    72% { opacity: 0.72; }
    100% { transform: scale(1.18); opacity: 0; }
}

@keyframes discordFireworkSparks {
    0% { transform: scale(0.72); opacity: 0; }
    20% { opacity: 1; }
    68% { transform: scale(1.04); opacity: 0.72; }
    100% { transform: scale(1.22); opacity: 0; }
}

.x-link {
    position: relative;
    isolation: isolate;
}

.x-link img {
    position: relative;
    z-index: 2;
}

.x-link::before,
.x-link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.x-link::before {
    inset: -10% -5%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(235, 252, 255, 0.76) 0 18%, rgba(102, 213, 255, 0.48) 39%, rgba(37, 116, 205, 0.24) 57%, transparent 74%);
    filter: blur(10px);
}

.x-link::after {
    inset: -42% -6% -18%;
    z-index: 1;
    background:
        repeating-conic-gradient(from 0deg, #ffffff 0 3deg, transparent 3deg 60deg) 4% 12% / 15px 15px no-repeat,
        repeating-conic-gradient(from 0deg, #dff8ff 0 3deg, transparent 3deg 60deg) 17% 44% / 11px 11px no-repeat,
        repeating-conic-gradient(from 0deg, #ffffff 0 3deg, transparent 3deg 60deg) 31% 8% / 13px 13px no-repeat,
        repeating-conic-gradient(from 0deg, #c9f2ff 0 3deg, transparent 3deg 60deg) 45% 38% / 9px 9px no-repeat,
        repeating-conic-gradient(from 0deg, #ffffff 0 3deg, transparent 3deg 60deg) 58% 14% / 15px 15px no-repeat,
        repeating-conic-gradient(from 0deg, #dff8ff 0 3deg, transparent 3deg 60deg) 70% 48% / 11px 11px no-repeat,
        repeating-conic-gradient(from 0deg, #ffffff 0 3deg, transparent 3deg 60deg) 83% 7% / 13px 13px no-repeat,
        repeating-conic-gradient(from 0deg, #c9f2ff 0 3deg, transparent 3deg 60deg) 96% 40% / 10px 10px no-repeat;
    filter: drop-shadow(0 0 3px rgba(142, 225, 255, 0.95));
    will-change: transform, opacity;
}

.x-link:is(:hover, :focus-visible)::before {
    opacity: 1;
    animation: xFrostAura 2.4s ease-in-out infinite alternate;
}

.x-link:is(:hover, :focus-visible)::after {
    opacity: 1;
    animation: xSnowfall 3.2s linear infinite;
}

.x-link:is(:hover, :focus-visible) img {
    filter: drop-shadow(0 0 7px rgba(218, 249, 255, 0.86)) drop-shadow(0 0 15px rgba(64, 173, 255, 0.74));
}

.kick-link {
    position: relative;
    isolation: isolate;
}

.kick-link img {
    position: relative;
    z-index: 2;
}

.kick-link::before,
.kick-link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.kick-link::before {
    inset: -12% -6%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(191, 255, 125, 0.75) 0 20%, rgba(97, 255, 64, 0.56) 42%, rgba(20, 163, 54, 0.28) 59%, transparent 76%);
    filter: blur(10px);
    -webkit-mask: radial-gradient(ellipse at center, transparent 0 44%, #000 60%);
    mask: radial-gradient(ellipse at center, transparent 0 44%, #000 60%);
}

.kick-link::after {
    inset: -45% -6% -16%;
    z-index: 1;
    background:
        radial-gradient(circle at 8% 76%, #f4ffd0 0 2%, #a8ff68 2.8%, transparent 4.2%),
        radial-gradient(circle at 19% 42%, #e8ffc0 0 1.7%, #7eff4f 2.6%, transparent 3.9%),
        radial-gradient(circle at 31% 68%, #f7ffd9 0 2%, #90ff5a 2.9%, transparent 4.3%),
        radial-gradient(circle at 44% 29%, #dcffb5 0 1.6%, #61f53f 2.5%, transparent 3.8%),
        radial-gradient(circle at 58% 72%, #f4ffd0 0 1.9%, #9fff64 2.7%, transparent 4.1%),
        radial-gradient(circle at 70% 39%, #e5ffbc 0 1.8%, #74fb49 2.6%, transparent 4%),
        radial-gradient(circle at 83% 66%, #f7ffd9 0 2%, #8eff58 2.9%, transparent 4.3%),
        radial-gradient(circle at 94% 32%, #dcffb5 0 1.6%, #5def3e 2.5%, transparent 3.8%);
    filter: saturate(1.28) drop-shadow(0 0 4px rgba(88, 255, 84, 0.9));
    will-change: transform, opacity;
    -webkit-mask: radial-gradient(ellipse at center, transparent 0 48%, #000 64%);
    mask: radial-gradient(ellipse at center, transparent 0 48%, #000 64%);
}

.kick-link:is(:hover, :focus-visible)::before {
    opacity: 1;
    animation: kickAcidAura 1.9s ease-in-out infinite alternate;
}

.kick-link:is(:hover, :focus-visible)::after {
    opacity: 1;
    animation: kickAcidSplash 2.2s linear infinite;
}

.facebook-link {
    position: relative;
    isolation: isolate;
}

.facebook-link img {
    position: relative;
    z-index: 2;
}

.facebook-link::before,
.facebook-link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.facebook-link::before {
    inset: -10% -6%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(202, 241, 255, 0.76) 0 19%, rgba(95, 192, 255, 0.54) 40%, rgba(31, 127, 227, 0.3) 58%, transparent 75%);
    filter: blur(10px);
    -webkit-mask: radial-gradient(ellipse at center, transparent 0 44%, #000 60%);
    mask: radial-gradient(ellipse at center, transparent 0 44%, #000 60%);
}

.facebook-link::after {
    inset: -48% -8% -18%;
    z-index: 1;
    background:
        radial-gradient(circle at 8% 76%, #ffffff 0 2%, #b9e9ff 2.8%, transparent 4.2%),
        radial-gradient(circle at 19% 42%, #eff9ff 0 1.7%, #7fcfff 2.6%, transparent 3.9%),
        radial-gradient(circle at 31% 68%, #ffffff 0 2%, #a3dcff 2.9%, transparent 4.3%),
        radial-gradient(circle at 44% 29%, #ebf8ff 0 1.6%, #69beff 2.5%, transparent 3.8%),
        radial-gradient(circle at 58% 72%, #ffffff 0 1.9%, #b2e4ff 2.7%, transparent 4.1%),
        radial-gradient(circle at 70% 39%, #f0faff 0 1.8%, #78c8ff 2.6%, transparent 4%),
        radial-gradient(circle at 83% 66%, #ffffff 0 2%, #9ed9ff 2.9%, transparent 4.3%),
        radial-gradient(circle at 94% 32%, #e9f7ff 0 1.6%, #63b9ff 2.5%, transparent 3.8%);
    filter: saturate(1.22) drop-shadow(0 0 4px rgba(102, 198, 255, 0.9));
    will-change: transform, opacity;
    -webkit-mask: radial-gradient(ellipse at center, transparent 0 48%, #000 64%);
    mask: radial-gradient(ellipse at center, transparent 0 48%, #000 64%);
}

.facebook-link:is(:hover, :focus-visible)::before {
    opacity: 1;
    animation: facebookWaterAura 2s ease-in-out infinite alternate;
}

.facebook-link:is(:hover, :focus-visible)::after {
    opacity: 1;
    animation: facebookWaterSpray 2.3s linear infinite;
}

@keyframes kickAcidAura {
    from { transform: scale(0.97); filter: blur(9px) brightness(0.95) saturate(1.12); }
    to { transform: scale(1.055); filter: blur(13px) brightness(1.22) saturate(1.28); }
}

@keyframes kickAcidSplash {
    0% { transform: translate3d(0, 12px, 0) scale(0.96); opacity: 0; }
    20% { transform: translate3d(1px, 0, 0) scale(0.98); opacity: 0.95; }
    50% { transform: translate3d(0, -17px, 0) scale(1.01); opacity: 0.78; }
    75% { transform: translate3d(-1px, -31px, 0) scale(1.03); opacity: 0.48; }
    100% { transform: translate3d(0, -46px, 0) scale(1.05); opacity: 0; }
}

@keyframes facebookWaterAura {
    from { transform: scale(0.98); filter: blur(9px) brightness(0.95); }
    to { transform: scale(1.05); filter: blur(13px) brightness(1.18); }
}

@keyframes facebookWaterSpray {
    0% { transform: translate3d(0, 13px, 0) scale(0.95); opacity: 0; }
    20% { transform: translate3d(-1px, 0, 0) scale(0.98); opacity: 0.94; }
    50% { transform: translate3d(0, -16px, 0) scale(1.01); opacity: 0.8; }
    75% { transform: translate3d(1px, -30px, 0) scale(1.03); opacity: 0.5; }
    100% { transform: translate3d(0, -47px, 0) scale(1.06); opacity: 0; }
}

@keyframes xFrostAura {
    from { transform: scale(0.98); filter: blur(9px) brightness(0.95); }
    to { transform: scale(1.045); filter: blur(13px) brightness(1.15); }
}

@keyframes xSnowfall {
    0% { transform: translate3d(-1px, 22px, 0) rotate(0deg) scale(0.92); opacity: 0; }
    18% { opacity: 0.95; }
    50% { transform: translate3d(1px, -12px, 0) rotate(-15deg) scale(1); opacity: 0.82; }
    78% { opacity: 0.6; }
    100% { transform: translate3d(-1px, -52px, 0) rotate(-30deg) scale(1.08); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .discord-coming-soon,
    .discord-coming-soon::before,
    .discord-coming-soon::after,
    .youtube-link:is(:hover, :focus-visible)::before,
    .youtube-link:is(:hover, :focus-visible)::after,
    .youtube-link:is(:hover, :focus-visible) img,
    .twitch-link:is(:hover, :focus-visible)::before,
    .twitch-link:is(:hover, :focus-visible)::after,
    .twitch-link:is(:hover, :focus-visible) img,
    .tiktok-link:is(:hover, :focus-visible)::before,
    .tiktok-link:is(:hover, :focus-visible)::after,
    .tiktok-link:is(:hover, :focus-visible) img,
    .discord-link:is(:hover, :focus-visible)::before,
    .discord-link:is(:hover, :focus-visible)::after,
    .discord-link:is(:hover, :focus-visible) img,
    .x-link:is(:hover, :focus-visible)::before,
    .x-link:is(:hover, :focus-visible)::after,
    .x-link:is(:hover, :focus-visible) img,
    .kick-link:is(:hover, :focus-visible)::before,
    .kick-link:is(:hover, :focus-visible)::after,
    .facebook-link:is(:hover, :focus-visible)::before,
    .facebook-link:is(:hover, :focus-visible)::after {
        animation: none;
    }
}

@media (max-width: 768px) {
    .content-bento {
        width: min(100%, calc(100% - 20px));
        margin: 16px auto 24px;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .panel-stream,
    .panel-links,
    .panel-connect,
    .panel-connect-follow,
    .streaming-updates-section,
    .panel-vote,
    .panel-bio,
    .panel-support,
    .panel-contact,
    .panel-wide {
        grid-column: 1;
        grid-row: auto;
    }

    .main-stream-container {
        padding: 16px;
    }

    .fire-frame {
        width: min(100%, 560px);
    }

    .youtube-stream-window {
        aspect-ratio: 16 / 9;
    }

    .streaming-links-section {
        padding: 16px;
    }

    .streaming-links-buttons {
        display: flex;
        gap: 10px;
    }

    .streaming-links-buttons .streaming-link-btn {
        min-width: 0;
        width: 225px;
    }

    .updates-grid {
        gap: 8px;
    }

    .connect-follow-row .streaming-link-btn {
        width: 100%;
    }

    .streaming-updates-section,
    .vote-section,
    .bio-section,
    .support-section,
    .contact-section {
        padding: 18px 16px;
    }

    .contact-link {
        overflow-wrap: anywhere;
    }

    .games-cta-section {
        padding-inline: 8px;
    }

    .games-cta-text {
        font-size: 1.25rem;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .light-canvas {
        inset: -12px;
        width: calc(100% + 24px);
        height: calc(100% + 24px);
    }
}

@media (max-width: 380px) {
    .content-bento {
        width: min(100%, calc(100% - 16px));
        gap: 12px;
    }

    .live-banner {
        width: calc(100% - 16px);
        font-size: 0.88rem;
    }

    .streaming-links-label,
    .streaming-updates-section h3,
    .vote-section h3,
    .support-section h3 {
        font-size: 1.05rem;
        letter-spacing: 0;
    }

    .games-link-image {
        width: min(280px, 100%);
    }
}

/* STREAM SECTION */
.stream-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 300px));
    gap: 20px;
    align-items: start;
    justify-content: center;
    justify-items: center;
    grid-auto-rows: auto;
}

@media (max-width: 768px) {
    .stream-section {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 16px;
        justify-items: stretch;
    }
}

/* STREAM CARD */
.stream-card {
    position: relative;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 0 12px rgba(255, 80, 0, 0.4);
    width: 100%;
    max-width: 340px;
    min-width: 0;
    min-height: 0;
}

.stream-window {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stream-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 25px rgba(255, 120, 0, 1);
}

/* STREAM WINDOW — SQUARE AND RESPONSIVE */
.stream-window {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* STREAM CONTENT (iframe or image) fills the square */
.stream-window img,
.stream-window iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* fills the square without letterboxing */
}

.stream-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    color: #f5f5f5;
}

.stream-info strong {
    font-size: 1rem;
}

.stream-info span {
    font-size: 0.95rem;
    color: #ff9b5c;
}

/* FOLLOW BUTTONS BELOW THE BOXES */
.follow-bar {
    width: min(100%, 900px);
    margin: 8px auto 30px;
    text-align: center;
    padding: 0 20px;
}

.follow-label {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #ff7a1a;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.follow-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.follow-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #1a1a1a;
    border: 1px solid #ff7a1a;
    box-shadow: 0 0 12px rgba(255, 122, 26, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.follow-button:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 0 18px rgba(255, 122, 26, 0.7);
}

.follow-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .follow-bar {
        padding: 0 16px;
    }

    .follow-button {
        width: 64px;
        height: 64px;
    }

    .follow-icon {
        width: 32px;
        height: 32px;
    }
}

/* OFFLINE IMAGE — GLOW EFFECT */
.offline-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.9;
    filter: drop-shadow(0 0 12px rgba(255, 120, 0, 0.9));
    animation: offlineGlow 2.4s ease-in-out infinite;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.offline-image:hover {
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 160, 0, 1));
}

@keyframes offlineGlow {
    0% {
        filter: drop-shadow(0 0 10px rgba(255, 80, 0, 0.7));
    }
    50% {
        filter: drop-shadow(0 0 22px rgba(255, 140, 0, 1));
    }
    100% {
        filter: drop-shadow(0 0 10px rgba(255, 80, 0, 0.7));
    }
}

/* EMBER LAYER */
#ember-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 998;
}

/* GAMES GRID SECTION */
.games-grid-section {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 30px;
    padding: 0 20px;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.game-card {
    background: #1a1a1a;
    border: 2px solid #ff7a1a;
    border-radius: 12px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 122, 26, 0.2);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.game-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(255, 122, 26, 0.6);
    border-color: #ff9b5c;
}

.game-image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #ff7a1a20 0%, #ff7a1a10 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.game-image[src=""], 
.game-card:has(img[src]:not([src=""])):hover .game-image {
    transform: scale(1.08);
}

.game-card h4 {
    font-size: 1.3rem;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #ff7a1a;
    font-weight: bold;
    padding: 0 16px;
}

.game-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #d0d0d0;
    padding: 0 16px 16px;
}

@media (max-width: 768px) {
    .games-grid-section {
        padding: 0 16px;
    }

    .games-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .game-image-container {
        height: 160px;
    }

    .game-card h4 {
        font-size: 1.2rem;
        margin-top: 12px;
    }

    .game-card p {
        font-size: 0.9rem;
    }
}
