/* =========================================================
   GTANEX UNIFIED DESIGN SYSTEM
   Shared by category, authentication, dashboard and admin pages.
   Loaded AFTER each page's existing stylesheet.
========================================================= */

:root {
    --gx-bg: #070914;
    --gx-bg-soft: #0a1020;
    --gx-panel: #11182b;
    --gx-panel-soft: rgba(17, 24, 43, 0.82);
    --gx-panel-bright: #18223a;
    --gx-line: rgba(157, 171, 215, 0.16);
    --gx-line-strong: rgba(172, 142, 255, 0.34);
    --gx-text: #f7f8ff;
    --gx-muted: #98a4c1;
    --gx-purple: #8b5cf6;
    --gx-purple-bright: #a879ff;
    --gx-blue: #4f8cff;
    --gx-cyan: #55d9ff;
    --gx-pink: #ec4899;
    --gx-green: #35d07f;
    --gx-yellow: #f4c95d;
    --gx-danger: #ef4960;
    --gx-radius-sm: 10px;
    --gx-radius: 16px;
    --gx-radius-lg: 22px;
    --gx-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    --gx-font: "Inter", "Outfit", Arial, sans-serif;
    --gx-display: "Space Grotesk", "Cinzel", sans-serif;
}

html {
    color-scheme: dark;
}

body.gtanex-category,
body.gtanex-auth,
body.gtanex-dashboard,
body.gtanex-admin {
    min-height: 100vh !important;
    color: var(--gx-text) !important;
    background:
        radial-gradient(
            circle at 8% 4%,
            rgba(99, 68, 220, 0.16),
            transparent 27%
        ),
        radial-gradient(
            circle at 94% 10%,
            rgba(31, 115, 255, 0.13),
            transparent 25%
        ),
        radial-gradient(
            circle at 50% 100%,
            rgba(236, 72, 153, 0.07),
            transparent 34%
        ),
        var(--gx-bg) !important;
    font-family: var(--gx-font) !important;
    -webkit-font-smoothing: antialiased;
}

body.gtanex-category *,
body.gtanex-auth *,
body.gtanex-dashboard *,
body.gtanex-admin * {
    box-sizing: border-box;
}

body.gtanex-category a,
body.gtanex-auth a,
body.gtanex-dashboard a,
body.gtanex-admin a {
    color: inherit;
    text-decoration: none;
}

body.gtanex-category button,
body.gtanex-category input,
body.gtanex-category select,
body.gtanex-category textarea,
body.gtanex-auth button,
body.gtanex-auth input,
body.gtanex-auth select,
body.gtanex-auth textarea,
body.gtanex-dashboard button,
body.gtanex-dashboard input,
body.gtanex-dashboard select,
body.gtanex-dashboard textarea,
body.gtanex-admin button,
body.gtanex-admin input,
body.gtanex-admin select,
body.gtanex-admin textarea {
    font: inherit;
}

body.gtanex-category ::selection,
body.gtanex-auth ::selection,
body.gtanex-dashboard ::selection,
body.gtanex-admin ::selection {
    color: #fff;
    background: rgba(139, 92, 246, 0.72);
}

body.gtanex-category ::-webkit-scrollbar,
body.gtanex-auth ::-webkit-scrollbar,
body.gtanex-dashboard ::-webkit-scrollbar,
body.gtanex-admin ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body.gtanex-category ::-webkit-scrollbar-track,
body.gtanex-auth ::-webkit-scrollbar-track,
body.gtanex-dashboard ::-webkit-scrollbar-track,
body.gtanex-admin ::-webkit-scrollbar-track {
    background: #080b16;
}

body.gtanex-category ::-webkit-scrollbar-thumb,
body.gtanex-auth ::-webkit-scrollbar-thumb,
body.gtanex-dashboard ::-webkit-scrollbar-thumb,
body.gtanex-admin ::-webkit-scrollbar-thumb {
    background:
        linear-gradient(
            180deg,
            var(--gx-purple),
            #4f65d9
        );
    border: 2px solid #080b16;
    border-radius: 999px;
}

body.gtanex-category :focus-visible,
body.gtanex-auth :focus-visible,
body.gtanex-dashboard :focus-visible,
body.gtanex-admin :focus-visible {
    outline: 2px solid var(--gx-purple-bright) !important;
    outline-offset: 3px !important;
}


/* =========================================================
   SHARED STORE HEADER
========================================================= */

body.gtanex-category .site-header,
body.gtanex-auth .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    min-height: 72px !important;
    background: rgba(7, 9, 20, 0.86) !important;
    border-bottom: 1px solid var(--gx-line) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16) !important;
}

body.gtanex-category .header-inner,
body.gtanex-auth .header-inner {
    width: min(1180px, calc(100% - 40px)) !important;
    min-height: 72px !important;
    margin-inline: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 26px !important;
}

body.gtanex-category .brand,
body.gtanex-auth .brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
}

body.gtanex-category .brand-crest,
body.gtanex-auth .brand-crest {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow:
        0 0 0 1px rgba(139, 92, 246, 0.12),
        0 12px 25px rgba(0, 0, 0, 0.3) !important;
}

body.gtanex-category .brand-word,
body.gtanex-auth .brand-word {
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: 0.045em !important;
}

body.gtanex-category .site-nav,
body.gtanex-auth .site-nav {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
}

body.gtanex-category .site-nav a,
body.gtanex-auth .site-nav a {
    position: relative !important;
    padding: 25px 0 !important;
    color: #a7b1cb !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    box-shadow: none !important;
    transition: color 0.2s ease !important;
}

body.gtanex-category .site-nav a:hover,
body.gtanex-category .site-nav a.active,
body.gtanex-auth .site-nav a:hover,
body.gtanex-auth .site-nav a.active {
    color: #fff !important;
}

body.gtanex-category .site-nav a.active::after,
body.gtanex-auth .site-nav a.active::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 16px !important;
    left: 0 !important;
    height: 2px !important;
    background:
        linear-gradient(
            90deg,
            var(--gx-purple),
            var(--gx-pink)
        ) !important;
    border-radius: 999px !important;
}

body.gtanex-category .header-right,
body.gtanex-auth .header-right,
body.gtanex-category .auth-buttons,
body.gtanex-category .user-menu {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body.gtanex-category .login-btn,
body.gtanex-auth .login-btn {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 14px !important;
    color: #d2d8e9 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

body.gtanex-category .register-btn,
body.gtanex-auth .register-btn,
body.gtanex-auth .header-cta {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 15px !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #5d53de
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    box-shadow: 0 13px 28px rgba(99, 73, 224, 0.27) !important;
}

body.gtanex-category .user-dashboard-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 7px 10px !important;
    color: #e4e8f5 !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

body.gtanex-category .user-avatar {
    width: 29px !important;
    height: 29px !important;
    display: grid !important;
    place-items: center !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            var(--gx-pink)
        ) !important;
    border-radius: 9px !important;
}

body.gtanex-category #logoutBtn {
    min-height: 40px !important;
    padding: 8px 12px !important;
    color: #c9d0e2 !important;
    background: transparent !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

body.gtanex-category .nav-toggle,
body.gtanex-auth .nav-toggle {
    width: 42px !important;
    height: 42px !important;
    display: none !important;
    place-items: center !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    font-size: 20px !important;
}


/* =========================================================
   CATEGORY PAGES
========================================================= */

body.gtanex-category #particles-canvas {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    opacity: 0.45 !important;
}

