.auto-search-form {
    display: block;
    width: min(680px, calc(100% - 32px));
    margin: 32px auto 34px;
}

.auto-search-form .search-box {
    width: 100%;
}

.auto-search-form input {
    width: 100%;
    height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    text-align: center;
    font-size: 15px;
    font-weight: 850;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    outline: none;
}

.auto-search-form input::placeholder {
    color: rgba(255,255,255,.42);
}

.auto-search-form input:focus {
    border-color: color-mix(in srgb, var(--color-primary) 55%, transparent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 14%, transparent);
}

.account-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: -18px 0 40px;
}

.account-actions a {
    flex: 1;
    justify-content: center;
}


.alt-action {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    box-shadow: none;
}

.alt-action:hover {
    background: rgba(255,255,255,.14);
}



@media (max-width: 760px) {
    .hero-premium {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hero-premium .hero-content {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .hero-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-premium h1 {
        font-size: clamp(32px, 10vw, 48px);
        line-height: .95;
        letter-spacing: -1.8px;
    }

    .hero-premium p {
        font-size: 15px;
        line-height: 1.45;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-premium .btn-primary {
        margin: 0 auto;
    }
}











* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, Arial, sans-serif;
    background:
        radial-gradient(circle at top left, color-mix(in srgb, var(--color-primary) 18%, transparent), transparent 35%),
        radial-gradient(circle at top right, color-mix(in srgb, var(--color-secondary) 14%, transparent), transparent 35%),
        var(--color-bg);
    color: var(--color-text);
    min-height: 100vh;
}

html {
  /* Allows scrolling and pinch-zoom, but disables double-tap to zoom */
  touch-action: manipulation;
}
input, select, textarea {
  font-size: 16px;
}


a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.navbar {
    width: calc(100% - 32px);
    margin: 16px auto;
    padding: 14px 18px;
    border: 1px solid var(--glass-border);
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(22px);
    border-radius: calc(var(--radius) + 6px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow-soft);
    position: sticky;
    top: 16px;
    z-index: 50;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.brand img {
    height: 42px;
    max-width: 160px;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-links a {
    padding: 10px 14px;
    border-radius: 999px;
    color: rgba(255,255,255,0.76);
    font-weight: 700;
    font-size: 14px;
    transition: 0.25s;
}

.nav-links a:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.nav-btn {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary)) !important;
    color: #fff !important;
}

.container {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.hero {
    margin-top: 32px;
    min-height: 460px;
    border-radius: calc(var(--radius) + 12px);
    padding: 48px;
    background:
        linear-gradient(120deg, rgba(0,0,0,.65), rgba(0,0,0,.18)),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.hero-content {
    max-width: 680px;
}

.hero-badge {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid var(--glass-border);
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 800;
}

.hero h1 {
    font-size: clamp(38px, 7vw, 78px);
    line-height: 0.95;
    letter-spacing: -3px;
    margin-bottom: 20px;
}

.hero p {
    color: rgba(255,255,255,0.76);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 900;
    box-shadow: 0 20px 45px color-mix(in srgb, var(--color-primary) 35%, transparent);
    transition: 0.25s;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
}

.section-head {
    margin: 54px 0 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.section-head h2 {
    font-size: clamp(28px, 4vw, 48px);
    letter-spacing: -2px;
}

.section-head p {
    color: rgba(255,255,255,0.58);
    margin-top: 8px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 22px;
    padding-bottom: 60px;
}

.product-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: 0.28s ease;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px) scale(1.015);
    box-shadow: var(--shadow-card);
}

.product-image {
    height: 230px;
    background: rgba(255,255,255,0.06);
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 20px;
}

.product-category {
    color: var(--color-secondary);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-info h3 {
    font-size: 21px;
    margin-bottom: 12px;
    letter-spacing: -0.6px;
}

.product-price {
    font-size: 24px;
    font-weight: 950;
    margin-bottom: 18px;
}

.product-actions {
    display: flex;
    gap: 10px;
}

.product-actions a {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    font-weight: 800;
    transition: 0.25s;
}

.product-actions a:hover {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
}

.product-buy-panel {
    text-align: center;
    align-items: center;
}

.product-buy-panel h1 {
    text-align: center;
}

.product-description {
    text-align: center;
}

.secondary-btn {
    margin-top: 10px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: none;
}

.secondary-btn:hover {
    background: rgba(255,255,255,0.15);
}

@media (max-width: 760px) {
    .navbar {
        width: calc(100% - 20px);
        margin: 10px auto;
        padding: 12px;
    }

    .nav-links {
        gap: 4px;
    }

    .nav-links a {
        font-size: 12px;
        padding: 9px 10px;
    }

    .hero {
        min-height: 420px;
        padding: 28px;
        border-radius: 28px;
    }

    .hero h1 {
        letter-spacing: -2px;
    }

    .section-head {
        display: block;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }
}

.admin-body {
    background: #070914;
    color: #fff;
    display: flex;
    min-height: 100vh;
}

.admin-sidebar {
    width: 260px;
    padding: 24px;
    background: rgba(255,255,255,0.06);
    border-right: 1px solid rgba(255,255,255,0.10);
    position: fixed;
    height: 100vh;
}

.admin-logo {
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 30px;
}

.admin-sidebar a {
    display: block;
    padding: 13px 14px;
    border-radius: 14px;
    color: rgba(255,255,255,0.70);
    font-weight: 800;
    margin-bottom: 8px;
    transition: 0.2s;
}

.admin-sidebar a:hover {
    background: rgba(255,255,255,0.10);
    color: #fff;
}

.admin-main {
    margin-left: 260px;
    padding: 34px;
    width: calc(100% - 260px);
}

.admin-main h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
}

.admin-subtitle {
    color: rgba(255,255,255,0.58);
    margin-bottom: 28px;
}

.admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.metric-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 24px 70px rgba(0,0,0,0.35);
}

.metric-card span {
    color: rgba(255,255,255,0.60);
    font-weight: 800;
}

.metric-card strong {
    display: block;
    font-size: 34px;
    margin-top: 12px;
}

.admin-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.form-section {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
}

.form-section h2 {
    margin-bottom: 18px;
}

.form-section label {
    display: block;
    margin: 14px 0 8px;
    color: rgba(255,255,255,0.72);
    font-weight: 800;
}

.form-section input,
.form-section textarea,
.form-section select,
.admin-card input {
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.28);
    color: #fff;
    outline: none;
}

.form-section textarea {
    min-height: 120px;
    resize: vertical;
}

.admin-save,
.theme-card button,
.admin-card button {
    border: none;
    padding: 15px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #6d5cff, #00d4ff);
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.admin-save {
    grid-column: 1 / -1;
}

.themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
}

.theme-card {
    padding: 18px;
    border-radius: 26px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
}

.theme-preview {
    height: 130px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.theme-card h3 {
    font-size: 16px;
    margin-bottom: 14px;
}

.theme-colors {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.theme-colors span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.20);
}

.admin-login {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #070914;
}

.admin-card {
    width: min(420px, calc(100% - 32px));
    padding: 30px;
    border-radius: 30px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 30px 90px rgba(0,0,0,0.45);
}

.admin-card h1 {
    margin-bottom: 20px;
}

.admin-card input {
    margin-bottom: 14px;
}

.alert-error {
    background: rgba(239,68,68,0.15);
    border: 1px solid rgba(239,68,68,0.35);
    padding: 12px;
    border-radius: 14px;
    margin-bottom: 14px;
    color: #fecaca;
}

@media (max-width: 850px) {
    .admin-body {
        display: block;
    }

    .admin-sidebar {
        position: relative;
        width: 100%;
        height: auto;
    }

    .admin-main {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .admin-form {
        grid-template-columns: 1fr;
    }
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 26px;
}

.admin-action-btn {
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #6d5cff, #00d4ff);
    color: #fff;
    font-weight: 950;
}

.admin-table-card {
    overflow: auto;
    border-radius: 26px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 850px;
}

.admin-table th,
.admin-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.admin-table th {
    color: rgba(255,255,255,0.58);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.table-product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.table-product img {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    object-fit: cover;
    background: rgba(255,255,255,0.08);
}

.status-badge {
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.status-badge.ativo {
    background: rgba(34,197,94,0.14);
    color: #86efac;
}

.status-badge.inativo {
    background: rgba(239,68,68,0.14);
    color: #fca5a5;
}

.table-actions {
    display: flex;
    gap: 8px;
}

.table-actions a {
    padding: 8px 11px;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    font-weight: 800;
    font-size: 13px;
}

.check-label {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.check-label input {
    width: auto !important;
}

.admin-preview-img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    border-radius: 22px;
    margin-bottom: 18px;
}

.file-info {
    margin-top: 10px;
    color: rgba(255,255,255,0.62);
    font-size: 14px;
}

@media (max-width: 760px) {
    .admin-topbar {
        display: block;
    }

    .admin-action-btn {
        display: inline-flex;
        margin-top: 16px;
    }
}

.admin-form-simple {
    display: grid;
    grid-template-columns: 1fr 180px 180px;
    gap: 12px;
    margin-bottom: 26px;
}

.admin-form-simple input,
.admin-form-simple select {
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.28);
    color: #fff;
    outline: none;
}

.admin-form-simple button {
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #6d5cff, #00d4ff);
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.product-page {
    padding: 34px 0 70px;
}

.product-detail-card {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    padding: 24px;
    border-radius: calc(var(--radius) + 12px);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-card);
}

.product-detail-image {
    min-height: 520px;
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(255,255,255,0.06);
}

.product-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-category {
    color: var(--color-secondary);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 16px;
}

.product-detail-info h1 {
    font-size: clamp(36px, 5vw, 68px);
    line-height: .95;
    letter-spacing: -2.5px;
    margin-bottom: 18px;
}

.product-detail-price {
    font-size: 36px;
    font-weight: 950;
    margin-bottom: 22px;
}

.product-detail-info p {
    color: rgba(255,255,255,0.68);
    line-height: 1.7;
    margin-bottom: 28px;
}

.full-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.auth-page {
    min-height: calc(100vh - 100px);
    display: grid;
    place-items: center;
    padding: 40px 16px;
}

.auth-card {
    width: min(460px, 100%);
    padding: 30px;
    border-radius: 30px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-card);
}

.auth-card h1 {
    font-size: 38px;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
}

.auth-card label {
    display: block;
    margin: 14px 0 8px;
    color: rgba(255,255,255,0.72);
    font-weight: 800;
}

.auth-card input {
    width: 100%;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.28);
    color: #fff;
    outline: none;
}

.auth-card button {
    width: 100%;
    margin-top: 18px;
    border: none;
    padding: 15px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.auth-card p {
    margin-top: 18px;
    color: rgba(255,255,255,0.62);
    text-align: center;
}

.auth-card p a {
    color: var(--color-secondary);
    font-weight: 900;
}

@media (max-width: 850px) {
    .admin-form-simple {
        grid-template-columns: 1fr;
    }

    .product-detail-card {
        grid-template-columns: 1fr;
    }

    .product-detail-image {
        min-height: 340px;
    }

    .product-detail-info {
        padding: 10px;
    }
}

.page-title {
    margin: 36px 0 26px;
}

.page-title h1 {
    font-size: clamp(38px, 6vw, 68px);
    letter-spacing: -2.5px;
    line-height: .95;
    margin-bottom: 12px;
}

.page-title p {
    color: rgba(255,255,255,0.62);
    font-size: 17px;
}

.cart-layout,
.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 22px;
    align-items: start;
}

.cart-list,
.checkout-card,
.order-card,
.deposit-card {
    padding: 22px;
    border-radius: calc(var(--radius) + 6px);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-soft);
}

