* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --bg-base:#10131A;
    --bg-surface:#161A21;
    --bg-elevated:#1E232B;
    --border-subtle:#1F2227;
    --border-default:#2D3138;
    --border-strong:#3D4249;
    --text-primary:#F0F1F3;
    --text-secondary:#9DA3AE;
    --text-muted:#5A6070;
    --accent:#C8CAD0;
    --accent-hover:#E0E2E6;
    --accent-active:#A8AAB0;
    --accent-subtle:rgba(200,202,208,0.10);
    --accent-glow:rgba(200,202,208,0.20);
    --glass-bg:rgba(17,19,22,0.75);
    --glass-border:rgba(208,210,215,0.08);
    --glass-blur:12px;
    --success:#85C29A;
    --success-subtle:rgba(133,194,154,0.12);
    --danger:#D88592;
    --danger-subtle:rgba(216,133,146,0.12);
    --warning:#D4A76A;
    --warning-subtle:rgba(212,167,106,0.12);
    --discord:#5865F2;
    --steam:#66c0f4;

    --bg:var(--bg-base);
    --bg2:var(--bg-surface);
    --surface:var(--glass-bg);
    --surface2:var(--bg-elevated);
    --line:var(--border-subtle);
    --line2:var(--border-default);
    --text:var(--text-primary);
    --text2:var(--text-secondary);
    --muted:var(--text-muted);
    --dim:var(--text-muted);
    --moon:var(--accent);
    --moon-strong:var(--accent-hover);
    --moon-deep:var(--accent-active);
    --silver:var(--accent);

    --f-display:'DM Sans', system-ui, sans-serif;
    --f-body:'DM Sans', system-ui, sans-serif;
    --f-mono:'JetBrains Mono', 'Fira Code', monospace;
    --text-2xs:11px;
    --text-xs:13px;
    --text-sm:14px;
    --text-base:16px;
    --text-md:18px;
    --text-lg:21px;
    --text-xl:28px;
    --text-2xl:37px;
    --text-3xl:48px;
    --text-4xl:64px;
    --text-display:80px;
    --text-hero:clamp(40px,8vw,80px);
    --text-h1:clamp(32px,5.5vw,64px);
    --text-h2:clamp(26px,3.5vw,37px);
    --fw-regular:400;
    --fw-medium:500;
    --fw-semibold:600;
    --fw-bold:700;
    --fw-extrabold:800;
    --lh-tight:1.1;
    --lh-snug:1.25;
    --lh-normal:1.5;
    --lh-relaxed:1.65;
    --ls-tighter:-0.03em;
    --ls-tight:-0.02em;
    --ls-normal:0;
    --ls-wide:0.04em;
    --ls-wider:0.08em;

    --space-1:4px;
    --space-2:8px;
    --space-3:12px;
    --space-4:16px;
    --space-5:20px;
    --space-6:24px;
    --space-8:32px;
    --space-10:40px;
    --space-12:48px;
    --space-16:64px;
    --space-20:80px;
    --space-24:96px;
    --space-30:120px;
    --space-40:160px;

    --radius-sm:4px;
    --radius-md:8px;
    --radius-lg:12px;
    --radius-xl:16px;
    --radius-2xl:24px;
    --radius-full:9999px;

    --shadow-sm:0 1px 3px rgba(0,0,0,0.4);
    --shadow-md:0 4px 12px rgba(0,0,0,0.5);
    --shadow-lg:0 8px 24px rgba(0,0,0,0.6);
    --shadow-xl:0 16px 48px rgba(0,0,0,0.7);
    --shadow-glow:0 0 24px rgba(200,202,208,0.12);
    --shadow-glow-lg:0 0 48px rgba(200,202,208,0.08);

    --ease:cubic-bezier(.22,1,.36,1);
    --ease-out:cubic-bezier(.22,1,.36,1);
    --ease-in-out:cubic-bezier(0.4,0,0.2,1);
    --ease-spring:cubic-bezier(0.34,1.56,0.64,1);
    --duration-instant:80ms;
    --duration-fast:150ms;
    --duration-normal:250ms;
    --duration-slow:400ms;
}
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h, 68px) + 18px); -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--f-body);
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern", "liga", "calt", "ss01";
    line-height: 1.6;
    font-size: 15.5px;
    letter-spacing: .005em;
    overflow-x: hidden;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--f-display);
    letter-spacing: .02em;
    text-rendering: optimizeLegibility;
}

#bg-video {
    position: fixed; inset: 0; z-index: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: .65;
    filter: saturate(95%) contrast(108%) brightness(95%);
    background: #0A0B0D;
}

#bg-veil {
    position: fixed; inset: 0; z-index: 1;
    background:
        radial-gradient(ellipse 100% 70% at 50% 40%, transparent 0%, rgba(10, 11, 13,.30) 60%, var(--bg) 100%),
        linear-gradient(180deg, rgba(10, 11, 13,.30) 0%, rgba(10, 11, 13,.10) 30%, rgba(10, 11, 13,.55) 75%, var(--bg) 100%);
    pointer-events: none;
}
#bg-grain {
    position: fixed; inset: 0; z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: .03;
    pointer-events: none;
}

.back { position: fixed; top: 1.2rem; left: 1.2rem; z-index: 999; padding: .5rem 1rem; background: rgba(17, 19, 22,.85); border: 1px solid var(--line); border-radius: 6px; color: var(--text); font-size: .8rem; text-decoration: none; backdrop-filter: blur(5px); }

.nav {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(10, 11, 13,.45);
    backdrop-filter: blur(8px) saturate(140%);
    -webkit-backdrop-filter: blur(8px) saturate(140%);
    border-bottom: 1px solid rgba(255,255,255,.05);
    height: 64px;
    transition: background-color .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease), height .3s var(--ease);
}
.nav.is-scrolled {
    background: rgba(10, 11, 13, .55) !important;
    backdrop-filter: blur(12px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
    border-bottom-color: rgba(255,255,255,.08) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25) !important;
    height: 56px !important;
}

.nav::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(200, 202, 208,.35) 50%, transparent 100%);
    pointer-events: none;
}
.nav-in {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 1.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
@media (max-width: 760px) { .nav-in { padding: 0 1rem; } }

.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo-mark {
    width: 34px; height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--moon);
    transition: transform .25s var(--ease), filter .25s ease;
}
.nav-logo-mark:hover { transform: scale(1.08); filter: drop-shadow(0 0 10px rgba(200, 202, 208,.5)); }
.nav-logo-mark svg { width: 100%; height: 100%; }

.nav-links {
    display: flex;
    gap: .15rem;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
}
.nav-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: .55rem 1rem;
    color: var(--muted);
    text-decoration: none;
    font-family: var(--f-display);
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: color .2s ease, background .2s ease;
}
.nav-links a:hover { color: var(--text); background: rgba(255,255,255,.04); }
.nav-links a.act {
    color: var(--text);
    background: rgba(200, 202, 208,.10);
}
.nav-links a.act::before {
    content: '';
    position: absolute;
    left: 1rem; right: 1rem;
    bottom: .3rem;
    height: 2px;
    background: var(--moon);
    border-radius: 1px;
}

/* Server status dots (D) */
.nav-dots {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: 0 .3rem;
    flex-shrink: 0;
}
.nav-srv { flex-shrink: 0 !important; }
.nv-srv {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: .42rem !important;
    padding: .38rem .65rem .38rem .55rem !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    color: var(--text) !important;
    font-family: 'Rajdhani', sans-serif !important;
    transition: background .2s ease, border-color .2s ease, transform .2s cubic-bezier(.22,1,.36,1), box-shadow .2s ease !important;
    cursor: pointer !important;
}
.nv-srv:hover {
    background: rgba(200, 202, 208,.08) !important;
    border-color: rgba(200, 202, 208,.35) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px -4px rgba(200, 202, 208,.3) !important;
}
.nv-srv-dot {
    width: 7px !important; height: 7px !important;
    border-radius: 50% !important;
    background: #85C29A !important;
    box-shadow: 0 0 6px rgba(133,194,154,.7), 0 0 0 0 rgba(133,194,154,.6) !important;
    animation: nvSrvPulse 2.2s ease-out infinite !important;
    flex-shrink: 0 !important;
}
.nv-srv.off .nv-srv-dot {
    background: #D88592 !important;
    box-shadow: 0 0 6px rgba(216,133,146,.6) !important;
    animation: none !important;
}
.nv-srv-tag {
    font-weight: 700 !important;
    font-size: .72rem !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    color: #fff !important;
}
.nv-srv-num {
    font-family: var(--f-mono) !important;
    font-size: .72rem !important;
    color: var(--muted) !important;
    font-weight: 600 !important;
}
.nv-srv-num i {
    color: var(--dim) !important;
    font-style: normal !important;
    margin-left: 1px !important;
}
.nv-srv.off .nv-srv-num { color: var(--dim) !important; }

@keyframes nvSrvPulse {
    0%   { box-shadow: 0 0 6px rgba(133,194,154,.7), 0 0 0 0 rgba(133,194,154,.55); }
    70%  { box-shadow: 0 0 6px rgba(133,194,154,.7), 0 0 0 7px rgba(133,194,154,0); }
    100% { box-shadow: 0 0 6px rgba(133,194,154,.7), 0 0 0 0 rgba(133,194,154,0); }
}

.nv-dot {
    position: relative;
    width: 9px; height: 9px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 8px rgba(133, 194, 154,.65);
    cursor: default;
    transition: transform .2s var(--ease);
}
.nv-dot.off { background: var(--danger); box-shadow: 0 0 8px rgba(216,133,146,.5); }
.nv-dot:hover { transform: scale(1.3); }
.nv-dot::before, .nv-dot::after {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s var(--ease), transform .25s var(--ease);
}
.nv-dot::before {
    content: '';
    width: 8px; height: 8px;
    background: rgba(10, 11, 13,.95);
    border-left: 1px solid var(--line2);
    border-top: 1px solid var(--line2);
    transform: translate(-50%, calc(-100% + 4px)) rotate(45deg);
    top: calc(100% + 6px);
}
.nv-dot::after {
    content: attr(data-name) ' · ' attr(data-meta);
    transform: translate(-50%, 4px);
    padding: .45rem .7rem;
    background: rgba(10, 11, 13,.95);
    border: 1px solid var(--line2);
    border-radius: 6px;
    font-family: var(--f-mono);
    font-size: .68rem;
    color: var(--text);
    letter-spacing: .5px;
    white-space: nowrap;
    backdrop-filter: blur(4px);
}
.nv-dot:hover::before, .nv-dot:hover::after { opacity: 1; transform: translate(-50%, 0); }
.nv-dot:hover::before { transform: translate(-50%, calc(-100% + 4px)) rotate(45deg); }

.nav-actions { display: flex; align-items: center; gap: .7rem; flex: 1; justify-content: flex-end; }

/* Sparkline (G) */
.nav-spark {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .38rem .75rem;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    transition: border-color .2s, background .2s;
}
.nav-spark:hover { border-color: rgba(200, 202, 208,.30); background: rgba(200, 202, 208,.05); }
.nav-spark-svg {
    width: 64px;
    height: 20px;
    display: block;
    overflow: visible;
}
.nav-spark-line {
    fill: none;
    stroke: var(--moon);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 4px rgba(200, 202, 208,.5));
}
.nav-spark-fill {
    fill: url(#spark-grad);
    stroke: none;
    opacity: .6;
}
.nav-spark-lbl {
    font-family: var(--f-mono);
    font-size: .68rem;
    color: var(--muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 860px) { .nav-spark, .nav-dots { display: none; } }

.nav-status {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .42rem .75rem;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    font-family: var(--f-mono);
    font-size: .72rem;
    font-weight: 600;
    color: var(--text2);
    letter-spacing: .8px;
}
.nav-status .ns-dot {
    width: 6px; height: 6px;
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(133, 194, 154,.7);
    animation: breathe 2s ease-in-out infinite;
}
@media (max-width: 760px) { .nav-status { display: none; } }

.nav-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem 1.15rem .55rem 1rem;
    background: linear-gradient(135deg, var(--moon-deep) 0%, var(--moon) 100%);
    color: #0A0B0D;
    border: 1px solid var(--moon);
    border-radius: 7px;
    text-decoration: none;
    font-family: var(--f-display);
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: filter .25s ease, transform .2s var(--ease), box-shadow .25s ease;
    box-shadow: 0 6px 20px -8px rgba(200, 202, 208,.55);
}
.nav-cta-icon {
    width: 18px; height: 18px;
    flex-shrink: 0;
}
.nav-cta:hover {
    filter: brightness(1.10);
    transform: translateY(-1px);
    box-shadow: 0 10px 28px -8px rgba(200, 202, 208,.7);
}
.nav-cta:active { transform: translateY(0); }

@media (max-width: 560px) {
    .nav-links { display: none; }
}

.app { position: relative; z-index: 2; }

/* HERO — vanity.gg cinematic */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 18vh 2rem 5rem;
    position: relative;
}
.hero-content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.2rem;
}
@keyframes breathe { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes fadeIn { to { opacity: 1; } }

.hero-title-wrap {
    position: relative;
    display: inline-block;
}

.hero-title {
    position: relative;
    font-family: 'Rajdhani', 'DM Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(4rem, 10.5vw, 8rem);
    line-height: .95;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
    text-shadow: 0 4px 40px rgba(0,0,0,.55), 0 0 60px rgba(200, 202, 208,.10);
}
.hero-title span { display: inline-block; }

.hero-title span { display: inline-block; }
.hero-smoke { display: none; }
.hero-title span {
    display: block;
}
.hero-title span.s2 {
    color: var(--moon);
    font-weight: 700;
    letter-spacing: 6px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.hero-slot {
    position: relative;
    max-width: 760px;
    width: 100%;
    padding: 1.2rem 3.5rem;
    background: rgba(10, 11, 13,.55);
    backdrop-filter: blur(4px) saturate(120%);
    -webkit-backdrop-filter: blur(4px) saturate(120%);
    opacity: 0;
    animation: fadeIn 1s var(--ease) .9s forwards;
}
.hero-slot::before, .hero-slot::after {
    content: '';
    position: absolute;
    width: 14px; height: 14px;
    border-color: var(--text);
    border-style: solid;
    border-width: 0;
}
/* corner brackets */
.hero-slot::before {
    top: 0; left: 18px;
    border-top-width: 1px; border-left-width: 1px;
}
.hero-slot::after {
    bottom: 0; right: 18px;
    border-bottom-width: 1px; border-right-width: 1px;
}
.hero-slot-corners { position: absolute; inset: 0; pointer-events: none; }
.hero-slot-corners::before, .hero-slot-corners::after {
    content: '';
    position: absolute;
    width: 14px; height: 14px;
    border-color: var(--text);
    border-style: solid;
    border-width: 0;
}
.hero-slot-corners::before {
    top: 0; right: 18px;
    border-top-width: 1px; border-right-width: 1px;
}
.hero-slot-corners::after {
    bottom: 0; left: 18px;
    border-bottom-width: 1px; border-left-width: 1px;
}
.hero-slot-shoulder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 38px;
    background: var(--moon);
    box-shadow: 0 0 12px rgba(200, 202, 208,.5);
}
.hero-slot-shoulder.left { left: -2px; }
.hero-slot-shoulder.right { right: -2px; }
.hero-slot p {
    font-family: var(--f-display);
    color: var(--text2);
    font-size: 1.02rem;
    line-height: 1.55;
    margin: 0;
    letter-spacing: .5px;
}

.hero-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.05rem 3rem;
    background: rgba(10, 11, 13,.55);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,.20);
    color: var(--text);
    font-family: var(--f-display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
    opacity: 0;
    animation: fadeIn 1s var(--ease) 1.15s forwards;
}
.hero-cta::before, .hero-cta::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: var(--moon);
    box-shadow: 0 0 8px rgba(200, 202, 208,.4);
}
.hero-cta::before { top: -1px; }
.hero-cta::after { bottom: -1px; }
.hero-cta:hover { background: rgba(200, 202, 208,.10); border-color: var(--moon); color: var(--moon); }

.hero-scroll {
    position: absolute;
    bottom: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--text2);
    font-family: var(--f-display);
    font-size: .8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .55rem;
    opacity: 0;
    animation: fadeIn 1s var(--ease) 1.4s forwards, scrollBounce 2.4s ease-in-out 2s infinite;
    transition: color .2s;
}
.hero-scroll:hover { color: var(--moon); }
.hero-scroll-arrow {
    color: var(--moon);
    font-size: 1.2rem;
    line-height: 1;
}
@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

.hero-art-by {
    position: absolute;
    bottom: 1.4rem;
    right: 1.5rem;
    color: var(--muted);
    font-family: var(--f-display);
    font-size: .78rem;
    letter-spacing: 1.5px;
    opacity: 0;
    animation: fadeIn 1s ease 1.6s forwards;
}
.hero-art-by strong { color: var(--moon); font-weight: 600; }

/* SERVERS — 2 yan yana, çok aşağıda */
.servers {
    padding: 6rem 2.5rem 5rem;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 760px) { .servers { padding: 4rem 1.2rem 3rem; } }

.s-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
}
@media (max-width: 760px) { .s-grid { grid-template-columns: 1fr; gap: 1rem; } }

.scard {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(6px) saturate(115%);
    -webkit-backdrop-filter: blur(6px) saturate(115%);
    transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(24px);
}
.scard.in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .9s var(--ease), transform .9s var(--ease), border-color .35s, background .35s;
}
.scard:hover { border-color: var(--line2); background: var(--surface2); transform: translateY(-3px); }