body.gtanex-category main,
body.gtanex-category .site-header,
body.gtanex-category .site-footer,
body.gtanex-category .order-modal {
    position: relative;
    z-index: 2;
}

body.gtanex-category .wrap {
    width: min(1180px, calc(100% - 40px)) !important;
    margin-inline: auto !important;
}

body.gtanex-category .category-page-hero {
    position: relative !important;
    min-height: 500px !important;
    display: flex !important;
    align-items: center !important;
    padding: 112px 0 76px !important;
    overflow: hidden !important;
    background:
        radial-gradient(
            circle at 80% 42%,
            rgba(139, 92, 246, 0.2),
            transparent 31%
        ),
        radial-gradient(
            circle at 8% 92%,
            rgba(79, 140, 255, 0.12),
            transparent 34%
        ) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.035) !important;
}

body.gtanex-category .category-page-hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(
            rgba(128, 145, 190, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(128, 145, 190, 0.04) 1px,
            transparent 1px
        ) !important;
    background-size: 56px 56px !important;
    mask-image:
        linear-gradient(
            to bottom,
            #000,
            transparent 88%
        ) !important;
    pointer-events: none !important;
}

body.gtanex-category .category-page-hero .wrap {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(290px, 0.85fr) !important;
    align-items: center !important;
    gap: 70px !important;
}

body.gtanex-category .eyebrow,
body.gtanex-category .catalog-eyebrow {
    width: fit-content !important;
    margin-bottom: 13px !important;
    color: #bca3ff !important;
    font-family: var(--gx-font) !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

body.gtanex-category .category-hero-content h1 {
    max-width: 780px !important;
    margin: 0 0 20px !important;
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: clamp(44px, 6vw, 76px) !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
}

body.gtanex-category .category-hero-description {
    max-width: 650px !important;
    margin: 0 0 29px !important;
    color: var(--gx-muted) !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

body.gtanex-category .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 11px !important;
}

body.gtanex-category .btn {
    min-height: 47px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 18px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease !important;
}

body.gtanex-category .btn:hover {
    transform: translateY(-2px) !important;
}

body.gtanex-category .btn-gold {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #5c54df
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 18px 38px rgba(104, 73, 226, 0.28) !important;
}

body.gtanex-category .btn-ghost {
    color: #d4daea !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid var(--gx-line) !important;
}

body.gtanex-category .category-hero-icon {
    position: relative !important;
    width: 330px !important;
    height: 330px !important;
    display: grid !important;
    place-items: center !important;
    justify-self: center !important;
}

body.gtanex-category .category-icon-glow {
    position: absolute !important;
    inset: 0 !important;
    background:
        radial-gradient(
            circle,
            rgba(139, 92, 246, 0.28),
            transparent 67%
        ) !important;
    border-radius: 50% !important;
    filter: blur(9px) !important;
}

body.gtanex-category .category-main-icon {
    position: relative !important;
    z-index: 2 !important;
    width: 175px !important;
    height: 175px !important;
    display: grid !important;
    place-items: center !important;
    background:
        linear-gradient(
            145deg,
            rgba(29, 39, 72, 0.96),
            rgba(12, 18, 36, 0.96)
        ) !important;
    border: 1px solid rgba(173, 143, 255, 0.29) !important;
    border-radius: 50% !important;
    font-size: 70px !important;
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.48),
        0 0 50px rgba(128, 79, 229, 0.12) !important;
}

body.gtanex-category .category-floating-icon {
    position: absolute !important;
    z-index: 4 !important;
    width: 52px !important;
    height: 52px !important;
    display: grid !important;
    place-items: center !important;
    color: #fff !important;
    background: rgba(18, 25, 47, 0.9) !important;
    border: 1px solid rgba(169, 139, 255, 0.24) !important;
    border-radius: 15px !important;
    font-size: 22px !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32) !important;
    backdrop-filter: blur(12px) !important;
}

body.gtanex-category .category-floating-1 {
    top: 17px !important;
    left: 43px !important;
}

body.gtanex-category .category-floating-2 {
    top: 91px !important;
    right: 0 !important;
}

body.gtanex-category .category-floating-3 {
    bottom: 17px !important;
    left: 52px !important;
}

body.gtanex-category .category-products-section {
    min-height: 600px !important;
    padding-top: 86px !important;
    padding-bottom: 100px !important;
}

body.gtanex-category .catalog-head {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 30px !important;
    margin-bottom: 34px !important;
}

body.gtanex-category .catalog-head h2 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: clamp(30px, 4vw, 46px) !important;
    letter-spacing: -0.035em !important;
}

body.gtanex-category .catalog-head p:not(.catalog-eyebrow) {
    margin: 0 !important;
    color: var(--gx-muted) !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

body.gtanex-category .category-switcher {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

body.gtanex-category .category-switch-link {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 13px !important;
    color: #9ca7c1 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 750 !important;
}

body.gtanex-category .category-switch-link:hover,
body.gtanex-category .category-switch-link.active {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #535bdc
        ) !important;
    border-color: rgba(182, 151, 255, 0.35) !important;
}


/* =========================================================
   CATEGORY PRODUCT CARDS
========================================================= */

body.gtanex-category #card-grid.card-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

body.gtanex-category #card-grid .firebase-product-card {
    position: relative !important;
    min-width: 0 !important;
    min-height: 430px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 18px 18px 74px !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
        linear-gradient(
            150deg,
            rgba(20, 27, 51, 0.96),
            rgba(9, 14, 29, 0.97)
        ) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.23) !important;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease !important;
}

body.gtanex-category #card-grid .firebase-product-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(161, 121, 255, 0.4) !important;
    box-shadow:
        0 28px 65px rgba(0, 0, 0, 0.38),
        0 0 34px rgba(116, 77, 230, 0.08) !important;
}

body.gtanex-category #card-grid .firebase-product-card::before {
    content: "" !important;
    position: absolute !important;
    top: -90px !important;
    right: -70px !important;
    width: 200px !important;
    height: 200px !important;
    background:
        radial-gradient(
            circle,
            rgba(132, 79, 235, 0.14),
            transparent 70%
        ) !important;
    pointer-events: none !important;
}

body.gtanex-category #card-grid .firebase-product-top {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin-bottom: 18px !important;
}

