body {
    background: #0a0a0a;
    color: #ffffff;
}

html {
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

html,
body {
    visibility: visible !important;
    opacity: 1 !important;
}

.fas,
.fab,
.far,
.fa {
    display: inline-block;
    width: 1em;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

nav {
    min-height: 64px;
    visibility: visible !important;
    opacity: 1 !important;
}

nav i {
    width: 1em;
    display: inline-block;
}

nav img {
    display: block;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--accent-color);
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #0a0a0a;
}

.nav-glass {
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-effect {
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(var(--accent-rgb), 0.3);
    box-shadow: 0 8px 32px rgba(var(--accent-rgb), 0.1);
}

.accent-glow {
    box-shadow: 0 4px 20px rgba(var(--accent-rgb), 0.15);
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.text-accent {
    color: var(--accent-color);
}

.bg-accent {
    background-color: var(--accent-color);
}

.border-accent {
    border-color: var(--accent-color);
}

.particle {
    position: absolute;
    background: var(--accent-color);
    border-radius: 50%;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

.particle:nth-child(1) {
    top: 15%;
    left: 10%;
    width: 3px;
    height: 3px;
    animation-delay: 0s;
    opacity: 0.4;
}

.particle:nth-child(2) {
    top: 65%;
    left: 15%;
    width: 2px;
    height: 2px;
    animation-delay: 2s;
    opacity: 0.3;
}

.particle:nth-child(3) {
    top: 35%;
    right: 12%;
    width: 4px;
    height: 4px;
    animation-delay: 4s;
    opacity: 0.5;
}

.particle:nth-child(4) {
    bottom: 25%;
    left: 18%;
    width: 2px;
    height: 2px;
    animation-delay: 1s;
    opacity: 0.3;
}

.particle:nth-child(5) {
    bottom: 55%;
    right: 20%;
    width: 3px;
    height: 3px;
    animation-delay: 3s;
    opacity: 0.4;
}

.particle:nth-child(6) {
    top: 80%;
    left: 80%;
    width: 2px;
    height: 2px;
    animation-delay: 1.5s;
    opacity: 0.3;
}

.particle:nth-child(7) {
    top: 25%;
    left: 75%;
    width: 3px;
    height: 3px;
    animation-delay: 3.5s;
    opacity: 0.4;
}

.particle:nth-child(8) {
    bottom: 15%;
    right: 80%;
    width: 2px;
    height: 2px;
    animation-delay: 2.5s;
    opacity: 0.3;
}

.tab-content {
    display: none;
    animation: fade-in 0.3s ease-out forwards;
}

.tab-content.active {
    display: block;
}

.tab-button {
    position: relative;
    transition: all 0.2s ease;
}

.tab-button.active {
    color: var(--accent-color);
}

.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--accent-color);
}

.bundle-glow {
    animation: bundle-glow 3s ease-in-out infinite;
}

@keyframes bundle-glow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(var(--accent-rgb), 0.2);
    }

    50% {
        box-shadow: 0 0 30px rgba(var(--accent-rgb), 0.4);
    }
}

.savings-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.auth-badge-discord {
    background-color: rgba(88, 101, 242, 0.2);
    color: #5865F2;
    border: 1px solid rgba(88, 101, 242, 0.3);
}

.auth-badge-local {
    background-color: rgba(var(--accent-rgb), 0.2);
    color: var(--accent-color);
    border: 1px solid rgba(var(--accent-rgb), 0.3);
}

.auth-badge-both {
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.2) 0%, rgba(var(--accent-rgb), 0.2) 100%);
    color: #ffffff;
    border: 1px solid rgba(var(--accent-rgb), 0.3);
}

.stacked-images {
    position: relative;
    height: 120px;
    margin-bottom: 1rem;
}