.sc-head {
    padding: 1.8rem 2rem 1.4rem;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}
.sc-name-block { min-width: 0; flex: 1; }
.sc-tag {
    display: inline-block;
    font-family: var(--f-mono);
    font-size: .66rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: .5rem;
}
.sc-name {
    font-family: var(--f-display);
    font-weight: 700;
    font-size: 1.85rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--text);
}
.sc-status {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .3rem .7rem;
    background: var(--success-subtle);
    border: 1px solid rgba(133, 194, 154,.28);
    border-radius: 4px;
    font-family: var(--f-mono);
    font-size: .66rem;
    font-weight: 700;
    color: var(--success);
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-shrink: 0;
}
.sc-status .sd { width: 6px; height: 6px; background: var(--success); border-radius: 50%; animation: breathe 1.8s infinite; }
.sc-status.off {
    background: rgba(216, 133, 146,.08);
    border-color: rgba(216, 133, 146,.25);
    color: var(--danger);
}
.sc-status.off .sd { background: var(--danger); animation: none; }

.sc-body {
    padding: 1.6rem 2rem 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.sc-info { display: flex; flex-direction: column; gap: .55rem; }
.sc-info-row { display: flex; justify-content: space-between; align-items: baseline; }
.sc-info-row .lb { color: var(--dim); font-family: var(--f-mono); font-size: .68rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }
.sc-info-row .vl { color: var(--text2); font-family: var(--f-mono); font-size: .85rem; text-align: right; }

.sc-players { padding-top: 1.1rem; border-top: 1px solid var(--line); }
.sc-pl-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: .7rem; }
.sc-pl-num {
    font-family: var(--f-display);
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    color: var(--text);
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}
.sc-pl-num small { font-family: var(--f-mono); color: var(--muted); font-weight: 400; font-size: 1rem; margin-left: .25rem; }
.sc-pl-lbl { font-family: var(--f-mono); font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }
.sc-bar { height: 3px; background: rgba(255,255,255,.06); overflow: hidden; border-radius: 2px; }
.sc-fill { height: 100%; background: linear-gradient(90deg, #9DA3AE, #E0E2E6); border-radius: 2px; transition: width 1.2s cubic-bezier(.22,1,.36,1) .15s; }

.sc-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: 1rem;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--line2);
    border-radius: 4px;
    font-family: var(--f-body);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .25s, color .25s, border-color .25s;
    margin-top: auto;
}
.sc-cta:hover {
    background: var(--moon);
    color: #0A0B0D;
    border-color: var(--moon);
}

/* INVITES — Discord + Steam */
.invites {
    padding: 4rem 2.5rem 6rem;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 760px) { .invites { padding: 3rem 1.2rem 4rem; } }

.invites-head {
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.invites-head.in { opacity: 1; transform: translateY(0); }
.invites-eye {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--f-mono);
    color: var(--moon);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.invites-h2 {
    font-family: var(--f-display);
    font-weight: 700;
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: .6rem;
}
.invites-sub {
    color: var(--text2);
    font-size: .98rem;
    max-width: 460px;
    margin: 0 auto;
}

.inv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
}
@media (max-width: 760px) { .inv-grid { grid-template-columns: 1fr; gap: 1rem; } }

.inv-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 2.4rem;
    backdrop-filter: blur(6px) saturate(115%);
    -webkit-backdrop-filter: blur(6px) saturate(115%);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
    opacity: 0;
    transform: translateY(24px);
    position: relative;
    overflow: hidden;
}
.inv-card.in { opacity: 1; transform: translateY(0); transition: opacity .9s var(--ease), transform .9s var(--ease), border-color .35s, background .35s; }
.inv-card:hover { border-color: var(--line2); background: var(--surface2); transform: translateY(-3px); }

.inv-card.discord:hover { border-color: rgba(200,202,208,.45); }
.inv-card.steam:hover { border-color: rgba(200,202,208,.45); }

.inv-icon {
    width: 56px; height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: var(--text);
    flex-shrink: 0;
}
.inv-card.discord .inv-icon { background: rgba(200,202,208,.15); border: 1px solid rgba(200,202,208,.30); color: var(--discord); }
.inv-card.steam .inv-icon { background: rgba(200,202,208,.12); border: 1px solid rgba(200,202,208,.30); color: var(--steam); }

.inv-name {
    font-family: var(--f-display);
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.inv-tag {
    color: var(--text2);
    font-size: .95rem;
    line-height: 1.55;
}

.inv-meta {
    display: flex;
    gap: 1.2rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    font-family: var(--f-mono);
    font-size: .76rem;
    color: var(--muted);
}
.inv-meta strong { color: var(--text); font-weight: 600; }

.inv-go {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: .5rem;
    font-family: var(--f-body);
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: gap .25s var(--ease);
}
.inv-card.discord .inv-go { color: var(--discord); }
.inv-card.steam .inv-go { color: var(--steam); }
.inv-card:hover .inv-go { gap: .8rem; }

.floating-invites {
    position: fixed !important;
    right: 1.6rem !important;
    bottom: 1.6rem !important;
    z-index: 200 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: .75rem !important;
}
.fi-chip {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    border-radius: 50% !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    text-decoration: none !important;
    position: relative !important;
    transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, filter .2s ease !important;
    padding: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.fi-chip svg { width: 26px !important; height: 26px !important; flex-shrink: 0 !important; display: block !important; fill: #fff !important; color: #fff !important; }
.fi-chip.discord {
    background: rgba(10, 11, 13, .85) !important;
    box-shadow: 0 8px 24px -6px rgba(200,202,208,.55), 0 0 0 1px rgba(255,255,255,.06) inset !important;
}
.fi-chip.steam {
    background: rgba(10, 11, 13, .85) !important;
    box-shadow: 0 8px 24px -6px rgba(200, 202, 208,.45), 0 0 0 1px rgba(220, 222, 228,.25) inset !important;
}
.fi-chip:hover {
    transform: translateY(-3px) scale(1.06) !important;
    filter: brightness(1.15) !important;
}
.fi-chip.discord:hover { box-shadow: 0 14px 36px -6px rgba(200,202,208,.7), 0 0 0 1px rgba(255,255,255,.15) inset !important; }
.fi-chip.steam:hover { box-shadow: 0 14px 36px -6px rgba(200, 202, 208,.65), 0 0 0 1px rgba(220, 222, 228,.5) inset !important; }

.fi-tip {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) translateX(6px);
    padding: .35rem .65rem;
    background: rgba(17, 19, 22,.95);
    border: 1px solid var(--line2);
    border-radius: 4px;
    font-family: var(--f-mono);
    font-size: .7rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s, transform .25s var(--ease);
    backdrop-filter: blur(4px);
}
.fi-chip:hover .fi-tip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* === Page loader (initial mount + page transitions) === */
#page-loader {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    background: #0A0B0D !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    pointer-events: all !important;
    transition: opacity .6s cubic-bezier(.22,1,.36,1), visibility .6s !important;
}
#page-loader.is-done {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}
#page-loader::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(ellipse at center, rgba(200, 202, 208,.10) 0%, transparent 55%) !important;
    opacity: .9 !important;
}
.pl-inner {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.4rem !important;
    transform: translateY(-8px) !important;
    z-index: 2 !important;
}

/* Two star layers drift at different speeds for depth */
.pl-stars-2 {
    background-position: 22% 14% !important;
    animation-duration: 7s !important;
    animation-delay: 1.2s !important;
    opacity: .4 !important;
}

/* Loader vignette — fades centre brighter for spotlight on moon */
.pl-vignette {
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(ellipse 60% 55% at 50% 45%,
        transparent 0%,
        rgba(10, 11, 13, .35) 50%,
        rgba(10, 11, 13, .85) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Moon stage — wrapper for moon + orbit rings */
.pl-moon-stage {
    position: relative !important;
    width: 220px !important; height: 220px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    margin-bottom: .4rem !important;
}
.pl-orbit {
    position: absolute !important;
    border-radius: 50% !important;
    border: 1px solid rgba(200, 202, 208, .15) !important;
    pointer-events: none !important;
    opacity: 0 !important;
    animation: plOrbitIn 1.4s cubic-bezier(.22,1,.36,1) .4s forwards, plOrbitSpin 28s linear .4s infinite !important;
}
.pl-orbit-a { width: 150px !important; height: 150px !important; border-style: dashed !important; border-color: rgba(200,202,208,.18) !important; }
.pl-orbit-b { width: 200px !important; height: 200px !important; border-style: dotted !important; border-color: rgba(200,202,208,.20) !important; animation-direction: reverse !important; animation-duration: 1.4s, 40s !important; }
@keyframes plOrbitIn { to { opacity: 1; } }
@keyframes plOrbitSpin { to { transform: rotate(360deg); } }

/* Second halo for richer glow */
.pl-moon-halo-2 {
    inset: -45px !important;
    background: radial-gradient(circle, rgba(200, 202, 208, .25) 0%, rgba(200, 202, 208, .10) 40%, transparent 70%) !important;
    filter: blur(20px) !important;
    animation: plHalo 5s ease-in-out infinite reverse !important;
    z-index: 0 !important;
}

/* Status pill — terminal-style cycling text */
.pl-status {
    display: inline-flex !important;
    align-items: center !important;
    gap: .55rem !important;
    padding: .4rem .9rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .03) !important;
    border: 1px solid rgba(200, 202, 208, .12) !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: .68rem !important;
    font-weight: 500 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    color: rgba(200, 202, 208, .8) !important;
    opacity: 0 !important;
    transform: translateY(8px) !important;
    animation: plStatusIn .8s cubic-bezier(.22,1,.36,1) 1.4s forwards !important;
}
.pl-status-dot {
    width: 6px !important; height: 6px !important;
    border-radius: 50% !important;
    background: #C8CAD0 !important;
    box-shadow: 0 0 8px rgba(200, 202, 208, .7) !important;
    animation: plStatusBlink 1.2s ease-in-out infinite !important;
}
.pl-status-text { min-width: 200px !important; text-align: left !important; transition: opacity .3s ease !important; }
.pl-status-text.fade { opacity: 0 !important; }
@keyframes plStatusIn { to { opacity: 1; transform: translateY(0); } }
@keyframes plStatusBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: .35; }
}

/* Coords line at bottom — sci-fi telemetry */
.pl-coords {
    margin-top: .8rem !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: .58rem !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    color: rgba(200, 202, 208, .35) !important;
    opacity: 0 !important;
    animation: plCoordsIn 1s cubic-bezier(.22,1,.36,1) 2s forwards !important;
}
@keyframes plCoordsIn { to { opacity: 1; } }

/* Star field — subtle twinkling background */
.pl-stars {
    position: absolute !important;
    inset: 0 !important;
    background-image:
        radial-gradient(1.2px 1.2px at 12% 22%, rgba(255,255,255,.85), transparent 40%),
        radial-gradient(1px 1px at 28% 78%, rgba(220,222,228,.7), transparent 40%),
        radial-gradient(1.5px 1.5px at 78% 18%, rgba(255,255,255,.9), transparent 40%),
        radial-gradient(1px 1px at 65% 65%, rgba(220,222,228,.55), transparent 40%),
        radial-gradient(1.3px 1.3px at 42% 12%, rgba(255,255,255,.7), transparent 40%),
        radial-gradient(1px 1px at 88% 72%, rgba(224,226,230,.6), transparent 40%),
        radial-gradient(1.2px 1.2px at 18% 55%, rgba(220,222,228,.5), transparent 40%),
        radial-gradient(1px 1px at 55% 35%, rgba(255,255,255,.6), transparent 40%),
        radial-gradient(1.4px 1.4px at 92% 45%, rgba(220,222,228,.75), transparent 40%),
        radial-gradient(1px 1px at 8% 88%, rgba(255,255,255,.5), transparent 40%) !important;
    animation: plStars 5s ease-in-out infinite alternate !important;
    pointer-events: none !important;
}
@keyframes plStars {
    0%   { opacity: .35; }
    50%  { opacity: .85; }
    100% { opacity: .55; }
}

/* Moon wrap + body + halo */
.pl-moon-wrap {
    position: relative !important;
    width: 96px !important;
    height: 96px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transform: scale(.78) !important;
    animation: plMoonIn 1s cubic-bezier(.22,1,.36,1) .05s forwards !important;
}
@keyframes plMoonIn {
    to { opacity: 1; transform: scale(1); }
}
@keyframes plMoonFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-6px) rotate(-2deg); }
}
.pl-moon {
    width: 88px !important;
    height: 88px !important;
    display: block !important;
    filter: drop-shadow(0 0 14px rgba(200,202,208,.55)) drop-shadow(0 0 28px rgba(200,202,208,.35)) !important;
    animation: plMoonGlow 3.6s ease-in-out infinite, plMoonFloat 5s ease-in-out infinite !important;
    position: relative !important;
    z-index: 2 !important;
}
@keyframes plMoonGlow {
    0%, 100% { filter: drop-shadow(0 0 14px rgba(200,202,208,.55)) drop-shadow(0 0 28px rgba(200,202,208,.35)); }
    50%      { filter: drop-shadow(0 0 22px rgba(220,222,228,.75)) drop-shadow(0 0 44px rgba(200,202,208,.55)); }
}
.pl-moon-halo {
    position: absolute !important;
    inset: -28px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(200,202,208,.35) 0%, rgba(200,202,208,.18) 35%, transparent 65%) !important;
    filter: blur(14px) !important;
    animation: plHalo 4s ease-in-out infinite !important;
    z-index: 1 !important;
}
@keyframes plHalo {
    0%, 100% { transform: scale(.92); opacity: .55; }
    50%      { transform: scale(1.12); opacity: .9; }
}
.pl-mark {
    display: flex !important;
    gap: .6rem !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.4rem !important;
    letter-spacing: 8px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}
.pl-mark-a {
    color: #fff !important;
    opacity: 0 !important;
    transform: translateY(14px) !important;
    filter: blur(10px) !important;
    animation: plMarkIn .9s cubic-bezier(.22,1,.36,1) .05s forwards !important;
}
.pl-mark-b {
    color: var(--moon) !important;
    text-shadow: none !important;
    opacity: 0 !important;
    transform: translateY(14px) !important;
    filter: blur(10px) !important;
    animation: plMarkIn .9s cubic-bezier(.22,1,.36,1) .22s forwards !important;
}
@keyframes plMarkIn {
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
.pl-bar {
    width: 180px !important;
    height: 2px !important;
    background: rgba(255,255,255,.06) !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    position: relative !important;
}
.pl-bar-fill {
    position: absolute !important;
    inset: 0 !important;
    width: 40% !important;
    background: linear-gradient(90deg, transparent, var(--moon), #E0E2E6, var(--moon), transparent) !important;
    border-radius: 2px !important;
    animation: plBar 1.4s ease-in-out infinite !important;
    box-shadow: 0 0 18px rgba(200, 202, 208,.6) !important;
}
@keyframes plBar {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(350%); }
}

/* fade body content in once loader is gone */
body { opacity: 1; transition: opacity .35s ease; }
body.is-leaving { opacity: 0 !important; }

/* page transition overlay — fades over content during nav */
#page-trans {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: radial-gradient(ellipse at center, rgba(200, 202, 208,.08), transparent 60%), #0A0B0D !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .35s cubic-bezier(.22,1,.36,1) !important;
}
body.is-leaving #page-trans {
    opacity: 1 !important;
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    #page-loader, .pl-bar-fill, .pl-mark-a, .pl-mark-b { animation: none !important; transition: none !important; }
    #page-loader { display: none !important; }
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity .75s cubic-bezier(.22,1,.36,1),
        transform .75s cubic-bezier(.22,1,.36,1);
    will-change: opacity, transform;
}
.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