body.gtanex-category #card-grid .firebase-product-media {
    width: 100% !important;
    height: 180px !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(124, 80, 229, 0.2),
            transparent 46%
        ),
        #0c1121 !important;
    border: 1px solid rgba(255, 255, 255, 0.055) !important;
    border-radius: 14px !important;
}

body.gtanex-category #card-grid .firebase-product-image {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

body.gtanex-category #card-grid .firebase-product-icon {
    font-size: 52px !important;
    filter: drop-shadow(0 12px 24px rgba(116, 79, 232, 0.25)) !important;
}

body.gtanex-category #card-grid .firebase-best-badge {
    position: absolute !important;
    top: 28px !important;
    right: 28px !important;
    z-index: 12 !important;
    padding: 6px 9px !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-pink),
            #b43fe4
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 999px !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    box-shadow: 0 10px 25px rgba(220, 63, 161, 0.25) !important;
}

body.gtanex-category #card-grid .firebase-product-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

body.gtanex-category #card-grid .firebase-product-content h3 {
    margin: 0 0 8px !important;
    color: #f7f8ff !important;
    font-family: var(--gx-display) !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
}

body.gtanex-category #card-grid .firebase-product-category {
    margin: 0 0 12px !important;
    color: #ab88ff !important;
    font-size: 9px !important;
    font-weight: 850 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;
}

body.gtanex-category #card-grid .firebase-product-description {
    margin: 0 !important;
    color: #8f9ab6 !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
}

body.gtanex-category #card-grid .firebase-product-bottom {
    margin-top: auto !important;
    padding-top: 22px !important;
    padding-bottom: 0 !important;
}

body.gtanex-category #card-grid .firebase-product-price {
    display: block !important;
    margin-bottom: 16px !important;
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: 21px !important;
}

body.gtanex-category #card-grid .firebase-product-actions {
    width: calc(100% - 54px) !important;
    display: grid !important;
    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !important;
}

body.gtanex-category #card-grid .firebase-order-btn,
body.gtanex-category #card-grid .firebase-view-btn {
    min-width: 0 !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 10px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

body.gtanex-category #card-grid .firebase-order-btn {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #5b55df
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 11px 24px rgba(103, 74, 224, 0.23) !important;
}

body.gtanex-category #card-grid .firebase-view-btn {
    color: #d8deef !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid var(--gx-line) !important;
}

body.gtanex-category #card-grid .firebase-view-btn:disabled,
body.gtanex-category #card-grid .firebase-view-btn-disabled {
    opacity: 0.48 !important;
    cursor: not-allowed !important;
}

body.gtanex-category #card-grid .firebase-wishlist-btn {
    position: absolute !important;
    top: auto !important;
    right: 18px !important;
    bottom: 18px !important;
    left: auto !important;
    width: 42px !important;
    height: 42px !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #c8cfe1 !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    z-index: 15 !important;
}

body.gtanex-category #card-grid .firebase-wishlist-btn:hover,
body.gtanex-category #card-grid .firebase-wishlist-btn.active {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-pink),
            #b543e3
        ) !important;
    border-color: rgba(255, 255, 255, 0.13) !important;
    transform: translateY(-2px) !important;
}

body.gtanex-category .products-loading-state,
body.gtanex-category .products-empty-state {
    grid-column: 1 / -1 !important;
    min-height: 230px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 28px !important;
    color: #8f9ab6 !important;
    background: rgba(255, 255, 255, 0.018) !important;
    border: 1px dashed rgba(154, 169, 211, 0.17) !important;
    border-radius: 17px !important;
    text-align: center !important;
}

body.gtanex-category .product-loading-spinner {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    border: 3px solid rgba(158, 119, 255, 0.16) !important;
    border-top-color: #9d73ff !important;
    border-radius: 50% !important;
    animation: gxSpin 0.8s linear infinite !important;
}

@keyframes gxSpin {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   SHARED FOOTER
========================================================= */

body.gtanex-category .site-footer,
body.gtanex-auth .site-footer {
    padding: 54px 0 22px !important;
    color: #dfe4f3 !important;
    background: #070a14 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

body.gtanex-category .footer-inner,
body.gtanex-auth .footer-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    padding-bottom: 30px !important;
}

body.gtanex-category .footer-brand,
body.gtanex-auth .footer-brand {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}

body.gtanex-category .footer-crest,
body.gtanex-auth .footer-crest {
    width: 46px !important;
    height: 46px !important;
    object-fit: cover !important;
    border-radius: 13px !important;
}

body.gtanex-category .footer-word,
body.gtanex-auth .footer-word {
    margin: 0 0 4px !important;
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
}

body.gtanex-category .footer-note,
body.gtanex-auth .footer-note {
    margin: 0 !important;
    color: #7f8aa7 !important;
    font-size: 11px !important;
}

body.gtanex-category .footer-link,
body.gtanex-auth .footer-link {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 13px !important;
    color: #c9d0e2 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 750 !important;
}

body.gtanex-category .footer-copy,
body.gtanex-auth .footer-copy {
    margin: 0 !important;
    padding-top: 19px !important;
    color: #65708a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.045) !important;
    font-size: 10px !important;
}


/* =========================================================
   AUTHENTICATION PAGES
========================================================= */

body.gtanex-auth {
    width: 100% !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    padding: 0 !important;
}

body.gtanex-auth .auth-main {
    position: relative !important;
    flex: 1 !important;
    min-height: 690px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 74px 20px !important;
    overflow: hidden !important;
}

body.gtanex-auth .auth-main::before,
body.gtanex-auth .auth-main::after {
    content: "" !important;
    position: absolute !important;
    width: 520px !important;
    height: 520px !important;
    border-radius: 50% !important;
    filter: blur(20px) !important;
    pointer-events: none !important;
}

body.gtanex-auth .auth-main::before {
    top: -260px !important;
    right: -150px !important;
    background:
        radial-gradient(
            circle,
            rgba(111, 76, 232, 0.2),
            transparent 68%
        ) !important;
}

body.gtanex-auth .auth-main::after {
    bottom: -300px !important;
    left: -180px !important;
    background:
        radial-gradient(
            circle,
            rgba(79, 140, 255, 0.16),
            transparent 68%
        ) !important;
}

body.gtanex-auth .login-container {
    position: relative !important;
    z-index: 2 !important;
    width: min(1020px, 100%) !important;
    display: grid !important;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(390px, 0.82fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: hidden !important;
    background:
        linear-gradient(
            145deg,
            rgba(17, 24, 43, 0.88),
            rgba(9, 14, 28, 0.92)
        ) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 24px !important;
    box-shadow: var(--gx-shadow) !important;
    backdrop-filter: blur(16px) !important;
}

body.gtanex-auth .auth-showcase {
    position: relative !important;
    min-height: 600px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 48px !important;
    overflow: hidden !important;
    background:
        radial-gradient(
            circle at 70% 20%,
            rgba(236, 72, 153, 0.17),
            transparent 35%
        ),
        radial-gradient(
            circle at 15% 85%,
            rgba(79, 140, 255, 0.18),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(73, 47, 143, 0.62),
            rgba(15, 22, 43, 0.96)
        ) !important;
    border-right: 1px solid var(--gx-line) !important;
}

body.gtanex-auth .auth-showcase::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ) !important;
    background-size: 42px 42px !important;
    mask-image:
        linear-gradient(
            to bottom,
            #000,
            transparent
        ) !important;
}

