html[data-theme="soft"] body { background-color: rgb(30 41 59) !important; color: rgb(226 232 240) !important; }
html[data-theme="soft"] .dark\:bg-slate-950 { background-color: rgb(30 41 59) !important; }
html[data-theme="soft"] .dark\:bg-slate-900,
html[data-theme="soft"] .dark\:bg-slate-800\/70,
html[data-theme="soft"] .dark\:bg-gray-700 { background-color: rgb(51 65 85) !important; }
html[data-theme="soft"] .dark\:border-slate-800,
html[data-theme="soft"] .dark\:border-slate-700 { border-color: rgb(100 116 139) !important; }
html[data-theme="soft"] .dark\:text-slate-300,
html[data-theme="soft"] .dark\:text-slate-400 { color: rgb(203 213 225) !important; }
html[data-theme="soft"] .shadow,
html[data-theme="soft"] .shadow-sm,
html[data-theme="soft"] .shadow-lg,
html[data-theme="soft"] .shadow-xl,
html[data-theme="soft"] .shadow-2xl { box-shadow: 0 14px 34px rgba(30, 41, 59, 0.42) !important; }

html[data-theme="dim"] body { background-color: #131D32 !important; color: rgb(226 232 240) !important; }
html[data-theme="dim"] .dark\:bg-slate-950 { background-color: #111A2E !important; }
html[data-theme="dim"] .dark\:bg-slate-900,
html[data-theme="dim"] .dark\:bg-slate-800\/70,
html[data-theme="dim"] .dark\:bg-gray-700 { background-color: #162138 !important; }
html[data-theme="dim"] .dark\:border-slate-800,
html[data-theme="dim"] .dark\:border-slate-700 { border-color: #162138 !important; }
html[data-theme="dim"] .dark\:text-slate-300,
html[data-theme="dim"] .dark\:text-slate-400 { color: rgb(203 213 225) !important; }
html[data-theme="dim"] .shadow,
html[data-theme="dim"] .shadow-sm,
html[data-theme="dim"] .shadow-lg,
html[data-theme="dim"] .shadow-xl,
html[data-theme="dim"] .shadow-2xl { box-shadow: 0 16px 38px rgba(17, 26, 46, 0.46) !important; }


.flyer-hero-shell {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.flyer-main-frame {
    width: 100%;
    height: 680px;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    overflow: hidden;
}

.flyer-main-frame .flyer-main-image {
    transition: opacity 0.35s ease;
}

.flyer-main-frame.is-switching .flyer-main-image {
    opacity: 0.2;
}

html[data-theme="light"] .flyer-main-frame {
    background: transparent;
}

html[data-theme="soft"] .flyer-main-frame {
    background: transparent;
}

html[data-theme="dim"] .flyer-main-frame {
    background: transparent;
}

html[data-theme="dark"] .flyer-main-frame {
    background: transparent;
}


.flyer-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.flyer-thumb-image {
    width: 100%;
    height: 64px;
    object-fit: contain;
    object-position: center;
    background: rgba(15, 23, 42, 0.72);
    display: block;
    pointer-events: none;
    user-select: none;
}

.table-cover-image {
    width: 56px;
    height: 56px;
    object-fit: contain;
    object-position: center;
    background: rgba(15, 23, 42, 0.72);
}

.flyer-overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.flyer-meta.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.flyer-thumb.is-active {
    border-color: rgb(129 140 248);
    box-shadow: 0 0 0 2px rgba(129, 140, 248, 0.25);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .flyer-hero-shell {
        max-width: 100%;
    }

    .flyer-main-frame {
        width: 100%;
        height: 500px;
    }

    .flyer-main-image {
        width: 100%;
        height: 100%;
    }

    .flyer-thumb-image {
        height: 56px;
    }
}