.hero-title.reveal {
    transform: translateY(34px) scale(.97);
    filter: blur(16px);
    transition:
        opacity 1s cubic-bezier(.22,1,.36,1),
        transform 1s cubic-bezier(.22,1,.36,1),
        filter 1s cubic-bezier(.22,1,.36,1);
}
.hero-title.reveal.in {
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* hero scroll parallax: title drifts up + fades as you scroll */
.hero-content {
    will-change: transform, opacity;
}

.scard {
    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        border-color .35s ease,
        background .35s ease,
        box-shadow .35s cubic-bezier(.22,1,.36,1);
    will-change: transform;
}
.scard:hover {
    transform: translateY(-4px);
    border-color: rgba(200, 202, 208,.28) !important;
    background: rgba(17, 19, 22,.92) !important;
    box-shadow:
        0 24px 60px -20px rgba(0,0,0,.6),
        0 0 0 1px rgba(200, 202, 208,.08);
}

/* server card image-less subtle internal animation on hover: status dot bigger */
.scard:hover .sc-status .sd { box-shadow: 0 0 0 4px rgba(133, 194, 154,.18); }

.sc-cta {
    position: relative;
    overflow: hidden;
    transition: background .25s ease, color .25s ease, border-color .25s ease, transform .35s cubic-bezier(.22,1,.36,1);
    will-change: transform;
}

/* === v2 page head (compact, for store/stats/support) === */
.v2-page-head {
    position: relative !important;
    z-index: 2 !important;
    padding: 7rem 1.5rem 2rem !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
}
.v2-page-head-in {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.5rem !important;
    flex-wrap: wrap !important;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid var(--line) !important;
}
.v2-page-h1 {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2rem !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1 !important;
}
.v2-toggle {
    display: inline-flex !important;
    gap: .35rem !important;
    padding: .3rem !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid var(--line) !important;
    border-radius: 999px !important;
}
.v2-toggle-btn {
    padding: .5rem 1.1rem !important;
    background: transparent !important;
    border: none !important;
    border-radius: 999px !important;
    color: var(--muted) !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: .82rem !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: color .2s, background .2s !important;
}
.v2-toggle-btn:hover { color: var(--text) !important; }
.v2-toggle-btn.active {
    background: var(--moon) !important;
    color: #0A0B0D !important;
}

/* generic "coming soon" placeholder */
.v2-coming {
    max-width: 720px !important;
    margin: 0 auto !important;
    padding: 6rem 1.5rem 4rem !important;
    text-align: center !important;
}
.v2-coming-h1 {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin: 0 0 1rem !important;
    line-height: 1 !important;
}
.v2-coming-eye {
    display: inline-flex !important;
    align-items: center !important;
    gap: .5rem !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: .76rem !important;
    color: var(--moon) !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 1.4rem !important;
}
.v2-coming-eye .ed { width: 6px; height: 6px; background: var(--moon); border-radius: 50%; }
.v2-coming p {
    color: var(--text2) !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    max-width: 480px !important;
    margin: 0 auto !important;
}

/* === v2 footer (compact, single bar) === */
.v2-footer {
    position: relative !important;
    z-index: 2 !important;
    border-top: 1px solid var(--line) !important;
    background: rgba(10, 11, 13,.55) !important;
    backdrop-filter: blur(6px) saturate(120%);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    padding: 0 !important;
    margin-top: 4rem !important;
}
.v2-foot-in {
    max-width: 1480px !important;
    margin: 0 auto !important;
    padding: 1.5rem 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.5rem !important;
    flex-wrap: wrap !important;
}
.v2-foot-brand {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #fff !important;
}
.v2-foot-brand span { color: var(--moon) !important; }
.v2-foot-links {
    display: flex !important;
    gap: 1.5rem !important;
    flex-wrap: wrap !important;
}
.v2-foot-links a {
    color: var(--muted) !important;
    text-decoration: none !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: .82rem !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    transition: color .2s ease !important;
}
.v2-foot-links a:hover { color: var(--text) !important; }
.v2-foot-copy {
    font-family: var(--f-mono) !important;
    font-size: .72rem !important;
    color: var(--dim) !important;
    letter-spacing: .5px !important;
}
@media (max-width: 760px) { .v2-foot-in { padding: 1.2rem !important; } }

/* hide v1 leftover footer if present */
.footer:not(.v2-footer), .footer-grid, .footer-links-group, .footer-bottom { display: none !important; }

/* ===== SUPPORT v2 ===== */
.v2-support {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 2rem 1.5rem 4rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.v2-alert {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    padding: .85rem 1.2rem !important;
    border-radius: 10px !important;
    margin-bottom: 1.5rem !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: .95rem !important;
    font-weight: 600 !important;
}
.v2-alert-ok { background: rgba(133,194,154,.08) !important; border: 1px solid rgba(133,194,154,.25) !important; color: #85C29A !important; }
.v2-alert-err { background: rgba(216,133,146,.08) !important; border: 1px solid rgba(216,133,146,.25) !important; color: #D88592 !important; }
.v2-alert-x {
    background: none !important; border: none !important; color: inherit !important;
    font-size: 1.4rem !important; cursor: pointer !important; opacity: .6 !important;
    padding: 0 .3rem !important; line-height: 1 !important;
}
.v2-alert-x:hover { opacity: 1 !important; }

.v2-card {
    background: rgba(13, 15, 19, .92) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 14px !important;
    padding: 1.8rem !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 18px 44px -18px rgba(0,0,0,.78) !important;
}
.v2-card-center {
    max-width: 520px !important;
    margin: 3rem auto !important;
    text-align: center !important;
    padding: 3rem 2rem !important;
}
.v2-card-icon-lock {
    width: 72px !important; height: 72px !important;
    margin: 0 auto 1.4rem !important;
    border-radius: 50% !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    background: linear-gradient(135deg, rgba(200, 202, 208,.12), rgba(200, 202, 208,.04)) !important;
    border: 1px solid rgba(200, 202, 208,.25) !important;
    color: var(--moon) !important;
}
.v2-card-icon-lock svg { width: 32px !important; height: 32px !important; }
.v2-card-h2 {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important; font-size: 1.6rem !important;
    letter-spacing: 1.5px !important; text-transform: uppercase !important;
    color: var(--text) !important; margin: 0 0 .6rem !important;
}
.v2-card-h3 {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important; font-size: 1.15rem !important;
    letter-spacing: 1.8px !important; text-transform: uppercase !important;
    color: var(--text) !important; margin: 0 0 1.4rem !important;
    padding-bottom: .9rem !important;
    border-bottom: 1px solid rgba(255,255,255,.05) !important;
    display: flex !important; align-items: center !important; gap: .6rem !important;
}
.v2-card-p {
    font-family: 'DM Sans', sans-serif !important;
    font-size: .92rem !important; color: var(--muted) !important;
    margin: 0 0 1.8rem !important; line-height: 1.55 !important;
}
.v2-count { color: var(--dim) !important; font-weight: 500 !important; font-size: .85em !important; }

.v2-btn-steam, .v2-btn-primary {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    gap: .55rem !important;
    padding: .9rem 1.6rem !important;
    border-radius: 10px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important; font-size: .95rem !important;
    letter-spacing: 2px !important; text-transform: uppercase !important;
    text-decoration: none !important; cursor: pointer !important;
    border: none !important;
    transition: transform .2s cubic-bezier(.22,1,.36,1), box-shadow .2s ease, background .2s ease !important;
}
.v2-btn-steam {
    background: rgba(10, 11, 13, .6) !important;
    color: var(--text) !important;
    border: 1px solid rgba(200, 202, 208,.3) !important;
    box-shadow: none !important;
}
.v2-btn-steam:hover {
    transform: none !important;
    background: rgba(200, 202, 208,.08) !important;
    border-color: rgba(200, 202, 208,.6) !important;
    box-shadow: none !important;
}
.v2-btn-steam svg { width: 18px !important; height: 18px !important; }

.v2-btn-primary {
    background: linear-gradient(135deg, var(--moon), #E0E2E6) !important;
    color: #0A0B0D !important;
    box-shadow: 0 6px 20px -6px rgba(200, 202, 208,.5) !important;
}
.v2-btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px -6px rgba(200, 202, 208,.7) !important;
}
.v2-btn-block { width: 100% !important; }

.v2-back-link {
    display: inline-flex !important; align-items: center !important; gap: .35rem !important;
    color: var(--muted) !important; text-decoration: none !important;
    font-family: 'Rajdhani', sans-serif !important; font-weight: 600 !important;
    font-size: .85rem !important; letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 1.5rem !important;
    transition: color .2s ease !important;
}
.v2-back-link:hover { color: var(--moon) !important; }

.v2-support-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.2fr !important;
    gap: 1.5rem !important;
    align-items: start !important;
}
@media (max-width: 880px) { .v2-support-grid { grid-template-columns: 1fr !important; } }

.v2-ticket-detail-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 1.5rem !important;
    align-items: start !important;
}
@media (max-width: 880px) { .v2-ticket-detail-grid { grid-template-columns: 1fr !important; } }

.v2-form { display: flex !important; flex-direction: column !important; gap: 1.1rem !important; }
.v2-form-row { display: flex !important; flex-direction: column !important; gap: .4rem !important; }
.v2-label {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important; font-size: .78rem !important;
    letter-spacing: 1.8px !important; text-transform: uppercase !important;
    color: var(--muted) !important;
}
.v2-label-opt { color: var(--dim) !important; font-weight: 500 !important; text-transform: none !important; letter-spacing: .5px !important; }

.v2-input, .v2-textarea, .v2-select, .v2-file {
    width: 100% !important;
    padding: .8rem .95rem !important;
    background: rgba(0,0,0,.35) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 8px !important;
    color: var(--text) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: .92rem !important;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease !important;
    box-sizing: border-box !important;
    outline: none !important;
}
.v2-textarea { font-family: 'DM Sans', sans-serif !important; resize: vertical !important; min-height: 110px !important; line-height: 1.55 !important; }
.v2-select { appearance: none !important; -webkit-appearance: none !important; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%) !important; background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50% !important; background-size: 5px 5px, 5px 5px !important; background-repeat: no-repeat !important; padding-right: 2.2rem !important; cursor: pointer !important; }
.v2-input:focus, .v2-textarea:focus, .v2-select:focus {
    border-color: rgba(200, 202, 208,.5) !important;
    background: rgba(0,0,0,.5) !important;
    box-shadow: 0 0 0 3px rgba(200, 202, 208,.12) !important;
}
.v2-file { padding: .55rem !important; cursor: pointer !important; }
.v2-file::file-selector-button {
    background: rgba(200, 202, 208,.15) !important;
    color: var(--moon) !important;
    border: 1px solid rgba(200, 202, 208,.3) !important;
    border-radius: 6px !important;
    padding: .4rem .8rem !important;
    margin-right: .8rem !important;
    cursor: pointer !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important; font-size: .8rem !important;
    letter-spacing: 1px !important; text-transform: uppercase !important;
}
.v2-file::file-selector-button:hover { background: rgba(200, 202, 208,.25) !important; }

.v2-tickets-list { display: flex !important; flex-direction: column !important; gap: .6rem !important; }
.v2-ticket-item {
    display: block !important;
    padding: 1rem 1.1rem !important;
    background: rgba(0,0,0,.25) !important;
    border: 1px solid rgba(255,255,255,.05) !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform .2s cubic-bezier(.22,1,.36,1), border-color .2s ease, background .2s ease !important;
}
.v2-ticket-item:hover {
    transform: translateX(4px) !important;
    border-color: rgba(200, 202, 208,.3) !important;
    background: rgba(200, 202, 208,.04) !important;
}
.v2-ti-top { display: flex !important; align-items: center !important; justify-content: space-between !important; margin-bottom: .5rem !important; }
.v2-ti-id { font-family: var(--f-mono) !important; font-size: .75rem !important; color: var(--dim) !important; }
.v2-ti-title {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important; font-size: 1rem !important;
    color: var(--text) !important;
    margin-bottom: .4rem !important;
    letter-spacing: .3px !important;
}
.v2-ti-meta {
    display: flex !important; justify-content: space-between !important; gap: 1rem !important;
    font-size: .75rem !important; color: var(--dim) !important;
    font-family: 'DM Sans', sans-serif !important;
}

.v2-status {
    display: inline-flex !important; align-items: center !important;
    padding: .25rem .6rem !important;
    border-radius: 999px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important; font-size: .7rem !important;
    letter-spacing: 1.5px !important; text-transform: uppercase !important;
}
.v2-status-open { background: rgba(200, 202, 208,.14) !important; color: #E0E2E6 !important; border: 1px solid rgba(200, 202, 208,.3) !important; }
.v2-status-answered { background: rgba(133,194,154,.14) !important; color: #85C29A !important; border: 1px solid rgba(133,194,154,.3) !important; }
.v2-status-closed { background: rgba(200,202,208,.1) !important; color: var(--muted) !important; border: 1px solid rgba(255,255,255,.1) !important; }

.v2-empty {
    text-align: center !important;
    padding: 3rem 1rem !important;
    color: var(--dim) !important;
}
.v2-empty-icon { font-size: 2.5rem !important; margin-bottom: .8rem !important; opacity: .5 !important; }
.v2-empty p { font-family: 'DM Sans', sans-serif !important; font-size: .9rem !important; margin: 0 !important; }

.v2-ticket-detail-head { padding-bottom: 1.2rem !important; border-bottom: 1px solid rgba(255,255,255,.06) !important; margin-bottom: 1.5rem !important; }
.v2-ticket-h3 {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important; font-size: 1.3rem !important;
    color: var(--text) !important; margin: .6rem 0 0 !important;
    letter-spacing: .5px !important;
}
.v2-ticket-body { display: flex !important; flex-direction: column !important; gap: 1rem !important; }
.v2-msg {
    padding: 1rem 1.2rem !important;
    border-radius: 10px !important;
    background: rgba(0,0,0,.25) !important;
    border-left: 3px solid rgba(255,255,255,.1) !important;
}
.v2-msg-user { border-left-color: rgba(200, 202, 208,.5) !important; }
.v2-msg-admin { border-left-color: #85C29A !important; background: rgba(133,194,154,.04) !important; }
.v2-msg-author {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important; font-size: .9rem !important;
    color: var(--text) !important; margin-bottom: .5rem !important;
    letter-spacing: .5px !important;
    display: flex !important; align-items: center !important; gap: .5rem !important;
}
.v2-badge-admin {
    background: rgba(133,194,154,.18) !important; color: #85C29A !important;
    padding: .15rem .5rem !important; border-radius: 4px !important;
    font-size: .65rem !important; letter-spacing: 1.2px !important; text-transform: uppercase !important;
}
.v2-msg-content {
    font-family: 'DM Sans', sans-serif !important; font-size: .92rem !important;
    color: var(--text) !important; line-height: 1.6 !important; word-wrap: break-word !important;
}
.v2-msg-time { font-size: .72rem !important; color: var(--dim) !important; margin-top: .6rem !important; font-family: var(--f-mono) !important; }
.v2-msg-attach { margin-top: .6rem !important; }
.v2-attach-link {
    display: inline-block !important;
    color: var(--moon) !important; text-decoration: none !important;
    font-size: .82rem !important; padding: .3rem .6rem !important;
    background: rgba(200, 202, 208,.08) !important;
    border: 1px solid rgba(200, 202, 208,.2) !important;
    border-radius: 6px !important; margin-right: .5rem !important;
}
.v2-attach-link:hover { background: rgba(200, 202, 208,.15) !important; }

.v2-reply-form { margin-top: 1rem !important; padding-top: 1.2rem !important; border-top: 1px solid rgba(255,255,255,.06) !important; display: flex !important; flex-direction: column !important; gap: .6rem !important; }
.v2-closed-notice {
    text-align: center !important; padding: 1.2rem !important;
    background: rgba(0,0,0,.25) !important; border-radius: 8px !important;
    color: var(--muted) !important; font-family: 'Rajdhani', sans-serif !important;
    font-size: .9rem !important; letter-spacing: 1px !important;
    margin-top: 1rem !important;
}

.v2-ticket-side { position: sticky !important; top: 100px !important; }
.v2-side-h4 {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important; font-size: 1rem !important;
    letter-spacing: 1.8px !important; text-transform: uppercase !important;
    color: var(--text) !important; margin: 0 0 1.2rem !important;
    padding-bottom: .8rem !important; border-bottom: 1px solid rgba(255,255,255,.05) !important;
}
.v2-side-dl { margin: 0 !important; display: grid !important; grid-template-columns: auto 1fr !important; gap: .7rem 1rem !important; font-size: .85rem !important; }
.v2-side-dl dt { color: var(--dim) !important; font-family: 'Rajdhani', sans-serif !important; font-weight: 600 !important; letter-spacing: 1px !important; text-transform: uppercase !important; font-size: .75rem !important; }
.v2-side-dl dd { margin: 0 !important; color: var(--text) !important; font-family: 'DM Sans', sans-serif !important; }

/* sticky footer — kısa içerikli sayfalarda (store, stats vb.) footer ekranın altına yapışır */
html, body { height: auto !important; }
body {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}
body > .v2-footer { margin-top: auto !important; }
body > main, body > .app, body > section { flex-shrink: 0; }
.app { flex: 1 0 auto !important; }

/* === STORE page text legibility — was way too transparent === */
.store-empty {
    text-align: center !important;
    padding: 5rem 1.5rem !important;
}
.store-empty-icon, .store-empty .store-empty-icon {
    color: var(--moon) !important;
    opacity: .85 !important;
    font-size: 3.4rem !important;
    margin-bottom: 1.2rem !important;
}
.store-empty h2 {
    color: var(--text) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    letter-spacing: 1px !important;
    margin-bottom: .6rem !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .55) !important;
}
.store-empty p {
    color: var(--text2) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .5) !important;
}

/* Auth bar — "Login to shop" was almost invisible */
.auth-bar { padding: 1rem 0 !important; }
.auth-guest-text {
    color: var(--text) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .5) !important;
}
.btn-steam, .btn.btn-steam {
    background: rgba(10, 11, 13, .8) !important;
    border: 1px solid var(--line2) !important;
    color: var(--text) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    padding: .55rem 1.1rem !important;
    border-radius: 6px !important;
    text-shadow: none !important;
}
.btn-steam:hover { border-color: var(--moon) !important; color: var(--moon) !important; }

/* Info cards — Instant Delivery / Secure Payment / 24/7 Support */
.store-info { padding: 3rem 0 !important; border-top: 1px solid var(--line) !important; }
.info-card { text-align: center !important; }
.info-card .info-icon, .info-icon {
    color: var(--moon) !important;
    font-size: 1.5rem !important;
    margin-bottom: .8rem !important;
    display: block !important;
    opacity: 1 !important;
}
.info-card h4 {
    color: var(--text) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin-bottom: .35rem !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .5) !important;
}
.info-card p {
    color: var(--text2) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: .88rem !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .45) !important;
}

/* =====================================================================
   LUNAR DARK OVERRIDE — no glow, matte, animated starfield bg
   (loaded last so it wins specificity wars with the older base styles)
   ===================================================================== */

