/* Stack Gamer 2026 - tema de preview administrativo, sem regras funcionais. */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) {
    --sg-bg-primary: #07000f;
    --sg-bg-secondary: #0d0018;
    --sg-surface: #120521;
    --sg-surface-elevated: #19072d;
    --sg-cyan: #00f0ff;
    --sg-green: #00ffc6;
    --sg-purple: #7600ff;
    --sg-magenta: #ff00e6;
    --sg-text-primary: #fff;
    --sg-text-secondary: #c9c2d6;
    --sg-border: rgba(145, 74, 255, .35);
    --sg-border-active: rgba(0, 240, 255, .78);
    --sg-gradient-primary: linear-gradient(110deg, #00f0ff 0%, #7600ff 52%, #ff00e6 100%);
    --sg-gradient-secondary: linear-gradient(135deg, rgba(0, 240, 255, .12), rgba(118, 0, 255, .18) 55%, rgba(255, 0, 230, .08));
    --sg-glow-cyan: 0 0 24px rgba(0, 240, 255, .22);
    --sg-glow-purple: 0 0 30px rgba(118, 0, 255, .25);
    --sg-shadow-panel: 0 22px 60px rgba(0, 0, 0, .44);
    --sg-radius-small: 6px;
    --sg-radius-medium: 12px;
    --sg-radius-large: 18px;
    --sg-transition-fast: 150ms ease;
    --sg-transition-normal: 260ms ease;
    color: var(--sg-text-primary);
    background-color: var(--sg-bg-primary);
}

body:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) {
    min-height: 100vh;
    color: var(--sg-text-primary);
    background:
        radial-gradient(circle at 14% 6%, rgba(0, 240, 255, .1), transparent 27rem),
        radial-gradient(circle at 88% 18%, rgba(118, 0, 255, .17), transparent 32rem),
        linear-gradient(rgba(7, 0, 15, .94), rgba(7, 0, 15, .98)),
        repeating-linear-gradient(90deg, transparent 0 63px, rgba(0, 240, 255, .035) 64px),
        repeating-linear-gradient(0deg, transparent 0 63px, rgba(118, 0, 255, .04) 64px);
    background-attachment: fixed;
    font-family: 'Rajdhani', sans-serif;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout)::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    content: '';
    opacity: .28;
    background:
        linear-gradient(135deg, transparent 0 74%, rgba(0, 240, 255, .15) 74.2% 74.5%, transparent 74.8%),
        linear-gradient(45deg, transparent 0 82%, rgba(255, 0, 230, .12) 82.2% 82.45%, transparent 82.7%);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(h1, h2, h3, .nav-logo-text, .section-title, .modal-title) {
    color: var(--sg-text-primary);
    font-family: 'Orbitron', sans-serif;
    letter-spacing: .025em;
    text-wrap: balance;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(p, li, dd, .modal-desc) {
    color: var(--sg-text-secondary);
    line-height: 1.55;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
    outline: 3px solid var(--sg-cyan) !important;
    outline-offset: 3px;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(button, .btn-submit, .btn-auth, .btn-nav, .btn-view, .btn-checkout, .btn-buy-primary, .conversion-cta, .sg-button-primary) {
    min-height: 42px;
    border-radius: var(--sg-radius-small) !important;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    letter-spacing: .025em;
    transition: transform var(--sg-transition-fast), border-color var(--sg-transition-fast), box-shadow var(--sg-transition-fast), filter var(--sg-transition-fast);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.btn-submit, .btn-auth, .btn-checkout, .btn-buy-primary, .conversion-cta-primary, .sg-button-primary) {
    border: 1px solid rgba(255, 255, 255, .34) !important;
    background: var(--sg-gradient-primary) !important;
    color: #05000a !important;
    box-shadow: var(--sg-glow-purple);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(button, .btn-submit, .btn-auth, .btn-nav, .btn-view, .btn-checkout, .btn-buy-primary, .conversion-cta):not(:disabled):hover {
    filter: brightness(1.12);
    transform: translateY(-2px);
    box-shadow: var(--sg-glow-cyan);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(button, input, select, textarea):disabled {
    cursor: not-allowed !important;
    filter: grayscale(.55);
    opacity: .58;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='hidden']):not([type='button']):not([type='submit']):not([type='reset']):not([type='image']):not([type='range']):not([type='color']), select, textarea) {
    min-height: 42px;
    border: 1px solid var(--sg-border) !important;
    border-radius: var(--sg-radius-small) !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='hidden']):not([type='button']):not([type='submit']):not([type='reset']):not([type='image']):not([type='range']):not([type='color']), textarea)::placeholder {
    color: #6b7280 !important;
    opacity: 1;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(input, select, textarea):focus {
    border-color: var(--sg-cyan) !important;
    box-shadow: 0 0 0 3px rgba(0, 240, 255, .13) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(label, legend) {
    color: #e6e0ed;
    font-weight: 700;
}

/* Navegação e controles globais */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .navbar {
    border-bottom: 1px solid var(--sg-border-active);
    background: rgba(7, 0, 15, .91) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .42), 0 1px 0 rgba(255, 0, 230, .28);
    backdrop-filter: blur(18px);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .navbar::after {
    position: absolute;
    right: 4%;
    bottom: -1px;
    width: min(38vw, 430px);
    height: 2px;
    content: '';
    background: var(--sg-gradient-primary);
    box-shadow: var(--sg-glow-cyan);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-logo-container {
    border-color: rgba(0, 240, 255, .68) !important;
    background: #080111;
    box-shadow: var(--sg-glow-cyan);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-logo-text span,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-wrapper span {
    color: var(--sg-cyan);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.nav-links a, .btn-nav, .btn-back-vitrine) {
    color: #e9e4f1 !important;
    border-color: transparent;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.nav-links a, .btn-nav, .btn-back-vitrine):hover {
    color: var(--sg-cyan) !important;
    border-color: rgba(0, 240, 255, .5) !important;
    background: rgba(0, 240, 255, .06) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .maintenance-admin-control {
    border-bottom: 1px solid rgba(255, 0, 230, .38);
    background: #10031d !important;
}

/* Painéis e recortes da marca */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.conversion-hero, .conversion-trust-strip, .conversion-path-card, .conversion-section, .bi-panel, .auth-card, .profile-section, .checkout-container, .checkout-summary, .quality-panel, .product-clarity-essential, .clarity-technical, .clarity-description, .sg-auth-demo-card) {
    position: relative;
    border: 1px solid var(--sg-border) !important;
    border-radius: var(--sg-radius-medium) !important;
    background: linear-gradient(145deg, rgba(25, 7, 45, .94), rgba(9, 1, 20, .96)) !important;
    box-shadow: var(--sg-shadow-panel);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.conversion-hero, .conversion-section, .bi-panel, .checkout-container, .sg-auth-demo-card)::after {
    position: absolute;
    top: -1px;
    right: 18px;
    width: 76px;
    height: 2px;
    content: '';
    background: var(--sg-gradient-primary);
    box-shadow: var(--sg-glow-cyan);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero {
    overflow: hidden;
    border-color: rgba(0, 240, 255, .52) !important;
    background:
        radial-gradient(circle at 76% 44%, rgba(118, 0, 255, .28), transparent 28%),
        linear-gradient(120deg, rgba(4, 1, 13, .98), rgba(22, 3, 43, .94)) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: '';
    background: linear-gradient(135deg, transparent 64%, rgba(0, 240, 255, .08) 64.3% 64.8%, transparent 65.1%), linear-gradient(45deg, transparent 75%, rgba(255, 0, 230, .09) 75.3% 75.7%, transparent 76%);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero h1,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero h2 {
    background: var(--sg-gradient-primary);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-kicker,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-kicker {
    color: var(--sg-cyan);
    font-family: 'Orbitron', sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust-strip {
    border-color: rgba(0, 240, 255, .24) !important;
    background: rgba(8, 1, 18, .92) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust-strip :where(a, button) {
    border-right-color: rgba(118, 0, 255, .28) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.conversion-path-card, .setup-ready-card, .coupon-public-card) {
    border-color: rgba(118, 0, 255, .4) !important;
    background: var(--sg-gradient-secondary) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.conversion-path-card, .setup-ready-card, .coupon-public-card):hover {
    border-color: var(--sg-border-active) !important;
    box-shadow: var(--sg-glow-cyan), var(--sg-shadow-panel);
}

/* Campanhas, cupons e produtos */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.promo-flash-hero, .campaign-banner, .campaign-showcase) {
    border: 1px solid rgba(255, 0, 230, .45) !important;
    border-radius: var(--sg-radius-medium) !important;
    box-shadow: var(--sg-shadow-panel), 0 0 35px rgba(118, 0, 255, .2);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .section-title::before {
    color: var(--sg-cyan);
    content: '// ';
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-card {
    overflow: hidden;
    border: 1px solid rgba(118, 0, 255, .38) !important;
    border-radius: var(--sg-radius-medium) !important;
    background: linear-gradient(155deg, rgba(24, 7, 43, .96), rgba(6, 1, 15, .98)) !important;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .36);
    transition: transform var(--sg-transition-normal), border-color var(--sg-transition-normal), box-shadow var(--sg-transition-normal);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-card::after {
    position: absolute;
    right: -30px;
    bottom: 11px;
    width: 95px;
    height: 1px;
    content: '';
    transform: rotate(-45deg);
    background: linear-gradient(90deg, transparent, var(--sg-magenta));
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-card:hover {
    transform: translateY(-5px);
    border-color: var(--sg-cyan) !important;
    box-shadow: var(--sg-glow-cyan), 0 24px 45px rgba(0, 0, 0, .48);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-img-wrapper {
    background: radial-gradient(circle, rgba(118, 0, 255, .12), rgba(3, 0, 9, .92));
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.product-price, .clarity-main-price, .total-display-large) {
    color: var(--sg-cyan) !important;
    text-shadow: 0 0 18px rgba(0, 240, 255, .2);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.discount-tag, .stockout-tag) {
    border: 1px solid currentColor;
    border-radius: 0 0 var(--sg-radius-small) 0 !important;
    font-family: 'Orbitron', sans-serif;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .discount-tag { background: #67135f !important; color: #fff !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .stockout-tag { background: #4a101d !important; color: #ffd8df !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-rating-stars { color: #ffd166; }

/* Modal e carrinho */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-modal-overlay,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-overlay {
    background: rgba(2, 0, 8, .82) !important;
    backdrop-filter: blur(8px);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-modal-content {
    border: 1px solid var(--sg-cyan) !important;
    border-radius: var(--sg-radius-medium) !important;
    background: linear-gradient(145deg, #130522, #06010e 74%) !important;
    box-shadow: 0 0 0 1px rgba(255, 0, 230, .24), 0 30px 90px #000;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .modal-action-bar {
    border-color: rgba(0, 240, 255, .28) !important;
    background: rgba(8, 1, 18, .95) !important;
    backdrop-filter: blur(15px);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .modal-close {
    border-color: rgba(255, 0, 230, .56) !important;
    background: #19072d !important;
    color: #fff !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-cart-sidebar {
    border-left: 1px solid var(--sg-cyan) !important;
    background: linear-gradient(165deg, #150525, #05000b 75%) !important;
    box-shadow: -25px 0 70px rgba(0, 0, 0, .6), -4px 0 24px rgba(0, 240, 255, .12);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-header,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-footer {
    border-color: var(--sg-border) !important;
    background: rgba(12, 2, 24, .94) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-item {
    border-color: rgba(118, 0, 255, .28) !important;
    background: rgba(255, 255, 255, .025) !important;
}

/* ETAPA 21.12-S: saneamento visual do preview, sem alterar regras comerciais. */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-admin-toolbar {
    border-color: rgba(0, 240, 255, .34);
    background: linear-gradient(90deg, rgba(10, 2, 20, .98), rgba(20, 4, 36, .96)) !important;
    box-shadow: inset 0 -1px rgba(255, 0, 230, .2);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .maintenance-admin-control {
    border: 0;
    background: transparent !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(112px, .5fr) minmax(0, 1.35fr) auto !important;
    gap: 18px !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: 142px !important;
    padding: 16px !important;
    overflow: visible !important;
    border: 1px solid rgba(0, 240, 255, .3) !important;
    border-left: 1px solid rgba(0, 240, 255, .3) !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, rgba(21, 6, 38, .9), rgba(5, 2, 13, .92)) !important;
    color: #fff !important;
    animation: none !important;
    transform: none !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .32) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-card::before,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-card::after {
    display: none !important;
    content: none !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-card > span,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-card span {
    position: static !important;
    z-index: auto !important;
    display: initial;
    min-width: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-discount {
    display: grid !important;
    place-items: center;
    padding: 14px 10px;
    border: 1px solid rgba(255, 0, 230, .46);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(118, 0, 255, .3), rgba(255, 0, 230, .15));
    color: #fff !important;
    font: 900 clamp(.86rem, 1.4vw, 1.05rem)/1.25 'Orbitron', sans-serif !important;
    text-align: center;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-info {
    display: grid !important;
    align-content: center;
    gap: 7px;
    text-align: left;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-info .coupon-code {
    overflow-wrap: anywhere;
    color: #fff;
    font: 900 clamp(1rem, 1.8vw, 1.32rem)/1.2 'Orbitron', sans-serif;
    letter-spacing: .06em;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-info :where(small, em) {
    display: block;
    margin: 0;
    color: #aebec4;
    font: 600 .76rem/1.35 'Rajdhani', sans-serif;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-copy {
    display: grid !important;
    align-content: center;
    justify-items: center;
    gap: 7px;
    min-width: 112px;
    padding-left: 16px;
    border-left: 1px solid rgba(0, 240, 255, .18);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-copy .coupon-copy-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid #dfff67;
    border-radius: 8px;
    color: #eaff9d;
    font: 900 .7rem/1 'Orbitron', sans-serif;
    text-transform: uppercase;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-copy small { color: #83979d; font-size: .7rem; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-card:hover { border-color: #dfff67 !important; transform: translateY(-2px) !important; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-category-icon svg,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-component-icon svg,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .step-badge svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-category-grid a > .conversion-category-icon {
    display: grid;
    grid-row: 1 / 3;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 240, 255, .22);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(0, 240, 255, .12), rgba(118, 0, 255, .16));
    color: var(--sg-cyan);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-configurator-visual > .sg-component-icon {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 9px;
    min-height: 68px;
    padding: 10px 13px;
    border-color: rgba(0, 240, 255, .2);
    background: linear-gradient(145deg, rgba(0, 240, 255, .06), rgba(118, 0, 255, .1));
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-component-icon b { color: #bafaff; font: 900 .72rem 'Orbitron', sans-serif; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .step-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .08);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .step-badge svg { width: 18px; height: 18px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .step-badge.completed { border-color: rgba(0, 255, 198, .38); color: #80f5d2; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .option-card.selected { border-color: var(--sg-green) !important; box-shadow: 0 0 0 2px rgba(0, 255, 198, .12), var(--sg-shadow-panel); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .option-card.is-incompatible { border-color: #ff6688 !important; opacity: .72; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .option-card[aria-disabled='true'] { filter: grayscale(.8); opacity: .55; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-modal-content {
    width: min(1120px, 94vw);
    max-width: 1120px;
    padding: 34px;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-modal-layout {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.25fr);
    gap: 30px;
    align-items: start;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery {
    position: sticky;
    top: 0;
    display: grid;
    gap: 12px;
    min-width: 0;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery-main {
    display: grid;
    place-items: center;
    min-height: 360px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 240, 255, .22);
    border-radius: 14px;
    background: radial-gradient(circle, rgba(118, 0, 255, .14), rgba(3, 0, 9, .86));
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery-main img { display: block; max-width: 100%; max-height: 410px; object-fit: contain; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-thumbnail { display: grid; place-items: center; min-height: 62px; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.025); cursor: pointer; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-thumbnail.is-active { border-color: var(--sg-cyan); box-shadow: 0 0 14px rgba(0, 240, 255, .18); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-thumbnail img { max-width: 100%; max-height: 54px; object-fit: contain; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-image-fallback { margin: 0; color: #9eb2b7; font-size: .78rem; text-align: center; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-modal-info { min-width: 0; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-actions { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; justify-content: flex-start; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-selector { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 6px 9px; border: 1px solid rgba(0, 240, 255, .35); border-radius: 8px; background: rgba(2, 10, 22, .72); color: #fff; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-selector[hidden] { display: none !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-button { width: 34px; height: 34px; min-height: 34px; padding: 0; border: 1px solid rgba(0, 240, 255, .45); border-radius: 6px; background: rgba(0, 240, 255, .08); color: var(--sg-cyan); font: 800 1.1rem/1 'Orbitron', sans-serif; cursor: pointer; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-button:disabled { opacity: .42; cursor: not-allowed; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-input { width: 58px; height: 34px; border: 0; border-inline: 1px solid rgba(255, 255, 255, .12); background: transparent; color: #fff; text-align: center; font: 800 .95rem 'Orbitron', sans-serif; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-input:focus { outline: 2px solid rgba(0, 240, 255, .5); outline-offset: 2px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-hint { color: #9eb2b7; font-size: .72rem; white-space: nowrap; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-primary-price { width: 100%; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .clarity-payment-title { color: #eaff9d; font: 800 .78rem 'Orbitron', sans-serif; text-transform: uppercase; }

/* Checkout e conta: mais sóbrios */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout).sg-page-checkout {
    background: linear-gradient(160deg, #08030e, #0d0714) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout).sg-page-checkout :where(.checkout-card, .checkout-summary, .payment-section, .form-section) {
    border-color: rgba(145, 74, 255, .28) !important;
    background: #110b18 !important;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .28);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .checkout-payment-option.active {
    border-color: var(--sg-cyan) !important;
    background: rgba(0, 240, 255, .11) !important;
    color: #fff !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.profile-card, .order-card, .auth-container, .auth-card) {
    border-color: var(--sg-border) !important;
    background: linear-gradient(145deg, rgba(25, 7, 45, .95), rgba(7, 1, 16, .98)) !important;
}

/* Configurador */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .grid-layout {
    background: transparent !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.setup-sidebar, .setup-main, .setup-summary, .step-card, .component-card) {
    border-color: var(--sg-border) !important;
    background: linear-gradient(150deg, rgba(22, 6, 40, .94), rgba(7, 1, 16, .98)) !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .progress-indicator :where(.active, .completed) {
    border-color: var(--sg-cyan) !important;
    box-shadow: var(--sg-glow-cyan);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .progress-indicator .completed::after {
    content: ' ✓';
}

/* WhatsApp, PWA, cookies e rodapé */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.whatsapp-float, .whatsapp-context-link) {
    border: 1px solid #53ffd2 !important;
    background: linear-gradient(135deg, #075c46, #00a87e) !important;
    color: #fff !important;
    box-shadow: 0 0 24px rgba(0, 255, 198, .2);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.pwa-action, .pwa-install-button, .notification-button) {
    border-color: var(--sg-purple) !important;
    background: #16052a !important;
    color: #fff !important;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.preferences-modal, .cookie-consent-prompt, .preferences-panel) {
    border-color: rgba(255, 0, 230, .46) !important;
    background: linear-gradient(145deg, #180629, #080111) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .64);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) footer,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .site-footer {
    border-top: 1px solid var(--sg-border) !important;
    background: linear-gradient(180deg, rgba(9, 1, 18, .96), #040008) !important;
}

/* Galeria protegida de autenticação */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-preview-page {
    width: min(1180px, calc(100% - 32px));
    margin: 36px auto 80px;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-preview-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 22px;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-preview-head p { max-width: 760px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-demo-card { display: grid; align-content: start; gap: 10px; padding: 24px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-demo-card h2 { margin: 4px 0 10px; font-size: 1.1rem; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-demo-card a { color: var(--sg-cyan); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-status-badge { justify-self: start; padding: 5px 9px; border: 1px solid var(--sg-green); border-radius: 99px; color: var(--sg-green); font: 700 .68rem 'Orbitron'; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-status-info { border-color: var(--sg-cyan); color: var(--sg-cyan); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-status-warning { border-color: #ffd166; color: #ffd166; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-alert { display: grid; gap: 3px; margin-top: 8px; padding: 11px; border: 1px solid var(--sg-green); border-radius: var(--sg-radius-small); background: rgba(0, 255, 198, .07); }

@media (max-width: 900px) {
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-preview-grid { grid-template-columns: 1fr; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-preview-head { flex-direction: column; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .navbar { backdrop-filter: blur(12px); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-modal-layout { grid-template-columns: 1fr; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery { position: static; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery-main { min-height: 280px; }
}

@media (max-width: 640px) {
    body:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) { background-attachment: scroll; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(button, .btn-submit, .btn-auth, .btn-nav, .btn-view, .btn-checkout, .btn-buy-primary, .conversion-cta) { min-height: 44px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(.conversion-hero, .conversion-section, .bi-panel, .checkout-container) { border-radius: 9px !important; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-auth-preview-page { width: min(100% - 20px, 1180px); margin-top: 18px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-card { grid-template-columns: 1fr !important; gap: 12px !important; min-height: 0 !important; padding: 14px !important; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-copy { justify-items: stretch; min-width: 0; padding: 12px 0 0; border-top: 1px solid rgba(0, 240, 255, .18); border-left: 0; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-discount { min-height: 72px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-category-grid a { grid-template-columns: 50px minmax(0, 1fr); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-modal-content { width: 96vw; max-height: 92vh; padding: 28px 14px 18px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-modal-layout { gap: 20px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery-main { min-height: 230px; padding: 12px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery-thumbnails { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-actions > * { width: 100%; justify-content: center; text-align: center; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-selector { justify-content: center; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-modal-qty-hint { min-width: 72px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) *,
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) *::before,
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ETAPA 21.12-T: identidade definitiva baseada na prancha aprovada. */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) {
    --sg-bg: #050711;
    --sg-bg-primary: var(--sg-bg);
    --sg-bg-secondary: #080b16;
    --sg-surface: #0b101b;
    --sg-surface-purple: #12051f;
    --sg-surface-elevated: #111522;
    --sg-panel: rgba(8, 11, 22, .88);
    --sg-cyan: #00efff;
    --sg-cyan-light: #4cf7ff;
    --sg-purple: #7800ff;
    --sg-purple-medium: #a020f0;
    --sg-magenta: #f000d8;
    --sg-lime: #ceff38;
    --sg-green: #35e8b2;
    --sg-text: #f5f7ff;
    --sg-text-primary: var(--sg-text);
    --sg-text-muted: #9ea9b7;
    --sg-text-secondary: var(--sg-text-muted);
    --sg-border: rgba(91, 129, 160, .25);
    --sg-border-neon: rgba(0, 239, 255, .65);
    --sg-border-active: var(--sg-border-neon);
    --sg-gradient-primary: linear-gradient(100deg, #00efff 0%, #7800ff 52%, #f000d8 100%);
    --sg-gradient-purple: linear-gradient(135deg, rgba(120, 0, 255, .22), rgba(240, 0, 216, .12));
    --sg-shadow-cyan: 0 0 24px rgba(0, 239, 255, .18);
    --sg-shadow-purple: 0 0 28px rgba(120, 0, 255, .22);
    --sg-shadow-panel: 0 20px 55px rgba(0, 0, 0, .42);
    --sg-radius: 8px;
    --sg-radius-small: 5px;
    --sg-radius-medium: var(--sg-radius);
    --sg-radius-large: 12px;
    --sg-transition: 180ms ease;
    --sg-transition-fast: var(--sg-transition);
    --sg-transition-normal: 240ms ease;
}

body:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) {
    background:
        linear-gradient(rgba(5, 7, 17, .92), rgba(5, 7, 17, .97)),
        radial-gradient(circle at 18% 8%, rgba(0, 239, 255, .11), transparent 30rem),
        radial-gradient(circle at 86% 24%, rgba(120, 0, 255, .18), transparent 36rem),
        var(--sg-bg) !important;
    color: var(--sg-text);
}

body:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout)::after {
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    content: '';
    opacity: .36;
    background:
        linear-gradient(90deg, transparent 0 5%, rgba(0,239,255,.08) 5.1% 5.18%, transparent 5.28% 94%, rgba(240,0,216,.07) 94.1% 94.18%, transparent 94.28%),
        repeating-linear-gradient(0deg, transparent 0 79px, rgba(91,129,160,.045) 80px),
        repeating-linear-gradient(90deg, transparent 0 79px, rgba(91,129,160,.04) 80px);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Cabeçalho público compacto, separado das ferramentas administrativas. */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid rgba(240, 0, 216, .32);
    background: rgba(5, 7, 17, .94);
    box-shadow: 0 12px 36px rgba(0,0,0,.45);
    backdrop-filter: blur(18px);
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .navbar {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(210px, auto) minmax(280px, 650px) minmax(260px, auto);
    width: min(1500px, calc(100% - 32px));
    min-height: 72px;
    margin: 0 auto;
    padding: 8px 0;
    gap: clamp(18px, 3vw, 48px);
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .navbar::after { display: none; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-left { min-width: 0; gap: 12px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-wrapper { gap: 12px; transform: none; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-wrapper:hover { transform: none; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-logo-container {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    border: 1px solid var(--sg-border-neon) !important;
    box-shadow: 0 0 15px rgba(0,239,255,.22);
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-logo-container::before { animation-duration: 8s; opacity: .8; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-logo-container::after { inset: 2px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-logo-text {
    display: grid;
    width: auto;
    align-content: center;
    gap: 2px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .11em;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-logo-text strong { color: var(--sg-text); font-weight: 800; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-logo-text small { color: var(--sg-cyan); font-size: .5rem; letter-spacing: .22em; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-social-icons { display: none; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .search-form {
    position: relative;
    width: 100%;
    margin: 0;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .search-input {
    height: 42px;
    padding: 9px 46px 9px 14px;
    border-color: rgba(91,129,160,.42) !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #111 !important;
    font-family: 'Rajdhani', sans-serif;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .search-input::placeholder { color: #6b7280 !important; opacity: 1; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .search-input:focus { background: #fff !important; color: #111 !important; transform: none; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-search-submit {
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: var(--sg-purple-medium) !important;
    box-shadow: none !important;
    font-size: 1.35rem;
}

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-actions {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-account-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--sg-text);
    text-decoration: none;
    white-space: nowrap;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-account-link > span:first-child { color: var(--sg-cyan); font-size: 1.3rem; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-account-link > span:last-child { display: grid; color: var(--sg-text-muted); font-size: .68rem; line-height: 1.05; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-account-link strong { max-width: 120px; overflow: hidden; color: var(--sg-text); font-size: .76rem; text-overflow: ellipsis; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .btn-cart {
    min-height: 40px;
    padding: 7px 11px;
    border-color: rgba(120,0,255,.65) !important;
    color: var(--sg-text) !important;
    text-transform: none;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-badge { min-width: 20px; padding: 2px 6px; background: var(--sg-magenta); color: #fff; font-size: .68rem; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .btn-nav-logout { min-height: 38px; padding: 6px 8px; border: 0; background: transparent; font-size: .75rem; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-category-nav {
    display: flex;
    width: min(1500px, calc(100% - 32px));
    min-height: 34px;
    margin: 0 auto;
    overflow-x: auto;
    border-top: 1px solid rgba(91,129,160,.18);
    scrollbar-width: thin;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-category-nav a {
    flex: 1 0 auto;
    padding: 9px clamp(12px, 2vw, 28px);
    border-right: 1px solid rgba(91,129,160,.18);
    color: #c7d0df;
    font-family: 'Rajdhani', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-category-nav a:hover { background: rgba(0,239,255,.06); color: var(--sg-cyan); }

/* Hero comercial com hardware real e circuitos discretos. */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    grid-template-areas: 'copy visual' 'assurance visual';
    width: min(1500px, calc(100% - 32px));
    min-height: 430px;
    margin: 24px auto 0;
    padding: clamp(28px, 4vw, 60px);
    gap: 20px 40px;
    border-radius: var(--sg-radius-large) !important;
    background:
        linear-gradient(90deg, rgba(5,7,17,.98) 0%, rgba(8,5,25,.92) 54%, rgba(18,5,31,.68) 100%),
        repeating-linear-gradient(135deg, transparent 0 46px, rgba(0,239,255,.035) 47px 48px) !important;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero::before {
    background:
        linear-gradient(135deg, transparent 0 62%, rgba(0,239,255,.15) 62.15% 62.4%, transparent 62.55%),
        linear-gradient(35deg, transparent 0 72%, rgba(240,0,216,.13) 72.15% 72.45%, transparent 72.6%);
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-copy { grid-area: copy; align-self: end; position: relative; z-index: 2; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero h1 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(2.1rem, 4.4vw, 4.8rem); line-height: .98; letter-spacing: .015em; text-transform: uppercase; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-copy > p:not(.conversion-legal) { max-width: 680px; font-size: clamp(1rem, 1.5vw, 1.25rem); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-actions { margin-top: 24px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-assurance {
    grid-area: assurance;
    align-self: start;
    max-width: 650px;
    padding: 14px 18px;
    border: 1px solid rgba(0,239,255,.23);
    border-left: 3px solid var(--sg-cyan);
    border-radius: 4px;
    background: rgba(8,11,22,.72);
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual {
    position: relative;
    z-index: 1;
    grid-area: visual;
    display: grid;
    place-items: center;
    min-width: 0;
    margin: 0;
    isolation: isolate;
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual::before,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual::after {
    position: absolute;
    z-index: -1;
    content: '';
    border-radius: 50%;
    filter: blur(1px);
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual::before { width: 76%; aspect-ratio: 1; background: radial-gradient(circle, rgba(120,0,255,.34), transparent 67%); box-shadow: 0 0 70px rgba(120,0,255,.28); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual::after { width: 54%; aspect-ratio: 1; border: 1px solid rgba(0,239,255,.24); box-shadow: inset 0 0 44px rgba(0,239,255,.1); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual img { width: min(100%, 570px); max-height: 360px; object-fit: contain; filter: drop-shadow(0 20px 32px rgba(0,0,0,.7)) drop-shadow(0 0 20px rgba(120,0,255,.26)); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual figcaption { position: absolute; right: 0; bottom: 8px; display: grid; max-width: 78%; padding: 9px 12px; border: 1px solid rgba(240,0,216,.4); background: rgba(5,7,17,.88); text-align: right; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual figcaption small { color: var(--sg-cyan); font-size: .6rem; text-transform: uppercase; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual figcaption strong { overflow: hidden; color: var(--sg-text); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: min(1500px, calc(100% - 32px));
    margin: 0 auto 20px;
    border: 1px solid var(--sg-border);
    border-top: 0;
    background: rgba(8,11,22,.9);
}
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust > * { min-height: 82px; padding: 12px; border: 0 !important; border-right: 1px solid rgba(91,129,160,.18) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust > * > span { color: var(--sg-cyan); font-size: 1.25rem; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust strong { color: var(--sg-text); font-size: .72rem; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust small { color: var(--sg-text-muted); font-size: .66rem; }

/* Seções densas e organizadas como uma vitrine premium. */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-home { width: min(1500px, calc(100% - 32px)); gap: 16px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-section { padding: clamp(18px, 2.4vw, 32px); border-color: rgba(91,129,160,.28) !important; background: linear-gradient(145deg, rgba(11,16,27,.9), rgba(8,11,22,.92)) !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-section-heading { padding-bottom: 14px; border-bottom: 1px solid rgba(91,129,160,.16); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-section h2 { margin: 4px 0; font-size: clamp(1.25rem, 2vw, 2rem); text-transform: uppercase; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-configurator { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); min-height: 330px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-configurator-visual { position: relative; display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); padding: 24px; gap: 12px; overflow: hidden; border: 1px solid rgba(120,0,255,.4); background: radial-gradient(circle at 50% 50%, rgba(120,0,255,.18), transparent 62%), rgba(5,7,17,.72); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-configurator-visual::before { position: absolute; inset: 0; pointer-events: none; content: ''; background: linear-gradient(135deg, transparent 0 65%, rgba(0,239,255,.09) 65.2% 65.5%, transparent 65.7%); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-configurator-visual > .sg-component-icon { min-height: 96px; border-radius: 4px; background: rgba(11,16,27,.88); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-configurator-visual > strong { grid-column: 1 / -1; color: var(--sg-lime); font-size: .75rem; letter-spacing: .16em; text-align: center; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-category-grid a { display: grid; grid-template-columns: 62px minmax(0,1fr); min-height: 104px; padding: 14px; border-radius: 5px; background: linear-gradient(145deg, rgba(17,21,34,.96), rgba(8,11,22,.96)); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-category-grid a:hover { transform: translateY(-3px); border-color: var(--sg-magenta); box-shadow: var(--sg-shadow-purple); }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-card { border-radius: 5px !important; background: linear-gradient(155deg, rgba(17,21,34,.97), rgba(8,11,22,.99)) !important; box-shadow: 0 12px 28px rgba(0,0,0,.34); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-img-wrapper { min-height: 190px; background: radial-gradient(circle, rgba(120,0,255,.12), rgba(5,7,17,.94)); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-title { min-height: 3.15em; font-family: 'Rajdhani', sans-serif; font-size: 1rem; line-height: 1.05; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-price { font-family: 'Rajdhani', sans-serif !important; font-size: clamp(1.3rem, 1.7vw, 1.75rem) !important; font-variant-numeric: tabular-nums; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .discount-tag { background: var(--sg-magenta) !important; color: #fff !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .btn-view { min-width: 82px; border: 1px solid rgba(120,0,255,.6); background: rgba(120,0,255,.16); color: #ddd2ff; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-card { border-radius: 5px !important; background: linear-gradient(100deg, rgba(18,5,31,.94), rgba(8,11,22,.98)) !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-discount { border-radius: 4px; background: linear-gradient(135deg, rgba(120,0,255,.62), rgba(240,0,216,.45)); color: #fff; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-coupon-copy .coupon-copy-action { background: linear-gradient(100deg, var(--sg-cyan), var(--sg-purple), var(--sg-magenta)); color: #fff; }

/* Modal, carrinho, checkout, formulários e rodapé. */
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-modal-content { border-radius: 6px !important; background: linear-gradient(145deg, #0b101b, #080b16 74%) !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-product-gallery-main { border-radius: 5px; background: radial-gradient(circle, rgba(120,0,255,.12), rgba(5,7,17,.92)); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .product-clarity-essential,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .clarity-technical { border-radius: 5px !important; background: rgba(11,16,27,.9) !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-cart-sidebar { background: linear-gradient(165deg, #111522, #050711 78%) !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-item { border-radius: 5px; background: rgba(11,16,27,.88) !important; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout).sg-page-checkout { background: #050711 !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout).sg-page-checkout :where(.checkout-container, .checkout-card, .checkout-summary, .payment-section, .form-section, .checkout-cupom) { border-radius: 5px !important; background: #0b101b !important; box-shadow: none; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='hidden']):not([type='button']):not([type='submit']):not([type='reset']):not([type='image']):not([type='range']):not([type='color']), select, textarea) { border-radius: 4px !important; background: #fff !important; color: #111 !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(input, select, textarea)[aria-invalid='true'],
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) :where(input, select, textarea).error { border-color: #ff4f6d !important; box-shadow: 0 0 0 2px rgba(255,79,109,.13) !important; }

:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-footer { margin-top: 34px; border: 1px solid rgba(120,0,255,.42) !important; border-bottom: 0 !important; background: linear-gradient(180deg, rgba(8,11,22,.97), #050711) !important; clip-path: polygon(0 18px, 18px 0, calc(100% - 36px) 0, calc(100% - 18px) 18px, 100% 18px, 100% 100%, 0 100%); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .premium-footer-grid { grid-template-columns: minmax(245px, 1.14fr) minmax(245px, .96fr) minmax(310px, 1.08fr) minmax(235px, .92fr) minmax(190px, .68fr); width: min(1500px, calc(100% - 32px)); gap: 22px; align-items: stretch; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-brand-panel,
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-panel { border: 0 !important; background: transparent !important; box-shadow: none !important; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-panel { min-width: 0; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-brand-panel { grid-template-columns: 78px minmax(0, 1fr); gap: 14px; padding: 14px 0; align-items: start; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-brand-orbit { width: 72px; height: 72px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-brand-orbit img { width: 62px; height: 62px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .premium-footer .footer-logo { margin-bottom: 10px; font-size: 1.35rem; white-space: normal; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .premium-footer :where(.company-info, .footer-trust-copy) { margin-bottom: 10px; font-size: .72rem; line-height: 1.4; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-live-badges span { font-size: .58rem; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-categories-panel { display: grid; gap: 18px; align-content: start; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-panel { grid-column: 2 / 5; justify-self: center; width: min(100%, 420px); min-width: 0; align-self: stretch; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-group { align-items: center; height: 100%; gap: 12px; justify-content: center; text-align: center; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-group h3 { color: var(--sg-purple-medium); font-size: .72rem; line-height: 1.35; overflow-wrap: normal; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-group p { max-width: 34ch; font-size: .74rem; line-height: 1.45; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-links { display: flex; flex-wrap: nowrap; gap: 10px; justify-content: center; margin-top: 4px; }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-links a { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; min-height: 36px; border: 1px solid var(--sg-border); border-radius: 4px; background: rgba(11,16,27,.9); }
:is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-links img { width: 22px; height: 22px; object-fit: contain; }

@media (max-width: 1180px) {
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .navbar { grid-template-columns: minmax(190px, auto) minmax(220px, 1fr) auto; gap: 16px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-account-link > span:last-child { display: none; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust { grid-template-columns: repeat(3, 1fr); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .premium-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-panel { grid-column: 1 / -1; justify-self: center; width: min(100%, 420px); min-width: 0; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-group p { max-width: 34ch; }
}

@media (max-width: 820px) {
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-site-header { position: relative; top: auto; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .navbar {
        grid-template-columns: minmax(0, 1fr) auto;
        width: min(100% - 20px, 1500px);
        min-height: 0;
        padding: 8px 0;
        row-gap: 8px;
        column-gap: 10px;
    }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-left {
        width: auto !important;
        min-width: 0;
        margin-bottom: 0 !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        gap: 8px !important;
    }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-wrapper {
        min-width: 0;
        max-width: 100%;
        gap: 8px;
    }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-logo-text {
        width: auto !important;
        min-width: 0;
        max-width: clamp(96px, 34vw, 170px);
        overflow: hidden;
    }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .search-form { grid-column: 1 / -1; grid-row: 2; order: initial; max-width: none; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-actions {
        grid-column: 2;
        grid-row: 1;
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
        flex-wrap: nowrap !important;
        align-self: center;
    }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-category-nav { width: 100%; padding-inline: 10px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero { grid-template-columns: 1fr; grid-template-areas: 'visual' 'copy' 'assurance'; min-height: 0; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual img { max-height: 300px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero h1 { font-size: clamp(2rem, 8vw, 3.5rem); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-configurator { grid-template-columns: 1fr; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .navbar { grid-template-columns: minmax(0, 1fr) auto; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-logo-text small { display: none; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .nav-logo-text strong { display: block; font-size: .72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-logo-container { width: 42px !important; height: 42px !important; min-width: 42px !important; min-height: 42px !important; max-width: 42px !important; max-height: 42px !important; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .brand-logo-img { width: 30px !important; height: 30px !important; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .pwa-action-button { display: none !important; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .btn-cart { padding-inline: 8px; gap: 4px; font-size: .64rem; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .btn-cart > span { font-size: .72rem; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .sg-account-link { display: none; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-cart-sidebar {
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
    }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-cart-sidebar.active { right: 10px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-header,
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-footer { padding: 18px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cart-items { padding: 14px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero,
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-home,
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust { width: min(100% - 16px, 1500px); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero { margin-top: 12px; padding: 20px 16px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual { min-height: 220px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-hero-visual figcaption { max-width: 92%; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-trust { grid-template-columns: repeat(2, 1fr); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-product-grid,
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-category-grid { grid-template-columns: 1fr; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .conversion-configurator-visual { grid-template-columns: repeat(2, 1fr); padding: 12px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .premium-footer-grid { grid-template-columns: 1fr; width: min(100% - 24px, 1500px); }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-group p { max-width: none; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .footer-social-links { margin-top: 4px; }
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) .cyber-footer { clip-path: none; }
}

/* ETAPA 21.12-T.10: a preferência do sistema deve prevalecer sobre as transições
   declaradas depois do bloco base do tema. */
@media (prefers-reduced-motion: reduce) {
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) *,
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) *::before,
    :is(.theme-stackgamer-2026-preview, .theme-stackgamer-2026-rollout) *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}