.cart-item {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 14px;
}

.cart-item img {
    width: 110px;
    height: 90px;
    object-fit: cover;
    border-radius: 18px;
}

.cart-item h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.cart-item span {
    display: block;
    color: rgba(255,255,255,0.55);
    margin-bottom: 6px;
}

.cart-item strong {
    font-size: 18px;
}

.remove-btn {
    padding: 10px 13px;
    border-radius: 14px;
    background: rgba(239,68,68,0.14);
    color: #fca5a5;
    font-weight: 900;
}

.cart-summary,
.checkout-summary {
    padding: 24px;
    border-radius: calc(var(--radius) + 6px);
    background: rgba(255,255,255,0.08);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-card);
    position: sticky;
    top: 110px;
}

.cart-summary span,
.checkout-summary span,
.account-card span,
.order-total span {
    display: block;
    color: rgba(255,255,255,0.58);
    font-weight: 800;
    margin-bottom: 8px;
}

.cart-summary strong,
.checkout-summary strong,
.account-card strong,
.order-total strong {
    display: block;
    font-size: 34px;
    margin-bottom: 20px;
}

.checkout-summary > div {
    margin-bottom: 24px;
}

.checkout-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.checkout-card h2,
.orders-section h2,
.deposit-card h2 {
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.checkout-alert {
    margin-bottom: 18px;
}

.deposit-link {
    display: block;
    text-align: center;
    margin-top: 16px;
    color: var(--color-secondary);
    font-weight: 900;
}

.account-page {
    padding-top: 28px;
    padding-bottom: 70px;
}

.account-hero {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    margin: 34px 0 28px;
}

.account-hero h1 {
    max-width: 780px;
    font-size: clamp(34px, 6vw, 68px);
    line-height: .95;
    letter-spacing: -2.5px;
}

.account-hero p {
    margin-top: 12px;
    color: rgba(255,255,255,.62);
    font-size: 17px;
}

.account-badge {
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
    box-shadow: 0 18px 45px color-mix(in srgb, var(--color-primary) 30%, transparent);
}

.account-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
    margin-bottom: 42px;
}

