/* Minecraft themes and Xiaolin AI support UI */
:root {
    --mc-grass: #4ade80;
    --mc-earth: #7c5a3a;
    --mc-stone: #64748b;
    --mc-lava: #fb923c;
    --glass-surface: rgba(15, 23, 42, .68);
    --glass-border: rgba(148, 163, 184, .18);
}

body.theme-mc-grass {
    --accent: #5ee06f;
    --accent-hover: #86efac;
    --accent-dim: rgba(94, 224, 111, .16);
    --border-hover: rgba(94, 224, 111, .46);
    --product-glow-color: #86efac;
}

body.theme-mc-cave {
    --accent: #93c5fd;
    --accent-hover: #bfdbfe;
    --accent-dim: rgba(147, 197, 253, .16);
    --border-hover: rgba(147, 197, 253, .42);
    --product-glow-color: #93c5fd;
}

body.theme-mc-nether {
    --accent: #fb923c;
    --accent-hover: #fdba74;
    --accent-dim: rgba(251, 146, 60, .16);
    --border-hover: rgba(251, 146, 60, .45);
    --product-glow-color: #f97316;
}

body.theme-sakura {
    --product-glow-color: #f9a8d4;
}

body.theme-mc-grass.store-home::before,
body.theme-mc-cave.store-home::before,
body.theme-mc-nether.store-home::before,
body.theme-mc-grass.support-page::before,
body.theme-mc-cave.support-page::before,
body.theme-mc-nether.support-page::before,
body.theme-mc-grass.tools-page::before,
body.theme-mc-cave.tools-page::before,
body.theme-mc-nether.tools-page::before {
    background-size: cover, 72px 72px, 72px 72px;
    background-position: center, 0 0, 0 0;
}

body.theme-mc-grass.store-home::before,
body.theme-mc-grass.support-page::before,
body.theme-mc-grass.tools-page::before {
    background-image:
        linear-gradient(rgba(6, 20, 15, .76), rgba(7, 15, 12, .94)),
        linear-gradient(90deg, rgba(74, 222, 128, .18) 0 2px, transparent 2px 24px, rgba(124, 90, 58, .12) 24px 26px, transparent 26px),
        linear-gradient(rgba(74, 222, 128, .16) 0 2px, transparent 2px 24px, rgba(124, 90, 58, .12) 24px 26px, transparent 26px),
        var(--site-bg-image, none);
}

body.theme-mc-cave.store-home::before,
body.theme-mc-cave.support-page::before,
body.theme-mc-cave.tools-page::before {
    background-image:
        linear-gradient(rgba(4, 8, 18, .84), rgba(5, 7, 13, .96)),
        linear-gradient(90deg, rgba(148, 163, 184, .16) 0 1px, transparent 1px 28px, rgba(59, 130, 246, .08) 28px 30px, transparent 30px),
        linear-gradient(rgba(148, 163, 184, .14) 0 1px, transparent 1px 28px, rgba(59, 130, 246, .08) 28px 30px, transparent 30px),
        var(--site-bg-image, none);
}

body.theme-mc-nether.store-home::before,
body.theme-mc-nether.support-page::before,
body.theme-mc-nether.tools-page::before {
    background-image:
        linear-gradient(rgba(25, 7, 9, .82), rgba(14, 6, 8, .96)),
        linear-gradient(90deg, rgba(248, 113, 113, .14) 0 2px, transparent 2px 26px, rgba(251, 146, 60, .12) 26px 29px, transparent 29px),
        linear-gradient(rgba(248, 113, 113, .12) 0 2px, transparent 2px 26px, rgba(251, 146, 60, .12) 26px 29px, transparent 29px),
        var(--site-bg-image, none);
}

body.theme-mc-grass.store-home::after {
    background:
        radial-gradient(circle at 14% 10%, rgba(134, 239, 172, .2), transparent 28%),
        radial-gradient(circle at 86% 20%, rgba(34, 197, 94, .12), transparent 30%),
        linear-gradient(135deg, transparent 0 48%, rgba(124, 90, 58, .08) 48% 52%, transparent 52%);
}