body.gtanex-auth .auth-showcase > * {
    position: relative !important;
    z-index: 2 !important;
}

body.gtanex-auth .auth-showcase-logo {
    width: 88px !important;
    height: 88px !important;
    margin-bottom: auto !important;
    object-fit: cover !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.34),
        0 0 45px rgba(135, 91, 244, 0.16) !important;
}

body.gtanex-auth .auth-showcase-kicker {
    margin: 0 0 10px !important;
    color: #c9b7ff !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

body.gtanex-auth .auth-showcase h2 {
    max-width: 560px !important;
    margin: 0 0 14px !important;
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: clamp(32px, 4vw, 52px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
}

body.gtanex-auth .auth-showcase > p:last-of-type {
    max-width: 540px !important;
    margin: 0 0 26px !important;
    color: #bec6db !important;
    font-size: 13px !important;
    line-height: 1.72 !important;
}

body.gtanex-auth .auth-feature-list {
    display: grid !important;
    gap: 11px !important;
}

body.gtanex-auth .auth-feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #dce2f3 !important;
    font-size: 12px !important;
}

body.gtanex-auth .auth-feature-item span {
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    color: #fff !important;
    background: rgba(139, 92, 246, 0.18) !important;
    border: 1px solid rgba(176, 143, 255, 0.23) !important;
    border-radius: 9px !important;
}

body.gtanex-auth .login-card {
    width: 100% !important;
    max-width: none !important;
    min-height: 600px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 46px !important;
    color: var(--gx-text) !important;
    background: rgba(9, 14, 28, 0.76) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
}

body.gtanex-auth .auth-logo-link {
    display: none !important;
}

body.gtanex-auth .login-card h1 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: 34px !important;
    letter-spacing: -0.035em !important;
}

body.gtanex-auth .subtitle {
    margin: 0 0 28px !important;
    color: #8f9ab6 !important;
    font-size: 13px !important;
}

body.gtanex-auth #loginForm,
body.gtanex-auth #registerForm {
    display: grid !important;
    gap: 13px !important;
}

body.gtanex-auth .login-card input {
    width: 100% !important;
    min-height: 49px !important;
    padding: 13px 14px !important;
    color: #eef1fb !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    outline: none !important;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease !important;
}

body.gtanex-auth .login-card input::placeholder {
    color: #687491 !important;
}

body.gtanex-auth .login-card input:focus {
    border-color: rgba(168, 121, 255, 0.62) !important;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1) !important;
}

body.gtanex-auth #loginBtn,
body.gtanex-auth #registerBtn,
body.gtanex-auth .google-btn {
    width: 100% !important;
    min-height: 49px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 12px 16px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

body.gtanex-auth #loginBtn,
body.gtanex-auth #registerBtn {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #5858dc
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 14px 30px rgba(103, 74, 224, 0.25) !important;
}

body.gtanex-auth .google-btn {
    color: #d8deef !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid var(--gx-line) !important;
}

body.gtanex-auth .login-message {
    display: none !important;
    margin: 0 0 14px !important;
    padding: 11px 12px !important;
    color: #ffd6df !important;
    background: rgba(239, 73, 96, 0.1) !important;
    border: 1px solid rgba(239, 73, 96, 0.2) !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

body.gtanex-auth .login-message:not(:empty) {
    display: block !important;
}

body.gtanex-auth .bottom,
body.gtanex-auth .password-note {
    margin: 15px 0 0 !important;
    color: #7f8aa7 !important;
    font-size: 11px !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

body.gtanex-auth .bottom a {
    color: #bca4ff !important;
    font-weight: 750 !important;
}

body.gtanex-auth .auth-footer {
    margin-top: 0 !important;
}


/* =========================================================
   ORDER MODAL + MANUAL PAYMENTS
   Used by home and category pages.
========================================================= */

body.gtanex-home.order-modal-open,
body.gtanex-category.order-modal-open {
    overflow: hidden !important;
}

body.gtanex-home .order-modal,
body.gtanex-category .order-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px !important;
}

body.gtanex-home .order-modal.open,
body.gtanex-home .order-modal.active,
body.gtanex-category .order-modal.open,
body.gtanex-category .order-modal.active {
    display: flex !important;
}

body.gtanex-home .order-modal-overlay,
body.gtanex-category .order-modal-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(4, 6, 15, 0.87) !important;
    backdrop-filter: blur(10px) !important;
}

body.gtanex-home .order-modal-card,
body.gtanex-category .order-modal-card {
    position: relative !important;
    z-index: 2 !important;
    width: min(100%, 590px) !important;
    max-height: calc(100vh - 36px) !important;
    overflow-y: auto !important;
    padding: 30px !important;
    color: #eef1fb !important;
    background:
        linear-gradient(
            150deg,
            #151d34,
            #0b1020
        ) !important;
    border: 1px solid rgba(161, 176, 216, 0.18) !important;
    border-radius: 18px !important;
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.66) !important;
}

body.gtanex-home .order-modal-card h2,
body.gtanex-category .order-modal-card h2 {
    margin: 7px 0 23px !important;
    color: #fff !important;
    font-family: var(--gx-display) !important;
}

body.gtanex-home .order-label,
body.gtanex-category .order-label {
    margin: 0 !important;
    color: #b79dff !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
}

body.gtanex-home .order-modal-close,
body.gtanex-category .order-modal-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
    display: grid !important;
    place-items: center !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 11px !important;
    font-size: 22px !important;
}

body.gtanex-home #orderForm,
body.gtanex-category #orderForm {
    display: grid !important;
    gap: 9px !important;
}

body.gtanex-home #orderForm label,
body.gtanex-category #orderForm label {
    margin-top: 5px !important;
    color: #bdc5d9 !important;
    font-size: 11px !important;
    font-weight: 750 !important;
}

body.gtanex-home #orderForm input,
body.gtanex-home #orderForm select,
body.gtanex-home #orderForm textarea,
body.gtanex-category #orderForm input,
body.gtanex-category #orderForm select,
body.gtanex-category #orderForm textarea {
    width: 100% !important;
    padding: 12px 13px !important;
    color: #eef1fb !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    outline: 0 !important;
}

