/* PixoGO – UI-Erweiterungen (Brand-Variablen: --brand-rgb, --brand-hex) */

/* ── Pixel-Hintergrund ── */
/* Intro-Feature-Karten (unter Header) */
.intro-feature-grid {
    position: relative;
    display: none;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .intro-feature-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
        margin-bottom: 2rem;
    }
}
.intro-feature-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    text-align: left;
    padding: 1.15rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgb(51 65 85 / 0.7);
    background: linear-gradient(145deg, rgb(30 41 59 / 0.55), rgb(15 23 42 / 0.88));
    box-shadow: 0 1px 0 rgb(255 255 255 / 0.04) inset;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    overflow: visible;
    min-width: 0;
}
.intro-feature-card:hover {
    transform: translateY(-2px);
}
.intro-feature-card--lead {
    border-color: rgba(var(--brand-rgb), 0.45);
    background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.22) 0%, rgb(30 27 75 / 0.5) 45%, rgb(15 23 42 / 0.92) 100%);
    box-shadow: 0 12px 32px rgba(var(--brand-rgb), 0.12);
}
.intro-feature-card--lead:hover {
    border-color: rgba(var(--brand-rgb), 0.65);
    box-shadow: 0 14px 36px rgba(var(--brand-rgb), 0.2);
}
.intro-feature-card--speed {
    border-color: rgb(245 158 11 / 0.35);
    background: linear-gradient(135deg, rgb(120 53 15 / 0.35) 0%, rgb(15 23 42 / 0.9) 55%);
    box-shadow: 0 12px 32px rgb(245 158 11 / 0.08);
}
.intro-feature-card--speed:hover {
    border-color: rgb(251 191 36 / 0.55);
    box-shadow: 0 14px 36px rgb(245 158 11 / 0.15);
}
.intro-feature-card--private {
    border-color: rgb(52 211 153 / 0.35);
    background: linear-gradient(135deg, rgb(6 78 59 / 0.4) 0%, rgb(15 23 42 / 0.9) 55%);
    box-shadow: 0 12px 32px rgb(16 185 129 / 0.08);
}
.intro-feature-card--private:hover {
    border-color: rgb(110 231 183 / 0.5);
    box-shadow: 0 14px 36px rgb(16 185 129 / 0.14);
}
@media (min-width: 768px) {
    .intro-feature-card--lead .intro-feature-title {
        font-size: 1.125rem;
    }
}
.intro-feature-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(30 41 59 / 0.8);
    border: 1px solid rgb(51 65 85);
    color: rgb(148 163 184);
}
.intro-feature-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}
.intro-feature-icon--brand {
    color: color-mix(in srgb, rgb(var(--brand-rgb)) 55%, white);
    background: rgba(var(--brand-rgb), 0.2);
    border-color: rgba(var(--brand-rgb), 0.45);
    box-shadow: 0 0 20px rgba(var(--brand-rgb), 0.15);
}
.intro-feature-icon--speed {
    color: rgb(253 230 138);
    background: rgb(180 83 9 / 0.35);
    border-color: rgb(245 158 11 / 0.5);
    box-shadow: 0 0 18px rgb(245 158 11 / 0.2);
}
.intro-feature-icon--private {
    color: rgb(167 243 208);
    background: rgb(6 95 70 / 0.45);
    border-color: rgb(52 211 153 / 0.45);
    box-shadow: 0 0 18px rgb(16 185 129 / 0.18);
}
.intro-feature-card--speed .intro-feature-heading { color: rgb(253 230 138); }
.intro-feature-card--private .intro-feature-heading { color: rgb(167 243 208); }
.intro-feature-card--lead .intro-feature-title {
    background: linear-gradient(90deg, rgb(248 250 252), color-mix(in srgb, rgb(var(--brand-rgb)) 40%, white));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.intro-feature-body {
    min-width: 0;
    flex: 1;
}
.intro-feature-title {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: rgb(248 250 252);
    margin: 0 0 0.35rem;
}
@media (min-width: 640px) {
    .intro-feature-title { font-size: 1.65rem; }
}
.intro-feature-heading {
    font-size: 0.9375rem;
    font-weight: 600;
    color: rgb(226 232 240);
    margin: 0 0 0.25rem;
}
.intro-feature-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgb(148 163 184);
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}
.intro-feature-card--private .intro-feature-text {
    font-size: 0.75rem;
    line-height: 1.55;
}
@media (min-width: 1024px) {
    .intro-feature-card--private .intro-feature-text {
        font-size: 0.8125rem;
    }
}
.intro-feature-card--lead .intro-feature-text {
    font-size: 0.8125rem;
}