.stacked-image {
    position: absolute;
    width: 80%;
    height: 80px;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 2px solid rgba(var(--accent-rgb), 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.stacked-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card {
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover::before {
    opacity: 1;
}

.stat-card {
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.1) 0%, rgba(26, 26, 26, 0.8) 100%);
}

.password-strength-bar {
    height: 4px;
    background: #2a2a2a;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
}

.password-strength-fill {
    height: 100%;
    width: 0%;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.strength-weak {
    width: 33%;
    background: #ef4444;
}

.strength-medium {
    width: 66%;
    background: #f59e0b;
}

.strength-strong {
    width: 100%;
    background: #10b981;
}

.sale-badge-glow {
    animation: glow-pulse 2s ease-in-out infinite;
}

.sale-accent-bar {
    height: 4px;
    background: #2ecc71;
    opacity: 0.7;
}

.sale-event-card:hover {
    border-color: rgba(var(--accent-rgb), 0.5);
}

@keyframes glow-pulse {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(var(--accent-rgb), 0.3);
    }

    50% {
        box-shadow: 0 0 20px rgba(var(--accent-rgb), 0.5);
    }
}

.accent-hover {
    transition: all 0.3s ease;
}

.accent-hover:hover {
    color: var(--accent-color) !important;
}

.cart-badge-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .8;
        transform: scale(1.05);
    }
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(var(--accent-rgb), 0.4);
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

.custom-checkbox:hover .checkmark {
    background-color: rgba(var(--accent-rgb), 0.1);
    border-color: rgba(var(--accent-rgb), 0.6);
}

.custom-checkbox input:checked+.checkmark {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked+.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.bundle-recommendation {
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.1) 0%, rgba(var(--accent-rgb), 0.05) 100%);
    border: 2px solid rgba(var(--accent-rgb), 0.3);
    position: relative;
    overflow: hidden;
}

.bundle-recommendation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.1), transparent);
    animation: shine 3s infinite;
}

.bundle-badge {
    background: linear-gradient(135deg, var(--accent-color) 0%, rgba(var(--accent-rgb), 0.8) 100%);
    box-shadow: 0 4px 15px rgba(var(--accent-rgb), 0.4);
    animation: pulse-badge 2s ease-in-out infinite;
}

.bundle-products-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

@media (max-width: 640px) {
    .bundle-products-grid {
        grid-template-columns: 1fr;
    }

    .bundle-products-grid>div {
        min-width: 0;
        overflow: hidden;
    }

    .bundle-products-grid img {
        flex-shrink: 0;
    }

    .bundle-products-grid .flex-1 {
        min-width: 0;
        overflow: hidden;
    }

    .bundle-products-grid p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@keyframes pulse-badge {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(var(--accent-rgb), 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(var(--accent-rgb), 0.6);
    }
}

.savings-highlight {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
    animation: glow-green 2s ease-in-out infinite;
}

@keyframes glow-green {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
    }

    50% {
        box-shadow: 0 0 30px rgba(16, 185, 129, 0.5);
    }
}

/* Markdown */
.markdown-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
}

.markdown-body h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.markdown-body h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.markdown-body h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.markdown-body h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.markdown-body p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.markdown-body a {
    color: var(--accent-color);
    text-decoration: none;
}

.markdown-body a:hover {
    text-decoration: underline;
}

.markdown-body ul,
.markdown-body ol {
    padding-left: 20px;
    margin-bottom: 1rem;
    list-style-type: disc;
}

.markdown-body strong,
.markdown-body b {
    font-weight: bold;
    color: var(--accent-color);
}

.markdown-body code {
    background-color: #161b22;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: monospace;
}

.markdown-body pre {
    background-color: #161b22;
    padding: 10px;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 1rem;
}

.markdown-body blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    background-color: #161b22;
    border-left: 5px solid var(--accent-color);
}

.markdown-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.markdown-body th,
.markdown-body td {
    padding: 10px;
    border: 1px solid #c9d1d9;
}

.markdown-body th {
    background-color: #161b22;
}

.markdown-body td {
    background-color: #0a0a0a;
}

.markdown-body .info,
.markdown-body .success,
.markdown-body .warning,
.markdown-body .danger {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff;
}

.markdown-body .info {
    background-color: #017acd;
}

.markdown-body .success {
    background-color: #28a745;
}

.markdown-body .warning {
    background-color: #d39e00;
}

.markdown-body .danger {
    background-color: #dc3545;
}

.markdown-body iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.changelog-collapsed {
    display: none;
}

.changelog-expanded {
    display: block;
    animation: fade-in 0.3s ease-out;
}

.error-glow {
    box-shadow: 0 0 40px rgba(220, 53, 69, 0.3);
}

.success-glow {
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.3);
}

.hero-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: float 20s ease-in-out infinite;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.gradient-border {
    background: linear-gradient(45deg, var(--accent-color), transparent, var(--accent-color));
    padding: 2px;
    border-radius: 12px;
}