body.gtanex-home #orderForm input:focus,
body.gtanex-home #orderForm select:focus,
body.gtanex-home #orderForm textarea:focus,
body.gtanex-category #orderForm input:focus,
body.gtanex-category #orderForm select:focus,
body.gtanex-category #orderForm textarea:focus {
    border-color: rgba(168, 121, 255, 0.58) !important;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.09) !important;
}

body.gtanex-home .order-summary,
body.gtanex-category .order-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 11px !important;
    padding: 14px !important;
    color: #aeb8d0 !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 11px !important;
}

body.gtanex-home .order-summary strong,
body.gtanex-category .order-summary strong {
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: 19px !important;
}

body.gtanex-home .place-order-btn,
body.gtanex-category .place-order-btn {
    min-height: 48px !important;
    margin-top: 8px !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #5b55df
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    box-shadow: 0 14px 30px rgba(103, 74, 224, 0.24) !important;
}

body.gtanex-home .order-message,
body.gtanex-category .order-message {
    display: none !important;
    margin-bottom: 12px !important;
    padding: 11px 12px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

body.gtanex-home .order-message:not(:empty),
body.gtanex-category .order-message:not(:empty) {
    display: block !important;
}

body.gtanex-home .order-message.error,
body.gtanex-category .order-message.error {
    color: #ffd5de !important;
    background: rgba(239, 73, 96, 0.1) !important;
    border: 1px solid rgba(239, 73, 96, 0.2) !important;
}

body.gtanex-home .order-message.success,
body.gtanex-category .order-message.success {
    color: #d8ffe7 !important;
    background: rgba(53, 208, 127, 0.1) !important;
    border: 1px solid rgba(53, 208, 127, 0.2) !important;
}

body.gtanex-home .order-message.info,
body.gtanex-category .order-message.info {
    color: #e9e0ff !important;
    background: rgba(139, 92, 246, 0.1) !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
}

body.gtanex-home .manual-payment-section,
body.gtanex-category .manual-payment-section {
    margin-top: 15px !important;
    padding: 17px !important;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.015)
        ) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 13px !important;
}

body.gtanex-home .manual-payment-section[hidden],
body.gtanex-category .manual-payment-section[hidden],
body.gtanex-home .payment-instructions[hidden],
body.gtanex-category .payment-instructions[hidden],
body.gtanex-home .payment-proof-fields[hidden],
body.gtanex-category .payment-proof-fields[hidden] {
    display: none !important;
}

body.gtanex-home .manual-payment-heading,
body.gtanex-category .manual-payment-heading {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 14px !important;
}

body.gtanex-home .manual-payment-label,
body.gtanex-category .manual-payment-label {
    margin: 0 0 4px !important;
    color: #bca3ff !important;
    font-size: 9px !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
}

body.gtanex-home .manual-payment-heading h3,
body.gtanex-category .manual-payment-heading h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
}

body.gtanex-home .manual-payment-secure,
body.gtanex-category .manual-payment-secure {
    padding: 5px 8px !important;
    color: #9eedbd !important;
    background: rgba(53, 208, 127, 0.08) !important;
    border: 1px solid rgba(53, 208, 127, 0.17) !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
}

body.gtanex-home .payment-method-grid,
body.gtanex-category .payment-method-grid {
    display: grid !important;
    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
}

body.gtanex-home .payment-method-card,
body.gtanex-category .payment-method-card {
    position: relative !important;
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 36px 10px 11px !important;
    color: #e7ebf7 !important;
    background: #131a2d !important;
    border: 1px solid #303b56 !important;
    border-radius: 11px !important;
    cursor: pointer !important;
}

body.gtanex-home .payment-method-card.selected,
body.gtanex-category .payment-method-card.selected {
    background: #19223a !important;
    border-color: #9f79ff !important;
    box-shadow:
        0 0 0 3px rgba(139, 92, 246, 0.09),
        0 12px 28px rgba(0, 0, 0, 0.22) !important;
}

body.gtanex-home .payment-method-name,
body.gtanex-category .payment-method-name {
    font-size: 17px !important;
    font-weight: 900 !important;
    font-style: italic !important;
}

body.gtanex-home .payment-bkash .payment-method-name,
body.gtanex-category .payment-bkash .payment-method-name {
    color: #f05aa3 !important;
}

body.gtanex-home .payment-nagad .payment-method-name,
body.gtanex-category .payment-nagad .payment-method-name {
    color: #ff8a34 !important;
}

body.gtanex-home .payment-rocket .payment-method-name,
body.gtanex-category .payment-rocket .payment-method-name {
    color: #bf6eff !important;
}

body.gtanex-home .payment-upay .payment-method-name,
body.gtanex-category .payment-upay .payment-method-name {
    color: #f1ca31 !important;
}

body.gtanex-home .payment-method-check,
body.gtanex-category .payment-method-check {
    position: absolute !important;
    top: 50% !important;
    right: 11px !important;
    width: 21px !important;
    height: 21px !important;
    display: grid !important;
    place-items: center !important;
    color: transparent !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 50% !important;
    transform: translateY(-50%) !important;
}

body.gtanex-home .payment-method-card.selected .payment-method-check,
body.gtanex-category .payment-method-card.selected .payment-method-check {
    color: #fff !important;
    background: var(--gx-purple) !important;
    border-color: var(--gx-purple) !important;
}

body.gtanex-home .payment-instructions,
body.gtanex-category .payment-instructions {
    margin-top: 14px !important;
    padding: 14px !important;
    background: rgba(4, 7, 15, 0.42) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 11px !important;
}

body.gtanex-home .payment-account-row,
body.gtanex-category .payment-account-row,
body.gtanex-home .payment-amount-box,
body.gtanex-category .payment-amount-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 9px !important;
}

body.gtanex-home .copy-payment-number,
body.gtanex-category .copy-payment-number {
    padding: 7px 10px !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #555cda
        ) !important;
    border: 0 !important;
    border-radius: 8px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

body.gtanex-home .payment-proof-fields,
body.gtanex-category .payment-proof-fields {
    display: grid !important;
    gap: 8px !important;
    margin-top: 14px !important;
}


/* =========================================================
   USER DASHBOARD
========================================================= */

body.gtanex-dashboard .dashboard-app {
    min-height: 100vh !important;
    background: transparent !important;
}

body.gtanex-dashboard .dashboard-header {
    min-height: 76px !important;
    padding: 13px 28px !important;
    color: var(--gx-text) !important;
    background: rgba(7, 9, 20, 0.88) !important;
    border-bottom: 1px solid var(--gx-line) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.15) !important;
}

body.gtanex-dashboard .dashboard-logo {
    gap: 10px !important;
}

body.gtanex-dashboard .dashboard-logo img {
    width: 42px !important;
    height: 42px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
}

body.gtanex-dashboard .dashboard-logo span {
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
}

body.gtanex-dashboard #headerUserName {
    color: #c8d0e4 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

body.gtanex-dashboard #logout {
    min-height: 39px !important;
    padding: 8px 13px !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #5759dc
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 26px rgba(103, 74, 224, 0.23) !important;
}

