/* Store gallery + username guidance */
.store-hero-ign-card {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #0f172a;
    color: #f8fafc;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.store-hero-ign-card i {
    font-size: 1.75rem;
    margin-top: 0.25rem;
}

.store-hero-ign-card ul {
    margin-top: 0.75rem;
    padding-left: 1.25rem;
    list-style: disc;
    color: rgba(248, 250, 252, 0.85);
}

.store-item-ign-card {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    display: flex;
    gap: 1rem;
    background: #fff;
}

.store-item-ign-card i {
    font-size: 1.5rem;
    color: #f97316;
    margin-top: 0.25rem;
}

.store-item-ign-card ul {
    margin-top: 0.75rem;
    padding-left: 1.25rem;
    list-style: disc;
    color: #475569;
}

.store-item-gallery-section {
    padding: 3rem 0;
    background: #f8fafc;
}

.store-item-gallery-grid {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.store-item-gallery-grid figure {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    background: #0f172a;
}

.store-item-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.checkout-ign-hint {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.9rem;
    color: #475569;
    margin-top: 0.35rem;
}

.checkout-ign-hint i {
    color: #f97316;
}

.checkout-gallery-section {
    margin-top: 1.5rem;
}

.checkout-gallery-strip {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
}

.checkout-gallery-thumb {
    min-width: 120px;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.checkout-gallery-thumb img {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: cover;
}
/* ===== Variables ===== */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

:root {
    /* Vibrant Minecraft-inspired orange/yellow */
    --primary: #FF6B35;
    --secondary: #FFA500;
    --accent: #FFB84D;
    --success: #4CAF50;
    --warning: #FFA500;
    --danger: #FF4444;
    --dark: #2c3e50;
    --darker: #1a252f;
    --light: #ecf0f1;
    --white: #ffffff;
    --text: #2c3e50;
    --text-light: #7f8c8d;
    --border: #FF6B35;
    --shadow: rgba(0, 0, 0, 0.15);
    /* Vibrant orange/grey gradients */
    --gradient-1: linear-gradient(135deg, #4a5568 0%, #2d3748 30%, #FF6B35 100%);
    --gradient-2: linear-gradient(135deg, #2d3748 0%, #FFA500 100%);
    --gradient-3: linear-gradient(135deg, #4a5568 0%, #FF6B35 50%, #2d3748 100%);
    --grey-dark: #2d3748;
    --grey-medium: #4a5568;
    --grey-light: #718096;
    /* Vibrant orange/yellow accent tones */
    --gold-light: #FFB84D;
    --gold-medium: #FFA500;
    --gold-dark: #FF6B35;
    /* Minecraft green accent */
    --mc-green: #7cb342;
    --mc-grass: #5a9216;
    --mc-font: 'Press Start 2P', cursive;
}

/* ===== Reset & Base ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text);
    background: var(--light);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

body.home-page {
    position: relative;
    background:
        radial-gradient(circle at 55% 45%, rgba(10, 12, 19, 0) 0%, rgba(10, 12, 19, 0.82) 54%, rgba(5, 6, 10, 0.98) 78%, #020204 100%),
        linear-gradient(135deg, rgba(255, 146, 94, 0.8) 2%, rgba(255, 146, 94, 0.35) 16%, rgba(255, 146, 94, 0) 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.35) 6%, rgba(255, 255, 255, 0.15) 12%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(135deg, rgba(118, 188, 255, 0.95) 4%, rgba(118, 188, 255, 0.4) 20%, rgba(118, 188, 255, 0) 36%),
        linear-gradient(135deg, rgba(135, 255, 232, 0.75) 12%, rgba(135, 255, 232, 0.25) 26%, rgba(135, 255, 232, 0) 42%),
        linear-gradient(135deg, rgba(224, 117, 255, 0.6) 18%, rgba(224, 117, 255, 0.2) 34%, rgba(224, 117, 255, 0) 48%),
        repeating-linear-gradient(135deg,
            rgba(6, 8, 13, 0.05) 0 32px,
            rgba(0, 0, 0, 0.5) 32px 92px,
            rgba(6, 9, 15, 0.95) 92px 140px),
        repeating-linear-gradient(135deg,
            rgba(255, 255, 255, 0.18) 0 6px,
            rgba(255, 255, 255, 0) 6px 140px),
        linear-gradient(115deg, #020409 0%, #041020 18%, #080d16 40%, #05060a 70%, #020203 100%);
    background-attachment: fixed;
    background-size: cover;
}

/* ===== Grey Theme for Non-Home Pages ===== */
body:not(.home-page):not(.admin-shell) {
    background:
        radial-gradient(circle at 20% 20%, rgba(71, 78, 100, 0.35), transparent 55%),
        radial-gradient(circle at 80% 0%, rgba(54, 60, 78, 0.3), transparent 45%),
        linear-gradient(135deg, #080a10 0%, #0e121a 45%, #121724 100%);
    color: #dfe3ec;
}

body:not(.home-page):not(.admin-shell) section {
    background: transparent;
}

body:not(.home-page):not(.admin-shell) h1,
body:not(.home-page):not(.admin-shell) h2,
body:not(.home-page):not(.admin-shell) h3,
body:not(.home-page):not(.admin-shell) h4,
body:not(.home-page):not(.admin-shell) h5,
body:not(.home-page):not(.admin-shell) h6 {
    color: #f6f7fb;
}

body:not(.home-page):not(.admin-shell) p,
body:not(.home-page):not(.admin-shell) li,
body:not(.home-page):not(.admin-shell) span,
body:not(.home-page):not(.admin-shell) label {
    color: #c9cedd;
}

body:not(.home-page):not(.admin-shell) .page-header,
body:not(.home-page):not(.admin-shell) .portal-card,
body:not(.home-page):not(.admin-shell) .card,
body:not(.home-page):not(.admin-shell) .stat-box,
body:not(.home-page):not(.admin-shell) .server-ip-box,
body:not(.home-page):not(.admin-shell) .ip-address,
body:not(.home-page):not(.admin-shell) .method-card,
body:not(.home-page):not(.admin-shell) .store-card,
body:not(.home-page):not(.admin-shell) .package-card,
body:not(.home-page):not(.admin-shell) .ticket-card,
body:not(.home-page):not(.admin-shell) .ticket-item,
body:not(.home-page):not(.admin-shell) .forum-card,
body:not(.home-page):not(.admin-shell) .thread-card,
body:not(.home-page):not(.admin-shell) .message,
body:not(.home-page):not(.admin-shell) .gdpr-card,
body:not(.home-page):not(.admin-shell) .auth-form,
body:not(.home-page):not(.admin-shell) .modal-content,
body:not(.home-page):not(.admin-shell) .table-wrapper,
body:not(.home-page):not(.admin-shell) .portal-grid,
body:not(.home-page):not(.admin-shell) .dashboard-stats,
body:not(.home-page):not(.admin-shell) .connection-methods,
body:not(.home-page):not(.admin-shell) .portal-content,
body:not(.home-page):not(.admin-shell) .card-grid .card,
body:not(.home-page):not(.admin-shell) .status-panel {
    background: rgba(16, 20, 29, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
    color: inherit;
}

body:not(.home-page):not(.admin-shell) .page-header {
    border-radius: 24px;
    padding: 2rem 1.5rem;
    margin-top: 1.5rem;
}

body:not(.home-page):not(.admin-shell) .footer {
    background: #080a10;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #cfd3df;
}

body:not(.home-page):not(.admin-shell) .footer a {
    color: #e7eaf3;
}

body:not(.home-page):not(.admin-shell) .btn {
    background: linear-gradient(135deg, #333744 0%, #1f232f 100%);
    color: #f5f6fb;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

body:not(.home-page):not(.admin-shell) .btn:hover {
    background: linear-gradient(135deg, #3d4252 0%, #252938 100%);
    color: #ffffff;
}

body:not(.home-page):not(.admin-shell) .btn-outline {
    background: transparent;
    color: #e4e7f2;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

body:not(.home-page):not(.admin-shell) .btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

body:not(.home-page):not(.admin-shell) .btn-primary {
    background: linear-gradient(135deg, #4a4f61 0%, #2b2f3f 100%);
}

body:not(.home-page):not(.admin-shell) .btn-secondary {
    background: #2d3241;
}

body:not(.home-page):not(.admin-shell) .btn-danger {
    background: linear-gradient(135deg, #7a2631, #531923);
}

body:not(.home-page):not(.admin-shell) .card-link,
body:not(.home-page):not(.admin-shell) .card-header a,
body:not(.home-page):not(.admin-shell) .portal-card .card-header a {
    color: #f7b46f;
}

body:not(.home-page):not(.admin-shell) input,
body:not(.home-page):not(.admin-shell) textarea,
body:not(.home-page):not(.admin-shell) select {
    background: #0c0f16;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f6f7fb;
    box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.45);
}

body:not(.home-page):not(.admin-shell) input::placeholder,
body:not(.home-page):not(.admin-shell) textarea::placeholder {
    color: #7f8394;
}

body:not(.home-page):not(.admin-shell) table {
    background: transparent;
    color: inherit;
}

body:not(.home-page):not(.admin-shell) th {
    background: rgba(255, 255, 255, 0.05);
    color: #f6f7fb;
}

body:not(.home-page):not(.admin-shell) td {
    border-color: rgba(255, 255, 255, 0.08);
}

body:not(.home-page):not(.admin-shell) .notification {
    background: rgba(32, 36, 48, 0.9);
    color: #f7f7fb;
}

.navbar {
    position: relative;
    top: 0;
    z-index: 2100;
    background-color: transparent !important;
    background-image: none !important;
    border-bottom: none;
    backdrop-filter: none;
    box-shadow: none;
    overflow: visible;
}

.navbar::before,
.navbar::after {
    display: none;
}

.navbar .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.85rem 20px;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
    overflow: visible;
    background: transparent;
    gap: 1.5rem;
}

.nav-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
}

.profile-menu {
    position: relative;
}

.nav-icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    transition: all 0.2s ease;
}

.nav-icon-btn:hover,
.nav-icon-btn:focus-visible {
    color: var(--gold-light);
    transform: translateY(-1px) scale(1.05);
}

.nav-icon-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 2px;
}

.profile-popup {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    width: 260px;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(6, 8, 13, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 2600;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.profile-popup.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.profile-popup::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    width: 14px;
    height: 14px;
    background: inherit;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    transform: rotate(45deg);
    z-index: -1;
}

.profile-popup a,
.profile-popup button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    text-align: center;
    min-height: 96px;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.profile-popup button {
    width: 100%;
    border: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.profile-popup a:hover,
.profile-popup button:hover,
.profile-popup a:focus-visible,
.profile-popup button:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--white);
    transform: translateY(-2px);
}

.profile-popup-link i {
    font-size: 1.35rem;
}

.profile-popup-link span {
    font-size: 0.85rem;
    line-height: 1.2;
}

.profile-popup-link.profile-logout {
    background: rgba(255, 107, 53, 0.12);
    border-color: rgba(255, 107, 53, 0.4);
}

.profile-popup-link.profile-logout:hover,
.profile-popup-link.profile-logout:focus-visible {
    background: rgba(255, 107, 53, 0.28);
    border-color: rgba(255, 107, 53, 0.6);
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    min-width: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.nav-brand img {
    height: 48px;
    width: auto;
    display: block;
}

.nav-brand span {
    font-family: var(--mc-font);
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #FFB84D 0%, #FFA500 50%, #FF6B35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 12px rgba(255, 107, 53, 0.4);
}

.home-page .nav-brand span {
    display: none;
}

.home-page .nav-brand {
    gap: 0;
}

.nav-brand i {
    font-size: 1.8rem;
    color: var(--gold-light);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 1200;
    justify-content: center;
    min-width: 0;
    flex-wrap: nowrap;
}

.nav-links > * {
    min-width: 0;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    flex-wrap: nowrap;
    min-width: 0;
    flex-shrink: 1;
    overflow: hidden;
    transition: gap 0.2s, font-size 0.2s;
}

/* When user area is present, reduce gap and font size for nav links */
.navbar .container:has(.nav-auth) .nav-menu {
    gap: 1rem;
}
.navbar .container:has(.nav-auth) .nav-menu a {
    font-size: 0.95rem;
    padding: 0.5rem 0.7rem;
}

/* If nav-menu is about to wrap, reduce gap and font size further */
@media (max-width: 1100px) {
    .hero {
        min-height: auto;
        padding: 4rem 1rem 3rem;
    }

    .nav-menu {
        gap: 1.2rem;
    }
    .nav-menu a {
        font-size: 0.95rem;
        padding: 0.5rem 0.7rem;
    }
}
@media (max-width: 900px) {
    .nav-menu {
        gap: 0.7rem;
    }

    .nav-menu a {
        font-size: 0.9rem;
        padding: 0.4rem 0.5rem;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }

    .hero-meta {
        flex-direction: column;
    }

    .hero-meta span {
        justify-content: center;
    }
}

.nav-menu a {
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    transition: color 0.3s ease, transform 0.3s ease;
    isolation: isolate;
}

.nav-menu a::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0.2rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #00cfff, #ffffff, #ffb84d, #ff6b35);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #fff;
    transform: translateY(-2px);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    opacity: 1;
    transform: translateY(0);
}

.nav-auth {
    display: flex;
    gap: 0.7rem;
    flex-wrap: nowrap;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.navbar .btn {
    border-radius: 0;
    padding: 0;
    font-size: 0.95rem;
    box-shadow: none;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.navbar .btn:hover,
.navbar .btn:focus-visible {
    color: #fff;
    transform: none;
}

.navbar .btn-outline,
.navbar .btn-primary {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
}

.navbar .btn-outline:hover,
.navbar .btn-primary:hover {
    background: transparent;
    color: #fff;
}

.nav-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
    padding: 0.35rem;
    border-radius: 50%;
    background: transparent;
    position: relative;
    z-index: 1300;
    border: none;
}

.nav-toggle:hover {
    color: var(--gold-light);
}

.nav-close {
    display: none;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.2s ease;
}

.nav-links-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    width: 100%;
    flex-wrap: nowrap;
    max-height: 100%;
}

.nav-toggle.is-active {
    background: rgba(255, 255, 255, 0.25);
    color: var(--dark);
}

.nav-toggle.is-active i {
    transition: transform 0.2s ease;
    transform: rotate(90deg);
}

.nav-close:hover {
    color: var(--gold-light);
    transform: scale(1.05);
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 8, 13, 0.75);
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: none;
}

.nav-overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-primary {
    background: var(--gradient-1);
    color: var(--white);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(201, 169, 97, 0.4);
}

.btn-secondary {
    background: var(--gradient-2);
    color: var(--white);
}

.btn-outline {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.btn-outline:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-outline-white {
    border: 2px solid var(--white);
    color: var(--white);
    background: transparent;
}

.btn-outline-white:hover {
    background: var(--white);
    color: var(--primary);
}

.btn-white {
    background: var(--white);
    color: var(--primary);
}

.btn-danger {
    background: var(--danger);
    color: var(--white);
    border: 2px solid var(--danger);
}

.btn-danger:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.btn.copy-feedback {
    pointer-events: none;
    transform: none;
}

.btn.copy-success {
    background: var(--success);
    border-color: var(--success);
    color: var(--white);
}

.btn.copy-error {
    background: var(--danger);
    border-color: var(--danger);
    color: var(--white);
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.btn-small {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.btn-full {
    width: 100%;
}

/* ===== Hero Section ===== */
.hero {
    position: relative;
    min-height: calc(100vh - 70px);
    padding: 6rem 1.5rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    background: transparent;
    overflow: hidden;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero::before {
    opacity: 0.96;
    background:
        linear-gradient(135deg, rgba(255, 210, 170, 0.75) 0%, rgba(255, 210, 170, 0) 32%),
        linear-gradient(135deg, rgba(255, 154, 116, 0.7) 2%, rgba(255, 154, 116, 0) 34%),
        linear-gradient(135deg, rgba(115, 190, 255, 0.8) 4%, rgba(115, 190, 255, 0) 36%),
        linear-gradient(135deg, rgba(132, 255, 235, 0.65) 10%, rgba(132, 255, 235, 0) 38%),
        linear-gradient(135deg, rgba(224, 117, 255, 0.55) 16%, rgba(224, 117, 255, 0) 42%),
        repeating-linear-gradient(135deg,
            rgba(255, 255, 255, 0.32) 0 12px,
            rgba(255, 255, 255, 0.05) 12px 36px,
            transparent 36px 64px),
        repeating-linear-gradient(135deg,
            rgba(0, 0, 0, 0.55) 0 26px,
            rgba(0, 0, 0, 0.08) 26px 48px,
            transparent 48px 70px);
    mix-blend-mode: screen;
}

.hero::after {
    background:
        radial-gradient(circle at 55% 40%, rgba(5, 6, 12, 0) 0%, rgba(5, 6, 12, 0.65) 54%, rgba(0, 0, 0, 0.95) 78%, rgba(0, 0, 0, 0.98) 100%),
        radial-gradient(circle at 68% 22%, rgba(255, 170, 105, 0.35), transparent 45%),
        radial-gradient(circle at 32% 66%, rgba(118, 188, 255, 0.35), transparent 50%);
    opacity: 0.9;
    filter: blur(28px);
}

.hero .container {
    position: relative;
    z-index: 1;
    max-width: 960px;
}

.hero-content {
    text-align: center;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.hero-title {
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.04em;
}

.gradient-text {
    background: linear-gradient(135deg, #FFB84D 0%, #FFA500 50%, #FF6B35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(255, 107, 53, 0.35);
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: 400;
    margin: 0 auto 2.5rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 720px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.hero .btn {
    border-radius: 999px;
    padding-inline: 2.2rem;
    font-weight: 600;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero .btn-primary {
    background: #fff;
    color: var(--primary);
    border: none;
}

.hero .btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background: rgba(15, 17, 23, 0.75);
}

.hero .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.45);
}

.server-ip {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(15, 17, 23, 0.7);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.server-ip code {
    font-size: 1.1rem;
    color: #ffb84d;
    font-weight: 600;
}


/* ===== Features Section ===== */
.features {
    padding: 5rem 0;
    background: linear-gradient(180deg, #f5f5f5 0%, #e8e8e8 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--dark);
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #2a2a2a 0%, #4a4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.9));
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(201, 169, 97, 0.2);
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold-medium);
    box-shadow: 0 10px 30px rgba(201, 169, 97, 0.3);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--gradient-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.feature-card p {
    color: var(--text-light);
}

/* ===== News Section ===== */
.news {
    padding: 5rem 0;
    background: linear-gradient(180deg, #e8e8e8 0%, #d8d8d8 100%);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.news-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 250, 250, 0.95));
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgba(201, 169, 97, 0.2);
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(201, 169, 97, 0.3);
    border-color: var(--gold-medium);
}

.news-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, var(--gold-medium), var(--gold-dark));
    color: var(--white);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.news-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
    margin-bottom: 1rem;
}

.news-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.news-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border);
    padding-top: 1rem;
}

.news-date {
    font-size: 0.9rem;
    color: var(--text-light);
}

.news-link {
    color: var(--gold-dark);
    font-weight: 600;
}

.news-link:hover {
    color: var(--gold-medium);
}

/* ===== CTA Section ===== */
.cta {
    padding: 5rem 0;
    background: var(--gradient-2);
    color: var(--white);
    text-align: center;
}

.home-page .cta {
    background: transparent;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* ===== Footer ===== */
.footer {
    background: var(--dark);
    color: var(--white);
    padding: 3rem 0 1rem;
}


.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--white);
}

.footer-section p {
    opacity: 0.8;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.footer-section ul li a:hover {
    opacity: 1;
    color: var(--primary);
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(58, 58, 58, 0.8), rgba(42, 42, 42, 0.8));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(201, 169, 97, 0.3);
}

.social-links a:hover {
    background: linear-gradient(135deg, var(--gold-medium), var(--gold-dark));
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(201, 169, 97, 0.4);
}

.server-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--success);
    animation: pulse 2s infinite;
}

.server-ip-footer {
    font-family: 'Courier New', monospace;
    background: linear-gradient(135deg, rgba(58, 58, 58, 0.6), rgba(42, 42, 42, 0.6));
    padding: 0.5rem;
    border-radius: 5px;
    display: inline-block;
    margin: 0.5rem 0;
    border: 1px solid rgba(201, 169, 97, 0.3);
    color: var(--gold-light);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-credit {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-light);
}

.footer-credit a {
    color: var(--gold-light);
    font-weight: 600;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    opacity: 0.8;
}

.footer-links a:hover {
    opacity: 1;
    color: var(--primary);
}

/* ===== Modals ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 20px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-large {
    max-width: 800px;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    color: var(--text-light);
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-close:hover {
    color: var(--danger);
    transform: rotate(90deg);
}

.modal-content h2 {
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.modal-subtitle {
    color: var(--text-light);
    margin-bottom: 2rem;
}

.modal-footer-text {
    text-align: center;
    margin-top: 1.5rem;
    color: var(--text-light);
}

.modal-footer-text a {
    color: var(--primary);
    font-weight: 600;
}

.checkout-modal-content {
    max-width: 1000px;
    width: 95%;
    padding: 0;
    overflow: hidden;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 70vh;
}

.checkout-summary {
    background: #0f172a;
    color: var(--white);
    padding: 2rem;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow-y: auto;
}

.checkout-summary-header {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.checkout-package-image {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.1);
}

.checkout-category {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.checkout-price {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0.35rem 0 0;
}

.checkout-description {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.checkout-section h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.checkout-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.checkout-benefits-list li::before {
    content: '•';
    margin-right: 0.5rem;
    color: var(--gold);
}

.checkout-commands {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.85);
    padding: 1rem;
    border-radius: 12px;
    max-height: 160px;
    overflow-y: auto;
    white-space: pre-wrap;
    font-size: 0.9rem;
}

.checkout-note {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.checkout-note code {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.1rem 0.4rem;
    border-radius: 6px;
}

.checkout-scroll-note {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
}

.checkout-payment {
    padding: 2rem;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    overflow-y: auto;
}

.checkout-payment-header h3 {
    margin: 0;
}

.checkout-helper {
    margin: 0.35rem 0 0;
    color: var(--text-light);
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkout-form label {
    font-weight: 600;
}

.checkout-form input {
    padding: 0.85rem 1rem;
    border: 2px solid var(--border);
    border-radius: 10px;
    font-size: 1rem;
    transition: border 0.2s ease;
}

.checkout-form input:focus {
    outline: none;
    border-color: var(--primary);
}

.payment-element-wrapper {
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 1.25rem;
    background: #f8fafc;
}

.payment-element-wrapper.hidden {
    display: none;
}

#payment-element {
    min-height: 200px;
}

.payment-message {
    min-height: 1.25rem;
    font-size: 0.9rem;
    color: var(--danger);
}

.payment-message.success {
    color: #1c4532;
}

.payment-message.info {
    color: var(--text-light);
}

.order-status-panel {
    background: #f7fafc;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.order-status-label {
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--text-light);
}

.order-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
}

.order-status-pill.status-processing {
    background: rgba(241, 162, 8, 0.15);
    color: #a35a05;
}

.order-status-pill.status-completed {
    background: rgba(56, 161, 105, 0.15);
    color: #1c4532;
}

.order-status-pill.status-failed {
    background: rgba(229, 62, 62, 0.15);
    color: #742a2a;
}

.order-status-pill.status-refunded {
    background: rgba(66, 153, 225, 0.2);
    color: #1a365d;
}

.order-status-description {
    margin: 0;
    color: var(--text-light);
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        border-radius: 20px 20px 0 0;
    }
}

/* ===== Forms ===== */
.auth-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 0.75rem 1rem;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

.form-group small {
    color: var(--text-light);
    font-size: 0.85rem;
}

.form-group small a {
    color: var(--primary);
}

/* ===== Page Header ===== */
.page-header {
    background: var(--gradient-1);
    color: var(--white);
    padding: 3rem 0;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.page-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* ===== Store Styles ===== */
.store-categories {
    background: var(--white);
    padding: 2rem 0;
    border-bottom: 2px solid var(--border);
}

.category-tabs {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.category-tab {
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--border);
    background: transparent;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.category-tab:hover,
.category-tab.active {
    background: var(--gradient-1);
    color: var(--white);
    border-color: transparent;
}

.store-packages {
    padding: 3rem 0;
    min-height: 500px;
}

.store-status-banner {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 14px;
    border: 2px solid var(--border);
    font-weight: 600;
    display: block;
    background: var(--white);
    color: var(--text);
}

.store-status-banner[hidden] {
    display: none !important;
}

.store-status-banner.success {
    background: rgba(56, 161, 105, 0.1);
    border-color: rgba(56, 161, 105, 0.3);
    color: #1c4532;
}

.store-status-banner.warning {
    background: rgba(241, 162, 8, 0.12);
    border-color: rgba(241, 162, 8, 0.3);
    color: #a35a05;
}

.store-status-banner.error {
    background: rgba(229, 62, 62, 0.12);
    border-color: rgba(229, 62, 62, 0.3);
    color: #742a2a;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

/* ===== Package Cards ===== */
.package-card {
    background: var(--white);
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px var(--shadow);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    border-color: var(--primary);
}

.package-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.package-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
}

.package-badge {
    background: var(--primary);
    color: var(--white);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.package-name {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--text);
    font-weight: 700;
}

.package-description {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    flex-grow: 1;
    line-height: 1.5;
    font-size: 0.9rem;
}

.package-benefits {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
    color: var(--text-light);
    font-size: 0.85rem;
    list-style: disc;
}

.package-benefits li {
    margin-bottom: 0.25rem;
}

.package-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.package-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

.btn-purchase {
    flex-grow: 1;
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
}

.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-light);
}

.empty-state i {
    font-size: 4rem;
    color: var(--primary);
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--text);
}

.empty-state p {
    font-size: 1rem;
}

/* ===== Loading Spinner ===== */
.loading-spinner {
    text-align: center;
    padding: 3rem;
    color: var(--text-light);
}

.loading-spinner i {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

/* ===== Chatbot Widget ===== */
.chatbot-widget {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    width: 400px;
    max-height: 600px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 10px 40px var(--shadow);
    transition: all 0.3s ease;
}

.chatbot-widget:not(.expanded) .chatbot-body {
    display: none;
}

.chatbot-widget:not(.expanded) .chatbot-header {
    display: none;
}

.chatbot-header {
    background: var(--gradient-1);
    color: var(--white);
    padding: 1.5rem;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
}

.chatbot-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.chatbot-minimize {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--white);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.chatbot-minimize:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.status-dot {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.chatbot-body {
    display: flex;
    flex-direction: column;
    height: 400px;
}

.chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bot-message,
.user-message {
    display: flex;
    gap: 0.75rem;
    max-width: 80%;
}

.user-message {
    margin-left: auto;
    flex-direction: row-reverse;
}

.message-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gradient-1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-shrink: 0;
}

.message-content {
    background: var(--light);
    padding: 0.75rem 1rem;
    border-radius: 15px;
}

.user-message .message-content {
    background: var(--primary);
    color: var(--white);
}

.message-content p {
    margin: 0;
}

.message-time {
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 0.25rem;
    display: block;
}

.chatbot-input {
    border-top: 2px solid var(--border);
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
}

.chatbot-input input {
    flex: 1;
    padding: 0.75rem;
    border: 2px solid var(--border);
    border-radius: 10px;
    font-size: 0.95rem;
}

.btn-send {
    padding: 0.75rem 1.25rem;
    background: var(--gradient-1);
    color: var(--white);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.chatbot-toggle {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-1);
    color: var(--white);
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 5px 20px var(--shadow);
    transition: all 0.3s ease;
}

.chatbot-widget.expanded .chatbot-toggle {
    display: none;
}

.chatbot-toggle:hover {
    transform: scale(1.1);
}

/* ===== Portal Styles ===== */
.portal-header {
    background: var(--gradient-2);
}

.dashboard-stats {
    padding: 2rem 0;
    background: var(--white);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--light);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.stat-box:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px var(--shadow);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
}

.stat-icon.purple {
    background: var(--gradient-1);
}

.stat-icon.blue {
    background: var(--gradient-3);
}

.stat-icon.green {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.stat-icon.orange {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.stat-details h3 {
    font-size: 1.8rem;
    color: var(--dark);
    font-weight: 700;
}

.stat-details p {
    color: var(--text-light);
    font-size: 0.95rem;
}

.portal-content {
    padding: 3rem 0;
}

.portal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.portal-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px var(--shadow);
}

.portal-card.full-width {
    grid-column: 1 / -1;
}

.card-header {
    padding: 1.5rem;
    border-bottom: 2px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2 {
    font-size: 1.3rem;
    color: var(--dark);
}

.card-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
}

.card-body {
    padding: 1.5rem;
}

.danger-zone {
    background: rgba(255, 68, 68, 0.08);
    border: 1px solid rgba(255, 68, 68, 0.4);
    border-radius: 12px;
    padding: 1.5rem;
}

.danger-zone h3 {
    color: var(--danger);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.danger-zone p {
    color: var(--dark);
    margin-bottom: 0.75rem;
}

.danger-zone ul {
    margin: 0 0 1rem 1.25rem;
    color: var(--text);
}

.danger-zone li {
    margin-bottom: 0.35rem;
}

.danger-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-light);
}

.empty-state i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.account-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.info-item label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.info-item p {
    color: var(--dark);
    font-size: 1.1rem;
    font-weight: 500;
}

.user-dropdown {
    position: relative;
    min-width: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.user-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: var(--light);
    border: 2px solid var(--border);
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
}

.user-button:hover {
    border-color: var(--primary);
    background: var(--white);
}

.dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 10px 30px var(--shadow);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    color: var(--text);
    transition: all 0.3s ease;
}

.dropdown-menu a:hover {
    background: var(--light);
    color: var(--primary);
}

/* ===== Tickets & Forum ===== */
.tickets-content,
.forum-content {
    padding: 3rem 0;
}

.tickets-actions,
.forum-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.ticket-filters,
.forum-categories {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn,
.category-btn {
    padding: 0.5rem 1rem;
    border: 2px solid var(--border);
    background: var(--white);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.filter-btn:hover,
.category-btn:hover,
.filter-btn.active,
.category-btn.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.forum-layout {
    display: block;
}

.thread-list,
.thread-detail {
    width: 100%;
}

.thread-page {
    padding: 3rem 0;
}

.thread-page-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.thread-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.forum-sort {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: var(--text-light);
}

.forum-sort select {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.4rem 1.25rem 0.4rem 0.75rem;
    background: var(--white);
    font-weight: 500;
    color: var(--text);
}

.thread-card {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--white);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
    cursor: pointer;
    transition: all 0.25s ease;
}

.thread-card:hover,
.thread-card.active {
    transform: translateY(-3px);
    border-color: var(--primary);
    box-shadow: 0 16px 40px rgba(46, 91, 255, 0.15);
}

.vote-column {
    width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.vote-button {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid transparent;
    background: var(--light);
    color: var(--text-light);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vote-button:hover {
    border-color: var(--primary-light);
    color: var(--primary);
}

.vote-button.active-up {
    background: rgba(46, 91, 255, 0.12);
    color: var(--primary);
}

.vote-button.active-down {
    background: rgba(244, 74, 83, 0.12);
    color: var(--danger);
}

.vote-score {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--dark);
}

.thread-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.thread-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.category-pill {
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: capitalize;
    background: rgba(46, 91, 255, 0.12);
    color: var(--primary);
}

.pinned-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(255, 170, 0, 0.2);
    color: #b27700;
}

.locked-tag {
    color: var(--danger);
    font-weight: 600;
}

.thread-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
}

.thread-preview {
    color: var(--text-light);
    line-height: 1.5;
}

.thread-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.thread-detail {
    border-radius: 20px;
    border: 1px solid var(--border);
    background: var(--white);
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    min-height: 400px;
}

.thread-detail.empty-state {
    text-align: center;
    color: var(--text-light);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
}

.thread-detail-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.thread-detail-body {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 1.5rem;
    white-space: pre-line;
}

.thread-detail-body p {
    margin-bottom: 0.75rem;
}

.thread-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.moderation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.moderation-actions .btn-ghost {
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text);
}

.moderation-actions .btn-ghost.danger {
    border-color: rgba(244, 74, 83, 0.4);
    color: var(--danger);
}

.moderation-hint {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: -0.25rem;
    margin-bottom: 1.5rem;
}

.reply-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.reply-form textarea {
    min-height: 120px;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid var(--border);
    font-size: 1rem;
    resize: vertical;
}

.reply-form-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.replying-to-banner {
    display: none;
    align-items: center;
    justify-content: space-between;
    background: var(--light);
    padding: 0.65rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    color: var(--text);
}

.replying-to-banner strong {
    color: var(--primary);
}

.replying-to-banner button {
    border: none;
    background: transparent;
    color: var(--danger);
    cursor: pointer;
}

.locked-banner {
    padding: 0.75rem 1rem;
    border-radius: 10px;
    background: rgba(244, 74, 83, 0.12);
    color: var(--danger);
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.thread-replies {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.thread-reply {
    border-left: 3px solid var(--border);
    padding-left: 1rem;
    margin-left: calc(var(--reply-depth, 0) * 1.1rem);
}

.reply-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 0.35rem;
}

.reply-content {
    color: var(--text);
    line-height: 1.6;
    white-space: pre-line;
}

.reply-actions {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.75rem;
}

.reply-actions button {
    border: none;
    background: transparent;
    color: var(--primary);
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.reply-actions button.danger {
    color: var(--danger);
}

.loading-state,
.empty-state {
    padding: 2rem;
    text-align: center;
    color: var(--text-light);
    border: 1px dashed var(--border);
    border-radius: 16px;
    background: rgba(46, 91, 255, 0.04);
}

.loading-state i,
.empty-state i {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

/* ===== Animations ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

/* ===== Purchase & Ticket Items ===== */
.purchase-item,
.ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: var(--light);
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.purchase-item:hover,
.ticket-item:hover {
    transform: translateX(5px);
    box-shadow: 0 3px 10px var(--shadow);
}

.purchase-info,
.ticket-info {
    flex: 1;
}

.purchase-info h4,
.ticket-info h4 {
    font-size: 1.1rem;
    color: var(--dark);
    margin-bottom: 0.25rem;
}

.purchase-info p,
.ticket-info p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.purchase-amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.amount {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
}

.status {
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: capitalize;
}

.status-completed,
.status-delivered {
    background: rgba(0, 214, 143, 0.2);
    color: var(--success);
}

.status-pending {
    background: rgba(255, 170, 0, 0.2);
    color: var(--warning);
}

.status-refunded,
.status-closed {
    background: rgba(102, 102, 102, 0.2);
    color: #666;
}

.status-open,
.status-in-progress {
    background: rgba(79, 172, 254, 0.2);
    color: #4FACFE;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .forum-actions {
        flex-wrap: wrap;
    }

    .thread-detail {
        position: static;
    }
}

@media (max-width: 1024px) {
    .navbar .container {
        padding: 0.75rem 1rem;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(340px, 85vw);
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        background: rgba(5, 7, 12, 0.98);
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: calc(env(safe-area-inset-top, 0px) + 1.25rem) 1.5rem max(2.5rem, env(safe-area-inset-bottom, 1.5rem));
        transition: right 0.35s ease;
        box-shadow: -12px 0 35px rgba(0, 0, 0, 0.55);
        z-index: 1400;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-links-content {
        flex-direction: column;
        align-items: stretch;
        flex: 1;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 0.5rem;
        min-height: 0;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .nav-links-content .nav-auth,
    .nav-links-content .nav-user {
        margin-top: auto;
        padding-top: 1.25rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-links::-webkit-scrollbar {
        width: 6px;
    }

    .nav-links::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 999px;
    }

    .nav-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 0;
        margin-left: auto;
        margin-bottom: -0.5rem;
        background: rgba(255, 255, 255, 0.08);
        z-index: 1;
    }

    .nav-links.active {
        right: 0;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    .nav-menu {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu a {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding: 0.75rem 1rem;
        border-radius: 12px;
        color: #fff;
        background: rgba(255, 255, 255, 0.04);
    }

    .nav-menu a::after {
        display: none;
    }

    .nav-auth,
    .nav-user {
        width: 100%;
        flex-direction: column;
        gap: 0.75rem;
    }

    .nav-auth .btn,
    .nav-user .btn {
        width: 100%;
        justify-content: center;
    }

    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .portal-grid {
        grid-template-columns: 1fr;
    }

    .chatbot-widget {
        width: calc(100% - 2rem);
        right: 1rem;
        bottom: 1rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .forum-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .forum-sort {
        width: 100%;
        justify-content: space-between;
    }

    .thread-card {
        flex-direction: column;
    }

    .vote-column {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
    }

    .vote-score {
        margin: 0 1rem;
    }

    .reply-form-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ===== GDPR Consent Banner ===== */
.gdpr-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: var(--white);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    z-index: 10000;
    transition: bottom 0.5s ease;
}

.gdpr-banner.show {
    bottom: 0;
}

.gdpr-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.gdpr-text h3 {
    color: var(--dark);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gdpr-text p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

.gdpr-text a {
    color: var(--primary);
    text-decoration: underline;
}

.gdpr-actions {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.gdpr-actions.single {
    justify-content: flex-end;
}

.gdpr-modal {
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
}

.gdpr-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gdpr-item {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1.5rem;
    background: var(--light);
}

.gdpr-item-header {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.gdpr-item-header h4 {
    color: var(--dark);
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gdpr-required {
    font-size: 0.75rem;
    background: var(--danger);
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-weight: normal;
}

.gdpr-item-header p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.gdpr-details {
    list-style: none;
    margin-top: 1rem;
    padding-left: 3rem;
}

.gdpr-details li {
    color: var(--text-light);
    font-size: 0.85rem;
    padding: 0.3rem 0;
    position: relative;
    padding-left: 1.2rem;
}

.gdpr-details li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
}

.gdpr-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    flex-shrink: 0;
}

.gdpr-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.gdpr-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 26px;
}

.gdpr-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.gdpr-switch input:checked + .gdpr-slider {
    background-color: var(--primary);
}

.gdpr-switch input:disabled + .gdpr-slider {
    background-color: #888;
    cursor: not-allowed;
}

.gdpr-switch input:checked + .gdpr-slider:before {
    transform: translateX(24px);
}

.gdpr-info {
    background: var(--light);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
}

.gdpr-info h4 {
    color: var(--dark);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gdpr-info p {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.gdpr-info a {
    color: var(--primary);
    text-decoration: underline;
}

.user-menu {
    position: relative;
}

.user-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.user-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 1.2rem;
    color: var(--text);
    transition: all 0.2s ease;
}

.user-dropdown a:hover {
    background: var(--light);
    color: var(--primary);
}

.user-dropdown hr {
    margin: 0.5rem 0;
    border: none;
    border-top: 1px solid var(--border);
}

@media (max-width: 768px) {
    .gdpr-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gdpr-actions {
        width: 100%;
    }
    
    .gdpr-actions button {
        flex: 1;
    }
    
    .gdpr-item-header {
        flex-direction: column;
    }
    
    .gdpr-details {
        padding-left: 1.5rem;
    }
}

/* ===== Enhanced Ticket System Styles ===== */
.status-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.priority-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.priority-urgent {
    background: rgba(255, 68, 68, 0.2);
    color: var(--danger);
}

.priority-high {
    background: rgba(255, 170, 0, 0.2);
    color: var(--warning);
}

.priority-medium {
    background: rgba(79, 172, 254, 0.2);
    color: #4FACFE;
}

.priority-low {
    background: rgba(102, 102, 102, 0.2);
    color: #666;
}

.ticket-detail {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
}

.ticket-detail-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--light);
}

.ticket-detail-header h2 {
    margin-bottom: 1rem;
    color: var(--dark);
}

.ticket-messages {
    margin: 2rem 0;
}

.message {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: 10px;
    border-left: 4px solid;
}

.user-message {
    background: rgba(79, 172, 254, 0.1);
    border-left-color: #4FACFE;
}

.staff-message {
    background: rgba(255, 107, 53, 0.1);
    border-left-color: var(--primary);
}

.message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.message-author {
    font-weight: 600;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.message-author i {
    color: var(--primary);
}

.staff-badge {
    background: var(--primary);
    color: var(--white);
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
    font-size: 0.7rem;
    margin-left: 0.5rem;
}

.message-date {
    font-size: 0.85rem;
    color: var(--text-light);
}

.message-content {
    color: var(--text);
    line-height: 1.6;
    white-space: pre-wrap;
}

.empty-messages {
    text-align: center;
    color: var(--text-light);
    padding: 2rem;
}

.response-form {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--light);
    border-radius: 10px;
}

.response-form h3 {
    margin-bottom: 1rem;
    color: var(--dark);
}

.response-form textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: 10px;
    font-family: inherit;
    font-size: 1rem;
    resize: vertical;
    margin-bottom: 1rem;
}

.response-form textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.response-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ===== About Page ===== */
.about-hero {
    background: radial-gradient(circle at top, rgba(123, 129, 149, 0.4), rgba(5, 7, 12, 0.96)), #0b0e19;
    color: var(--white);
    padding: 4rem 0;
    text-align: center;
}

.about-content {
    padding: 3rem 0 4rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.feature-card {
    background: #151925;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2rem;
    text-align: left;
    color: var(--white);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.feature-card i {
    font-size: 2rem;
    color: #a3a9c2;
    margin-bottom: 1rem;
}

.feature-card h2 {
    margin-bottom: 0.75rem;
}

.about-highlights {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.highlight {
    background: #161926;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--white);
}

.highlight h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: #d5d9e8;
}

.about-cta {
    margin-top: 3rem;
}

.cta-card {
    background: linear-gradient(135deg, #1d2230, #0f141f);
    border-radius: 18px;
    padding: 2.5rem;
    color: #f6f7fb;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
}

.cta-card code {
    background: rgba(255, 255, 255, 0.08);
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    margin-left: 0.5rem;
}

.cta-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.cta-actions .btn {
    min-width: 180px;
}

@media (max-width: 768px) {
    .feature-card,
    .highlight,
    .cta-card {
        text-align: left;
    }
    .cta-actions {
        flex-direction: column;
    }
}

.ticket-closed-notice {
    text-align: center;
    padding: 2rem;
    background: var(--light);
    border-radius: 10px;
    color: var(--text-light);
    margin-top: 2rem;
}

.ticket-closed-notice i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.admin-tickets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.admin-ticket-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px var(--shadow);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.admin-ticket-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.2);
    border-color: var(--primary);
}

.ticket-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.ticket-id {
    font-family: monospace;
    color: var(--text-light);
    font-size: 0.9rem;
}

.ticket-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: var(--dark);
    line-height: 1.4;
}

.ticket-user-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: var(--light);
    border-radius: 8px;
}

.user-email {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-left: auto;
}

.ticket-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 0.75rem;
}

.assigned-badge {
    background: rgba(0, 214, 143, 0.2);
    color: var(--success);
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
}

.priority-section {
    margin: 2rem 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--light);
    color: var(--dark);
}

.ticket-user-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--light);
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.ticket-user-card i {
    font-size: 2.5rem;
    color: var(--primary);
}

.ticket-user-card strong {
    display: block;
    color: var(--dark);
    font-size: 1.1rem;
}

.ticket-user-card span {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light);
}

.ticket-date {
    margin-top: 0.5rem;
}

.ticket-actions-header {
    display: flex;
    gap: 1rem;
}

.status-select {
    padding: 0.5rem 1rem;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: var(--white);
}

.status-select:focus {
    outline: none;
    border-color: var(--primary);
}

.ticket-messages-admin {
    margin: 1.5rem 0;
}

.admin-response-form {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--light);
    border-radius: 10px;
}

.admin-response-form h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.admin-response-form textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: 10px;
    font-family: inherit;
    font-size: 1rem;
    resize: vertical;
    margin-bottom: 1rem;
}

.category-badge {
    background: rgba(79, 172, 254, 0.2);
    color: #4FACFE;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ticket-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.tickets-filters {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.admin-content {
    padding: 3rem 0;
    min-height: 600px;
}

.btn-secondary {
    background: var(--grey-medium);
    color: var(--white);
}

.btn-secondary:hover {
    background: var(--grey-dark);
}

.btn-success {
    background: var(--success);
    color: var(--white);
}

.btn-success:hover {
    background: #45a049;
}

/* ===== Mobile Responsive Styles ===== */
@media (max-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
    
    .admin-tickets-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    /* Navigation */
    nav .container {
        padding: 0 1rem;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .nav-links a {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .user-menu-btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Container */
    .container {
        padding: 0 1rem;
        max-width: 100%;
    }
    
    /* Hero Section */
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    /* Cards */
    .card-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    /* Stats */
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    /* Forms */
    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    /* Buttons */
    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .response-actions {
        flex-direction: column;
    }
    
    .response-actions .btn {
        width: 100%;
    }
    
    /* Ticket Cards */
    .admin-tickets-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .admin-ticket-card {
        padding: 1.25rem;
    }
    
    .ticket-card-header {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .ticket-badges {
        justify-content: flex-start;
    }
    
    .ticket-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    /* Ticket Detail */
    .ticket-detail {
        padding: 1.5rem;
    }
    
    .ticket-detail-header h2 {
        font-size: 1.3rem;
    }
    
    .message {
        padding: 1rem;
    }
    
    .message-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .ticket-actions-header {
        flex-direction: column;
    }
    
    .status-select {
        width: 100%;
    }
    
    /* Ticket User Card */
    .ticket-user-card {
        flex-direction: column;
        text-align: center;
    }
    
    /* Filters */
    .tickets-filters {
        flex-direction: column;
    }
    
    .tickets-filters .btn {
        width: 100%;
    }
    
    /* Modal */
    .modal-content {
        width: 95%;
        max-width: 95%;
        margin: 1rem auto;
        padding: 1.5rem;
    }
    
    .modal-header h2 {
        font-size: 1.3rem;
    }
    
    /* Tables */
    table {
        font-size: 0.9rem;
    }
    
    table th,
    table td {
        padding: 0.75rem 0.5rem;
    }
    
    /* Forum */
    .forum-post {
        padding: 1.25rem;
    }
    
    .post-header {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .reply {
        margin-left: 1rem;
        padding: 1rem;
    }
    
    /* Store */
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .package-card {
        padding: 1.5rem;
    }
    
    /* Portal */
    .dashboard-stats {
        grid-template-columns: 1fr;
    }
    
    .recent-tickets {
        padding: 1.5rem;
    }
    
    .ticket-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .ticket-info {
        width: 100%;
    }

    .hero-actions .btn,
    .cta-actions .btn {
        width: 100%;
    }

    .gdpr-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 0 1.25rem;
        text-align: left;
    }

    .gdpr-actions {
        width: 100%;
        flex-direction: column;
    }

    .gdpr-actions .btn {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .server-ip code,
    .server-ip-footer {
        display: block;
        text-align: center;
        word-break: break-all;
    }
    
    /* Admin Content */
    .admin-content {
        padding: 2rem 0;
    }
}

@media (max-width: 480px) {
    /* Typography */
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    /* Hero */
    .hero {
        padding: 3rem 0;
    }

    .hero h1 {
        font-size: 1.75rem;
    }

    /* Navigation */
    .nav-links {
        font-size: 0.85rem;
    }

    /* Cards */
    .card {
        padding: 1.25rem;
    }

    /* Badges */
    .status-badge,
    .priority-badge,
    .category-badge {
        font-size: 0.7rem;
        padding: 0.25rem 0.65rem;
    }

    /* Ticket Detail */
    .ticket-detail {
        padding: 1rem;
    }

    .ticket-detail-header {
        padding-bottom: 1rem;
    }

    .message {
        padding: 0.75rem;
    }

    .response-form,
    .admin-response-form {
        padding: 1rem;
    }

    /* Modal */
    .modal-content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        margin: 0;
    }

    .modal-body {
        max-height: calc(100vh - 150px);
    }

    /* Admin Ticket Card */
    .admin-ticket-card {
        padding: 1rem;
    }

    .ticket-title {
        font-size: 1rem;
    }

    /* User Info */
    .ticket-user-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .user-email {
        margin-left: 0;
    }

    /* Buttons */
    .btn {
        padding: 0.65rem 1.25rem;
        font-size: 0.9rem;
    }

    /* Forum */
    .forum-post,
    .reply {
        padding: 1rem;
    }

    .post-content,
    .reply-content {
        font-size: 0.95rem;
    }

    /* Store */
    .package-card {
        padding: 1.25rem;
    }

    .package-price {
        font-size: 1.75rem;
    }
}

/* ===== Application Form Requirements ===== */
.form-requirements {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border: 2px solid var(--gold-medium);
    border-radius: 12px;
    padding: 20px;
    margin: 24px 0;
    box-shadow: 0 4px 12px rgba(255, 165, 0, 0.15);
}

.form-requirements h3 {
    color: var(--gold-dark);
    font-size: 1.1rem;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-requirements h3 i {
    font-size: 1.2rem;
}

.requirements-content {
    color: #5d4037;
    font-size: 0.95rem;
    line-height: 1.8;
}

.requirements-content i.fa-check-circle {
    color: var(--success);
    margin-right: 8px;
    font-size: 0.9rem;
}

.requirements-content br + i.fa-check-circle {
    margin-left: 0;
}

/* ===== Store 2026 Refresh ===== */

body[data-page="store-list"] .store-hero {
    padding: 4rem 0 2rem;
}

body[data-page="store-list"] .store-hero-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: stretch;
}

body[data-page="store-list"] .store-hero-copy,
body[data-page="store-list"] .store-hero-card {
    background: rgba(10, 15, 25, 0.9);
    border-radius: 28px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.eyebrow-label {
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    color: var(--gold-light);
    margin-bottom: 0.75rem;
    display: inline-block;
}

.store-hero-copy h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

.store-hero-copy p {
    max-width: 640px;
}

.store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.store-hero-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.store-hero-metrics span {
    font-weight: 600;
    color: var(--white);
}

.store-hero-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.store-hero-steps {
    list-style: decimal;
    padding-left: 1.25rem;
    color: #cfd3e6;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.store-hero-note a {
    color: var(--gold-light);
    font-weight: 600;
}

.store-insights {
    padding: 1rem 0 3rem;
}

.store-insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.insight-card {
    background: rgba(10, 15, 25, 0.85);
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.insight-card i {
    font-size: 1.5rem;
    color: var(--gold-light);
    margin-bottom: 0.75rem;
}

.store-list-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-end;
}

.store-list-header h2 {
    margin-bottom: 0.5rem;
}

.store-list-subtitle {
    color: #aeb5cc;
}

.store-list-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.store-uptime-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #c7f9ff;
    font-weight: 600;
    font-size: 0.85rem;
}

.store-uptime-pill.secondary {
    background: rgba(129, 140, 248, 0.12);
    border-color: rgba(129, 140, 248, 0.4);
}

body[data-page="store-list"] .packages-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

body[data-page="store-list"] .package-card {
    background: rgba(8, 12, 22, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.45);
}

.package-card-media {
    width: min(320px, 35%);
    min-width: 220px;
    border-radius: 20px;
    overflow: hidden;
}

.package-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.package-cover-fallback {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: var(--gold-light);
    font-size: 2.5rem;
}

.package-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.package-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.package-chip {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: var(--gold-light);
}

.package-price {
    font-weight: 700;
    font-size: 1.2rem;
}

.package-card-description {
    color: #cfd3e6;
}

.package-card-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    color: #aeb5cc;
    font-size: 0.9rem;
}

.package-card-benefits i {
    margin-right: 0.35rem;
    color: var(--gold-light);
}

.package-card-actions {
    margin-top: auto;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    body[data-page="store-list"] .package-card {
        flex-direction: column;
    }

    .package-card-media {
        width: 100%;
        min-width: auto;
    }
}

body[data-page="store-detail"] .store-item-page {
    padding: 3rem 0 2rem;
}

.store-item-hero {
    margin-bottom: 2rem;
}

.store-item-breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.store-item-breadcrumb a {
    color: var(--gold-light);
    font-weight: 600;
}

.store-item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    background: rgba(8, 12, 22, 0.9);
    border-radius: 28px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}

.store-item-cover {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
.package-card-minimal .package-guard-badge {
    font-size: 0.85rem;
    color: #0f172a;
    background: rgba(15, 23, 42, 0.05);
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.4rem;
}
.package-card-minimal .package-guard-badge i {
    color: #ff6b35;
}
.checkout-upgrade-section ul,
.checkout-requirements-list,
.store-item-requirements {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkout-requirements-list li,
.store-item-requirements li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.95rem;
    padding: 0.2rem 0;
}
.checkout-requirements-list i,
.store-item-requirements i {
    color: #ff6b35;
}
.checkout-duration,
.store-item-upgrade-card .upgrade-duration {
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.75);
    margin-top: 0.75rem;
}
.store-item-upgrade-card {
    background: rgba(15, 23, 42, 0.04);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    margin: 1rem 0 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
}
.store-item-upgrade-card .upgrade-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.65);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.store-item-upgrade-card .upgrade-label i {
    color: #ff6b35;
}
    min-height: 260px;
}

.store-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-item-cover-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--gold-light);
}