.gradient-border>div {
    background: #1a1a1a;
    border-radius: 10px;
}

/* Holiday Toggle */
.holiday-toggle-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(var(--accent-rgb), 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse-glow 3s ease-in-out infinite;
}

.holiday-toggle-btn:hover {
    transform: scale(1.1);
    border-color: rgba(var(--accent-rgb), 0.6);
    box-shadow: 0 12px 40px rgba(var(--accent-rgb), 0.4);
}

.holiday-toggle-btn.disabled {
    opacity: 0.5;
    border-color: rgba(255, 255, 255, 0.2);
    animation: none;
}

.holiday-toggle-btn.disabled:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.holiday-toggle-icon {
    font-size: 24px;
    transition: all 0.3s ease;
}

.holiday-toggle-btn:not(.disabled) .holiday-toggle-icon {
    filter: drop-shadow(0 0 8px rgba(var(--accent-rgb), 0.6));
}

.holiday-toggle-btn.disabled .holiday-toggle-icon {
    filter: grayscale(100%);
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(var(--accent-rgb), 0.2);
    }

    50% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 30px rgba(var(--accent-rgb), 0.4);
    }
}

.holiday-toggle-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(var(--accent-rgb), 0.3);
    padding: 8px 16px;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.holiday-toggle-btn:hover .holiday-toggle-tooltip {
    opacity: 1;
}

@media (max-width: 640px) {
    .holiday-toggle-btn {
        width: 48px;
        height: 48px;
        bottom: 20px;
        right: 20px;
    }

    .holiday-toggle-icon {
        font-size: 20px;
    }

    .holiday-toggle-tooltip {
        display: none;
    }
}

.holiday-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}

/* Sale event banner */
.sale-event-banner {
    position: relative;
    color: white;
    animation: slideDown 0.5s ease-out;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.sale-event-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.shimmer {
    background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.2), transparent);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

.black-friday-theme {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    border-bottom: 3px solid #FFD700;
}

.black-friday-theme .sale-event-icon {
    color: #FFD700;
    animation: pulse 2s ease-in-out infinite;
    filter: drop-shadow(0 0 10px #FFD700);
}

.black-friday-theme .sale-event-bg {
    background: repeating-linear-gradient(45deg,
            transparent,
            transparent 10px,
            rgba(255, 215, 0, 0.08) 10px,
            rgba(255, 215, 0, 0.08) 20px);
}

.black-friday-theme .sale-event-cta {
    background: #FFD700;
    color: #000;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
}

.black-friday-theme .sale-event-cta:hover {
    background: #FFA500;
    box-shadow: 0 6px 20px rgba(255, 165, 0, 0.6);
}

.black-friday-theme .sale-event-message {
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
}

.christmas-theme {
    background: linear-gradient(135deg, #c41e3a 0%, #165B33 50%, #c41e3a 100%);
    border-bottom: 3px solid #FFD700;
}

.christmas-theme .sale-event-icon {
    animation: bounce 1s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.christmas-theme .sale-event-bg {
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: snow 20s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 20px 20px;
    }
}

.christmas-theme .sale-event-cta {
    background: white;
    color: #c41e3a;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.5);
}

.christmas-theme .sale-event-cta:hover {
    background: #FFD700;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.christmas-theme .sale-event-message {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.easter-theme {
    background: linear-gradient(135deg, #FF69B4 0%, #DDA0DD 50%, #87CEEB 100%);
    border-bottom: 3px solid #FF69B4;
}

.easter-theme .sale-event-icon {
    animation: wiggle 1s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(10deg);
    }
}

.easter-theme .sale-event-cta {
    background: white;
    color: #FF69B4;
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.5);
}

.easter-theme .sale-event-cta:hover {
    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.7);
}

.easter-theme .sale-event-message {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.new-year-theme {
    background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 50%, #1e3a8a 100%);
    border-bottom: 3px solid #FFD700;
}

.new-year-theme .sale-event-icon {
    animation: sparkle 1.5s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
}

@keyframes sparkle {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.new-year-theme .sale-event-bg {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.25) 2px, transparent 2px);
    background-size: 30px 30px;
}

.new-year-theme .sale-event-cta {
    background: #FFD700;
    color: #1e3a8a;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
}

.new-year-theme .sale-event-cta:hover {
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.7);
}