.account-card {
    min-height: 190px;
    padding: 28px;
    border-radius: calc(var(--radius) + 8px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: var(--shadow-soft);
}

.premium-balance {
    background:
        radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--color-primary) 22%, transparent), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
}

.balance-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.balance-top span {
    color: rgba(255,255,255,.68);
    font-weight: 900;
}

.balance-top small {
    color: rgba(255,255,255,.48);
}

.premium-balance > strong {
    display: block;
    font-size: clamp(34px, 4vw, 48px);
    letter-spacing: -2px;
    margin-bottom: 24px;
}

.balance-actions {
    display: flex;
    gap: 12px;
}

.balance-actions a {
    flex: 1;
    text-align: center;
}

.btn-secondary {
    padding: 15px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
    font-weight: 950;
}

.premium-user {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 16px;
    align-items: center;
}

.user-avatar {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    font-size: 22px;
    font-weight: 950;
    color: #fff;
}

.premium-user strong {
    display: block;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.premium-user p {
    color: rgba(255,255,255,.58);
    word-break: break-word;
}

.logout-link {
    color: #fca5a5;
    font-weight: 950;
}

.orders-section h2 {
    font-size: clamp(28px, 4vw, 42px);
    letter-spacing: -1.5px;
    margin-bottom: 18px;
}

.orders-empty,
.empty-box {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.07);
    text-align: center;
    color: rgba(255,255,255,.62);
}