/* Kill every glow/box-shadow that came from the base theme.
   Anything that *needs* a shadow re-enables it explicitly below. */
.hero-title .s2,
.pl-mark-a, .pl-mark-b,
.nav-status, .nav-cta,
.sc-cta, .sc-fill,
.v2-btn-primary, .v2-btn-steam,
.btn-buy,
.fi-chip,
.fi-chip.discord, .fi-chip.steam,
.fi-chip:hover, .fi-chip.discord:hover, .fi-chip.steam:hover,
.nv-srv, .nv-srv:hover,
.nv-srv-dot,
.scard, .scard:hover,
.product-card, .product-card:hover,
.pl-moon, .pl-moon-halo,
.pl-bar-fill,
.s2,
.servers-eye-dot, .ns-dot, .sd, .ed {
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
    animation: none !important;
}
.hero-title { text-shadow: none !important; }

/* Body — pitch dark base, no parallax video needed */
body {
    background: var(--bg) !important;
    color: var(--text) !important;
    font-family: var(--f-body) !important;
    font-weight: 400 !important;
}

/* Atmospheric veil: vignette + soft moonlit color cast + edge fade.
   Heavy enough that the video reads as background mood, not as content. */
#bg-veil {
    background:
        radial-gradient(ellipse 80% 65% at 50% 50%, transparent 0%, rgba(16, 19, 26, .18) 55%, rgba(16, 19, 26, .58) 100%),
        radial-gradient(ellipse 60% 50% at 30% 35%, rgba(200, 202, 208, .14) 0%, transparent 60%),
        radial-gradient(ellipse 55% 45% at 75% 70%, rgba(150, 170, 210, .12) 0%, transparent 60%),
        linear-gradient(180deg, rgba(16, 19, 26, .45) 0%, rgba(16, 19, 26, .15) 22%, rgba(16, 19, 26, .15) 78%, rgba(16, 19, 26, .6) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Video: cinematic — scroll-driven blur via --intro-blur */
#bg-video {
    z-index: 0 !important;
    opacity: .85 !important;
    background: #10131A !important;
    /* sabit taban blur (+4px, hafif) -> tum sayfalarda arka plan hafif buzlu.
       scroll-driven --intro-blur ustune eklenir. Tek element/tek filtre = ucuz. */
    filter: blur(calc(var(--intro-blur, 0px) + 4px)) saturate(95%) brightness(96%) contrast(104%) !important;
    transform: scale(1.06) !important;
    will-change: filter !important;
}
#bg-veil::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #06070A;
    opacity: var(--intro-dim, 0);
    pointer-events: none;
}
#bg-grain {
    background-image:
        radial-gradient(1px 1px at 13% 17%, rgba(255,255,255,.55), transparent 50%),
        radial-gradient(1px 1px at 87% 24%, rgba(200, 202, 208,.5), transparent 50%),
        radial-gradient(1.5px 1.5px at 42% 67%, rgba(255,255,255,.6), transparent 50%),
        radial-gradient(1px 1px at 71% 48%, rgba(200, 202, 208,.45), transparent 50%),
        radial-gradient(1px 1px at 27% 84%, rgba(255,255,255,.5), transparent 50%),
        radial-gradient(1.2px 1.2px at 58% 12%, rgba(200, 202, 208,.55), transparent 50%) !important;
    background-size: 100% 100% !important;
    opacity: .16 !important;
    animation: lunarStars 300s linear infinite !important;
    pointer-events: none !important;
    z-index: 2 !important;
}
@keyframes lunarStars {
    0%   { transform: translate3d(0, 0, 0); opacity: .42; }
    50%  { opacity: .7; }
    100% { transform: translate3d(-30%, -18%, 0); opacity: .42; }
}

/* Slow drifting nebula blob layer — sits *behind* the bg-video for a
   subtle color cast at the edges, doesn't cover the video itself */
body::before {
    content: '';
    position: fixed;
    inset: -20%;
    z-index: -1;
    background:
        radial-gradient(ellipse 38% 28% at 20% 30%, rgba(200, 202, 208, .08), transparent 72%),
        radial-gradient(ellipse 28% 22% at 80% 70%, rgba(180, 196, 220, .06), transparent 72%);
    filter: blur(56px);
    animation: lunarNebula 90s ease-in-out infinite alternate;
    pointer-events: none;
}
@keyframes lunarNebula {
    0%   { transform: translate3d(0, 0, 0) scale(1); opacity: .65; }
    100% { transform: translate3d(3%, -2.5%, 0) scale(1.12); opacity: .9; }
}

/* Hero — Orbitron sci-fi mark, matte, no glow */
.hero { padding-top: 110px !important; }
.hero-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.4rem !important;
    text-align: center !important;
    padding: 0 1.5rem !important;
}
.hero-title { font-family: var(--f-display) !important; margin: 0 !important; }
.hero-title .s2 {
    font-family: 'Rajdhani', 'DM Sans', -apple-system, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    letter-spacing: 14px !important;
    text-transform: uppercase !important;
    color: transparent !important;
    background: linear-gradient(21deg, rgba(255,255,255,1) 0%, rgba(245,251,255,1) 15%, rgba(221,227,255,1) 35%, rgba(167,216,255,1) 60%, rgba(109,174,255,1) 80%, rgba(59,108,255,1) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
    filter: drop-shadow(0 8px 32px rgba(59, 108, 255, .25)) !important;
    line-height: 1 !important;
    font-size: clamp(3rem, 9.5vw, 7.5rem) !important;
    display: inline-block !important;
    padding-right: 14px !important;
}

#heroWrap {
    display: inline-block !important;
    position: relative !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Eyebrow tag above title */
.hero-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: .6rem !important;
    padding: .45rem 1rem !important;
    border: 1px solid var(--line) !important;
    border-radius: 999px !important;
    background: rgba(10, 11, 13, .55) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    color: var(--text2) !important;
    font-family: var(--f-mono) !important;
    font-size: .72rem !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: .4rem !important;
}
.he-dot {
    width: 6px !important; height: 6px !important;
    border-radius: 50% !important;
    background: var(--moon) !important;
}

/* Tagline */
.hero-sub {
    font-family: var(--f-body) !important;
    font-weight: 300 !important;
    font-size: clamp(.9rem, 1.4vw, 1.1rem) !important;
    color: var(--text2) !important;
    letter-spacing: .5px !important;
    max-width: 480px !important;
    margin: 0 auto !important;
    line-height: 1.55 !important;
}

/* Meta stats row */
.hero-meta {
    display: flex !important;
    align-items: center !important;
    gap: 1.4rem !important;
    margin-top: .8rem !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.hm-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: .15rem !important;
    min-width: 86px !important;
}
.hm-num {
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    color: var(--text) !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
}
.hm-num i {
    font-style: normal !important;
    color: var(--muted) !important;
    font-size: .65em !important;
    margin-left: 1px !important;
    font-weight: 400 !important;
}
.hm-lbl {
    font-family: var(--f-mono) !important;
    font-size: .65rem !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: var(--dim) !important;
}
.hm-sep {
    width: 1px !important;
    height: 28px !important;
    background: var(--line) !important;
}

/* CTA pair — twin outline buttons (same style, no container chrome, no focus ring noise) */
.hero-cta {
    display: flex !important;
    gap: .6rem !important;
    margin-top: .6rem !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    position: relative !important;
}
.hero-cta::before, .hero-cta::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    width: 0 !important;
    height: 0 !important;
}
.hcta-primary, .hcta-ghost {
    display: inline-flex !important;
    align-items: center !important;
    gap: .55rem !important;
    padding: .85rem 1.8rem !important;
    border-radius: 4px !important;
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 500 !important;
    font-size: .72rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: transparent !important;
    color: var(--text) !important;
    border: 1px solid rgba(200, 202, 208, .25) !important;
    box-shadow: none !important;
    outline: none !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease !important;
    cursor: pointer !important;
    transform: none !important;
}
.hcta-primary svg, .hcta-ghost svg { opacity: .7 !important; }
.hcta-primary:hover, .hcta-ghost:hover {
    border-color: var(--moon) !important;
    background: rgba(200, 202, 208, .07) !important;
    color: var(--moon-strong) !important;
    transform: none !important;
    box-shadow: none !important;
}
.hcta-primary:focus, .hcta-ghost:focus,
.hcta-primary:focus-visible, .hcta-ghost:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--moon) !important;
}

.hero-scroll, .hero-scroll * {
    font-family: var(--f-mono) !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: var(--muted) !important;
    font-size: .68rem !important;
}
.hero-scroll { margin-top: 2rem !important; }

@media (max-width: 640px) {
    .hm-sep { display: none !important; }
    .hero-meta { gap: 1.6rem !important; }
}

/* Navbar — variable-driven so JS can swap via :root vars on scroll */
.nav {
    background-color: var(--nav-bg, rgba(10, 11, 13, .55)) !important;
    background-image: none !important;
    border-bottom-color: var(--nav-border, var(--line)) !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    backdrop-filter: var(--nav-blur, blur(10px) saturate(140%)) !important;
    -webkit-backdrop-filter: var(--nav-blur, blur(10px) saturate(140%)) !important;
    height: var(--nav-h, 68px) !important;
    box-shadow: var(--nav-shadow, none) !important;
    transition: background-color .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease), height .3s var(--ease) !important;
}
.nav::after {
    background: linear-gradient(90deg, transparent 0%, rgba(200, 202, 208, .14) 50%, transparent 100%) !important;
    height: 1px !important;
}
.nav-links { gap: .3rem !important; }
.nav-links a {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    letter-spacing: .2px !important;
    text-transform: none !important;
    color: var(--text2) !important;
    padding: .65rem 1.15rem !important;
    border-radius: 8px !important;
}
.nav-links a:hover { background: transparent !important; color: var(--text) !important; }
.nav-links a.act { background: transparent !important; color: var(--text) !important; font-weight: 600 !important; }
.nav-links a.act::before {
    background: var(--moon) !important;
    height: 2px !important;
    left: 1.15rem !important;
    right: 1.15rem !important;
    bottom: .25rem !important;
    border-radius: 1px !important;
}

/* Sign in CTA + status pill — matte */
.nav-cta {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: .85rem !important;
    letter-spacing: .3px !important;
    text-transform: none !important;
    padding: .4rem .55rem !important;
    border-radius: 8px !important;
    background: transparent !important;
    border: none !important;
    color: var(--text) !important;
    transition: color .2s ease, background .2s ease !important;
}
.nav-cta:hover {
    color: var(--moon) !important;
    background: rgba(255, 255, 255, .05) !important;
}
.nav-status {
    font-family: 'DM Sans', sans-serif !important;
    font-size: .8rem !important;
    letter-spacing: .3px !important;
    font-weight: 600 !important;
    padding: .5rem .4rem !important;
    background: transparent !important;
    border: none !important;
    color: var(--text2) !important;
    text-transform: none !important;
}
.nav-status .ns-dot {
    background: var(--success) !important;
    width: 6px !important; height: 6px !important;
    box-shadow: none !important;
}
/* Navbar logo accent inherits cool silver */
.nav-logo-mark { color: var(--moon) !important; }
.nav-logo-mark:hover { transform: scale(1.05) !important; filter: none !important; }

/* Nav-left group: brand + server pills */
.nav-left {
    display: flex !important;
    align-items: center !important;
    gap: 1.4rem !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

/* Brand: crescent moon + wordmark */
.nav-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: .65rem !important;
    text-decoration: none !important;
    padding: .25rem .35rem !important;
    border-radius: 6px !important;
    transition: opacity .2s ease !important;
}
.nav-brand:hover { opacity: .85 !important; }
.nav-brand-icon {
    width: 26px !important;
    height: 26px !important;
    flex-shrink: 0 !important;
    transition: transform .4s cubic-bezier(.22,1,.36,1) !important;
}
.nav-brand:hover .nav-brand-icon { transform: rotate(-12deg) !important; }
.nav-brand-text {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: .35rem !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: .92rem !important;
    letter-spacing: .8px !important;
    line-height: 1 !important;
    color: var(--text) !important;
}
.nav-brand-text b {
    font-weight: 700 !important;
    color: var(--text) !important;
}
.nav-brand-text em {
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--muted) !important;
    letter-spacing: 1px !important;
}

/* Next-wipe pill in nav-actions */
.nav-wipe {
    display: inline-flex !important;
    align-items: center !important;
    gap: .55rem !important;
    padding: .42rem .8rem !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .03) !important;
    border: 1px solid var(--line) !important;
    font-family: 'DM Sans', sans-serif !important;
    color: var(--text2) !important;
    transition: border-color .2s ease, background .2s ease !important;
}
.nav-wipe:hover {
    border-color: rgba(200, 202, 208, .3) !important;
    background: rgba(200, 202, 208, .05) !important;
}
.nw-icon {
    color: var(--moon) !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    opacity: .9 !important;
}
.nw-grp { display: inline-flex !important; flex-direction: column !important; gap: 1px !important; line-height: 1 !important; }
.nw-lbl {
    font-size: .58rem !important;
    font-weight: 500 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    color: var(--muted) !important;
}
.nw-val {
    font-family: 'JetBrains Mono', monospace !important;
    font-size: .82rem !important;
    font-weight: 600 !important;
    color: var(--text) !important;
}
.nw-val i {
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--muted) !important;
    font-size: .85em !important;
    margin-left: 1px !important;
    margin-right: 3px !important;
}

@media (max-width: 920px) {
    .nav-wipe, .nav-srv { display: none !important; }
}
@media (max-width: 640px) {
    .nav-brand-text { display: none !important; }
}

