@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--primary: 222 78% 19%;--primary-foreground: 0 0% 100%;--secondary: 220 16% 95%;--secondary-foreground: 220 9% 46%;--destructive: 349 80% 47%;--destructive-foreground: 0 0% 100%;--accent: 201 100% 45%;--accent-foreground: 0 0% 100%;--muted: 220 5% 46%;--muted-foreground: 220 9% 46%;--background: 0 0% 100%;--foreground: 222 78% 19%;--card: 0 0% 100%;--card-foreground: 222 78% 19%;--popover: 0 0% 100%;--popover-foreground: 222 78% 19%;--border: 220 13% 91%;--input: 220 13% 91%;--input-background: 240 2% 96%;--ring: 201 100% 45%;--radius: .5rem}}body{margin:0;font-family:Gilroy,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy-regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy-bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy-semi-bold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}:root{--color-navy: #0A1F59;--color-bright-blue: #009AE4;--color-mint-green: #13CF92;--color-teal: #09B4BC;--color-surface: #ffffff;--color-surface-alt: rgba(255,255,255,.1);--font-primary: "Gilroy", sans-serif;--gradient-bg: linear-gradient(135deg, #13CF92 0%, #09B4BC 50%, #009AE4 100%);--shadow: 0 2px 8px rgba(0,0,0,.08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background:var(--gradient-bg);color:#fff;min-height:100vh}header,footer{background:var(--color-navy);padding:1rem 2rem;box-shadow:var(--shadow)}.container{display:grid;grid-template-columns:240px 1fr;height:calc(100vh - 64px);max-width:none;width:100%}.sidebar{background:var(--color-navy);padding:2rem 1rem}.main{overflow-y:auto;padding:2rem;background:var(--color-surface-alt)}.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.tool-card{background:var(--color-surface);color:var(--color-navy);border-radius:1rem;padding:1rem;display:flex;align-items:center;gap:1rem;text-decoration:none;box-shadow:var(--shadow);transition:transform .1s,box-shadow .2s}.tool-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tool-card img{height:32px}.auth-button{background-color:var(--color-bright-blue);color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;font-weight:600;transition:background-color .2s,transform .1s}.auth-button:hover{background-color:var(--color-mint-green)}.auth-button:active{transform:scale(.98)}.icon-button{background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.icon-button:hover{background-color:#ffffff1a}.auth-button:disabled{opacity:.6;cursor:not-allowed}.settings-page{background:var(--color-surface);color:var(--color-navy);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);max-width:720px}.settings-page h1{margin-bottom:1rem}.settings-page p{line-height:1.5;margin-bottom:1.5rem}.settings-actions{display:flex;align-items:center;gap:1rem}.settings-download-button{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem}.settings-download-button svg{width:18px;height:18px}.status-message{margin-top:1rem;font-weight:600}.status-message--error{color:#dc3545}.status-message--success{color:#198754}.network-scanner{background:var(--color-surface);color:var(--color-navy);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem}.network-scanner__header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.network-scanner__lead{margin-top:.25rem;color:#41538d}.network-scanner__panel{background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.network-scanner__status-row{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.network-scanner__status{color:#0a1f59}.network-scanner__hint{font-size:.9rem;color:#5b6fa5}.network-scanner__results{display:flex;flex-direction:column;gap:.5rem}.network-scanner__progress{display:flex;flex-direction:column;gap:.35rem}.network-scanner__progress-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#0a1f59}.network-scanner__progress-count{font-variant-numeric:tabular-nums;color:#5b6fa5;font-weight:600}.network-scanner__progress-bar{height:.65rem;background:#e7edfc;border-radius:999px;overflow:hidden;border:1px solid rgba(10,31,89,.08)}.network-scanner__progress-fill{height:100%;background:linear-gradient(90deg,#4f8bff,#2ad1d2);width:0%;transition:width .16s ease-out}.network-device{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1px solid rgba(10,31,89,.08);border-radius:.65rem;color:#198754;font-weight:700;box-shadow:0 1px 4px #00000008}.network-device__link{font-weight:600;font-size:.95rem;color:var(--color-bright-blue);text-decoration:none}.network-device__link:hover{text-decoration:underline}.network-scanner__empty{color:#5b6fa5}.eyebrow{font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;font-weight:700;color:#5b6fa5}.report-card{background:var(--color-surface);color:var(--color-navy);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem}.report-lead{color:#41538d;line-height:1.5}.report-actions{display:flex;align-items:center;gap:1rem}.report-summary h2{margin-bottom:.5rem}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.report-section{background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.report-list{list-style:none;display:flex;flex-direction:column;gap:.4rem;padding-left:0}.report-list li{display:flex;flex-direction:column;gap:.1rem;font-weight:600}.report-list a{color:var(--color-bright-blue);text-decoration:none}.report-list a:hover{text-decoration:underline}.report-sub{color:#5b6fa5;font-size:.95rem}.report-muted{color:#5b6fa5}.report-error{background:#ffe9e9;color:#9f1d1d;border:1px solid #f3b1b1;border-radius:.65rem;padding:.75rem 1rem;font-weight:600}.report-footnote{color:#5b6fa5;margin-top:.5rem}@media(max-width:640px){.report-actions{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.network-scanner__header{flex-direction:column;align-items:flex-start}}[data-theme=dark]{--color-surface: #162231;--color-surface-alt: #0D1B2A;--gradient-bg: #0D1B2A;--shadow: 0 2px 8px rgba(0,0,0,.4);--color-bright-blue: #3ECFCF;--color-mint-green: #22C97A}[data-theme=dark] body{background:#0d1b2a;color:#f4f8fc}[data-theme=dark] header{background:#0d1b2af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(62,207,207,.12)}[data-theme=dark] header .search-bar input{background:#1e2f42;color:#f4f8fc;border:1px solid rgba(62,207,207,.18)}[data-theme=dark] header .search-bar input::placeholder{color:#8da0b3}[data-theme=dark] .theme-toggle{color:#f4f8fc}[data-theme=dark] .sidebar{background:#0a1428;border-right:1px solid rgba(62,207,207,.08)}[data-theme=dark] .sidebar a:hover{background:#3ecfcf14}[data-theme=dark] .sidebar a.active{background:#3ecfcf;color:#0d1b2a}[data-theme=dark] .main{background:#0d1b2a}[data-theme=dark] .tool-card,[data-theme=dark] .network-scanner{background:#162231;color:#f4f8fc;border:1px solid rgba(62,207,207,.1)}[data-theme=dark] .network-scanner__panel{background:#1e2f42;border-color:#3ecfcf1f}[data-theme=dark] .network-scanner__lead,[data-theme=dark] .network-scanner__hint,[data-theme=dark] .network-scanner__empty,[data-theme=dark] .network-scanner__progress-count,[data-theme=dark] .eyebrow{color:#8da0b3}[data-theme=dark] .network-scanner__progress-header,[data-theme=dark] .network-scanner__status{color:#f4f8fc}[data-theme=dark] .network-scanner__progress-bar{background:#1e2f42;border-color:#3ecfcf1f}[data-theme=dark] .network-device{background:#1e2f42;border-color:#3ecfcf1f;color:#22c97a}[data-theme=dark] .settings-page,[data-theme=dark] .report-card{background:#162231;color:#f4f8fc;border:1px solid rgba(62,207,207,.1)}[data-theme=dark] .report-section{background:#1e2f42;border-color:#3ecfcf1f}[data-theme=dark] .report-lead,[data-theme=dark] .report-sub,[data-theme=dark] .report-muted,[data-theme=dark] .report-footnote{color:#8da0b3}[data-theme=dark] .report-error{background:#ef444426;color:#fca5a5;border-color:#ef44444d}[data-theme=dark] .ci-page input,[data-theme=dark] .ci-page select,[data-theme=dark] .ci-page textarea,[data-theme=dark] .ti-page input,[data-theme=dark] .ti-page select,[data-theme=dark] .ti-page textarea,[data-theme=dark] .chi-page input,[data-theme=dark] .chi-page select,[data-theme=dark] .chi-page textarea,[data-theme=dark] .kb-page input,[data-theme=dark] .kb-page select,[data-theme=dark] .kb-page textarea,[data-theme=dark] .rbf-page input,[data-theme=dark] .rbf-page select,[data-theme=dark] .rbf-page textarea,[data-theme=dark] .settings-page input,[data-theme=dark] .settings-page select,[data-theme=dark] .settings-page textarea{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .ci-page input::placeholder,[data-theme=dark] .ti-page input::placeholder,[data-theme=dark] .chi-page input::placeholder,[data-theme=dark] .kb-page input::placeholder,[data-theme=dark] .rbf-page input::placeholder,[data-theme=dark] .ci-page textarea::placeholder,[data-theme=dark] .ti-page textarea::placeholder,[data-theme=dark] .chi-page textarea::placeholder,[data-theme=dark] .kb-page textarea::placeholder,[data-theme=dark] .rbf-page textarea::placeholder{color:#8da0b3}[data-theme=dark] .table-container table,[data-theme=dark] .partners table,[data-theme=dark] .product-commissions table{background:#162231;color:#f4f8fc}[data-theme=dark] .table-container table th,[data-theme=dark] .partners table th,[data-theme=dark] .product-commissions table th{background:#0a1428;color:#f4f8fc;border-color:#3ecfcf26}[data-theme=dark] .table-container table td,[data-theme=dark] .partners table td,[data-theme=dark] .product-commissions table td{background:#162231;color:#f4f8fc;border-color:#3ecfcf14}[data-theme=dark] .table-container table tr:nth-child(2n) td,[data-theme=dark] .partners table tr:nth-child(2n) td{background:#1a2a3a}[data-theme=dark] .table-container table tr:hover td,[data-theme=dark] .partners table tr:hover td{background:#1e2f42}[data-theme=dark] .partners h1,[data-theme=dark] .product-commissions h1,[data-theme=dark] .partner-contract-tool,[data-theme=dark] .onboarding-page,[data-theme=dark] .electricity-meters{color:#f4f8fc}header{display:flex;align-items:center;gap:1rem;height:64px;padding:0 2rem;background:var(--color-navy);color:#fff;box-shadow:var(--shadow);position:sticky;top:0;z-index:100}header .logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600}header .logo img{height:32px;width:auto}header .search-bar{position:relative;flex:1;max-width:300px}header .search-bar input{width:100%;padding:.5rem 2.5rem .5rem 1rem;border:none;border-radius:2rem}header .search-bar button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}header .actions{margin-left:auto;display:flex;align-items:center;gap:1rem}.theme-toggle{transition:color .2s,transform .2s}.theme-toggle:hover{transform:rotate(15deg)}.notifications{position:relative}.notifications .badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);background:#dc3545;color:#fff;border-radius:50%;font-size:.65rem;padding:2px 5px}.user-menu{display:flex;align-items:center;gap:.5rem}.user-menu img{height:32px;width:32px;border-radius:50%}.username{font-weight:500}.hamburger{display:none}@media(max-width:768px){.hamburger{display:flex}header .search-bar{display:none}}.sidebar{display:flex;flex-direction:column;background:var(--color-navy);height:100%}.sidebar a{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:.5rem;transition:background-color .2s}.sidebar a:hover{background:#ffffff1a}.sidebar a.active{background:var(--color-bright-blue)}.table-container{overflow-x:auto;margin-bottom:1rem}.customer-payouts-controls{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}.customer-payouts-controls select,.customer-payouts-controls input,.customer-payouts-controls button{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #ccc;background-color:#fff;font-size:.9rem;cursor:pointer;transition:background-color .2s,transform .1s}.customer-payouts-controls select:focus,.customer-payouts-controls input:focus,.customer-payouts-controls button:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.customer-payouts-controls button:hover{background-color:#f0f0f0;transform:translateY(-1px)}.customer-payouts-controls button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.export-button{background-color:#28a745;color:#333;border:none}.export-button:hover{background-color:#218838}.payout-table{width:100%;border-collapse:collapse;box-shadow:0 2px 8px #0000001a;border-radius:.5rem;overflow:hidden}.payout-table thead{background-color:#007bff;color:#fff;position:sticky;top:0;z-index:1}.payout-table th{padding:.75rem 1rem;text-align:left;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none;color:#fff}.payout-table td{padding:.75rem 1rem;text-align:left;font-size:.9rem;color:#333}.payout-table tbody tr{background-color:#fff}.payout-table tbody tr:nth-child(odd){background-color:#f9f9f9}.payout-table tbody tr:hover{background-color:#e9f5ff;transition:background-color .2s}.copy-button{background:none;border:none;color:#007bff;cursor:pointer;padding:0;margin:0;transition:color .2s}.copy-button:hover{color:#0056b3}.copied-indicator{margin-left:.5rem;color:#28a745;font-weight:700;font-size:.85rem}.error{color:#dc3545;font-size:.85rem;margin-left:.5rem}h1{font-size:2rem;margin-bottom:1rem;color:#333}@media(max-width:768px){.customer-payouts-controls{flex-direction:column;align-items:flex-start}.payout-table th,.payout-table td{padding:.5rem;font-size:.85rem}}[data-theme=dark] h1{color:#f4f8fc}[data-theme=dark] .customer-payouts-controls select,[data-theme=dark] .customer-payouts-controls input,[data-theme=dark] .customer-payouts-controls button{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .customer-payouts-controls button:hover{background:#3ecfcf1a}[data-theme=dark] .payout-table td{color:#f4f8fc;background-color:#162231;border-bottom:1px solid rgba(62,207,207,.06)}[data-theme=dark] .payout-table tbody tr{background-color:#162231}[data-theme=dark] .payout-table tbody tr:nth-child(odd) td{background-color:#1a2a3a}[data-theme=dark] .payout-table tbody tr:hover td{background-color:#1e2f42}.review .row-table{border-collapse:collapse}.review th,.review td{padding:4px 8px;border:1px solid #ccc}.buttons{margin-top:1rem}.buttons button{margin-right:.5rem}.error{color:red;margin-bottom:1rem}.preview{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.table-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 30px #0f172a14}.table-card-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:none;background:#f8fafc;padding:.85rem 1rem;cursor:pointer;font-weight:600;color:#111827;letter-spacing:.01em}.table-card-header:hover{background:#eef2ff}.arrow{display:inline-block;transition:transform .2s ease;color:#6366f1;font-size:1rem}.arrow.open{transform:rotate(90deg)}.table-title{flex:1;text-align:left}.badge{background:#eef2ff;color:#4338ca;border-radius:999px;padding:.2rem .7rem;font-size:.8rem;font-weight:700}.table-wrapper{overflow-x:auto}.preview-table{width:100%;border-collapse:collapse;min-width:720px}.preview-table thead{background:#f1f5f9;text-transform:uppercase;letter-spacing:.02em;font-size:.9rem}.preview-table th,.preview-table td{padding:.75rem .9rem;text-align:left;border-bottom:1px solid #e5e7eb;color:#0f172a}.preview-table tbody tr:nth-child(2n){background:#f8fafc}.preview-table tbody tr:hover{background:#eef2ff;transition:background .15s ease}.download-bar{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.download-button{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.4rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .1s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 2px 6px #0000001f}.download-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000002e}.download-button:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #0000001f}.download-button--excel{background:#1d6f42;color:#fff}.download-button--excel:hover:not(:disabled){background:#185c37}.download-button--pdf{background:#c0392b;color:#fff}.download-button--pdf:hover:not(:disabled){background:#a93226}.download-button[disabled]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.button-spinner{width:.9rem;height:.9rem;border-radius:50%;border:2px solid rgba(15,23,42,.2);border-top-color:currentColor;animation:button-spin .8s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.cin7-progress{margin-top:.75rem;padding:.75rem;border:1px solid #c7d2fe;border-radius:10px;background:#f8faff;max-width:520px}.cin7-progress-header,.cin7-progress-meta{display:flex;justify-content:space-between;gap:.75rem;font-size:.85rem}.cin7-progress-header{margin-bottom:.5rem}.cin7-progress-bar{width:100%}.cin7-progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#2563eb);transition:width .2s ease}.cin7-progress-bar>.cin7-progress-fill{border-radius:999px}.cin7-progress-bar{height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-bottom:.5rem}[data-theme=dark] .table-card{background:#162231;border-color:#3ecfcf1f;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .table-card-header{background:#1e2f42;color:#f4f8fc;border-bottom:1px solid rgba(62,207,207,.1)}[data-theme=dark] .table-card-header:hover{background:#3ecfcf14}[data-theme=dark] .preview-table th,[data-theme=dark] .preview-table td{color:#f4f8fc;border-color:#3ecfcf14}[data-theme=dark] .preview-table thead{background:#1e2f42}[data-theme=dark] .preview-table tbody tr:nth-child(2n){background:#ffffff05}[data-theme=dark] .preview-table tbody tr:hover{background:#3ecfcf0f}[data-theme=dark] .badge{background:#6366f133;color:#a5b4fc}[data-theme=dark] .cin7-progress{background:#1e2f42;border-color:#3ecfcf26}[data-theme=dark] .cin7-progress-bar{background:#0a1428}[data-theme=dark] .review th,[data-theme=dark] .review td{border-color:#3ecfcf26;color:#f4f8fc}[data-theme=dark] .file-label{color:#f4f8fc}.grand-total-table tfoot .grand-total-footer td{border-top:2px solid #e5e7eb;background:#f1f5f9}[data-theme=dark] .grand-total-table tfoot .grand-total-footer td{border-top:2px solid rgba(62,207,207,.2);background:#1e2f42;color:#f4f8fc}.warnings-card{border-color:#fca5a5}.warnings-card .table-card-header{background:#fff7f7}.warnings-card .table-card-header:hover{background:#fee2e2}.warnings-badge{background:#fee2e2;color:#991b1b}[data-theme=dark] .warnings-card{border-color:#ef44444d}[data-theme=dark] .warnings-card .table-card-header{background:#ef444414}[data-theme=dark] .warnings-card .table-card-header:hover{background:#ef444426}[data-theme=dark] .warnings-badge{background:#ef444426;color:#fca5a5}.warehouse-badge{background:#fef3c7;color:#92400e}[data-theme=dark] .warehouse-badge{background:#f59e0b26;color:#fcd34d}.import-panel{display:flex;align-items:flex-start;gap:0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 4px 20px #0f172a12;padding:2rem;max-width:620px;flex-wrap:wrap}.import-option{flex:1;min-width:200px;display:flex;flex-direction:column;gap:1rem}.import-option__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.import-option__body{display:flex;flex-direction:column;gap:.75rem}.import-date-row{display:flex;gap:.75rem}.import-field{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;color:#374151}.import-field select,.import-field input[type=number]{padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background:#f9fafb}.import-field input[type=number]{width:5.5rem}.import-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.4rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .1s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 2px 6px #0000001a;width:fit-content}.import-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00000029}.import-btn:active:not(:disabled){transform:translateY(0)}.import-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.import-btn--cin7{background:#4f46e5;color:#fff}.import-btn--cin7:hover:not(:disabled){background:#4338ca}.import-btn--file{background:#0f172a;color:#fff}.import-btn--file:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #00000029}.import-divider{display:flex;align-items:center;justify-content:center;width:3rem;flex-shrink:0;padding-top:2.5rem}.import-divider span{font-size:.8rem;font-weight:600;color:#9ca3af}[data-theme=dark] .import-panel{background:#162231;border-color:#3ecfcf1f;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .import-option__title{color:#94a3b8}[data-theme=dark] .import-field{color:#f4f8fc}[data-theme=dark] .import-field select,[data-theme=dark] .import-field input[type=number]{background:#1e2f42;border-color:#3ecfcf33;color:#f4f8fc}[data-theme=dark] .import-divider span{color:#4b5563}[data-theme=dark] .import-btn--file{background:#1e2f42}[data-theme=dark] .import-btn--file:hover{background:#263d52}[data-theme=dark] .download-button--excel{background:#1a5c37}[data-theme=dark] .download-button--excel:hover:not(:disabled){background:#14472b}[data-theme=dark] .download-button--pdf{background:#a93226}[data-theme=dark] .download-button--pdf:hover:not(:disabled){background:#8e2219}.product-commissions h1{margin-bottom:1rem;color:#333}.commissions-table{width:100%;border-collapse:collapse;box-shadow:var(--shadow);border-radius:.5rem;overflow:hidden}.commissions-table thead{background-color:var(--color-bright-blue);color:#fff;position:sticky;top:0;z-index:1}.commissions-table th,.commissions-table td{padding:.75rem 1rem;text-align:left;font-size:.9rem;color:#333;background-color:#fff}.commissions-table tbody tr:nth-child(odd){background-color:#f9f9f9}.commissions-table tbody tr:hover{background-color:#e9f5ff;transition:background-color .2s}.filter-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem}.filter-bar label{display:flex;align-items:center;gap:.4rem}.filter-bar select{padding:.25rem .5rem;border-radius:.25rem;border:1px solid #ccc}.bulk-bar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;margin-bottom:.75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;flex-wrap:wrap}.bulk-count{font-weight:600;font-size:.9rem;color:#1d4ed8}.bulk-label{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.bulk-input{padding:.25rem .5rem;border-radius:.25rem;border:1px solid #93c5fd;min-width:180px}.checkbox-col{width:2rem;text-align:center}.row-selected td{background-color:#eff6ff!important}.search-input{padding:.25rem .5rem;border-radius:.25rem;border:1px solid #ccc;min-width:220px}.total-count{color:#666;font-size:.85rem}.action-cell{display:flex;gap:.4rem;align-items:center}.commissions-table td input{width:100%;padding:.2rem .4rem;font-size:.85rem;box-sizing:border-box}.btn-edit,.btn-save,.btn-cancel{border:none;padding:.25rem .6rem;border-radius:.25rem;cursor:pointer;font-size:.8rem;white-space:nowrap}.btn-edit{background:var(--color-bright-blue);color:#fff}.btn-edit:hover{opacity:.85}.btn-save{background:#16a34a;color:#fff}.btn-save:hover{opacity:.85}.btn-cancel{background:#e5e7eb;color:#374151}.btn-cancel:hover{background:#d1d5db}[data-theme=dark] .product-commissions h1{color:#f4f8fc}[data-theme=dark] .commissions-table th,[data-theme=dark] .commissions-table td{color:#f4f8fc;background-color:#162231;border-bottom:1px solid rgba(62,207,207,.08)}[data-theme=dark] .commissions-table tbody tr:nth-child(odd) td{background-color:#1a2a3a}[data-theme=dark] .commissions-table tbody tr:hover td{background-color:#1e2f42}[data-theme=dark] .add-form input{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .pagination,[data-theme=dark] .filter-bar{color:#f4f8fc}[data-theme=dark] .filter-bar select{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .total-count{color:#94a3b8}[data-theme=dark] .bulk-bar{background:#1d4ed81a;border-color:#6366f14d}[data-theme=dark] .bulk-count{color:#93c5fd}[data-theme=dark] .bulk-label{color:#f4f8fc}[data-theme=dark] .bulk-input{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .row-selected td{background-color:#1d4ed81f!important}[data-theme=dark] .search-input{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .commissions-table td input{background:#0a1428;color:#f4f8fc;border:1px solid rgba(62,207,207,.2)}[data-theme=dark] .btn-cancel{background:#1e2f42;color:#f4f8fc}[data-theme=dark] .btn-cancel:hover{background:#263d52}.partners h1{margin-bottom:1rem;color:#333}.message-success{color:green;margin-bottom:1rem}.message-error{color:red;margin-bottom:1rem}.partners-table{width:100%;border-collapse:collapse;box-shadow:var(--shadow);border-radius:.5rem;overflow:hidden}.partners-table thead{background-color:var(--color-bright-blue);color:#fff;position:sticky;top:0;z-index:1}.partners-table th,.partners-table td{padding:.75rem 1rem;text-align:left;font-size:.9rem;color:#333;background-color:#fff}.partners-table th.sortable{cursor:pointer}.partners-table tbody tr:nth-child(odd){background-color:#f9f9f9}.partners-table tbody tr:hover{background-color:#e9f5ff;transition:background-color .2s}.add-form{margin-bottom:1rem;display:flex;gap:.5rem}.add-form input{padding:.25rem .5rem}.add-form button{background-color:var(--color-bright-blue);color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s,transform .1s}.add-form button:hover{background-color:var(--color-mint-green)}.pagination{margin-top:1rem;display:flex;gap:1rem;align-items:center}.pagination button{background-color:var(--color-bright-blue);color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s,transform .1s}.pagination button:hover:not(:disabled){background-color:var(--color-mint-green)}.pagination button:disabled{opacity:.5;cursor:not-allowed}.sync-list{margin:1rem auto;max-width:600px}.sync-item{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.sync-item span{flex:0 0 auto}.bulk-edit{display:flex;gap:.5rem;align-items:center;margin:1rem 0}.partners-table tbody tr.selected td{background-color:#e6f7ff}[data-theme=dark] .partners h1{color:#f4f8fc}[data-theme=dark] .partners-table th,[data-theme=dark] .partners-table td{color:#f4f8fc;background-color:#162231;border-bottom:1px solid rgba(62,207,207,.06)}[data-theme=dark] .partners-table tbody tr:nth-child(odd) td{background-color:#1a2a3a}[data-theme=dark] .partners-table tbody tr:hover td{background-color:#1e2f42}[data-theme=dark] .partners-table tbody tr.selected td{background-color:#3ecfcf1a}[data-theme=dark] .add-form input,[data-theme=dark] .bulk-edit select,[data-theme=dark] .bulk-edit input{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .pagination{color:#f4f8fc}.partner-contract-tool{display:flex;flex-direction:column;gap:1.5rem;color:#333}.partner-contract-tool h1{margin-bottom:.25rem}.partner-contract-description{max-width:720px;line-height:1.5}.partner-contract-form{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow)}.partner-contract-form .form-field{display:flex;flex-direction:column;gap:.4rem}.partner-contract-form label{font-size:.9rem;font-weight:600;color:#555}.partner-contract-form input,.partner-contract-form select{border:1px solid #d0d7de;border-radius:.5rem;padding:.55rem .75rem;font-size:.95rem}.partner-contract-form input:disabled,.partner-contract-form select:disabled{background:#f3f4f6}.partner-contract-form .form-actions{display:flex;flex-wrap:wrap;gap:.75rem}.partner-contract-form .secondary-button{background:transparent;color:var(--color-bright-blue);border:1px solid var(--color-bright-blue);padding:.55rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease}.partner-contract-form .secondary-button:hover:not(:disabled){background:#009ae41a}.partner-contract-form .secondary-button:disabled{opacity:.6;cursor:not-allowed}.partner-contract-results{display:grid;gap:1.5rem}.partner-contract-results section{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow)}.partner-contract-results h2{margin-bottom:1rem;color:var(--color-navy)}.partner-contract-summary dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem 1.5rem}.partner-contract-summary dt{font-weight:600;color:#555}.partner-contract-summary dd{margin:.25rem 0 0;font-weight:500;color:#222}.charge-point-list{list-style:none;display:grid;gap:1rem;padding:0}.charge-point-card header{display:grid;gap:.25rem;margin-bottom:.75rem}.charge-point-card header h3{margin:0;color:#f3f4f6}.charge-point-card header span{font-weight:500;color:#f3f4f6}.charge-point-card header .cp-meta-row{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:baseline;margin-top:4px}.charge-point-card header .cp-meta-row p{margin:0;display:inline-flex;align-items:baseline;gap:6px}.evse-table-wrapper{overflow-x:auto}.evse-table-wrapper table{width:100%;border-collapse:collapse}.evse-table-wrapper th,.evse-table-wrapper td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb}.evse-table-wrapper thead{background:#009ae41a}.evse-empty{font-style:italic;color:#666}.partner-contract-raw details{background:#f8fafc;border-radius:.75rem;padding:.75rem 1rem}.partner-contract-raw summary{cursor:pointer;font-weight:600}.partner-contract-raw pre{margin-top:.75rem;max-height:320px;overflow:auto;background:#1f2937;color:#f8fafc;padding:1rem;border-radius:.75rem;font-size:.85rem}@media(max-width:720px){.partner-contract-form{grid-template-columns:1fr}.partner-contract-form .form-actions{justify-content:flex-start}}[data-theme=dark] .partner-contract-tool{color:#f4f8fc}[data-theme=dark] .partner-contract-form,[data-theme=dark] .partner-contract-results section{background:#162231;border:1px solid rgba(62,207,207,.1)}[data-theme=dark] .partner-contract-form label{color:#8da0b3}[data-theme=dark] .partner-contract-form input,[data-theme=dark] .partner-contract-form select{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .partner-contract-form input:disabled,[data-theme=dark] .partner-contract-form select:disabled{background:#0a1428}[data-theme=dark] .partner-contract-results h2{color:#f4f8fc}[data-theme=dark] .partner-contract-summary dt{color:#8da0b3}[data-theme=dark] .partner-contract-summary dd{color:#f4f8fc}[data-theme=dark] .evse-table-wrapper th,[data-theme=dark] .evse-table-wrapper td{color:#f4f8fc;border-color:#3ecfcf14}[data-theme=dark] .evse-table-wrapper thead{background:#3ecfcf14}[data-theme=dark] .evse-empty{color:#8da0b3}[data-theme=dark] .partner-contract-raw details{background:#1e2f42;border-radius:.75rem}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.login-page form{display:flex;flex-direction:column;gap:1rem;background:#ffffffe6;padding:2rem;border-radius:.5rem;color:var(--color-navy)}.login-page input{padding:.5rem 1rem;border:1px solid #ccc;border-radius:.25rem}.login-page .auth-button{align-self:center}.login-page .error{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#fff0f0;border:1px solid #f5c6cb;border-left:4px solid #dc3545;border-radius:.375rem;color:#9b1c2e;font-size:.9rem;font-weight:500;animation:login-msg-in .2s ease}.login-page .success{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#f0fff4;border:1px solid #b2dfcc;border-left:4px solid #28a745;border-radius:.375rem;color:#1a6b35;font-size:.9rem;font-weight:500;animation:login-msg-in .2s ease}@keyframes login-msg-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.settings-page{max-width:760px;padding:2rem}.settings-page h1{margin:0 0 2rem;font-size:1.5rem;font-weight:600}.settings-section{margin-bottom:2.5rem}.settings-section__header{margin-bottom:1rem}.settings-section__title{margin:0 0 .3rem;font-size:1rem;font-weight:600}.settings-section__subtitle{margin:0;color:var(--text-secondary, #6b7280);font-size:.875rem;line-height:1.5}.settings-divider{border:none;border-top:1px solid var(--border-color, #e5e7eb);margin:0 0 2.5rem}.settings-error{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;margin-bottom:1.5rem;border-radius:8px;background:var(--color-error-bg, #fef2f2);color:var(--color-error, #b91c1c);border:1px solid var(--color-error-border, #fecaca);font-size:.9rem}.settings-error__dismiss{background:none;border:none;cursor:pointer;color:inherit;font-size:1rem;line-height:1;padding:0;opacity:.7}.settings-error__dismiss:hover{opacity:1}.settings-skeleton-list{display:flex;flex-direction:column;gap:1rem}.settings-skeleton{height:80px;border-radius:10px;background:var(--skeleton-bg, #f3f4f6);animation:settings-pulse 1.5s ease-in-out infinite}@keyframes settings-pulse{0%,to{opacity:1}50%{opacity:.5}}.settings-flag-list{display:flex;flex-direction:column;gap:.75rem}.settings-flag-card{border-radius:10px;border:1px solid var(--border-color, #e5e7eb);background:var(--card-bg, #fff);transition:border-color .15s}.settings-flag-card--on{border-color:var(--color-accent, #6366f1)}.settings-flag-card__body{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.25rem}.settings-flag-card__info{display:flex;flex-direction:column;gap:.3rem;min-width:0}.settings-flag-card__label{display:flex;align-items:center;gap:.6rem;font-weight:600;font-size:.95rem}.settings-flag-badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.settings-flag-badge--on{background:var(--color-accent-light, #eef2ff);color:var(--color-accent, #6366f1)}.settings-flag-badge--off{background:var(--skeleton-bg, #f3f4f6);color:var(--text-secondary, #6b7280)}.settings-flag-card__description{font-size:.875rem;color:var(--text-secondary, #6b7280);line-height:1.45}.settings-flag-card__endpoint{font-size:.78rem;font-family:monospace;color:var(--text-secondary, #6b7280);background:var(--skeleton-bg, #f3f4f6);padding:.15rem .45rem;border-radius:4px;align-self:flex-start}.settings-flag-card__meta{font-size:.78rem;color:var(--text-tertiary, #9ca3af)}.settings-toggle{flex-shrink:0;position:relative;display:inline-flex;align-items:center;cursor:pointer}.settings-toggle input{position:absolute;opacity:0;width:0;height:0}.settings-toggle__track{display:flex;align-items:center;width:44px;height:24px;border-radius:999px;background:var(--toggle-off, #d1d5db);transition:background .2s;padding:0 3px}.settings-toggle input:checked+.settings-toggle__track{background:var(--color-accent, #6366f1)}.settings-toggle__thumb{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s}.settings-toggle input:checked~.settings-toggle__track .settings-toggle__thumb{transform:translate(20px)}.settings-toggle--saving{opacity:.6;pointer-events:none}.electricity-meters{display:flex;flex-direction:column;gap:1rem}.electricity-meters h1{margin-bottom:.5rem;color:#333}.meter-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;align-items:end}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-size:.85rem;font-weight:500;color:#555}.form-field input{padding:.5rem;border:1px solid #d0d7de;border-radius:.375rem;font-size:.9rem}.meter-form button{background-color:var(--color-bright-blue);color:#fff;border:none;padding:.65rem 1.5rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.meter-form button:hover:not(:disabled){background-color:var(--color-mint-green)}.meter-form button:disabled{opacity:.7;cursor:not-allowed}.status-message{font-weight:500}.status-message.error{color:#c0392b}.status-message.success{color:#1b9e3f}.table-wrapper{overflow-x:auto;box-shadow:var(--shadow);border-radius:.5rem}.meters-table{width:100%;border-collapse:collapse}.meters-table thead{background-color:var(--color-bright-blue);color:#555}.meters-table th,.meters-table td{padding:.75rem 1rem;text-align:left;font-size:.9rem;border-bottom:1px solid #eef2f7;color:#555;background-color:#fff}.load-test-link{display:inline-block;padding:.4rem .75rem;border-radius:.375rem;background:#4b5bec;color:#fff;text-decoration:none;font-weight:600}.load-test-link:hover{background:#404ecc}.meters-table tbody tr:nth-child(2n){background-color:#f7fafc}.meters-table tbody tr:hover{background-color:#e9f5ff}@media(max-width:600px){.meter-form{grid-template-columns:1fr}}[data-theme=dark] .electricity-meters h1{color:#f4f8fc}[data-theme=dark] .form-field label{color:#8da0b3}[data-theme=dark] .form-field input{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .meters-table thead{background-color:#0a1428;color:#f4f8fc}[data-theme=dark] .meters-table th,[data-theme=dark] .meters-table td{background-color:#162231;color:#f4f8fc;border-color:#3ecfcf14}[data-theme=dark] .meters-table tbody tr:nth-child(2n) td{background-color:#1a2a3a}[data-theme=dark] .meters-table tbody tr:hover td{background-color:#1e2f42}.onboarding-page{display:flex;flex-direction:column;gap:1.5rem}.onboarding-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem}.onboarding-header h1{margin:0;font-size:1.75rem}.onboarding-header p{margin:.25rem 0 0;color:#6b7280}.onboarding-actions{display:flex;gap:.75rem;align-items:center}.onboarding-actions button,.onboarding-actions a{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:.5rem;border:1px solid transparent;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.onboarding-actions a{text-decoration:none}.onboarding-actions .secondary-btn{background-color:#f3f4f6;color:#1f2937}.onboarding-actions .secondary-btn:hover{background-color:#e5e7eb}.onboarding-actions .primary-btn{background-color:#2563eb;color:#fff}.onboarding-actions .primary-btn:disabled{background-color:#93c5fd;cursor:not-allowed}.onboarding-alert{padding:.75rem 1rem;border-radius:.5rem;font-weight:500}.onboarding-alert.success{background-color:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.onboarding-alert.error{background-color:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.onboarding-card{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0f172a14;padding:1.5rem}.onboarding-actions-card{display:flex;flex-direction:column;gap:1.25rem}.partner-actions-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.partner-actions-header h2{margin:0;font-size:1.25rem;color:#111827}.partner-actions-description{margin:.35rem 0 0;color:#6b7280;max-width:32rem}.partner-badge{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .8rem;border-radius:999px;background-color:#eef2ff;color:#3730a3;font-weight:600;font-size:.85rem}.partner-actions-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.partner-actions-context{flex:1 1 100%;padding:.9rem 1rem;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#f9fafb;display:flex;flex-direction:column;gap:.35rem}.partner-actions-context-label{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.partner-actions-context-value{margin:0;font-weight:600;color:#1f2937}.partner-actions-context-question{margin:0;color:#374151}.partner-actions-field{display:flex;flex-direction:column;gap:.35rem}.partner-actions-field label{font-weight:600;color:#374151}.partner-actions-field select{min-width:8.5rem;padding:.55rem .75rem;border-radius:.5rem;border:1px solid #d1d5db;background-color:#fff;font-size:.95rem;cursor:pointer}.partner-actions-field select:disabled{cursor:not-allowed;background-color:#f3f4f6}.partner-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.6rem 1.2rem;border-radius:.5rem;border:none;font-weight:600;background-color:#2563eb;color:#fff;cursor:pointer;transition:background-color .2s ease}.partner-action-btn:disabled{background-color:#93c5fd;cursor:not-allowed}.partner-action-btn:not(:disabled):hover{background-color:#1d4ed8}.partner-actions-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin:0}.partner-actions-summary div{padding:.75rem .85rem;border-radius:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb}.partner-actions-summary dt{margin:0 0 .25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.partner-actions-summary dd{margin:0;font-weight:600;color:#1f2937;word-break:break-word}.partner-actions-footnote{margin:0;font-size:.85rem;color:#6b7280}.table-wrapper{width:100%;overflow-x:auto}.onboarding-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.onboarding-search{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#f9fafb}.onboarding-search input{border:none;background:transparent;outline:none;width:16rem}.onboarding-search svg{color:#6b7280}.onboarding-pagination{display:flex;gap:.5rem;align-items:center}.onboarding-pagination button{padding:.45rem .85rem;border-radius:.5rem;border:1px solid #d1d5db;background-color:#fff;cursor:pointer;transition:background-color .2s ease}.onboarding-pagination button[disabled]{color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.onboarding-pagination button:not([disabled]):hover{background-color:#f3f4f6}.onboarding-table{width:100%;border-collapse:collapse;color:#6b7280}.onboarding-table th,.onboarding-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.onboarding-table th{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.onboarding-table tbody tr:hover{background-color:#f9fafb}.status-pill{display:inline-flex;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;background-color:#e0f2fe;color:#0369a1}.empty-state{text-align:center;padding:2rem 1rem;color:#6b7280}.onboarding-form{display:flex;flex-direction:column;gap:2rem}.onboarding-form h2{margin:0;font-size:1.25rem;color:#111827}.onboarding-form-section{display:flex;flex-direction:column;gap:1rem}.onboarding-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.onboarding-form-field{display:flex;flex-direction:column;gap:.35rem}.onboarding-form-field label{font-weight:600;color:#374151}.onboarding-form-field input,.onboarding-form-field textarea{width:100%;padding:.55rem .75rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.onboarding-form-field input:focus,.onboarding-form-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.onboarding-form-field textarea{min-height:120px;resize:vertical}.onboarding-form-field.read-only input,.onboarding-form-field.read-only textarea{background-color:#f3f4f6}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.meta-item{padding:.85rem 1rem;border-radius:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb}.meta-item-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.25rem}.meta-item-value{margin:0;font-weight:600;color:#111827;word-break:break-word}.back-link{display:inline-flex;align-items:center;gap:.35rem;color:#2563eb;text-decoration:none;font-weight:600}.contract-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;justify-content:center;align-items:center;padding:1.5rem;z-index:1100}.contract-dialog{width:min(480px,100%);background:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 24px 48px #0f172a40;display:flex;flex-direction:column;gap:1rem}.contract-dialog h3{margin:0;font-size:1.3rem;color:#111827}.contract-dialog-description{margin:0;color:#4b5563}.contract-dialog-field{display:flex;flex-direction:column;gap:.35rem}.contract-dialog-field label{font-weight:600;color:#374151}.contract-dialog-field input,.contract-dialog-field select{width:100%;padding:.55rem .75rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.contract-dialog-field input:focus,.contract-dialog-field select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.contract-dialog-field input:disabled,.contract-dialog-field select:disabled{background-color:#f3f4f6;cursor:not-allowed}.contract-dialog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.contract-dialog-summary{padding:.9rem 1rem;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#f9fafb}.contract-dialog-summary-label{margin:0 0 .35rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.contract-dialog-summary-value{margin:0;font-weight:600;color:#1f2937;word-break:break-word}.contract-dialog-error{padding:.75rem 1rem;border-radius:.5rem;background-color:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.contract-dialog-actions{display:flex;justify-content:flex-end;gap:.75rem}.contract-dialog-button{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;border-radius:.5rem;border:1px solid transparent;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.contract-dialog-button.secondary{background-color:#f3f4f6;color:#1f2937}.contract-dialog-button.secondary:hover:not(:disabled){background-color:#e5e7eb}.contract-dialog-button.primary{background-color:#2563eb;color:#fff}.contract-dialog-button.primary:hover:not(:disabled){background-color:#1d4ed8}.contract-dialog-button.primary:disabled,.contract-dialog-button.secondary:disabled{background-color:#c7d2fe;color:#1e3a8a;cursor:not-allowed;border-color:transparent}[data-theme=dark] .onboarding-card{background:#162231;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .partner-actions-header h2,[data-theme=dark] .onboarding-form h2,[data-theme=dark] .meta-item-value,[data-theme=dark] .partner-actions-context-value,[data-theme=dark] .contract-dialog h3,[data-theme=dark] .contract-dialog-summary-value{color:#f4f8fc}[data-theme=dark] .partner-actions-description,[data-theme=dark] .partner-actions-context-question,[data-theme=dark] .partner-actions-context-label,[data-theme=dark] .partner-actions-field label,[data-theme=dark] .onboarding-form-field label,[data-theme=dark] .contract-dialog-field label,[data-theme=dark] .contract-dialog-description,[data-theme=dark] .contract-dialog-summary-label,[data-theme=dark] .meta-item-label,[data-theme=dark] .partner-actions-footnote,[data-theme=dark] .partner-actions-summary dt,[data-theme=dark] .onboarding-header p,[data-theme=dark] .onboarding-table th,[data-theme=dark] .empty-state{color:#8da0b3}[data-theme=dark] .partner-actions-context,[data-theme=dark] .partner-actions-summary div,[data-theme=dark] .meta-item,[data-theme=dark] .contract-dialog-summary{background:#1e2f42;border-color:#3ecfcf1f}[data-theme=dark] .contract-dialog{background:#162231;border:1px solid rgba(62,207,207,.15);box-shadow:0 24px 48px #00000080}[data-theme=dark] .partner-actions-field select,[data-theme=dark] .contract-dialog-field input,[data-theme=dark] .contract-dialog-field select,[data-theme=dark] .onboarding-form-field input,[data-theme=dark] .onboarding-form-field textarea{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .onboarding-form-field.read-only input,[data-theme=dark] .onboarding-form-field.read-only textarea,[data-theme=dark] .contract-dialog-field input:disabled,[data-theme=dark] .contract-dialog-field select:disabled{background:#0a1428}[data-theme=dark] .onboarding-actions .secondary-btn,[data-theme=dark] .contract-dialog-button.secondary{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .onboarding-search{background:#1e2f42;border-color:#3ecfcf33;color:#f4f8fc}[data-theme=dark] .onboarding-search input{color:#f4f8fc}[data-theme=dark] .onboarding-pagination button{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .onboarding-table td{color:#f4f8fc;border-color:#3ecfcf14}[data-theme=dark] .onboarding-table th{border-color:#3ecfcf14}[data-theme=dark] .onboarding-table tbody tr:hover{background:#3ecfcf0d}[data-theme=dark] .partner-badge{background:#6366f133;color:#a5b4fc}[data-theme=dark] .onboarding-alert.success{background:#10b98126;color:#6ee7b7;border-color:#10b9814d}[data-theme=dark] .onboarding-alert.error,[data-theme=dark] .contract-dialog-error{background:#ef444426;color:#fca5a5;border-color:#ef44444d}.load-test{max-width:960px;margin:0 auto}.load-test__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.load-test__header h1{margin:0}.back-link{color:#4b5bec;text-decoration:none}.back-link:hover{text-decoration:underline}.load-test__card{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:24px}.meter-label{margin:0;font-size:12px;color:#666}.meter-value{margin:4px 0 0;font-weight:600}.polling-state{display:flex;align-items:center;gap:8px}.polling-toggle{display:flex;align-items:center;justify-content:flex-start;gap:10px}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:14px;font-size:12px;font-weight:600;color:#fff}.badge--success{background:#37a169}.badge--muted{background:#9da5b1}.badge--warning{background:#f4a261;color:#1f1f1f}.load-test__form{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000000d}.load-test__form h2{margin-top:0}.helper-text{margin-top:0;color:#555}.load-test__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field input{padding:10px;border:1px solid #d6d6d6;border-radius:6px}.form-field small{color:#666}.form-actions{display:flex;gap:12px;margin-top:20px}.form-actions .secondary{background:#f0f1f6;color:#333}.status-message{margin:12px 0;padding:10px;border-radius:6px}.status-message.error{background:#ffe6e6;color:#b60000}.status-message.success{background:#e6ffed;color:#1e7a3d}.ci-page{background:var(--color-surface);color:var(--color-navy);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem;min-height:calc(100vh - 4rem)}.ci-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ci-header-left h1{margin:.25rem 0;font-size:1.6rem;font-weight:700}.ci-header-lead{color:#41538d;margin:0;font-size:.95rem}.ci-header-right{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.ci-date-group{display:flex;flex-direction:column;gap:.25rem}.ci-date-group label{font-size:.75rem;font-weight:600;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em}.ci-date-input{border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .6rem;font-size:.9rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit}.ci-date-input:focus{outline:2px solid var(--color-bright-blue);outline-offset:1px}.ci-status-bar{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1rem;background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.65rem;font-size:.9rem;flex-wrap:wrap}.ci-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ci-status-dot--idle{background:#6b7280}.ci-status-dot--running{background:#f59e0b;animation:pulse-dot 1.2s infinite}.ci-status-dot--completed{background:#10b981}.ci-status-dot--failed{background:#ef4444}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.ci-status-item{display:flex;align-items:center;gap:.4rem;color:#41538d}.ci-status-item strong{color:var(--color-navy)}.ci-progress-bar-wrap{flex:1;min-width:120px}.ci-progress-bar{height:6px;background:#dde4f5;border-radius:999px;overflow:hidden}.ci-progress-fill{height:100%;background:linear-gradient(90deg,var(--color-bright-blue),var(--color-mint-green));border-radius:999px;transition:width .4s ease}.ci-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.ci-kpi-card{background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.75rem;padding:1rem 1.25rem}.ci-kpi-label{font-size:.78rem;font-weight:700;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.ci-kpi-value{font-size:1.8rem;font-weight:700;color:var(--color-navy);line-height:1.1}.ci-kpi-sub{font-size:.82rem;color:#5b6fa5;margin-top:.2rem}.ci-tabs{display:flex;gap:.25rem;border-bottom:2px solid #e5e9f5}.ci-tab{background:none;border:none;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;color:#5b6fa5;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:.375rem .375rem 0 0;font-family:inherit;transition:color .15s}.ci-tab:hover{color:var(--color-navy)}.ci-tab--active{color:var(--color-bright-blue);border-bottom-color:var(--color-bright-blue)}.ci-section-title{font-size:1rem;font-weight:700;color:var(--color-navy);margin-bottom:.75rem}.ci-bucket-list{display:flex;flex-direction:column;gap:.6rem}.ci-bucket-row{display:grid;grid-template-columns:220px 1fr 60px;align-items:center;gap:.75rem;cursor:pointer;border-radius:.5rem;padding:.25rem .5rem;transition:background .12s}.ci-bucket-row:hover{background:#f5f8ff}.ci-bucket-label{font-size:.88rem;font-weight:600;color:var(--color-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ci-bucket-sub{font-size:.78rem;color:#5b6fa5;font-weight:400}.ci-bar-track{height:10px;background:#e5e9f5;border-radius:999px;overflow:hidden}.ci-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--color-bright-blue),var(--color-teal));transition:width .5s ease}.ci-bucket-count{font-size:.88rem;font-weight:700;color:var(--color-navy);text-align:right}.ci-trend-wrap{overflow-x:auto}.ci-trend-table{width:100%;border-collapse:collapse;font-size:.85rem}.ci-trend-table th{text-align:left;font-weight:700;color:#5b6fa5;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding:.4rem .6rem;border-bottom:2px solid #e5e9f5}.ci-trend-table td{padding:.35rem .6rem;border-bottom:1px solid #f0f2f8;color:var(--color-navy)}.ci-trend-table tr:hover td{background:#f5f8ff}.ci-trend-table td:first-child{font-weight:600}.ci-spark-cell{display:flex;align-items:center;gap:.4rem}.ci-spark-bar{height:14px;min-width:2px;border-radius:3px;background:var(--color-bright-blue);opacity:.8}.ci-catalog{display:flex;flex-direction:column;gap:.75rem}.ci-cat-group{border:1px solid #e5e9f5;border-radius:.75rem;overflow:hidden}.ci-cat-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f5f8ff;cursor:pointer;-webkit-user-select:none;user-select:none}.ci-cat-header:hover{background:#edf1fb}.ci-cat-name{font-weight:700;font-size:.95rem}.ci-cat-meta{display:flex;align-items:center;gap:.75rem}.ci-cat-count{font-size:.85rem;font-weight:600;color:var(--color-bright-blue)}.ci-cat-chevron{color:#5b6fa5;transition:transform .2s}.ci-cat-chevron--open{transform:rotate(180deg)}.ci-sub-list{padding:.5rem 0}.ci-sub-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:.5rem 1.25rem;border-bottom:1px solid #f0f2f8;cursor:pointer;transition:background .1s}.ci-sub-row:last-child{border-bottom:none}.ci-sub-row:hover{background:#f5f8ff}.ci-sub-name{font-size:.88rem;font-weight:600;color:var(--color-navy)}.ci-sub-count{font-size:.85rem;font-weight:700;color:var(--color-navy)}.ci-sub-examples{font-size:.78rem;color:var(--color-bright-blue);cursor:pointer}.ci-calls-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.ci-search-input{flex:1;min-width:180px;border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .75rem;font-size:.9rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit}.ci-search-input:focus{outline:2px solid var(--color-bright-blue);outline-offset:1px}.ci-filter-select{border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .6rem;font-size:.88rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit;cursor:pointer}.ci-clear-btn{background:none;border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .75rem;font-size:.85rem;color:#5b6fa5;cursor:pointer;font-family:inherit}.ci-clear-btn:hover{background:#f5f8ff}.ci-calls-table{width:100%;border-collapse:collapse;font-size:.88rem}.ci-calls-table th{text-align:left;font-weight:700;color:#5b6fa5;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding:.4rem .75rem;border-bottom:2px solid #e5e9f5;white-space:nowrap}.ci-calls-table td{padding:.5rem .75rem;border-bottom:1px solid #f0f2f8;color:var(--color-navy);vertical-align:top}.ci-calls-table tr:hover td{background:#f5f8ff;cursor:pointer}.ci-sentiment{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px}.ci-sentiment--pos{background:#10b981}.ci-sentiment--neg{background:#ef4444}.ci-sentiment--neut{background:#9ca3af}.ci-badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#e7effd;color:#2563eb}.ci-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;font-size:.88rem;color:#5b6fa5}.ci-pagination-btns{display:flex;gap:.35rem}.ci-page-btn{border:1px solid #d1d9ef;border-radius:.375rem;padding:.3rem .7rem;background:#f5f8ff;color:var(--color-navy);cursor:pointer;font-size:.85rem;font-family:inherit}.ci-page-btn:disabled{opacity:.4;cursor:default}.ci-page-btn:hover:not(:disabled){background:#edf1fb}.ci-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;z-index:1000;overflow-y:auto}.ci-modal{background:#fff;border-radius:1rem;box-shadow:0 8px 32px #0000002e;width:100%;max-width:760px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;color:var(--color-navy);position:relative}.ci-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ci-modal-title{font-size:1.1rem;font-weight:700}.ci-modal-close{background:none;border:none;font-size:1.4rem;cursor:pointer;color:#5b6fa5;line-height:1;padding:0}.ci-modal-meta{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.88rem;color:#41538d}.ci-modal-meta span{display:flex;align-items:center;gap:.3rem}.ci-modal-summary{background:#f5f8ff;border:1px solid #dde4f5;border-radius:.65rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.55;color:var(--color-navy)}.ci-modal-summary h4{font-size:.78rem;font-weight:700;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem}.ci-transcript{display:flex;flex-direction:column;gap:.5rem;max-height:420px;overflow-y:auto;padding-right:.25rem}.ci-utterance{display:flex;gap:.65rem}.ci-utterance--agent{flex-direction:row}.ci-utterance--customer{flex-direction:row-reverse}.ci-utt-bubble{max-width:78%;padding:.55rem .85rem;border-radius:.75rem;font-size:.87rem;line-height:1.45}.ci-utterance--agent .ci-utt-bubble{background:#e9f0ff;color:var(--color-navy);border-bottom-left-radius:.2rem}.ci-utterance--customer .ci-utt-bubble{background:#dcfce7;color:#14532d;border-bottom-right-radius:.2rem}.ci-utt-speaker{font-size:.7rem;font-weight:700;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}.ci-empty{text-align:center;padding:3rem 1rem;color:#5b6fa5}.ci-empty h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--color-navy)}.ci-error-bar{background:#ffe9e9;color:#9f1d1d;border:1px solid #f3b1b1;border-radius:.65rem;padding:.75rem 1rem;font-weight:600;font-size:.9rem}@media(max-width:640px){.ci-header{flex-direction:column}.ci-bucket-row{grid-template-columns:1fr 60px}.ci-bucket-row .ci-bar-track{display:none}}[data-theme=dark] .ci-page{color:#f4f8fc}[data-theme=dark] .ci-header-lead,[data-theme=dark] .ci-section-title,[data-theme=dark] .ci-bucket-label,[data-theme=dark] .ci-bucket-sub,[data-theme=dark] .ci-bucket-count,[data-theme=dark] .ci-kpi-label,[data-theme=dark] .ci-kpi-sub,[data-theme=dark] .ci-kpi-value,[data-theme=dark] .ci-cat-name,[data-theme=dark] .ci-cat-meta,[data-theme=dark] .ci-cat-count,[data-theme=dark] .ci-cat-chevron,[data-theme=dark] .ci-sub-name,[data-theme=dark] .ci-sub-count,[data-theme=dark] .ci-sub-examples,[data-theme=dark] .ci-status-item strong,[data-theme=dark] .ci-date-group label,[data-theme=dark] .ci-empty,[data-theme=dark] .ci-empty h3,[data-theme=dark] .ci-calls-table td,[data-theme=dark] .ci-calls-table th,[data-theme=dark] .ci-trend-table td,[data-theme=dark] .ci-trend-table th{color:#8da0b3}[data-theme=dark] .ci-status-bar,[data-theme=dark] .ci-kpi-card,[data-theme=dark] .ci-modal-summary,[data-theme=dark] .ci-calls-toolbar,[data-theme=dark] .ci-trend-table,[data-theme=dark] .ci-catalog{background:#1e2f42;border-color:#3ecfcf1f}[data-theme=dark] .ci-cat-header{border-color:#3ecfcf1f}[data-theme=dark] .ci-cat-header:hover,[data-theme=dark] .ci-sub-row:hover,[data-theme=dark] .ci-bucket-row:hover,[data-theme=dark] .ci-calls-table tr:hover td,[data-theme=dark] .ci-trend-table tr:hover td{background:#3ecfcf0f}[data-theme=dark] .ci-calls-table th{background:#0a1428}[data-theme=dark] .ci-tab{color:#8da0b3;border-color:#3ecfcf1f}[data-theme=dark] .ci-tab--active{background:#3ecfcf1f;color:#3ecfcf;border-color:#3ecfcf}[data-theme=dark] .ci-date-input,[data-theme=dark] .ci-search-input,[data-theme=dark] .ci-filter-select,[data-theme=dark] .ci-page-btn{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .ci-clear-btn:hover,[data-theme=dark] .ci-page-btn:hover:not(:disabled){background:#3ecfcf1a}[data-theme=dark] .ci-modal{background:#162231;color:#f4f8fc;border:1px solid rgba(62,207,207,.15)}[data-theme=dark] .ci-modal-meta span{border-color:#3ecfcf1f}[data-theme=dark] .ci-utt-bubble{background:#1e2f42;color:#f4f8fc}[data-theme=dark] .ci-utterance--agent .ci-utt-bubble{background:#3ecfcf1a}[data-theme=dark] .ci-utt-speaker{color:#8da0b3}[data-theme=dark] .ci-pagination-btns{border-color:#3ecfcf1f}[data-theme=dark] .ci-error-bar{background:#ef444426;color:#fca5a5;border-color:#ef44444d}[data-theme=dark] .ci-bar-track{background:#1e2f42}[data-theme=dark] .ci-sub-row{border-color:#3ecfcf14}.ti-page{background:var(--color-surface);color:var(--color-navy);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem;min-height:calc(100vh - 4rem)}.ti-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ti-header-left h1{margin:.25rem 0;font-size:1.6rem;font-weight:700}.ti-header-lead{color:#41538d;margin:0;font-size:.95rem}.ti-header-right{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.ti-date-group{display:flex;flex-direction:column;gap:.25rem}.ti-date-group label{font-size:.75rem;font-weight:600;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em}.ti-date-input{border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .6rem;font-size:.9rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit}.ti-date-input:focus{outline:2px solid var(--color-bright-blue);outline-offset:1px}.ti-status-bar{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1rem;background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.65rem;font-size:.9rem;flex-wrap:wrap}.ti-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ti-status-dot--idle{background:#6b7280}.ti-status-dot--running{background:#f59e0b;animation:ti-pulse-dot 1.2s infinite}.ti-status-dot--completed{background:#10b981}.ti-status-dot--failed{background:#ef4444}.ti-status-dot--interrupted{background:#f59e0b}@keyframes ti-pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.ti-status-item{display:flex;align-items:center;gap:.4rem;color:#41538d}.ti-status-item strong{color:var(--color-navy)}.ti-progress-bar-wrap{flex:1;min-width:120px}.ti-progress-bar{height:6px;background:#dde4f5;border-radius:999px;overflow:hidden}.ti-progress-fill{height:100%;background:linear-gradient(90deg,var(--color-bright-blue),var(--color-mint-green));border-radius:999px;transition:width .4s ease}.ti-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.ti-kpi-card{background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.75rem;padding:1rem 1.25rem}.ti-kpi-label{font-size:.78rem;font-weight:700;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.ti-kpi-value{font-size:1.8rem;font-weight:700;color:var(--color-navy);line-height:1.1}.ti-kpi-sub{font-size:.82rem;color:#5b6fa5;margin-top:.2rem}.ti-tabs{display:flex;gap:.25rem;border-bottom:2px solid #e5e9f5}.ti-tab{background:none;border:none;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;color:#5b6fa5;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:.375rem .375rem 0 0;font-family:inherit;transition:color .15s}.ti-tab:hover{color:var(--color-navy)}.ti-tab--active{color:var(--color-bright-blue);border-bottom-color:var(--color-bright-blue)}.ti-section-title{font-size:1rem;font-weight:700;color:var(--color-navy);margin-bottom:.75rem}.ti-bucket-list{display:flex;flex-direction:column;gap:.6rem}.ti-bucket-row{display:grid;grid-template-columns:220px 1fr 60px;align-items:center;gap:.75rem;cursor:pointer;border-radius:.5rem;padding:.25rem .5rem;transition:background .12s}.ti-bucket-row:hover{background:#f5f8ff}.ti-bucket-label{font-size:.88rem;font-weight:600;color:var(--color-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ti-bucket-sub{font-size:.78rem;color:#5b6fa5;font-weight:400}.ti-bar-track{height:10px;background:#e5e9f5;border-radius:999px;overflow:hidden}.ti-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#10b981,var(--color-teal));transition:width .5s ease}.ti-bucket-count{font-size:.88rem;font-weight:700;color:var(--color-navy);text-align:right}.ti-trend-wrap{overflow-x:auto}.ti-trend-table{width:100%;border-collapse:collapse;font-size:.85rem}.ti-trend-table th{text-align:left;font-weight:700;color:#5b6fa5;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding:.4rem .6rem;border-bottom:2px solid #e5e9f5}.ti-trend-table td{padding:.35rem .6rem;border-bottom:1px solid #f0f2f8;color:var(--color-navy)}.ti-trend-table tr:hover td{background:#f5f8ff}.ti-trend-table td:first-child{font-weight:600}.ti-spark-cell{display:flex;align-items:center;gap:.4rem}.ti-spark-bar{height:14px;min-width:2px;border-radius:3px;background:#10b981;opacity:.8}.ti-catalog{display:flex;flex-direction:column;gap:.75rem}.ti-cat-group{border:1px solid #e5e9f5;border-radius:.75rem;overflow:hidden}.ti-cat-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f0faf6;cursor:pointer;-webkit-user-select:none;user-select:none}.ti-cat-header:hover{background:#e0f5ee}.ti-cat-name{font-weight:700;font-size:.95rem}.ti-cat-meta{display:flex;align-items:center;gap:.75rem}.ti-cat-count{font-size:.85rem;font-weight:600;color:#10b981}.ti-cat-chevron{color:#5b6fa5;transition:transform .2s}.ti-cat-chevron--open{transform:rotate(180deg)}.ti-sub-list{padding:.5rem 0}.ti-sub-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:1rem;padding:.5rem 1.25rem;border-bottom:1px solid #f0f2f8;cursor:pointer;transition:background .1s}.ti-sub-row:last-child{border-bottom:none}.ti-sub-row:hover{background:#f5f8ff}.ti-sub-name{font-size:.88rem;font-weight:600;color:var(--color-navy)}.ti-sub-count{font-size:.85rem;font-weight:700;color:var(--color-navy)}.ti-sub-link{font-size:.78rem;color:#10b981;cursor:pointer}.ti-export-bucket-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;color:#5b6fa5;background:#eef1fb;border:1px solid #d0d8f0;border-radius:4px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.ti-export-bucket-btn:hover:not(:disabled){background:#dde4f7;color:#3a4d8f}.ti-export-bucket-btn:disabled{opacity:.6;cursor:not-allowed}.ti-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.ti-search-input{flex:1;min-width:180px;border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .75rem;font-size:.9rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit}.ti-search-input:focus{outline:2px solid var(--color-bright-blue);outline-offset:1px}.ti-filter-select{border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .6rem;font-size:.88rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit;cursor:pointer}.ti-clear-btn{background:none;border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .75rem;font-size:.85rem;color:#5b6fa5;cursor:pointer;font-family:inherit}.ti-clear-btn:hover{background:#f5f8ff}.ti-tickets-table{width:100%;border-collapse:collapse;font-size:.88rem}.ti-tickets-table th{text-align:left;font-weight:700;color:#5b6fa5;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding:.4rem .75rem;border-bottom:2px solid #e5e9f5;white-space:nowrap}.ti-tickets-table td{padding:.5rem .75rem;border-bottom:1px solid #f0f2f8;color:var(--color-navy);vertical-align:top}.ti-tickets-table tr:hover td{background:#f5f8ff;cursor:pointer}.ti-badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#d1fae5;color:#065f46}.ti-badge--skip{background:#f3f4f6;color:#6b7280}.ti-quality-badge{display:inline-block;padding:.15rem .45rem;border-radius:4px;font-size:.73rem;font-weight:700;font-variant-numeric:tabular-nums}.ti-quality-badge--high{background:#d1fae5;color:#065f46}.ti-quality-badge--medium{background:#fef3c7;color:#92400e}.ti-quality-badge--low{background:#fee2e2;color:#991b1b}.ti-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;font-size:.88rem;color:#5b6fa5}.ti-pagination-btns{display:flex;gap:.35rem}.ti-page-btn{border:1px solid #d1d9ef;border-radius:.375rem;padding:.3rem .7rem;background:#f5f8ff;color:var(--color-navy);cursor:pointer;font-size:.85rem;font-family:inherit}.ti-page-btn:disabled{opacity:.4;cursor:default}.ti-page-btn:hover:not(:disabled){background:#edf1fb}.ti-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;z-index:1000;overflow-y:auto}.ti-modal{background:#fff;border-radius:1rem;box-shadow:0 8px 32px #0000002e;width:100%;max-width:820px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;color:var(--color-navy);position:relative}.ti-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ti-modal-title{font-size:1.05rem;font-weight:700;line-height:1.3}.ti-modal-close{background:none;border:none;font-size:1.4rem;cursor:pointer;color:#5b6fa5;line-height:1;padding:0;flex-shrink:0}.ti-modal-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#41538d}.ti-modal-meta span{display:flex;align-items:center;gap:.3rem}.ti-screen-assessment{background:#f8fafc;border:1px solid #e5e9f5;border-radius:.6rem;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.45rem}.ti-screen-assessment-left{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.ti-screen-reason{font-size:.87rem;color:#41538d;margin:0;line-height:1.45}.ti-modal-section{display:flex;flex-direction:column;gap:.4rem}.ti-modal-section-label{font-size:.75rem;font-weight:700;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em}.ti-modal-summary{background:#f5f8ff;border:1px solid #dde4f5;border-radius:.65rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}.ti-modal-pre{background:#f8fafc;border:1px solid #e5e9f5;border-radius:.5rem;padding:.85rem 1rem;font-family:Courier New,Courier,monospace;font-size:.82rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:360px;overflow-y:auto;color:var(--color-navy)}.ti-copy-btn{align-self:flex-start;background:none;border:1px solid #d1d9ef;border-radius:.375rem;padding:.3rem .65rem;font-size:.8rem;color:#5b6fa5;cursor:pointer;font-family:inherit;transition:background .1s}.ti-copy-btn:hover{background:#f0f4ff}.ti-zendesk-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--color-bright-blue);text-decoration:none;font-weight:600}.ti-zendesk-link:hover{text-decoration:underline}.ti-export-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.ti-export-card{background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.ti-export-card-title{font-weight:700;font-size:.95rem}.ti-export-card-desc{font-size:.85rem;color:#41538d;line-height:1.45}.ti-empty{text-align:center;padding:3rem 1rem;color:#5b6fa5}.ti-empty h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--color-navy)}.ti-error-bar{background:#ffe9e9;color:#9f1d1d;border:1px solid #f3b1b1;border-radius:.65rem;padding:.75rem 1rem;font-weight:600;font-size:.9rem}@media(max-width:640px){.ti-header{flex-direction:column}.ti-bucket-row{grid-template-columns:1fr 60px}.ti-bucket-row .ti-bar-track{display:none}}[data-theme=dark] .ti-page{color:#f4f8fc}[data-theme=dark] .ti-header-lead,[data-theme=dark] .ti-section-title,[data-theme=dark] .ti-bucket-label,[data-theme=dark] .ti-bucket-sub,[data-theme=dark] .ti-bucket-count,[data-theme=dark] .ti-kpi-label,[data-theme=dark] .ti-kpi-sub,[data-theme=dark] .ti-kpi-value,[data-theme=dark] .ti-cat-name,[data-theme=dark] .ti-cat-meta,[data-theme=dark] .ti-cat-count,[data-theme=dark] .ti-cat-chevron,[data-theme=dark] .ti-sub-name,[data-theme=dark] .ti-sub-count,[data-theme=dark] .ti-status-item strong,[data-theme=dark] .ti-date-group label,[data-theme=dark] .ti-empty,[data-theme=dark] .ti-empty h3,[data-theme=dark] .ti-modal-section-label,[data-theme=dark] .ti-screen-reason,[data-theme=dark] .ti-export-card-desc,[data-theme=dark] .ti-tickets-table td,[data-theme=dark] .ti-tickets-table th,[data-theme=dark] .ti-trend-table td,[data-theme=dark] .ti-trend-table th{color:#8da0b3}[data-theme=dark] .ti-status-bar,[data-theme=dark] .ti-kpi-card,[data-theme=dark] .ti-modal-summary,[data-theme=dark] .ti-toolbar,[data-theme=dark] .ti-trend-table,[data-theme=dark] .ti-catalog,[data-theme=dark] .ti-export-card,[data-theme=dark] .ti-screen-assessment{background:#1e2f42;border-color:#3ecfcf1f}[data-theme=dark] .ti-cat-header{border-color:#3ecfcf1f}[data-theme=dark] .ti-cat-header:hover,[data-theme=dark] .ti-sub-row:hover,[data-theme=dark] .ti-bucket-row:hover,[data-theme=dark] .ti-tickets-table tr:hover td,[data-theme=dark] .ti-trend-table tr:hover td{background:#3ecfcf0f}[data-theme=dark] .ti-tickets-table th{background:#0a1428}[data-theme=dark] .ti-tab{color:#8da0b3;border-color:#3ecfcf1f}[data-theme=dark] .ti-tab--active{background:#3ecfcf1f;color:#3ecfcf;border-color:#3ecfcf}[data-theme=dark] .ti-date-input,[data-theme=dark] .ti-search-input,[data-theme=dark] .ti-filter-select,[data-theme=dark] .ti-page-btn{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .ti-clear-btn:hover,[data-theme=dark] .ti-page-btn:hover:not(:disabled){background:#3ecfcf1a}[data-theme=dark] .ti-modal{background:#162231;color:#f4f8fc;border:1px solid rgba(62,207,207,.15)}[data-theme=dark] .ti-modal-meta span{border-color:#3ecfcf1f}[data-theme=dark] .ti-modal-pre{background:#0a1428;color:#f4f8fc;border-color:#3ecfcf1f}[data-theme=dark] .ti-pagination-btns{border-color:#3ecfcf1f}[data-theme=dark] .ti-sub-row{border-color:#3ecfcf14}[data-theme=dark] .ti-bar-track{background:#1e2f42}[data-theme=dark] .ti-error-bar{background:#ef444426;color:#fca5a5;border-color:#ef44444d}.chi-page{background:var(--color-surface);color:var(--color-navy);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem;min-height:calc(100vh - 4rem)}.chi-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.chi-header h1{margin:0 0 .25rem;font-size:1.6rem;font-weight:700}.chi-header-lead{color:#41538d;margin:0;font-size:.95rem}.chi-tabs{display:flex;gap:.25rem;border-bottom:2px solid #e5eaf5}.chi-tab-btn{padding:.55rem 1.1rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:.9rem;font-weight:600;color:#5b6fa5;border-radius:.375rem .375rem 0 0;transition:color .15s,border-color .15s}.chi-tab-btn:hover{color:var(--color-navy);background:#f5f8ff}.chi-tab-btn.active{color:var(--color-navy);border-bottom-color:var(--color-bright-blue, #2563eb)}.chi-filter-bar{display:flex;gap:.6rem;flex-wrap:wrap;align-items:flex-end}.chi-filter-group{display:flex;flex-direction:column;gap:.2rem}.chi-filter-group label{font-size:.72rem;font-weight:600;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em}.chi-input,.chi-select{border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .6rem;font-size:.9rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit;min-width:140px}.chi-input:focus,.chi-select:focus{outline:2px solid var(--color-bright-blue, #2563eb);outline-offset:1px}.chi-btn{padding:.45rem 1rem;border-radius:.375rem;border:none;cursor:pointer;font-size:.88rem;font-weight:600;font-family:inherit;transition:opacity .15s,background .15s}.chi-btn:disabled{opacity:.5;cursor:not-allowed}.chi-btn-primary{background:var(--color-bright-blue, #2563eb);color:#fff}.chi-btn-primary:hover:not(:disabled){opacity:.88}.chi-btn-secondary{background:#e5eaf5;color:var(--color-navy)}.chi-btn-secondary:hover:not(:disabled){background:#d1d9ef}.chi-btn-danger{background:#fee2e2;color:#dc2626}.chi-btn-danger:hover:not(:disabled){background:#fecaca}.chi-btn-sm{padding:.3rem .7rem;font-size:.8rem}.chi-export-group{position:relative;display:inline-block}.chi-export-menu{position:absolute;top:100%;right:0;margin-top:.25rem;background:#fff;border:1px solid #d1d9ef;border-radius:.5rem;box-shadow:0 4px 16px #0a1f591f;z-index:100;min-width:200px;padding:.25rem 0}.chi-export-menu button{display:block;width:100%;text-align:left;padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-size:.88rem;color:var(--color-navy);font-family:inherit}.chi-export-menu button:hover{background:#f5f8ff}.chi-export-range{padding:.5rem 1rem;display:flex;flex-direction:column;gap:.4rem;border-top:1px solid #e5eaf5}.chi-export-range label{font-size:.75rem;font-weight:600;color:#5b6fa5}.chi-export-range input{border:1px solid #d1d9ef;border-radius:.3rem;padding:.3rem .5rem;font-size:.85rem;font-family:inherit;width:100%;box-sizing:border-box}.chi-table-wrap{overflow-x:auto;border-radius:.5rem;border:1px solid #e5eaf5}.chi-table{width:100%;border-collapse:collapse;font-size:.875rem}.chi-table th{background:#f5f8ff;padding:.6rem .8rem;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5b6fa5;border-bottom:1px solid #e5eaf5;white-space:nowrap}.chi-table td{padding:.55rem .8rem;border-bottom:1px solid #f0f3fa;vertical-align:top}.chi-table tr:last-child td{border-bottom:none}.chi-table tbody tr:hover{background:#f8faff}.chi-table tbody tr.chi-row-clickable{cursor:pointer}.chi-row-detail{background:#f5f8ff;border-bottom:1px solid #e5eaf5}.chi-row-detail td{padding:.75rem 1.2rem}.chi-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.6rem 1.2rem}.chi-detail-item{display:flex;flex-direction:column;gap:.15rem}.chi-detail-item strong{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#5b6fa5}.chi-detail-item span{font-size:.88rem;word-break:break-all;color:var(--color-navy)}.chi-pagination{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.chi-pagination-info{font-size:.85rem;color:#5b6fa5}.chi-form-section{background:#f5f8ff;border:1px solid #e5eaf5;border-radius:.65rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.chi-form-section h2{margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.chi-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1rem}.chi-field{display:flex;flex-direction:column;gap:.25rem}.chi-field label{font-size:.75rem;font-weight:600;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em}.chi-field input,.chi-field select,.chi-field textarea{border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .6rem;font-size:.9rem;color:var(--color-navy);background:#fff;font-family:inherit}.chi-field input:focus,.chi-field select:focus,.chi-field textarea:focus{outline:2px solid var(--color-bright-blue, #2563eb);outline-offset:1px}.chi-field textarea{resize:vertical;min-height:70px}.chi-toggle-row{display:flex;align-items:center;gap:.6rem}.chi-toggle{position:relative;width:40px;height:22px;flex-shrink:0}.chi-toggle input{opacity:0;width:0;height:0}.chi-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#d1d9ef;border-radius:99px;cursor:pointer;transition:background .2s}.chi-toggle input:checked+.chi-toggle-slider{background:var(--color-bright-blue, #2563eb)}.chi-toggle-slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}.chi-toggle input:checked+.chi-toggle-slider:before{transform:translate(18px)}.chi-new-order-form{background:#fff;border:1px solid #d1d9ef;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chi-new-order-form h3{margin:0;font-size:.95rem;font-weight:700}.chi-preview-section{display:flex;flex-direction:column;gap:.75rem}.chi-preview-section h3{margin:0;font-size:1rem;font-weight:700}.chi-import-section{display:flex;flex-direction:column;gap:1rem;max-width:520px}.chi-import-section h2{margin:0;font-size:1.1rem;font-weight:700}.chi-file-input{border:2px dashed #d1d9ef;border-radius:.5rem;padding:1.5rem;text-align:center;cursor:pointer;background:#f8faff}.chi-file-input input[type=file]{display:none}.chi-file-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#5b6fa5;font-size:.9rem}.chi-file-label span{color:var(--color-bright-blue, #2563eb);font-weight:600}.chi-import-result{background:#f5f8ff;border:1px solid #e5eaf5;border-radius:.5rem;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.chi-import-stat{font-size:.9rem}.chi-import-stat.success{color:#16a34a}.chi-import-stat.skip{color:#92400e}.chi-import-stat.error{color:#dc2626}.chi-error-list{list-style:none;margin:0;padding:.5rem 0 0;display:flex;flex-direction:column;gap:.25rem}.chi-error-list li{font-size:.82rem;color:#dc2626;background:#fee2e2;padding:.3rem .6rem;border-radius:.25rem}.chi-alert{padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem}.chi-alert-error{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.chi-alert-success{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.chi-empty{text-align:center;color:#8a9cc5;padding:2.5rem;font-size:.95rem}.chi-loading{text-align:center;color:#8a9cc5;padding:1.5rem;font-size:.9rem}.chi-action-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.chi-order-row-actions{display:flex;gap:.4rem}.chi-inline-form-row td{background:#f5f8ff;padding:.75rem .8rem}.chi-inline-form-grid{display:flex;gap:.5rem;flex-wrap:wrap;align-items:flex-end}.chi-inline-form-grid input{border:1px solid #d1d9ef;border-radius:.375rem;padding:.35rem .6rem;font-size:.88rem;font-family:inherit;color:var(--color-navy);background:#fff;min-width:110px}.chi-inline-form-grid input:focus{outline:2px solid var(--color-bright-blue, #2563eb);outline-offset:1px}.chi-badge{display:inline-block;padding:.15rem .5rem;border-radius:99px;font-size:.75rem;font-weight:600;background:#e5eaf5;color:#41538d}.chi-badge-teal{background:#ccfbf1;color:#0f766e}.chi-edit-form{display:flex;flex-direction:column;gap:.75rem}.chi-edit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.6rem 1rem}.chi-edit-field{display:flex;flex-direction:column;gap:.2rem}.chi-edit-field label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5b6fa5}.chi-edit-field input,.chi-edit-field select{border:1px solid #c7d2fe;border-radius:.35rem;padding:.35rem .55rem;font-size:.88rem;font-family:inherit;color:var(--color-navy);background:#fff}.chi-edit-field input:focus,.chi-edit-field select:focus{outline:2px solid var(--color-bright-blue, #2563eb);outline-offset:1px}.chi-edit-actions{display:flex;gap:.5rem;align-items:center}[data-theme=dark] .chi-edit-field label{color:#8da0b3}[data-theme=dark] .chi-edit-field input,[data-theme=dark] .chi-edit-field select{background:#0d1c2e;color:#f4f8fc;border-color:#3ecfcf40}.chi-btn-link{background:none;border:none;padding:0;color:var(--color-bright-blue, #2563eb);font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:underline}.chi-selection-toolbar{display:flex;align-items:center;gap:.75rem;padding:.5rem .85rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:.5rem;font-size:.88rem;color:#3730a3;font-weight:600}.chi-table tbody tr.chi-row-selected td{background:#eef2ff}[data-theme=dark] .chi-page{color:#f4f8fc}[data-theme=dark] .chi-header-lead,[data-theme=dark] .chi-pagination-info,[data-theme=dark] .chi-detail-item span,[data-theme=dark] .chi-filter-group label,[data-theme=dark] .chi-field label,[data-theme=dark] .chi-empty,[data-theme=dark] .chi-loading,[data-theme=dark] .chi-table td,[data-theme=dark] .chi-table th{color:#8da0b3}[data-theme=dark] .chi-form-section,[data-theme=dark] .chi-import-result,[data-theme=dark] .chi-new-order-form,[data-theme=dark] .chi-preview-section,[data-theme=dark] .chi-row-detail{background:#1e2f42;border-color:#3ecfcf1f}[data-theme=dark] .chi-table th{background:#0a1428}[data-theme=dark] .chi-table tbody tr:nth-child(2n) td{background:#ffffff05}[data-theme=dark] .chi-table tbody tr.chi-row-clickable:hover td{background:#3ecfcf0f}[data-theme=dark] .chi-tab-btn{color:#8da0b3;border-color:#3ecfcf1f;background:#1e2f42}[data-theme=dark] .chi-tab-btn.active{background:#3ecfcf1f;color:#3ecfcf;border-color:#3ecfcf}[data-theme=dark] .chi-tab-btn:hover{background:#3ecfcf0f}[data-theme=dark] .chi-input,[data-theme=dark] .chi-select,[data-theme=dark] .chi-export-range input,[data-theme=dark] .chi-field input,[data-theme=dark] .chi-field select{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .chi-export-menu{background:#162231;border-color:#3ecfcf26;box-shadow:0 8px 24px #0006}[data-theme=dark] .chi-export-menu button{color:#f4f8fc}[data-theme=dark] .chi-export-menu button:hover{background:#1e2f42}[data-theme=dark] .chi-btn-secondary{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .chi-btn-secondary:hover{background:#3ecfcf1a}[data-theme=dark] .chi-file-label{background:#1e2f42;border-color:#3ecfcf33;color:#f4f8fc}[data-theme=dark] .chi-alert-error{background:#ef444426;color:#fca5a5;border-color:#ef44444d}[data-theme=dark] .chi-alert-success{background:#22c97a1f;color:#6ee7b7;border-color:#22c97a4d}[data-theme=dark] .chi-inline-form-row td{background:#1e2f42}[data-theme=dark] .chi-table th{border-color:#3ecfcf1f}[data-theme=dark] .chi-table td{border-color:#3ecfcf0f}[data-theme=dark] .chi-selection-toolbar{background:#3ecfcf1a;border-color:#3ecfcf40;color:#3ecfcf}[data-theme=dark] .chi-table tbody tr.chi-row-selected td{background:#3ecfcf14}.kb-page{background:var(--color-surface);color:var(--color-navy);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem;min-height:calc(100vh - 4rem)}.kb-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.kb-header-left h1{margin:.25rem 0;font-size:1.6rem;font-weight:700}.kb-header-lead{color:#41538d;margin:0;font-size:.95rem}.kb-header-right{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.kb-status-bar{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1rem;background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.65rem;font-size:.9rem;flex-wrap:wrap}.kb-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.kb-status-dot--idle{background:#6b7280}.kb-status-dot--running{background:#f59e0b;animation:kb-pulse-dot 1.2s infinite}.kb-status-dot--completed{background:#10b981}.kb-status-dot--failed{background:#ef4444}.kb-status-dot--interrupted{background:#f59e0b}@keyframes kb-pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.kb-status-item{display:flex;align-items:center;gap:.4rem;color:#41538d;font-size:.88rem}.kb-status-item strong{color:var(--color-navy)}.kb-progress-bar-wrap{flex:1;min-width:120px}.kb-progress-bar{height:6px;background:#dde4f5;border-radius:999px;overflow:hidden}.kb-progress-fill{height:100%;background:linear-gradient(90deg,var(--color-bright-blue),var(--color-mint-green));border-radius:999px;transition:width .4s ease}.kb-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.kb-kpi-card{background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.75rem;padding:1rem 1.25rem}.kb-kpi-label{font-size:.78rem;font-weight:700;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.kb-kpi-value{font-size:1.8rem;font-weight:700;color:var(--color-navy);line-height:1.1}.kb-kpi-sub{font-size:.82rem;color:#5b6fa5;margin-top:.2rem}.kb-tabs{display:flex;gap:.25rem;border-bottom:2px solid #e5e9f5}.kb-tab{background:none;border:none;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;color:#5b6fa5;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:.375rem .375rem 0 0;font-family:inherit;transition:color .15s}.kb-tab:hover{color:var(--color-navy)}.kb-tab--active{color:var(--color-bright-blue);border-bottom-color:var(--color-bright-blue)}.kb-section-title{font-size:1rem;font-weight:700;color:var(--color-navy);margin-bottom:.75rem}.kb-error-bar{background:#ffe9e9;color:#9f1d1d;border:1px solid #f3b1b1;border-radius:.65rem;padding:.75rem 1rem;font-weight:600;font-size:.9rem}.kb-empty{text-align:center;padding:3rem 1rem;color:#5b6fa5}.kb-empty h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--color-navy)}.kb-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.kb-search-input{flex:1;min-width:180px;border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .75rem;font-size:.9rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit}.kb-search-input:focus{outline:2px solid var(--color-bright-blue);outline-offset:1px}.kb-filter-select{border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .6rem;font-size:.88rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit;cursor:pointer}.kb-clear-btn{background:none;border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .75rem;font-size:.85rem;color:#5b6fa5;cursor:pointer;font-family:inherit}.kb-clear-btn:hover{background:#f5f8ff}.kb-queue-layout{display:grid;grid-template-columns:360px 1fr;gap:1.25rem;align-items:start}.kb-queue-list{display:flex;flex-direction:column;gap:.5rem;max-height:70vh;overflow-y:auto}.kb-queue-item{border:1px solid #e5e9f5;border-radius:.65rem;padding:.75rem 1rem;cursor:pointer;transition:background .12s,border-color .12s}.kb-queue-item:hover{background:#f5f8ff}.kb-queue-item--active{border-color:var(--color-bright-blue);background:#f0f5ff}.kb-queue-item-title{font-size:.88rem;font-weight:600;color:var(--color-navy);margin-bottom:.35rem;line-height:1.3}.kb-queue-item-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.kb-queue-item-kbd{display:flex;align-items:center;gap:.25rem;font-size:.72rem;color:#9ca3af;margin-top:.2rem}.kb-queue-detail{border:1px solid #e5e9f5;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;min-height:400px}.kb-queue-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.kb-queue-detail-title-input{font-size:1.05rem;font-weight:700;color:var(--color-navy);flex:1;border:none;border-bottom:1px solid transparent;background:transparent;font-family:inherit;padding:0 0 2px;outline:none;min-width:0}.kb-queue-detail-title-input:hover{border-bottom-color:#d1d9ef}.kb-queue-detail-title-input:focus{border-bottom-color:var(--color-bright-blue)}.kb-queue-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.kb-action-btn{border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s}.kb-action-btn--approve{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.kb-action-btn--approve:hover{background:#a7f3d0}.kb-action-btn--reject{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.kb-action-btn--reject:hover{background:#fecaca}.kb-action-btn--edit{background:#f5f8ff;color:#41538d}.kb-action-btn--edit:hover{background:#edf1fb}.kb-action-btn--rewrite{background:#fef3c7;border-color:#fcd34d;color:#92400e}.kb-action-btn--rewrite:hover{background:#fde68a}.kb-queue-meta-row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.kb-category-row{display:flex;align-items:center;gap:.75rem}.kb-category-label{font-size:.75rem;font-weight:700;color:#5b6fa5;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.kb-category-select{flex:1;border:1px solid #d1d9ef;border-radius:.375rem;padding:.4rem .6rem;font-size:.88rem;color:var(--color-navy);background:#f5f8ff;font-family:inherit;cursor:pointer}.kb-category-select:focus{outline:2px solid var(--color-bright-blue);outline-offset:1px}.kb-content-preview{background:#f8fafc;border:1px solid #e5e9f5;border-radius:.5rem;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.82rem;line-height:1.55;white-space:pre-wrap;word-break:break-word;max-height:420px;overflow-y:auto;color:var(--color-navy)}.kb-content-edit-area{width:100%;min-height:300px;border:1px solid #d1d9ef;border-radius:.5rem;padding:.85rem;font-family:Courier New,Courier,monospace;font-size:.82rem;line-height:1.55;color:var(--color-navy);background:#fafcff;resize:vertical;box-sizing:border-box}.kb-content-edit-area:focus{outline:2px solid var(--color-bright-blue);outline-offset:1px}.kb-no-selection{display:flex;align-items:center;justify-content:center;min-height:300px;color:#9ca3af;font-size:.9rem}.kb-badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.73rem;font-weight:600}.kb-badge--category{background:#dbeafe;color:#1e40af}.kb-badge--source-ticket{background:#d1fae5;color:#065f46}.kb-badge--source-pdf{background:#fce7f3;color:#9d174d}.kb-badge--source-manual{background:#f3f4f6;color:#374151}.kb-badge--pending{background:#fef3c7;color:#92400e}.kb-badge--approved{background:#d1fae5;color:#065f46}.kb-badge--rejected{background:#fee2e2;color:#991b1b}.kb-badge--needs_edit{background:#e0e7ff;color:#3730a3}.kb-quality-badge{display:inline-block;padding:.15rem .45rem;border-radius:4px;font-size:.73rem;font-weight:700;font-variant-numeric:tabular-nums}.kb-quality-badge--high{background:#d1fae5;color:#065f46}.kb-quality-badge--medium{background:#fef3c7;color:#92400e}.kb-quality-badge--low{background:#fee2e2;color:#991b1b}.kb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.kb-cat-card{background:#f5f8ff;border:1px solid rgba(10,31,89,.08);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.kb-cat-card--empty{border-color:#fca5a5;background:#fff5f5}.kb-cat-card--not-init{border-color:#d1d9ef;background:#f9fafb}.kb-cat-card-name{font-weight:700;font-size:.95rem;color:var(--color-navy)}.kb-cat-card-desc{font-size:.82rem;color:#5b6fa5;line-height:1.4}.kb-fill-bar-wrap{display:flex;flex-direction:column;gap:.3rem}.kb-fill-bar-label{display:flex;justify-content:space-between;font-size:.75rem;color:#5b6fa5}.kb-fill-bar-track{height:8px;background:#e5e9f5;border-radius:999px;overflow:hidden}.kb-fill-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#10b981,var(--color-teal, #0ea5e9));transition:width .4s ease}.kb-fill-bar-fill--warning{background:#f59e0b}.kb-fill-bar-fill--danger{background:#ef4444}.kb-cat-counts{display:flex;gap:.5rem;flex-wrap:wrap}.kb-cat-count-chip{font-size:.72rem;padding:.15rem .45rem;border-radius:4px;font-weight:600}.kb-cat-count-chip--pending{background:#fef3c7;color:#92400e}.kb-cat-count-chip--approved{background:#d1fae5;color:#065f46}.kb-cat-count-chip--published{background:#dbeafe;color:#1e40af}.kb-cat-kb-id{font-size:.72rem;color:#9ca3af;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-dashboard-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:.25rem}.kb-upload-zone{border:2px dashed #b8c5e0;border-radius:.75rem;padding:2.5rem 2rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;background:#f9faff}.kb-upload-zone:hover,.kb-upload-zone--dragging{border-color:var(--color-bright-blue);background:#eef3ff}.kb-upload-zone-icon{font-size:2.5rem;margin-bottom:.5rem}.kb-upload-zone-label{font-size:.95rem;font-weight:600;color:var(--color-navy);margin-bottom:.25rem}.kb-upload-zone-sub{font-size:.82rem;color:#9ca3af}.kb-upload-hidden{display:none}.kb-pdf-result{display:flex;flex-direction:column;gap:1rem}.kb-pdf-result-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.kb-pdf-result-title{font-weight:700;font-size:.95rem;color:var(--color-navy)}.kb-pdf-result-meta{font-size:.82rem;color:#9ca3af}.kb-key{display:inline-block;background:#e5e9f5;border:1px solid #c8d0e8;border-radius:3px;padding:0 4px;font-size:.7rem;font-weight:700;color:#41538d;font-family:monospace;line-height:1.6}.kb-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;font-size:.88rem;color:#5b6fa5}.kb-pagination-btns{display:flex;gap:.35rem}.kb-page-btn{border:1px solid #d1d9ef;border-radius:.375rem;padding:.3rem .7rem;background:#f5f8ff;color:var(--color-navy);cursor:pointer;font-size:.85rem;font-family:inherit}.kb-page-btn:disabled{opacity:.4;cursor:default}.kb-page-btn:hover:not(:disabled){background:#edf1fb}@media(max-width:768px){.kb-queue-layout{grid-template-columns:1fr}.kb-header{flex-direction:column}}[data-theme=dark] .kb-page{color:#f4f8fc}[data-theme=dark] .kb-header-lead,[data-theme=dark] .kb-section-title,[data-theme=dark] .kb-kpi-label,[data-theme=dark] .kb-kpi-sub,[data-theme=dark] .kb-kpi-value,[data-theme=dark] .kb-status-item strong,[data-theme=dark] .kb-queue-item-meta,[data-theme=dark] .kb-queue-item-kbd,[data-theme=dark] .kb-cat-card-desc,[data-theme=dark] .kb-cat-counts,[data-theme=dark] .kb-cat-kb-id,[data-theme=dark] .kb-fill-bar-label,[data-theme=dark] .kb-no-selection,[data-theme=dark] .kb-empty,[data-theme=dark] .kb-empty h3,[data-theme=dark] .kb-upload-zone-sub,[data-theme=dark] .kb-pdf-result-meta,[data-theme=dark] .kb-queue-meta-row{color:#8da0b3}[data-theme=dark] .kb-status-bar,[data-theme=dark] .kb-kpi-card,[data-theme=dark] .kb-toolbar,[data-theme=dark] .kb-queue-item,[data-theme=dark] .kb-queue-detail,[data-theme=dark] .kb-cat-card,[data-theme=dark] .kb-pdf-result{background:#1e2f42;border-color:#3ecfcf1f}[data-theme=dark] .kb-queue-item--active{background:#3ecfcf1a;border-color:#3ecfcf}[data-theme=dark] .kb-tab{color:#8da0b3;border-color:#3ecfcf1f}[data-theme=dark] .kb-tab--active{background:#3ecfcf1f;color:#3ecfcf;border-color:#3ecfcf}[data-theme=dark] .kb-search-input,[data-theme=dark] .kb-filter-select,[data-theme=dark] .kb-queue-detail-title-input,[data-theme=dark] .kb-category-select,[data-theme=dark] .kb-page-btn{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .kb-clear-btn:hover,[data-theme=dark] .kb-page-btn:hover:not(:disabled){background:#3ecfcf1a}[data-theme=dark] .kb-action-btn{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .kb-action-btn:hover{background:#3ecfcf14}[data-theme=dark] .kb-upload-zone{background:#1e2f42;border-color:#3ecfcf33}[data-theme=dark] .kb-upload-zone--dragging{border-color:#3ecfcf;background:#3ecfcf14}[data-theme=dark] .kb-fill-bar-track{background:#0a1428}[data-theme=dark] .kb-error-bar{background:#ef444426;color:#fca5a5;border-color:#ef44444d}[data-theme=dark] .kb-pagination-btns{border-color:#3ecfcf1f}[data-theme=dark] .kb-key{background:#1e2f42;border-color:#3ecfcf33;color:#f4f8fc}[data-theme=dark] .kb-kpi-value,[data-theme=dark] .kb-section-title,[data-theme=dark] .kb-queue-item-title,[data-theme=dark] .kb-queue-detail-title-input,[data-theme=dark] .kb-cat-card-name,[data-theme=dark] .kb-pdf-result-title,[data-theme=dark] .kb-pdf-result-header,[data-theme=dark] .kb-upload-zone-label,[data-theme=dark] .kb-header-left h1,[data-theme=dark] .kb-status-item strong,[data-theme=dark] .kb-category-label{color:#f4f8fc}[data-theme=dark] .kb-tab:hover{color:#3ecfcf}[data-theme=dark] .kb-search-input,[data-theme=dark] .kb-filter-select,[data-theme=dark] .kb-category-select,[data-theme=dark] .kb-page-btn,[data-theme=dark] .kb-queue-detail{color:#f4f8fc}[data-theme=dark] .kb-queue-detail textarea{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .kb-badge--category{background:#3b82f633;color:#93c5fd}[data-theme=dark] .kb-badge--source-ticket{background:#10b98133;color:#6ee7b7}[data-theme=dark] .kb-badge--source-pdf{background:#f59e0b33;color:#fcd34d}[data-theme=dark] .kb-badge--source-manual{background:#6b728033;color:#d1d5db}[data-theme=dark] .kb-badge--pending{background:#f59e0b33;color:#fcd34d}[data-theme=dark] .kb-badge--approved{background:#10b98133;color:#6ee7b7}[data-theme=dark] .kb-badge--rejected{background:#ef444433;color:#fca5a5}[data-theme=dark] .kb-badge--needs_edit{background:#6366f133;color:#a5b4fc}[data-theme=dark] .kb-quality-badge--high{background:#10b98133;color:#6ee7b7}[data-theme=dark] .kb-quality-badge--medium{background:#f59e0b33;color:#fcd34d}[data-theme=dark] .kb-quality-badge--low{background:#ef444433;color:#fca5a5}[data-theme=dark] .kb-cat-count-chip--pending{background:#f59e0b33;color:#fcd34d}[data-theme=dark] .kb-cat-count-chip--approved{background:#10b98133;color:#6ee7b7}[data-theme=dark] .kb-cat-count-chip--published{background:#3b82f633;color:#93c5fd}[data-theme=dark] .kb-action-btn--approve{background:#10b98126;border-color:#10b9814d;color:#6ee7b7}[data-theme=dark] .kb-action-btn--reject{background:#ef444426;border-color:#ef44444d;color:#fca5a5}[data-theme=dark] .kb-action-btn--edit{background:#3ecfcf1a;border-color:#3ecfcf4d;color:#3ecfcf}[data-theme=dark] .kb-cat-card--empty,[data-theme=dark] .kb-cat-card--not-init{border-color:#3ecfcf0f;opacity:.7}.rbf-page{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #00000014;color:#1a2744;max-width:1400px;margin:0 auto;position:relative;min-height:calc(100vh - 4rem)}.rbf-page-header{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1.5rem}.rbf-title-row{display:flex;align-items:center;gap:.5rem;flex:1 1 100%}.rbf-title-icon{color:#2563eb}.rbf-title{margin:0;font-size:1.5rem;font-weight:700;color:#1a2744}.rbf-subtitle{margin:0;color:#6b7280;font-size:.875rem;flex:1}.rbf-header-actions{margin-left:auto;display:flex;align-items:center;gap:.5rem}.rbf-icon-btn{padding:.5rem}.rbf-loading{padding:3rem;text-align:center;color:#6b7280;font-size:.9rem}.rbf-error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;color:#dc2626;font-size:.85rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.rbf-error-banner button{background:none;border:none;color:#dc2626;font-weight:600;cursor:pointer;font-size:.85rem;text-decoration:underline;padding:0}.rbf-stat-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem}.rbf-stat-box{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;border:2px solid transparent;border-radius:10px;background:#f8fafc;cursor:pointer;transition:border-color .15s,box-shadow .15s;font-family:inherit}.rbf-stat-box:hover{box-shadow:0 2px 8px #0000001a}.rbf-stat-box--active{border-color:currentColor;background:#fff;box-shadow:0 2px 10px #0000001f}.rbf-stat-count{font-size:1.75rem;font-weight:700;line-height:1}.rbf-stat-label{font-size:.75rem;margin-top:.25rem;color:#6b7280}.rbf-stat--all{color:#1a2744}.rbf-stat--eligible{color:#059669}.rbf-stat--in-progress{color:#0d9488}.rbf-stat--not-eligible{color:#9ca3af}.rbf-control-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem}.rbf-search-wrap{position:relative;flex:1;min-width:180px}.rbf-search-icon{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.rbf-search{width:100%;padding:.45rem 2rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-family:inherit;background:#f9fafb;color:#1a2744;box-sizing:border-box;transition:border-color .15s}.rbf-search:focus{outline:none;border-color:#2563eb;background:#fff}.rbf-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;display:flex;align-items:center;padding:0}.rbf-search-clear:hover{color:#1a2744}.rbf-loc-wrap{position:relative}.rbf-loc-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .75rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#6b7280;font-size:.875rem;font-family:inherit;cursor:pointer;white-space:nowrap;transition:border-color .15s,background .15s}.rbf-loc-btn:hover{background:#f0f4f8;border-color:#d1d5db}.rbf-loc-btn--open{border-color:#2563eb;background:#fff;color:#1a2744}.rbf-loc-btn--active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;font-weight:600}.rbf-loc-chevron{transition:transform .15s}.rbf-loc-chevron--up{transform:rotate(180deg)}.rbf-loc-clear-inline{opacity:.6;border-radius:50%;transition:opacity .15s}.rbf-loc-clear-inline:hover{opacity:1}.rbf-loc-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 6px 24px #0000001f;z-index:100;overflow:hidden}.rbf-loc-dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .85rem;border-bottom:1px solid #f3f4f6}.rbf-loc-dropdown__title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.rbf-loc-clear{font-size:.75rem;color:#2563eb;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.rbf-loc-clear:hover{text-decoration:underline}.rbf-loc-list{max-height:260px;overflow-y:auto;padding:.35rem 0}.rbf-loc-item{display:flex;align-items:center;gap:.55rem;padding:.45rem .85rem;cursor:pointer;font-size:.85rem;color:#374151;transition:background .1s}.rbf-loc-item:hover{background:#f8fafc}.rbf-loc-item input[type=checkbox]{width:15px;height:15px;accent-color:#2563eb;cursor:pointer;flex-shrink:0}.rbf-status-pills{display:flex;gap:.4rem;flex-wrap:wrap}.rbf-pill{padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1.5px solid transparent;cursor:pointer;font-family:inherit;transition:background .1s,border-color .1s;background:#f3f4f6;color:#6b7280}.rbf-pill:hover{background:#e9ecef}.rbf-pill--active{background:#fff!important;border-color:currentColor}.rbf-pill--all{color:#1a2744}.rbf-pill--all.rbf-pill--active{border-color:#1a2744}.rbf-pill--eligible{color:#059669}.rbf-pill--in-progress{color:#0d9488}.rbf-pill--not-eligible{color:#9ca3af}.rbf-section{margin-bottom:2rem}.rbf-section__heading{font-size:1rem;font-weight:700;color:#1a2744;margin:0 0 .75rem;display:flex;align-items:center;gap:.4rem}.rbf-section__count{color:#9ca3af;font-weight:400}.rbf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.rbf-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;border-left:4px solid #e5e7eb;transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column;gap:.5rem}.rbf-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.rbf-card--eligible{border-left-color:#10b981}.rbf-card--in-progress{border-left-color:#14b8a6}.rbf-card--not-eligible{border-left-color:#d1d5db}.rbf-card__header{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.rbf-card__header-right{display:flex;align-items:center;gap:.4rem;margin-left:auto}.rbf-card__edit-btn{display:flex;align-items:center;justify-content:center;padding:.25rem;background:none;border:1px solid #d1d5db;border-radius:5px;color:#6b7280;cursor:pointer;line-height:1;transition:color .15s,border-color .15s,background .15s}.rbf-card__edit-btn:hover{color:#2563eb;border-color:#2563eb;background:#eff6ff}.rbf-card__name{margin:0;font-size:.95rem;font-weight:700;color:#1a2744;line-height:1.3}.rbf-card__meta{margin:0;font-size:.78rem;color:#6b7280}.rbf-card__divider{border:none;border-top:1px solid #f3f4f6;margin:.25rem 0}.rbf-card__details{font-size:.8rem;color:#374151;display:flex;flex-direction:column;gap:.2rem}.rbf-card__details p{margin:0}.rbf-card__tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.25rem}.rbf-tag{background:#f0f4f8;color:#4b5563;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:500}.rbf-card__note{font-size:.78rem;color:#6b7280;font-style:italic;margin:0}.rbf-card__link{margin-top:auto;display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;color:#2563eb;text-decoration:none;font-weight:600}.rbf-card__link:hover{text-decoration:underline}.rbf-badge{display:inline-block;border-radius:999px;padding:.15rem .55rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rbf-badge--eligible{background:#d1fae5;color:#065f46}.rbf-badge--in-progress{background:#ccfbf1;color:#0f766e}.rbf-badge--not-eligible{background:#f3f4f6;color:#6b7280}.rbf-badge--custom{background:#ede9fe;color:#6d28d9}.rbf-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem;color:#9ca3af;text-align:center}.rbf-empty p{margin:0;font-size:.95rem}.rbf-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:200}.rbf-modal-panel{position:fixed;top:0;right:0;height:100%;width:480px;max-width:100vw;background:#fff;box-shadow:-4px 0 24px #00000026;z-index:201;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;overflow:hidden}.rbf-modal-panel--open{transform:translate(0)}.rbf-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.rbf-modal-header h2{margin:0;font-size:1.1rem;font-weight:700;color:#1a2744}.rbf-modal-close{background:none;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;padding:.25rem;border-radius:6px}.rbf-modal-close:hover{background:#f3f4f6;color:#1a2744}.rbf-form{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.rbf-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.rbf-field{display:flex;flex-direction:column;gap:.3rem}.rbf-field--full{grid-column:1 / -1}.rbf-field label{font-size:.8rem;font-weight:600;color:#374151}.rbf-field input,.rbf-field select,.rbf-field textarea{padding:.45rem .6rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;font-family:inherit;color:#1a2744;background:#f9fafb;transition:border-color .15s;resize:vertical}.rbf-field input:focus,.rbf-field select:focus,.rbf-field textarea:focus{outline:none;border-color:#2563eb;background:#fff}.rbf-hint{font-weight:400;color:#9ca3af}.rbf-error{font-size:.75rem;color:#dc2626}.rbf-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0}.rbf-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:background .15s,box-shadow .15s}.rbf-btn--primary{background:#1a2744;color:#fff}.rbf-btn--primary:hover{background:#2563eb;box-shadow:0 2px 8px #2563eb4d}.rbf-btn--secondary{background:#f3f4f6;color:#374151}.rbf-btn--secondary:hover{background:#e5e7eb}@media(max-width:768px){.rbf-page{padding:1rem}.rbf-stat-bar{grid-template-columns:repeat(2,1fr)}.rbf-control-row{flex-direction:column;align-items:stretch}.rbf-state-tabs{align-self:flex-start}.rbf-modal-panel{width:100%}.rbf-form-grid{grid-template-columns:1fr}}[data-theme=dark] .rbf-page{background:#162231;color:#f4f8fc;border:1px solid rgba(62,207,207,.1);box-shadow:0 2px 12px #0006}[data-theme=dark] .rbf-title{color:#f4f8fc}[data-theme=dark] .rbf-title-icon{color:#3ecfcf}[data-theme=dark] .rbf-card__name,[data-theme=dark] .rbf-card__details,[data-theme=dark] .rbf-card__details p,[data-theme=dark] .rbf-section__heading,[data-theme=dark] .rbf-stat-count,[data-theme=dark] .rbf-stat--all,[data-theme=dark] .rbf-modal-header h2,[data-theme=dark] .rbf-field{color:#f4f8fc}[data-theme=dark] .rbf-subtitle,[data-theme=dark] .rbf-section__count,[data-theme=dark] .rbf-card__meta,[data-theme=dark] .rbf-card__note,[data-theme=dark] .rbf-stat-label,[data-theme=dark] .rbf-hint,[data-theme=dark] .rbf-empty p{color:#8da0b3}[data-theme=dark] .rbf-stat-box{background:#1e2f42;border-color:#3ecfcf1f;color:#f4f8fc}[data-theme=dark] .rbf-stat-box--active,[data-theme=dark] .rbf-stat-box:hover{border-color:#3ecfcf;background:#3ecfcf14}[data-theme=dark] .rbf-loc-btn{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .rbf-loc-btn--active{border-color:#3ecfcf;color:#3ecfcf}[data-theme=dark] .rbf-loc-dropdown{background:#162231;border-color:#3ecfcf26;box-shadow:0 6px 24px #00000080}[data-theme=dark] .rbf-loc-dropdown__header{border-color:#3ecfcf1a}[data-theme=dark] .rbf-loc-dropdown__title{color:#8da0b3}[data-theme=dark] .rbf-loc-item{color:#f4f8fc}[data-theme=dark] .rbf-loc-item:hover{background:#3ecfcf0f}[data-theme=dark] .rbf-search{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .rbf-search::placeholder{color:#8da0b3}[data-theme=dark] .rbf-search-icon,[data-theme=dark] .rbf-search-clear{color:#8da0b3}[data-theme=dark] .rbf-search-clear:hover{color:#f4f8fc}[data-theme=dark] .rbf-pill{background:#1e2f42;color:#8da0b3;border-color:#3ecfcf26}[data-theme=dark] .rbf-pill--all{color:#f4f8fc}[data-theme=dark] .rbf-pill--active.rbf-pill--all,[data-theme=dark] .rbf-pill--all.rbf-pill--active{background:#3ecfcf;color:#0d1b2a;border-color:#3ecfcf}[data-theme=dark] .rbf-pill--eligible.rbf-pill--active{background:#22c97a;color:#0d1b2a;border-color:#22c97a}[data-theme=dark] .rbf-pill--in-progress.rbf-pill--active{background:#3ecfcf;color:#0d1b2a;border-color:#3ecfcf}[data-theme=dark] .rbf-pill--not-eligible.rbf-pill--active{background:#6b7280;color:#fff;border-color:#6b7280}[data-theme=dark] .rbf-card{background:#1e2f42;color:#f4f8fc;border:1px solid rgba(62,207,207,.08);box-shadow:none}[data-theme=dark] .rbf-card:hover{box-shadow:0 4px 16px #0000004d;border-color:#3ecfcf33}[data-theme=dark] .rbf-card--eligible{border-left-color:#22c97a}[data-theme=dark] .rbf-card--in-progress{border-left-color:#3ecfcf}[data-theme=dark] .rbf-card--not-eligible{border-left-color:#6b7280}[data-theme=dark] .rbf-card__name{color:#f4f8fc}[data-theme=dark] .rbf-card__divider{border-color:#3ecfcf1a}[data-theme=dark] .rbf-card__edit-btn{border-color:#3ecfcf33;color:#8da0b3}[data-theme=dark] .rbf-card__edit-btn:hover{color:#3ecfcf;border-color:#3ecfcf;background:#3ecfcf1a}[data-theme=dark] .rbf-badge--eligible{background:#22c97a26;color:#22c97a}[data-theme=dark] .rbf-badge--in-progress{background:#3ecfcf26;color:#3ecfcf}[data-theme=dark] .rbf-badge--not-eligible{background:#6b728033;color:#9ca3af}[data-theme=dark] .rbf-badge--custom{background:#f5c84226;color:#f5c842}[data-theme=dark] .rbf-tag{background:#3ecfcf1a;color:#3ecfcf}[data-theme=dark] .rbf-section__heading{color:#f4f8fc;border-color:#3ecfcf1f}[data-theme=dark] .rbf-btn--secondary{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .rbf-btn--secondary:hover{background:#3ecfcf1a}[data-theme=dark] .rbf-modal-panel{background:#162231;border-left:1px solid rgba(62,207,207,.15)}[data-theme=dark] .rbf-modal-header{border-color:#3ecfcf1f;color:#f4f8fc}[data-theme=dark] .rbf-modal-footer{border-color:#3ecfcf1f}[data-theme=dark] .rbf-modal-close{color:#8da0b3}[data-theme=dark] .rbf-modal-close:hover{color:#f4f8fc;background:#3ecfcf1a}[data-theme=dark] .rbf-field label{color:#8da0b3}[data-theme=dark] .rbf-form input,[data-theme=dark] .rbf-form select,[data-theme=dark] .rbf-form textarea{background:#1e2f42;color:#f4f8fc;border-color:#3ecfcf33}[data-theme=dark] .rbf-error-banner{background:#ef444426;color:#fca5a5;border-color:#ef44444d}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