.store-item-cover-fallback.hidden {
    display: none;
}

.store-item-meta-cards {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.meta-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.meta-card p {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #aeb5cc;
    margin-bottom: 0.25rem;
}

.meta-card strong {
    font-size: 0.95rem;
}

.store-item-summary h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 0.25rem;
}

.store-item-price {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.store-item-description {
    color: #cfd3e6;
    margin-bottom: 1.5rem;
}

.store-item-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.status-pill.status-live {
    background: rgba(56, 189, 248, 0.12);
    border-color: rgba(56, 189, 248, 0.4);
}

.status-pill.status-disabled {
    background: rgba(229, 62, 62, 0.12);
    border-color: rgba(229, 62, 62, 0.4);
    color: #feb2b2;
}

.store-item-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.store-item-details {
    margin-bottom: 2rem;
}

.store-item-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.store-detail-card {
    background: rgba(8, 12, 22, 0.9);
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.store-item-commands {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    padding: 1rem;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.9rem;
    white-space: pre-wrap;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.store-item-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.store-item-detail-list {
    list-style: disc;
    margin-left: 1.25rem;
    color: #cfd3e6;
}

.store-item-disclaimer .disclaimer-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(8, 12, 22, 0.9);
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.store-item-error {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(8, 12, 22, 0.95);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.store-item-error i {
    font-size: 3rem;
    color: #feb2b2;
    display: block;
    margin-bottom: 1rem;
}