/* Server status pill — matte */
.nv-srv {
    background: rgba(10, 11, 13, .5) !important;
    border: 1px solid var(--line) !important;
}
.nv-srv:hover {
    background: rgba(17, 19, 22, .8) !important;
    border-color: rgba(200, 202, 208, .25) !important;
    transform: none !important;
}
.nv-srv-dot { background: #85C29A !important; box-shadow: none !important; animation: none !important; }
.nv-srv.off .nv-srv-dot { background: #D88592 !important; }

/* Sign in / nav CTA — matte outline */
.nav-cta, .nav-status {
    background: transparent !important;
    border: 1px solid var(--line) !important;
    color: var(--text) !important;
    box-shadow: none !important;
}
.nav-cta:hover { border-color: var(--moon) !important; background: transparent !important; }

/* Nav actions — kutusuz, hizalı, dolgun profil */
.nav-actions { gap: 1rem !important; }
.nav-actions .nav-status,
.nav-actions .nav-cta {
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 .35rem !important;
    line-height: 1 !important;
}
/* Online göstergesi — tek satır, sade */
.nav-actions .nav-status {
    gap: .5rem !important;
    font-size: .9rem !important;
    color: var(--text2) !important;
}
/* Profil — büyük avatar + dolgun isim */
.nav-actions .nav-cta {
    gap: .6rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: var(--text) !important;
}
.nav-actions .nav-cta:hover {
    color: var(--moon) !important;
    background: transparent !important;
}
.nav-actions .nav-avatar {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 2px solid var(--line) !important;
}
.nav-actions .nav-cta:hover .nav-avatar {
    border-color: var(--moon) !important;
}
.nav-actions .nav-cta-icon {
    width: 20px !important;
    height: 20px !important;
}

/* Server cards — matte border, hover = brightened border only */
.scard {
    background: rgba(13, 15, 19, .6) !important;
    border: 1px solid var(--line) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    transition: border-color .35s ease, background .35s ease, transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s cubic-bezier(.22,1,.36,1) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
}
.scard:hover {
    background: rgba(17, 19, 22, .78) !important;
    border-color: rgba(200, 202, 208, .32) !important;
    transform: translateY(-4px) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 22px 48px -22px rgba(0, 0, 0, .65) !important;
}
.sc-cta, .v2-btn-primary, .btn-buy {
    background: transparent !important;
    border: 1px solid rgba(200, 202, 208, .35) !important;
    color: var(--text) !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: var(--f-body) !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    transition: background .3s cubic-bezier(.22,1,.36,1), color .3s ease, border-color .3s ease !important;
}
.sc-cta:hover, .v2-btn-primary:hover, .btn-buy:hover {
    background: var(--moon) !important;
    border-color: var(--moon) !important;
    color: #0B0D11 !important;
    transform: none !important;
}
.sc-fill { background: linear-gradient(90deg, #9DA3AE, #E0E2E6) !important; box-shadow: none !important; }

/* Product card same matte treatment */
.product-card {
    background: #14161A !important;
    border: 1px solid var(--line) !important;
    backdrop-filter: none !important;
    box-shadow: 0 12px 36px -14px rgba(0,0,0,0.55) !important;
}
.product-card:hover {
    background: #1F2227 !important;
    border-color: rgba(200, 202, 208, .35) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 20px 48px -16px rgba(0,0,0,0.7) !important;
}
.current-price { color: var(--moon) !important; font-family: var(--f-display) !important; font-weight: 600 !important; }

/* Floating Discord/Steam — matte, neutralized, smaller glow */
.fi-chip {
    background: rgba(10, 11, 13, .85) !important;
    border: 1px solid var(--line) !important;
    box-shadow: none !important;
}
.fi-chip.discord, .fi-chip.steam {
    background: rgba(10, 11, 13, .85) !important;
    box-shadow: none !important;
}
.fi-chip svg { color: var(--text) !important; fill: var(--text) !important; }
.fi-chip:hover {
    border-color: rgba(200, 202, 208, .4) !important;
    transform: translateY(-1px) scale(1) !important;
    filter: none !important;
    box-shadow: none !important;
}

/* Page loader — sharp matte moon, no halo glow */
#page-loader {
    background: var(--bg) !important;
}
#page-loader::before { display: none !important; }
.pl-stars { opacity: .35 !important; }
.pl-moon-halo { display: none !important; }
.pl-moon {
    filter: none !important;
    animation: plMoonFloat 6s ease-in-out infinite !important;
}
.pl-mark {
    font-family: var(--f-display) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    letter-spacing: 7px !important;
    text-transform: uppercase !important;
    font-size: 2rem !important;
}
.pl-mark-a { color: var(--text) !important; text-shadow: none !important; }
.pl-mark-b { color: var(--moon) !important; text-shadow: none !important; }
.pl-bar { background: rgba(255,255,255,.04) !important; }
.pl-bar-fill {
    background: linear-gradient(90deg, transparent, var(--moon), transparent) !important;
    box-shadow: none !important;
    animation: plBar 1.6s ease-in-out infinite !important;
}

/* Status / online indicator dots — matte, no pulse glow */
.sc-status, .sd, .ns-dot { box-shadow: none !important; }
.ns-dot { background: var(--moon) !important; }

/* Navbar server chip — sol ustte, Max5'e ozel, online/offline nokta */
.nav-left { display: flex; align-items: center; flex: 0 0 auto; gap: .85rem; }
.nav-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.nav-logo-img {
    height: 46px; width: auto; display: block;
    transition: transform .2s ease, filter .2s ease;
}
.nav-logo:hover .nav-logo-img { transform: scale(1.06); filter: drop-shadow(0 0 9px rgba(200, 202, 208, .45)); }
@media (max-width: 760px) { .nav-logo-img { height: 38px; } }
.nav-srv {
    display: inline-flex; align-items: baseline; gap: .4rem;
    text-decoration: none; white-space: nowrap;
    font-family: var(--f-display);
    transition: opacity .2s ease;
}
.nav-srv:hover { opacity: .75; }
.nav-srv .nsv-tag {
    font-size: .82rem; font-weight: 700;
    letter-spacing: .04em;
}
.nav-srv.on  .nsv-tag { color: var(--success); }
.nav-srv.off .nsv-tag { color: var(--danger); }
.nav-srv .nsv-meta {
    font-family: var(--f-mono);
    font-size: .74rem;
    color: var(--text2);
    font-variant-numeric: tabular-nums;
}
@media (max-width: 760px) { .nav-srv .nsv-tag { font-size: .78rem; } }

.nav-brand-logo {
    width: 26px; height: 26px;
    display: block; flex-shrink: 0;
    border-radius: 6px;
    transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.nav-brand:hover .nav-brand-logo { transform: rotate(-8deg); }
.nav-brand-name {
    display: flex;
    flex-direction: column;
    font-family: 'Rajdhani', sans-serif;
    line-height: .9;
    text-transform: uppercase;
}
.nav-brand-name b {
    font-size: .8rem;
    letter-spacing: .26em;
}
.nav-brand-name b:first-child { color: var(--text2); font-weight: 500; }
.nav-brand-name b:last-child  { color: var(--text);  font-weight: 700; }
@media (max-width: 600px) { .nav-brand-name { display: none; } }

/* Page transition overlay — pure dark, no glow */
#page-trans {
    background: var(--bg) !important;
}

/* Footer — quiet */
.v2-footer { background: transparent !important; border-top: 1px solid var(--line) !important; }
.v2-foot-copy { font-family: var(--f-mono) !important; color: var(--dim) !important; }

/* ============================================================
   Nav language switcher
   ============================================================ */
.nav-lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    margin: 0 8px 0 4px;
}
.nav-lang-opt {
    color: var(--text-muted);
    text-decoration: none;
    padding: 4px 6px;
    border-radius: var(--radius-sm);
    transition: color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);
}
.nav-lang-opt:hover { color: var(--text-secondary); }
.nav-lang-opt.is-active { color: var(--text-primary); background: var(--accent-subtle); }
.nav-lang-sep { color: var(--text-muted); opacity: .5; }

/* ============================================================
   Home Updates section
   ============================================================ */
.home-updates {
    padding: 6rem 2.5rem 5rem;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 760px) { .home-updates { padding: 4rem 1.2rem 3rem; } }

.hu-head {
    text-align: center;
    margin-bottom: 2.5rem;
}
.hu-eye {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 14px;
}
.hu-eye-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 8px var(--accent-glow);
}
.hu-h2 {
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    letter-spacing: var(--ls-tight);
    color: var(--text-primary);
    line-height: var(--lh-snug);
    margin-bottom: 8px;
    text-transform: uppercase;
}
.hu-sub {
    font-family: var(--f-body);
    color: var(--text-muted);
    font-size: var(--text-sm);
}

.hu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
}
@media (max-width: 960px) { .hu-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .hu-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

.hu-card {
    display: flex;
    flex-direction: column;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform var(--duration-normal) var(--ease-out),
                border-color var(--duration-fast) var(--ease-out),
                box-shadow var(--duration-normal) var(--ease-out);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hu-card:hover {
    transform: translateY(-3px);
    border-color: var(--border-default);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
}

.hu-card-img {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--bg-elevated);
}
.hu-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--duration-slow) var(--ease-out);
    display: block;
}
.hu-card:hover .hu-card-img img { transform: scale(1.04); }
.hu-card-img-fallback {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--bg-elevated) 0%, var(--bg-surface) 100%);
}

.hu-card-body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}
.hu-card-date {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    color: var(--text-muted);
    text-transform: uppercase;
}
.hu-card-title {
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
    font-size: var(--text-md);
    letter-spacing: 0;
    color: var(--text-primary);
    line-height: var(--lh-snug);
    margin: 2px 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color var(--duration-fast) var(--ease-out);
}
.hu-card:hover .hu-card-title { color: var(--accent-hover); }
.hu-card-excerpt {
    font-family: var(--f-body);
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: var(--lh-normal);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.hu-card-link {
    margin-top: 10px;
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-secondary);
    text-transform: uppercase;
    transition: color var(--duration-fast) var(--ease-out);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.hu-card:hover .hu-card-link { color: var(--accent-hover); }
.hu-arrow { transition: transform var(--duration-fast) var(--ease-out); }
.hu-card:hover .hu-arrow { transform: translateX(3px); }

.hu-foot {
    text-align: center;
    margin-top: 2.5rem;
}
.hu-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border: 1px solid var(--border-default);
    border-radius: var(--radius-full);
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-secondary);
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(17, 19, 22, 0.4);
    transition: color var(--duration-fast) var(--ease-out),
                border-color var(--duration-fast) var(--ease-out),
                background-color var(--duration-fast) var(--ease-out);
}
.hu-all:hover {
    color: var(--text-primary);
    border-color: var(--accent);
    background: var(--accent-subtle);
}
.hu-all:hover .hu-arrow { transform: translateX(3px); }

/* ============================================================
   Community section — Discord widget + Steam
   ============================================================ */
.community {
    padding: 5rem 2.5rem 6rem;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 760px) { .community { padding: 3rem 1.2rem 4rem; } }

.cm-head { text-align: center; margin-bottom: 2.5rem; }
.cm-eye {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 14px;
}
.cm-eye-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 8px var(--accent-glow);
}
.cm-h2 {
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    letter-spacing: var(--ls-tight);
    color: var(--text-primary);
    margin-bottom: 8px;
    text-transform: uppercase;
}
.cm-sub {
    font-family: var(--f-body);
    color: var(--text-muted);
    font-size: var(--text-sm);
}

.cm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
}
@media (max-width: 760px) { .cm-grid { grid-template-columns: 1fr; } }

.cm-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px 28px 24px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: inherit;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform var(--duration-normal) var(--ease-out),
                border-color var(--duration-fast) var(--ease-out),
                box-shadow var(--duration-normal) var(--ease-out);
    position: relative;
    overflow: hidden;
}
.cm-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-subtle) 0%, transparent 70%);
    opacity: 0;
    transition: opacity var(--duration-normal) var(--ease-out);
    pointer-events: none;
}
.cm-card:hover {
    transform: translateY(-3px);
    border-color: var(--border-default);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
}
.cm-card:hover::before { opacity: 1; }

.cm-discord:hover, .cm-steam:hover { border-color: rgba(200, 202, 208, .32); }

.cm-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.cm-icon {
    width: 36px;
    height: 36px;
    padding: 7px;
    border-radius: var(--radius-md);
    background: var(--bg-elevated);
    border: 1px solid var(--border-subtle);
    color: var(--text-secondary);
}
.cm-discord .cm-icon { color: var(--discord); }
.cm-steam .cm-icon { color: var(--steam); }

.cm-pulse {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 11px;
    border-radius: var(--radius-full);
    background: var(--success-subtle);
    border: 1px solid rgba(133, 194, 154, 0.22);
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    color: var(--success);
    text-transform: uppercase;
}
.cm-pulse-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 7px rgba(133, 194, 154, 0.7);
    animation: none;
}
@keyframes cmPulse { 0%,100%{opacity:1;} 50%{opacity:.35;} }
.cm-pulse-static {
    background: var(--accent-subtle);
    border-color: var(--glass-border);
    color: var(--text-secondary);
}

.cm-card-name {
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
    font-size: var(--text-lg);
    letter-spacing: 0;
    color: var(--text-primary);
    line-height: 1.2;
    margin: 0;
    position: relative;
    z-index: 1;
}

.cm-stats {
    display: flex;
    align-items: stretch;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    background: rgba(10, 11, 13, 0.4);
    position: relative;
    z-index: 1;
}
.cm-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.cm-stat-num {
    font-family: var(--f-display);
    font-weight: var(--fw-bold);
    font-size: var(--text-xl);
    color: var(--text-primary);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.cm-stat-lbl {
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: var(--ls-wide);
    color: var(--text-muted);
    text-transform: uppercase;
}
.cm-stat-sep {
    width: 1px;
    background: var(--border-subtle);
}

.cm-avatars {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 1;
}
.cm-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--bg-base);
    object-fit: cover;
    margin-left: -8px;
    background: var(--bg-elevated);
    transition: transform var(--duration-fast) var(--ease-out);
}
.cm-avatar:first-child { margin-left: 0; }
.cm-avatar:hover { transform: translateY(-2px); z-index: 2; }
.cm-avatar-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-secondary);
    background: var(--bg-elevated);
    letter-spacing: 0;
    text-transform: none;
}

.cm-desc {
    font-family: var(--f-body);
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: var(--lh-normal);
    margin: 0;
    position: relative;
    z-index: 1;
}

.cm-cta {
    margin-top: auto;
    padding-top: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-secondary);
    text-transform: uppercase;
    transition: color var(--duration-fast) var(--ease-out);
    position: relative;
    z-index: 1;
}
.cm-card:hover .cm-cta { color: var(--text-primary); }
.cm-card:hover .cm-cta .hu-arrow { transform: translateX(3px); }

/* Floating chip count badge */
.fi-chip { position: relative; }
.fi-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: var(--radius-full);
    background: var(--success);
    color: #0A0B0D;
    font-family: var(--f-mono);
    font-size: 10px;
    font-weight: var(--fw-bold);
    line-height: 18px;
    text-align: center;
    border: 2px solid var(--bg-base);
    box-shadow: 0 0 8px rgba(133, 194, 154, 0.4);
}

/* ============================================================
   Wipes page (simple)
   ============================================================ */
.wp2-main {
    max-width: 760px;
    margin: 0 auto;
    padding: 9rem 1.5rem 5rem;
    position: relative;
    z-index: 2;
}
.wp2-hero {
    text-align: center;
    padding: 0 0 3rem;
    border-bottom: 1px solid var(--border-subtle);
    margin-bottom: 3rem;
}
.wp2-eyebrow {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 28px;
}
.wp2-line1 {
    font-family: var(--f-body);
    font-size: var(--text-md);
    color: var(--text-secondary);
    margin-bottom: 14px;
}
.wp2-big {
    display: inline-flex;
    align-items: baseline;
    gap: clamp(10px, 2vw, 22px);
    margin-bottom: 18px;
    line-height: 1;
}
.wp2-bu {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
}
.wp2-bn {
    font-family: var(--f-display);
    font-weight: var(--fw-extrabold);
    font-size: clamp(3rem, 10vw, 6.5rem);
    color: var(--text-primary);
    letter-spacing: var(--ls-tight);
    text-shadow: none;
    font-variant-numeric: tabular-nums;
    min-width: 1.2ch;
    text-align: right;
    line-height: 1;
}
.wp2-bl {
    font-family: var(--f-mono);
    font-size: clamp(1rem, 2.4vw, 1.5rem);
    color: var(--text-muted);
    text-transform: lowercase;
    font-weight: var(--fw-medium);
    margin-right: 2px;
}
@media (max-width: 520px) {
    .wp2-big { gap: 8px; }
    .wp2-bu { gap: 2px; }
}
.wp2-line2 {
    font-family: var(--f-mono);
    font-size: var(--text-sm);
    color: var(--text-secondary);
    letter-spacing: var(--ls-wide);
    margin-bottom: 36px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.wp2-type-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    font-family: var(--f-mono);
    font-size: 11px;
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wider);
    text-transform: uppercase;
    border: 1px solid;
}
.wp2-type-badge.is-force {
    color: #D4A76A;
    background: rgba(212, 167, 106, 0.10);
    border-color: rgba(212, 167, 106, 0.35);
}
.wp2-type-badge.is-map {
    color: var(--text-secondary);
    background: var(--accent-subtle);
    border-color: var(--glass-border);
}
.wp2-explain {
    max-width: 540px;
    margin: 0 auto;
    padding: 22px 26px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-family: var(--f-body);
    font-size: var(--text-base);
    line-height: var(--lh-relaxed);
    color: var(--text-secondary);
    text-align: left;
}
.wp2-explain strong {
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
    display: block;
    margin-bottom: 6px;
    font-family: var(--f-display);
    letter-spacing: var(--ls-tight);
}

.wp2-upcoming { padding-top: 0; }
.wp2-up-head {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}
.wp2-up-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
@media (max-width: 600px) { .wp2-up-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; } }

.wp2-card {
    position: relative;
    padding: 30px 20px 20px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    text-align: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);
}
.wp2-card-tag {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 10px;
    border-radius: var(--radius-full);
    font-family: var(--f-mono);
    font-size: 10px;
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wider);
    text-transform: uppercase;
    border: 1px solid;
    background: var(--bg-base);
}
.wp2-card-tag.is-force {
    color: #D4A76A;
    border-color: rgba(212, 167, 106, 0.45);
}
.wp2-card-tag.is-map {
    color: var(--text-secondary);
    border-color: var(--border-default);
}
.wp2-card:hover { border-color: var(--border-default); transform: translateY(-2px); }
.wp2-card.is-next {
    border-color: var(--accent);
    background: linear-gradient(180deg, var(--accent-subtle) 0%, var(--glass-bg) 70%);
    box-shadow: 0 0 24px var(--accent-glow);
}
.wp2-card-date {
    font-family: var(--f-display);
    font-weight: var(--fw-bold);
    font-size: var(--text-xl);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 6px;
}
.wp2-card-day {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 14px;
}
.wp2-card-out {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-secondary);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.wp2-now-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 7px var(--accent-glow);
    animation: none;
}
.wp2-card.is-next .wp2-card-out { color: var(--accent); }

/* ============================================================
   Wipes page — 3 wipe types
   ============================================================ */
.wp3-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 9rem 1.5rem 5rem;
    position: relative;
    z-index: 2;
}
.wp3-intro {
    text-align: center;
    margin-bottom: 3rem;
}
.wp3-h1 {
    font-family: var(--f-display);
    font-weight: var(--fw-extrabold);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    letter-spacing: var(--ls-tight);
    color: var(--text-primary);
    margin: 14px 0 12px;
    text-transform: uppercase;
}
.wp3-sub {
    font-family: var(--f-body);
    font-size: var(--text-md);
    color: var(--text-secondary);
    margin: 0;
}

.wp3-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 4rem;
}
@media (max-width: 960px) { .wp3-cards { grid-template-columns: 1fr; max-width: 540px; margin-left: auto; margin-right: auto; } }

.wp3-card {
    padding: 26px 26px 28px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    transition: border-color var(--duration-fast) var(--ease-out);
}
.wp3-card.is-soonest {
    border-color: var(--accent);
    background: linear-gradient(180deg, var(--accent-subtle) 0%, var(--glass-bg) 70%);
    box-shadow: 0 0 28px var(--accent-glow);
}
.wp3-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.wp3-card-cadence {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
}
.wp3-card-pill {
    padding: 3px 10px;
    border-radius: var(--radius-full);
    background: var(--accent);
    color: var(--bg-base);
    font-family: var(--f-mono);
    font-size: 10px;
    font-weight: var(--fw-bold);
    letter-spacing: var(--ls-wider);
    text-transform: uppercase;
}
.wp3-card-title {
    font-family: var(--f-display);
    font-weight: var(--fw-bold);
    font-size: var(--text-xl);
    color: var(--text-primary);
    letter-spacing: var(--ls-tight);
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}
.wp3-card-tag {
    display: inline-block;
    width: fit-content;
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: var(--ls-wider);
    color: var(--text-secondary);
    background: rgba(10, 11, 13, 0.5);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-full);
    padding: 3px 10px;
    text-transform: uppercase;
}
.wp3-count {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 6px 4px;
    margin-top: 6px;
}
.wp3-count .wp2-bu {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 44px;
}
.wp3-count .wp2-bn {
    font-family: var(--f-display);
    font-weight: var(--fw-extrabold);
    font-size: clamp(1.6rem, 3.4vw, 2.3rem);
    color: var(--text-primary);
    line-height: 1;
    letter-spacing: var(--ls-tight);
    text-shadow: none;
    font-variant-numeric: tabular-nums;
    text-align: center;
}
.wp3-count .wp2-bl {
    font-family: var(--f-mono);
    font-size: 11px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: var(--ls-wide);
    font-weight: var(--fw-medium);
}
.wp3-sep {
    font-family: var(--f-display);
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: var(--text-muted);
    opacity: 0.4;
    padding-bottom: 18px;
    line-height: 1;
}
@media (max-width: 420px) { .wp3-sep { display: none; } .wp3-count { gap: 6px 10px; } }
.wp3-card-when {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    color: var(--text-secondary);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-subtle);
}
.wp3-card-desc {
    font-family: var(--f-body);
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: var(--lh-relaxed);
    margin: 0;
}
.wp3-card-desc strong {
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
}

