.renewal-page {
    --renewal-green: #12b981;
    --renewal-green-dark: #079669;
    --renewal-ink: #172033;
    --renewal-muted: #718096;
    --renewal-line: #e2e8f0;
    --renewal-surface: #ffffff;
    --renewal-board: #f7f9fc;
    margin: 0 -12px -24px;
    color: var(--renewal-ink);
}

.renewal-overview {
    padding: 0 12px 20px;
    background: var(--renewal-surface);
    border-bottom: 1px solid var(--renewal-line);
}

.renewal-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.renewal-kpi {
    min-height: 104px;
    padding: 18px 20px;
    border: 1px solid #edf1f5;
    border-radius: 14px;
    background: #f8fafc;
}

.renewal-kpi.is-risk {
    color: #d92d4c;
    border-color: #ffd6dc;
    background: #fff1f3;
}

.renewal-kpi__label {
    display: block;
    margin-bottom: 7px;
    color: #718096;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.renewal-kpi.is-risk .renewal-kpi__label { color: #d92d4c; }

.renewal-kpi__value {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 15px;
    color: #718096;
}

.renewal-kpi__value strong {
    color: var(--renewal-ink);
    font-size: 28px;
    line-height: 1;
}

.renewal-kpi.is-risk .renewal-kpi__value,
.renewal-kpi.is-risk .renewal-kpi__value strong { color: #d92d4c; }
.renewal-kpi__trend { color: var(--renewal-green-dark); font-weight: 700; }

.renewal-metrics {
    display: flex;
    gap: 1px;
    margin-top: 16px;
    overflow-x: auto;
    border: 1px solid var(--renewal-line);
    border-radius: 12px;
    background: var(--renewal-line);
    scrollbar-width: thin;
}

.renewal-metric {
    min-width: 112px;
    flex: 1 0 auto;
    padding: 10px 14px;
    background: #fff;
}

.renewal-metric span {
    display: block;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.renewal-metric strong { display: block; margin-top: 2px; font-size: 14px; }

.renewal-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 18px;
}

.renewal-toolbar__label { color: var(--renewal-muted); font-size: 13px; font-weight: 700; white-space: nowrap; }
.renewal-toolbar__spacer { flex: 1; }
.renewal-toolbar .form-select,
.renewal-toolbar .form-control {
    min-height: 39px;
    border-color: var(--renewal-line);
    border-radius: 9px;
    background-color: #fbfcfe;
    font-size: 13px;
}
.renewal-toolbar__search { position: relative; width: min(300px, 100%); }
.renewal-toolbar__search i { position: absolute; top: 50%; left: 12px; color: #94a3b8; transform: translateY(-50%); }
.renewal-toolbar__search .form-control { padding-left: 36px; }
.renewal-toolbar__advanced { border-radius: 9px; white-space: nowrap; }
.renewal-toolbar__advanced.is-active { color: var(--renewal-green-dark); border-color: #a7f3d0; background: #ecfdf5; }

.renewal-advanced-filters {
    margin-top: 14px;
    padding: 16px;
    border: 1px solid var(--renewal-line);
    border-radius: 12px;
    background: #f8fafc;
}
.renewal-advanced-filters[hidden] { display: none !important; }
.renewal-advanced-filters label { margin-bottom: 5px; color: #64748b; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.renewal-board-wrap {
    overflow-x: auto;
    padding: 24px 12px 28px;
    background: var(--renewal-board);
    scrollbar-color: #cbd5e1 transparent;
}

.renewal-board {
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: max-content;
    min-width: 100%;
    min-height: 620px;
}

.renewal-column {
    display: flex;
    flex: 0 0 314px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3eaf2;
    border-radius: 14px;
    background: #f3f6f9;
}

.renewal-column__header {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 59px;
    padding: 14px 15px;
    border-bottom: 1px solid #e3eaf2;
    background: #eef2f6;
}
.renewal-column[data-tone="blue"] .renewal-column__header { background: #eff6ff; }
.renewal-column[data-tone="violet"] .renewal-column__header { background: #f5f3ff; }
.renewal-column[data-tone="amber"] .renewal-column__header { background: #fffbeb; }
.renewal-column[data-tone="green"] .renewal-column__header { background: #ecfdf5; }
.renewal-column[data-tone="red"] .renewal-column__header { background: #fff1f2; }

.renewal-column__dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #94a3b8; }
.renewal-column[data-tone="blue"] .renewal-column__dot { background: #3b82f6; }
.renewal-column[data-tone="violet"] .renewal-column__dot { background: #8b5cf6; }
.renewal-column[data-tone="amber"] .renewal-column__dot { background: #f59e0b; }
.renewal-column[data-tone="green"] .renewal-column__dot { background: var(--renewal-green); }
.renewal-column[data-tone="red"] .renewal-column__dot { background: #f43f5e; }
.renewal-column__title { margin: 0; font-size: 15px; font-weight: 800; }
.renewal-column__count { padding: 3px 9px; border-radius: 999px; background: #e2e8f0; color: #64748b; font-size: 11px; font-weight: 800; }
.renewal-column[data-tone="blue"] .renewal-column__count { color: #2563eb; background: #dbeafe; }
.renewal-column[data-tone="violet"] .renewal-column__count { color: #7c3aed; background: #ede9fe; }
.renewal-column[data-tone="amber"] .renewal-column__count { color: #b45309; background: #fef3c7; }
.renewal-column[data-tone="green"] .renewal-column__count { color: #047857; background: #d1fae5; }
.renewal-column[data-tone="red"] .renewal-column__count { color: #be123c; background: #ffe4e6; }
.renewal-column__menu {
    display: inline-grid;
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 7px;
    color: #94a3b8;
    background: transparent;
    cursor: pointer;
}
.renewal-column__menu:hover,
.renewal-column__menu[aria-pressed="true"] { color: #047857; background: rgba(16, 185, 129, .12); }
.renewal-column__body { display: grid; align-content: start; gap: 12px; padding: 13px; }

.renewal-card {
    position: relative;
    padding: 15px;
    border: 1px solid #dce5ed;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(15, 23, 42, .045);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.renewal-card:hover { border-color: #86efac; box-shadow: 0 7px 18px rgba(15, 23, 42, .08); transform: translateY(-1px); }
.renewal-card.is-risk { border-color: #fecdd3; box-shadow: 0 0 0 1px #fff1f2; }
.renewal-card.is-renewed { opacity: .88; }
.renewal-card.is-renewed:hover { opacity: 1; }
.renewal-card__select { position: absolute; top: 13px; right: 13px; }
.renewal-card__top { display: flex; align-items: center; gap: 7px; padding-right: 25px; }
.renewal-card__support { display: inline-flex; padding: 5px 8px; border-radius: 6px; color: #2563eb; background: #eff6ff; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.renewal-card__support.is-mecenat { color: #059669; background: #ecfdf5; }
.renewal-card__score { margin-left: auto; color: #64748b; font-size: 11px; font-weight: 800; }
.renewal-card__risk { display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: 6px; color: #e11d48; background: #fff1f2; font-size: 10px; font-weight: 800; }
.renewal-card__title { margin: 12px 0 3px; font-size: 16px; font-weight: 800; }
.renewal-card__contact,
.renewal-card__source { color: #718096; font-size: 12px; line-height: 1.45; }
.renewal-card__proposal { margin: 11px 0; padding: 9px 10px; border-radius: 8px; background: #f8fafc; font-size: 12px; }
.renewal-card__proposal span { display: block; color: #94a3b8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.renewal-card__proposal strong { display: block; margin-top: 2px; }
.renewal-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #64748b; font-size: 11px; }
.renewal-card__avatar { display: inline-grid; width: 24px; height: 24px; place-items: center; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 50%; background: #ecfdf5; color: #047857; font-size: 9px; font-weight: 900; }
.renewal-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.renewal-card__followup { color: #d97706; font-weight: 700; }
.renewal-card__notes { margin-top: 9px; color: #64748b; font-size: 11px; }
.renewal-card__notes summary { cursor: pointer; color: #475569; font-weight: 700; }
.renewal-card__actions { display: flex; align-items: center; gap: 6px; margin-top: 12px; padding-top: 11px; border-top: 1px solid #eef2f7; }
.renewal-card__actions .form-select { min-width: 0; height: 32px; padding-top: 3px; padding-bottom: 3px; font-size: 11px; }
.renewal-card__icon-btn { display: inline-flex; width: 32px; height: 32px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid #dfe7ef; border-radius: 8px; color: #64748b; background: #fff; text-decoration: none; }
.renewal-card__icon-btn:hover { color: #047857; border-color: #a7f3d0; background: #ecfdf5; }
.renewal-card__icon-btn.is-primary { color: #fff; border-color: var(--renewal-green-dark); background: var(--renewal-green-dark); }
.renewal-card__icon-btn.is-success { color: #047857; border-color: #a7f3d0; background: #ecfdf5; }
.renewal-column__empty { padding: 30px 12px; color: #94a3b8; font-size: 12px; text-align: center; }

.renewal-bulk {
    position: fixed;
    z-index: 1060;
    right: 28px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: calc(100vw - 56px);
    padding: 11px 12px;
    border: 1px solid #dbe5ee;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15, 23, 42, .22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity .2s ease, transform .2s ease;
}
.renewal-bulk.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.renewal-bulk__count { display: inline-grid; min-width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--renewal-green-dark); font-weight: 800; }
.renewal-bulk .form-select { width: auto; min-width: 160px; }
.renewal-bulk [hidden] { display: none !important; }
.renewal-page:has(.renewal-bulk-confirm-modal.show) .renewal-bulk { z-index: 1040; }

.renewal-bulk-confirm { overflow: hidden; border: 0; border-radius: 18px; box-shadow: 0 24px 70px rgba(15, 23, 42, .24); }
.renewal-bulk-confirm__visual { display: grid; height: 92px; place-items: end center; background: linear-gradient(135deg, #ecfdf5, #dff8ee); }
.renewal-bulk-confirm__visual > span { display: grid; width: 58px; height: 58px; margin-bottom: -20px; place-items: center; border: 5px solid #fff; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #10b981, #07875f); box-shadow: 0 9px 22px rgba(7, 150, 105, .23); font-size: 27px; }
.renewal-bulk-confirm__body { padding: 35px 30px 22px; text-align: center; }
.renewal-bulk-confirm__eyebrow { color: #079669; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.renewal-bulk-confirm__body h2 { margin: 5px 0 9px; color: #172033; font-size: 20px; font-weight: 850; letter-spacing: -.02em; }
.renewal-bulk-confirm__body > p { max-width: 400px; margin: 0 auto; color: #64748b; font-size: 13px; line-height: 1.55; }
.renewal-bulk-confirm__body > p strong { color: #172033; }
.renewal-bulk-confirm__notice { display: flex; align-items: center; gap: 9px; margin-top: 18px; padding: 11px 13px; border-radius: 10px; color: #166534; background: #effcf5; font-size: 11px; text-align: left; }
.renewal-bulk-confirm__notice > i { flex: 0 0 auto; font-size: 18px; }
.renewal-bulk-confirm__footer { display: flex; justify-content: flex-end; gap: 9px; padding: 15px 20px; border-top: 1px solid #e8edf2; background: #fbfcfd; }
.renewal-bulk-confirm__footer .btn { min-height: 40px; padding-inline: 17px; border-radius: 9px; font-size: 12px; font-weight: 750; }

.renewal-convert {
    --convert-green: #079669;
    --convert-green-soft: #ecfdf5;
    --convert-ink: #172033;
    --convert-muted: #64748b;
    overflow: hidden;
    color: var(--convert-ink);
    background: #fff;
}

.renewal-convert__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    border-bottom: 1px solid #dcefe7;
    background: linear-gradient(120deg, #f0fdf8 0%, #f7fffc 58%, #eefbf6 100%);
}

.renewal-convert__header::after {
    position: absolute;
    right: 80px;
    bottom: -46px;
    width: 150px;
    height: 150px;
    border: 28px solid rgba(16, 185, 129, .06);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.renewal-convert__header-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #b7ead7;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, #10b981, #07875f);
    box-shadow: 0 8px 20px rgba(7, 150, 105, .2);
    font-size: 25px;
}

.renewal-convert__heading { position: relative; z-index: 1; min-width: 0; }
.renewal-convert__heading > span { display: block; margin-bottom: 3px; color: var(--convert-green); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.renewal-convert__heading h2 { margin: 0; font-size: 21px; font-weight: 850; letter-spacing: -.02em; }
.renewal-convert__heading p { margin: 3px 0 0; color: var(--convert-muted); font-size: 13px; }
.renewal-convert__close { position: relative; z-index: 2; margin-left: auto; }
.renewal-convert__body { padding: 22px 28px 24px; background: #fbfcfd; }

.renewal-convert__partner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #e6ebf0;
    border-radius: 12px;
    background: #fff;
}
.renewal-convert__avatar { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 11px; color: #fff; background: #25324a; font-size: 16px; font-weight: 900; }
.renewal-convert__partner strong { display: block; font-size: 14px; }
.renewal-convert__partner span:not(.renewal-convert__status) { display: flex; align-items: center; gap: 5px; margin-top: 2px; color: var(--convert-muted); font-size: 11px; }
.renewal-convert__status { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; padding: 5px 9px; border-radius: 999px; color: #b45309; background: #fffbeb; font-size: 10px; font-weight: 800; text-transform: uppercase; }

.renewal-convert__flow { display: grid; grid-template-columns: minmax(0, .88fr) 38px minmax(0, 1.12fr); align-items: stretch; }
.renewal-convert__edition { padding: 18px; border: 1px solid #e4eaf0; border-radius: 14px; background: #fff; }
.renewal-convert__edition.is-target { border-color: #aee6d1; box-shadow: 0 0 0 3px rgba(16, 185, 129, .055); }
.renewal-convert__edition-title { display: flex; align-items: center; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid #edf1f4; }
.renewal-convert__edition-title > i { margin-left: auto; color: #94a3b8; font-size: 20px; }
.renewal-convert__edition.is-target .renewal-convert__edition-title > i { color: var(--convert-green); }
.renewal-convert__edition-title small,
.renewal-convert__edition-title strong { display: block; }
.renewal-convert__edition-title small { color: #94a3b8; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.renewal-convert__edition-title strong { margin-top: 1px; font-size: 13px; }
.renewal-convert__step { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border-radius: 8px; color: #64748b; background: #eef2f6; font-size: 11px; font-weight: 900; }
.renewal-convert__edition.is-target .renewal-convert__step { color: #fff; background: var(--convert-green); }
.renewal-convert__edition dl { display: grid; gap: 9px; margin: 14px 0 0; }
.renewal-convert__edition dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.renewal-convert__edition dt { color: #94a3b8; font-size: 10px; font-weight: 700; }
.renewal-convert__edition dd { margin: 0; font-size: 12px; font-weight: 800; text-align: right; }
.renewal-convert__edition dl > .is-amount { margin-top: 2px; padding-top: 9px; border-top: 1px dashed #e2e8f0; }
.renewal-convert__edition dl > .is-amount dd { color: var(--convert-green); font-size: 16px; }
.renewal-convert__arrow { display: grid; place-items: center; color: var(--convert-green); }
.renewal-convert__arrow i { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #b7ead7; border-radius: 50%; background: var(--convert-green-soft); }

.renewal-convert__fields { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(120px, .75fr); gap: 12px; margin-top: 14px; }
.renewal-convert__fields label,
.renewal-convert__notes label { display: block; margin-bottom: 6px; color: #475569; font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.renewal-convert__fields .form-control,
.renewal-convert__fields .form-select,
.renewal-convert__fields .input-group-text,
.renewal-convert__notes .form-control { border-color: #dce4ea; font-size: 12px; }
.renewal-convert__fields .form-control,
.renewal-convert__fields .form-select { min-height: 39px; }
.renewal-convert__fields .input-group-text { color: #64748b; background: #f8fafc; font-weight: 800; }
.renewal-convert__notes { margin-top: 16px; padding: 15px 16px; border: 1px solid #e5eaf0; border-radius: 12px; background: #fff; }
.renewal-convert__notes label i { margin-right: 5px; color: var(--convert-green); font-size: 14px; }
.renewal-convert__notes label span { margin-left: 5px; color: #94a3b8; font-weight: 600; letter-spacing: 0; text-transform: none; }
.renewal-convert__notes textarea { resize: vertical; }

.renewal-convert__empty { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 12px; border-radius: 10px; color: #b45309; background: #fffbeb; font-size: 11px; }
.renewal-convert__empty > i { flex: 0 0 auto; font-size: 21px; }
.renewal-convert__empty strong,
.renewal-convert__empty span { display: block; }
.renewal-convert__notice { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; padding: 12px 14px; border-radius: 11px; color: #166534; background: #effcf5; }
.renewal-convert__notice > i { margin-top: 1px; font-size: 19px; }
.renewal-convert__notice p { margin: 0; font-size: 11px; line-height: 1.45; }
.renewal-convert__notice strong { display: block; margin-bottom: 1px; font-size: 12px; }

.renewal-convert__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 28px; border-top: 1px solid #e5eaf0; background: #fff; }
.renewal-convert__footer > span { display: flex; align-items: center; gap: 5px; color: #94a3b8; font-size: 10px; }
.renewal-convert__footer > div { display: flex; gap: 8px; }
.renewal-convert__footer .btn { min-height: 39px; padding-inline: 17px; border-radius: 9px; font-size: 12px; font-weight: 750; }

@media (max-width: 1199.98px) {
    .renewal-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .renewal-toolbar { flex-wrap: wrap; }
    .renewal-toolbar__spacer { display: none; }
}

@media (max-width: 767.98px) {
    .renewal-page { margin-inline: -4px; }
    .renewal-overview { padding-inline: 4px; }
    .renewal-kpis { grid-template-columns: 1fr; }
    .renewal-kpi { min-height: auto; }
    .renewal-toolbar > * { width: 100%; }
    .renewal-toolbar__label { width: auto; }
    .renewal-board-wrap { padding-inline: 4px; }
    .renewal-column { flex-basis: min(300px, calc(100vw - 48px)); }
    .renewal-bulk { right: 12px; bottom: 12px; left: 12px; flex-wrap: wrap; max-width: none; }
    .renewal-bulk .form-select { flex: 1 1 160px; }
    .renewal-convert__header,
    .renewal-convert__body,
    .renewal-convert__footer { padding-inline: 18px; }
    .renewal-convert__flow { grid-template-columns: 1fr; }
    .renewal-convert__arrow { height: 34px; transform: rotate(90deg); }
    .renewal-convert__fields { grid-template-columns: 1fr; }
    .renewal-convert__footer { align-items: stretch; flex-direction: column; }
    .renewal-convert__footer > div { justify-content: flex-end; }
}

[data-bs-theme="dark"] .renewal-page {
    --renewal-ink: #e5edf7;
    --renewal-muted: #9aabc0;
    --renewal-line: #334155;
    --renewal-surface: #182235;
    --renewal-board: #111827;
}
[data-bs-theme="dark"] .renewal-kpi,
[data-bs-theme="dark"] .renewal-metric,
[data-bs-theme="dark"] .renewal-card,
[data-bs-theme="dark"] .renewal-bulk { background: #1e293b; border-color: #334155; }
[data-bs-theme="dark"] .renewal-column { background: #182235; border-color: #334155; }
[data-bs-theme="dark"] .renewal-column__header,
[data-bs-theme="dark"] .renewal-column[data-tone] .renewal-column__header { background: #202c40; border-color: #334155; }
[data-bs-theme="dark"] .renewal-card__proposal,
[data-bs-theme="dark"] .renewal-advanced-filters { background: #111827; }
[data-bs-theme="dark"] .renewal-convert {
    --convert-ink: #edf4fb;
    --convert-muted: #a7b5c8;
    background: #182235;
}
[data-bs-theme="dark"] .renewal-convert__header { border-color: #304a43; background: linear-gradient(120deg, #17342f, #182b2b 58%, #172a28); }
[data-bs-theme="dark"] .renewal-convert__close { filter: invert(1) grayscale(100%) brightness(180%); }
[data-bs-theme="dark"] .renewal-convert__body { background: #111827; }
[data-bs-theme="dark"] .renewal-convert__partner,
[data-bs-theme="dark"] .renewal-convert__edition,
[data-bs-theme="dark"] .renewal-convert__notes,
[data-bs-theme="dark"] .renewal-convert__footer { border-color: #334155; background: #1e293b; }
[data-bs-theme="dark"] .renewal-convert__edition.is-target { border-color: #23795e; }
[data-bs-theme="dark"] .renewal-convert__edition-title { border-color: #334155; }
[data-bs-theme="dark"] .renewal-convert__fields .form-control,
[data-bs-theme="dark"] .renewal-convert__fields .form-select,
[data-bs-theme="dark"] .renewal-convert__fields .input-group-text,
[data-bs-theme="dark"] .renewal-convert__notes .form-control { border-color: #405069; color: #edf4fb; background-color: #162033; }
[data-bs-theme="dark"] .renewal-convert__notice { color: #a7f3d0; background: #15352e; }
[data-bs-theme="dark"] .renewal-bulk-confirm { background: #1e293b; }
[data-bs-theme="dark"] .renewal-bulk-confirm__visual { background: linear-gradient(135deg, #17342f, #1b4037); }
[data-bs-theme="dark"] .renewal-bulk-confirm__visual > span { border-color: #1e293b; }
[data-bs-theme="dark"] .renewal-bulk-confirm__body h2,
[data-bs-theme="dark"] .renewal-bulk-confirm__body > p strong { color: #edf4fb; }
[data-bs-theme="dark"] .renewal-bulk-confirm__body > p { color: #a7b5c8; }
[data-bs-theme="dark"] .renewal-bulk-confirm__notice { color: #a7f3d0; background: #15352e; }
[data-bs-theme="dark"] .renewal-bulk-confirm__footer { border-color: #334155; background: #182235; }
