/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: none; /* Firefox - hilangkan scrollbar */
}
body {
    font-family: 'Inter', sans-serif;
    background: #0b0811;
    color: #ede8f5;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    overflow-x: hidden;
    cursor: text;
}

/* ===== SEMBUNYIKAN SCROLLBAR TAPI TETAP BISA SCROLL ===== */
::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

img,
canvas,
iframe {
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}
*:not(img):not(canvas):not(iframe) {
    user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    cursor: text;
}
a,
button,
.btn,
.btn-copy,
.store-tab-btn,
.rule-header,
.btn-beli,
.server-card .ip-copy-wrapper .btn-copy,
.socials a {
    cursor: pointer !important;
    user-select: none !important;
}
.btn-beli,
.btn-beli * {
    cursor: pointer !important;
    user-select: none !important;
}
.navbar,
.navbar * {
    cursor: default !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}
.navbar .nav-links a,
.navbar .hamburger,
.navbar .logo {
    cursor: pointer !important;
}
footer,
footer * {
    cursor: default !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}
footer .socials a {
    cursor: pointer !important;
}

::selection {
    background: #a855f7;
    color: #fff;
}
::-moz-selection {
    background: #a855f7;
    color: #fff;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer !important;
    letter-spacing: 0.3px;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto !important;
    user-select: none !important;
}
.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.08);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.btn:active::after {
    opacity: 1;
}
.btn:active {
    transform: scale(0.96);
}
.btn-primary {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    color: #fff;
    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.30);
}
.btn-primary:active {
    transform: scale(0.96);
    box-shadow: 0 2px 10px rgba(168, 85, 247, 0.20);
}
.btn-outline {
    background: transparent;
    color: #ede8f5;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
}
.btn-outline:active {
    transform: scale(0.96);
}
.btn-copy {
    background: rgba(255, 255, 255, 0.06);
    color: #ede8f5;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 10px 20px;
    border-radius: 60px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer !important;
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto !important;
    user-select: none !important;
}
.btn-copy:active {
    transform: scale(0.95);
}
.btn-copy .copied-text {
    display: none;
    color: #2ecc71;
}
.btn-copy.copied .copy-text {
    display: none;
}
.btn-copy.copied .copied-text {
    display: inline;
}

.badge-coming {
    display: inline-block;
    background: rgba(168, 85, 247, 0.12);
    color: #a855f7;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 3px 12px;
    border-radius: 40px;
    border: 1px solid rgba(168, 85, 247, 0.12);
    text-transform: uppercase;
}
.badge-soon {
    display: inline-block;
    background: rgba(251, 191, 36, 0.12);
    color: #fbbf24;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 10px;
    border-radius: 40px;
    border: 1px solid rgba(251, 191, 36, 0.12);
    text-transform: uppercase;
}
.badge-live {
    display: inline-block;
    background: rgba(46, 204, 113, 0.12);
    color: #2ecc71;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 10px;
    border-radius: 40px;
    border: 1px solid rgba(46, 204, 113, 0.12);
    text-transform: uppercase;
}
.badge-announce {
    display: inline-block;
    background: rgba(251, 191, 36, 0.12);
    color: #fbbf24;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 12px;
    border-radius: 40px;
    border: 1px solid rgba(251, 191, 36, 0.12);
    text-transform: uppercase;
}
.badge-update {
    display: inline-block;
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 12px;
    border-radius: 40px;
    border: 1px solid rgba(168, 85, 247, 0.12);
    text-transform: uppercase;
}
.badge-event {
    display: inline-block;
    background: rgba(244, 114, 182, 0.12);
    color: #f472b6;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 12px;
    border-radius: 40px;
    border: 1px solid rgba(244, 114, 182, 0.12);
    text-transform: uppercase;
}

/* ===== NAVBAR ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    background: rgba(11, 8, 17, 0.78);
    backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.3s ease;
    cursor: default !important;
    user-select: none !important;
}
.navbar.scrolled {
    background: rgba(11, 8, 17, 0.94);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}
.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: -0.3px;
    cursor: pointer !important;
}
.logo img {
    height: 32px;
    width: auto;
    display: block;
    transition: transform 0.3s ease;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}
.logo img:active {
    transform: scale(0.95);
}
.logo .logo-text {
    background: linear-gradient(135deg, #c084fc, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    cursor: pointer !important;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    font-weight: 600;
    font-size: 0.85rem;
}
.nav-links li {
    display: inline-block;
}
.nav-links a {
    opacity: 0.6;
    transition: all 0.25s ease;
    position: relative;
    cursor: pointer !important;
    padding: 4px 0;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto !important;
}
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #a855f7;
    transition: width 0.3s ease;
    border-radius: 2px;
}
.nav-links a:hover {
    opacity: 1;
}
.nav-links a:hover::after {
    width: 100%;
}
.nav-links a.active {
    opacity: 1;
}
.nav-links a.active::after {
    width: 100%;
}

/* ===== HAMBURGER ===== */
.hamburger {
    display: none;
    position: fixed;
    top: 12px;
    right: 16px;
    z-index: 99999 !important;
    font-size: 1.6rem;
    background: rgba(11, 8, 17, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #ede8f5;
    cursor: pointer !important;
    padding: 8px 12px;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    min-height: 44px;
    min-width: 44px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    pointer-events: auto !important;
    user-select: none !important;
}
.hamburger:active {
    transform: scale(0.9);
    background: rgba(168, 85, 247, 0.2);
}

/* ===== PAGE SECTIONS (umum) ===== */
.page-section {
    padding: 100px 0 40px;
    animation: fadeUp 0.5s ease forwards;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}
.page-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(11, 8, 17, 0.72);
    z-index: 0;
    pointer-events: none;
}
.page-section .container {
    position: relative;
    z-index: 1;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== BACKGROUND UNTUK SEMUA HALAMAN ===== */
#page-home,
#page-rules,
#page-vote,
#page-store,
#page-staff,
#page-announcement,
#page-saran {
    background-image: url('https://i.imgur.com/7BjxfxL.png');
}