.wp3-card-source {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    padding: 10px 14px;
    border-radius: var(--radius-md);
    background: rgba(10, 11, 13, 0.5);
    border: 1px solid var(--border-subtle);
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    color: var(--text-secondary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: var(--ls-wide);
    transition: border-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);
}
a.wp3-card-source:hover {
    color: var(--text-primary);
    border-color: var(--border-default);
}
.wp3-src-lbl {
    color: var(--text-muted);
    flex-shrink: 0;
}
.wp3-src-val {
    flex: 1;
    color: var(--text-secondary);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--f-body);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.wp3-card-source:hover .wp3-src-val { color: var(--text-primary); }
.wp3-src-arrow {
    flex-shrink: 0;
    color: var(--text-muted);
    transition: transform var(--duration-fast) var(--ease-out);
}
a.wp3-card-source:hover .wp3-src-arrow { transform: translateX(3px); color: var(--accent); }
.wp3-card-source-static { cursor: default; }

.wp3-thursdays {
    max-width: 720px;
    margin: 0 auto;
}
.wp3-th-head {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 14px;
    text-align: center;
}
.wp3-th-list {
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    background: var(--glass-bg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}
.wp3-th-row {
    display: grid;
    grid-template-columns: 100px 1fr auto 90px;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    border-bottom: 1px solid var(--border-subtle);
    font-family: var(--f-body);
    font-size: var(--text-sm);
}
.wp3-th-row:last-child { border-bottom: 0; }
.wp3-th-date {
    font-family: var(--f-display);
    font-weight: var(--fw-bold);
    color: var(--text-primary);
    font-size: var(--text-md);
    letter-spacing: var(--ls-tight);
}
.wp3-th-day {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    color: var(--text-muted);
    text-transform: uppercase;
}
.wp3-th-out {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    color: var(--text-secondary);
    text-transform: uppercase;
    text-align: right;
}
@media (max-width: 600px) {
    .wp3-th-row { grid-template-columns: auto auto; gap: 6px 14px; padding: 12px 16px; }
    .wp3-th-day { grid-column: 1 / -1; }
    .wp3-th-out { grid-column: 2; text-align: right; }
}

/* ============================================================
   Wipes — cinematic hero version
   ============================================================ */
.wpx-main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem 5rem;
    position: relative;
    z-index: 2;
}

/* HERO */
.wpx-hero {
    position: relative;
    padding: 8rem 1.5rem 5rem;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.wpx-moon {
    position: absolute;
    top: 50%;
    right: -6%;
    transform: translateY(-50%);
    width: clamp(420px, 60vw, 720px);
    height: clamp(420px, 60vw, 720px);
    pointer-events: none;
    opacity: 0.55;
    z-index: 0;
    filter: drop-shadow(0 0 80px rgba(200, 202, 208, 0.10));
    animation: wpxMoonFloat 14s ease-in-out infinite;
}
.wpx-moon svg { width: 100%; height: 100%; display: block; }
@keyframes wpxMoonFloat {
    0%, 100% { transform: translateY(-50%) rotate(0deg); }
    50%      { transform: translateY(calc(-50% - 18px)) rotate(2deg); }
}
@media (max-width: 880px) {
    .wpx-moon { right: -25%; top: 8%; transform: none; opacity: 0.28; }
    @keyframes wpxMoonFloat {
        0%, 100% { transform: translate(0, 0) rotate(0deg); }
        50%      { transform: translate(0, -14px) rotate(2deg); }
    }
}

.wpx-hero-in {
    position: relative;
    z-index: 1;
    max-width: 760px;
    width: 100%;
}

.wpx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid var(--border-default);
    border-radius: var(--radius-full);
    background: rgba(10, 11, 13, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-secondary);
    text-transform: uppercase;
    margin-bottom: 28px;
}
.wpx-eyebrow-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px var(--accent-glow);
    animation: none;
}

.wpx-type {
    font-family: var(--f-display);
    font-weight: var(--fw-extrabold);
    font-size: clamp(3rem, 9vw, 6.5rem);
    color: var(--text-primary);
    line-height: 0.95;
    letter-spacing: var(--ls-tighter);
    text-transform: uppercase;
    margin: 0 0 40px;
    text-shadow: none;
}

.wpx-count {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 28px;
}
.wpx-bu {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 78px;
}
.wpx-bn {
    font-family: var(--f-display);
    font-weight: var(--fw-extrabold);
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    color: var(--text-primary);
    line-height: 1;
    letter-spacing: var(--ls-tight);
    text-shadow: none;
    font-variant-numeric: tabular-nums;
    text-align: center;
}
.wpx-bl {
    font-family: var(--f-mono);
    font-size: var(--text-xs);
    color: var(--text-secondary);
    letter-spacing: var(--ls-wider);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
}
.wpx-sep {
    font-family: var(--f-display);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--text-muted);
    opacity: 0.4;
    padding-bottom: 22px;
    line-height: 1;
    margin: 0 6px;
}
@media (max-width: 540px) {
    .wpx-sep { display: none; }
    .wpx-bu { min-width: 60px; }
    .wpx-count { gap: 8px 14px; }
}

.wpx-when {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-full);
    background: rgba(10, 11, 13, 0.5);
    font-family: var(--f-mono);
    font-size: var(--text-sm);
    color: var(--text-primary);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    margin-bottom: 22px;
}
.wpx-when-sep { color: var(--text-muted); opacity: 0.5; }
.wpx-hero-desc {
    font-family: var(--f-body);
    font-size: var(--text-md);
    color: var(--text-secondary);
    max-width: 480px;
    line-height: var(--lh-normal);
}

/* OTHERS — alt 2 wipe ufak destek satırı */
.wpx-others {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}
@media (max-width: 720px) { .wpx-others { grid-template-columns: 1fr; } }

.wpx-other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 26px;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    background: var(--glass-bg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);
}
.wpx-other:hover {
    border-color: var(--border-default);
    transform: translateY(-2px);
}
.wpx-other-l { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.wpx-other-cadence {
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
}
.wpx-other-label {
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
    font-size: var(--text-md);
    color: var(--text-primary);
    letter-spacing: var(--ls-tight);
    text-transform: uppercase;
}
.wpx-other-short {
    font-family: var(--f-body);
    font-size: var(--text-xs);
    color: var(--text-secondary);
}
.wpx-other-r {
    text-align: right;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.wpx-other-d {
    font-family: var(--f-display);
    font-weight: var(--fw-bold);
    font-size: 2.2rem;
    color: var(--text-primary);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    text-shadow: none;
}
.wpx-other-d span {
    font-family: var(--f-mono);
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-left: 4px;
    font-weight: var(--fw-medium);
    text-transform: uppercase;
}
.wpx-other-when {
    font-family: var(--f-mono);
    font-size: 10px;
    color: var(--text-muted);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
}

/* CALENDAR */
.wpx-cal {
    max-width: 720px;
    margin: 0 auto 3rem;
}
.wpx-cal-head {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 14px;
}
.wpx-cal-list {
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    background: var(--glass-bg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}
.wpx-cal-row {
    display: grid;
    grid-template-columns: 80px 1fr auto 70px;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    border-bottom: 1px solid var(--border-subtle);
    font-family: var(--f-body);
}
.wpx-cal-row:last-child { border-bottom: 0; }
.wpx-cal-date {
    font-family: var(--f-display);
    font-weight: var(--fw-bold);
    font-size: var(--text-md);
    color: var(--text-primary);
}
.wpx-cal-day {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    color: var(--text-muted);
    text-transform: uppercase;
}
.wpx-cal-badge {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    font-family: var(--f-mono);
    font-size: 10px;
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-wider);
    text-transform: uppercase;
    border: 1px solid;
}
.wpx-cal-badge.is-full {
    color: #D4A76A;
    background: rgba(212, 167, 106, 0.10);
    border-color: rgba(212, 167, 106, 0.35);
}
.wpx-cal-badge.is-map {
    color: var(--text-secondary);
    background: var(--accent-subtle);
    border-color: var(--glass-border);
}
.wpx-cal-out {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    color: var(--text-secondary);
    text-align: right;
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
}
@media (max-width: 540px) {
    .wpx-cal-row { grid-template-columns: 1fr auto; gap: 6px 12px; }
    .wpx-cal-day { grid-column: 1 / -1; }
    .wpx-cal-out { grid-column: 2; text-align: right; }
}

/* SOURCE strip */
.wpx-src {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.wpx-src-lbl {
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.wpx-src-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-full);
    background: rgba(10, 11, 13, 0.5);
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    color: var(--text-secondary);
    text-decoration: none;
    letter-spacing: var(--ls-wide);
    transition: color var(--duration-fast), border-color var(--duration-fast);
    text-transform: uppercase;
}
.wpx-src-link:hover { color: var(--text-primary); border-color: var(--accent); }
.wpx-src-name { color: var(--text-primary); }
.wpx-src-bullet { color: var(--text-muted); opacity: 0.5; }
.wpx-src-patch { color: var(--text-secondary); text-transform: none; letter-spacing: 0; font-family: var(--f-body); }
.wpx-src-link:hover .wpx-src-patch { color: var(--text-primary); }
.wpx-src-arrow { color: var(--text-muted); transition: transform var(--duration-fast); }
.wpx-src-link:hover .wpx-src-arrow { transform: translateX(3px); color: var(--accent); }

/* legacy wp- classes (eski sayfa kullanılmıyor artık ama style.css için kalabilir) */
.wipes-main { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 2; }

.wp-hero {
    padding: 9rem 1rem 4rem;
    text-align: center;
    border-bottom: 1px solid var(--border-subtle);
    margin-bottom: 3rem;
}
.wp-hero-in { max-width: 760px; margin: 0 auto; }
.wp-h1 {
    font-family: var(--f-display);
    font-weight: var(--fw-extrabold);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    letter-spacing: var(--ls-tight);
    color: var(--text-primary);
    margin: 14px 0 28px;
    text-transform: uppercase;
}

.wp-bigcount {
    display: inline-flex;
    align-items: stretch;
    gap: 8px;
    padding: 20px 28px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    background: rgba(17, 19, 22, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.wp-bc-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 64px;
}
.wp-bc-num {
    font-family: var(--f-display);
    font-weight: var(--fw-bold);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--text-primary);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    text-shadow: none;
}
.wp-bc-lbl {
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
}
.wp-bc-sep {
    font-family: var(--f-display);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    opacity: .5;
    padding-top: 0;
    align-self: flex-start;
    margin-top: 4px;
}
@media (max-width: 520px) {
    .wp-bigcount { padding: 14px 18px; gap: 4px; }
    .wp-bc-cell { min-width: 50px; }
    .wp-bc-sep { display: none; }
}
.wp-when {
    margin-top: 18px;
    font-family: var(--f-mono);
    font-size: var(--text-xs);
    letter-spacing: var(--ls-wide);
    color: var(--text-secondary);
    text-transform: uppercase;
}

.wp-section { margin-bottom: 4rem; }
.wp-sec-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 1.5rem;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-subtle);
}
.wp-h2 {
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    letter-spacing: var(--ls-tight);
    color: var(--text-primary);
    text-transform: uppercase;
}
.wp-sec-sub {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    color: var(--text-muted);
    text-transform: uppercase;
}

.wp-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
@media (max-width: 1000px) { .wp-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .wp-grid { grid-template-columns: repeat(2, 1fr); } }

.wp-card {
    position: relative;
    padding: 22px 16px 18px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    text-align: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform var(--duration-normal) var(--ease-out),
                border-color var(--duration-fast) var(--ease-out),
                box-shadow var(--duration-normal) var(--ease-out);
}
.wp-card:hover {
    transform: translateY(-2px);
    border-color: var(--border-default);
    box-shadow: var(--shadow-md);
}
.wp-card.is-next {
    border-color: var(--accent);
    background: linear-gradient(180deg, var(--accent-subtle) 0%, var(--glass-bg) 60%);
    box-shadow: 0 0 28px var(--accent-glow);
}
.wp-pill {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    border-radius: var(--radius-full);
    background: var(--accent);
    color: var(--bg-base);
    font-family: var(--f-mono);
    font-size: 10px;
    font-weight: var(--fw-bold);
    letter-spacing: var(--ls-wider);
    text-transform: uppercase;
}
.wp-card-month {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 2px;
}
.wp-card-day {
    font-family: var(--f-display);
    font-weight: var(--fw-bold);
    font-size: 2.4rem;
    color: var(--text-primary);
    line-height: 1;
    margin: 4px 0;
    font-variant-numeric: tabular-nums;
}
.wp-card-year {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    color: var(--text-muted);
    letter-spacing: var(--ls-wide);
}
.wp-card-meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: var(--ls-wide);
    color: var(--text-secondary);
    text-transform: uppercase;
}
.wp-card-out {
    margin-top: 8px;
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: var(--ls-wider);
    color: var(--accent);
    text-transform: uppercase;
}

.wp-srv-table {
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    background: var(--glass-bg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}
.wp-srv-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    border-bottom: 1px solid var(--border-subtle);
    font-family: var(--f-body);
    font-size: var(--text-sm);
    color: var(--text-secondary);
}
.wp-srv-row:last-child { border-bottom: 0; }
.wp-srv-head-row {
    background: rgba(10, 11, 13, 0.4);
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-muted);
    text-transform: uppercase;
}
.wp-srv-name {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-primary);
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
}
.wp-srv-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 8px var(--accent-glow);
}
.wp-srv-tag, .wp-srv-sched, .wp-srv-last {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
}
.wp-srv-sched { color: var(--text-primary); }
@media (max-width: 700px) {
    .wp-srv-row { grid-template-columns: 1fr 1fr; gap: 6px 12px; padding: 14px 16px; }
    .wp-srv-head-row { display: none; }
    .wp-srv-name { grid-column: 1 / -1; }
}

.wp-timeline {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-left: 1px solid var(--border-subtle);
    padding-left: 24px;
    margin-left: 12px;
}
.wp-tl-row {
    display: grid;
    grid-template-columns: 180px 1fr 100px;
    gap: 16px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-subtle);
    position: relative;
}
.wp-tl-row:last-child { border-bottom: 0; }
.wp-tl-marker {
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--bg-elevated);
    border: 2px solid var(--border-default);
}
.wp-tl-date {
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    font-size: var(--text-base);
}
.wp-tl-day {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wide);
    color: var(--text-muted);
    text-transform: uppercase;
}
.wp-tl-ago {
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    color: var(--text-secondary);
    text-align: right;
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
}
@media (max-width: 600px) {
    .wp-tl-row { grid-template-columns: 1fr auto; }
    .wp-tl-day { grid-column: 1 / -1; }
}

.wp-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 4rem;
}
@media (max-width: 700px) { .wp-info { grid-template-columns: 1fr; } }
.wp-info-card {
    padding: 22px 24px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.wp-info-h {
    font-family: var(--f-display);
    font-weight: var(--fw-semibold);
    font-size: var(--text-md);
    color: var(--text-primary);
    margin-bottom: 10px;
}
.wp-info-card p {
    font-family: var(--f-body);
    font-size: var(--text-sm);
    line-height: var(--lh-relaxed);
    color: var(--text-secondary);
    margin: 0;
}
.wp-info-card strong { color: var(--text-primary); font-weight: var(--fw-semibold); }

/* ============================================================
   Wipe countdown — hero bant
   ============================================================ */
.wipe-countdown {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    padding: 10px 18px;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-full);
    background: rgba(17, 19, 22, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-family: var(--f-mono);
    font-size: var(--text-2xs);
    letter-spacing: var(--ls-wider);
    color: var(--text-secondary);
    text-transform: uppercase;
}
.wipe-label {
    color: var(--text-muted);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.wipe-label::before {
    content: '';
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 8px var(--accent-glow);
    animation: none;
}
@keyframes wipePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .35; }
}
.wipe-time {
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
    letter-spacing: 0.08em;
    font-variant-numeric: tabular-nums;
    min-width: 110px;
    text-align: left;
}
.wipe-time .wt-unit { color: var(--text-muted); margin-right: 6px; font-weight: var(--fw-regular); }
.wipe-time .wt-num { color: var(--text-primary); margin-right: 2px; }
@media (max-width: 600px) {
    .wipe-countdown { gap: 10px; padding: 8px 14px; font-size: 10px; }
    .wipe-time { min-width: 90px; }
}

/* ============================================================
   Lunar Loader — eclipse: dark moon, glowing white corona
   ============================================================ */
