/**
 * Carrier Module - Consolidated CSS
 * All styles extracted from resources/views/carrier/**/*.blade.php
 */

/* ===== Carrier-wide: Buttons & Form Controls ===== */
body.carrier-nav .btn, body.carrier-nav button:not(.close), body.carrier-nav .cli-btn, body.carrier-nav .bi-btn, body.carrier-nav .ci-btn, body.carrier-nav .pol-btn { font-size: 1.2rem !important; }
body.carrier-nav .wr-btn { font-size: 1.28rem !important; }
body.carrier-nav .dropdown-item { font-size: 1.2rem !important; }
body.carrier-nav .paginate_button { font-size: 1.2rem !important; }
body.carrier-nav .modal .btn { font-size: 1.2rem !important; }

/* Unified form controls: inputs, selects - same height (44px), font-size */
body.carrier-nav .form-control:not(textarea), body.carrier-nav select.form-control { min-height: 44px !important; font-size: 1.2rem !important; }
body.carrier-nav .modal .form-control:not(textarea), body.carrier-nav .modal select.form-control { min-height: 44px !important; font-size: 1.2rem !important; }

/* Unified filter inputs: same height (44px), border, padding, font-size */
.cli-filter__input, .cli-filter input[type="text"], .cli-filter input[type="search"], .cli-filter input[type="number"], .cli-filter select, .bi-filter__input, .bi-filter input, .bi-filter select, .ci-filter__input, .ci-filter input, .ci-filter select { min-height: 44px !important; padding: 0.5rem 0.85rem !important; font-size: 1.2rem !important; border: 1px solid #e2e8f0 !important; border-radius: 8px !important; width: 100% !important; box-sizing: border-box !important; }
.cli-filter input[type="checkbox"], .bi-filter input[type="checkbox"], .ci-filter input[type="checkbox"] { min-height: 22px !important; height: 22px !important; width: 22px !important; }
.cli-pill { min-height: 44px !important; padding: 0.5rem 1.25rem !important; font-size: 1.2rem !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
.bi-filter__input, .ci-filter__input { min-height: 44px !important; height: 44px !important; font-size: 1.2rem !important; padding: 0.5rem 0.85rem !important; }
.cli-filter .select2-container--default .select2-selection--single, .bi-filter .select2-container--default .select2-selection--single, .ci-filter .select2-container--default .select2-selection--single { min-height: 44px !important; height: 44px !important; }
.cli-filter .select2-container--default .select2-selection--single .select2-selection__rendered, .bi-filter .select2-container--default .select2-selection--single .select2-selection__rendered, .ci-filter .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 42px !important; font-size: 1.2rem !important; }
.cli-filter .select2-container--default .select2-selection--single .select2-selection__arrow, .bi-filter .select2-container--default .select2-selection--single .select2-selection__arrow, .ci-filter .select2-container--default .select2-selection--single .select2-selection__arrow { height: 42px !important; }

/* ===== Chosen/Select overrides (reports) ===== */
.chosen-container { width: 300px !important; }

/* ===== Client Index (cli-) ===== */
.cli-page { padding-bottom: 2rem; max-width: 1400px; margin: 0 auto; }
.cli-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.cli-header__main { display: flex; align-items: center; gap: 1rem; }
.cli-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #8b5cf6 0%, #7c3aed 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(139, 92, 246, 0.35); }
.cli-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.cli-header__subtitle { font-size: 1.5rem; color: #64748b; margin: 0; }
.cli-header__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.cli-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1.0625rem; text-decoration: none !important; border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; height: 45px; }
.cli-btn:hover { transform: translateY(-1px); text-decoration: none !important; }
.cli-btn--primary { background: linear-gradient(145deg, #10b981 0%, #059669 100%); color: #fff !important; box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35); }
.cli-btn--primary:hover { box-shadow: 0 4px 14px rgba(16, 185, 129, 0.45); color: #fff !important; }
.cli-btn--outline { background: #fff; border: 1px solid #e2e8f0; color: #475569 !important; }
.cli-btn--outline:hover { background: #f8fafc; border-color: #cbd5e1; color: #475569 !important; }
.cli-filters { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 1.5rem; overflow: hidden; }
.cli-filters__header { padding: 1rem 1.5rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 1.1875rem; font-weight: 600; color: #334155; display: flex; align-items: center; gap: 0.5rem; }
.cli-filters__header i { font-size: 1.25rem; color: #64748b; }
.cli-filters__form { padding: 1.5rem; }
.cli-filters__row { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 1.5rem; }
.cli-filter-pills { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.cli-pill { padding: 0.5rem 1.25rem; border-radius: 999px; font-weight: 600; font-size: 1rem; border: 1px solid #e2e8f0; background: #fff; color: #64748b; cursor: pointer; transition: all 0.2s; }
.cli-pill:hover { background: #f1f5f9; color: #334155; border-color: #cbd5e1; }
.cli-pill--active { background: linear-gradient(145deg, #8b5cf6 0%, #7c3aed 100%); color: #fff !important; border-color: transparent; }
.cli-filter-selects { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 1rem; flex: 1; }
.cli-filter { min-width: 180px; }
.cli-filter__label { display: block; font-size: 0.9375rem; font-weight: 600; color: #475569; margin-bottom: 0.4rem; }
.cli-filter__input { padding: 0.5rem 0.85rem; min-height: 44px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1.2rem; transition: border-color 0.2s; }
.cli-filter__input:focus { outline: none; border-color: #8b5cf6; box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15); }
.cli-table-wrap { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; padding: 1.5rem; }
.cli-table-wrap .dataTables_wrapper { font-size: 1.0625rem; }
.cli-table-wrap table.cli-table thead th, .cli-table-wrap table.datatable thead th { font-size: 1.0625rem; font-weight: 600; color: #334155; padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; text-align: left; }
.cli-table-wrap table.cli-table tbody td, .cli-table-wrap table.datatable tbody td { font-size: 1.0625rem; padding: 1rem 1.25rem; color: #475569; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.cli-table-wrap table tbody tr:hover td { background: #f8fafc; }
.cli-table-wrap table tbody tr:last-child td { border-bottom: none; }
.cli-table-wrap .dataTables_length label, .cli-table-wrap .dataTables_filter label { font-size: 1.0625rem; color: #64748b; }
.cli-table-wrap .dataTables_length select, .cli-table-wrap .dataTables_filter input { font-size: 1.2rem !important; min-height: 44px; padding: 0.5rem 0.85rem; border-radius: 8px; }
.cli-table-wrap .dataTables_info, .cli-table-wrap .dataTables_paginate { font-size: 1.0625rem; color: #64748b; }
.cli-table-wrap .dataTables_paginate .paginate_button { padding: 0.5rem 0.85rem; margin: 0 0.15rem; border-radius: 8px; }
.cli-table-wrap .btn { font-size: 1.2rem !important; padding: 0.5rem 1rem; }
.cli-table-wrap .dataTables_processing { font-size: 1.125rem; padding: 1rem 1.5rem; }

.bi-table::before{
    display: none;
}
/* ===== Batch Index (bi-) ===== */
.bi-page { padding-bottom: 2rem; max-width: 1400px; margin: 0 auto; }
.bi-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.bi-header__main { display: flex; align-items: center; gap: 1rem; }
.bi-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35); }
.bi-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.bi-header__subtitle { font-size: 1.5rem; color: #64748b; margin: 0; }
.bi-header__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.bi-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1.125rem; text-decoration: none !important; border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; height: 45px; }
.bi-btn:hover { transform: translateY(-1px); }
.bi-btn--primary { background: linear-gradient(145deg, #10b981 0%, #059669 100%); color: #fff !important; box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35); }
.bi-btn--primary:hover { box-shadow: 0 4px 14px rgba(16, 185, 129, 0.45); }
.bi-btn--outline { background: #fff; border: 1px solid #e2e8f0; color: #475569 !important; }
.bi-btn--outline:hover { background: #f8fafc; border-color: #cbd5e1; }
.bi-btn--ghost { background: transparent; color: #64748b !important; }
.bi-btn--ghost:hover { background: #f1f5f9; color: #334155 !important; }
.bi-alert { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.25rem 1.5rem; border-radius: 12px; margin-bottom: 1.5rem; font-size: 1.1875rem; line-height: 1.6; }
.bi-alert--warning { background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%); border: 1px solid #fcd34d; color: #92400e; }
.bi-alert--warnings { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); border: 1px solid #7dd3fc; color: #0c4a6e; }
.bi-alert--success { background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%); border: 1px solid #6ee7b7; color: #065f46; }
.bi-alert__link { margin-left: 0.5rem; font-weight: 600; text-decoration: underline; color: inherit; }
.bi-alert__content { display: flex; align-items: center; gap: 0.75rem; }
.bi-alert__icon { font-size: 1.5rem; flex-shrink: 0; }
.bi-alert__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.bi-filters { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 1.5rem; overflow: hidden; }
.bi-filters__header { padding: 1rem 1.5rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 1.1875rem; font-weight: 600; color: #334155; display: flex; align-items: center; gap: 0.5rem; }
.bi-filters__header i { font-size: 1.25rem; color: #64748b; }
.bi-filters__form { padding: 1.5rem; }
.bi-filters__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem 1.25rem; }
@media (min-width: 1200px) { .bi-filters__grid { grid-template-columns: repeat(6, 1fr); } }
.bi-filter__label { display: block; font-size: 1rem; font-weight: 600; color: #475569; margin-bottom: 0.4rem; }
.bi-filter__input { width: 100%; min-height: 44px; padding: 0.5rem 0.85rem; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1.2rem; transition: border-color 0.2s; }
.bi-filter__input:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15); }
.bi-filter--actions .bi-filter__btns { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.bi-table-wrap { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; padding: 1.5rem; }
.bi-table-wrap .dataTables_wrapper { font-size: 1.0625rem; }
.bi-table-wrap table.bi-table thead th, .bi-table-wrap table.datatable thead th { font-size: 1.0625rem; font-weight: 600; color: #334155; padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; text-align: left; }
.bi-table-wrap table.bi-table tbody td, .bi-table-wrap table.datatable tbody td { font-size: 1.0625rem; padding: 1rem 1.25rem; color: #475569; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.bi-table-wrap table tbody tr:hover td { background: #f8fafc; }
.bi-table-wrap table tbody tr:last-child td { border-bottom: none; }
.bi-table-wrap .dataTables_length label, .bi-table-wrap .dataTables_filter label { font-size: 1.0625rem; color: #64748b; }
.bi-table-wrap .dataTables_length select, .bi-table-wrap .dataTables_filter input { font-size: 1.2rem !important; min-height: 44px; padding: 0.5rem 0.85rem; border-radius: 8px; }
.bi-table-wrap .btn { font-size: 1.2rem !important; }
.bi-table-wrap .dataTables_info, .bi-table-wrap .dataTables_paginate { font-size: 1.0625rem; color: #64748b; }
.bi-table-wrap .dataTables_paginate .paginate_button { padding: 0.5rem 0.85rem; margin: 0 0.15rem; border-radius: 8px; }
a.batch-warning-icon { cursor: pointer; text-decoration: none !important; font-size: 1.4rem; }
a.batch-warning-icon:hover { opacity: 0.85; }
.bi-table-wrap .btn { font-size: 1rem; padding: 0.5rem 1rem; }
.bi-table-wrap .dataTables_processing { font-size: 1.125rem; padding: 1rem 1.5rem; }

/* ===== Claim Index (ci-) ===== */
.ci-page { padding-bottom: 2rem; max-width: 1400px; margin: 0 auto; }
.ci-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.ci-header__main { display: flex; align-items: center; gap: 1rem; }
.ci-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35); }
.ci-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.ci-header__subtitle { font-size: 1.5rem; color: #64748b; margin: 0; }
.ci-header__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.ci-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1.125rem; text-decoration: none !important; border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; }
.ci-btn:hover { transform: translateY(-1px); }
.ci-btn--primary { background: linear-gradient(145deg, #10b981 0%, #059669 100%); color: #fff !important; box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35); }
.ci-btn--primary:hover { box-shadow: 0 4px 14px rgba(16, 185, 129, 0.45); }
.ci-btn--outline { background: #fff; border: 1px solid #e2e8f0; color: #475569 !important; }
.ci-btn--outline:hover { background: #f8fafc; border-color: #cbd5e1; }
.ci-btn--ghost { background: transparent; color: #64748b !important; }
.ci-btn--ghost:hover { background: #f1f5f9; color: #334155 !important; }
.ci-filters { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 1.5rem; overflow: hidden; }
.ci-filters__header { padding: 1rem 1.5rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 1.1875rem; font-weight: 600; color: #334155; display: flex; align-items: center; gap: 0.5rem; }
.ci-filters__header i { font-size: 1.25rem; color: #64748b; }
.ci-filters__form { padding: 1.5rem; }
.ci-filters__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem 1.25rem; }
@media (min-width: 768px) { .ci-filters__grid { grid-template-columns: repeat(3, 1fr); } }
.ci-filter__label { display: block; font-size: 1rem; font-weight: 600; color: #475569; margin-bottom: 0.4rem; }
.ci-filter__input { width: 100%; min-height: 44px; padding: 0.5rem 0.85rem; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1.2rem; transition: border-color 0.2s; }
.ci-filter__input:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15); }
.ci-filter--actions .ci-filter__btns { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.ci-table-wrap { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; padding: 1.5rem; }
.ci-table-wrap .dataTables_wrapper { font-size: 1.0625rem; }
.ci-table-wrap table.ci-table thead th, .ci-table-wrap table.datatable thead th { font-size: 1.0625rem; font-weight: 600; color: #334155; padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; text-align: left; }
.ci-table-wrap table.ci-table tbody td, .ci-table-wrap table.datatable tbody td { font-size: 1.0625rem; padding: 1rem 1.25rem; color: #475569; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.ci-table-wrap table tbody tr:hover td { background: #f8fafc; }
.ci-table-wrap table tbody tr:last-child td { border-bottom: none; }
.ci-table-wrap .dataTables_length label, .ci-table-wrap .dataTables_filter label { font-size: 1.0625rem; color: #64748b; }
.ci-table-wrap .dataTables_length select, .ci-table-wrap .dataTables_filter input { font-size: 1.2rem !important; min-height: 44px; padding: 0.5rem 0.85rem; border-radius: 8px; }
.ci-table-wrap .btn { font-size: 1.2rem !important; }
.ci-table-wrap .dataTables_info, .ci-table-wrap .dataTables_paginate { font-size: 1.0625rem; color: #64748b; }
.ci-table-wrap .dataTables_paginate .paginate_button { padding: 0.5rem 0.85rem; margin: 0 0.15rem; border-radius: 8px; }
a.claim-warning-icon { cursor: pointer; text-decoration: none !important; font-size: 1.4rem; }
a.claim-warning-icon:hover { opacity: 0.85; }
.ci-table-wrap .btn { font-size: 1rem; padding: 0.5rem 1rem; }
.ci-table-wrap .dataTables_processing { font-size: 1.125rem; padding: 1rem 1.5rem; }

/* ===== Batch/Claim Warning Modal (shared) ===== */
.batch-warning-modal .modal-content.batch-warning-modal__content { border: none; border-radius: 16px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.05); }
.batch-warning-modal__header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1.5rem 1.75rem; background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 50%, #fde68a 100%); border-bottom: 1px solid rgba(245, 158, 11, 0.2); }
.batch-warning-modal__header-inner { display: flex; align-items: center; gap: 1rem; }
.batch-warning-modal__icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(145deg, #fcd34d 0%, #f59e0b 100%); box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.batch-warning-modal__icon { font-size: 1.75rem; color: #fff !important; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.batch-warning-modal__header-text { min-width: 0; }
.batch-warning-modal__title { font-size: 1.75rem; font-weight: 700; color: #1f2937; margin: 0 0 0.25rem 0; letter-spacing: -0.02em; line-height: 1.3; }
.batch-warning-modal__subtitle { font-size: 1.1875rem; color: #6b7280; margin: 0; line-height: 1.4; }
.batch-warning-modal__close { background: rgba(0,0,0,0.06); border: none; width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #6b7280; transition: background 0.2s, color 0.2s; }
.batch-warning-modal__close:hover { background: rgba(0,0,0,0.1); color: #1f2937; }
.batch-warning-modal__close i { font-size: 1.25rem; }
.batch-warning-modal__body { padding: 1.5rem 1.75rem; max-height: 58vh; overflow-y: auto; background: #fafafa; font-size: 1.1875rem; }
.batch-warning-modal__body::-webkit-scrollbar { width: 8px; }
.batch-warning-modal__body::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; }
.batch-warning-modal__body::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }
.batch-warning-modal__body::-webkit-scrollbar-thumb:hover { background: #9ca3af; }
.batch-warning-section { margin-bottom: 1.25rem; }
.batch-warning-section:last-child { margin-bottom: 0; }
.batch-warning-section__title { font-size: 1.1875rem; font-weight: 700; color: #b45309; margin: 0 0 0.5rem 0; text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.4; }
.batch-warning-table-wrap { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; }
.batch-warning-table { width: 100%; border-collapse: collapse; font-size: 1.2rem; }
.batch-warning-table th { text-align: left; padding: 0.85rem 1.25rem; background: #fffbeb; color: #92400e; font-weight: 600; font-size: 1.2rem; border-bottom: 1px solid #fde68a; }
.batch-warning-table td { padding: 1rem 1.25rem; border-bottom: 1px solid #f3f4f6; color: #374151; vertical-align: top; font-size: 1.2rem; }
.batch-warning-table tr:last-child td { border-bottom: none; }
.batch-warning-table__message { line-height: 1.7; font-size: 1.2rem; max-width: 72ch; word-wrap: break-word; }
.batch-warning-item__code { display: inline-block; padding: 0.35rem 0.65rem; font-size: 1.0625rem; font-weight: 600; color: #92400e; background: #fffbeb; border-radius: 6px; }
.batch-warning-table--price-variance { font-size: 1.2rem; }
.batch-warning-table--price-variance th { white-space: nowrap; font-size: 1.2rem; }
.batch-warning-table__prices .batch-warning-price-chip { display: inline-block; padding: 0.25rem 0.5rem; margin: 0.15rem 0.15rem 0.15rem 0; background: #f0fdf4; color: #166534; border-radius: 6px; font-weight: 600; font-size: 1.2rem; }
.batch-warning-table__prices .batch-warning-price-chip small { font-weight: 400; color: #6b7280; font-size: 0.95em; }
.batch-warning-table__prices .zmdi-minus { color: #9ca3af; font-size: 1.1rem; margin: 0 0.25rem; vertical-align: middle; }
.batch-warning-table__savings { font-weight: 700; color: #059669; font-size: 1.2rem; }
.batch-warning-table__total-savings { font-weight: 700; color: #047857; font-size: 1.2rem; }
.batch-warning-modal__footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; padding: 1rem 1.75rem 1.25rem; background: #fff; border-top: 1px solid #e5e7eb; }
.batch-warning-modal .btn.batch-warning-modal__btn-primary, .batch-warning-modal a.batch-warning-modal__btn-primary { background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%) !important; background-image: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%) !important; color: #fff !important; border: none !important; padding: 0.6rem 1.35rem; border-radius: 10px; font-weight: 600; font-size: 1.0625rem; box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35); transition: transform 0.15s, box-shadow 0.2s; text-decoration: none !important; display: inline-flex; align-items: center; gap: 0.35rem; }
.batch-warning-modal .btn.batch-warning-modal__btn-primary:hover, .batch-warning-modal a.batch-warning-modal__btn-primary:hover { color: #fff !important; background: linear-gradient(145deg, #1d4ed8 0%, #1e40af 100%) !important; background-image: linear-gradient(145deg, #1d4ed8 0%, #1e40af 100%) !important; border: none !important; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4); text-decoration: none !important; }
.batch-warning-modal .btn.batch-warning-modal__btn-outline, .batch-warning-modal a.batch-warning-modal__btn-outline { border: 1px solid #d1d5db !important; color: #4b5563 !important; background: #fff !important; padding: 0.6rem 1.15rem; border-radius: 10px; font-weight: 500; font-size: 1.0625rem; transition: background 0.2s, border-color 0.2s; text-decoration: none !important; display: inline-flex; align-items: center; gap: 0.35rem; }
.batch-warning-modal .btn.batch-warning-modal__btn-outline:hover, .batch-warning-modal a.batch-warning-modal__btn-outline:hover { background: #f9fafb !important; border-color: #9ca3af !important; color: #374151 !important; text-decoration: none !important; }
.batch-warning-modal .btn.batch-warning-modal__btn-close { background: #374151 !important; color: #fff !important; border: none !important; padding: 0.6rem 1.35rem; border-radius: 10px; font-weight: 500; font-size: 1.0625rem; }

/* ===== Medical Network (mn-) ===== */
.mn-page { padding-bottom: 2rem; max-width: 1400px; margin: 0 auto; }
.mn-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.mn-header__main { display: flex; align-items: center; gap: 1rem; }
.mn-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #0d9488 0%, #0f766e 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35); }
.mn-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.mn-header__subtitle { font-size: 1.5rem; color: #64748b; margin: 0; }
.mn-table-wrap { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); padding: 1.5rem; }
.mn-table-wrap .dataTables_wrapper { font-size: 1.0625rem; }
.mn-table-wrap table.mn-table thead th, .mn-table-wrap table.datatable thead th { font-size: 1.0625rem; font-weight: 600; color: #334155; padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.mn-table-wrap table.mn-table tbody td, .mn-table-wrap table.datatable tbody td { font-size: 1.0625rem; padding: 1rem 1.25rem; color: #475569; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.mn-table-wrap table tbody tr:hover td { background: #f8fafc; }
.mn-table-wrap .dataTables_length label, .mn-table-wrap .dataTables_filter label { font-size: 1.0625rem; color: #64748b; }
.mn-table-wrap .dataTables_length select, .mn-table-wrap .dataTables_filter input { font-size: 1.0625rem; padding: 0.5rem 0.75rem; border-radius: 8px; }
.mn-table-wrap .dataTables_info, .mn-table-wrap .dataTables_paginate { font-size: 1.0625rem; color: #64748b; }
.mn-table-wrap .dataTables_processing { font-size: 1.125rem; padding: 1rem 1.5rem; }

/* Medical Network shell: import TPA & similar form pages */
.mn-header__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.mn-import-flash { margin-bottom: 1rem; border-radius: 12px; font-size: 1.0625rem; }
.mn-import-inner { max-width: 960px; }
.tip-form__grid--single { grid-template-columns: 1fr; max-width: 520px; }
.mn-import-title { font-size: 1.375rem; font-weight: 700; color: #0f172a; margin: 0 0 0.35rem 0; }
.mn-import-desc { font-size: 1.0625rem; color: #64748b; margin: 0 0 1.5rem 0; line-height: 1.55; }
.mn-import-status-block { margin-bottom: 1.5rem; }
.mn-table-wrap .mn-import-tip-card { box-shadow: none; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }
.mn-table-wrap .mn-import-form .tip-form__input:focus { border-color: #0d9488; box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15); }
.mn-table-wrap .tip-upload:hover,
.mn-table-wrap .tip-upload:focus-within { border-color: #0d9488; background: #f0fdfa; }
.mn-table-wrap .tip-upload:hover .tip-upload__icon { color: #0d9488 !important; }
.mn-table-wrap .tip-status-loading__spinner { border-top-color: #0d9488; }

/* ===== TPA (tpa-) ===== */
.tpa-page { padding-bottom: 2rem; max-width: 1400px; margin: 0 auto; }
.tpa-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.tpa-header__main { display: flex; align-items: center; gap: 1rem; }
.tpa-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #0891b2 0%, #0e7490 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(8, 145, 178, 0.35); }
.tpa-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.tpa-header__subtitle { font-size: 1.5rem; color: #64748b; margin: 0; }
.tpa-table-wrap { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); padding: 1.5rem; }
.tpa-table-wrap .dataTables_wrapper { font-size: 1.0625rem; }
.tpa-table-wrap table.tpa-table thead th, .tpa-table-wrap table.datatable thead th { font-size: 1.0625rem; font-weight: 600; color: #334155; padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.tpa-table-wrap table.tpa-table tbody td, .tpa-table-wrap table.datatable tbody td { font-size: 1.0625rem; padding: 1rem 1.25rem; color: #475569; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.tpa-table-wrap table tbody tr:hover td { background: #f8fafc; }
.tpa-table-wrap .dataTables_length label, .tpa-table-wrap .dataTables_filter label { font-size: 1.0625rem; color: #64748b; }
.tpa-table-wrap .dataTables_length select, .tpa-table-wrap .dataTables_filter input { font-size: 1.0625rem; padding: 0.5rem 0.75rem; border-radius: 8px; }
.tpa-table-wrap .dataTables_info, .tpa-table-wrap .dataTables_paginate { font-size: 1.0625rem; color: #64748b; }
.tpa-table-wrap .dataTables_processing { font-size: 1.125rem; padding: 1rem 1.5rem; }

/* ===== Policy (pol-) ===== */
.pol-page { padding-bottom: 2rem; max-width: 1400px; margin: 0 auto; }
.pol-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.pol-header__main { display: flex; align-items: center; gap: 1rem; }
.pol-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35); }
.pol-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.pol-header__subtitle { font-size: 1.5rem; color: #64748b; margin: 0; }
.pol-header__actions { display: flex; gap: 0.5rem; }
.pol-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1.0625rem; text-decoration: none !important; border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; height: 45px; }
.pol-btn:hover { transform: translateY(-1px); text-decoration: none !important; }
.pol-btn--primary { background: linear-gradient(145deg, #10b981 0%, #059669 100%); color: #fff !important; box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35); }
.pol-btn--primary:hover { box-shadow: 0 4px 14px rgba(16, 185, 129, 0.45); color: #fff !important; }
.pol-table-wrap { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); padding: 1.5rem; }
.pol-table-wrap .dataTables_wrapper { font-size: 1.0625rem; }
.pol-table-wrap table.pol-table thead th, .pol-table-wrap table.datatable thead th { font-size: 1.0625rem; font-weight: 600; color: #334155; padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.pol-table-wrap table.pol-table tbody td, .pol-table-wrap table.datatable tbody td { font-size: 1.0625rem; padding: 1rem 1.25rem; color: #475569; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.pol-table-wrap table tbody tr:hover td { background: #f8fafc; }
.pol-table-wrap .dataTables_length label, .pol-table-wrap .dataTables_filter label { font-size: 1.0625rem; color: #64748b; }
.pol-table-wrap .dataTables_length select, .pol-table-wrap .dataTables_filter input { font-size: 1.0625rem; padding: 0.5rem 0.75rem; border-radius: 8px; }
.pol-table-wrap .dataTables_info, .pol-table-wrap .dataTables_paginate { font-size: 1.0625rem; color: #64748b; }
.pol-table-wrap .btn { font-size: 1rem; padding: 0.5rem 1rem; }
.pol-table-wrap .dataTables_processing { font-size: 1.125rem; padding: 1rem 1.5rem; }

/* ===== Policy Underwriting Report (pu-) ===== */
.pu-page { padding-bottom: 2rem; max-width: 1600px; margin: 0 auto; font-size: 1.2rem; }
.pu-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.pu-header__main { display: flex; align-items: center; gap: 1rem; }
.pu-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #059669 0%, #047857 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35); }
.pu-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.pu-header__subtitle { font-size: 1.5rem; color: #64748b; margin: 0; }
.pu-filters { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 1.5rem; overflow: hidden; }
.pu-filters__header { padding: 1rem 1.5rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 1.2rem; font-weight: 600; color: #334155; display: flex; align-items: center; gap: 0.5rem; }
.pu-filters__body { padding: 1.5rem; }
.pu-filters__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem 1.25rem; margin-bottom: 1rem; }
.pu-filter__label { display: block; font-size: 1.2rem; font-weight: 600; color: #475569; margin-bottom: 0.4rem; }
.pu-filter__input { width: 100%; padding: 0.6rem 0.85rem; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1.2rem; }
.pu-filter__input:focus { outline: none; border-color: #059669; box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15); }
.pu-factors { max-height: 200px; overflow-y: auto; margin: 1rem 0; }
.pu-factors__title { font-size: 1.2rem; font-weight: 600; color: #334155; margin-bottom: 0.5rem; }
.pu-factors__help { font-size: 1.2rem; color: #64748b; margin-bottom: 0.75rem; }
.pu-factor-group { margin-bottom: 0.5rem; }
.pu-factor-group label { font-weight: 500; font-size: 1.2rem; cursor: pointer; }
.pu-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }
.pu-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1.2rem; border: none; cursor: pointer; transition: transform 0.15s; height: 45px; }
.pu-btn:hover { transform: translateY(-1px); }
.pu-btn--primary { background: linear-gradient(145deg, #10b981 0%, #059669 100%); color: #fff !important; }
.pu-btn--secondary { background: #f1f5f9; color: #475569 !important; }
.pu-btn--success { background: linear-gradient(145deg, #059669 0%, #047857 100%); color: #fff !important; }
.pu-table-wrap { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); padding: 1.5rem; overflow-x: auto; }
.pu-table-wrap .dataTables_wrapper { font-size: 1.2rem; }
.pu-table-wrap table thead th { font-size: 1.2rem; font-weight: 600; color: #334155; padding: 0.85rem 1rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.pu-table-wrap table tbody td { font-size: 1.2rem; padding: 0.75rem 1rem; color: #475569; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.pu-table-wrap table tbody tr:hover td { background: #f8fafc; }

/* ===== Batch Import TPA (tip-) — form/status inside mn-table-wrap ===== */
.tip-page { max-width: 720px; margin: 0 auto 3rem; padding: 0 1.5rem; }
.tip-header { margin-bottom: 2rem; }
.tip-back { display: inline-flex; align-items: center; gap: 0.4rem; color: #64748b; font-size: 1.0625rem; margin-bottom: 1rem; text-decoration: none; transition: color 0.2s; }
.tip-back:hover { color: #0ea5e9; }
.tip-header__main { display: flex; align-items: center; gap: 1.25rem; }
.tip-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 100%); box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35); display: flex; align-items: center; justify-content: center; }
.tip-header__icon i { font-size: 2rem; color: #fff !important; }
.tip-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.tip-header__subtitle { font-size: 1.5rem; color: #64748b; margin: 0; line-height: 1.5; }
.tip-status { margin-bottom: 1.5rem; }
.tip-card { border-radius: 14px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.04); background: #fff; }
.tip-card__header { padding: 1.25rem 1.75rem; border-bottom: 1px solid rgba(0,0,0,0.06); }
.tip-card__header--primary { background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 50%, #bfdbfe 100%); border-bottom-color: rgba(59, 130, 246, 0.2); }
.tip-card__header--info { background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 100%); border-bottom-color: rgba(14, 165, 233, 0.2); }
.tip-card__header-inner { display: flex; align-items: center; gap: 1rem; }
.tip-card__icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tip-card__icon--primary { background: linear-gradient(145deg, #3b82f6 0%, #1d4ed8 100%); box-shadow: 0 2px 10px rgba(29, 78, 216, 0.35); }
.tip-card__icon--primary i { font-size: 1.5rem; color: #fff !important; }
.tip-card__icon--info { background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 100%); box-shadow: 0 2px 10px rgba(14, 165, 233, 0.35); }
.tip-card__icon--info i { font-size: 1.5rem; color: #fff !important; }
.tip-card__header-title { font-size: 1.25rem; font-weight: 700; color: #1f2937; }
.tip-card__title { font-size: 1.5rem; font-weight: 700; color: #1f2937; margin: 0 0 0.25rem 0; }
.tip-card__desc { font-size: 1.125rem; color: #64748b; margin: 0; line-height: 1.5; }
.tip-card__body { padding: 1.75rem 2rem; }
.tip-status-loading { display: flex; align-items: center; gap: 0.85rem; color: #64748b; font-size: 1.1875rem; }
.tip-status-loading__spinner { width: 26px; height: 26px; border: 2px solid #e2e8f0; border-top-color: #3b82f6; border-radius: 50%; animation: tip-spin 0.7s linear infinite; }
@keyframes tip-spin { to { transform: rotate(360deg); } }
.tpa-import-status-result { padding: 1.25rem 1.5rem; border-radius: 12px; font-size: 1.1875rem; line-height: 1.6; }
.tpa-import-status-result--success { background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%); border: 1px solid rgba(16, 185, 129, 0.3); color: #065f46; }
.tpa-import-status-result--success a { color: #047857; font-weight: 600; text-decoration: underline; }
.tpa-import-status-result--failed { background: linear-gradient(145deg, #fef2f2 0%, #fee2e2 100%); border: 1px solid rgba(220, 38, 38, 0.3); color: #991b1b; }
.tpa-import-status-result--error { background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%); border: 1px solid rgba(245, 158, 11, 0.3); color: #92400e; }
.tip-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 1.5rem; margin-bottom: 1.5rem; }
@media (max-width: 640px) { .tip-form__grid { grid-template-columns: 1fr; } }
.tip-form__row { display: flex; flex-direction: column; gap: 0.4rem; }
.tip-form__label { font-size: 1.0625rem; font-weight: 600; color: #334155; }
.tip-form__req { color: #dc2626; }
.tip-form__input { width: 100%; padding: 0.7rem 1rem; font-size: 1.0625rem; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; transition: border-color 0.2s, box-shadow 0.2s; }
.tip-form__input:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15); }
.tip-form__hint { font-size: 1rem; color: #64748b; margin-top: 0.25rem; }
.tip-form__static { margin: 0; font-size: 1.0625rem; color: #1e293b; line-height: 1.45; }
.tip-form__upload { margin-bottom: 1.5rem; }
.tip-upload { display: block; padding: 3rem 2rem; text-align: center; border: 2px dashed #cbd5e1; border-radius: 14px; background: #f8fafc; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.tip-upload:hover, .tip-upload:focus-within { border-color: #0ea5e9; background: #f0f9ff; }
.tip-upload__input { position: absolute; width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; z-index: -1; }
.tip-upload__icon { font-size: 4rem; color: #93c5fd !important; display: block; margin-bottom: 0.75rem; }
.tip-upload:hover .tip-upload__icon { color: #0ea5e9 !important; }
.tip-upload__title { font-size: 1.3125rem; font-weight: 600; color: #334155; margin: 0 0 0.35rem 0; }
.tip-upload__types { font-size: 1.0625rem; color: #64748b; margin: 0 0 0.5rem 0; }
.tip-upload__name { font-size: 1.125rem; font-weight: 600; color: #059669; display: block; }
.tip-upload__name:empty { display: none; }
.tip-form__actions { display: flex; align-items: center; gap: 0.75rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; }
.tip-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.5rem; font-size: 1.125rem; font-weight: 600; border-radius: 10px; border: none; cursor: pointer; text-decoration: none; transition: transform 0.15s, box-shadow 0.2s; }
.tip-btn:hover { transform: translateY(-1px); }
.tip-btn--primary { background: linear-gradient(145deg, #10b981 0%, #059669 100%); color: #fff !important; box-shadow: 0 2px 10px rgba(16, 185, 129, 0.35); }
.tip-btn--primary:hover { box-shadow: 0 4px 16px rgba(16, 185, 129, 0.45); color: #fff !important; }
.tip-btn--outline { background: #fff; color: #475569 !important; border: 1px solid #e2e8f0; }
.tip-btn--outline:hover { background: #f8fafc; border-color: #cbd5e1; color: #334155 !important; }

/* ===== Warnings Review (wr-) ===== */
.wr-page { padding-bottom: 6rem; max-width: 1200px; margin: 0 auto; font-size: 1.2rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wr-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.wr-header__main { display: flex; align-items: center; gap: 1rem; }
.wr-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35); }
.wr-header__title { font-size: 2.375rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; line-height: 1.2; }
.wr-header__subtitle { font-size: 1.625rem; color: #64748b; margin: 0; line-height: 1.45; }
.wr-header__count { display: inline-block; background: #e0f2fe; color: #0369a1; padding: 0.35rem 0.9rem; border-radius: 8px; font-weight: 600; font-size: 1.25rem; margin-left: 0.5rem; }
.wr-header__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.wr-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.5rem 1rem; border-radius: 10px; font-weight: 600; font-size: 1.125rem; text-decoration: none !important; border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; height: 45px; }
.wr-btn:hover { transform: translateY(-1px); }
.wr-btn--success { background: linear-gradient(145deg, #10b981 0%, #059669 100%); color: #fff !important; box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35); }
.wr-btn--success:hover { box-shadow: 0 4px 14px rgba(16, 185, 129, 0.45); }
.wr-btn--primary { background: linear-gradient(145deg, #3b82f6 0%, #2563eb 100%); color: #fff !important; box-shadow: 0 2px 8px rgba(59, 130, 246, 0.35); }
.wr-btn--primary:hover { box-shadow: 0 4px 14px rgba(59, 130, 246, 0.45); }
.wr-btn--outline { background: #fff; border: 1px solid #e2e8f0; color: #475569 !important; }
.wr-btn--outline:hover { background: #f8fafc; border-color: #cbd5e1; }
.wr-btn--ghost { background: transparent; color: #64748b !important; }
.wr-btn--ghost:hover { background: #f1f5f9; color: #334155 !important; }
.wr-btn--lg { padding: 0.75rem 1.75rem; font-size: 1.25rem; }
.wr-breadcrumb { font-size: 1.125rem; color: #64748b; margin-bottom: 1.25rem; display: flex; align-items: center; flex-wrap: wrap; gap: 0.25rem; }
.wr-breadcrumb a { color: #3b82f6; text-decoration: none; }
.wr-breadcrumb a:hover { text-decoration: underline; }
.wr-breadcrumb .zmdi-chevron-right { font-size: 0.8rem; margin: 0 0.15rem; opacity: 0.6; }
.wr-breadcrumb__current { font-weight: 600; color: #0f172a; }
.wr-intro { display: flex; align-items: flex-start; gap: 0.75rem; padding: 1rem 1.25rem; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); border: 1px solid #bae6fd; border-radius: 12px; margin-bottom: 1.5rem; }
.wr-intro__icon { font-size: 2rem; color: #0284c7; flex-shrink: 0; margin-top: 0.1rem; }
.wr-intro__text { font-size: 1.4rem; line-height: 1.65; color: #0c4a6e; margin: 0; }
.wr-price-variance-section { margin-bottom: 1.5rem; }
.wr-price-variance-section__title { font-size: 1.3125rem; font-weight: 700; color: #b45309; margin: 0 0 0.75rem 0; text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.35; }
.wr-price-variance-table { margin-top: 0.5rem; }
.batch-warning-table--inline { font-size: 1.2rem; }
.batch-warning-table--inline th { padding: 0.5rem 0.75rem; font-size: 1.2rem; }
.batch-warning-table--inline td { padding: 0.6rem 0.75rem; font-size: 1.2rem; }
.wr-list { display: flex; flex-direction: column; gap: 1rem; }
.wr-card { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.05); overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; position: relative; }
.wr-card:hover { border-color: #cbd5e1; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.wr-card--accepted { border-left: 4px solid #10b981; }
.wr-card--rejected { border-left: 4px solid #ef4444; }
.wr-card__number { position: absolute; top: 1rem; left: 1rem; width: 36px; height: 36px; border-radius: 10px; background: #f1f5f9; color: #64748b; font-size: 1.125rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.wr-card__body { display: grid; grid-template-columns: 1fr 320px; gap: 1.5rem; padding: 1.25rem 1.5rem 1.25rem 3.5rem; }
@media (max-width: 992px) { .wr-card__body { grid-template-columns: 1fr; padding-left: 1.5rem; } .wr-card__number { position: static; margin-bottom: 0.5rem; } }
.wr-card__header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; flex-wrap: wrap; }
.wr-card__code { font-size: 1.25rem; font-weight: 700; color: #0f172a; background: #fef3c7; padding: 0.35rem 0.75rem; border-radius: 8px; border: 1px solid #fcd34d; }
.wr-card__member { font-size: 1.3125rem; font-weight: 600; color: #334155; }
.wr-card__warnings { display: flex; flex-direction: column; gap: 0.75rem; }
.wr-warning { padding: 0.75rem 1rem; background: #fffbeb; border-radius: 10px; border: 1px solid #fde68a; }
.wr-warning__badge { display: inline-block; font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.2rem 0.5rem; border-radius: 6px; margin-bottom: 0.5rem; }
.wr-warning__badge--price_variance { background: #fef3c7; color: #b45309; }
.wr-warning__badge--net_gt_claimed { background: #fee2e2; color: #b91c1c; }
.wr-warning__badge--ai_incoherent { background: #e0e7ff; color: #4338ca; }
.wr-warning__badge--claim_insight { background: #ccfbf1; color: #0f766e; }
.wr-warning__badge--legacy { background: #f3f4f6; color: #4b5563; }

/* Claim insight batch summaries (same service, different prices) */
#wr-insight-comparisons { scroll-margin-top: 5.5rem; }
.wr-insight-summaries { margin-bottom: 2rem; padding: 1.35rem 1.5rem; background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 12px; }
.wr-insight-summaries__title { margin: 0 0 0.35rem; font-size: 1.35rem; font-weight: 700; color: #0f172a; }
.wr-insight-summaries__help { margin: 0 0 0.5rem; font-size: 1.0625rem; line-height: 1.55; color: #475569; max-width: 42rem; }
.wr-insight-summaries__inline-hint { margin: 0 0 1rem; font-size: 0.9375rem; line-height: 1.5; color: #64748b; max-width: 48rem; }
.wr-insight-summaries__lead { margin: 0 0 1.25rem; font-size: 1.0625rem; color: #475569; max-width: 52rem; line-height: 1.55; }
.wr-insight-role { margin-bottom: 1.25rem; scroll-margin-top: 5rem; }
.wr-insight-role:last-child { margin-bottom: 0; }
.wr-insight-role-panel { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.35rem 1.5rem; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06); }
.wr-insight-role-panel__header { margin: 0; padding: 0; border: none; }
.wr-insight-role-panel__content { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.15rem; padding-top: 1.15rem; border-top: 1px solid #f1f5f9; }
.wr-insight-role__title { margin: 0 0 0.85rem; font-size: 1.4rem; font-weight: 700; color: #0f766e; letter-spacing: -0.01em; line-height: 1.3; }
.wr-insight-role__intro { margin: 0; padding: 1rem 1.15rem; background: #f8fafc; border-radius: 10px; border: 1px solid #e2e8f0; border-left: 4px solid #14b8a6; }
.wr-insight-role__instruction { margin: 0 0 0.75rem; font-size: 1.0625rem; font-weight: 600; color: #115e59; line-height: 1.55; }
.wr-insight-role__help { margin: 0; font-size: 1rem; line-height: 1.55; color: #334155; }
.wr-insight-role__help p { margin: 0 0 0.5rem; }
.wr-insight-role__help p:last-child { margin-bottom: 0; }
.wr-insight-role__kicker { margin-bottom: 0.5rem !important; }
.wr-insight-role__hint-muted { opacity: 0.92; font-size: 0.9375rem; color: #64748b; }
.wr-insight-card { margin-bottom: 0; padding: 1.15rem 1.2rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; scroll-margin-top: 5.5rem; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04); }
.wr-insight-card--claim-list { padding: 1.15rem 1.2rem 1.2rem; }
.wr-insight-card__head--section { margin: 0 0 0.85rem; padding-bottom: 0.75rem; border-bottom: 1px solid #f1f5f9; }
.wr-insight-card__title--sub { font-size: 1.125rem; font-weight: 700; color: #0f172a; line-height: 1.35; }
.wr-insight-card__desc { margin: 0.4rem 0 0; font-size: 1rem; line-height: 1.55; color: #64748b; max-width: 52rem; }
.wr-insight-card__table-wrap--flush { margin: 0; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; background: #fff; }
.wr-decisions-table--in-insight-card th { background: #ecfdf5; color: #0f766e; border-bottom-color: #a7f3d0; font-weight: 600; font-size: 1rem; padding: 0.75rem 0.85rem; }
.wr-decisions-table--in-insight-card td { border-bottom-color: #f1f5f9; font-size: 1.0625rem; padding: 0.75rem 0.85rem; }
.wr-insight-card__head { margin-bottom: 0.5rem; }
.wr-insight-card__title { margin: 0; font-size: 1.125rem; font-weight: 700; color: #0f172a; line-height: 1.35; }
.wr-insight-card__role { margin: 0.15rem 0 0; font-size: 0.9375rem; color: #64748b; }
.wr-insight-card__table-wrap { overflow-x: auto; }
.batch-warning-table--claim-insight-summary th { white-space: nowrap; font-size: 0.9375rem; }
.wr-insight-card .batch-warning-table--claim-insight-summary th {
    background: #ecfdf5;
    color: #0f766e;
    border-bottom: 1px solid #a7f3d0;
    padding: 0.75rem 0.85rem;
    font-size: 0.9375rem;
}
.wr-insight-card .batch-warning-table--claim-insight-summary td {
    font-size: 1.0625rem;
    padding: 0.7rem 0.85rem;
    line-height: 1.45;
}
.batch-warning-table--with-dispositions { min-width: 720px; }
.wr-insight-row--accepted td:first-child { box-shadow: inset 4px 0 0 #10b981; }
.wr-insight-row--rejected td:first-child { box-shadow: inset 4px 0 0 #ef4444; }
.wr-insight-row--reference td { background: #f8fafc; color: #64748b; }
.wr-insight-row--reference .wr-insight-table__code { color: #475569; }
.wr-insight-row--reference td:first-child { box-shadow: inset 4px 0 0 #cbd5e1; }
.wr-insight-table__reference-actions { text-align: center; vertical-align: middle !important; padding: 1rem 0.85rem !important; }
.wr-insight-reference-hint { display: block; max-width: 36rem; margin: 0 auto; font-size: 1rem; line-height: 1.5; color: #64748b; font-style: italic; }
.wr-insight-table__claim { min-width: 7rem; vertical-align: top; }
.wr-insight-table__field { vertical-align: top; min-width: 6.5rem; }
.wr-insight-table__field--note { min-width: 10rem; max-width: 14rem; }
.wr-insight-table__field--saving { min-width: 8.5rem; max-width: 12rem; }
.wr-saving-total-hint { margin: 0.4rem 0 0; font-size: 0.8125rem; line-height: 1.4; color: #64748b; }
.wr-input--inline, .wr-select-disposition--inline, .wr-textarea--inline { width: 100%; max-width: 9rem; font-size: 1rem; padding: 0.45rem 0.55rem; }
.wr-textarea--inline { max-width: 16rem; min-height: 58px; resize: vertical; }
.wr-insight-table__note-hint { display: block; margin-top: 0.2rem; font-size: 0.8125rem; color: #94a3b8; line-height: 1.35; }
.wr-details--tight { margin-top: 0.35rem; }
.batch-warning-table--simple td { font-size: 1.0625rem; line-height: 1.45; }
.batch-warning-table__network-cell { max-width: 16rem; word-break: break-word; vertical-align: top; }
.batch-warning-table__saving-cell { vertical-align: top; }
.wr-insight-cell--ref { font-size: 1rem; color: #64748b; }
.wr-insight-cell--amount { font-weight: 700; color: #059669; font-size: 1.125rem; }
.wr-insight-card__jump { display: inline-block; margin-right: 0.35rem; font-weight: 600; color: #0d9488; text-decoration: underline; }

/* Warnings review: decisions table */
.wr-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wr-decisions { margin-bottom: 5rem; }
.wr-decisions__title { margin: 0 0 0.35rem; font-size: 1.35rem; font-weight: 700; color: #0f172a; line-height: 1.3; }
.wr-decisions__hint { margin: 0 0 1rem; font-size: 1rem; line-height: 1.55; color: #64748b; max-width: 48rem; }
.wr-decisions__table-wrap { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; }
.wr-decisions-table { width: 100%; border-collapse: collapse; font-size: 1.0625rem; }
.wr-decisions-table th { text-align: start; padding: 0.75rem 0.85rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-weight: 600; color: #475569; white-space: nowrap; font-size: 1rem; }
.wr-decisions-table td { padding: 0.75rem 0.85rem; border-bottom: 1px solid #f1f5f9; vertical-align: top; line-height: 1.45; }
.wr-decisions-table tbody tr:last-child td { border-bottom: none; }
.wr-summary-row--accepted td:first-child { box-shadow: inset 4px 0 0 #10b981; }
.wr-summary-row--rejected td:first-child { box-shadow: inset 4px 0 0 #ef4444; }
.wr-decisions-table__claim { min-width: 11rem; }
.wr-decisions-table__num { display: inline-block; min-width: 1.5rem; color: #94a3b8; font-weight: 600; margin-right: 0.35rem; }
.wr-decisions-table__code { display: inline-block; margin-right: 0.35rem; }
.wr-decisions-table__link { display: block; margin-top: 0.35rem; font-size: 0.9375rem; font-weight: 600; color: #0d9488; text-decoration: underline; }
.wr-decisions-table__amount { font-weight: 600; color: #0f172a; white-space: nowrap; }
.wr-decisions-table__saving .wr-input--table { max-width: 7.5rem; min-width: 5rem; }
.wr-select-disposition { width: 100%; max-width: 11rem; padding: 0.5rem 0.55rem; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1.0625rem; background: #fff; }
.wr-textarea--table { min-height: 64px; font-size: 1rem; line-height: 1.45; }
.wr-decisions-table__note-hint { display: block; margin-top: 0.25rem; font-size: 0.8125rem; color: #94a3b8; line-height: 1.35; }
.wr-details { margin-top: 0.5rem; font-size: 0.9375rem; line-height: 1.45; }
.wr-details summary { cursor: pointer; color: #0d9488; font-weight: 600; }
.wr-details__body { margin-top: 0.5rem; padding: 0.5rem; background: #f8fafc; border-radius: 8px; border: 1px solid #e2e8f0; }
.wr-warning--inline { padding: 0.5rem 0.65rem; margin-bottom: 0.5rem; }
.wr-warning--inline:last-child { margin-bottom: 0; }
.wr-warning__msg--small { font-size: 1rem; line-height: 1.5; }

.wr-card--compact .wr-card__content { margin-bottom: 0; }
.wr-card__body--compact { align-items: start; }
.wr-card__network { margin: -0.35rem 0 0.5rem 0; font-size: 1rem; line-height: 1.5; color: #64748b; }
.wr-card__insight-hint { margin: 0 0 0.65rem 0; font-size: 1rem; line-height: 1.5; color: #64748b; }
.wr-card__insight-hint a { font-weight: 600; color: #0d9488; text-decoration: underline; margin-right: 0.25rem; }
.wr-warning__msg--compact { line-height: 1.45; }
.wr-warning__msg { font-size: 1.3125rem; line-height: 1.75; color: #374151; margin: 0 0 0.25rem 0; }
.wr-warning__msg:last-child { margin-bottom: 0; }
.wr-card__actions { display: flex; flex-direction: column; gap: 1rem; padding: 1rem; background: #f8fafc; border-radius: 12px; border: 1px solid #e2e8f0; align-self: start; }
.wr-label { font-size: 1.0625rem; font-weight: 600; color: #475569; margin-bottom: 0.4rem; display: block; }
.wr-label__hint { font-weight: 400; color: #94a3b8; }
.wr-input, .wr-textarea { width: 100%; padding: 0.6rem 0.85rem; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1.125rem; transition: border-color 0.2s; }
.wr-input:focus, .wr-textarea:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15); }
.wr-input--offer { max-width: 140px; font-weight: 600; font-size: 1.25rem; color: #059669; }
.wr-textarea { resize: vertical; min-height: 70px; }
.wr-btns { display: flex; flex-direction: column; gap: 0.35rem; }
.wr-radio-btn { display: flex; align-items: center; padding: 0.7rem 1rem; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; cursor: pointer; transition: all 0.2s; }
.wr-radio-btn input { display: none; }
.wr-radio-btn span { display: flex; align-items: center; gap: 0.4rem; font-size: 1.1875rem; font-weight: 500; }
.wr-radio-btn:hover { border-color: #cbd5e1; background: #f8fafc; }
.wr-radio-btn--accept.wr-radio-btn--active { border-color: #10b981; background: #ecfdf5; color: #059669; }
.wr-radio-btn--pending.wr-radio-btn--active { border-color: #f59e0b; background: #fffbeb; color: #b45309; }
.wr-radio-btn--reject.wr-radio-btn--active { border-color: #ef4444; background: #fef2f2; color: #dc2626; }
.wr-footer { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #e2e8f0; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); z-index: 100; }
.wr-footer--hint-only .wr-footer__inner { justify-content: flex-start; gap: 1.25rem; }
.wr-footer__hint { font-size: 1.0625rem; color: #64748b; max-width: 36rem; line-height: 1.5; }
.wr-footer__inner { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.wr-footer__count { font-size: 1.25rem; color: #64748b; }
.wr-insight-table__save-th { white-space: nowrap; }
.wr-insight-table__save { vertical-align: top; white-space: nowrap; }
.wr-btn--save-claim { padding: 0.55rem 1rem; font-size: 1.2rem; font-weight: 600; }
.wr-save-feedback { display: block; margin-top: 0.35rem; font-size: 1.2rem; color: #059669; font-weight: 600; max-width: 11rem; line-height: 1.4; }
.wr-empty { text-align: center; padding: 4rem 2rem; background: #f8fafc; border-radius: 16px; border: 1px dashed #cbd5e1; }
.wr-empty__icon { font-size: 4rem; color: #94a3b8; margin-bottom: 1rem; }
.wr-empty__text { font-size: 1.5rem; line-height: 1.5; color: #64748b; margin-bottom: 1.5rem; }

/* Warnings review — type scale (batch + policy); body text minimum 1.2rem */
.wr-page { font-size: 1.2rem; line-height: 1.62; }
.wr-header__title { font-size: 2.5625rem; }
.wr-header__subtitle { font-size: 1.75rem; }
.wr-header__count { font-size: 1.3125rem; }
.wr-header__scope { font-size: 1.5rem; font-weight: 500; }
.wr-btn { font-size: 1.28rem; height: 50px; }
.wr-breadcrumb { font-size: 1.2rem; }
.wr-intro__text { font-size: 1.5rem; line-height: 1.62; }
.wr-price-variance-section__title { font-size: 1.4rem; }
.batch-warning-table--inline,
.batch-warning-table--inline th,
.batch-warning-table--inline td { font-size: 1.28rem; }
.wr-insight-summaries__title { font-size: 1.45rem; }
.wr-insight-summaries__help { font-size: 1.2rem; }
.wr-insight-summaries__lead { font-size: 1.2rem; }
.wr-insight-summaries__inline-hint { font-size: 1.2rem; }
.wr-insight-role__title { font-size: 1.5rem; }
.wr-insight-role__instruction { font-size: 1.2rem; }
.wr-insight-role__help { font-size: 1.2rem; }
.wr-insight-role__help p { font-size: inherit; }
.wr-insight-role__hint-muted { font-size: 1.2rem; }
.wr-insight-card__title { font-size: 1.25rem; }
.wr-insight-card__title--sub { font-size: 1.25rem; }
.wr-insight-card__desc { font-size: 1.2rem; }
.batch-warning-table--claim-insight-summary th { font-size: 1.2rem; }
.wr-insight-card .batch-warning-table--claim-insight-summary th { font-size: 1.2rem; }
.wr-insight-card .batch-warning-table--claim-insight-summary td { font-size: 1.2rem; padding: 0.8rem 0.9rem; }
.wr-decisions-table--in-insight-card th { font-size: 1.2rem; padding: 0.8rem 0.9rem; }
.wr-decisions-table--in-insight-card td { font-size: 1.2rem; padding: 0.8rem 0.9rem; }
.batch-warning-table--simple td { font-size: 1.2rem; }
.wr-insight-cell--ref { font-size: 1.2rem; }
.wr-insight-cell--amount { font-size: 1.25rem; }
.wr-insight-reference-hint { font-size: 1.2rem; }
.wr-saving-total-hint { font-size: 1.2rem; }
.wr-input--inline, .wr-select-disposition--inline, .wr-textarea--inline { font-size: 1.2rem !important; padding: 0.5rem 0.6rem; min-height: 46px; }
.wr-textarea--inline { min-height: 68px; max-width: 17rem; }
.wr-insight-table__note-hint { font-size: 1.2rem; }
.wr-decisions__title { font-size: 1.45rem; }
.wr-decisions__hint { font-size: 1.2rem; }
.wr-decisions-table { font-size: 1.2rem; }
.wr-decisions-table th { font-size: 1.2rem; padding: 0.8rem 0.9rem; }
.wr-decisions-table td { font-size: 1.2rem; padding: 0.8rem 0.9rem; line-height: 1.5; }
.wr-decisions-table__link { font-size: 1.2rem; }
.wr-select-disposition { font-size: 1.2rem !important; max-width: 12rem; padding: 0.55rem 0.6rem; min-height: 46px; }
.wr-textarea--table { font-size: 1.2rem !important; min-height: 76px; }
.wr-decisions-table__note-hint { font-size: 1.2rem; }
.wr-details { font-size: 1.2rem; }
.wr-details summary { font-size: 1.2rem; }
.wr-warning__msg--small { font-size: 1.2rem; }
.wr-warning__badge { font-size: 1.2rem; }
.wr-input, .wr-textarea { font-size: 1.25rem !important; }
.wr-input--offer { font-size: 1.35rem !important; }
.wr-label { font-size: 1.2rem; }
.wr-radio-btn span { font-size: 1.25rem; }
.wr-footer__hint { font-size: 1.2rem; }
.wr-footer__count { font-size: 1.3125rem; }
.wr-btn--save-claim { font-size: 1.2rem !important; padding: 0.55rem 1rem; }
.wr-save-feedback { font-size: 1.2rem; max-width: 12rem; }
body.carrier-nav .wr-page .form-control:not(textarea),
body.carrier-nav .wr-page select.form-control { min-height: 46px !important; font-size: 1.2rem !important; }
.wr-page small,
.wr-page .small { font-size: 1.2rem !important; }

/* ===== Warning Dispositions Report (wd-) ===== */
.wd-page { padding-bottom: 3rem; max-width: 1400px; margin: 0 auto; font-size: 1.2rem; }
.wd-header { display: flex; align-items: center; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.wd-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #f59e0b 0%, #d97706 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35); }
.wd-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.wd-header__subtitle { font-size: 1.2rem; color: #64748b; margin: 0; }
.wd-filters { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 1.5rem; overflow: hidden; }
.wd-filters__header { padding: 1rem 1.5rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 1.2rem; font-weight: 600; color: #334155; display: flex; align-items: center; gap: 0.5rem; }
.wd-filters__header i { font-size: 1.25rem; color: #64748b; }
.wd-filters__form { padding: 1.5rem; }
.wd-filters__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem 1.25rem; align-items: end; }
@media (min-width: 768px) { .wd-filters__grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1200px) { .wd-filters__grid.tr-filters__grid { grid-template-columns: repeat(4, 1fr); } }

/* ===== TPA Report (tr-) ===== */
.tr-page .wd-header__icon { background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 100%); box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35); }
.tr-page .wd-btn--primary { background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 100%); box-shadow: 0 2px 8px rgba(14, 165, 233, 0.35); }
.tr-page .wd-btn--primary:hover { box-shadow: 0 4px 14px rgba(14, 165, 233, 0.45); }
.tr-page .wd-filter__input:focus { border-color: #0ea5e9; box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15); }
.tr-page .wd-filters { border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.tr-page .wd-summary-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 1200px) { .tr-page .wd-summary-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .tr-page .wd-summary-grid { grid-template-columns: 1fr; } }
.tr-page .wd-summary-card { border-radius: 16px; padding: 1.5rem 1.75rem; }
.tr-chart-card { border-radius: 12px; border: 1px solid #e2e8f0; overflow: hidden; transition: box-shadow 0.2s, border-color 0.2s; background: #fff; }
.tr-chart-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); border-color: #e2e8f0; }
.tr-chart-card--wide { grid-column: 1 / -1; }
.tr-chart-card .card-body { padding: 1.25rem 1.5rem; }
.tr-chart-title { font-weight: 600; font-size: 1.75rem; letter-spacing: 0.06em; color: #475569; margin-bottom: 0.25rem; text-transform: uppercase; }
.tr-chart-help { font-size: 1.2rem; color: #94a3b8; margin-bottom: 1rem; line-height: 1.4; }
.tr-chart-wrap { height: 180px; position: relative; }
.tr-chart-wrap--sm { height: 140px; max-width: 400px; margin: 0 auto; }
.tr-chart-empty { font-size: 1.2rem; color: #94a3b8; text-align: center; padding: 1.5rem; }
.tr-disposition-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 767px) { .tr-disposition-cards { grid-template-columns: 1fr; } }
.tr-disposition-card { border-radius: 12px; padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; border-left: 4px solid; }
.tr-disposition-card__label { font-weight: 700; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.95; }
.tr-disposition-card__claims { font-size: 1.2rem; font-weight: 600; }
.tr-disposition-card__value { font-size: 1.5rem; font-weight: 700; }
.tr-disposition-card--pending { background: rgba(245, 158, 11, 0.12); border-left-color: #f59e0b; color: #92400e; }
.tr-disposition-card--accepted { background: rgba(34, 197, 94, 0.12); border-left-color: #22c55e; color: #166534; }
.tr-disposition-card--rejected { background: rgba(239, 68, 68, 0.12); border-left-color: #ef4444; color: #991b1b; }
.tr-charts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
@media (max-width: 991px) { .tr-charts { grid-template-columns: 1fr; } }
.tr-table-section { background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 2px 8px rgba(0,0,0,0.04); padding: 1.5rem 1.75rem; margin-bottom: 1.5rem; }
.tr-table-section h5 { font-weight: 700; font-size: 1.2rem; color: #0f172a; margin-bottom: 0.5rem; }
.tr-table-section .text-muted.small { margin-bottom: 0; font-size: 1.2rem !important; }
.tr-table-section .wd-table, .tr-table-section table { font-size: 1.2rem !important; }
.tr-table-section .wd-table thead th, .tr-table-section table thead th { font-size: 1.2rem !important; }
.tr-table-section .wd-table tbody td, .tr-table-section table tbody td { font-size: 1.2rem !important; }
/* DataTables in report pages */
.wd-page .dataTables_wrapper, .tr-page .dataTables_wrapper { font-size: 1.2rem !important; }
.wd-page .dataTables_length label, .wd-page .dataTables_filter label,
.tr-page .dataTables_length label, .tr-page .dataTables_filter label { font-size: 1.2rem !important; }
.wd-page .dataTables_info, .wd-page .dataTables_paginate,
.tr-page .dataTables_info, .tr-page .dataTables_paginate { font-size: 1.2rem !important; }
.wd-filter__label { display: block; font-size: 1.2rem; font-weight: 600; color: #475569; margin-bottom: 0.4rem; }
.wd-filter__input { width: 100%; padding: 0.6rem 0.85rem; min-height: 44px; font-size: 1.2rem; border: 1px solid #e2e8f0; border-radius: 8px; transition: border-color 0.2s; }
.wd-filter__input:focus { outline: none; border-color: #f59e0b; box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15); }
.wd-filters__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; margin-top: 1rem; }
.wd-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1.2rem; text-decoration: none !important; border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; }
.wd-btn:hover { transform: translateY(-1px); text-decoration: none !important; }
.wd-btn--primary { background: linear-gradient(145deg, #f59e0b 0%, #d97706 100%); color: #fff !important; box-shadow: 0 2px 8px rgba(245, 158, 11, 0.35); }
.wd-btn--primary:hover { box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45); color: #fff !important; }
.wd-btn--outline { background: #fff; border: 1px solid #e2e8f0; color: #475569 !important; }
.wd-btn--outline:hover { background: #f8fafc; border-color: #cbd5e1; color: #475569 !important; }
.wd-summary-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; margin-bottom: 1.5rem; }
@media (max-width: 1200px) { .wd-summary-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .wd-summary-grid { grid-template-columns: 1fr; } }
.wd-summary-card { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; padding: 1.25rem 1.5rem; display: flex; align-items: center; gap: 1rem; }
.wd-summary-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.wd-summary-card--claims { border-left: 4px solid #6366f1; }
.wd-summary-card--claims .wd-summary-card__icon { background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%); color: #fff; }
.wd-summary-card--offers { border-left: 4px solid #0ea5e9; }
.wd-summary-card--offers .wd-summary-card__icon { background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%); color: #fff; }
.wd-summary-card__icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.wd-summary-card__content { min-width: 0; }
.wd-summary-card__label { display: block; font-size: 1.2rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; margin-bottom: 0.35rem; }
.wd-summary-card__value { display: block; font-size: 1.5rem; font-weight: 700; color: #0f172a; font-variant-numeric: tabular-nums; line-height: 1.2; }
.wd-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 1.5rem; }
@media (max-width: 768px) { .wd-stats { grid-template-columns: 1fr; } }
.wd-stat-card { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.wd-stat-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.wd-stat-card--accepted { border-left: 4px solid #10b981; }
.wd-stat-card--accepted .wd-stat-card__icon { background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #fff; }
.wd-stat-card--accepted .wd-stat-card__value { color: #059669; }
.wd-stat-card--pending { border-left: 4px solid #f59e0b; }
.wd-stat-card--pending .wd-stat-card__icon { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: #fff; }
.wd-stat-card--pending .wd-stat-card__value { color: #d97706; }
.wd-stat-card--rejected { border-left: 4px solid #ef4444; }
.wd-stat-card--rejected .wd-stat-card__icon { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); color: #fff; }
.wd-stat-card--rejected .wd-stat-card__value { color: #dc2626; }
.wd-stat-card__body { padding: 1.5rem; display: flex; align-items: flex-start; gap: 1rem; }
.wd-stat-card__icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.wd-stat-card__content { min-width: 0; }
.wd-stat-card__label { font-size: 1.2rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #64748b; margin-bottom: 0.35rem; }
.wd-stat-card__count { font-size: 2rem; font-weight: 700; color: #0f172a; margin-bottom: 0.25rem; line-height: 1.2; }
.wd-stat-card__value { font-size: 1.25rem; font-weight: 700; }
.wd-stat-card__hint { font-size: 1.2rem; color: #94a3b8; margin-top: 0.15rem; }
.wd-table-wrap { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; }
.wd-table-wrap .wd-table { width: 100%; border-collapse: collapse; font-size: 1.2rem; }
.wd-table-wrap .wd-table thead th { background: #f8fafc; color: #334155; font-weight: 600; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.03em; padding: 1rem 1.25rem; text-align: left; border-bottom: 2px solid #e2e8f0; }
.wd-table-wrap .wd-table tbody td { padding: 1rem 1.25rem; color: #475569; border-bottom: 1px solid #f1f5f9; vertical-align: middle; font-size: 1.2rem; }
.wd-table-wrap .wd-table tbody tr { transition: background-color 0.15s; }
.wd-table-wrap .wd-table tbody tr:hover { background: #f8fafc; }
.wd-table-wrap .wd-table tbody tr:last-child td { border-bottom: none; }
.wd-table-wrap .wd-table .wd-batch-link { color: #3b82f6; font-weight: 600; text-decoration: none; }
.wd-table-wrap .wd-table .wd-batch-link:hover { text-decoration: underline; }
.wd-table-wrap .wd-table .wd-claim-code { display: inline-block; padding: 0.35rem 0.65rem; font-size: 1.2rem; font-weight: 600; background: #fef3c7; color: #b45309; border-radius: 8px; border: 1px solid #fcd34d; }
.wd-table-wrap .wd-table .wd-disposition-badge { display: inline-flex; align-items: center; padding: 0.4rem 0.75rem; font-size: 1.2rem; font-weight: 600; border-radius: 8px; text-transform: uppercase; letter-spacing: 0.03em; }
.wd-table-wrap .wd-table .wd-disposition-badge--accepted { background: #ecfdf5; color: #059669; border: 1px solid #a7f3d0; }
.wd-table-wrap .wd-table .wd-disposition-badge--pending { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }
.wd-table-wrap .wd-table .wd-disposition-badge--rejected { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.wd-table-wrap .wd-table .wd-source { display: inline-block; font-weight: 600; font-size: 1.1rem; }
.wd-table-wrap .wd-table .wd-source--insight { color: #0f766e; }
.wd-table-wrap .wd-table .wd-source--claim { color: #475569; }
.wd-table-wrap .wd-table .wd-source--awaiting { color: #b45309; }
.wd-table-wrap .wd-table .wd-insight-key { font-size: 0.95rem; margin-top: 0.2rem; max-width: 16rem; word-break: break-word; line-height: 1.35; }
.wd-table-wrap .wd-table .wd-insight-role { display: inline-block; max-width: 14rem; font-weight: 600; color: #0f766e; line-height: 1.35; word-break: break-word; }
.wd-stat-card__subhint { margin-top: 0.35rem; font-size: 0.95rem; font-weight: 500; color: #94a3b8; line-height: 1.35; max-width: 12rem; }
.wd-table-wrap .wd-table .wd-offer-amount { font-weight: 700; font-size: 1.2rem; color: #0f172a; font-variant-numeric: tabular-nums; }
.wd-table-wrap .wd-table .wd-note { max-width: 220px; font-size: 1.2rem; color: #64748b; line-height: 1.5; }
.wd-table-wrap .wd-table .wd-date { font-size: 1.2rem; color: #64748b; white-space: nowrap; }
.wd-pagination-wrap { padding: 1rem 1.25rem; border-top: 1px solid #e2e8f0; display: flex; justify-content: center; }
.wd-pagination-wrap .pagination { margin: 0; }
.wd-empty { text-align: center; padding: 4rem 2rem; background: #f8fafc; border-radius: 14px; border: 1px dashed #cbd5e1; margin: 1rem; }
.wd-empty__icon { font-size: 3.5rem; color: #94a3b8; margin-bottom: 1rem; }
.wd-empty__text { font-size: 1.25rem; color: #64748b; margin: 0; }

/* ===== Policy Underwriting Charts (puc-) ===== */
.puc-page { padding-bottom: 3rem; max-width: 1400px; margin: 0 auto; }
.puc-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; margin-bottom: 0.5rem; }
.puc-header__main { display: flex; align-items: center; gap: 1rem; }
.puc-header__icon { width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(145deg, #6366f1 0%, #4f46e5 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35); }
.puc-header__title { font-size: 2.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.puc-header__subtitle { font-size: 1.125rem; color: #64748b; margin: 0; }
.puc-header__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.puc-policy-card { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); padding: 1.25rem 1.5rem; margin-bottom: 1.5rem; }
.puc-policy-card__title { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.puc-policy-card__meta { font-size: 0.9375rem; color: #64748b; margin: 0; }
.puc-loading { text-align: center; padding: 4rem 2rem; }
.puc-loading__icon { font-size: 3rem; color: #6366f1; animation: puc-spin 1s linear infinite; }
@keyframes puc-spin { to { transform: rotate(360deg); } }
.puc-loading__text { font-size: 1.125rem; color: #64748b; margin-top: 1rem; }
.puc-section { margin-bottom: 2rem; }
.puc-section__title { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #64748b; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #e2e8f0; }
.puc-charts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
@media (max-width: 992px) { .puc-charts-grid { grid-template-columns: 1fr; } }
.puc-chart-card { background: #fff; border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.puc-chart-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.puc-chart-card__header { padding: 1rem 1.25rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; font-size: 1.2rem; }
.puc-chart-card__title { font-size: 1.2rem; font-weight: 700; color: #334155; margin: 0 0 0.25rem 0; }
.puc-chart-card__hint { font-size: 1.2rem; color: #94a3b8; margin: 0; }
.puc-chart-card__body { padding: 1.25rem; }
.puc-chart-card__canvas { width: 100%; min-height: 220px; position: relative; }
.puc-chart-card__canvas canvas { width: 100% !important; max-width: 100%; }
.puc-chart-card__footer { padding: 0.75rem 1.25rem; border-top: 1px solid #f1f5f9; background: #fafbfc; font-size: 1.2rem; }
.puc-chart-card__footer .puc-loss-ratio { font-weight: 700; color: #0f172a; font-size: 1.2rem; }
.puc-chart-card__footer .puc-members { color: #64748b; margin-top: 0.25rem; font-size: 1.2rem; }
.puc-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.25rem; border-radius: 10px; font-weight: 600; font-size: 1rem; text-decoration: none !important; border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; height: 45px; }
.puc-btn:hover { transform: translateY(-1px); text-decoration: none !important; }
.puc-btn--primary { background: linear-gradient(145deg, #6366f1 0%, #4f46e5 100%); color: #fff !important; box-shadow: 0 2px 8px rgba(99, 102, 241, 0.35); }
.puc-btn--primary:hover { box-shadow: 0 4px 14px rgba(99, 102, 241, 0.45); color: #fff !important; }
.puc-btn--outline { background: #fff; border: 1px solid #e2e8f0; color: #475569 !important; }
.puc-btn--outline:hover { background: #f8fafc; border-color: #cbd5e1; color: #475569 !important; }
.puc-error { color: #dc2626; }
.puc-modal .modal-content { border-radius: 14px; border: 1px solid #e2e8f0; box-shadow: 0 8px 32px rgba(0,0,0,0.12); }

/* AI premium suggestions modal - redesigned */
.puc-ai-modal { border: none; overflow: hidden; }
.puc-ai-modal__header { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%); color: #fff; }
.puc-ai-modal__icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.puc-ai-modal__title { font-size: 1.25rem; font-weight: 700; margin: 0 0 0.2rem 0; color: #fff; }
.puc-ai-modal__subtitle { font-size: 0.875rem; opacity: 0.9; margin: 0; }
.puc-ai-modal__close { background: none; border: none; color: #fff; font-size: 1.75rem; line-height: 1; padding: 0.25rem; margin-left: auto; opacity: 0.8; cursor: pointer; }
.puc-ai-modal__close:hover { opacity: 1; }
.puc-ai-modal__body { padding: 1.5rem; max-height: 70vh; overflow-y: auto; }

/* AI status - progress stepper */
.puc-ai-status { padding: 0.5rem 0; }
.puc-ai-progress { margin-bottom: 1.25rem; }
.puc-ai-progress__track { height: 6px; background: #e2e8f0; border-radius: 999px; overflow: hidden; margin-bottom: 1.25rem; }
.puc-ai-progress__bar { height: 100%; background: linear-gradient(90deg, #6366f1, #10b981); border-radius: 999px; width: 0%; transition: width 0.4s ease; }
.puc-ai-progress__steps { display: flex; justify-content: space-between; gap: 0.5rem; }
.puc-ai-progress__step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; font-size: 0.9375rem; color: #94a3b8; }
.puc-ai-progress__step--active { color: #6366f1; font-weight: 600; }
.puc-ai-progress__step--done { color: #10b981; }
.puc-ai-progress__step--failed { color: #ef4444; }
.puc-ai-progress__dot { width: 32px; height: 32px; border-radius: 50%; background: #e2e8f0; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: #94a3b8; transition: all 0.3s; }
.puc-ai-progress__step--active .puc-ai-progress__dot { background: #e0e7ff; color: #6366f1; }
.puc-ai-progress__dot--done { background: #d1fae5 !important; color: #059669 !important; }
.puc-ai-progress__dot--failed { background: #fee2e2 !important; color: #dc2626 !important; }
.puc-ai-progress__text { text-align: center; font-size: 0.8125rem; }
.puc-ai-status__hint { font-size: 0.9375rem; color: #64748b; margin: 0.75rem 0 0 0; }
.puc-ai-status__job-id { font-size: 0.75rem; color: #cbd5e1; font-family: monospace; margin: 0.35rem 0 0 0; }

/* AI result display */
.puc-ai-result__section { margin-bottom: 1.5rem; }
.puc-ai-result__section:last-child { margin-bottom: 0; }
.puc-ai-result__heading { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #6366f1; margin: 0 0 0.5rem 0; display: flex; align-items: center; gap: 0.5rem; }
.puc-ai-result__heading i { font-size: 1rem; opacity: 0.8; }
.puc-ai-result__text { font-size: 1rem; line-height: 1.6; color: #475569; margin: 0; }
.puc-ai-result__list { margin: 0; padding-left: 1.25rem; font-size: 1rem; line-height: 1.7; color: #475569; }
.puc-ai-result__table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid #e2e8f0; }
.puc-ai-result__table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; }
.puc-ai-result__table th { background: #f8fafc; color: #334155; font-weight: 600; padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid #e2e8f0; }
.puc-ai-result__table td { padding: 0.75rem 1rem; color: #475569; border-bottom: 1px solid #f1f5f9; }
.puc-ai-result__table tbody tr:last-child td { border-bottom: none; }
.puc-ai-result__table tbody tr:hover { background: #f8fafc; }
.puc-ai-error { padding: 1rem 1.25rem; background: #fef2f2; border: 1px solid #fecaca; border-radius: 10px; color: #dc2626; font-size: 1rem; }

.puc-modal .modal-header { background: #f8fafc; border-bottom: 1px solid #e2e8f0; padding: 1rem 1.5rem; }
.puc-modal .modal-title { font-weight: 700; color: #0f172a; }
.puc-modal .modal-body { padding: 1.5rem; }
.puc-modal .table { font-size: 0.9375rem; }
.puc-modal .table th { font-weight: 600; color: #334155; background: #f8fafc; border-color: #e2e8f0; }
.puc-modal .table td { border-color: #e2e8f0; }

/* ===== Client Card (3D) ===== */
.client-card-container { min-height: 60vh; }
.client-3d-css-card { width: 450px; height: 300px; perspective: 1200px; margin: 0 auto; z-index: 10; max-width: 98vw; max-height: 90vh; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); cursor: grab; }
.client-card-avatar-wrap { border-radius: 12px; overflow: hidden; background-color: #fff; height: 134px; }
.client-card-avatar { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.terms-conditions-title { font-size: 1.1em; color: #fff; }
.client-3d-css-card-inner { width: 100%; height: 100%; border-radius: 20px; background: transparent; position: relative; box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); transition: box-shadow 0.5s; will-change: transform; transform-style: preserve-3d; }
.card-face { position: absolute; width: 100%; height: 100%; border-radius: 20px; background: linear-gradient(135deg, #000000 0%, #000000 100%); color: #fff; box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); padding: 32px 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; font-size: 1em; font-weight: 600; backface-visibility: hidden; overflow: hidden; }
.font-12 { font-size: 12px; color: #ffffffa2; }
.client-3d-css-card-front { z-index: 2; }
.client-3d-css-card-back { transform: rotateY(180deg); z-index: 1; }
.w-60 { width: 60%; }
.w-40 { width: 40%; }
.client-3d-css-card h3 { font-weight: 700; letter-spacing: 1px; margin-bottom: 18px; }
.client-3d-css-card ul { font-size: 1em; line-height: 1.7; }
.client-card-front-flex { display: flex; flex-direction: row; height: 100%; width: 100%; align-items: center; justify-content: center; }
.client-card-front-left { flex: 1 1 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-width: 0; max-width: 100%; }
.company-logo-wrap { flex: 1 1 0; width: 100%; display: flex; flex-direction: row; align-items: center; gap: 50px; }
.company-logo { width: 80px; height: 80px; object-fit: contain; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
.company-logo-placeholder { background: #e0e0e0; color: #888; display: flex; align-items: center; justify-content: center; border-radius: 12px; font-size: 0.9em; width: 100%; height: 100%; }
.w-\[50px\] { width: 50px; height: 50px; }
.client-info-list { margin-top: 10px; font-size: 1em; width: 100%; word-break: break-word; }
.terms-conditions { background: rgba(255, 255, 255, 0.05); border-radius: 8px; padding: 10px 14px; margin-top: 10px; font-size: 0.95em; color: #ccc; }
@media (max-width: 600px) { .client-3d-css-card { width: 98vw; height: auto; min-height: 220px; padding: 0; } .client-3d-css-card-inner { min-height: 220px; padding: 0; } .card-face { padding: 18px 8px; font-size: 1em; } .client-card-front-flex { flex-direction: column; align-items: center; justify-content: flex-start; } .client-card-front-left { border-right: none; padding-right: 0; width: 100%; min-width: 0; } .company-logo { width: 60px; height: 60px; } .company-logo-placeholder { width: 60px; height: 60px; } }

/* ===== Client Summary ===== */
.client-summary .progress-bar { transition: width 0.6s ease; }
.client-summary .table th { background-color: #f8f9fa; font-weight: bold; }
.client-summary .badge { font-size: 12px; }
.client-summary .btn-group .btn { margin-right: 2px; }
.client-summary .select2-container--default .select2-selection--single { height: 38px !important; padding: 6px 12px; border: 1px solid #ddd; border-radius: 4px; }
.client-summary .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 24px !important; color: #555; }
.client-summary .select2-container--default .select2-selection--single .select2-selection__arrow { height: 36px !important; }
.client-summary .select2-dropdown { border: 1px solid #ddd; }

/* ===== Claim Services ===== */
.services-review-card { border: none; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.services-review-card .card-header { background: linear-gradient(135deg, #28a745 0%, #20c997 100%); border: none; padding: 1rem 1.5rem; }
.services-review-card .card-body { padding: 1.5rem; background-color: #f8f9fa; }
.service-type-header { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); color: white; padding: 0.75rem 1rem; border-radius: 0.5rem; margin-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; }
.review-service-table { background: white; border-radius: 0.5rem; overflow: visible; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.review-service-table thead th { color: white; font-weight: 600; text-transform: uppercase; font-size: 1.2rem; letter-spacing: 0.5px; padding: 0.75rem 0.5rem; white-space: nowrap; border: none; }
.review-service-table tbody td { padding: 0.75rem 0.5rem; vertical-align: middle; border-bottom: 1px solid #e9ecef; font-size: 1.5rem; }
.review-service-table tbody tr:hover { background-color: #f8f9fa; transition: background-color 0.2s; }
.review-service-table tbody tr.table-warning { background-color: #fff3cd !important; }
.review-service-table tfoot th { background-color: #e9ecef; font-weight: 700; padding: 0.75rem 0.5rem; border-top: 2px solid #dee2e6; }
.review-benefit-select, .review-status-select { font-size: 1.5rem; padding: 0.375rem 0.5rem; border: 1px solid #ced4da; border-radius: 0.25rem; transition: all 0.2s; }
.review-benefit-select:focus, .review-status-select:focus { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); outline: none; }
.review-approved-input { font-size: 1.5rem; padding: 0.375rem 0.5rem; border: 1px solid #ced4da; border-radius: 0.25rem; text-align: right; width: 100%; max-width: 120px; }
.review-note-input { font-size: 1.5rem; padding: 0.375rem 0.5rem; border: 1px solid #ced4da; border-radius: 0.25rem; resize: vertical; min-height: 50px; width: 100%; }
.review-note-input:focus { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); outline: none; }
.status-badge { padding: 0.35rem 0.65rem; border-radius: 0.25rem; font-size: 1.2rem; font-weight: 600; text-transform: uppercase; }
.update-service-btn { margin: 0 2px; padding: 0.25rem 0.5rem; border-radius: 0.25rem; transition: all 0.2s; }
.update-service-btn:hover { transform: translateY(-1px); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
.services-table-controls { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; flex-wrap: wrap; gap: 1rem; }
.services-search-box { flex: 1; min-width: 250px; max-width: 400px; }
.services-search-box input { border: 1px solid #ced4da; border-radius: 0.25rem; padding: 0.5rem 0.75rem; font-size: 1.5rem; width: 100%; }
.services-pagination-info { font-size: 1.5rem; color: #6c757d; }
.services-pagination { display: flex; justify-content: center; align-items: center; gap: 0.5rem; margin-top: 1rem; }
.services-pagination button { padding: 0.5rem 1rem; border: 1px solid #ced4da; background: white; border-radius: 0.25rem; cursor: pointer; font-size: 1.5rem; transition: all 0.2s; }
.services-pagination button:hover:not(:disabled) { background: #f8f9fa; border-color: #007bff; }
.services-pagination button:disabled { opacity: 0.5; cursor: not-allowed; }
.services-pagination button.active { background: #007bff; color: white; border-color: #007bff; }
.services-table-wrapper .table-responsive { overflow-y: visible !important; }
.info-card.services-card .card-body, .info-card.services-card { overflow: visible !important; }
.service-type-review-wrapper { overflow: visible !important; }
.services-loading { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; }
.services-loading.show { display: block; }
@media (max-width: 768px) { .review-service-table { font-size: 1.2rem; } .review-service-table thead th, .review-service-table tbody td { padding: 0.5rem 0.25rem; } .service-type-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; } .btn-group { flex-direction: column; } .btn-group .btn { margin-bottom: 2px; } }

/* ===== Claim Edit ===== */
body.carrier-nav { overflow-x: hidden; }
body.carrier-nav #content, body.carrier-nav #content .container, body.carrier-nav #main { overflow-x: hidden; max-width: 100%; }
.claim-edit .block-header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 1.5rem 2rem; border-radius: 0.5rem; margin-bottom: 2rem; box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3); position: sticky !important; top: 0 !important; z-index: 1000 !important; width: 100%; }
.claim-edit .block-header h2 { color: white; margin: 0; font-weight: 600; font-size: 2rem; display: flex; align-items: center; gap: 0.75rem; }
.claim-edit .main-claim-card { border: none; border-radius: 1rem; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); overflow: hidden; }
.claim-edit .main-claim-card .card-header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border: none; padding: 1.5rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.claim-edit .main-claim-card .card-header h2 { color: white; margin: 0; font-weight: 600; font-size: 1.8rem; }
.claim-edit .main-claim-card .card-header .btn { background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.3); color: white; transition: all 0.3s; }
.claim-edit .main-claim-card .card-header .btn:hover { background: rgba(255, 255, 255, 0.3); transform: translateX(-3px); }
.claim-edit .main-claim-card .card-body { padding: 2rem; background: #f8f9fa; }
.claim-edit .action-buttons-section { padding: 1.5rem; border-radius: 0.75rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); margin-bottom: 0; margin-top: 1rem; }
.claim-edit .block-header .action-buttons-section { flex: 1; max-width: 100%; }
.claim-edit .block-header .d-flex { align-items: flex-start; }
.claim-edit .action-btn { margin: 0.5rem; padding: 0.875rem 1.75rem; border-radius: 0.5rem; font-weight: 600; font-size: 1.5rem; transition: all 0.3s; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); border: none; display: inline-flex; align-items: center; gap: 0.5rem; }
.claim-edit .action-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
.claim-edit .info-card { border: none; border-radius: 1rem; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); margin-bottom: 2rem; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.claim-edit .info-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
.claim-edit .info-card.client-card { border-left: 5px solid #2196F3; }
.claim-edit .info-card.policy-card { border-left: 5px solid #4CAF50; }
.claim-edit .info-card.claim-card { border-left: 5px solid #FF9800; width: 100%; }
.claim-edit .info-card.services-card { border-left: 5px solid #9C27B0; }
.claim-edit .info-card .card-header { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border: none; padding: 1.25rem 1.5rem; border-bottom: 2px solid #dee2e6; }
.claim-edit .info-card .card-header h3 { margin: 0; font-weight: 700; font-size: 1.8rem; display: flex; align-items: center; gap: 0.75rem; }
.claim-edit .info-card .card-body { padding: 1.5rem; background: white; }
.claim-edit .info-item { padding: 1rem; background: #f8f9fa; border-radius: 0.5rem; border-left: 3px solid #dee2e6; transition: all 0.3s; }
.claim-edit .info-item:hover { background: #e9ecef; border-left-color: #2196F3; transform: translateX(4px); }
.claim-edit .info-item label { display: block; font-weight: 600; color: #6c757d; margin-bottom: 0.5rem; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.5px; }
.claim-edit .info-item p { margin: 0; color: #212529; font-size: 1.15rem; }
.claim-edit .info-item .form-control:focus, .claim-edit .info-item select:focus { border-color: #2196F3; box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.15); outline: none; }
.claim-edit .manual-approval-form-row { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); margin-bottom: 25px; border: 1px solid #e0e7ff; }
.claim-edit .form-row-spacing { margin-left: -8px; margin-right: -8px; display: flex; flex-wrap: nowrap !important; align-items: flex-end; overflow-x: auto; overflow-y: visible; }
.claim-edit .form-row-nowrap { flex-wrap: wrap !important; display: flex; }
.claim-edit .form-col-inline { flex: 1 1 auto; min-width: 180px; padding-left: 8px; padding-right: 8px; margin-bottom: 0; }
.claim-edit .form-control-modern { width: 100%; padding: 12px 18px; font-size: 1.2rem; border: 2px solid #e0e7ff; border-radius: 6px; transition: all 0.3s; height: 48px; }
.claim-edit .form-control-modern:focus { border-color: #2196F3; outline: 0; box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.15); }
.claim-edit .form-section { background: white; padding: 1.5rem; border-radius: 0.75rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
.claim-edit .form-section .btn { padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: 600; transition: all 0.3s; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.claim-edit .form-section .btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
.claim-edit .claim-view-only-form input:not([readonly]):not([type="hidden"]), .claim-edit .claim-view-only-form select:not([readonly]), .claim-edit .claim-view-only-form textarea:not([readonly]) { pointer-events: none; background-color: #f5f5f5 !important; }
.claim-edit .claim-view-only-form button[type="submit"] { display: none !important; }
@media (max-width: 768px) { .claim-edit .block-header { padding: 1rem; } .claim-edit .block-header .d-flex { flex-direction: column; } .claim-edit .block-header .action-buttons-section { width: 100%; margin-top: 1rem; } .claim-edit .action-btn { width: 100%; margin: 0.5rem 0; justify-content: center; font-size: 0.95rem; } }

/* ===== Ceiling Modal ===== */
#ceilingModal .modal-body { max-height: 70vh; overflow-y: auto; position: relative; }
.ceiling-modal .section-header { background-color: #343a40; color: white; padding: 12px 15px; font-weight: bold; font-size: 16px; border: 1px solid #dee2e6; }
.ceiling-modal .benefit-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; position: relative; }
.ceiling-modal .benefit-table thead { position: sticky !important; top: 0 !important; z-index: 101 !important; background-color: #f8f9fa; }
.ceiling-modal .benefit-table th { background-color: #f8f9fa !important; padding: 10px; border: 1px solid #dee2e6; text-align: center; font-weight: 600; }
.ceiling-modal .benefit-table td { padding: 10px; border: 1px solid #dee2e6; }
.ceiling-modal .benefit-name { font-weight: 500; }
.ceiling-modal .parent-row { background-color: #e9ecef; font-weight: 600; }
.ceiling-modal .child-row { background-color: #f8f9fa; }
.ceiling-modal .child-row .benefit-name:before { content: "└─ "; color: #6c757d; }
.ceiling-modal .badge-custom { padding: 3px 8px; border-radius: 3px; font-size: 11px; font-weight: 600; margin-left: 8px; }
.ceiling-modal .group-header { position: sticky !important; top: 45px !important; z-index: 100 !important; background-color: #fff3cd !important; cursor: pointer; }
.ceiling-modal .group-header td { background-color: #fff3cd !important; }
.ceiling-modal .highlight-value { font-size: 15px; font-weight: bold; color: #495057; }
.ceiling-modal .ceiling-beneficiary-info { background: #777; border-radius: 10px; padding: 20px; margin-bottom: 20px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.ceiling-modal .ceiling-beneficiary-info .ceiling-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; color: white; }
.ceiling-modal .ceiling-beneficiary-info .ceiling-info-item { background: rgba(255,255,255,0.1); padding: 15px; border-radius: 8px; backdrop-filter: blur(10px); }
.ceiling-modal .ceiling-info-label { font-size: 12px; opacity: 0.9; margin-bottom: 5px; }
.ceiling-modal .ceiling-info-label i { margin-right: 5px; }
.ceiling-modal .ceiling-info-value { font-size: 18px; font-weight: bold; }

/* ===== Plan Policy Form ===== */
label#ceiling_label, label#renewal_period_label, label#is_will_add_prev_remaining_label { text-wrap-mode: nowrap; }

/* ===== Reports - Metric cards ===== */
.metric-card { background: #fff; padding: 20px; border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); text-align: center; margin-bottom: 20px; font-size: 1.2rem; }
.metric-card.pu-metric { border-left: 4px solid #5b73e8; margin-bottom: 15px; }
.metric-value { font-size: 1.5rem; font-weight: bold; color: #2c3e50; }
.metric-value.pu-metric { color: #5b73e8; }
.metric-label { color: #7f8c8d; font-size: 1.2rem; }
.metric-label.pu-metric { font-size: 1.2rem; color: #74788d; text-transform: uppercase; }
.dt-buttons { margin-bottom: 15px; }

/* ===== Report pages (policy_premium, benefit_underwriting) - font size 1.2rem ===== */
.report-page { font-size: 1.2rem; }
.report-page .page-title, .report-page .page-title-box h4,
.report-page .header-title, .report-page .card-body h4 { font-size: 1.2rem !important; }
.report-page label, .report-page .form-group label { font-size: 1.2rem !important; }
.report-page .table, .report-page .dataTables_wrapper { font-size: 1.2rem !important; }
.report-page .table th, .report-page .table td,
.report-page .dataTables_wrapper th, .report-page .dataTables_wrapper td { font-size: 1.2rem !important; }
.report-page .dataTables_length label, .report-page .dataTables_filter label,
.report-page .dataTables_info, .report-page .dataTables_paginate { font-size: 1.2rem !important; }
.report-page .text-muted, .report-page .text-muted.small { font-size: 1.2rem !important; }
.report-page .btn { font-size: 1.2rem !important; }

/* ===== Carrier Auth Login ===== */
body.carrier-login .login-content:before { display: none; }
body.carrier-login .login-content { overflow: visible !important; padding-top: 4%; }
body.carrier-login { background-image: url('/img/insurance-company-photoroom.png'); background-repeat: no-repeat; background-size: 100% auto; background-position: center center; }
body.carrier-login .login-full { display: flex; flex-direction: column; justify-content: space-around; align-items: end; margin-right: 8%; height: 100%; }
body.carrier-login .login-text-wrapper { margin-right: 3%; margin-bottom: 3%; }
body.carrier-login h1 { font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 900; font-size: 3.6em; color: #5D6E75; }
body.carrier-login .arabic-text { margin-left: 18%; }
@media (max-width: 767px) {
    body.carrier-login { background-image: none; }
    body.carrier-login .login-text-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 15%; width: 100% !important; }
    body.carrier-login .arabic-text { margin-left: 0; }
    body.carrier-login h1 { font-size: 2.5em; margin-right: 10%; }
    body.carrier-login .login-full { justify-content: center !important; align-items: center !important; margin-right: 0 !important; width: 100% !important; margin-left: 7%; }
}