body.gtanex-dashboard .dashboard-layout {
    grid-template-columns: 250px minmax(0, 1fr) !important;
    min-height: calc(100vh - 76px) !important;
}

body.gtanex-dashboard .sidebar {
    position: sticky !important;
    top: 76px !important;
    height: calc(100vh - 76px) !important;
    padding: 22px 15px !important;
    background:
        linear-gradient(
            180deg,
            rgba(10, 15, 29, 0.97),
            rgba(7, 10, 20, 0.97)
        ) !important;
    border-right: 1px solid var(--gx-line) !important;
}

body.gtanex-dashboard .sidebar-nav {
    display: grid !important;
    gap: 7px !important;
}

body.gtanex-dashboard .sidebar-nav li {
    list-style: none !important;
}

body.gtanex-dashboard .sidebar-link {
    width: 100% !important;
    min-height: 45px !important;
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    padding: 10px 12px !important;
    color: #95a0bb !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: left !important;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease !important;
}

body.gtanex-dashboard .sidebar-link:hover,
body.gtanex-dashboard .sidebar-link.active {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            rgba(139, 92, 246, 0.2),
            rgba(79, 140, 255, 0.09)
        ) !important;
    border-color: rgba(165, 126, 255, 0.2) !important;
}

body.gtanex-dashboard .sidebar-link span:first-child,
body.gtanex-dashboard .sidebar-link i {
    width: 24px !important;
    text-align: center !important;
    color: #b69cff !important;
}

body.gtanex-dashboard .back-store-link {
    margin-top: auto !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 12px !important;
    color: #b6bfd5 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 750 !important;
}

body.gtanex-dashboard .dashboard-content {
    padding: 34px !important;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(79, 140, 255, 0.07),
            transparent 28%
        ) !important;
}

body.gtanex-dashboard .dashboard-section {
    display: none !important;
}

body.gtanex-dashboard .dashboard-section.active {
    display: block !important;
}

body.gtanex-dashboard .welcome-card,
body.gtanex-dashboard .profile-card,
body.gtanex-dashboard .settings-card,
body.gtanex-dashboard .list-card,
body.gtanex-dashboard .order-card,
body.gtanex-dashboard .review-card,
body.gtanex-dashboard .dashboard-list > * {
    color: var(--gx-text) !important;
    background:
        linear-gradient(
            145deg,
            rgba(19, 27, 50, 0.9),
            rgba(10, 15, 30, 0.94)
        ) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 17px !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2) !important;
}

body.gtanex-dashboard .welcome-card {
    position: relative !important;
    padding: 32px !important;
    overflow: hidden !important;
    background:
        radial-gradient(
            circle at 93% 8%,
            rgba(236, 72, 153, 0.15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            rgba(83, 52, 155, 0.62),
            rgba(18, 26, 48, 0.94)
        ) !important;
    border-color: rgba(168, 128, 255, 0.23) !important;
}

body.gtanex-dashboard .welcome-card h1 {
    margin-bottom: 8px !important;
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: clamp(30px, 4vw, 46px) !important;
    letter-spacing: -0.04em !important;
}

body.gtanex-dashboard .welcome-card h1 span {
    color: #c4afff !important;
}

body.gtanex-dashboard .welcome-card p:not(.section-label) {
    color: #b7c0d7 !important;
}

body.gtanex-dashboard .section-label {
    color: #c2aaff !important;
    font-size: 9px !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
}

body.gtanex-dashboard .stat-grid,
body.gtanex-dashboard .quick-action-grid,
body.gtanex-dashboard .settings-grid {
    gap: 15px !important;
}

body.gtanex-dashboard .stat-card,
body.gtanex-dashboard .quick-action {
    min-height: 126px !important;
    color: #eef1fb !important;
    background:
        linear-gradient(
            145deg,
            rgba(19, 27, 50, 0.9),
            rgba(10, 15, 30, 0.94)
        ) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

body.gtanex-dashboard .stat-card:hover,
body.gtanex-dashboard .quick-action:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(164, 124, 255, 0.36) !important;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28) !important;
}

body.gtanex-dashboard .stat-icon,
body.gtanex-dashboard .quick-action span:first-child {
    color: #b89fff !important;
    background: rgba(139, 92, 246, 0.11) !important;
    border: 1px solid rgba(171, 134, 255, 0.16) !important;
    border-radius: 12px !important;
}

body.gtanex-dashboard .section-header h1,
body.gtanex-dashboard .section-header h2,
body.gtanex-dashboard .profile-info h2 {
    color: #fff !important;
    font-family: var(--gx-display) !important;
}

body.gtanex-dashboard .section-button,
body.gtanex-dashboard .review-submit-button,
body.gtanex-dashboard .small-button,
body.gtanex-dashboard .edit-review-button,
body.gtanex-dashboard .cancel-order-btn {
    min-height: 39px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #575add
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 9px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

body.gtanex-dashboard .review-delete-button,
body.gtanex-dashboard .cancel-order-btn {
    background: rgba(239, 73, 96, 0.1) !important;
    border-color: rgba(239, 73, 96, 0.2) !important;
    color: #ffbdca !important;
}

body.gtanex-dashboard input,
body.gtanex-dashboard select,
body.gtanex-dashboard textarea {
    color: #eef1fb !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    outline: 0 !important;
}

body.gtanex-dashboard input:focus,
body.gtanex-dashboard select:focus,
body.gtanex-dashboard textarea:focus {
    border-color: rgba(168, 121, 255, 0.58) !important;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.09) !important;
}

body.gtanex-dashboard .profile-avatar {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            var(--gx-pink)
        ) !important;
    border-color: rgba(255, 255, 255, 0.13) !important;
}

body.gtanex-dashboard .profile-row,
body.gtanex-dashboard .order-details,
body.gtanex-dashboard .list-card-top {
    border-color: var(--gx-line) !important;
}

body.gtanex-dashboard .rating-field,
body.gtanex-dashboard .review-form-message,
body.gtanex-dashboard .settings-message {
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 11px !important;
}

body.gtanex-dashboard .star-btn {
    color: #59637d !important;
}

body.gtanex-dashboard .star-btn.active,
body.gtanex-dashboard .star-btn:hover {
    color: var(--gx-yellow) !important;
}

body.gtanex-dashboard .order-status,
body.gtanex-dashboard .status-badge {
    border-radius: 999px !important;
    font-size: 9px !important;
    font-weight: 850 !important;
}

body.gtanex-dashboard .review-modal {
    background: rgba(4, 6, 15, 0.86) !important;
    backdrop-filter: blur(10px) !important;
}

body.gtanex-dashboard .review-modal-card {
    color: #eef1fb !important;
    background:
        linear-gradient(
            150deg,
            #151d34,
            #0b1020
        ) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 18px !important;
    box-shadow: var(--gx-shadow) !important;
}