.orders-empty a {
    display: inline-flex;
    margin-top: 14px;
    color: var(--color-secondary);
    font-weight: 950;
}

@media (max-width: 850px) {
    .account-page {
        padding-top: 10px;
    }

    .account-hero {
        grid-template-columns: 1fr;
        margin: 24px 0 20px;
    }

    .account-hero h1 {
        font-size: 36px;
        line-height: 1;
        letter-spacing: -1.6px;
    }

    .account-badge {
        width: fit-content;
        padding: 9px 13px;
        font-size: 13px;
    }

    .account-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .account-card {
        min-height: auto;
        padding: 20px;
        border-radius: 26px;
    }

    .balance-top {
        align-items: flex-start;
    }

    .premium-balance > strong {
        font-size: 38px;
        margin-bottom: 18px;
    }

    .balance-actions {
        grid-template-columns: 1fr;
        display: grid;
    }

    .premium-user {
        grid-template-columns: 52px 1fr;
    }

    .premium-user .logout-link {
        grid-column: 1 / -1;
        text-align: center;
        padding: 13px;
        border-radius: 16px;
        background: rgba(239,68,68,.10);
    }

    .user-avatar {
        width: 52px;
        height: 52px;
        border-radius: 18px;
    }

    .premium-user strong {
        font-size: 26px;
    }
}
.logout-link {
    color: #fca5a5;
    font-weight: 900;
}

.orders-list {
    display: grid;
    gap: 12px;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.order-item span,
.order-item em {
    display: block;
    color: rgba(255,255,255,0.54);
    font-style: normal;
    margin-top: 5px;
}

.order-card {
    max-width: 900px;
}

.order-total {
    margin-bottom: 24px;
}

.delivery-box {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 16px;
}

.delivery-box h2 {
    margin-bottom: 14px;
}

.delivery-link {
    display: inline-flex;
    padding: 13px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    font-weight: 950;
}

.delivery-instructions {
    padding: 16px;
    border-radius: 16px;
    background: rgba(0,0,0,0.22);
    color: rgba(255,255,255,0.76);
    line-height: 1.6;
}

.empty-box {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.62);
    text-align: center;
}

.deposit-card {
    max-width: 760px;
}

.deposit-card p {
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
    margin-bottom: 24px;
}

.pix-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.pix-flow span {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.07);
    text-align: center;
    font-weight: 850;
    color: rgba(255,255,255,0.72);
}

@media (max-width: 850px) {
    .cart-layout,
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary,
    .checkout-summary {
        position: relative;
        top: auto;
    }

    .cart-item {
        grid-template-columns: 80px 1fr;
    }

    .cart-item img {
        width: 80px;
        height: 80px;
    }

    .remove-btn {
        grid-column: 1 / -1;
        text-align: center;
    }

    .account-grid {
        grid-template-columns: 1fr;
    }

    .pix-flow {
        grid-template-columns: 1fr 1fr;
    }
}

.mini-metrics {
    margin-bottom: 26px;
}

.admin-filter-bar {
    display: grid;
    grid-template-columns: 1fr 220px 130px 100px;
    gap: 12px;
    margin-bottom: 24px;
}

.admin-filter-bar input,
.admin-filter-bar select,
.balance-form input,
.balance-form select {
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.28);
    color: #fff;
    outline: none;
}

.admin-filter-bar button,
.balance-form button {
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #6d5cff, #00d4ff);
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.admin-filter-bar a {
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    font-weight: 900;
}

.status-badge.pendente {
    background: rgba(250,204,21,0.14);
    color: #fde68a;
}

.status-badge.pago {
    background: rgba(59,130,246,0.14);
    color: #93c5fd;
}

.status-badge.entregue {
    background: rgba(34,197,94,0.14);
    color: #86efac;
}

.status-badge.cancelado,
.status-badge.bloqueado {
    background: rgba(239,68,68,0.14);
    color: #fca5a5;
}

.admin-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
}

.admin-detail-card {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 24px 70px rgba(0,0,0,0.35);
    margin-bottom: 22px;
}