.hero-pixel-wrap {
    position: relative;
}
.hero-pixel-wrap::before {
    content: '';
    position: absolute;
    inset: -2rem -1rem 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        radial-gradient(circle at center, rgba(var(--brand-rgb), 0.45) 1px, transparent 1px);
    background-size: 14px 14px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
}
.pixel-accent-dropzone::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.25s;
    background-image: radial-gradient(circle, rgba(var(--brand-rgb), 0.35) 1px, transparent 1px);
    background-size: 10px 10px;
}
.drop-zone:hover.pixel-accent-dropzone::after,
.drop-zone.drag-over.pixel-accent-dropzone::after {
    opacity: 0.5;
}

/* ── Flow & Orientierung ── */
.flow-step-clickable:focus-visible {
    outline: 2px solid rgb(var(--brand-rgb));
    outline-offset: 3px;
    border-radius: 0.375rem;
}
.flow-step-active .flow-step-num {
    border-color: rgb(var(--brand-rgb)) !important;
    background: rgba(var(--brand-rgb), 0.15) !important;
    color: color-mix(in srgb, rgb(var(--brand-rgb)) 70%, white) !important;
}
.flow-step-done + .flow-connector,
.flow-step-active + .flow-connector {
    background: rgba(var(--brand-rgb), 0.4) !important;
}
.flow-step-success.flow-step-active {
    color: rgb(167 243 208) !important;
}
.flow-step-success.flow-step-active .flow-step-num {
    border-color: rgb(52 211 153) !important;
    background: rgba(16, 185, 129, 0.2) !important;
    color: rgb(110 231 183) !important;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.35);
}
#flowSuccessBanner {
    border: 1px solid rgba(16, 185, 129, 0.35);
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(var(--brand-rgb), 0.08));
}
/* Header – dezentes Pixel-Muster */
.site-header-pixel {
    position: relative;
    overflow: hidden;
}
.site-header-pixel > * {
    position: relative;
    z-index: 1;
}
.site-header-pixel::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image: radial-gradient(circle at center, rgba(var(--brand-rgb), 0.5) 1px, transparent 1px);
    background-size: 12px 12px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
}

/* Preset-Karten */
.preset-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}
@media (min-width: 360px) {
    .preset-card-grid { grid-template-columns: repeat(3, 1fr); }
}
.preset-card {
    text-align: left;
    padding: 0.75rem 0.65rem;
    border-radius: 0.875rem;
    border: 1px solid rgb(51 65 85);
    background: rgb(15 23 42 / 0.65);
    transition: border-color 0.15s, background 0.15s, transform 0.15s, box-shadow 0.15s;
}
.preset-card:hover {
    border-color: rgba(var(--brand-rgb), 0.45);
    background: rgba(var(--brand-rgb), 0.06);
}
.preset-card.active {
    border-color: rgb(var(--brand-rgb));
    background: rgba(var(--brand-rgb), 0.12);
    box-shadow: 0 0 0 1px rgba(var(--brand-rgb), 0.2);
}
.preset-card-title {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgb(226 232 240);
}
.preset-card-sub {
    display: block;
    font-size: 0.625rem;
    color: rgb(100 116 139);
    margin-top: 0.15rem;
    line-height: 1.3;
}
.settings-details-block {
    border: 1px solid rgb(51 65 85);
    border-radius: 0.875rem;
    background: rgb(2 6 23 / 0.35);
    overflow: hidden;
}
.settings-details-block summary {
    cursor: pointer;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgb(203 213 225);
    list-style: none;
}
.settings-details-block summary::-webkit-details-marker { display: none; }
.settings-details-block[open] summary {
    border-bottom: 1px solid rgb(51 65 85);
}
.settings-details-inner {
    padding: 1rem;
    space-y: 1.25rem;
}

