/* =========================================================
   SIP & SHOP FACEBOOK FLYER DESIGN SYSTEM & STYLES
   ========================================================= */

:root {
    --bg-main: #0b0f19;
    --panel-bg: #131927;
    --panel-border: rgba(255, 255, 255, 0.08);
    --text-main: #f1f5f9;
    --text-muted: #94a3b8;
    
    /* Theme Colors (Default: Dark Stadium) */
    --accent-primary: #ff5722;
    --accent-secondary: #ffb703;
    --flyer-bg: linear-gradient(135deg, #090d16 0%, #151d30 50%, #0a0e1a 100%);
    --card-glass: rgba(18, 26, 43, 0.75);
    --glow-color: rgba(255, 87, 34, 0.35);
    --border-glow: rgba(255, 87, 34, 0.4);
}

/* Theme Options */
.theme-electric-orange {
    --accent-primary: #ff3d00;
    --accent-secondary: #ffb703;
    --flyer-bg: linear-gradient(135deg, #1c0a00 0%, #3a1500 50%, #120400 100%);
    --card-glass: rgba(45, 16, 3, 0.8);
    --glow-color: rgba(255, 61, 0, 0.45);
    --border-glow: rgba(255, 109, 0, 0.5);
}

.theme-neon-lounge {
    --accent-primary: #00e5ff;
    --accent-secondary: #ffb703;
    --flyer-bg: linear-gradient(135deg, #050b14 0%, #0d1b2a 50%, #1a002c 100%);
    --card-glass: rgba(10, 25, 47, 0.8);
    --glow-color: rgba(0, 229, 255, 0.35);
    --border-glow: rgba(255, 183, 3, 0.5);
}

.theme-royal-emerald {
    --accent-primary: #10b981;
    --accent-secondary: #fbbf24;
    --flyer-bg: linear-gradient(135deg, #022c22 0%, #064e3b 50%, #021f17 100%);
    --card-glass: rgba(6, 78, 59, 0.85);
    --glow-color: rgba(16, 185, 129, 0.45);
    --border-glow: rgba(251, 191, 36, 0.5);
}

.theme-synthwave-violet {
    --accent-primary: #06b6d4;
    --accent-secondary: #f43f5e;
    --flyer-bg: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #31103f 100%);
    --card-glass: rgba(30, 27, 75, 0.85);
    --glow-color: rgba(6, 182, 212, 0.45);
    --border-glow: rgba(244, 63, 94, 0.5);
}

.theme-platinum-chrome {
    --accent-primary: #38bdf8;
    --accent-secondary: #f8fafc;
    --flyer-bg: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #090d16 100%);
    --card-glass: rgba(30, 41, 59, 0.88);
    --glow-color: rgba(56, 189, 248, 0.4);
    --border-glow: rgba(248, 250, 252, 0.5);
}

.theme-crimson-vip {
    --accent-primary: #dc2626;
    --accent-secondary: #fbbf24;
    --flyer-bg: linear-gradient(135deg, #180505 0%, #450a0a 50%, #0f0303 100%);
    --card-glass: rgba(69, 10, 10, 0.85);
    --glow-color: rgba(220, 38, 38, 0.45);
    --border-glow: rgba(251, 191, 36, 0.5);
}

.theme-tiki-sunset {
    --accent-primary: #f97316;
    --accent-secondary: #14b8a6;
    --flyer-bg: linear-gradient(135deg, #1f0a00 0%, #431407 50%, #0d1e1c 100%);
    --card-glass: rgba(67, 20, 7, 0.85);
    --glow-color: rgba(249, 115, 22, 0.45);
    --border-glow: rgba(20, 184, 166, 0.5);
}

.theme-midnight-gold {
    --accent-primary: #eab308;
    --accent-secondary: #ff5722;
    --flyer-bg: linear-gradient(135deg, #090d16 0%, #1c1917 50%, #030712 100%);
    --card-glass: rgba(28, 25, 23, 0.88);
    --glow-color: rgba(234, 179, 8, 0.45);
    --border-glow: rgba(255, 87, 34, 0.5);
}

.theme-cosmic-nebula {
    --accent-primary: #a855f7;
    --accent-secondary: #22d3ee;
    --flyer-bg: linear-gradient(135deg, #10061e 0%, #2e1065 50%, #061826 100%);
    --card-glass: rgba(46, 16, 101, 0.85);
    --glow-color: rgba(168, 85, 247, 0.45);
    --border-glow: rgba(34, 211, 238, 0.5);
}

.theme-oceanic-deep {
    --accent-primary: #2563eb;
    --accent-secondary: #38bdf8;
    --flyer-bg: linear-gradient(135deg, #030712 0%, #172554 50%, #0c4a6e 100%);
    --card-glass: rgba(23, 37, 84, 0.88);
    --glow-color: rgba(37, 99, 235, 0.45);
    --border-glow: rgba(56, 189, 248, 0.5);
}

.theme-toxic-acid {
    --accent-primary: #84cc16;
    --accent-secondary: #facc15;
    --flyer-bg: linear-gradient(135deg, #0b1302 0%, #1a2e05 50%, #080f02 100%);
    --card-glass: rgba(26, 46, 5, 0.88);
    --glow-color: rgba(132, 204, 22, 0.45);
    --border-glow: rgba(250, 204, 21, 0.5);
}

.theme-volcanic-lava {
    --accent-primary: #ea580c;
    --accent-secondary: #ef4444;
    --flyer-bg: linear-gradient(135deg, #180800 0%, #431407 50%, #1c0505 100%);
    --card-glass: rgba(67, 20, 7, 0.88);
    --glow-color: rgba(234, 88, 12, 0.45);
    --border-glow: rgba(239, 68, 68, 0.5);
}

.theme-sakura-midnight {
    --accent-primary: #ec4899;
    --accent-secondary: #fb7185;
    --flyer-bg: linear-gradient(135deg, #180512 0%, #4c0519 50%, #1f0212 100%);
    --card-glass: rgba(76, 5, 25, 0.85);
    --glow-color: rgba(236, 72, 153, 0.45);
    --border-glow: rgba(251, 113, 133, 0.5);
}

.theme-hyper-voltage {
    --accent-primary: #fde047;
    --accent-secondary: #3b82f6;
    --flyer-bg: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #020617 100%);
    --card-glass: rgba(30, 27, 75, 0.88);
    --glow-color: rgba(253, 224, 71, 0.45);
    --border-glow: rgba(59, 130, 246, 0.5);
}

.theme-carbon-racing {
    --accent-primary: #e11d48;
    --accent-secondary: #ffffff;
    --flyer-bg: linear-gradient(135deg, #09090b 0%, #18181b 50%, #030712 100%);
    --card-glass: rgba(24, 24, 27, 0.9);
    --glow-color: rgba(225, 29, 72, 0.45);
    --border-glow: rgba(255, 255, 255, 0.5);
}

.theme-mystic-amethyst {
    --accent-primary: #9333ea;
    --accent-secondary: #c084fc;
    --flyer-bg: linear-gradient(135deg, #10061e 0%, #3b0764 50%, #0f021f 100%);
    --card-glass: rgba(59, 7, 100, 0.85);
    --glow-color: rgba(147, 51, 234, 0.45);
    --border-glow: rgba(192, 132, 252, 0.5);
}

.theme-mint-mojito {
    --accent-primary: #34d399;
    --accent-secondary: #f0fdf4;
    --flyer-bg: linear-gradient(135deg, #022c22 0%, #065f46 50%, #021f17 100%);
    --card-glass: rgba(6, 95, 70, 0.85);
    --glow-color: rgba(52, 211, 153, 0.45);
    --border-glow: rgba(240, 253, 244, 0.5);
}

.theme-antique-copper {
    --accent-primary: #d97706;
    --accent-secondary: #f59e0b;
    --flyer-bg: linear-gradient(135deg, #1c1000 0%, #451a03 50%, #120900 100%);
    --card-glass: rgba(69, 26, 3, 0.88);
    --glow-color: rgba(217, 119, 6, 0.45);
    --border-glow: rgba(245, 158, 11, 0.5);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-main);
    min-height: 100vh;
    display: flex;
    overflow-x: hidden;
}

/* Application Layout */
.app-container {
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

/* Control Panel (Sidebar) */
/* Color Preset Pills for Footer Call To Action and Custom Colors */
.color-pill {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.color-pill:hover {
    transform: scale(1.2);
    border-color: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.color-pill.active {
    transform: scale(1.25);
    border-color: #ffffff;
    box-shadow: 0 0 12px var(--accent-primary, #ff5722), 0 0 0 2px #ffffff;
}

.control-panel {
    width: 380px;
    background: var(--panel-bg);
    border-right: 1px solid var(--panel-border);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    z-index: 10;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.4);
}

.panel-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--panel-border);
}

.logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #ff5722, #ffb703);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 4px 14px rgba(255, 87, 34, 0.4);
}

.panel-header h2 {
    font-size: 18px;
    font-weight: 700;
}

.panel-header p {
    font-size: 12px;
    color: var(--text-muted);
}

/* Form Controls */
.control-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.group-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.theme-options, .format-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.theme-btn, .format-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-main);
    padding: 10px 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.theme-btn:hover, .format-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.theme-btn.active, .format-btn.active {
    background: var(--accent-primary);
    border-color: var(--accent-primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
}

.color-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.dark-stadium-dot { background: linear-gradient(135deg, #ff5722 0%, #ffb703 100%); }
.electric-orange-dot { background: linear-gradient(135deg, #ff3d00 0%, #ffb703 100%); }
.neon-lounge-dot { background: linear-gradient(135deg, #00e5ff 0%, #ffb703 100%); }
.royal-emerald-dot { background: linear-gradient(135deg, #10b981 0%, #fbbf24 100%); }
.synthwave-violet-dot { background: linear-gradient(135deg, #06b6d4 0%, #f43f5e 100%); }
.platinum-chrome-dot { background: linear-gradient(135deg, #38bdf8 0%, #f8fafc 100%); }
.crimson-vip-dot { background: linear-gradient(135deg, #dc2626 0%, #fbbf24 100%); }
.tiki-sunset-dot { background: linear-gradient(135deg, #f97316 0%, #14b8a6 100%); }
.midnight-gold-dot { background: linear-gradient(135deg, #eab308 0%, #ff5722 100%); }
.cosmic-nebula-dot { background: linear-gradient(135deg, #a855f7 0%, #22d3ee 100%); }
.oceanic-deep-dot { background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%); }
.toxic-acid-dot { background: linear-gradient(135deg, #84cc16 0%, #facc15 100%); }
.volcanic-lava-dot { background: linear-gradient(135deg, #ea580c 0%, #ef4444 100%); }
.sakura-midnight-dot { background: linear-gradient(135deg, #ec4899 0%, #fb7185 100%); }
.hyper-voltage-dot { background: linear-gradient(135deg, #fde047 0%, #3b82f6 100%); }
.carbon-racing-dot { background: linear-gradient(135deg, #e11d48 0%, #ffffff 100%); }
.mystic-amethyst-dot { background: linear-gradient(135deg, #9333ea 0%, #c084fc 100%); }
.mint-mojito-dot { background: linear-gradient(135deg, #34d399 0%, #f0fdf4 100%); }
.antique-copper-dot { background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%); }

/* Input Fields */
.input-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.input-field label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
}

.input-field input, .input-field select {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s ease;
}

.input-field select option {
    background: #131927;
    color: #fff;
}

.input-field input:focus, .input-field select:focus {
    border-color: var(--accent-primary);
}

.input-field input[type="file"] {
    padding: 6px;
    font-size: 12px;
    cursor: pointer;
}

.input-field input[type="file"]::-webkit-file-upload-button {
    background: var(--accent-primary);
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.2s ease;
}

.input-field input[type="file"]::-webkit-file-upload-button:hover {
    background: #e64a19;
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* Action Buttons */
.action-buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.primary-btn {
    background: linear-gradient(135deg, #ff5722, #f44336);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 4px 16px rgba(255, 87, 34, 0.4);
}

.primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.6);
}

.secondary-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-main);
    padding: 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s ease;
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Main Preview Stage */
.preview-stage {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 30px 60px 30px;
    background: radial-gradient(circle at center, #111726 0%, #07090f 100%);
    overflow-y: auto;
    position: relative;
    box-sizing: border-box;
}

.stage-header {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.stage-canvas-area {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
}

.stage-header .badge {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.helper-text {
    font-size: 12px;
    color: var(--text-muted);
}

/* =========================================================
   THE FLYER CARD (FACEBOOK POST GRAPHIC)
   ========================================================= */

.flyer-wrapper {
    background: var(--flyer-bg);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 0 1px var(--border-glow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Flyer Dimensions presets - Full Expanded Height (Fits All Content & Items) */
.format-sq {
    width: 650px;
    min-height: 780px;
    height: auto;
}

.format-story {
    width: 480px;
    min-height: 860px;
    height: auto;
}

.format-banner {
    width: 820px;
    min-height: 600px;
    height: auto;
}

/* Top Left & Top Right Logo Base Styles */
.top-left-logo,
.top-right-logo {
    position: absolute;
    top: 16px;
    z-index: 10;
    width: 115px;
    height: 115px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-left-logo {
    left: 16px;
}

.top-right-logo {
    right: 16px;
}

/* Logo Badge Frame & Background Styles */
.top-left-logo.framed-badge,
.top-left-logo.has-custom-bg,
.top-right-logo.framed-badge,
.top-right-logo.has-custom-bg {
    border-radius: 50% !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.75), 0 0 20px var(--border-glow, rgba(255, 61, 0, 0.5)) !important;
    border: 3.5px solid var(--accent-primary) !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-clip: border-box !important;
    background-origin: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.top-left-logo.framed-badge,
.top-left-logo.has-custom-bg {
    background-color: #000000 !important;
}

.top-right-logo.framed-badge,
.top-right-logo.has-custom-bg {
    background-color: #ffffff !important;
}

.top-left-logo.framed-badge img,
.top-left-logo.has-custom-bg img,
.top-right-logo.framed-badge img,
.top-right-logo.has-custom-bg img {
    max-width: 80% !important;
    max-height: 80% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: auto !important;
    display: block !important;
    background: transparent !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

.top-left-logo:not(.framed-badge):not(.has-custom-bg),
.top-right-logo:not(.framed-badge):not(.has-custom-bg) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background-image: none !important;
}

.top-left-logo.is-hidden,
.top-right-logo.is-hidden {
    display: none !important;
}

.top-left-logo:hover,
.top-right-logo:hover {
    transform: scale(1.05);
}

.top-left-logo img,
.top-right-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    background: transparent !important;
    display: block;
    margin: auto;
}

.top-right-logo:not(.framed-badge):not(.has-custom-bg) img {
    filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.7));
}

/* Background Layer & Enhancements (Vibrance, Brightness, Tint) */
.flyer-bg-layer {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(var(--bg-vibrance, 130%)) brightness(var(--bg-brightness, 115%));
    z-index: 0;
    pointer-events: none;
    transition: filter 0.1s ease;
}

.flyer-bg-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0, calc(var(--bg-overlay-opacity, 0.20) * 0.5)) 0%, rgba(0,0,0, var(--bg-overlay-opacity, 0.20)) 100%);
    pointer-events: none;
    z-index: 1;
    transition: background 0.1s ease;
}

.flyer-glow {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    pointer-events: none;
}

.glow-top {
    top: -140px;
    right: -80px;
    background: radial-gradient(circle, var(--glow-color, rgba(255, 87, 34, 0.35)) 0%, rgba(255, 87, 34, 0.15) 35%, transparent 70%);
}

.glow-bottom {
    display: none !important;
}

/* Content Container */
.flyer-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

/* Top Badge */
.top-badge {
    align-self: center;
    background: rgba(15, 23, 42, 0.88);
    border: 1px solid var(--border-glow);
    padding: 6px 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--accent-secondary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    max-width: calc(100% - 250px);
    box-sizing: border-box;
    text-align: center;
}

.badge-icon {
    color: var(--accent-primary);
}

/* Main Title Section */
.title-section {
    text-align: center;
    margin-top: -6px;
    position: relative;
    padding: 6px 120px;
    box-sizing: border-box;
    max-width: 100%;
}

.flyer-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 86px;
    font-weight: 900;
    letter-spacing: 6px;
    line-height: 0.92;
    text-transform: uppercase;
    color: #ffb703;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    text-shadow: 
        1px 1px 0px #000000,
        2px 2px 0px #000000,
        3px 3px 0px #000000,
        4px 4px 0px #000000,
        5px 5px 0px #000000,
        6px 6px 0px #000000,
        7px 7px 10px rgba(0, 0, 0, 0.95);
    transition: all 0.3s ease;
}

/* Clean High-Contrast Title & Vendor Presets (No Inline Gradients, No Blur Glows) */
.flyer-title.glow-card-show-1,
.vendor-brand h3.glow-card-show-1 {
    color: #ffb703;
    text-shadow: 
        1px 1px 0px #000000,
        2px 2px 0px #000000,
        3px 3px 0px #000000,
        4px 4px 0px #000000,
        5px 5px 10px rgba(0, 0, 0, 0.95);
}

.flyer-title.glow-fire-gold,
.vendor-brand h3.glow-fire-gold {
    color: #ffb703;
    text-shadow: 
        1px 1px 0px #000000,
        2px 2px 0px #000000,
        3px 3px 0px #000000,
        4px 4px 0px #000000,
        5px 5px 0px #000000,
        6px 6px 10px rgba(0, 0, 0, 0.95);
}

.flyer-title.glow-cyber-cyan,
.vendor-brand h3.glow-cyber-cyan {
    color: #00e5ff;
    text-shadow: 
        1px 1px 0px #000000,
        2px 2px 0px #000000,
        3px 3px 0px #000000,
        4px 4px 0px #000000,
        5px 5px 0px #000000,
        6px 6px 10px rgba(0, 0, 0, 0.95);
}

.flyer-title.glow-crimson-red,
.vendor-brand h3.glow-crimson-red {
    color: #ff1744;
    text-shadow: 
        1px 1px 0px #000000,
        2px 2px 0px #000000,
        3px 3px 0px #000000,
        4px 4px 0px #000000,
        5px 5px 0px #000000,
        6px 6px 10px rgba(0, 0, 0, 0.95);
}

.flyer-title.glow-pure-chrome,
.vendor-brand h3.glow-pure-chrome {
    color: #ffffff;
    text-shadow: 
        1px 1px 0px #000000,
        2px 2px 0px #000000,
        3px 3px 0px #000000,
        4px 4px 0px #000000,
        5px 5px 0px #000000,
        6px 6px 10px rgba(0, 0, 0, 0.95);
}

/* ==========================================================================
   PUSHED 3D BEVEL & REFLECTION PRESETS FROM FONT STUDIO
   ========================================================================== */
.bevel-gold {
  color: #ffb703 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff2a3 22%, #ffd700 45%, #d4af37 68%, #aa771c 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(1px 1px 0px #78350f) 
          drop-shadow(2px 2px 0px #451a03) 
          drop-shadow(0 6px 16px rgba(0, 0, 0, 0.95)) 
          drop-shadow(0 0 20px rgba(255, 183, 3, 0.6)) !important;
  -webkit-text-stroke: 1px rgba(255, 245, 180, 0.6);
}
.bevel-steel {
  text-shadow: -1px -1px 0px #ffffff, 1px 1px 0px #64748b, 2px 2px 0px #334155, 3px 3px 0px #0f172a, 4px 4px 10px rgba(0, 0, 0, 0.9) !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}
.bevel-glass {
  -webkit-text-stroke: 2px #38bdf8 !important;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.6), 2px 4px 6px rgba(0, 0, 0, 0.7) !important;
}
.bevel-wood {
  text-shadow: 1px 1px 0px #c2410c, 2px 2px 0px #9a3412, 3px 3px 0px #7c2d12, 4px 4px 0px #431407, 6px 6px 12px rgba(0, 0, 0, 0.9) !important;
}
.bevel-pillow {
  text-shadow: 0 2px 0 #0284c7, 0 4px 0 #0369a1, 0 6px 0 #075985, 0 8px 15px rgba(0, 0, 0, 0.8) !important;
}
.bevel-iron {
  text-shadow: -1px 0 #cbd5e1, 0 1px #475569, 1px 2px #334155, 2px 3px #1e293b, 3px 4px #0f172a, 5px 6px 10px rgba(0,0,0,0.9) !important;
}
.bevel-neon {
  text-shadow: 0 0 5px #fff, 0 0 10px #ec4899, 0 0 20px #ec4899, 0 0 40px #8b5cf6 !important;
}

/* Floor Reflection Modes */
.refl-mirror { -webkit-box-reflect: below 2px linear-gradient(transparent 40%, rgba(255, 255, 255, 0.25)); }
.refl-chrome { -webkit-box-reflect: below 0px linear-gradient(transparent 30%, rgba(255, 255, 255, 0.45)); }
.refl-neon { -webkit-box-reflect: below 4px linear-gradient(transparent 20%, rgba(6, 182, 212, 0.5)); }
.refl-soft { -webkit-box-reflect: below 6px linear-gradient(transparent 50%, rgba(255, 255, 255, 0.18)); }

/* Native Effects */
.fx-rodeo-wood { text-shadow: 2px 2px 0px #78350f, 4px 4px 0px #451a03; }
.fx-cowboy-gold { background: linear-gradient(180deg, #fef08a 0%, #eab308 50%, #854d0e 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-outlaw-red { text-shadow: 4px 4px 0px #7f1d1d; }
.fx-neon-cyan { text-shadow: 0 0 10px #06b6d4, 0 0 20px #06b6d4; }
.fx-synthwave-pink { text-shadow: 0 0 15px #ec4899, 0 0 30px #ec4899; }
.fx-cyber-glitch { text-shadow: -2px 0 #f43f5e, 2px 0 #3b82f6; }
.fx-stadium-3d { text-shadow: 0 2px 0 #94a3b8, 0 4px 0 #475569, 0 6px 10px rgba(0,0,0,0.8); }
.fx-fire-flame { background: linear-gradient(180deg, #fef08a 0%, #f97316 40%, #dc2626 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-chrome-metal { background: linear-gradient(180deg, #ffffff 0%, #94a3b8 45%, #cbd5e1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-gold-foil { background: linear-gradient(135deg, #fef08a 0%, #d97706 40%, #78350f 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-sunset-gradient { background: linear-gradient(90deg, #f43f5e, #fb923c, #facc15); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-gothic-blood { text-shadow: 0 0 10px #7f1d1d, 3px 3px 0 #450a0a; }
.fx-arcade-pop { text-shadow: 3px 3px 0 #ec4899, 6px 6px 0 #3b82f6; }
.fx-3d-color { filter: drop-shadow(0 8px 12px rgba(0,0,0,0.6)); }

/* ==========================================================================
   HTML2CANVAS EXPORT OVERRIDES (ELIMINATES YELLOW/WHITE BACKGROUND BOX BEHIND TITLE)
   ========================================================================== */
.exporting-canvas .flyer-title,
.exporting-canvas .vendor-brand h3,
.exporting-canvas .bevel-gold,
.exporting-canvas .bevel-steel,
.exporting-canvas .bevel-glass,
.exporting-canvas .bevel-wood,
.exporting-canvas .bevel-pillow,
.exporting-canvas .bevel-iron,
.exporting-canvas .bevel-neon,
.exporting-canvas .fx-cowboy-gold,
.exporting-canvas .fx-fire-flame,
.exporting-canvas .fx-chrome-metal,
.exporting-canvas .fx-gold-foil,
.exporting-canvas .fx-sunset-gradient {
    background: transparent !important;
    background-image: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
}

.exporting-canvas .flyer-title,
.exporting-canvas .flyer-title.glow-fire-gold,
.exporting-canvas .vendor-brand h3,
.exporting-canvas .vendor-brand h3.glow-fire-gold,
.exporting-canvas .bevel-gold,
.exporting-canvas .fx-cowboy-gold,
.exporting-canvas .fx-fire-flame,
.exporting-canvas .fx-gold-foil {
    color: #ffb703 !important;
    -webkit-text-fill-color: #ffb703 !important;
    text-shadow: 
        1px 1px 0px #000000,
        2px 2px 0px #000000,
        3px 3px 0px #000000,
        4px 4px 0px #000000,
        5px 5px 0px #000000,
        6px 6px 0px #000000,
        7px 7px 10px rgba(0, 0, 0, 0.95) !important;
}

.venue-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 800;
    color: var(--accent-primary);
    letter-spacing: 0.5px;
    margin-top: 4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.4);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 94%;
    box-sizing: border-box;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
}

.address-subtext {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    margin-top: 4px;
    letter-spacing: 0.3px;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Photoreal Sports Grill Address Dark Smoke Aura Badge (Exclusive to Photoreal themes) */
.address-subtext.address-photoreal-gold {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    letter-spacing: 0.6px !important;
    text-shadow: 
        0 2px 6px #000000,
        0 0 10px rgba(255, 255, 255, 0.4) !important;
    background: rgba(10, 15, 26, 0.88) !important;
    padding: 5px 16px;
    border-radius: 20px;
    display: inline-block;
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.95), 0 0 15px rgba(15, 23, 42, 0.8) !important;
}

/* Photoreal Sports Grill Venue Dark Smoke Aura Badge (Exclusive to Photoreal themes) */
.venue-badge.venue-photoreal-smoke {
    background: rgba(10, 15, 26, 0.88) !important;
    padding: 6px 20px !important;
    border-radius: 24px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.95), 0 0 15px rgba(15, 23, 42, 0.8) !important;
    text-shadow: 0 2px 6px #000000 !important;
}

/* Showcase Center Section */
.showcase-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
}

.photo-frame {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid var(--border-glow);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    aspect-ratio: 4/3;
}

.photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.photo-frame:hover img {
    transform: scale(1.04);
    filter: brightness(1.1);
}

/* AI Enhanced Graphic Version Styling (Clean Non-Inset Shadow) */
.photo-frame.ai-enhanced {
    border: 2.5px solid var(--accent-primary);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.85);
    position: relative;
}

.photo-frame.ai-enhanced img {
    filter: contrast(1.28) saturate(1.48) brightness(1.08);
    transition: all 0.3s ease;
}

@keyframes pulseGlow {
    0% { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); }
    100% { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.85); }
}

.photo-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Vendor Dark Glass Card (Clean Non-Inset Shadow for 1:1 Canvas Export Fidelity) */
.vendor-card-glass {
    background: linear-gradient(135deg, #0f172a 0%, #182238 50%, #0d1424 100%);
    border: 2px solid var(--accent-primary);
    padding: 16px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.85);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: visible !important;
}

/* Pikachu & Character Peeking Bottom Right Corner Badge (Inside Vendor Box Edge) */
.pikachu-peeking-corner {
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: 15;
    width: 64px;
    height: 64px;
    background: transparent !important;
    pointer-events: auto;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.85));
}

.pikachu-peeking-corner.is-hidden {
    display: none !important;
}

.pikachu-peeking-corner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.vendor-card-glass:hover .pikachu-peeking-corner {
    transform: translateY(-4px) rotate(5deg) scale(1.1);
}

.vendor-brand h3 {
    font-size: 28px;
    font-weight: 900;
    color: var(--accent-primary);
    line-height: 1.1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 
        1px 1px 0px #000000,
        2px 2px 0px #000000,
        3px 3px 0px #000000,
        4px 4px 0px #000000,
        5px 5px 10px rgba(0, 0, 0, 0.95);
    margin: 0;
}

.vendor-brand .tagline {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--accent-secondary);
    margin-top: 4px;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag {
    background: var(--card-glass, rgba(30, 41, 59, 0.85));
    border: 1px solid var(--accent-primary);
    color: var(--accent-secondary);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6), 0 0 8px var(--glow-color, rgba(255, 87, 34, 0.25));
    transition: all 0.3s ease;
}

.tag i {
    color: var(--accent-primary);
}

/* Cards & Memorabilia Items For Sale Showcase Bar (Clean Non-Inset Shadow for 1:1 Canvas Export Fidelity) */
.items-showcase-bar {
    background: transparent;
    border: none;
    border-radius: 16px;
    padding: 10px 8px;
    margin-top: 6px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.items-showcase-bar.framed-showcase {
    background: linear-gradient(135deg, rgba(11, 15, 25, 0.88) 0%, rgba(26, 36, 56, 0.92) 100%) !important;
    border: 2px solid var(--accent-primary) !important;
    padding: 12px 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.85), 0 0 20px rgba(255, 183, 3, 0.4) !important;
}

.items-showcase-bar.framed-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffb703, #ff5722, #ffb703, transparent);
}

.items-showcase-bar.is-hidden {
    display: none !important;
}

.showcase-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #090d16;
    background: linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-secondary) 50%, var(--accent-primary) 100%);
    border: 1px solid var(--accent-secondary);
    padding: 6px 18px;
    border-radius: 20px;
    margin: 0 auto 12px auto;
    width: max-content;
    max-width: 95%;
    text-transform: uppercase;
    box-shadow: 0 4px 15px var(--glow-color, rgba(255, 87, 34, 0.6)), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.theme-electric-orange .showcase-header {
    background: linear-gradient(90deg, #ff3d00 0%, #ffb703 50%, #ff3d00 100%) !important;
    border: 1px solid #ffb703 !important;
    box-shadow: 0 4px 15px rgba(255, 61, 0, 0.6), 0 0 12px rgba(255, 183, 3, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.showcase-header i {
    color: #ffffff;
    font-size: 13px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    animation: flamePulse 1.5s infinite alternate ease-in-out;
}

@keyframes flamePulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 2px #ff3d00); }
    100% { transform: scale(1.2); filter: drop-shadow(0 0 8px #ffeb3b); }
}

.items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.item-card {
    background: var(--card-glass, rgba(30, 41, 59, 0.9));
    border: 1.5px solid var(--accent-primary);
    border-radius: 12px;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.85), 0 0 12px var(--glow-color, rgba(255, 87, 34, 0.3));
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.item-card::after {
    content: '\f00e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.85);
    color: var(--accent-secondary);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    border: 1px solid var(--accent-primary);
    box-shadow: 0 2px 8px rgba(0,0,0,0.9);
}

.item-card:hover {
    transform: translateY(-4px) scale(1.03);
    border-color: var(--accent-secondary);
    box-shadow: 0 10px 25px var(--glow-color, rgba(255, 183, 3, 0.5)), 0 0 15px var(--border-glow, rgba(255, 183, 3, 0.4));
}

.item-card:hover::after {
    opacity: 1;
    transform: scale(1.1);
}

.item-img-wrapper {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    background: radial-gradient(circle at center, rgba(30, 41, 59, 0.4) 0%, rgba(9, 13, 22, 0.85) 100%);
    border: 1.5px solid var(--accent-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    transition: border-color 0.3s ease;
}

.item-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 4px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.85));
}

.item-caption {
    font-size: 11px;
    font-weight: 900;
    color: var(--accent-secondary);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.95);
    background: rgba(0, 0, 0, 0.65);
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid var(--accent-primary);
    width: 90%;
    transition: color 0.3s ease, border-color 0.3s ease;
}

/* Gallery Badge Count on Item Cards */
.gallery-count-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(15, 23, 42, 0.88);
    color: var(--accent-secondary);
    font-size: 9px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 10px;
    border: 1px solid rgba(255, 183, 3, 0.4);
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Lightbox Multi-Photo Gallery Navigation Buttons */
.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, 0.9);
    color: var(--accent-secondary);
    border: 1.5px solid var(--accent-primary);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8), 0 0 10px var(--glow-color);
}

#item-lightbox-title {
    color: var(--accent-primary) !important;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 14px var(--glow-color);
    background: linear-gradient(90deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.9) 100%);
    border: 1px solid var(--accent-primary);
    padding: 6px 18px;
    border-radius: 20px;
    box-shadow: 0 0 25px var(--glow-color), inset 0 0 12px rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}

.gallery-nav-btn:hover {
    background: var(--accent-primary);
    color: #090d16;
    border-color: var(--accent-secondary);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 0 20px var(--glow-color);
}

.gallery-nav-btn.prev-btn {
    left: 15px;
}

.gallery-nav-btn.next-btn {
    right: 15px;
}

/* Thumbnail Strip inside Lightbox Modal */
.lightbox-thumbs-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    padding: 6px;
    overflow-x: auto;
}

.lightbox-thumb {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.6;
    transition: all 0.2s ease;
    background: #000;
}

.lightbox-thumb:hover {
    opacity: 1;
    transform: scale(1.05);
}

.lightbox-thumb.active {
    border-color: var(--accent-secondary) !important;
    opacity: 1;
    box-shadow: 0 0 12px var(--glow-color) !important;
}

/* Showcase Gallery Lightbox Modal Preset Theme Styling */
#item-lightbox-modal .modal-content {
    background: var(--card-glass, rgba(15, 23, 42, 0.95)) !important;
    border: 2px solid var(--accent-primary) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.95), 0 0 35px var(--glow-color, rgba(255, 87, 34, 0.4)) !important;
    backdrop-filter: blur(16px);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

#item-lightbox-modal .modal-body {
    background: rgba(7, 10, 18, 0.92) !important;
    border: 1.5px solid var(--accent-primary) !important;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9), 0 0 15px var(--glow-color) !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#item-lightbox-img {
    border: 2.5px solid var(--accent-secondary) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.95), 0 0 25px var(--glow-color) !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#lightbox-counter-badge {
    background: var(--accent-primary) !important;
    color: #090d16 !important;
    border: 1px solid var(--accent-secondary) !important;
    box-shadow: 0 0 10px var(--glow-color) !important;
    font-weight: 900 !important;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

#item-lightbox-caption {
    color: var(--accent-secondary) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 12px var(--glow-color) !important;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

#close-item-lightbox-btn {
    transition: color 0.2s ease, transform 0.2s ease;
}

#close-item-lightbox-btn:hover {
    color: var(--accent-secondary) !important;
    transform: scale(1.2);
}

/* Info Strip (Date/Time/Specials) & Highlights */
.info-strip {
    background: var(--card-glass, rgba(15, 23, 42, 0.85));
    backdrop-filter: blur(10px);
    border: 1.5px solid var(--accent-primary);
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.85), 0 0 15px var(--glow-color, rgba(255, 87, 34, 0.3));
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.info-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-block i {
    font-size: 18px;
    color: var(--accent-primary);
    filter: drop-shadow(0 0 6px var(--glow-color));
    transition: color 0.3s ease, filter 0.3s ease;
}

.info-label {
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--text-muted);
}

.info-val {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--accent-secondary);
    transition: color 0.3s ease;
}

.info-divider {
    width: 1px;
    height: 24px;
    background: var(--accent-primary);
    opacity: 0.4;
}

/* Ticker Banner */
.ticker-banner {
    background: linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-secondary) 100%) !important;
    color: #090d16 !important;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--accent-secondary);
    box-shadow: 0 4px 15px var(--glow-color, rgba(255, 87, 34, 0.4)) !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.ticker-banner i {
    color: #090d16 !important;
}

/* Footer Section */
.flyer-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 12px;
}

.contact-pill {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.contact-pill i {
    color: var(--accent-primary);
}

.footer-cta {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    font-style: italic;
}

/* Toast Notification */
.toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #1e293b;
    color: #fff;
    border: 1px solid var(--accent-primary);
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 100;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.toast i {
    color: #4ade80;
    font-size: 16px;
}

/* Adjustments for Story and Banner formats */
.format-story .flyer-title { font-size: 64px; }
.format-story .showcase-section { grid-template-columns: 1fr; }
.format-story .info-strip { flex-direction: column; gap: 10px; }
.format-story .info-divider { display: none; }
.format-story .top-left-logo { width: 95px; height: 95px; top: 14px; left: 14px; }
.format-story .top-right-logo { width: 95px; height: 95px; top: 14px; right: 14px; }

.format-banner .top-banner { width: 85px; height: 85px; top: 12px; left: 14px; }
.format-banner .top-right-logo { width: 85px; height: 85px; top: 12px; right: 14px; }

/* Image Save Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(8px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-content {
    background: var(--card-glass, rgba(30, 41, 59, 0.95)) !important;
    border: 2px solid var(--accent-primary) !important;
    border-radius: 16px;
    padding: 24px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.95), 0 0 30px var(--glow-color, rgba(255, 87, 34, 0.35)) !important;
    backdrop-filter: blur(12px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.modal-header h3 {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.close-btn {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 24px;
    cursor: pointer;
}

.close-btn:hover { color: #fff; }

.modal-subtitle {
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 16px;
}

.modal-body {
    text-align: center;
}

.modal-body img {
    max-width: 100%;
    max-height: 60vh;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}

/* --- Summer Stampede 3D Bevels, Reflections & Custom Imported Title Styles --- */

.imported-title-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(168, 85, 247, 0.25));
    border: 1px solid rgba(168, 85, 247, 0.5);
    padding: 8px 14px;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #e2e8f0;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.2);
}

.imported-title-banner button {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.imported-title-banner button:hover {
    background: rgba(239, 68, 68, 0.3);
    border-color: #ef4444;
    color: #fff;
}

/* BEVEL STYLES */
.bevel-gold {
  text-shadow: 
    1px 1px 0px #f59e0b,
    2px 2px 0px #b45309,
    3px 3px 0px #78350f,
    4px 4px 0px #451a03,
    5px 5px 8px rgba(0, 0, 0, 0.8) !important;
  -webkit-text-stroke: 1px rgba(254, 240, 138, 0.5);
}

.bevel-steel {
  text-shadow: 
    -1px -1px 0px #ffffff,
     1px  1px 0px #64748b,
     2px  2px 0px #334155,
     3px  3px 0px #0f172a,
     4px  4px 10px rgba(0, 0, 0, 0.9) !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}

.bevel-glass {
  -webkit-text-stroke: 2px #38bdf8 !important;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.6), 2px 4px 6px rgba(0, 0, 0, 0.7) !important;
}

.bevel-wood {
  text-shadow: 
    1px 1px 0px #c2410c,
    2px 2px 0px #9a3412,
    3px 3px 0px #7c2d12,
    4px 4px 0px #431407,
    6px 6px 12px rgba(0, 0, 0, 0.9) !important;
}

.bevel-pillow {
  text-shadow: 
    0 2px 0 #0284c7,
    0 4px 0 #0369a1,
    0 6px 0 #075985,
    0 8px 15px rgba(0, 0, 0, 0.8) !important;
}

.bevel-iron {
  text-shadow: 
    -1px 0 #cbd5e1,
     0 1px #475569,
     1px 2px #334155,
     2px 3px #1e293b,
     3px 4px #0f172a,
     5px 6px 10px rgba(0,0,0,0.9) !important;
}

.bevel-neon {
  text-shadow: 
    0 0 5px #fff,
    0 0 10px #ec4899,
    0 0 20px #ec4899,
    0 0 40px #8b5cf6 !important;
}

/* FLOOR REFLECTION MODES */
.refl-mirror { -webkit-box-reflect: below 2px linear-gradient(transparent 40%, rgba(255, 255, 255, 0.25)); }
.refl-chrome { -webkit-box-reflect: below 0px linear-gradient(transparent 30%, rgba(255, 255, 255, 0.45)); }
.refl-neon { -webkit-box-reflect: below 4px linear-gradient(transparent 20%, rgba(6, 182, 212, 0.5)); }
.refl-soft { -webkit-box-reflect: below 6px linear-gradient(transparent 50%, rgba(255, 255, 255, 0.18)); }

/* NATIVE FX CLASSES */
.fx-rodeo-wood { text-shadow: 2px 2px 0px #78350f, 4px 4px 0px #451a03; }
.fx-cowboy-gold { background: linear-gradient(180deg, #fef08a 0%, #eab308 50%, #854d0e 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-outlaw-red { text-shadow: 4px 4px 0px #7f1d1d; }
.fx-neon-cyan { text-shadow: 0 0 10px #06b6d4, 0 0 20px #06b6d4; }
.fx-synthwave-pink { text-shadow: 0 0 15px #ec4899, 0 0 30px #ec4899; }
.fx-cyber-glitch { text-shadow: -2px 0 #f43f5e, 2px 0 #3b82f6; }
.fx-stadium-3d { text-shadow: 0 2px 0 #94a3b8, 0 4px 0 #475569, 0 6px 10px rgba(0,0,0,0.8); }
.fx-fire-flame { background: linear-gradient(180deg, #fef08a 0%, #f97316 40%, #dc2626 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-chrome-metal { background: linear-gradient(180deg, #ffffff 0%, #94a3b8 45%, #cbd5e1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-gold-foil { background: linear-gradient(135deg, #fef08a 0%, #d97706 40%, #78350f 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-sunset-gradient { background: linear-gradient(90deg, #f43f5e, #fb923c, #facc15); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fx-gothic-blood { text-shadow: 0 0 10px #7f1d1d, 3px 3px 0 #450a0a; }
.fx-arcade-pop { text-shadow: 3px 3px 0 #ec4899, 6px 6px 0 #3b82f6; }
.fx-3d-color { filter: drop-shadow(0 8px 12px rgba(0,0,0,0.6)); }

/* --- LAYOUT PROTECTION & EXPORT CANVAS CLEANUP --- */
.top-badge, .badge-text {
    white-space: nowrap !important;
}

.venue-badge {
    white-space: nowrap !important;
    max-width: 95%;
}

.vendor-brand h3 {
    white-space: nowrap !important;
    word-break: keep-all;
}

.vendor-brand .tagline {
    white-space: nowrap !important;
    word-break: keep-all;
}

.info-val {
    white-space: nowrap !important;
}

#display-showcase-title, .showcase-header {
    white-space: nowrap !important;
}

/* Viewer Mode: Hide Studio Banners & Header */
body.preview-page #imported-title-banner,
.preview-page #imported-title-banner,
body.preview-page .stage-header,
.preview-page .stage-header {
    display: none !important;
}

/* Hide interactive overlays and dark boxes during export image generation */
.exporting-canvas .gallery-count-badge,
.exporting-canvas .photo-frame span,
.exporting-canvas .imported-title-banner {
    display: none !important;
}

/* Prevent html2canvas gradient tiling bug on rounded container boxes */
.vendor-card-glass,
.items-showcase-bar,
.info-strip,
.flyer-wrapper,
.item-card,
.showcase-header,
.ticker-banner,
.top-badge,
.venue-badge,
.flyer-bg-overlay {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

/* =========================================================
   MOBILE RESPONSIVE & CELL PHONE VIEWPORT OPTIMIZATIONS
   ========================================================= */
@media (max-width: 768px) {
    html {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        width: 100%;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }

    .app-container {
        width: 100% !important;
        height: auto !important;
        min-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .preview-stage {
        padding: 8px 4px 20px 4px !important;
        width: 100% !important;
        min-height: 100vh;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .stage-canvas-area {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* Enforce 650px unscaled width on flyer card so interior elements preserve proportions */
    .flyer-wrapper {
        max-width: none !important;
        width: 650px !important;
        min-width: 650px !important;
        flex-shrink: 0;
        transform-origin: top center;
    }

    body.preview-page .flyer-wrapper {
        margin: 0 auto;
    }

    /* Modal dialog responsiveness on small screens */
    .modal-content {
        padding: 16px !important;
        max-width: 95vw !important;
    }
}

/* =========================================================
   FULL-WIDTH WEBSITE HOMEPAGE HEADER (PREVIEW / HOMEPAGE)
   ========================================================= */
.site-header {
    width: 100%;
    background: rgba(11, 15, 25, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.6);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.site-header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
}

.site-logo-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.site-logo-brand:hover {
    transform: scale(1.02);
}

.header-logo-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}

.brand-text-group {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.8px;
    text-shadow: 0 0 12px rgba(255, 183, 3, 0.4);
    background: linear-gradient(90deg, #ffffff 0%, #ffb703 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-subtitle {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted, #94a3b8);
    letter-spacing: 0.5px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-link {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 20px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-link.active {
    color: #ffffff;
    background: rgba(255, 183, 3, 0.15);
    border: 1px solid rgba(255, 183, 3, 0.3);
}

.nav-link i {
    color: var(--accent-primary, #ff5722);
}

.nav-link.contact-nav i {
    color: #4ade80;
}

.header-cta-btn {
    background: linear-gradient(135deg, #ff5722, #ffb703);
    color: #0b0f19;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 18px;
    border-radius: 24px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.header-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 183, 3, 0.6);
}

/* Mobile Header Layout Adjustments */
@media (max-width: 768px) {
    .site-header-container {
        padding: 8px 12px;
    }
    
    .brand-title {
        font-size: 13px;
    }
    
    .brand-subtitle {
        display: none;
    }
    
    .site-nav {
        gap: 4px;
    }
    
    .nav-link {
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .nav-link span {
        display: none;
    }

    .header-cta-btn {
        padding: 6px 10px;
        font-size: 11px;
    }
}

/* Homepage & Preview Vertical Layout Alignment */
body.home-page, body.preview-page {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

body.home-page .app-container, body.preview-page .app-container {
    flex: 1;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible;
}

body.home-page .preview-stage, body.preview-page .preview-stage {
    flex: 1;
    width: 100% !important;
    padding: 24px 16px 60px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-sizing: border-box;
}

/* Card Inventory Webpage Layout */
body.inventory-page {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background: var(--bg-main, #0b0f19);
}

body.inventory-page .app-container {
    flex: 1;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.inventory-stage {
    flex: 1;
    width: 100%;
    padding: 30px 20px 60px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.inventory-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inventory-header-banner {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.inventory-header-banner h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.inventory-header-banner p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

/* Card Inventory Category Filter Option Buttons */
.inventory-filter-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.inventory-filter-btn {
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    padding: 11px 20px;
    border-radius: 12px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.inventory-filter-btn:hover {
    background: rgba(255, 183, 3, 0.15);
    border-color: rgba(255, 183, 3, 0.6);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 183, 3, 0.25);
}

.inventory-filter-btn.active {
    background: linear-gradient(135deg, rgba(255, 183, 3, 0.25), rgba(245, 158, 11, 0.45));
    border: 1.5px solid #ffb703;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(255, 183, 3, 0.4);
}

.inventory-blank-card {
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(12px);
    border: 2px dashed rgba(255, 183, 3, 0.3);
    border-radius: 20px;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.inventory-empty-state h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.inventory-empty-state p {
    color: #94a3b8;
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
}

/* Upcoming Events Schedule Webpage Layout */
.events-stage {
    flex: 1;
    width: 100%;
    padding: 30px 20px 60px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.events-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.events-header-banner {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.events-banner-left h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.events-banner-left p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

.events-count-pill {
    background: linear-gradient(135deg, rgba(255, 183, 3, 0.2), rgba(245, 158, 11, 0.4));
    border: 1px solid rgba(255, 183, 3, 0.5);
    color: #ffb703;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.events-filter-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.events-filter-tab {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.events-filter-tab:hover, .events-filter-tab.active {
    background: rgba(255, 183, 3, 0.15);
    border-color: #ffb703;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 183, 3, 0.3);
}

.events-schedule-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.events-empty-schedule-card {
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(12px);
    border: 2px dashed rgba(255, 183, 3, 0.3);
    border-radius: 20px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.events-empty-schedule-card h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin: 12px 0 8px 0;
}

.events-empty-schedule-card p {
    color: #94a3b8;
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
}

/* Card Template Studio Layout & Themes */
.card-presets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 8px;
    margin-top: 6px;
}

.card-preset-btn {
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.card-preset-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.5);
}

.card-preset-btn.active {
    border: 2px solid #ffb703;
    box-shadow: 0 0 16px rgba(255, 183, 3, 0.6);
}

.card-template-window {
    width: 480px;
    min-height: 680px;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card-slab-header {
    background: rgba(15, 23, 42, 0.9);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.card-slab-logo {
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffb703;
}

.card-slab-grade-text {
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    background: rgba(255, 183, 3, 0.2);
    border: 1px solid #ffb703;
    padding: 4px 10px;
    border-radius: 6px;
}

.card-photo-container {
    flex: 1;
    width: 100%;
    min-height: 420px;
    background: rgba(0,0,0,0.4);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.15);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-photo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.7));
}

.card-info-banner {
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.card-info-left h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 4px 0;
}

.card-info-left p {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
}

.card-price-tag {
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #ffb703;
    background: rgba(255, 183, 3, 0.15);
    border: 1px solid rgba(255, 183, 3, 0.5);
    padding: 6px 12px;
    border-radius: 8px;
}

/* Themes for Card Template Window */
.card-template-window.theme-gold-refractor {
    background: radial-gradient(circle at 50% 30%, #f59e0b, #78350f 90%);
    border: 3px solid #f59e0b;
}

.card-template-window.theme-obsidian-slab {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 3px solid #475569;
}

.card-template-window.theme-cyber-holo {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 50%, #ec4899 100%);
    border: 3px solid #06b6d4;
}

.card-template-window.theme-emerald-gem {
    background: linear-gradient(135deg, #059669 0%, #064e3b 100%);
    border: 3px solid #10b981;
}

.card-template-window.theme-ruby-inferno {
    background: linear-gradient(135deg, #dc2626 0%, #7f1d1d 100%);
    border: 3px solid #ef4444;
}

.card-template-window.theme-sapphire-ice {
    background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
    border: 3px solid #3b82f6;
}

.card-template-window.theme-blank-slate {
    background: rgba(15, 23, 42, 0.5);
    border: 2px dashed rgba(255, 183, 3, 0.4);
}