#page-loader {
    background: #06060A !important;
    overflow: hidden !important;
}
#page-loader .pl-vignette,
#page-loader .pl-orbit,
#page-loader .pl-status,
#page-loader .pl-bar,
#page-loader .pl-coords {
    display: none !important;
}
#page-loader .pl-stars { opacity: .35 !important; filter: grayscale(1) brightness(1.1) !important; }
#page-loader .pl-stars-2 { opacity: .2 !important; filter: grayscale(1) !important; }

#page-loader .pl-inner {
    position: relative !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2.2rem !important;
}

#page-loader .pl-moon-stage {
    position: relative !important;
    width: 160px !important;
    height: 160px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#page-loader .pl-moon-wrap {
    position: relative !important;
    width: 140px !important;
    height: 140px !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* The moon body becomes a dark silhouette (eclipse disc) */
#page-loader .pl-moon {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50% !important;
    background: #06060A !important;
    box-shadow: inset 0 0 18px rgba(0,0,0,.6) !important;
    filter: none !important;
    animation: none !important;
    position: relative !important;
    z-index: 2 !important;
}
/* Hide all SVG internals — moon is just a dark disc */
#page-loader .pl-moon > * { display: none !important; }

/* The corona: bright ring that hugs the moon edge, slowly pulses */
#page-loader .pl-moon-halo {
    display: block !important;
    position: absolute !important;
    inset: -6px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, .85) !important;
    box-shadow:
        0 0 18px 2px rgba(255, 255, 255, .35),
        0 0 56px 4px rgba(255, 255, 255, .18),
        inset 0 0 14px 2px rgba(255, 255, 255, .3) !important;
    filter: none !important;
    animation: eclipseCorona 3.2s ease-in-out infinite !important;
    z-index: 1 !important;
}
@keyframes eclipseCorona {
    0%, 100% {
        transform: scale(1);
        opacity: .65;
        box-shadow:
            0 0 18px 2px rgba(255, 255, 255, .35),
            0 0 56px 4px rgba(255, 255, 255, .18),
            inset 0 0 14px 2px rgba(255, 255, 255, .3);
    }
    50% {
        transform: scale(1.03);
        opacity: .85;
        box-shadow:
            0 0 28px 4px rgba(255, 255, 255, .5),
            0 0 80px 8px rgba(255, 255, 255, .25),
            inset 0 0 18px 3px rgba(255, 255, 255, .4);
    }
}

/* Spinning bright arc — actual "loading" motion on the eclipse rim */
#page-loader .pl-moon-halo.pl-moon-halo-2 {
    display: block !important;
    position: absolute !important;
    inset: -6px !important;
    border-radius: 50% !important;
    background: conic-gradient(
        from 0deg,
        rgba(255, 255, 255, 1) 0deg,
        rgba(255, 255, 255, .8) 18deg,
        rgba(255, 255, 255, .2) 50deg,
        rgba(255, 255, 255, 0) 90deg,
        rgba(255, 255, 255, 0) 360deg
    ) !important;
    -webkit-mask: radial-gradient(circle, transparent 58%, #000 60%, #000 64%, transparent 66%) !important;
            mask: radial-gradient(circle, transparent 58%, #000 60%, #000 64%, transparent 66%) !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, .8)) drop-shadow(0 0 14px rgba(255, 255, 255, .4)) !important;
    animation: eclipseSpin 1.4s linear infinite !important;
    z-index: 3 !important;
}
@keyframes eclipseSpin {
    to { transform: rotate(360deg); }
}

/* "LUNAR RUST" — all white, minimal */
#page-loader .pl-mark {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 12px !important;
    font-size: 1.4rem !important;
    opacity: 0 !important;
    animation: eclipseMarkIn 1s cubic-bezier(.22,1,.36,1) .25s forwards !important;
}
@keyframes eclipseMarkIn {
    to { opacity: 1; }
}
#page-loader .pl-mark-a,
#page-loader .pl-mark-b {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    color: rgba(224, 226, 230, .85) !important;
    text-shadow: none !important;
    padding-right: 0 !important;
}

@media (max-width: 700px) {
    #page-loader .pl-moon-stage { width: 120px !important; height: 120px !important; }
    #page-loader .pl-moon-wrap { width: 100px !important; height: 100px !important; }
    #page-loader .pl-moon { width: 80px !important; height: 80px !important; }
    #page-loader .pl-mark { font-size: 1.1rem !important; letter-spacing: 9px !important; }
}

#scroll-progress {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 2px;
    z-index: 300;
    background: linear-gradient(90deg, rgba(200, 202, 208, .5), rgba(255, 255, 255, .85));
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
}

#promo-ticker {
    position: fixed; top: 0; left: 0; right: 0; height: 32px; z-index: 250;
    display: flex; align-items: center; overflow: hidden; text-decoration: none;
    background: rgba(11,13,16,.96);
    border-bottom: 1px solid rgba(217,194,143,.2);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.pt-track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; animation: promoTicker 36s linear infinite; }
#promo-ticker:hover .pt-track { animation-play-state: paused; }
@keyframes promoTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.pt-item { display: inline-flex; align-items: center; gap: .55rem; padding: 0 1.5rem; font-family: var(--f-display); font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--text2); }
.pt-item b { color: #E2CD9E; font-weight: 700; }
.pt-dot { width: 4px; height: 4px; border-radius: 50%; background: #D9C28F; flex-shrink: 0; opacity: .8; }
body:has(#promo-ticker) .nav { top: 32px !important; }
body:has(#promo-ticker) #scroll-progress { top: 32px; }
@media (prefers-reduced-motion: reduce) { .pt-track { animation: none; } }

.store-promo-wrap {
    max-width: 1120px; margin: 3rem auto 0; padding: 0 1.5rem;
    position: relative; z-index: 2;
}
/* Home: lift the promo into the lower part of the hero so it's in first view */
.app > .store-promo-wrap { margin-top: -48vh; margin-bottom: 40vh; }
@media (max-width: 760px) { .app > .store-promo-wrap { margin-top: -26vh; margin-bottom: 20vh; } }
.store-promo {
    display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
    padding: .9rem 1.2rem; border-radius: 12px; position: relative; overflow: hidden;
    border: 1px solid rgba(212,167,106,.3);
    background: radial-gradient(120% 140% at 0% 0%, rgba(212,167,106,.12), transparent 60%), rgba(17,19,22,.6);
}
.store-promo::after {
    content: ''; position: absolute; top: 0; bottom: 0; left: -40%; width: 35%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.07), transparent);
    transform: skewX(-18deg); animation: promoShine 5.5s ease-in-out infinite; pointer-events: none;
}
@keyframes promoShine { 0%,100% { left: -45%; } 55% { left: 130%; } }
.store-promo-badge {
    font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: .02em;
    color: #14161a; background: linear-gradient(135deg, #E2CD9E, #D4A76A);
    border-radius: 8px; padding: 6px 11px; line-height: 1; flex-shrink: 0;
}
.store-promo-text { font-family: var(--f-body); font-size: .96rem; color: var(--text2); flex: 1; min-width: 200px; }
.store-promo-text b { color: var(--text); font-weight: 700; }
.store-promo-cta {
    display: inline-flex; align-items: center; gap: .45rem;
    font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: .85rem; letter-spacing: .03em;
    text-transform: uppercase; color: #D4A76A; text-decoration: none; flex-shrink: 0;
}
.store-promo-cta .ar { width: 14px; height: 14px; transition: transform .3s cubic-bezier(.22,1,.36,1); }
.store-promo-cta:hover .ar { transform: translateX(3px); }
.store-ticker {
    overflow: hidden; margin-top: .7rem;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.store-ticker-track { display: inline-flex; gap: .7rem; white-space: nowrap; will-change: transform; animation: tickerScroll 34s linear infinite; }
.store-ticker:hover .store-ticker-track { animation-play-state: paused; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.store-ticker-item {
    display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .85rem;
    border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.015); font-size: .82rem;
}
.store-ticker-item .tk-name { color: var(--text2); font-weight: 600; }
.store-ticker-item .tk-was { color: #5A6070; text-decoration: line-through; font-family: var(--f-mono); font-size: .76rem; }
.store-ticker-item .tk-now { color: var(--text); font-weight: 700; font-family: var(--f-mono); }
.store-ticker-item .tk-off { color: #D4A76A; font-weight: 700; font-size: .72rem; }
@media (prefers-reduced-motion: reduce) { .store-ticker-track { animation: none; } .store-promo::after { animation: none; } }

#lunar-toast-container {
    position: fixed; top: 82px; right: 20px; z-index: 10000;
    display: flex; flex-direction: column; gap: 12px; pointer-events: none; max-width: 92vw;
}
.lr-toast {
    --tc: var(--accent);
    position: relative;
    display: flex; align-items: center; gap: 14px;
    min-width: 268px; max-width: 392px; min-height: 40px; padding: 17px 20px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px; background: rgba(18,20,26,.86);
    color: var(--text2); font-family: var(--f-body); font-size: .88rem; line-height: 1.55;
    box-shadow: 0 24px 60px -22px rgba(0,0,0,.85);
    backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%);
    transform: translateY(-12px) scale(.96); opacity: 0;
    transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .4s ease;
    pointer-events: auto;
}
.lr-toast.in { transform: translateY(0) scale(1); opacity: 1; }
.lr-toast.out { transform: translateY(-12px) scale(.96); opacity: 0; }
.lr-toast-fx { display: none; }
.lr-toast-ic {
    width: 38px; height: 38px; flex-shrink: 0; align-self: flex-start; border-radius: 11px;
    display: grid; place-items: center;
    background: color-mix(in srgb, var(--tc) 15%, rgba(255,255,255,.02));
    border: 1px solid color-mix(in srgb, var(--tc) 28%, transparent);
    color: var(--tc);
}
.lr-toast-ic svg { width: 19px; height: 19px; }
.lr-toast-av { width: 38px; height: 38px; align-self: flex-start; border-radius: 11px; flex-shrink: 0; object-fit: cover; border: 1px solid color-mix(in srgb, var(--tc) 35%, rgba(255,255,255,.1)); }
.lr-toast-msg { flex: 1; min-width: 0; padding: 1px 0; }
.lr-toast b { color: #fff; font-weight: 600; }
.lr-toast--success { --tc: var(--success); }
.lr-toast--purchase { --tc: #D9C28F; }
.lr-toast--error { --tc: var(--danger); }
@media (prefers-reduced-motion: reduce) { .lr-toast { transition: opacity .2s ease; } }

/* ===== Skeleton açılış loader'ı ===== */
#page-loader { background: #10131A !important; align-items: flex-start !important; justify-content: center !important; overflow: hidden !important; }
.sk-screen { width: 100%; max-width: 1180px; margin: 0 auto; padding: 20px 28px 40px; }
.sk { position: relative; overflow: hidden; background: rgba(255,255,255,.05); border-radius: 7px; display: inline-block; }
.sk::after { content: ''; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); animation: skShimmer 1.5s ease-in-out infinite; }
@keyframes skShimmer { 100% { transform: translateX(100%); } }
.sk-nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.sk-logo { width: 120px; height: 22px; }
.sk-nav-links { display: flex; gap: 26px; }
.sk-nl { width: 54px; height: 12px; }
.sk-cta { width: 92px; height: 30px; border-radius: 8px; }
.sk-hero { display: flex; flex-direction: column; align-items: center; gap: 18px; margin: 15vh 0 11vh; }
.sk-kick { width: 180px; height: 13px; }
.sk-title { width: min(700px, 82vw); height: 62px; border-radius: 12px; }
.sk-sub { width: 300px; height: 16px; }
.sk-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.sk-card { display: flex; flex-direction: column; gap: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.05); border-radius: 16px; }
.sk-thumb { width: 100%; height: 120px; border-radius: 10px; }
.sk-l1 { width: 70%; height: 16px; }
.sk-l2 { width: 45%; height: 13px; }
.sk-btn { width: 100%; height: 36px; border-radius: 9px; margin-top: 6px; }
@media (max-width: 760px) {
    .sk-nav-links, .sk-cta { display: none; }
    .sk-cards { grid-template-columns: 1fr; max-width: 340px; }
    .sk-hero { margin: 13vh 0 8vh; }
    .sk-screen { padding: 16px 16px 30px; }
}
@media (prefers-reduced-motion: reduce) { .sk::after { animation: none; } }

.subpage-head {
    max-width: 1280px;
    margin: 0 auto;
    padding: 7rem 1.5rem 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 760px) { .subpage-head { padding: 6rem 1rem 0; } }

.sec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.5rem;
    padding-bottom: 1.4rem;
    margin-bottom: 2.6rem;
    border-bottom: 1px solid var(--line);
}
.sec-kicker {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-family: var(--f-mono);
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .9rem;
}
.sec-kicker i {
    font-style: normal;
    font-weight: 600;
    color: var(--moon);
}
.sec-kicker-line {
    width: 34px;
    height: 1px;
    background: var(--line2);
}
.sec-h2 {
    font-family: var(--f-display);
    font-weight: 600;
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    line-height: 1.02;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--text);
    margin: 0;
}
.sec-sub {
    font-family: var(--f-body);
    font-size: .92rem;
    line-height: 1.55;
    color: var(--muted);
    max-width: 340px;
    text-align: right;
    margin: 0;
    padding-bottom: .2rem;
}
@media (max-width: 720px) {
    .sec-head { flex-direction: column; align-items: flex-start; gap: .9rem; }
    .sec-sub { text-align: left; padding-bottom: 0; }
}

.hero-stat {
    display: inline-flex;
    align-items: baseline;
    gap: .65rem;
    margin-top: 1.6rem;
    font-family: var(--f-mono);
}
.hero-stat .hs-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 10px rgba(133, 194, 154, .55);
    align-self: center;
    flex-shrink: 0;
    animation: breathe 2.6s ease-in-out infinite;
}
.hero-stat.off .hs-dot { background: var(--muted); box-shadow: none; animation: none; }
.hero-stat .hs-num {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 600;
    color: #fff;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    min-width: 1.2ch;
    text-align: right;
}
.hero-stat .hs-lbl {
    font-size: .7rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--text2);
}
.hero-stat .hs-soon {
    font-size: .92rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--moon);
}

.hero-scroll {
    left: 0 !important;
    right: 0 !important;
    width: max-content !important;
    margin: 0 auto !important;
    animation: none !important;
}
.hero-scroll svg {
    width: 15px;
    height: 15px;
    color: var(--moon);
    animation: heroChevron 2.4s ease-in-out 1.6s infinite;
}
@keyframes heroChevron {
    0%, 100% { transform: translateY(0); opacity: .9; }
    50% { transform: translateY(5px); opacity: .55; }
}

.ar {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform .3s cubic-bezier(.22,1,.36,1);
}
.sc-cta:hover .ar,
.hu-card:hover .ar,
.hu-all:hover .ar,
.cm-card:hover .ar { transform: translateX(3px); }

.sc-status .sd { animation: breathe 2.6s ease-in-out infinite !important; }
.sc-status.off .sd { animation: none !important; }
.cm-pulse-dot { animation: breathe 2.6s ease-in-out infinite !important; }

.fi-chip {
    transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .25s ease, background .25s ease !important;
}
.fi-chip:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(200, 202, 208, .45) !important;
}
.fi-chip.discord:hover, .fi-chip.steam:hover { box-shadow: none !important; filter: none !important; }

.v2-foot-brand { text-decoration: none !important; }
.v2-foot-brand span { color: var(--muted) !important; }
.v2-foot-brand:hover span { color: var(--moon) !important; transition: color .2s ease; }

