:root {
    --bg: #050505;
    --panel: #151515;
    --panel-2: #1f1f1f;
    --text: #f6f6f6;
    --muted: #b9b9b9;
    --accent: #f3b33d;
    --accent-2: #4f7cff;
    --green: #49c46b;
    --border: rgba(255,255,255,.10);
    --shadow: 0 18px 50px rgba(0,0,0,.45);
    --radius: 18px;
    --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background:
    radial-gradient(circle at top, rgba(79,124,255,.10), transparent 30%),
    linear-gradient(180deg, #090909 0%, #050505 100%);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; text-decoration: none; }
.container {
    width: min(calc(100% - 32px), var(--max));
    margin: 0 auto;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(0,0,0,.84);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 900;
    letter-spacing: .7px;
}
.brand-mark {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #74c96b, #3f8e3f);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.14);
    font-size: 20px;
}
.nav {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.nav a {
    color: var(--text);
    opacity: .92;
    font-weight: 700;
    letter-spacing: .4px;
    font-size: 17px;
}
.nav a:hover { color: var(--accent); }
.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    height: 29px;
    width: auto;
    display: block;
} 
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    padding: 14px 18px;
    font-weight: 800;
    letter-spacing: .3px;
    cursor: pointer;
    transition: transform .15s ease, filter .15s ease;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.18);
    white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.btn-primary { background: var(--accent); color: #5c3600; }
.btn-secondary { background: var(--accent-2); color: #fff; }
.btn-dark { background: #222; color: #fff; border: 1px solid var(--border); }

.btn-discord {
    background: #5865F2;
    color: white;
}

.btn-store {
    background: #e11d48;
    color: rgb(255, 255, 255);
}

.btn-store:hover {
    filter: brightness(1.1);
}

.btn-discord:hover {
    filter: brightness(1.1);
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,.06), transparent 25%),
    linear-gradient(180deg, #0c1530 0%, #0c0f1a 42%, #070707 100%);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(180deg, rgba(0,0,0,.0) 0%, rgba(0,0,0,.16) 60%, rgba(0,0,0,.70) 100%),
    radial-gradient(circle at 15% 60%, rgba(243,179,61,.18), transparent 20%),
    radial-gradient(circle at 80% 48%, rgba(79,124,255,.16), transparent 24%);
    pointer-events: none;
}
.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .65fr;
    gap: 34px;
    align-items: start;
    padding: 72px 0 30px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    color: #dbe4ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
}
.hero h1 {
    margin: 0;
    font-size: clamp(34px, 6vw, 45px);
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 16ch;
    color: #f3b33d;
    text-shadow:
        0 2px 0 #8d5b00,
        0 4px 10px rgba(0,0,0,.4),
        0 0 20px rgba(243,179,61,.35);
    }
.hero p {
    margin: 22px 0 28px;
    max-width: 58ch;
    color: var(--muted);
    line-height: 1.72;
    font-size: 17px;
}
.hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.server-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    width: fit-content;
}
.server-pill {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(79,124,255,.16);
    color: #cfe0ff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.server-ip { font-family: "Courier New", monospace; font-weight: 700; }
.hud {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.status {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-weight: 800;
}
.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(73,196,107,.15);
}
.socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.social {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-weight: 900;
}
.social:hover { background: rgba(255,255,255,.09); }

.tiktok-panel {
    align-self: start;
    border-radius: 28px;
    padding: 3px;
    background:
    radial-gradient(circle at top, rgba(255,255,255,.12), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.panel-head h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.panel-head span {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(243,179,61,.14);
    color: #ffc85d;
    font-weight: 800;
    text-transform: uppercase;
}
.tiktok-frame {
    width: 95%;
    aspect-ratio: 9 / 16;
    max-height: 760px;
    border-radius: 22px;
    overflow: hidden;
    background: #000; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tiktok-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    /* transform: scale(1.15); */
    transform-origin: center top;
}
.tiktok-note {
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.6;
    font-size: 14px;
}

section { 
    padding-top: 84px;
}

.section-title {
    text-align: center;
    margin-bottom: 34px;
}
.section-title h2 {
    margin: 0 0 10px;
    font-size: clamp(20px, 4vw, 34px);
    text-transform: uppercase;
    letter-spacing: .4px;
}
.section-title p { margin: 0; color: var(--muted); }

.copy-toast {
    position: fixed;
    left: 20px;
    bottom: 20px;

    display: flex;
    align-items: center;
    gap: 10px;

    background: var(--accent);
    color: #5c3600;

    padding: 14px 20px;
    border-radius: 12px;

    font-weight: 600;
    font-size: 15px;

    box-shadow: 0 10px 30px rgba(197, 173, 34, 0.116);

    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;

    z-index: 9999;
}

.copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.copy-toast i {
    font-size: 18px;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.social {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    color: white;
    font-size: 24px;
    border: none;
    transition: .2s;
}

.social:hover {
    transform: translateY(-2px);
}

.discord {
    background: #5865F2;
}

.youtube {
    background: #FF0000;
}

.tiktok {
    background: #000000;
    border: 1px solid #25f4ed8f;
}

.copy-btn {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
}

.copy-btn:hover {
    background: rgba(255,255,255,.15);
}

@media (max-width: 1100px) {
    .hero-grid,
    .news-grid,
    .team-card
    {
    grid-template-columns: 1fr;
    }
    .nav { display: none; }
    .features { grid-template-columns: repeat(2, 1fr); }
    .tiktok-frame {
    max-height: 680px;
    }
    .tiktok-frame iframe {
    height: 980px;
    }
}

@media (max-width: 720px) {
    .topbar-inner { min-height: 70px; }
    .brand span:last-child { display: none; }
    .actions .btn-dark { display: none; }
    .hero { min-height: auto; }
    .hero-grid { padding-top: 44px; }
    .hero p { font-size: 16px; }
    .features, .team-stats, .footer-grid { grid-template-columns: 1fr; }
    .section-title h2, .cta-card h3, .team-copy h3 { font-size: 28px; }
    .tiktok-frame {
    height: 920px;
    }
    .tiktok-frame iframe {
    height: 920px;
    }
}