/* =========================================================
   ADMIN PANEL
========================================================= */

body.gtanex-admin {
    --page-bg: var(--gx-bg);
    --sidebar-bg: #090e1c;
    --header-bg: rgba(7, 9, 20, 0.9);
    --panel: #10182b;
    --panel-light: #17213a;
    --panel-hover: #1c2947;
    --border: var(--gx-line);
    --border-gold: rgba(171, 138, 255, 0.2);
    --text: var(--gx-text);
    --muted: var(--gx-muted);
    --gold: #bda7ff;
    --gold-light: #e5ddff;
    --red: #ef4960;
    --red-hover: #ff5e74;
    --green: #35b978;
    --green-light: #77e9a7;
    --blue: #4f73e5;
    --blue-light: #7fa0ff;
    --purple: var(--gx-purple);
    --yellow: var(--gx-yellow);
    --radius: 16px;
}

body.gtanex-admin .admin-app {
    background: transparent !important;
}

body.gtanex-admin .admin-sidebar {
    background:
        linear-gradient(
            180deg,
            rgba(10, 15, 29, 0.99),
            rgba(7, 10, 20, 0.99)
        ) !important;
    border-right: 1px solid var(--gx-line) !important;
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.18) !important;
}

body.gtanex-admin .sidebar-brand {
    min-height: 96px !important;
    border-bottom-color: var(--gx-line) !important;
}

body.gtanex-admin .sidebar-brand img {
    width: 45px !important;
    height: 45px !important;
    object-fit: cover !important;
    border-radius: 13px !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.28) !important;
}

body.gtanex-admin .sidebar-brand strong {
    color: #fff !important;
    font-family: var(--gx-display) !important;
    letter-spacing: 0.04em !important;
}

body.gtanex-admin .sidebar-brand span {
    color: #8172ad !important;
}

body.gtanex-admin .sidebar-navigation {
    gap: 6px !important;
    padding: 24px 14px !important;
}

body.gtanex-admin .admin-nav-link {
    min-height: 44px !important;
    color: #94a0bb !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    font-size: 12px !important;
}

body.gtanex-admin .admin-nav-link i {
    color: #aa90f4 !important;
}

body.gtanex-admin .admin-nav-link:hover,
body.gtanex-admin .admin-nav-link.active {
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            rgba(139, 92, 246, 0.2),
            rgba(79, 140, 255, 0.08)
        ) !important;
    border-color: rgba(166, 128, 255, 0.18) !important;
    box-shadow: none !important;
}

body.gtanex-admin .admin-back-link {
    margin: 12px 14px 20px !important;
    color: #b7bfd3 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
}

body.gtanex-admin .admin-header {
    min-height: 76px !important;
    background: rgba(7, 9, 20, 0.88) !important;
    border-bottom: 1px solid var(--gx-line) !important;
    backdrop-filter: blur(18px) !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.14) !important;
}

body.gtanex-admin .header-title h1 {
    color: #fff !important;
    font-family: var(--gx-display) !important;
    letter-spacing: -0.025em !important;
}

body.gtanex-admin .header-title p,
body.gtanex-admin #adminEmail {
    color: #8d99b5 !important;
}

body.gtanex-admin .store-link,
body.gtanex-admin #adminLogout,
body.gtanex-admin .refresh-button {
    min-height: 39px !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #5759dc
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 27px rgba(103, 74, 224, 0.2) !important;
}

body.gtanex-admin #adminLogout {
    background: rgba(239, 73, 96, 0.1) !important;
    border-color: rgba(239, 73, 96, 0.2) !important;
    color: #ffbfcb !important;
    box-shadow: none !important;
}

body.gtanex-admin .admin-content {
    padding: 34px !important;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(79, 140, 255, 0.07),
            transparent 28%
        ) !important;
}

body.gtanex-admin .admin-message {
    border-radius: 11px !important;
}

body.gtanex-admin .section-heading {
    margin-bottom: 24px !important;
}

body.gtanex-admin .section-heading h2 {
    color: #fff !important;
    font-family: var(--gx-display) !important;
    font-size: 27px !important;
    letter-spacing: -0.03em !important;
}

body.gtanex-admin .section-heading p {
    color: #8c98b4 !important;
}

body.gtanex-admin .admin-stat-grid {
    gap: 15px !important;
}

body.gtanex-admin .admin-stat-card,
body.gtanex-admin .admin-panel-card,
body.gtanex-admin .premium-box,
body.gtanex-admin .admin-card,
body.gtanex-admin .admin-list > * {
    color: var(--gx-text) !important;
    background:
        linear-gradient(
            145deg,
            rgba(19, 27, 50, 0.9),
            rgba(10, 15, 30, 0.95)
        ) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2) !important;
}

body.gtanex-admin .admin-stat-card {
    min-height: 135px !important;
}

body.gtanex-admin .admin-stat-card:hover,
body.gtanex-admin .admin-shortcut:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(166, 128, 255, 0.35) !important;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3) !important;
}

body.gtanex-admin .admin-stat-card h2 {
    color: #fff !important;
    font-family: var(--gx-display) !important;
}

body.gtanex-admin .admin-panel-card h3,
body.gtanex-admin .admin-card h3,
body.gtanex-admin .premium-header h3 {
    color: #fff !important;
    font-family: var(--gx-display) !important;
}

body.gtanex-admin .section-tag {
    color: #c0a9ff !important;
    background: rgba(139, 92, 246, 0.1) !important;
    border-color: rgba(166, 128, 255, 0.18) !important;
}

body.gtanex-admin input,
body.gtanex-admin select,
body.gtanex-admin textarea,
body.gtanex-admin .admin-search-input,
body.gtanex-admin .admin-status-select {
    color: #eef1fb !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid var(--gx-line) !important;
    border-radius: 10px !important;
    outline: 0 !important;
}

body.gtanex-admin input:focus,
body.gtanex-admin select:focus,
body.gtanex-admin textarea:focus {
    border-color: rgba(168, 121, 255, 0.58) !important;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.09) !important;
}

body.gtanex-admin .admin-checkbox {
    color: #aeb8cf !important;
}

body.gtanex-admin .admin-card-top,
body.gtanex-admin .list-card-top {
    border-color: var(--gx-line) !important;
}

body.gtanex-admin .admin-details,
body.gtanex-admin .admin-card p,
body.gtanex-admin .admin-empty {
    color: #8e9ab6 !important;
}

body.gtanex-admin .update-status-button,
body.gtanex-admin .complete-admin-order,
body.gtanex-admin .small-button {
    min-height: 36px !important;
    padding: 7px 10px !important;
    color: #fff !important;
    background:
        linear-gradient(
            135deg,
            var(--gx-purple),
            #5759dc
        ) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    font-size: 9px !important;
    font-weight: 800 !important;
}