body.theme-mc-cave.store-home::after {
    background:
        radial-gradient(circle at 18% 12%, rgba(147, 197, 253, .18), transparent 28%),
        radial-gradient(circle at 80% 22%, rgba(59, 130, 246, .12), transparent 26%),
        linear-gradient(135deg, transparent 0 47%, rgba(148, 163, 184, .08) 47% 53%, transparent 53%);
}

body.theme-mc-nether.store-home::after {
    background:
        radial-gradient(circle at 20% 10%, rgba(251, 146, 60, .2), transparent 28%),
        radial-gradient(circle at 82% 20%, rgba(239, 68, 68, .16), transparent 28%),
        linear-gradient(135deg, transparent 0 47%, rgba(251, 146, 60, .1) 47% 53%, transparent 53%);
}

.site-header {
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
}

.header-inner .header-nav {
    align-items: center;
    min-height: 44px;
    overflow: visible;
}

.aero-theme-picker {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    z-index: 120;
}

.aero-theme-picker .theme-toggle {
    min-width: 92px;
    justify-content: center;
}

.aero-theme-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 168px;
    display: none;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 18px;
    background: rgba(7, 12, 24, .94);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.aero-theme-picker.open .aero-theme-menu {
    display: grid;
}

.aero-theme-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: var(--text-secondary);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    transition: all .18s ease;
}

.aero-theme-option:hover,
.aero-theme-option.active {
    border-color: var(--accent);
    background: var(--accent-dim);
    color: var(--text-primary);
}

.aero-theme-swatch {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #07111c;
    font-size: 11px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
}