/* ============================================================ */
/* ===== HOME ===== */
/* ============================================================ */
.hero-home {
    min-height: auto;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0;
    padding: 10px 0 20px;
}
.hero-home .container {
    position: relative;
    z-index: 2;
    padding: 0 16px;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
}
.hero-text h1 {
    font-size: clamp(2rem, 8vw, 4rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -2px;
}
.hero-text h1 span {
    background: linear-gradient(135deg, #c084fc, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-text p {
    font-size: 1rem;
    color: #e0d8ec;
    max-width: 100%;
    margin: 14px 0 20px;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hero-buttons .btn {
    flex: 1;
    min-width: 120px;
    font-size: 0.85rem;
    padding: 12px 16px;
}
.hero-stats {
    display: flex;
    gap: 24px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.hero-stats .stat {
    display: flex;
    flex-direction: column;
}
.hero-stats .stat .number {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-stats .stat .label {
    font-size: 0.65rem;
    color: #d0c8e0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.online-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
    justify-content: center;
}
.online-badge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2ecc71;
    display: inline-block;
    box-shadow: 0 0 12px rgba(46, 204, 113, 0.25);
    animation: pulse-dot 2s ease-in-out infinite;
}
.online-badge span {
    color: #2ecc71;
    font-weight: 600;
    font-size: 0.65rem;
    letter-spacing: 0.5px;
}

.server-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px 20px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}
.server-card:active {
    transform: scale(0.99);
}
.server-card .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(46, 204, 113, 0.12);
    color: #2ecc71;
    font-weight: 700;
    font-size: 0.65rem;
    padding: 3px 12px;
    border-radius: 40px;
    letter-spacing: 0.5px;
    border: 1px solid rgba(46, 204, 113, 0.12);
    margin-bottom: 12px;
}
.server-card .badge .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2ecc71;
    display: inline-block;
    animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(0.8);
    }
}
.server-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
    color: #ede8f5;
}
.server-card .ip-copy-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 12px 0 14px;
    flex-wrap: wrap;
}
.server-card .ip-copy-wrapper .btn-copy {
    flex: 1;
    justify-content: center;
    font-size: 0.85rem;
    padding: 10px 16px;
    min-height: 44px;
}
.server-card .player-count {
    color: #d0c8e0;
    font-size: 0.75rem;
    margin-bottom: 2px;
}
.server-card .player-count i {
    color: #a855f7;
    margin-right: 4px;
}
.server-card .player-count span {
    color: #ede8f5;
    font-weight: 600;
}
.server-card .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 12px;
}
.server-card .features-grid .feat {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    color: #d0c8e0;
    padding: 4px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.2s ease;
}
.server-card .features-grid .feat i {
    color: #a855f7;
    width: 14px;
    font-size: 0.7rem;
}

.announcement-home {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.15), rgba(124, 58, 237, 0.08));
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 16px 0 0;
    backdrop-filter: blur(8px);
    pointer-events: auto;
}
.announcement-home i {
    font-size: 1.2rem;
    color: #c084fc;
}
.announcement-home .content {
    flex: 1;
    min-width: 120px;
}
.announcement-home .content strong {
    color: #ede8f5;
    font-size: 0.95rem;
}
.announcement-home .content span {
    color: #d0c8e0;
    font-size: 0.9rem;
}
.announcement-home .date-badge {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 40px;
    font-size: 0.75rem;
    border: 1px solid rgba(251, 191, 36, 0.15);
}