body.gtanex-admin .delete-admin-button,
body.gtanex-admin .cancel-admin-order {
    min-height: 36px !important;
    padding: 7px 10px !important;
    color: #ffbdca !important;
    background: rgba(239, 73, 96, 0.1) !important;
    border: 1px solid rgba(239, 73, 96, 0.2) !important;
    border-radius: 8px !important;
    font-size: 9px !important;
    font-weight: 800 !important;
}

body.gtanex-admin .status-badge {
    border-radius: 999px !important;
}

body.gtanex-admin .admin-loading {
    color: #8d99b5 !important;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {
    body.gtanex-category .site-nav,
    body.gtanex-auth .site-nav {
        position: fixed !important;
        top: 72px !important;
        right: 20px !important;
        left: 20px !important;
        display: none !important;
        align-items: stretch !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 12px !important;
        background: rgba(10, 15, 29, 0.98) !important;
        border: 1px solid var(--gx-line) !important;
        border-radius: 14px !important;
        box-shadow: var(--gx-shadow) !important;
    }

    body.gtanex-category .site-nav.open,
    body.gtanex-category .site-nav.is-open,
    body.gtanex-auth .site-nav.open,
    body.gtanex-auth .site-nav.is-open {
        display: flex !important;
    }

    body.gtanex-category .site-nav a,
    body.gtanex-auth .site-nav a {
        padding: 12px !important;
        border-radius: 9px !important;
    }

    body.gtanex-category .site-nav a.active::after,
    body.gtanex-auth .site-nav a.active::after {
        display: none !important;
    }

    body.gtanex-category .site-nav a:hover,
    body.gtanex-category .site-nav a.active,
    body.gtanex-auth .site-nav a:hover,
    body.gtanex-auth .site-nav a.active {
        background: rgba(255, 255, 255, 0.04) !important;
    }

    body.gtanex-category .nav-toggle,
    body.gtanex-auth .nav-toggle {
        display: grid !important;
    }

    body.gtanex-category .category-page-hero .wrap {
        grid-template-columns: 1fr !important;
    }

    body.gtanex-category .category-hero-icon {
        display: none !important;
    }

    body.gtanex-category #card-grid.card-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    body.gtanex-auth .login-container {
        grid-template-columns: 1fr !important;
        max-width: 520px !important;
    }

    body.gtanex-auth .auth-showcase {
        min-height: 330px !important;
        padding: 34px !important;
        border-right: 0 !important;
        border-bottom: 1px solid var(--gx-line) !important;
    }

    body.gtanex-auth .auth-showcase-logo {
        width: 64px !important;
        height: 64px !important;
        margin-bottom: 48px !important;
    }

    body.gtanex-auth .login-card {
        min-height: auto !important;
    }
}

@media (max-width: 900px) {
    body.gtanex-dashboard .dashboard-layout {
        grid-template-columns: 1fr !important;
    }

    body.gtanex-dashboard .sidebar {
        position: relative !important;
        top: auto !important;
        height: auto !important;
        padding: 12px !important;
        border-right: 0 !important;
        border-bottom: 1px solid var(--gx-line) !important;
    }

    body.gtanex-dashboard .sidebar-nav {
        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;
    }

    body.gtanex-dashboard .back-store-link {
        margin-top: 10px !important;
    }
}

@media (max-width: 760px) {
    body.gtanex-category .header-inner,
    body.gtanex-auth .header-inner,
    body.gtanex-category .wrap,
    body.gtanex-auth .wrap {
        width: min(100% - 28px, 1180px) !important;
    }

    body.gtanex-category .site-header,
    body.gtanex-auth .site-header,
    body.gtanex-category .header-inner,
    body.gtanex-auth .header-inner {
        min-height: 64px !important;
    }

    body.gtanex-category .site-nav,
    body.gtanex-auth .site-nav {
        top: 64px !important;
    }

    body.gtanex-category .header-right .login-btn,
    body.gtanex-auth .header-right .login-btn {
        display: none !important;
    }

    body.gtanex-category .category-page-hero {
        min-height: 400px !important;
        padding: 90px 0 60px !important;
    }

    body.gtanex-category .category-hero-content h1 {
        font-size: clamp(40px, 12vw, 60px) !important;
    }

    body.gtanex-category .catalog-head {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    body.gtanex-category #card-grid.card-grid {
        grid-template-columns: 1fr !important;
    }

    body.gtanex-category .footer-inner,
    body.gtanex-auth .footer-inner {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    body.gtanex-auth .auth-main {
        padding: 42px 14px !important;
    }

    body.gtanex-auth .auth-showcase {
        display: none !important;
    }

    body.gtanex-auth .login-card {
        min-height: auto !important;
        padding: 34px 24px !important;
    }

    body.gtanex-dashboard .dashboard-header {
        padding-inline: 16px !important;
    }

    body.gtanex-dashboard .header-user {
        gap: 8px !important;
    }

    body.gtanex-dashboard #headerUserName {
        display: none !important;
    }

    body.gtanex-dashboard .dashboard-content,
    body.gtanex-admin .admin-content {
        padding: 20px !important;
    }

    body.gtanex-dashboard .sidebar-nav {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    body.gtanex-admin .admin-app {
        grid-template-columns: 1fr !important;
    }

    body.gtanex-admin .admin-sidebar {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }

    body.gtanex-admin .sidebar-navigation {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    body.gtanex-admin .admin-right {
        margin-left: 0 !important;
    }

    body.gtanex-admin .admin-header {
        position: sticky !important;
        top: 0 !important;
        padding-inline: 18px !important;
    }

    body.gtanex-admin .admin-header-right {
        gap: 7px !important;
    }

    body.gtanex-admin #adminEmail {
        display: none !important;
    }
}

@media (max-width: 520px) {
    body.gtanex-category .brand-word,
    body.gtanex-auth .brand-word {
        font-size: 17px !important;
    }

    body.gtanex-category .register-btn,
    body.gtanex-auth .register-btn,
    body.gtanex-auth .header-cta {
        padding-inline: 11px !important;
    }

    body.gtanex-category #card-grid .firebase-product-actions {
        grid-template-columns: 1fr !important;
    }

    body.gtanex-category #card-grid .firebase-product-card {
        min-height: 465px !important;
    }

    body.gtanex-home .payment-method-grid,
    body.gtanex-category .payment-method-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    body.gtanex-home .order-modal-card,
    body.gtanex-category .order-modal-card {
        padding: 25px 16px !important;
    }

    body.gtanex-dashboard .sidebar-nav,
    body.gtanex-admin .sidebar-navigation {
        grid-template-columns: 1fr !important;
    }

    body.gtanex-admin .admin-header {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding-block: 14px !important;
    }

    body.gtanex-admin .admin-header-right {
        width: 100% !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.gtanex-category *,
    body.gtanex-auth *,
    body.gtanex-dashboard *,
    body.gtanex-admin * {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