/* ── Ergebnis-Bereich ── */
.result-tile {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s, opacity 0.25s ease, filter 0.25s ease;
}
.result-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    border-color: rgba(var(--brand-rgb), 0.35) !important;
}
.result-tile--expired {
    opacity: 0.52;
    filter: grayscale(0.45);
    border-color: rgb(51 65 85 / 0.55) !important;
    pointer-events: none;
    position: relative;
}
.result-tile--expired::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgb(15 23 42 / 0.35);
    pointer-events: none;
    z-index: 4;
}
.result-tile--expired:hover {
    transform: none;
    box-shadow: none;
}
.result-tile--expired .result-tile-actions {
    position: relative;
    z-index: 6;
    pointer-events: auto;
}
.result-tile--expired .result-tile-actions [data-result-delete] {
    pointer-events: auto;
    opacity: 1;
    filter: none;
}
.result-tile--expired [data-result-download],
.result-tile--expired [data-native-share],
.result-tile--expired [data-open-qr] {
    pointer-events: none;
}
html[data-theme-resolved="light"] .result-tile--expired {
    opacity: 0.58;
    filter: grayscale(0.35);
    border-color: var(--cv-border, #e4e4e7) !important;
    background-color: var(--cv-surface-muted, #fafafa) !important;
}
.result-done-header .result-done-actions a,
.result-done-header .result-done-actions button {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
}
@media (min-width: 640px) {
    .result-done-header .result-done-actions a,
    .result-done-header .result-done-actions button {
        flex: 0 1 auto;
    }
}
.result-tile-actions {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 0.35rem !important;
    align-items: stretch;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
}
.result-tile-actions .result-action-btn {
    min-height: 2.25rem !important;
    min-width: 2.25rem;
    padding: 0.4rem 0.55rem !important;
    flex-shrink: 0;
}
.result-tile-actions [data-result-download] {
    flex: 0 0 auto;
    min-width: 2.25rem;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
@media (max-width: 479px) {
    .result-tile-actions {
        flex-wrap: wrap;
        overflow-x: visible;
    }
    .result-tile-actions [data-result-download] {
        flex: 0 0 auto;
        width: auto;
    }
}
.result-badge-saved {
    color: rgb(110 231 183) !important;
    border-color: rgba(16, 185, 129, 0.4) !important;
    background: rgba(16, 185, 129, 0.15) !important;
}
.result-badge-grew {
    color: rgb(252 211 77) !important;
    border-color: rgba(251, 191, 36, 0.4) !important;
    background: rgba(251, 191, 36, 0.12) !important;
}

/* ── Toast ── */
#toastStack {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: min(22rem, calc(100vw - 2rem));
    pointer-events: none;
}
@media (max-width: 1023px) {
    body.has-mobile-bar #toastStack {
        left: 1rem;
        right: 1rem;
        bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
        max-width: none;
    }
}
.toast {
    pointer-events: auto;
    padding: 0.75rem 1rem;
    border-radius: 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    border: 1px solid rgb(51 65 85);
    background: rgba(15, 23, 42, 0.96);
    color: rgb(226 232 240);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s, transform 0.25s;
}
.toast-visible {
    opacity: 1;
    transform: translateY(0);
}
.toast-success { border-color: rgba(16, 185, 129, 0.4); }
.toast-warning { border-color: rgba(251, 191, 36, 0.4); color: rgb(253 230 138); }
.toast-error { border-color: rgba(239, 68, 68, 0.4); color: rgb(254 202 202); }
.toast-info { border-color: rgba(var(--brand-rgb), 0.35); }

/* ── Header-Navigation ── */
.header-pill-nav {
    flex-wrap: wrap;
}
.header-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    font-size: 0.6875rem;
    font-weight: 500;
    border-radius: 9999px;
    border: 1px solid rgb(51 65 85 / 0.85);
    color: rgb(148 163 184);
    background: rgb(15 23 42 / 0.45);
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    white-space: nowrap;
}
.header-pill:hover {
    border-color: rgba(var(--brand-rgb), 0.45);
    color: rgb(226 232 240);
    background: rgba(var(--brand-rgb), 0.08);
}
@media (min-width: 640px) {
    .header-pill {
        font-size: 0.75rem;
        padding: 0.4rem 0.85rem;
    }
}
html[data-theme-resolved="light"] .header-pill {
    border-color: var(--cv-border, #e4e4e7);
    background: var(--cv-surface, #fff);
    color: var(--cv-text-muted, #52525b);
    box-shadow: var(--cv-shadow-sm, 0 1px 2px rgb(24 24 27 / 0.05));
}
html[data-theme-resolved="light"] .header-pill:hover {
    border-color: color-mix(in srgb, rgb(var(--brand-rgb)) 30%, var(--cv-border, #e4e4e7));
    color: var(--cv-text, #18181b);
    background: var(--cv-accent-soft, color-mix(in srgb, rgb(var(--brand-rgb)) 9%, white));
}

/* ── Teilen-Seite ── */
.convtr-share-page .share-page-main {
    max-width: min(100%, 32rem);
}
.share-card {
    border-radius: 1.25rem;
    border: 1px solid rgba(var(--brand-rgb), 0.2);
    background: rgba(15, 23, 42, 0.88);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04),
        0 24px 48px rgba(0, 0, 0, 0.45),
        0 0 60px rgba(var(--brand-rgb), 0.08);
    overflow: hidden;
}
.share-card-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}
.share-pill {
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid rgb(51 65 85);
    font-variant-numeric: tabular-nums;
}
.share-pill-timer {
    border-color: rgba(var(--brand-rgb), 0.35);
    background: rgba(var(--brand-rgb), 0.1);
    color: color-mix(in srgb, rgb(var(--brand-rgb)) 75%, white);
    font-family: ui-monospace, monospace;
}
@media (min-width: 1024px) {
    .convtr-share-page .share-page-main {
        max-width: 42rem;
    }
    .convtr-share-page .share-card {
        border-radius: 1.5rem;
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.05),
            0 32px 64px rgba(0, 0, 0, 0.5),
            0 0 80px rgba(var(--brand-rgb), 0.1);
    }
    .convtr-share-page .share-card-status-row {
        gap: 0.625rem;
        justify-content: flex-start;
    }
    .convtr-share-page .share-pill {
        font-size: 0.8125rem;
        padding: 0.45rem 0.9rem;
    }
    .convtr-share-page .share-pill-timer {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
    }
    .convtr-share-page .size-bar-track {
        height: 8px;
    }
    .convtr-share-page .share-download-bar-track {
        height: 0.5rem;
    }
}
@media (min-width: 1280px) {
    .convtr-share-page .share-page-main {
        max-width: 48rem;
    }
}

/* Brand utility classes */
.brand-accent-text { color: color-mix(in srgb, rgb(var(--brand-rgb)) 85%, white) !important; }
.brand-format-active {
    border-color: rgb(var(--brand-rgb)) !important;
    background: rgba(var(--brand-rgb), 0.15) !important;
    color: color-mix(in srgb, rgb(var(--brand-rgb)) 70%, white) !important;
}
.brand-focus:focus-visible {
    outline: 2px solid rgb(var(--brand-rgb));
    outline-offset: 2px;
}
html[data-theme-resolved="light"] .intro-feature-card {
    background: linear-gradient(155deg, var(--cv-surface, #fff), var(--cv-surface-muted, #fafafa));
    border-color: var(--cv-border, #e4e4e7);
    box-shadow: var(--cv-shadow-md, 0 4px 16px rgb(24 24 27 / 0.07));
}
html[data-theme-resolved="light"] .intro-feature-card--lead {
    border-color: color-mix(in srgb, rgb(var(--brand-rgb)) 32%, var(--cv-border, #e4e4e7));
    background: linear-gradient(
        135deg,
        var(--cv-accent-muted, color-mix(in srgb, rgb(var(--brand-rgb)) 14%, white)) 0%,
        var(--cv-surface, #fff) 58%
    );
}
html[data-theme-resolved="light"] .intro-feature-card--speed {
    border-color: var(--cv-warning-border, #fde68a);
    background: linear-gradient(135deg, var(--cv-warning-bg, #fffbeb), var(--cv-surface, #fff) 62%);
}
html[data-theme-resolved="light"] .intro-feature-card--private {
    border-color: var(--cv-success-border, #a7f3d0);
    background: linear-gradient(135deg, var(--cv-success-bg, #ecfdf5), var(--cv-surface, #fff) 62%);
}
html[data-theme-resolved="light"] .intro-feature-card--lead .intro-feature-title {
    background: linear-gradient(
        100deg,
        var(--cv-text, #18181b),
        color-mix(in srgb, rgb(var(--brand-rgb)) 50%, var(--cv-text, #18181b))
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
html[data-theme-resolved="light"] .intro-feature-title { color: var(--cv-text, #18181b); }
html[data-theme-resolved="light"] .intro-feature-heading { color: var(--cv-text, #18181b); }
html[data-theme-resolved="light"] .intro-feature-card--speed .intro-feature-heading { color: var(--cv-warning-text, #b45309); }
html[data-theme-resolved="light"] .intro-feature-card--private .intro-feature-heading { color: var(--cv-success-text, #047857); }
html[data-theme-resolved="light"] .intro-feature-text { color: var(--cv-text-muted, #52525b); }
html[data-theme-resolved="light"] .intro-feature-icon {
    background: var(--cv-surface-inset, #f4f4f5);
    border-color: var(--cv-border, #e4e4e7);
    color: var(--cv-text-subtle, #71717a);
    box-shadow: none;
}
html[data-theme-resolved="light"] .intro-feature-icon--brand {
    background: var(--cv-accent-muted, color-mix(in srgb, rgb(var(--brand-rgb)) 14%, white));
    border-color: color-mix(in srgb, rgb(var(--brand-rgb)) 28%, var(--cv-border, #e4e4e7));
    color: rgb(var(--brand-rgb));
}
html[data-theme-resolved="light"] .intro-feature-icon--speed {
    background: var(--cv-warning-bg, #fffbeb);
    border-color: var(--cv-warning-border, #fde68a);
    color: var(--cv-warning-text, #b45309);
}
html[data-theme-resolved="light"] .intro-feature-icon--private {
    background: var(--cv-success-bg, #ecfdf5);
    border-color: var(--cv-success-border, #a7f3d0);
    color: var(--cv-success-text, #047857);
}
html[data-theme-resolved="light"] .site-header-pixel::before {
    opacity: 0.12;
}
html[data-theme-resolved="light"] .hero-pixel-wrap::before {
    opacity: 0.2;
}
html[data-theme-resolved="light"] .preset-card {
    border-color: var(--cv-border, #e4e4e7);
    background: var(--cv-surface, #fff);
    box-shadow: var(--cv-shadow-sm, 0 1px 2px rgb(24 24 27 / 0.05));
}
html[data-theme-resolved="light"] .preset-card:hover {
    background: var(--cv-accent-soft, color-mix(in srgb, rgb(var(--brand-rgb)) 9%, white));
}
html[data-theme-resolved="light"] .preset-card.active {
    background: var(--cv-accent-muted, color-mix(in srgb, rgb(var(--brand-rgb)) 14%, white));
    box-shadow: 0 0 0 1px color-mix(in srgb, rgb(var(--brand-rgb)) 18%, transparent);
}
html[data-theme-resolved="light"] .preset-card-title { color: var(--cv-text, #18181b); }
html[data-theme-resolved="light"] .preset-card-sub { color: var(--cv-text-subtle, #71717a); }
html[data-theme-resolved="light"] .settings-details-block {
    border-color: var(--cv-border, #e4e4e7);
    background: var(--cv-surface-muted, #fafafa);
}
html[data-theme-resolved="light"] .settings-details-block summary {
    color: var(--cv-text, #18181b);
}
html[data-theme-resolved="light"] .settings-details-block[open] summary {
    border-bottom-color: var(--cv-border, #e4e4e7);
}
html[data-theme-resolved="light"] #flowSuccessBanner {
    border-color: var(--cv-success-border, #a7f3d0);
    background: linear-gradient(135deg, var(--cv-success-bg, #ecfdf5), var(--cv-accent-soft, color-mix(in srgb, rgb(var(--brand-rgb)) 9%, white)));
}
html[data-theme-resolved="light"] .result-tile:hover {
    box-shadow: var(--cv-shadow-md, 0 4px 16px rgb(24 24 27 / 0.07));
}
html[data-theme-resolved="light"] .result-badge-saved {
    color: var(--cv-success-text, #047857) !important;
    border-color: var(--cv-success-border, #a7f3d0) !important;
    background: var(--cv-success-bg, #ecfdf5) !important;
}
html[data-theme-resolved="light"] .result-badge-grew {
    color: var(--cv-warning-text, #b45309) !important;
    border-color: var(--cv-warning-border, #fde68a) !important;
    background: var(--cv-warning-bg, #fffbeb) !important;
}
html[data-theme-resolved="light"] .toast {
    background: var(--cv-surface, #fff);
    color: var(--cv-text, #18181b);
    border-color: var(--cv-border, #e4e4e7);
    box-shadow: var(--cv-shadow-lg, 0 12px 32px rgb(24 24 27 / 0.08));
}
html[data-theme-resolved="light"] .toast-warning {
    color: var(--cv-warning-text, #b45309);
    background: var(--cv-warning-bg, #fffbeb);
    border-color: var(--cv-warning-border, #fde68a);
}
html[data-theme-resolved="light"] .toast-error {
    color: #b91c1c;
    background: #fef2f2;
    border-color: #fecaca;
}
html[data-theme-resolved="light"] .toast-success {
    border-color: var(--cv-success-border, #a7f3d0);
}
html[data-theme-resolved="light"] .flow-step-success.flow-step-active {
    color: var(--cv-success-text, #047857) !important;
}
html[data-theme-resolved="light"] .flow-step-success.flow-step-active .flow-step-num {
    border-color: var(--cv-success-border, #a7f3d0) !important;
    background: var(--cv-success-bg, #ecfdf5) !important;
    color: var(--cv-success-text, #047857) !important;
    box-shadow: none;
}