.new-year-theme .sale-event-message {
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
}

.summer-theme {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 50%, #FDC830 100%);
    border-bottom: 3px solid #FF6B35;
}

.summer-theme .sale-event-icon {
    animation: spin 3s linear infinite;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.summer-theme .sale-event-cta {
    background: white;
    color: #FF6B35;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.5);
}

.summer-theme .sale-event-cta:hover {
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.7);
}

.summer-theme .sale-event-message {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.halloween-theme {
    background: linear-gradient(135deg, #FF6600 0%, #2D1B69 50%, #FF6600 100%);
    border-bottom: 3px solid #FF6600;
}

.halloween-theme .sale-event-icon {
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 102, 0, 0.8));
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.halloween-theme .sale-event-cta {
    background: #FF6600;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.5);
}

.halloween-theme .sale-event-cta:hover {
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.7);
}

.halloween-theme .sale-event-message {
    text-shadow: 0 2px 10px rgba(255, 102, 0, 0.5);
}

.valentines-theme {
    background: linear-gradient(135deg, #FF1493 0%, #FF69B4 50%, #FFB6C1 100%);
    border-bottom: 3px solid #FF1493;
}

.valentines-theme .sale-event-icon {
    animation: heartbeat 1.5s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

.valentines-theme .sale-event-cta {
    background: white;
    color: #FF1493;
    box-shadow: 0 4px 15px rgba(255, 20, 147, 0.5);
}

.valentines-theme .sale-event-cta:hover {
    box-shadow: 0 6px 20px rgba(255, 20, 147, 0.7);
}

.valentines-theme .sale-event-message {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cyber-monday-theme {
    background: linear-gradient(135deg, #0066cc 0%, #00ccff 50%, #0066cc 100%);
    border-bottom: 3px solid #00ccff;
}

.cyber-monday-theme .sale-event-bg {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 20px 20px;
}

.cyber-monday-theme .sale-event-icon {
    filter: drop-shadow(0 0 10px rgba(0, 204, 255, 0.8));
}

.cyber-monday-theme .sale-event-cta {
    background: #00ccff;
    color: #0066cc;
    box-shadow: 0 4px 15px rgba(0, 204, 255, 0.5);
}

.cyber-monday-theme .sale-event-cta:hover {
    box-shadow: 0 6px 20px rgba(0, 204, 255, 0.7);
}

.cyber-monday-theme .sale-event-message {
    text-shadow: 0 2px 10px rgba(0, 204, 255, 0.5);
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Staff */
.toggle-checkbox:checked+.toggle-label .toggle-switch {
    transform: translateX(30px);
}

.chart-toggle-button.active {
    background-color: var(--accent-color);
    color: white;
    box-shadow: 0 4px 12px rgba(var(--accent-rgb), 0.3);
}

.stat-accent-bar {
    height: 4px;
    background: var(--accent-color);
    opacity: 0.7;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-success {
    background-color: rgba(34, 197, 94, 0.2);
    color: #22c55e;
}

.badge-warning {
    background-color: rgba(234, 179, 8, 0.2);
    color: #eab308;
}

.product-checkbox:checked+.product-card {
    border-color: var(--accent-color);
    background: rgba(var(--accent-rgb), 0.1);
}

.product-checkbox:checked+.product-card .check-icon {
    opacity: 1;
}

.check-icon {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.toggle-checkbox:checked+.toggle-switch {
    background-color: var(--accent-color);
}

.toggle-checkbox:checked+.toggle-switch .toggle-dot {
    transform: translateX(26px);
}

/* Custom */
/* .slide-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.splide__slide {
    overflow: hidden;
    border-radius: 12px;
}

.splide__track {
    transition: height 0.25s ease;
} */

/* Remove cropping — BBB override */
#main-slider .splide__slide {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

/* Hide the <img> but keep its sizing data */
.hidden-img {
    width: 100%;
    height: auto;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

/* Fade-mode logic used by BBB */
.splide--fade .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.splide--fade .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.splide__track {
    transition: height 0.25s ease;
}

.video-wrapper {
    position: relative;
    width: 100%;
    /* padding-bottom: 56.25%; */
    height: 100%;
}

.video-wrapper lite-youtube,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.slide-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#thumbnail-slider {
    margin-top: 1vh;
}

#thumbnail-slider-track {
    max-width: 80%;
    margin: auto;
}