.admin-detail-card h2 {
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.detail-row span {
    color: rgba(255,255,255,0.58);
    font-weight: 800;
}

.detail-row strong {
    text-align: right;
}

.admin-status-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.admin-status-actions a {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    font-weight: 900;
}

.admin-order-product {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 14px;
}

.admin-order-product h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.admin-order-product p {
    color: rgba(255,255,255,0.58);
}

.admin-delivery-preview {
    padding: 14px;
    border-radius: 18px;
    background: rgba(0,0,0,0.22);
}

.admin-delivery-preview strong,
.admin-delivery-preview span {
    display: block;
}

.admin-delivery-preview strong {
    margin-bottom: 8px;
}

.admin-delivery-preview span {
    color: rgba(255,255,255,0.66);
    line-height: 1.6;
    word-break: break-word;
}

.admin-table-card.clean {
    background: transparent;
    border: none;
    box-shadow: none;
}

.balance-form label {
    display: block;
    margin: 14px 0 8px;
    color: rgba(255,255,255,0.70);
    font-weight: 800;
}

.balance-form button {
    width: 100%;
    padding: 15px;
    margin-top: 16px;
}

@media (max-width: 900px) {
    .admin-filter-bar {
        grid-template-columns: 1fr;
    }

    .admin-detail-grid {
        grid-template-columns: 1fr;
    }

    .admin-order-product {
        grid-template-columns: 1fr;
    }

    .detail-row {
        display: block;
    }

    .detail-row strong {
        display: block;
        text-align: left;
        margin-top: 8px;
    }
}

.coupon-form {
    grid-template-columns: 1fr 180px 160px 160px 160px;
}

.coupon-box {
    margin-top: 24px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

.coupon-box label {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.62);
    font-weight: 900;
}

.coupon-input-row {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 10px;
}

.coupon-input-row input {
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.28);
    color: #fff;
    outline: none;
}

.coupon-input-row button,
.coupon-applied button {
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.coupon-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(34,197,94,0.12);
    border: 1px solid rgba(34,197,94,0.22);
}

.coupon-applied strong {
    color: #86efac;
}

.coupon-applied button {
    padding: 10px 14px;
}

.coupon-msg {
    margin-top: 10px;
    color: #fca5a5;
    font-weight: 800;
}

.checkout-lines {
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 22px;
}

.checkout-lines p {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.checkout-lines p:last-child {
    margin-bottom: 0;
}

.checkout-lines span {
    margin-bottom: 0;
}

.checkout-lines b {
    font-size: 15px;
}

@media (max-width: 900px) {
    .coupon-form {
        grid-template-columns: 1fr;
    }

    .coupon-input-row {
        grid-template-columns: 1fr;
    }
}

.featured-product {
    border-color: color-mix(in srgb, var(--color-primary) 45%, transparent);
}

.featured-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 14px 35px rgba(0,0,0,0.35);
}

.favorite-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,0.38);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(16px);
    color: rgba(255,255,255,0.75);
    font-size: 20px;
    font-weight: 950;
    transition: .2s;
}

.favorite-btn.active,
.favorite-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
}

.rating-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 12px 0 16px;
    color: rgba(255,255,255,0.62);
}

.rating-line span {
    font-weight: 900;
    color: #fff;
}

.rating-line small {
    font-size: 12px;
}

.product-rating-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.product-rating-detail strong {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
}

.product-rating-detail span {
    color: rgba(255,255,255,0.58);
    font-weight: 800;
}

.wishlist-detail {
    display: inline-flex;
    width: fit-content;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    font-weight: 900;
    margin-bottom: 18px;
}

.wishlist-detail.active {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
}

.reviews-section {
    margin-top: 34px;
    padding-bottom: 70px;
}

.reviews-section h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
    margin-bottom: 18px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.review-card {
    padding: 20px;
    border-radius: 24px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-soft);
}

.review-card strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.review-card span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    margin-bottom: 12px;
    font-weight: 900;
}

.review-card p {
    color: rgba(255,255,255,0.66);
    line-height: 1.6;
}

.review-form {
    margin-top: 18px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
}

.review-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
    color: rgba(255,255,255,0.72);
}

.review-form select,
.review-form textarea {
    width: 100%;
    padding: 13px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.28);
    color: #fff;
    outline: none;
    margin-bottom: 10px;
}

.review-form textarea {
    min-height: 90px;
    resize: vertical;
}

.review-form button {
    width: 100%;
    border: none;
    padding: 13px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.status-badge.aprovado {
    background: rgba(34,197,94,0.14);
    color: #86efac;
}

.status-badge.reprovado {
    background: rgba(239,68,68,0.14);
    color: #fca5a5;
}

.slide.active {
    opacity: 1;
}


@media (max-width: 760px) {
    .hero-slider {
        height: 380px;
    }
}

.hero-premium {
    min-height: 430px;
    align-items: flex-end;
    background:
        linear-gradient(120deg, rgba(0,0,0,.75), rgba(0,0,0,.20)),
        var(--hero-image),
        linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    background-size: cover;
    background-position: center;
}

.hero-premium .hero-content {
    padding-bottom: 10px;
}

@media (max-width: 760px) {
    .hero-premium {
        min-height: 360px;
        padding: 26px;
    }
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.brand-name {
    font-size: 22px;
    background: linear-gradient(135deg, #ffffff, #cbd5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.verified-badge {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    display: grid;
    place-items: center;
    font-size: 12px;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(59,130,246,.4);
}

body {
    font-family: 'Inter', sans-serif;
}

.products-intro {
    text-align: center;
    max-width: 760px;
    margin: 70px auto 34px;
    padding: 0 16px;
}

.products-intro span {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    border: 1px solid var(--glass-border);
    color: var(--color-secondary);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.products-intro h2 {
    font-size: clamp(34px, 6vw, 64px);
    line-height: .95;
    letter-spacing: -2.5px;
    margin-bottom: 18px;
}

.products-intro p {
    color: rgba(255,255,255,0.62);
    font-size: 17px;
    line-height: 1.6;
}

.products-intro::after {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    margin: 28px auto 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
}

.products-grid {
    align-items: stretch;
}

.product-card {
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.12);
    transform-style: preserve-3d;
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--color-primary) 22%, transparent), transparent 38%),
        radial-gradient(circle at 90% 20%, color-mix(in srgb, var(--color-secondary) 18%, transparent), transparent 36%);
    opacity: .65;
    transition: .25s;
}