.aero-theme-option[data-theme="default"] .aero-theme-swatch { background: linear-gradient(135deg, #00d4aa, #3b82f6); }
.aero-theme-option[data-theme="blackhole"] .aero-theme-swatch { background: radial-gradient(circle at 50% 50%, #000 0 34%, #7f9fd6 48%, #1a2238 70%, #000 100%); color:#dbe7ff; }
.aero-theme-option[data-theme="sakura"] .aero-theme-swatch { background: linear-gradient(135deg, #f9a8d4, #f472b6); }
.aero-theme-option[data-theme="mc-grass"] .aero-theme-swatch { background: linear-gradient(180deg, #4ade80 0 45%, #7c5a3a 45%); }
.aero-theme-option[data-theme="mc-cave"] .aero-theme-swatch { background: linear-gradient(135deg, #94a3b8, #1e293b); color: #e0f2fe; }
.aero-theme-option[data-theme="mc-nether"] .aero-theme-swatch { background: linear-gradient(135deg, #7f1d1d, #fb923c); color: #fff7ed; }

.product-card {
    position: relative;
    isolation: isolate;
}

.product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    opacity: .16;
    background: linear-gradient(135deg, var(--product-glow-color), transparent 38%, rgba(255,255,255,.08));
    transition: opacity .2s ease;
}

.product-card:hover::before { opacity: .28; }

.product-name,
.pd-title,
.product-price {
    text-shadow: 0 0 10px color-mix(in srgb, var(--product-glow-color) 74%, transparent), 0 0 24px color-mix(in srgb, var(--product-glow-color) 42%, transparent);
}

body.theme-mc-grass .product-card {
    border-image: linear-gradient(135deg, rgba(94, 224, 111, .55), rgba(124, 90, 58, .34), rgba(148, 163, 184, .18)) 1;
}

body.theme-mc-cave .product-card {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 18px 42px rgba(2, 6, 23, .28);
}

body.theme-mc-nether .product-card:hover {
    box-shadow: 0 18px 44px rgba(127, 29, 29, .34), 0 0 0 1px rgba(251, 146, 60, .55);
}

.ai-support-widget {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 130;
    font-family: inherit;
}

.ai-support-widget[hidden] { display: none; }

.ai-support-fab {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 142px;
    min-height: 54px;
    padding: 8px 14px 8px 8px;
    border: 1px solid rgba(125, 211, 252, .3);
    border-radius: 999px;
    background: rgba(7, 12, 24, .82);
    color: #f8fafc;
    box-shadow: 0 20px 54px rgba(2, 6, 23, .46), 0 0 32px rgba(56, 189, 248, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
    cursor: pointer;
    backdrop-filter: blur(18px) saturate(155%);
    -webkit-backdrop-filter: blur(18px) saturate(155%);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.ai-support-fab:hover {
    transform: translateY(-2px);
    border-color: var(--accent);
    background: rgba(15, 23, 42, .9);
}

.ai-support-avatar {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 24%, rgba(255, 255, 255, .42), transparent 26%),
        linear-gradient(135deg, var(--accent), #38bdf8);
    color: #03131a;
    font-weight: 900;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 30%, transparent);
}

.ai-support-fab-text {
    display: grid;
    gap: 1px;
    text-align: left;
    line-height: 1.1;
}

.ai-support-fab-text strong { font-size: 15px; color: #fff; }
.ai-support-fab-text small { color: #94a3b8; font-size: 11px; }

.ai-support-pulse {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 18px rgba(16, 185, 129, .9);
    animation: aiSupportPulse 1.55s ease-in-out infinite;
}

@keyframes aiSupportPulse {
    0%, 100% { opacity: .38; transform: scale(.78); }
    50% { opacity: 1; transform: scale(1.08); }
}

.ai-support-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 14px);
    width: min(390px, calc(100vw - 24px));
    max-height: min(650px, calc(100vh - 112px));
    display: grid;
    grid-template-rows: auto auto minmax(240px, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .9), rgba(7, 12, 24, .92)),
        var(--site-bg-image, none);
    background-size: cover;
    background-position: center;
    color: var(--text-secondary);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .52), inset 0 1px 0 rgba(255, 255, 255, .1);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
}

.ai-support-panel[hidden] { display: none; }

.ai-support-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 4%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 42%);
}

.ai-support-head,
.ai-support-contact,
.ai-support-messages,
.ai-support-input {
    position: relative;
    z-index: 1;
}

.ai-support-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 14px 12px;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
}

.ai-support-title {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.ai-support-title strong {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.ai-support-title small {
    display: block;
    margin-top: 2px;
    color: var(--accent);
    font-size: 12px;
}

.ai-support-close {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    color: #cbd5e1;
    cursor: pointer;
}

.ai-support-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) auto;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
}

.ai-support-contact input,
.ai-support-input textarea {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, .18);
    background: rgba(15, 23, 42, .72);
    color: #f8fafc;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.ai-support-contact input:focus,
.ai-support-input textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-dim);
}

.ai-support-contact input {
    min-width: 0;
    height: 36px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 12px;
}

.ai-support-contact button,
.ai-support-input button {
    border: 0;
    background: var(--accent);
    color: #03130f;
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, filter .18s ease;
}

.ai-support-contact button {
    height: 36px;
    padding: 0 12px;
    border-radius: 12px;
    white-space: nowrap;
}

.ai-support-contact button:hover,
.ai-support-input button:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.ai-support-messages {
    min-height: 0;
    max-height: 430px;
    overflow-y: auto;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 14px;
    scrollbar-width: thin;
}

.ai-support-message {
    max-width: 84%;
    display: grid;
    gap: 4px;
}

.ai-support-message.customer {
    justify-self: end;
}

.ai-support-message-meta {
    color: #64748b;
    font-size: 11px;
}

.ai-support-message.customer .ai-support-message-meta {
    text-align: right;
}

.ai-support-message-body {
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 16px 16px 16px 6px;
    background: rgba(15, 23, 42, .78);
    color: #e2e8f0;
    font-size: 13px;
    line-height: 1.65;
    word-break: break-word;
}

.ai-support-message.customer .ai-support-message-body {
    border-color: color-mix(in srgb, var(--accent) 45%, transparent);
    border-radius: 16px 16px 6px 16px;
    background: color-mix(in srgb, var(--accent) 82%, #0f172a);
    color: #02130f;
    font-weight: 700;
}

.ai-support-message.admin .ai-support-message-body {
    border-color: rgba(125, 211, 252, .34);
    background: rgba(14, 165, 233, .18);
    color: #e0f2fe;
}

.ai-support-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 10px;
    padding: 12px 14px 14px;
    border-top: 1px solid rgba(148, 163, 184, .12);
}

.ai-support-input textarea {
    min-height: 48px;
    max-height: 120px;
    resize: vertical;
    padding: 10px 12px;
    border-radius: 16px;
    font: inherit;
    font-size: 13px;
    line-height: 1.5;
}

.ai-support-input button {
    width: 44px;
    height: 44px;
    align-self: end;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 18px;
}

.ai-support-widget.is-loading .ai-support-fab,
.ai-support-widget.is-loading .ai-support-panel {
    cursor: progress;
}

.ai-support-widget[data-status="escalated"] .ai-support-pulse,
.ai-support-widget[data-status="human"] .ai-support-pulse {
    background: #f59e0b;
    box-shadow: 0 0 18px rgba(245, 158, 11, .9);
}

.ai-support-widget[data-status="closed"] .ai-support-pulse {
    background: #64748b;
    box-shadow: 0 0 12px rgba(100, 116, 139, .72);
}

body.theme-mc-grass .ai-support-avatar { background: linear-gradient(180deg, #4ade80 0 48%, #7c5a3a 48%); }
body.theme-mc-cave .ai-support-avatar { background: linear-gradient(135deg, #93c5fd, #334155); color: #eff6ff; }
body.theme-mc-nether .ai-support-avatar { background: linear-gradient(135deg, #ef4444, #fb923c); color: #fff7ed; }

/* Local icon fallback when Remixicon CDN is unavailable. */
i.ri-robot-2-line::before { content: "AI"; font-size: 10px; font-weight: 900; }
i.ri-close-line::before { content: "x"; font-size: 15px; font-weight: 900; }
i.ri-send-plane-2-fill::before { content: ">"; font-size: 16px; font-weight: 900; }
i.ri-refresh-line::before { content: "R"; font-size: 12px; font-weight: 900; }

@media (max-width: 900px) {
    .aero-theme-picker .theme-toggle {
        min-width: 82px;
    }

    .aero-theme-menu {
        right: auto;
        left: 0;
    }
}

@media (max-width: 768px) {
    .header-inner .header-nav {
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 6px;
    }

    .aero-theme-picker {
        position: static;
    }

    .aero-theme-menu {
        position: fixed;
        left: 14px;
        right: 14px;
        top: auto;
        bottom: 92px;
        width: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        z-index: 240;
    }

    .ai-support-widget {
        right: 12px;
        bottom: 12px;
    }

    .ai-support-fab {
        min-width: 118px;
        min-height: 50px;
        padding-right: 12px;
    }

    .ai-support-panel {
        right: 0;
        bottom: calc(100% + 10px);
        width: calc(100vw - 24px);
        max-height: calc(100vh - 96px);
        grid-template-rows: auto auto minmax(220px, 1fr) auto;
        border-radius: 20px;
    }

    .ai-support-contact {
        grid-template-columns: 1fr;
    }

    .ai-support-messages {
        max-height: none;
    }

    .ai-support-message {
        max-width: 92%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ai-support-pulse,
    .product-card,
    .ai-support-fab,
    .ai-support-contact button,
    .ai-support-input button {
        animation: none;
        transition: none;
    }
}

/* Generic storefront pages (product/query/user) also get MC textures */
body.theme-mc-grass:not(.admin-page)::before,
body.theme-mc-cave:not(.admin-page)::before,
body.theme-mc-nether:not(.admin-page)::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-size: cover, 72px 72px, 72px 72px;
    background-position: center, 0 0, 0 0;
}

body.theme-mc-grass:not(.admin-page)::before {
    background-image:
        linear-gradient(rgba(6, 20, 15, .76), rgba(7, 15, 12, .94)),
        linear-gradient(90deg, rgba(74, 222, 128, .18) 0 2px, transparent 2px 24px, rgba(124, 90, 58, .12) 24px 26px, transparent 26px),
        linear-gradient(rgba(74, 222, 128, .16) 0 2px, transparent 2px 24px, rgba(124, 90, 58, .12) 24px 26px, transparent 26px),
        var(--site-bg-image, none);
}

body.theme-mc-cave:not(.admin-page)::before {
    background-image:
        linear-gradient(rgba(4, 8, 18, .84), rgba(5, 7, 13, .96)),
        linear-gradient(90deg, rgba(148, 163, 184, .16) 0 1px, transparent 1px 28px, rgba(59, 130, 246, .08) 28px 30px, transparent 30px),
        linear-gradient(rgba(148, 163, 184, .14) 0 1px, transparent 1px 28px, rgba(59, 130, 246, .08) 28px 30px, transparent 30px),
        var(--site-bg-image, none);
}

body.theme-mc-nether:not(.admin-page)::before {
    background-image:
        linear-gradient(rgba(25, 7, 9, .82), rgba(14, 6, 8, .96)),
        linear-gradient(90deg, rgba(248, 113, 113, .14) 0 2px, transparent 2px 26px, rgba(251, 146, 60, .12) 26px 29px, transparent 29px),
        linear-gradient(rgba(248, 113, 113, .12) 0 2px, transparent 2px 26px, rgba(251, 146, 60, .12) 26px 29px, transparent 29px),
        var(--site-bg-image, none);
}

body.theme-mc-grass .site-header,
body.theme-mc-cave .site-header,
body.theme-mc-nether .site-header {
    border-color: color-mix(in srgb, var(--accent) 28%, transparent);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.theme-mc-grass .nav-link.active,
body.theme-mc-cave .nav-link.active,
body.theme-mc-nether .nav-link.active {
    color: var(--accent-hover);
    box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 28%, transparent);
}

body.theme-mc-grass .product-card,
body.theme-mc-cave .product-card,
body.theme-mc-nether .product-card,
body.theme-mc-grass .support-card,
body.theme-mc-cave .support-card,
body.theme-mc-nether .support-card,
body.theme-mc-grass .query-card,
body.theme-mc-cave .query-card,
body.theme-mc-nether .query-card {
    border-color: color-mix(in srgb, var(--accent) 20%, rgba(148, 163, 184, .16));
    background: linear-gradient(180deg, rgba(15, 23, 42, .78), rgba(8, 12, 22, .86));
}

body.theme-mc-grass .btn-primary,
body.theme-mc-cave .btn-primary,
body.theme-mc-nether .btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-hover));
    color: #04110c;
    border: 0;
}

/* Theme menu hard overrides: avoid header clipping and ensure clickability */
.aero-theme-picker {
    position: relative !important;
    z-index: 300 !important;
    overflow: visible !important;
}

.header-inner,
.header-nav,
.site-header {
    overflow: visible !important;
}

.aero-theme-menu {
    display: none;
    position: fixed !important;
    min-width: 168px;
    width: 180px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 16px;
    background: rgba(7, 12, 24, .96) !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    z-index: 9999 !important;
    pointer-events: none;
    visibility: hidden;
}

.aero-theme-menu.open,
.aero-theme-picker.open .aero-theme-menu {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 6px;
    pointer-events: auto !important;
    visibility: visible !important;
}

.aero-theme-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: #e2e8f0;
    cursor: pointer;
    text-align: left;
}

.aero-theme-option:hover,
.aero-theme-option.active {
    border-color: var(--accent, #22d3ee);
    background: color-mix(in srgb, var(--accent, #22d3ee) 16%, transparent);
    color: #fff;
}

body.theme-sakura {
    --accent: #f472b6;
    --accent-hover: #f9a8d4;
    --accent-dim: rgba(244, 114, 182, .16);
    --border-hover: rgba(244, 114, 182, .45);
    --product-glow-color: #f9a8d4;
}

.aero-theme-option[data-theme="anime"] .aero-theme-swatch { background: linear-gradient(135deg, #6ea8ff, #8b7dff); color:#07101f; }
.aero-theme-option[data-theme="moe"] .aero-theme-swatch { background: linear-gradient(135deg, #ff8ec8, #c9a6ff); color:#2a1020; }