.game-modes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
}
.game-mode-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    pointer-events: auto;
}
.game-mode-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 16px 50px rgba(168, 85, 247, 0.15);
}
.game-mode-card .game-mode-overlay {
    width: 100%;
    padding: 20px 18px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.game-mode-card .game-mode-overlay h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    margin-bottom: 2px;
}
.game-mode-card .game-mode-overlay p {
    color: #e0d8ec;
    font-size: 0.85rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
}
.game-mode-card .game-mode-overlay .mode-badge {
    margin-top: 2px;
}
.game-mode-card .game-mode-overlay .mode-badge .badge-live,
.game-mode-card .game-mode-overlay .mode-badge .badge-soon {
    font-size: 0.6rem;
    padding: 3px 14px;
}

/* ============================================================ */
/* ===== RULES ===== */
/* ============================================================ */
.rules-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}
.rule-item {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    border-left: 3px solid rgba(168, 85, 247, 0.30);
    overflow: hidden;
    transition: all 0.3s ease;
}
.rule-item:active {
    transform: scale(0.99);
}
.rule-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer !important;
    transition: background 0.2s;
    -webkit-tap-highlight-color: transparent;
    min-height: 48px;
    pointer-events: auto !important;
    user-select: none !important;
}
.rule-header:active {
    background: rgba(168, 85, 247, 0.06);
}
.rule-header i:first-child {
    color: #a855f7;
    font-size: 0.9rem;
    width: 18px;
    flex-shrink: 0;
}
.rule-header .rule-title {
    flex: 1;
    font-weight: 600;
    font-size: 0.9rem;
    color: #e0d8ec;
}
.rule-header .toggle-icon {
    color: #a855f7;
    transition: transform 0.3s ease;
    font-size: 0.8rem;
    flex-shrink: 0;
}
.rule-item.open .toggle-icon {
    transform: rotate(180deg);
}
.rule-detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 16px;
    color: #c8bcdb;
    font-size: 0.85rem;
    line-height: 1.6;
    user-select: text !important;
    cursor: text !important;
}
.rule-item.open .rule-detail {
    max-height: 300px;
    padding: 0 16px 14px 16px;
}

/* ============================================================ */
/* ===== VOTE ===== */
/* ============================================================ */
.vote-center {
    text-align: center;
    padding: 20px 0;
}
.vote-center .vote-icon {
    font-size: 3rem;
    color: #a855f7;
    margin-bottom: 12px;
}
.vote-center h2 {
    font-size: 1.6rem;
    margin-bottom: 6px;
    color: #ede8f5;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.vote-center p {
    color: #e0d8ec;
    max-width: 100%;
    margin: 0 auto 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 0.95rem;
}

/* ============================================================ */
/* ===== ANNOUNCEMENT ===== */
/* ============================================================ */
.announce-header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}
.announce-header .announce-logo {
    max-width: 180px;
    margin-bottom: 16px;
    display: inline-block;
    filter: drop-shadow(0 0 30px rgba(168, 85, 247, 0.2));
    cursor: default !important;
    user-select: none !important;
}
.announce-header .announce-logo img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    cursor: default !important;
}
.announce-header .section-sub {
    margin: 0 auto;
}
.announce-single {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.announce-card-single {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 32px 28px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.announce-card-single:hover {
    transform: translateY(-4px);
    border-color: rgba(168, 85, 247, 0.15);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 80px rgba(168, 85, 247, 0.08);
}
.announce-card-single::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.05) 0%, transparent 60%, rgba(251, 191, 36, 0.03) 100%);
    pointer-events: none;
}
.announce-card-single .announce-icon-big {
    font-size: 3rem;
    color: #c084fc;
    margin-bottom: 12px;
    display: block;
}
.announce-card-single .announce-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ede8f5;
    margin-bottom: 10px;
}
.announce-card-single .announce-title span {
    background: linear-gradient(135deg, #c084fc, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.announce-card-single .announce-desc {
    color: #c8bcdb;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    user-select: text !important;
    cursor: text !important;
}
.announce-card-single .announce-date-big {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(168, 85, 247, 0.08);
    border: 1px solid rgba(168, 85, 247, 0.12);
    padding: 8px 24px;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #c084fc;
}
.announce-card-single .announce-date-big i {
    color: #fbbf24;
}
.announce-card-single .announce-footer-single {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: #9a8aaa;
}
.announce-card-single .announce-footer-single i {
    color: #a855f7;
}
.announce-card-single .announce-badge-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

/* ============================================================ */
/* ===== STORE ===== */
/* ============================================================ */
.store-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.store-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.15);
    animation: floatParticle 8s infinite ease-in-out;
    pointer-events: none;
}
.store-particles span:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
    width: 6px;
    height: 6px;
}
.store-particles span:nth-child(2) {
    left: 25%;
    top: 60%;
    animation-delay: 1.2s;
    background: rgba(192, 132, 252, 0.12);
}
.store-particles span:nth-child(3) {
    left: 50%;
    top: 10%;
    animation-delay: 2.5s;
    width: 8px;
    height: 8px;
    background: rgba(251, 191, 36, 0.08);
}
.store-particles span:nth-child(4) {
    left: 70%;
    top: 50%;
    animation-delay: 0.7s;
}
.store-particles span:nth-child(5) {
    left: 85%;
    top: 25%;
    animation-delay: 3.2s;
    background: rgba(244, 114, 182, 0.1);
}
.store-particles span:nth-child(6) {
    left: 40%;
    top: 80%;
    animation-delay: 1.8s;
    width: 10px;
    height: 10px;
    background: rgba(168, 85, 247, 0.06);
}
.store-particles span:nth-child(7) {
    left: 15%;
    top: 45%;
    animation-delay: 0.5s;
}
.store-particles span:nth-child(8) {
    left: 90%;
    top: 75%;
    animation-delay: 2.8s;
    background: rgba(192, 132, 252, 0.08);
}
@keyframes floatParticle {
    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-40px) scale(1.5);
        opacity: 0.8;
    }
}