.product-card:hover::before {
    opacity: 1;
}

.product-card:hover {
    transform: translateY(-12px) scale(1.025);
}

.product-image {
    height: 260px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 45%, rgba(0,0,0,.55)),
        radial-gradient(circle at 50% 20%, rgba(255,255,255,.18), transparent 35%);
    pointer-events: none;
}

.product-image img {
    transition: .35s ease;
    transform: scale(1.02);
}

.product-card:hover .product-image img {
    transform: scale(1.09);
}

.product-info {
    position: relative;
    z-index: 2;
    padding: 22px;
}

.product-category {
    width: fit-content;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
}

.product-info h3 {
    font-size: 23px;
    line-height: 1.05;
}

.product-price {
    font-size: 28px;
    letter-spacing: -1px;
}

.product-actions a {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    box-shadow: 0 16px 40px color-mix(in srgb, var(--color-primary) 28%, transparent);
}

.rating-line {
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(0,0,0,.20);
    border: 1px solid rgba(255,255,255,.07);
}

.featured-product {
    transform: scale(1.03);
    z-index: 3;
    border: 1px solid rgba(255,255,255,.18);

    background:
        linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.04));

    box-shadow:
        0 40px 120px rgba(0,0,0,.6),
        0 0 0 1px color-mix(in srgb, var(--color-primary) 40%, transparent),
        0 0 40px color-mix(in srgb, var(--color-primary) 25%, transparent);
}

.featured-product::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background:
        linear-gradient(
            120deg,
            transparent,
            color-mix(in srgb, var(--color-primary) 45%, transparent),
            transparent
        );
    opacity: .6;
    filter: blur(18px);
    z-index: -1;
    animation: featuredGlow 4s linear infinite;
}

@keyframes featuredGlow {
    0% { transform: translateX(-40%); }
    100% { transform: translateX(40%); }
}


.featured-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;

    padding: 8px 14px;
    border-radius: 999px;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;

    color: #fff;

    background:
        linear-gradient(135deg, var(--color-primary), var(--color-secondary));

    box-shadow:
        0 10px 30px color-mix(in srgb, var(--color-primary) 35%, transparent),
        inset 0 1px 0 rgba(255,255,255,.25);

    backdrop-filter: blur(10px);
}

.product-card:not(.featured-product):hover {
    opacity: .85;
}

.products-grid:hover .featured-product {
    transform: scale(1.05);
}

@media (max-width: 760px) {
    .product-image {
        height: 230px;
    }

    .product-info h3 {
        font-size: 21px;
    }
}

.product-showcase {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    align-items: stretch;
}

.product-visual {
    min-height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--radius) + 16px);
    background:
        radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--color-primary) 25%, transparent), transparent 35%),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-visual img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.product-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 45%, rgba(0,0,0,.62)),
        radial-gradient(circle at 50% 10%, rgba(255,255,255,.20), transparent 30%);
    pointer-events: none;
}

.product-visual-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--color-primary) 35%, transparent);
    filter: blur(90px);
    top: -90px;
    right: -80px;
    z-index: 1;
}

.product-buy-panel {
    padding: 30px;
    border-radius: calc(var(--radius) + 16px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-console-badge {
    width: fit-content;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: var(--color-secondary);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.product-buy-panel h1 {
    font-size: clamp(38px, 5vw, 70px);
    line-height: .92;
    letter-spacing: -3px;
    margin-bottom: 18px;
}

.product-description {
    color: rgba(255,255,255,.66);
    line-height: 1.7;
    margin: 18px 0 22px;
}

.product-benefits {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

.product-benefits span {
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.72);
    font-weight: 850;
}

.product-price-box {
    padding: 20px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 18%, transparent), rgba(255,255,255,.05));
    border: 1px solid rgba(255,255,255,.12);
    margin-bottom: 18px;
}

.product-price-box span {
    display: block;
    color: rgba(255,255,255,.58);
    font-weight: 800;
    margin-bottom: 8px;
}

.product-price-box strong {
    font-size: 38px;
    letter-spacing: -1.5px;
}

.premium-buy-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
    padding: 17px 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 22px 55px color-mix(in srgb, var(--color-primary) 30%, transparent);
    transition: .25s;
}

.premium-buy-btn:hover {
    transform: translateY(-3px) scale(1.01);
}