:root { color-scheme: dark; }
html { scrollbar-color: #2A2D33 #0A0B0D; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: #0A0B0D; }
::-webkit-scrollbar-thumb { background: #24272D; border-radius: 6px; border: 3px solid #0A0B0D; }
::-webkit-scrollbar-thumb:hover { background: #3D4249; }
::selection { background: rgba(200, 202, 208, .25); color: #fff; }
:focus-visible { outline: 2px solid rgba(200, 202, 208, .55); outline-offset: 3px; }
.sec-h2, .hu-card-title, .cm-card-name { text-wrap: balance; }

.nav-actions .nav-cta.nav-cta-ico { padding: 0 .5rem !important; }

.wpx-eyebrow {
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    gap: .75rem;
}
.wpx-eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--border-default); }
.wpx-eyebrow-dot { display: none; }
.wpx-src-arrow.ar { width: 13px; height: 13px; }

.coming-strip {
    max-width: 1280px;
    margin: 0 auto;
    padding: 9rem 1.5rem 7rem;
    width: 100%;
}
@media (max-width: 760px) { .coming-strip { padding: 7rem 1rem 5rem; } }
.coming-strip .sec-kicker { margin-bottom: .9rem; }
.coming-strip .sec-h2 { margin-bottom: .8rem; }
.coming-p {
    color: var(--text2);
    font-size: .95rem;
    max-width: 440px;
    line-height: 1.6;
    margin: 0;
}

#vip-pending-banner {
    position: sticky;
    top: 0;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .6rem 1rem;
    background: #D9C28F;
    color: #14161A;
    font-family: var(--f-body);
    font-size: .86rem;
    font-weight: 600;
    letter-spacing: .2px;
    text-decoration: none;
    transition: background .2s ease;
}
#vip-pending-banner:hover { background: #E2CD9E; }
#vip-pending-banner:hover .ar { transform: translateX(3px); }
body:has(#vip-pending-banner) .nav { top: 38px !important; }

.v2-page-sub {
    font-family: var(--f-body) !important;
    font-size: .92rem !important;
    color: var(--text2) !important;
    margin: 0 !important;
    max-width: 380px !important;
    line-height: 1.5 !important;
}

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    #scroll-progress { display: none; }
    html { scroll-behavior: auto; }
    #bg-grain, body::before, .wpx-moon { animation: none !important; }
    .hero-scroll svg,
    .hero-stat .hs-dot,
    .sc-status .sd,
    .cm-pulse-dot { animation: none !important; }
}

html { scroll-behavior: smooth; }

/* Lenis smooth-scroll */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

.reveal {
    filter: blur(5px);
    transition:
        opacity .8s cubic-bezier(.22,1,.36,1),
        transform .8s cubic-bezier(.22,1,.36,1),
        filter .8s cubic-bezier(.22,1,.36,1);
}
.reveal.in { filter: blur(0); }
.hero-title.reveal { filter: blur(16px); }

.fx-sheen {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity .4s ease;
    background: radial-gradient(110px circle at var(--fx-x,50%) var(--fx-y,50%), rgba(200,202,208,.035), transparent 65%);
}

.fx-spot {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transition: opacity .7s ease;
    background: radial-gradient(150px circle at var(--sx,50%) var(--sy,40%), rgba(200,202,208,.022), transparent 60%);
}
#hero:hover .fx-spot { opacity: 1; }

.nav-links a:not(.act)::after {
    content: '';
    position: absolute;
    left: 1rem; right: 1rem;
    bottom: .32rem;
    height: 1px;
    background: var(--moon);
    border-radius: 1px;
    opacity: .75;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.nav-links a:not(.act):hover::after { transform: scaleX(1); }

#lr-sound-toggle {
    position: fixed;
    left: 20px;
    bottom: 96px;
    z-index: 1200;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(16,19,26,.72);
    border: 1px solid var(--line2);
    color: var(--text2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px -14px rgba(0,0,0,.7);
    transition: color .25s ease, border-color .25s ease, background .25s ease, transform .3s cubic-bezier(.22,1,.36,1);
}
#lr-sound-toggle:hover { color: var(--moon); border-color: var(--moon); transform: translateY(-2px); }
#lr-sound-toggle.off { color: var(--muted); }
#lr-sound-toggle svg { width: 17px; height: 17px; }
@media (max-width: 600px) { #lr-sound-toggle { width: 34px; height: 34px; left: 12px; bottom: 88px; } }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { filter: none; }
    .fx-sheen, .fx-spot { display: none; }
    .nav-links a:not(.act)::after { transition: none; }
    #lr-sound-toggle { transition: color .2s ease, border-color .2s ease; }
}

/* =====================================================
   V2 MOBILE NAV — hamburger + dropdown (fix: menu vanished <900px)
   Appended last so it wins over the earlier @media{.nav-links{display:none}}
   and the global !important .nav-links rules.
   ===================================================== */
.nav-burger{ display:none; }

@media (max-width: 560px){
    .nav-burger{
        display:flex; flex-direction:column; justify-content:center; align-items:center; gap:5px;
        width:42px; height:38px; padding:0 9px; flex:0 0 auto; cursor:pointer;
        background:var(--bg-elevated); border:1px solid var(--border-default); border-radius:10px;
    }
    .nav-burger span{ display:block; width:20px; height:2px; border-radius:2px; background:var(--text); transition:transform .25s ease, opacity .2s ease; }
    .nav-burger.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
    .nav-burger.open span:nth-child(2){ opacity:0; }
    .nav-burger.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

    /* nav-links: gizli acilir panel (desktop kurali display:none idi -> override) */
    .nav-links{
        display:flex !important;
        position:fixed; left:0; right:0; top:68px;
        flex-direction:column; align-items:stretch; gap:0 !important;
        background:rgba(12,14,18,.98);
        -webkit-backdrop-filter:blur(14px) saturate(140%); backdrop-filter:blur(14px) saturate(140%);
        border-bottom:1px solid var(--border-default);
        box-shadow:0 18px 40px -12px rgba(0,0,0,.6);
        padding:6px 14px 14px; z-index:99;
        max-height:calc(100vh - 68px); overflow-y:auto;
        transform:translateY(-14px); opacity:0; pointer-events:none;
        transition:opacity .22s ease, transform .22s ease;
    }
    body:has(#promo-ticker) .nav-links{ top:100px; max-height:calc(100vh - 100px); } /* ticker 32 + nav 68 */
    .nav-links.open{ transform:none; opacity:1; pointer-events:auto; }
    .nav-links a{
        width:100%; padding:14px 10px !important; border-radius:8px !important;
        border-bottom:1px solid var(--border-subtle); font-size:1.02rem !important;
    }
    .nav-links a:last-child{ border-bottom:none; }
    .nav-links a.act::before{ display:none !important; } /* mobilde alt cizgi yerine */
    .nav-links a.act{ background:var(--accent-subtle) !important; }
}

/* =====================================================
   PHONE OPTIMISATION — home + global (<=600px / <=400px)
   Appended last. Only additive @media rules; desktop (>900px)
   is untouched. Does NOT touch .nav-burger / .nav-links mobile.
   ===================================================== */
@media (max-width: 600px) {
    /* kill any horizontal scroll from wide children */
    html, body { max-width: 100%; overflow-x: hidden; }
    img, video, iframe { max-width: 100%; }

    /* --- HERO: scale the oversized display heading + tighten padding --- */
    .hero {
        min-height: 92vh;
        padding: calc(var(--nav-h, 68px) + 6vh) 1.1rem 4rem;
    }
    .hero-content { gap: 1.5rem; }
    .hero-title {
        font-size: clamp(2.6rem, 15vw, 3.6rem) !important;
        letter-spacing: 2px !important;
        line-height: 1;
        word-break: break-word;
    }
    .hero-title span.s2 { letter-spacing: 2px !important; }

    /* hero live/soon stat — allow the label to wrap instead of overflow */
    .hero-stat { flex-wrap: wrap; justify-content: center; row-gap: .35rem; margin-top: 1.1rem; }
    .hero-stat .hs-lbl { letter-spacing: .16em; }
    .hero-stat .hs-soon { letter-spacing: .14em; font-size: .82rem; }

    /* --- STORE PROMO strip --- */
    .store-promo-wrap { padding: 0 1.1rem; }
    .store-promo { padding: .85rem 1rem; gap: .7rem; }
    .store-promo-text { min-width: 0; flex: 1 1 100%; font-size: .9rem; }
    .store-promo-cta { min-height: 40px; align-items: center; }

    /* --- SECTION headings / kickers --- */
    .sec-h2 { font-size: clamp(1.5rem, 8vw, 2rem); letter-spacing: .02em; }
    .sec-sub { font-size: .9rem; }

    /* --- SERVERS: single column already at 760; tighten card internals --- */
    .sc-head { padding: 1.3rem 1.3rem 1rem; }
    .sc-body { padding: 1.2rem 1.3rem 1.5rem; }
    .sc-name { font-size: 1.5rem; }
    .sc-pl-num { font-size: 2rem; }
    .sc-cta { min-height: 44px; }

    /* --- HOME UPDATES cards --- */
    .hu-card-body { padding: 16px 18px 18px; }
    .hu-all { min-height: 40px; }

    /* --- COMMUNITY grid: force single column at phone width --- */
    .cm-grid { grid-template-columns: 1fr; }
    .cm-card { padding: 22px 20px 20px; }
    .cm-stat-num { font-size: var(--text-lg); }

    /* --- FOOTER: stack columns, center, larger tap targets --- */
    .v2-foot-in {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 1.1rem !important;
    }
    .v2-foot-links {
        justify-content: center !important;
        gap: .4rem 1.1rem !important;
    }
    .v2-foot-links a {
        display: inline-flex !important;
        align-items: center !important;
        min-height: 40px !important;
        padding: .35rem .25rem !important;
    }

    /* --- FLOATING invite chips: keep clear of edges, min tap size --- */
    .floating-invites { right: 1rem !important; bottom: 1rem !important; gap: .6rem !important; }
    .fi-chip { width: 48px !important; height: 48px !important; min-width: 48px !important; min-height: 48px !important; }
}

@media (max-width: 400px) {
    .hero { padding: calc(var(--nav-h, 68px) + 5vh) .9rem 3.5rem; }
    .hero-title { font-size: clamp(2.2rem, 16vw, 3rem) !important; letter-spacing: 1px !important; }
    .hero-title span.s2 { letter-spacing: 1px !important; }
    .sc-pl-num { font-size: 1.8rem; }
    .store-promo-text { font-size: .86rem; }
}

/* =====================================================
   HOMEPAGE LANDING REFRESH (2026-07)
   - promo ticker: tek sakin satir
   - hero: guclu butonlar (Scroll kaldirildi)
   - server identity + rules mini + calm store + compact news
   - premium footer
   ===================================================== */

/* --- promo ticker: tek sakin satir (marquee kaldirildi) --- */
#promo-ticker.pt-static{ justify-content:center; }
#promo-ticker.pt-static .pt-item{ font-size:.7rem; }
.pt-sep{ opacity:.45; }

/* --- hero CTA --- */
.hero-tag{
    max-width:640px; margin:0 auto; color:var(--text2);
    font-family:var(--f-body); font-size:clamp(.95rem,1.4vw,1.12rem); line-height:1.55;
}
.hero-cta{ display:flex; flex-wrap:wrap; gap:.8rem; justify-content:center; }
.hero-btn{
    display:inline-flex; align-items:center; gap:.5rem;
    padding:.85rem 1.6rem; border-radius:12px; text-decoration:none;
    font-family:var(--f-display); font-weight:600; font-size:.98rem; letter-spacing:.01em;
    transition:transform .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}
.hero-btn svg{ width:18px; height:18px; }
.hero-btn.primary{ background:var(--accent); color:#12141a; box-shadow:0 12px 30px -12px rgba(200,202,208,.5); }
.hero-btn.primary:hover{ filter:brightness(1.08); transform:translateY(-2px); }
.hero-btn.ghost{ background:rgba(255,255,255,.04); color:var(--text); border:1px solid var(--border-default); }
.hero-btn.ghost:hover{ border-color:var(--border-strong); transform:translateY(-2px); background:rgba(255,255,255,.07); }

/* --- server identity strip --- */
.identity{ max-width:1100px; margin:-1rem auto 0; padding:0 1.5rem 1rem; }
.id-strip{ display:flex; flex-wrap:wrap; gap:.6rem; justify-content:center; }
.id-chip{
    display:inline-flex; align-items:center; gap:.5rem; padding:.55rem 1rem;
    border-radius:999px; background:rgba(20,24,30,.5); border:1px solid var(--border-default);
    color:var(--text2); font-size:.85rem; font-weight:600; white-space:nowrap;
    -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px);
}
.id-chip .id-ico{ width:15px; height:15px; color:var(--accent); flex:0 0 auto; }

/* --- rules mini --- */
.rules-mini{ max-width:1120px; margin:0 auto; padding:3.5rem 1.5rem 0; }
.rules-mini .sec-kicker{ margin-bottom:1.1rem; }
.rm-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:.8rem; }
.rm-item{
    display:flex; align-items:center; gap:.7rem; padding:1rem 1.1rem;
    border-radius:12px; background:rgba(18,21,27,.5); border:1px solid var(--border-subtle);
    color:var(--text); font-size:.9rem; font-weight:600;
}
.rm-item .id-ico{ width:18px; height:18px; color:var(--danger); flex:0 0 auto; }

/* --- store promo: sakin destekleyici bolum (hero'ya cekilme YOK) --- */
.app > .store-promo-wrap{ margin:4rem auto 0 !important; }
.promo-preview{ display:grid; grid-template-columns:repeat(4,1fr); gap:.8rem; margin-top:.4rem; }
.pp-item{
    display:flex; flex-direction:column; gap:.35rem; padding:1.1rem 1.2rem;
    border-radius:12px; background:rgba(20,24,30,.5); border:1px solid var(--border-default);
}
.pp-name{ color:var(--text); font-weight:600; font-size:.95rem; }
.pp-price{ display:flex; align-items:baseline; gap:.5rem; font-family:var(--f-mono); }
.pp-was{ color:var(--text-muted); text-decoration:line-through; font-size:.8rem; }
.pp-now{ color:#E2CD9E; font-weight:700; font-size:1.02rem; }
.promo-foot{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; margin-top:1.2rem; }
.promo-notes{ display:flex; flex-wrap:wrap; gap:1.2rem; }
.promo-notes span{ display:inline-flex; align-items:center; gap:.45rem; color:var(--text2); font-size:.85rem; font-weight:500; }
.promo-notes .id-ico{ width:15px; height:15px; color:var(--accent); }

/* --- rust news: compact --- */
.home-updates--compact{ padding-top:3.5rem; }
.home-updates--compact .hu-grid{ gap:1rem; }
.home-updates--compact .hu-card-img{ height:120px; }
.home-updates--compact .hu-card-body{ padding:1rem 1.1rem; }
.home-updates--compact .hu-card-title{ font-size:1rem; }
.home-updates--compact .hu-card-excerpt{ display:none; }
.home-updates--compact .sec-h2{ font-size:1.5rem; }

/* --- community: tek Discord karti (ortali) --- */
.community .cm-grid{ grid-template-columns:minmax(0,560px); justify-content:center; }

/* --- footer: ince minnak serit, ortalanmis Support/Privacy (klasik, tek cizgi) --- */
.v2-footer{ margin-top:3rem !important; }
.v2-foot-bar{
    max-width:1200px; margin:0 auto; padding:.95rem 1.5rem !important; border-top:none !important;
    display:flex; flex-direction:column; align-items:center; gap:.35rem; text-align:center;
}
.v2-foot-legal{ display:flex; align-items:center; gap:.7rem; }
.v2-foot-legal a{ color:var(--text2) !important; text-decoration:none; font-size:.82rem !important;
    font-family:var(--f-body),sans-serif !important; text-transform:none !important; letter-spacing:0 !important;
    font-weight:500 !important; transition:color .16s ease; }
.v2-foot-legal a:hover{ color:var(--text) !important; }
.v2-foot-dot{ color:var(--text-muted); }
.v2-foot-copy{ color:#8b909e !important; font-size:.72rem !important; letter-spacing:.2px; }

/* --- responsive --- */
@media (max-width:760px){
    .rm-grid{ grid-template-columns:1fr 1fr; }
    .promo-preview{ grid-template-columns:1fr 1fr; }
    .hero-btn{ padding:.8rem 1.3rem; font-size:.92rem; }
    .v2-footer .v2-foot-in{ flex-direction:column; gap:1.6rem; }
    .v2-foot-links{ gap:2.5rem; }
}
@media (max-width:440px){
    .rm-grid, .promo-preview{ grid-template-columns:1fr; }
    .id-chip{ font-size:.8rem; padding:.5rem .85rem; }
    .hero-cta{ flex-direction:column; width:100%; }
    .hero-btn{ justify-content:center; width:100%; }
}

/* Kucuk/olcekli laptoplarda (768-1024) full nav sigsin diye linkleri sikistir.
   Boylece hamburger sadece gercek tablet/telefonlarda (<=768) cikar. */
@media (max-width: 1024px){
    .nav-links{ gap:.1rem !important; }
    .nav-links a{ padding:.5rem .6rem !important; font-size:.92rem !important; }
    .nav-in{ gap:.8rem; }
}

/* 560-860px (dar laptop / kucuk pencere): full nav'i sigdir -> linkleri kompaktla.
   Marka yazisi KALIR (sadece logo cirkin duruyordu); server chip zaten gizli.
   Hamburger sadece <=560 (gercek telefon). */
@media (max-width: 860px){
    .nav-in{ gap:.5rem !important; padding:0 .85rem !important; }
    .nav-links{ gap:.05rem !important; }
    .nav-links a{ padding:.4rem .5rem !important; font-size:.86rem !important; letter-spacing:0 !important; }
    .nav-cta{ padding:.35rem .5rem !important; }
    .nav-brand-name{ font-size:.92rem !important; }
}

/* == Sakin arka plan (bg-calm): metin yogun sayfalar (guides/leaderboard/rules...).
      Veil, backdrop-blur'lu koyu cam katmana donusur: animasyon arkada yumusak/hafif
      gorunur ama yazinin onune gecmez. Okunabilirlik > arka plan gorunurlugu. == */
/* Performans notu: backdrop-filter KULLANMA — tam ekran canli videoyu her karede
   blurlamak pahali (kasar). Yerine videoyu direkt cok blurla (tek eleman = ucuz)
   + veil'i koyu tut. Ayni yumusak-arka-plan + okunur-yazi sonucu, kasmadan. */
body.bg-calm #bg-video {
    opacity: .42 !important;
    filter: blur(12px) saturate(85%) brightness(68%) contrast(102%) !important;
}
body.bg-calm #bg-veil {
    background: linear-gradient(180deg,
        rgba(10, 11, 13, .55) 0%,
        rgba(10, 11, 13, .66) 45%,
        rgba(10, 11, 13, .80) 100%) !important;
}
/* Metin bloklari icin okunabilirlik zemini — icerik kartlari koyu ve opak olsun */
body.bg-calm .ga-body,
body.bg-calm .ga-cta,
body.bg-calm .gd-card,
body.bg-calm .lb-table-wrap,
body.bg-calm .lb-serverbar,
body.bg-calm .lb-toolbar { background-color: rgba(14, 16, 20, .85) !important; }