.store-header {
    text-align: center;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}
.store-header .section-sub {
    margin: 0 auto;
    font-size: 0.95rem;
}
.store-badge-promo {
    display: inline-block;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #0b0811;
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 8px 28px;
    border-radius: 40px;
    text-transform: uppercase;
    margin-bottom: 12px;
    animation: pulseGlow 1.6s ease-in-out infinite;
    box-shadow: 0 0 40px rgba(251, 191, 36, 0.3);
    position: relative;
}
.store-badge-promo::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 40px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    filter: blur(20px);
    z-index: -1;
    opacity: 0.5;
    animation: pulseGlow 1.6s ease-in-out infinite;
}
@keyframes pulseGlow {
    0%,
    100% {
        box-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 60px rgba(251, 191, 36, 0.6);
        transform: scale(1.04);
    }
}

.store-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 16px 0 24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.store-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 0.95rem;
    border: 2px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    color: #9a8aaa;
    cursor: pointer !important;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    -webkit-tap-highlight-color: transparent;
    min-height: 50px;
    backdrop-filter: blur(8px);
    pointer-events: auto !important;
    user-select: none !important;
}
.store-tab-btn:hover {
    border-color: rgba(168, 85, 247, 0.2);
    color: #ede8f5;
    background: rgba(168, 85, 247, 0.04);
}
.store-tab-btn:active {
    transform: scale(0.96);
}
.store-tab-btn.active {
    border-color: #a855f7;
    background: rgba(168, 85, 247, 0.12);
    color: #ede8f5;
    box-shadow: 0 0 40px rgba(168, 85, 247, 0.08);
}
.store-tab-btn i {
    font-size: 1.1rem;
}
.store-tab-btn .tab-badge {
    background: rgba(168, 85, 247, 0.12);
    color: #a855f7;
    font-size: 0.5rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 40px;
    margin-left: 2px;
}
.store-tab-btn.active .tab-badge {
    background: rgba(168, 85, 247, 0.2);
}
.tab-content {
    display: none;
    animation: fadeUp 0.5s ease forwards;
}
.tab-content.active {
    display: block;
}

/* ===== RANK GRID ===== */
.rank-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    position: relative;
    z-index: 1;
}
.rank-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 28px;
    padding: 28px 20px 24px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}