@media (max-width: 900px) {
    .product-showcase {
        grid-template-columns: 1fr;
    }

    .product-visual {
        min-height: 380px;
    }

    .product-buy-panel {
        padding: 22px;
    }

    .product-buy-panel h1 {
        letter-spacing: -2px;
    }
}

.product-rating-bottom {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.product-rating-bottom span {
    font-weight: 900;
    font-size: 14px;
}

.product-rating-bottom small {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    margin-top: 30px;
}

.checkout-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.premium-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.05);
}

.premium-item span {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.5);
}

.checkout-summary-premium {
    padding: 24px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.1);
}

.checkout-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkout-line.discount {
    color: #86efac;
}

.checkout-total {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.checkout-total strong {
    font-size: 26px;
}

.checkout-proof {
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255,255,255,.6);
    text-align: center;
}

.checkout-btn {
    width: 100%;
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    border: none;
    font-weight: 900;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    cursor: pointer;
}

@media (max-width: 900px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }
}

.featured-strip {
    margin-top: 42px;
}

.featured-strip-head {
    margin-bottom: 18px;
}

.featured-strip-head span {
    color: var(--color-secondary);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured-strip-head h2 {
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -1.5px;
    margin-top: 6px;
}

.featured-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.featured-mini-card {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    border-radius: 28px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow-soft);
    transition: .25s ease;
}

.featured-mini-card:hover {
    transform: translateY(-8px) scale(1.02);
}

.featured-mini-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-mini-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.82));
}

.featured-mini-card div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
}

.featured-mini-card strong {
    display: block;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.featured-mini-card span {
    color: var(--color-secondary);
    font-weight: 950;
}

.store-filters {
    display: grid;
    grid-template-columns: 1fr 230px 130px auto;
    gap: 12px;
    margin: 0 auto 18px;
    max-width: 980px;
}

.store-filters input,
.store-filters select {
    width: 100%;
    padding: 15px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: #fff;
    outline: none;
}

.store-filters input::placeholder {
    color: rgba(255,255,255,.42);
}

.store-filters button {
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.store-filters a {
    display: grid;
    place-items: center;
    padding: 0 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    font-weight: 900;
}

.category-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 32px;
    max-width: 980px;
}

.category-chips a {
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.72);
    font-weight: 850;
    transition: .2s;
}

.category-chips a.active,
.category-chips a:hover {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
}

@media (max-width: 900px) {
    .featured-row {
        grid-template-columns: 1fr 1fr;
    }

    .store-filters {
        grid-template-columns: 1fr;
    }

    .store-filters button,
    .store-filters a {
        min-height: 48px;
    }
}

@media (max-width: 560px) {
    .featured-row {
        grid-template-columns: 1fr;
    }

    .featured-mini-card {
        min-height: 190px;
    }
}

.branding-form {
    display: grid;
    gap: 12px;
    max-width: 400px;
    margin-bottom: 20px;
}

.branding-form input {
    padding: 10px;
    border-radius: 10px;
}

.branding-preview {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.1);
}

.admin-kpis {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 14px;
    margin: 20px 0 30px;
}

.kpi-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
}

.kpi-card span {
    font-size: 13px;
    color: rgba(255,255,255,.6);
}

.kpi-card strong {
    display: block;
    margin-top: 6px;
    font-size: 22px;
}

.admin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.admin-card {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.05);
}

.admin-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.admin-row:last-child {
    border: none;
}

.admin-row span {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.6);
}

.admin-row small {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,.5);
}

@media (max-width: 900px) {
    .admin-kpis {
        grid-template-columns: 1fr 1fr;
    }

    .admin-grid {
        grid-template-columns: 1fr;
    }
}

.my-products-page {
    padding-bottom: 80px;
}

.my-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 22px;
}

.my-product-card {
    overflow: hidden;
    border-radius: calc(var(--radius) + 8px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: var(--shadow-soft);
}

.my-product-img {
    height: 220px;
    overflow: hidden;
}

.my-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-product-info {
    padding: 22px;
}

.my-product-info span {
    display: block;
    color: var(--color-secondary);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 12px;
}

.my-product-info h3 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.my-product-info p {
    color: rgba(255,255,255,.60);
    line-height: 1.6;
    margin-bottom: 18px;
}

.account-main-action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -18px 0 40px;
    width: fit-content;
    padding: 15px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
    box-shadow: 0 18px 45px color-mix(in srgb, var(--color-primary) 26%, transparent);
}

.access-page {
    padding: 44px 0 80px;
}

.access-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    padding: 24px;
    border-radius: calc(var(--radius) + 14px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: var(--shadow-card);
}

.access-cover {
    min-height: 460px;
    overflow: hidden;
    border-radius: var(--radius);
    background: rgba(255,255,255,.06);
}

.access-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.access-content {
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.access-badge {
    width: fit-content;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(34,197,94,.14);
    color: #86efac;
    font-weight: 950;
    margin-bottom: 18px;
}

.access-content h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 14px;
}

.access-content p {
    color: rgba(255,255,255,.60);
    margin-bottom: 24px;
}

.access-delivery-box {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
}

.access-delivery-box h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.access-instructions {
    padding: 18px;
    border-radius: 18px;
    background: rgba(0,0,0,.24);
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.back-access-link {
    margin-top: 18px;
    color: var(--color-secondary);
    font-weight: 950;
}

@media (max-width: 850px) {
    .access-card {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .access-cover {
        min-height: 280px;
    }

    .access-content {
        padding: 8px;
    }

    .account-main-action {
        width: 100%;
        margin: -18px 0 32px;
    }
}

.premium-navbar {
    gap: 14px;
}

.nav-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.76);
    font-size: 13px;
    font-weight: 850;
    transition: .22s ease;
}

.nav-icon-link:hover {
    background: rgba(255,255,255,.10);
    color: #fff;
    transform: translateY(-2px);
}

.nav-login {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
}

.nav-icon {
    width: 22px;
    height: 22px;
    position: relative;
    display: grid;
    place-items: center;
}

.nav-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cart-badge {
    position: absolute;
    top: -9px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 18px rgba(0,0,0,.35);
}

@media (max-width: 760px) {
    .premium-navbar {
        flex-direction: row;
        padding: 12px;
    }

    .brand-name {
        font-size: 18px;
        max-width: 145px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .verified-badge {
        width: 18px;
        height: 18px;
        font-size: 11px;
    }

    .nav-icons {
        gap: 7px;
    }

    .nav-icon-link {
        width: 42px;
        height: 42px;
        padding: 0;
        justify-content: center;
        border-radius: 16px;
    }

    .nav-text {
        display: none;
    }

    .nav-icon svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 390px) {
    .brand-name {
        max-width: 115px;
        font-size: 16px;
    }

    .nav-icon-link {
        width: 39px;
        height: 39px;
    }
}

.affiliate-page {
    padding: 34px 0 80px;
}

.affiliate-hero {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 26px;
}

.affiliate-hero > div:first-child,
.affiliate-money-card,
.affiliate-card,
.affiliate-history {
    padding: 28px;
    border-radius: calc(var(--radius) + 8px);
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: var(--shadow-soft);
}

.affiliate-hero span,
.affiliate-card span {
    color: var(--color-secondary);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.affiliate-hero h1 {
    font-size: clamp(40px, 6vw, 72px);
    line-height: .95;
    letter-spacing: -3px;
    margin: 14px 0;
}

.affiliate-hero p,
.affiliate-card p,
.affiliate-card small {
    color: rgba(255,255,255,.62);
    line-height: 1.6;
}

.affiliate-money-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 0 0, color-mix(in srgb, var(--color-primary) 25%, transparent), transparent 45%),
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
}

.affiliate-money-card strong,
.affiliate-card strong {
    display: block;
    font-size: 38px;
    letter-spacing: -1.5px;
    margin-top: 10px;
}

.affiliate-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 18px;
    margin-bottom: 28px;
}

.affiliate-link-box {
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 10px;
    margin: 16px 0 10px;
}

.affiliate-link-box input {
    width: 100%;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.25);
    color: #fff;
    outline: none;
}

.affiliate-link-box button {
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.affiliate-history h2 {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.affiliate-list {
    display: grid;
    gap: 12px;
}

.affiliate-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.07);
}

.affiliate-row span,
.affiliate-row em {
    display: block;
    color: rgba(255,255,255,.54);
    font-style: normal;
    margin-top: 5px;
}

.affiliate-row b {
    color: #86efac;
}

@media (max-width: 900px) {
    .affiliate-hero,
    .affiliate-grid {
        grid-template-columns: 1fr;
    }

    .affiliate-link-box {
        grid-template-columns: 1fr;
    }

    .affiliate-link-box button {
        min-height: 48px;
    }
}

.install-popup {
    position: fixed;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%) translateY(120px);
    width: min(430px, calc(100% - 28px));
    padding: 14px;
    border-radius: 22px;
    background: rgba(15,17,28,.88);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(22px);
    box-shadow: 0 24px 80px rgba(0,0,0,.45);
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: .28s ease;
}

.install-popup.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.install-popup strong {
    display: block;
    font-size: 15px;
}

.install-popup span {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.58);
    margin-top: 3px;
}

.install-popup button {
    border: none;
    cursor: pointer;
}

#installBtn {
    padding: 11px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    font-weight: 950;
}

#closeInstall {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 20px;
}

@media (max-width: 520px) {
    .install-popup {
        grid-template-columns: 1fr auto;
    }

    #installBtn {
        grid-column: 1 / -1;
        width: 100%;
    }

    #closeInstall {
        position: absolute;
        top: -12px;
        right: -8px;
    }
}


#autoSearchForm {
    width: 100% !important;
    max-width: none !important;
    margin: 32px auto 34px !important;
    display: flex !important;
    justify-content: center !important;
}

#autoSearchForm .search-box {
    width: min(720px, calc(100vw - 48px)) !important;
    max-width: 720px !important;
}

#autoSearchInput {
    width: 100% !important;
    height: 58px !important;
    padding: 0 28px !important;
    border-radius: 22px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 850 !important;
}