.rank-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%, rgba(255, 255, 255, 0.02) 100%);
    pointer-events: none;
    z-index: 0;
}
.rank-card::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(251, 191, 36, 0.05), rgba(168, 85, 247, 0.2));
    background-size: 300% 300%;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 0;
    pointer-events: none;
}
.rank-card:hover::after {
    opacity: 1;
    animation: borderGlow 3s ease-in-out infinite;
}
@keyframes borderGlow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.rank-card>* {
    position: relative;
    z-index: 1;
}
.rank-card:hover {
    transform: translateY(-12px) scale(1.02) perspective(1000px) rotateX(2deg) rotateY(2deg);
    border-color: rgba(168, 85, 247, 0.2);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 40px 80px rgba(168, 85, 247, 0.15);
}
.rank-card:active {
    transform: scale(0.97);
}
.rank-icon-big {
    font-size: 3.2rem;
    margin-bottom: 6px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 30px rgba(168, 85, 247, 0.2));
    display: inline-block;
    line-height: 1;
}
.rank-card:hover .rank-icon-big {
    transform: scale(1.2) rotate(-5deg);
}
.rank-popular-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #0b0811;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 4px 16px;
    border-radius: 40px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.3);
    animation: badgePulse 2s ease-in-out infinite;
}
.rank-popular-badge.best-value {
    background: linear-gradient(135deg, #34d399, #059669);
    color: #fff;
    box-shadow: 0 4px 20px rgba(52, 211, 153, 0.3);
}
.rank-popular-badge.hot {
    background: linear-gradient(135deg, #f87171, #dc2626);
    color: #fff;
    box-shadow: 0 4px 20px rgba(248, 113, 113, 0.3);
}
.rank-popular-badge.premium {
    background: linear-gradient(135deg, #fbbf24, #f59e0b, #d97706);
    color: #0b0811;
    box-shadow: 0 4px 30px rgba(251, 191, 36, 0.4);
}
@keyframes badgePulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}
.rank-card .rank-tier {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9a8aaa;
    margin-bottom: 4px;
}
.rank-card .rank-name {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 2px;
}
.rank-price {
    font-size: 1.8rem;
    font-weight: 900;
    color: #c084fc;
    margin: 4px 0 2px;
    text-shadow: 0 0 50px rgba(168, 85, 247, 0.2);
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.rank-price .original-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #6a5a7e;
    text-decoration: line-through;
    text-shadow: none;
    opacity: 0.6;
}
.rank-price .discount-badge {
    font-size: 0.7rem;
    font-weight: 700;
    color: #2ecc71;
    background: rgba(46, 204, 113, 0.12);
    padding: 2px 12px;
    border-radius: 40px;
    border: 1px solid rgba(46, 204, 113, 0.15);
    letter-spacing: 0.3px;
    animation: discountPulse 2s ease-in-out infinite;
}
@keyframes discountPulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        color: #34d399;
    }
}
.rank-card .rank-desc {
    color: #b8adcc;
    font-size: 0.85rem;
    margin: 2px 0 12px;
    min-height: 40px;
    line-height: 1.6;
    user-select: text !important;
    cursor: text !important;
}
.rank-benefits-mini {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
    margin: 8px 0 18px;
    width: 100%;
}
.rank-benefits-mini .benefit {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    color: #d0c8e0;
    background: rgba(255, 255, 255, 0.04);
    padding: 4px 14px;
    border-radius: 40px;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.03);
    user-select: text !important;
    cursor: text !important;
}
.rank-benefits-mini .benefit i {
    color: #34d399;
    font-size: 0.6rem;
}
.rank-card:hover .rank-benefits-mini .benefit {
    background: rgba(168, 85, 247, 0.06);
    border-color: rgba(168, 85, 247, 0.1);
}
.btn-beli {
    margin-top: auto;
    width: 100%;
    text-align: center;
    padding: 16px;
    font-size: 0.95rem;
    min-height: 52px;
    border-radius: 60px;
    font-weight: 800;
    border: none;
    cursor: pointer !important;
    font-family: 'Inter', sans-serif;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #a855f7, #7c3aed, #6d28d9);
    background-size: 200% 200%;
    box-shadow: 0 8px 40px rgba(168, 85, 247, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: 0.5px;
    pointer-events: auto !important;
    user-select: none !important;
}
.btn-beli * {
    user-select: none !important;
}
.btn-beli::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 60px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    background-size: 200% 100%;
    animation: shineMove 3s ease-in-out infinite;
    pointer-events: none;
}
@keyframes shineMove {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.btn-beli::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 60px;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.15), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.btn-beli:hover::after {
    opacity: 1;
}
.btn-beli:hover {
    transform: translateY(-5px) scale(1.04);
    box-shadow: 0 16px 60px rgba(168, 85, 247, 0.5);
    background-position: 100% 100%;
}
.btn-beli:active {
    transform: scale(0.95);
    box-shadow: 0 2px 20px rgba(168, 85, 247, 0.2);
}
.btn-beli .wa-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1.2rem;
}
.btn-beli:hover .wa-icon {
    transform: scale(1.2) rotate(-5deg);
}
.btn-beli .btn-text {
    position: relative;
    z-index: 1;
}
.rank-tier-eternal .btn-beli {
    background: linear-gradient(135deg, #fbbf24, #f59e0b, #d97706);
    box-shadow: 0 8px 40px rgba(251, 191, 36, 0.4);
}
.rank-tier-eternal .btn-beli:hover {
    box-shadow: 0 16px 60px rgba(251, 191, 36, 0.6);
}
.rank-tier-immortal .btn-beli {
    background: linear-gradient(135deg, #f472b6, #ec4899, #db2777);
    box-shadow: 0 8px 40px rgba(244, 114, 182, 0.4);
}
.rank-tier-immortal .btn-beli:hover {
    box-shadow: 0 16px 60px rgba(244, 114, 182, 0.6);
}
.rank-tier-legend .btn-beli {
    background: linear-gradient(135deg, #fb923c, #f97316, #ea580c);
    box-shadow: 0 8px 40px rgba(251, 146, 60, 0.4);
}
.rank-tier-legend .btn-beli:hover {
    box-shadow: 0 16px 60px rgba(251, 146, 60, 0.6);
}

.coin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.coin-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 22px 16px 20px;
    text-align: center;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coin-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(168, 85, 247, 0.2);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
.coin-card:active {
    transform: scale(0.97);
}
.coin-card .coin-icon {
    font-size: 2.8rem;
    margin-bottom: 4px;
    color: #fbbf24;
    filter: drop-shadow(0 0 30px rgba(251, 191, 36, 0.2));
}
.coin-card .coin-amount {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ede8f5;
    user-select: text !important;
    cursor: text !important;
}
.coin-card .coin-amount small {
    font-size: 0.7rem;
    font-weight: 400;
    color: #9a8aaa;
}
.coin-card .coin-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #c084fc;
    margin: 4px 0 14px;
    user-select: text !important;
    cursor: text !important;
}
.coin-card .btn-beli {
    background: linear-gradient(135deg, #34d399, #059669);
    box-shadow: 0 8px 40px rgba(52, 211, 153, 0.3);
}
.coin-card .btn-beli:hover {
    box-shadow: 0 16px 60px rgba(52, 211, 153, 0.5);
}
.store-footer-text {
    text-align: center;
    margin-top: 32px;
    color: #b0a8c0;
    font-size: 0.8rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    user-select: text !important;
    cursor: text !important;
}
.store-footer-text i {
    color: #a855f7;
    margin-right: 4px;
}

/* ============================================================ */
/* ===== STAFF ===== */
/* ============================================================ */
.staff-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.staff-timeline {
    position: relative;
    padding: 20px 0 10px;
}
.staff-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent, #a855f7, #c084fc, #a855f7, transparent);
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.15);
}
.staff-timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.staff-timeline-item:nth-child(odd) {
    flex-direction: row;
}
.staff-timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}
.staff-timeline-item .connector-line {
    flex: 1;
    height: 2px;
    min-width: 20px;
    max-width: 60px;
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.1), rgba(168, 85, 247, 0.3));
    position: relative;
    margin: 0 6px;
}
.staff-timeline-item:nth-child(odd) .connector-line {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.3), rgba(168, 85, 247, 0.1));
}
.staff-timeline-item:nth-child(even) .connector-line {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.1), rgba(168, 85, 247, 0.3));
}
.staff-timeline-item .connector-line::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.2), transparent);
    animation: lineFlow 2s ease-in-out infinite;
}
@keyframes lineFlow {
    0% {
        opacity: 0.1;
        transform: scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
    100% {
        opacity: 0.1;
        transform: scaleX(0.3);
    }
}
.staff-timeline-item .timeline-dot {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    border: 3px solid #0b0811;
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.3), 0 0 60px rgba(168, 85, 247, 0.05);
    z-index: 2;
    position: relative;
    margin: 0 8px;
}
.staff-timeline-item .timeline-dot::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(168, 85, 247, 0.15);
    animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.6);
        opacity: 0;
    }
}
.staff-timeline-item .staff-card-timeline {
    flex: 1;
    max-width: 44%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 18px 22px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative !important;
    overflow: visible !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 20px;
}
.staff-timeline-item .staff-card-timeline:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: rgba(168, 85, 247, 0.2);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 60px rgba(168, 85, 247, 0.08);
}
.staff-timeline-item .staff-card-timeline::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.05) 0%, transparent 60%, rgba(251, 191, 36, 0.02) 100%);
    pointer-events: none;
}
.staff-timeline-item .staff-card-timeline::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.15), rgba(251, 191, 36, 0.05), rgba(168, 85, 247, 0.15));
    background-size: 300% 300%;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 0;
    pointer-events: none;
}
.staff-timeline-item .staff-card-timeline:hover::after {
    opacity: 1;
    animation: borderGlow 3s ease-in-out infinite;
}
.staff-timeline-item .staff-card-timeline>* {
    position: relative;
    z-index: 1;
}
.staff-timeline-item .staff-card-timeline .card-bg-icon {
    position: absolute;
    right: -5px;
    bottom: -5px;
    font-size: 4rem;
    color: rgba(168, 85, 247, 0.04);
    pointer-events: none;
    transition: all 0.5s ease;
}
.staff-timeline-item .staff-card-timeline:hover .card-bg-icon {
    transform: scale(1.2) rotate(10deg);
    color: rgba(168, 85, 247, 0.08);
}
.staff-role-badge {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 10 !important;
    padding: 5px 16px !important;
    border-radius: 40px !important;
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: linear-gradient(135deg, #a855f7, #7c3aed) !important;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3) !important;
    transition: all 0.4s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    pointer-events: none !important;
}
.staff-role-badge .badge-emoji {
    font-size: 0.85rem !important;
    line-height: 1 !important;
}
.staff-role-badge.role-owner {
    background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.4) !important;
    color: #0b0811 !important;
}
.staff-role-badge.role-developer {
    background: linear-gradient(135deg, #60a5fa, #3b82f6) !important;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4) !important;
}
.staff-role-badge.role-pengawas {
    background: linear-gradient(135deg, #34d399, #059669) !important;
    box-shadow: 0 4px 20px rgba(52, 211, 153, 0.4) !important;
}
.staff-role-badge.role-promotion {
    background: linear-gradient(135deg, #f472b6, #ec4899) !important;
    box-shadow: 0 4px 20px rgba(236, 72, 153, 0.4) !important;
}
.staff-timeline-item .staff-card-timeline:hover .staff-role-badge {
    transform: scale(1.08) !important;
    box-shadow: 0 8px 30px rgba(168, 85, 247, 0.6) !important;
}

.staff-skin-wrapper {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 12px;
    padding: 6px;
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR3G9lv43bPel66BMEhtFmDWeiJM6KMljz8RKGa9IpbrBZ_WQrph0lCxHFn&s=10');
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 15px rgba(150, 150, 150, 0.2), 0 0 30px rgba(100, 100, 100, 0.08);
    transition: all 0.4s ease;
}
.staff-skin-wrapper .staff-skin-img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
    image-rendering: pixelated;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    transition: all 0.4s ease;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}
.staff-timeline-item .staff-card-timeline:hover .staff-skin-wrapper {
    transform: scale(1.04);
    box-shadow: 0 0 25px rgba(150, 150, 150, 0.35), 0 0 50px rgba(100, 100, 100, 0.15);
}
.staff-timeline-item .staff-card-timeline:hover .staff-skin-wrapper .staff-skin-img {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}
.staff-skin-wrapper .star-top {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: 6px;
    white-space: nowrap;
    pointer-events: none;
}
.staff-skin-wrapper .star-bottom {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 0.1);
    letter-spacing: 6px;
    white-space: nowrap;
    pointer-events: none;
}
.staff-timeline-item .staff-info-timeline {
    flex: 1;
    position: relative;
    z-index: 1;
}
.staff-timeline-item .staff-info-timeline .staff-name-timeline {
    font-weight: 700;
    font-size: 1.05rem;
    color: #ede8f5;
    margin-bottom: 0;
}
.staff-timeline-item .staff-info-timeline .staff-ign-timeline {
    font-size: 0.75rem;
    color: #a855f7;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 1px;
}
.staff-timeline-item .staff-info-timeline .staff-ign-timeline i {
    margin-right: 4px;
    font-size: 0.65rem;
}
.staff-timeline-item .staff-info-timeline .staff-desc-timeline {
    color: #b8adcc;
    font-size: 0.78rem;
    line-height: 1.4;
    user-select: text !important;
    cursor: text !important;
}

/* ===== SECTION TITLE ===== */
.section-label {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.6rem;
    font-weight: 700;
    color: #a855f7;
    margin-bottom: 4px;
}
.section-title {
    font-size: clamp(1.4rem, 5vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    color: #ede8f5;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}
.section-title span {
    background: linear-gradient(135deg, #c084fc, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.section-sub {
    color: #e0d8ec;
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    user-select: text !important;
    cursor: text !important;
}

/* ===== FOOTER (hanya Discord & WhatsApp) ===== */
footer {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    text-align: center;
    color: #6a5a7e;
    font-size: 0.75rem;
    margin-top: 30px;
    background: rgba(11, 8, 17, 0.8);
    backdrop-filter: blur(8px);
    cursor: default !important;
    user-select: none !important;
}
footer * {
    cursor: default !important;
    user-select: none !important;
}
footer .socials a {
    cursor: pointer !important;
}
footer .socials {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
footer .socials a {
    color: #7c6a8e;
    font-size: 1.2rem;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    min-height: 44px;
    min-width: 44px;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto !important;
}
footer .socials a:active {
    transform: scale(0.9);
    color: #a855f7;
}
footer .heart {
    color: #a855f7;
    display: inline-block;
    transition: transform 0.3s ease;
}
footer .heart:active {
    transform: scale(1.2);
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .hero-text p {
        max-width: 460px;
    }
    .hero-stats {
        gap: 32px;
    }
    .hero-stats .stat .number {
        font-size: 1.4rem;
    }
    .game-modes {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .rank-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }
    .coin-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }
    .staff-skin-wrapper .staff-skin-img {
        width: 140px;
        height: 140px;
    }
    .announce-header .announce-logo {
        max-width: 180px;
    }
}
@media (min-width: 992px) {
    .hero-text h1 {
        font-size: 3.2rem;
    }
    .hero-text p {
        font-size: 1.05rem;
    }
    .server-card h3 {
        font-size: 1.1rem;
    }
    .server-card .features-grid .feat {
        font-size: 0.8rem;
    }
    .game-modes {
        gap: 24px;
    }
    .game-mode-card {
        min-height: 210px;
    }
    .online-badge {
        justify-content: flex-start;
    }
    .rank-grid {
        gap: 28px;
    }
    .coin-grid {
        gap: 28px;
    }
    .staff-skin-wrapper .staff-skin-img {
        width: 160px;
        height: 160px;
    }
}
@media (min-width: 1200px) {
    .hero-text h1 {
        font-size: 4rem;
    }
    .container {
        padding: 0 32px;
    }
    .server-card {
        padding: 34px 30px;
    }
    .rank-grid {
        gap: 32px;
    }
    .coin-grid {
        gap: 32px;
    }
    .staff-skin-wrapper .staff-skin-img {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 767px) {
    .hamburger {
        display: block !important;
    }
    .navbar .hamburger {
        display: none !important;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        background: rgba(11, 8, 17, 0.96);
        backdrop-filter: blur(20px);
        padding: 20px;
        border-radius: 16px;
        position: fixed;
        top: 72px;
        right: 16px;
        width: 190px;
        gap: 12px;
        border: 1px solid rgba(255, 255, 255, 0.04);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        z-index: 99998;
    }
    .nav-links.active {
        display: flex;
    }
    .nav-links a {
        font-size: 0.9rem;
        padding: 8px 4px;
        width: 100%;
        text-align: left;
    }
    .hero-home {
        padding: 4px 0 10px;
    }
    .hero-text {
        text-align: center;
    }
    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-buttons {
        justify-content: center;
    }
    .hero-stats {
        justify-content: center;
    }
    .online-badge {
        justify-content: center;
    }
    .server-card {
        text-align: center;
    }
    .server-card .ip-copy-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .server-card .features-grid {
        grid-template-columns: 1fr 1fr;
    }
    .game-modes {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .game-mode-card {
        min-height: 150px;
    }
    .announcement-home {
        flex-direction: column;
        text-align: center;
        padding: 14px 16px;
    }
    .rank-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .coin-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .staff-timeline::before {
        left: 20px;
        width: 2px;
    }
    .staff-timeline-item {
        flex-direction: row !important;
        margin-bottom: 20px;
        padding-left: 50px;
    }
    .staff-timeline-item .timeline-dot {
        position: absolute;
        left: 11px;
        margin: 0;
        width: 14px;
        height: 14px;
    }
    .staff-timeline-item .connector-line {
        display: none;
    }
    .staff-timeline-item .staff-card-timeline {
        max-width: 100%;
        width: 100%;
        padding: 14px 16px;
        gap: 12px;
    }
    .staff-skin-wrapper .staff-skin-img {
        width: 80px;
        height: 80px;
    }
    .staff-skin-wrapper .star-top,
    .staff-skin-wrapper .star-bottom {
        display: none;
    }
    .staff-role-badge {
        font-size: 0.5rem !important;
        padding: 3px 10px !important;
        top: 8px !important;
        right: 8px !important;
    }
    .staff-role-badge .badge-emoji {
        font-size: 0.7rem !important;
    }
    .announce-header .announce-logo {
        max-width: 140px;
    }
}
@media (max-width: 420px) {
    .rank-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .coin-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .staff-skin-wrapper .staff-skin-img {
        width: 70px;
        height: 70px;
    }
    .staff-role-badge {
        font-size: 0.45rem !important;
        padding: 2px 8px !important;
        top: 6px !important;
        right: 6px !important;
    }
    .staff-role-badge .badge-emoji {
        font-size: 0.6rem !important;
    }
    .announce-header .announce-logo {
        max-width: 120px;
    }
}
@media (max-width: 360px) {
    .rank-grid {
        grid-template-columns: 1fr;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .coin-grid {
        grid-template-columns: 1fr;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .staff-skin-wrapper .staff-skin-img {
        width: 60px;
        height: 60px;
    }
    .staff-role-badge {
        font-size: 0.4rem !important;
        padding: 2px 6px !important;
        top: 4px !important;
        right: 4px !important;
    }
    .staff-role-badge .badge-emoji {
        font-size: 0.5rem !important;
    }
}

/* ============================================================ */
/* ===== SARAN ===== */
/* ============================================================ */
.saran-form-wrapper {
    max-width: 600px;
    margin: 30px auto 0;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.saran-form-wrapper .form-group {
    margin-bottom: 20px;
}
.saran-form-wrapper .form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: #e0d8ec;
    margin-bottom: 6px;
}
.saran-form-wrapper .form-group label .required {
    color: #f87171;
}
.saran-form-wrapper .form-group input,
.saran-form-wrapper .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #ede8f5;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    transition: border 0.3s ease;
    resize: vertical;
}
.saran-form-wrapper .form-group input:focus,
.saran-form-wrapper .form-group textarea:focus {
    outline: none;
    border-color: #a855f7;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15);
}
.saran-form-wrapper .form-group input::placeholder,
.saran-form-wrapper .form-group textarea::placeholder {
    color: #7c6a8e;
}
.saran-form-wrapper .btn-submit {
    width: 100%;
    padding: 14px;
    font-size: 1rem;
}

/* ===== RATING BINTANG ===== */
.rating-wrapper {
    display: flex;
    gap: 6px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 6px 0 10px;
}
.rating-wrapper input {
    display: none;
}
.rating-wrapper label {
    font-size: 2.2rem;
    color: #3a2a4a;
    cursor: pointer !important;
    transition: all 0.2s ease;
    user-select: none;
    line-height: 1;
}
.rating-wrapper label:hover,
.rating-wrapper label:hover ~ label,
.rating-wrapper input:checked ~ label {
    color: #fbbf24;
    transform: scale(1.08);
    text-shadow: 0 0 30px rgba(251, 191, 36, 0.3);
}
.rating-wrapper label:active {
    transform: scale(0.9);
}