:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{min-height:100%;margin:0}:root{--bg:#dce9eb;--surface:#fff;--line:#b6cdd1;--ink:#0b2f34;--muted:#355e64;--accent:#103f45;--accent-dark:#0a2e33}*{box-sizing:border-box;color:var(--ink);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.portal-layout{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#f4f8fd;flex-direction:column;padding:1.2rem 1rem;display:flex}.sidebar-brand{margin-bottom:.4rem;text-decoration:none;display:block}.sidebar-logo{width:min(160px,80%);height:auto;display:block}.sidebar-subtitle{color:var(--muted);margin:.35rem 0 1rem;font-size:.9rem}.production-alert{color:#7d1020;text-align:center;background:#fff0f1;border:3px solid #a51d2d;border-radius:8px;margin:0 0 1rem;padding:.7rem .55rem;box-shadow:0 3px #a51d2d}.production-alert strong,.production-alert span{color:#7d1020;display:block}.production-alert strong{letter-spacing:.08em;font-size:1.15rem}.production-alert span{text-transform:uppercase;margin-top:.15rem;font-size:.78rem;font-weight:700}.user-chip{background:#e8f0f9;border:1px solid #c3d3e3;border-radius:10px;margin-bottom:.9rem;padding:.55rem}.user-chip p{color:#2a4d6e;text-align:center;margin:0 0 .45rem;font-size:.93rem;font-weight:600}.user-chip button{width:100%}.menu-heading{color:#5a7a9a;text-transform:uppercase;letter-spacing:.09em;margin:1rem 0 .4rem;font-size:.75rem}.menu-list{gap:.3rem;display:grid}.menu-link{color:var(--ink);border-radius:8px;padding:.5rem .6rem;font-size:.95rem;text-decoration:none;transition:background .12s}.menu-link:hover{background:#dce9f5}.menu-link.active{background:#cce0f2;border:1px solid #92b8d8}.content{background:var(--bg);padding:1.2rem}.page{border:1px solid var(--line);background:radial-gradient(circle at 100% 0,#2a5a61 0%,#103f45 66%);border-radius:18px;padding:1.2rem;box-shadow:0 8px 24px #0d213712}.page-header h2{color:#fff;margin:0}.page-header p{color:#d2e7ea;margin:.4rem 0 1rem}.panel{border:1px solid var(--line);border-top:4px solid var(--accent);background:var(--surface);border-radius:14px;padding:1rem;box-shadow:0 8px 24px #13293d14}.panel h2,.panel h3{color:var(--accent)}.panel-info{color:#1a4a6e;background:#ddeef9;border:1px solid #aac8e4}.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}label{flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}input,textarea,select{font:inherit;color:var(--ink);background:#fffffff7;border:1px solid #b8cfdf;border-radius:9px;padding:.55rem .65rem}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:1px}select{appearance:auto}textarea{resize:vertical}.home-page{gap:2rem;max-width:900px;display:grid}.home-hero{text-align:center;border:1px solid var(--line);background:linear-gradient(135deg,#e8f2fc 0%,#f6faff 100%);border-radius:18px;padding:2rem 1rem 1.5rem;box-shadow:0 8px 24px #0d213714}.home-logo{width:min(220px,55vw);height:auto;margin-bottom:1.2rem}.home-welcome{color:var(--ink);margin:0 0 .6rem;font-size:clamp(1.6rem,3vw,2.2rem)}.home-tagline{max-width:640px;color:var(--muted);margin:0 auto;font-size:1.05rem;line-height:1.65}.home-cards{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.home-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:1.1rem;transition:box-shadow .15s,transform .15s;box-shadow:0 4px 12px #0d21370f}.home-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0d21371f}.home-card-icon{margin-bottom:.5rem;font-size:1.8rem}.home-card h3{color:var(--ink);margin:0 0 .4rem}.home-card p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.home-footer-note{text-align:center;color:var(--muted);margin:0;font-size:.88rem}form{gap:.8rem;margin-bottom:1rem;display:grid}h3{margin:.3rem 0}button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:10px;width:fit-content;padding:.58rem .95rem;font-weight:700;transition:background .12s}button:hover{background:var(--accent-dark)}button:disabled{cursor:not-allowed;background:#9fb8d0}.toolbar{grid-template-columns:1.2fr 1fr auto auto;align-items:end;gap:.75rem;margin-bottom:1rem;display:grid}.toolbar.single-line{grid-template-columns:auto;justify-content:start}.inline-message{color:#7e3f0e;margin:.4rem 0 .6rem;font-weight:600}table{border-collapse:collapse;width:100%}th,td{border:1px solid var(--line);text-align:left;padding:.5rem;font-size:.9rem}th{background:#e3edf7}.json{border:1px solid var(--line);background:#f0f5fb;border-radius:10px;margin:0;padding:.7rem;font-size:.84rem;overflow:auto}.actions{gap:.4rem;display:flex}.danger{background:linear-gradient(135deg,#b72d2d 0%,#922424 100%)}.danger:hover{background:linear-gradient(135deg,#921f1f 0%,#741818 100%)}.confirm-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:50;opacity:0;background:#0e1a2373;place-items:center;transition:opacity .18s;display:grid;position:fixed;inset:0}.confirm-overlay.open{opacity:1}.confirm-overlay.closing{opacity:0}.confirm-card{border:1px solid var(--line);opacity:0;background:radial-gradient(circle at 100% 0,#e8f4ff 0%,#f6fbff 66%);border-radius:16px;width:min(460px,100vw - 2rem);padding:1.1rem 1rem;transition:opacity .18s,transform .22s cubic-bezier(.2,.7,.2,1);transform:translateY(8px)scale(.98);box-shadow:0 18px 36px #09182240}.confirm-card.open{opacity:1;transform:translateY(0)scale(1)}.confirm-card.closing{opacity:0;transform:translateY(8px)scale(.98)}.confirm-eyebrow{color:var(--accent-dark);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:700}.confirm-card h3{margin:.35rem 0}.confirm-card p{color:var(--muted);margin:.35rem 0 0}.warning-copy{color:#16446a;background:#deeef8;border:1px solid #aac8e0;border-radius:10px;margin-top:.6rem;padding:.5rem .6rem;font-size:.88rem}.confirm-actions{justify-content:flex-end;gap:.5rem;margin-top:.9rem;display:flex}.login-page{background:radial-gradient(circle at 80% 10%,#b8d8f5 0%,#0000 45%),radial-gradient(circle at 20% 90%,#c8e0f5 0%,#0000 40%),#d6e8f5;place-items:center;min-height:100vh;padding:1rem;display:grid}.login-card{text-align:center;background:#fffffff7;border:1px solid #b8d0e8;border-radius:18px;width:min(480px,100vw - 2rem);padding:1.25rem 1.1rem;box-shadow:0 20px 40px #0d213733}.login-logo{width:min(180px,48vw);height:auto}.login-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-dark);margin:.5rem 0 0;font-size:.75rem;font-weight:700}.login-card h1{margin:.35rem 0;font-size:clamp(1.5rem,3vw,2rem)}.login-subtitle{color:var(--muted);margin:0 0 1rem}.login-card button{width:100%}.ms-signin-btn{color:#5e5e5e;letter-spacing:.01em;cursor:pointer;background:#fff;border:1px solid #8c8c8c;border-radius:0;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.6rem 1rem;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;font-size:.9375rem;font-weight:600;transition:background .12s,box-shadow .12s;display:flex}.ms-signin-btn:hover:not(:disabled){background:#f0f0f0;box-shadow:0 2px 6px #00000026}.ms-signin-btn:disabled{color:#aaa;cursor:not-allowed;background:#f6f6f6;border-color:#ccc}.ms-signin-btn svg{flex-shrink:0;width:21px;height:21px}@media (width<=980px){.portal-layout{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--line)}.cols-2,.toolbar{grid-template-columns:1fr}}._dashboard_1q4dw_1{background:linear-gradient(135deg,#1a555d 0%,#103f45 100%);min-height:100vh;padding:2rem}._header_1q4dw_13{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._header_1q4dw_13 h1{letter-spacing:-.5px;color:#fff;margin:0;font-size:2.5rem;font-weight:700}._dateRangeSelector_1q4dw_45{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}._dateRangeSelector_1q4dw_45 label{color:#e8f6f7;font-weight:600}._dateRangeSelector_1q4dw_45 select{color:#103f45;cursor:pointer;background:#fff;border:none;border-radius:.375rem;padding:.5rem .75rem;font-weight:500;transition:all .2s}._dateRangeSelector_1q4dw_45 select option{color:#103f45}._dateRangeSelector_1q4dw_45 select:hover{background:#f5f5f5}._metricsGrid_1q4dw_115{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}._metricCard_1q4dw_129{background:#fff;border-left:4px solid;border-radius:.75rem;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000001a}._metricCard_1q4dw_129:hover{transform:translateY(-4px);box-shadow:0 15px 40px #00000026}._metricCard_1q4dw_129._color-primary_1q4dw_163{border-left-color:#103f45}._metricCard_1q4dw_129._color-success_1q4dw_171{border-left-color:#48bb78}._metricCard_1q4dw_129._color-warning_1q4dw_179{border-left-color:#ed8936}._metricCard_1q4dw_129._color-danger_1q4dw_187{border-left-color:#f56565}._metricCard_1q4dw_129._color-info_1q4dw_195{border-left-color:#4299e1}._metricIcon_1q4dw_203{flex-shrink:0;font-size:2rem}._metricContent_1q4dw_213{flex:1}._metricTitle_1q4dw_221{color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.875rem;font-weight:600}._metricValue_1q4dw_239{color:#1a202c;font-size:1.75rem;font-weight:700}._chartsGrid_1q4dw_253{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}._chartCard_1q4dw_267{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 10px 30px #0000001a}._chartCard_1q4dw_267 h3{color:#103f45;margin:0 0 1.5rem;font-size:1.125rem;font-weight:700}._statusChart_1q4dw_297{flex-direction:column;gap:1rem;display:flex}._statusItem_1q4dw_309{flex-direction:column;gap:.5rem;display:flex}._statusLabel_1q4dw_321{justify-content:space-between;align-items:center;display:flex}._statusBadge_1q4dw_333{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;justify-content:center;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}._statusBadge_1q4dw_333._status-authorized_1q4dw_359{color:#78350f;background:#fbbf24}._statusBadge_1q4dw_333._status-paid_1q4dw_369{color:#fff;background:#34d399}._statusBadge_1q4dw_333._status-void_1q4dw_379{color:#fff;background:#ef4444}._statusBadge_1q4dw_333._status-cancelled_1q4dw_389{color:#fff;background:#f97316}._statusBadge_1q4dw_333._status-pending_1q4dw_399{color:#fff;background:#8b5cf6}._statusBadge_1q4dw_333._status-reversed_1q4dw_409{color:#fff;background:#dc2626}._statusCount_1q4dw_419{color:#1a202c;font-size:.875rem;font-weight:700}._statusBar_1q4dw_431{background:#e5e7eb;border-radius:9999px;height:8px;overflow:hidden}._statusBarFill_1q4dw_445{border-radius:9999px;height:100%;transition:width .3s}._statusBarFill_1q4dw_445._fill-authorized_1q4dw_457{background:linear-gradient(90deg,#fbbf24,#fcd34d)}._statusBarFill_1q4dw_445._fill-paid_1q4dw_465{background:linear-gradient(90deg,#34d399,#6ee7b7)}._statusBarFill_1q4dw_445._fill-void_1q4dw_473{background:linear-gradient(90deg,#ef4444,#f87171)}._statusBarFill_1q4dw_445._fill-cancelled_1q4dw_481{background:linear-gradient(90deg,#f97316,#fb923c)}._statusBarFill_1q4dw_445._fill-pending_1q4dw_489{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}._statusBarFill_1q4dw_445._fill-reversed_1q4dw_497{background:linear-gradient(90deg,#dc2626,#ef4444)}._tenderChart_1q4dw_507{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}._tenderItem_1q4dw_519{background:#f9fafb;border-left:3px solid #103f45;border-radius:.5rem;justify-content:space-between;padding:1rem;display:flex}._tenderLabel_1q4dw_537{color:#374151;font-weight:600}._tenderCount_1q4dw_547{color:#667eea;font-weight:700}._reconcileChart_1q4dw_559{flex-direction:column;gap:1rem;display:flex}._reconcileItem_1q4dw_571{flex-direction:column;gap:.5rem;display:flex}._reconcileLabel_1q4dw_583{color:#374151;justify-content:space-between;font-size:.875rem;font-weight:600;display:flex}._reconcileCount_1q4dw_599{color:#1a202c;font-weight:700}._reconcileBar_1q4dw_609{background:#e5e7eb;border-radius:9999px;height:6px;overflow:hidden}._reconcileBarFill_1q4dw_623{border-radius:9999px;height:100%;transition:width .3s}._reconcileBarFill_1q4dw_623._reconcile-pending_1q4dw_635{background:#fbbf24}._reconcileBarFill_1q4dw_623._reconcile-reconciled_1q4dw_643{background:#34d399}._reconcileBarFill_1q4dw_623._reconcile-discrepancy_1q4dw_651{background:#ef4444}._reconcileBarFill_1q4dw_623._reconcile-missing_from_extract_1q4dw_659{background:#f97316}._trendChart_1q4dw_669{flex-direction:column;justify-content:flex-end;height:200px;display:flex}._trendBars_1q4dw_683{justify-content:space-between;align-items:flex-end;gap:.5rem;height:150px;display:flex}._trendBar_1q4dw_683{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}._trendBarFill_1q4dw_719{background:linear-gradient(#667eea,#764ba2);border-radius:.25rem .25rem 0 0;width:100%;min-height:1px;transition:all .2s}._trendBar_1q4dw_683:hover ._trendBarFill_1q4dw_719{filter:brightness(1.1);background:linear-gradient(#764ba2,#667eea)}._trendDate_1q4dw_745{color:#718096;font-size:.65rem;font-weight:500}._detailsGrid_1q4dw_759{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}._detailCard_1q4dw_771{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 10px 30px #0000001a}._detailCard_1q4dw_771 h3{color:#1a202c;margin:0 0 1.5rem;font-size:1.125rem;font-weight:700}._topAccountsList_1q4dw_801{flex-direction:column;gap:.75rem;display:flex}._topAccountItem_1q4dw_813{background:#f9fafb;border-left:3px solid #667eea;border-radius:.5rem;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}._topAccountItem_1q4dw_813:hover{background:#f3f4f6;transform:translate(4px)}._rankBadge_1q4dw_845{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}._accountDetails_1q4dw_873{flex:1}._accountNumber_1q4dw_881{color:#1a202c;font-size:.875rem;font-weight:700}._accountExternal_1q4dw_893{color:#718096;font-size:.75rem}._accountStats_1q4dw_903{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}._stat_1q4dw_297{color:#718096;font-size:.75rem;font-weight:500}._statAmount_1q4dw_929{color:#34d399;font-size:.875rem;font-weight:700}._voidReasonsList_1q4dw_943{flex-direction:column;gap:.5rem;display:flex}._voidReasonItem_1q4dw_955{background:#fef2f2;border-left:3px solid #ef4444;border-radius:.375rem;justify-content:space-between;padding:.75rem 1rem;display:flex}._reasonCode_1q4dw_973{color:#7f1d1d;font-size:.875rem;font-weight:600}._reasonCount_1q4dw_985{color:#ef4444;font-size:.875rem;font-weight:700}._loading_1q4dw_999,._error_1q4dw_1001{color:#fff;justify-content:center;align-items:center;min-height:60vh;font-size:1.125rem;font-weight:600;display:flex}._error_1q4dw_1001{color:#fed7d7}@media (width<=1024px){._header_1q4dw_13{flex-direction:column;align-items:flex-start;gap:1rem}._metricsGrid_1q4dw_115{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._chartsGrid_1q4dw_253,._tenderChart_1q4dw_507{grid-template-columns:1fr}}@media (width<=640px){._dashboard_1q4dw_1{padding:1rem}._header_1q4dw_13 h1{font-size:1.75rem}._metricsGrid_1q4dw_115{grid-template-columns:1fr}._metricCard_1q4dw_129{flex-direction:column}._detailsGrid_1q4dw_759,._tenderChart_1q4dw_507{grid-template-columns:1fr}._trendBars_1q4dw_683{gap:.25rem}}._transactionsPage_23f37_1{background:linear-gradient(135deg,#1a555d 0%,#103f45 100%);min-height:100vh;padding:2rem}._breadcrumb_23f37_13{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}._breadcrumbItem_23f37_37{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem .75rem;font-weight:600;transition:all .2s}._breadcrumbItem_23f37_37:hover{background:#fff3}._separator_23f37_67{color:#ffffff80;margin:0 .25rem}._errorBanner_23f37_77{color:#742a2a;background:#fed7d7;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-weight:600}._viewContainer_23f37_95{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 40px #00000026}._viewContainer_23f37_95 h2{color:#1a202c;margin:0 0 2rem;font-size:1.75rem;font-weight:700}._grid_23f37_125{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}._card_23f37_137{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#1a555d 0%,#103f45 100%);border-radius:.75rem;flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 5px 15px #0000001a}._card_23f37_137 *{color:#fff}._card_23f37_137:hover{background:linear-gradient(135deg,#0d3237 0%,#1a555d 100%);transform:translateY(-8px);box-shadow:0 15px 30px #0003}._cardIcon_23f37_185{margin-bottom:1rem;font-size:3rem}._card_23f37_137 h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}._cardCode_23f37_207{opacity:.9;margin:0 0 1rem;font-size:.85rem}._status_23f37_221{text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;justify-content:center;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}._status_23f37_221._status-active_23f37_245{color:#fff;background:#34d399}._status_23f37_221._status-inactive_23f37_255{color:#fff;background:#9ca3af}._status_23f37_221._status-suspended_23f37_265{color:#fff;background:#f97316}._status_23f37_221._status-locked_23f37_275{color:#fff;background:#ef4444}._status_23f37_221._status-closed_23f37_285{color:#fff;background:#6b7280}._status_23f37_221._status-authorized_23f37_295{color:#fff;background:#fbbf24}._status_23f37_221._status-paid_23f37_305{color:#065f46;background:#34d399}._status_23f37_221._status-void_23f37_315{color:#fff;background:#ef4444}._status_23f37_221._status-cancelled_23f37_325{color:#fff;background:#f97316}._status_23f37_221._status-pending_23f37_335{color:#faf5ff;background:#8b5cf6}._tableContainer_23f37_347{margin:1.5rem 0;overflow-x:auto}._table_23f37_347{border-collapse:collapse;width:100%;font-size:.875rem}._table_23f37_347 thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}._table_23f37_347 th{text-align:left;color:#1a202c;text-transform:uppercase;letter-spacing:.5px;padding:1rem;font-size:.75rem;font-weight:700}._table_23f37_347 tbody tr{border-bottom:1px solid #e5e7eb;transition:all .2s}._table_23f37_347 tbody tr:hover{background:#f9fafb}._table_23f37_347 td{color:#374151;padding:1rem}._accountNumber_23f37_427{color:#103f45;font-family:monospace;font-weight:700}._txnId_23f37_439{color:#103f45;font-family:monospace;font-size:.8rem;font-weight:600}._amount_23f37_453{color:#34d399;font-weight:700}._date_23f37_463{color:#718096;font-size:.8rem}._viewButton_23f37_473,._detailButton_23f37_475{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a555d,#103f45);border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}._viewButton_23f37_473:hover,._detailButton_23f37_475:hover{background:linear-gradient(135deg,#103f45,#1a555d);transform:scale(1.05)}._filterBar_23f37_513{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}._filterInput_23f37_527{border:1px solid #e5e7eb;border-radius:.375rem;flex:1;min-width:150px;padding:.75rem;font-size:.875rem;transition:all .2s}._filterInput_23f37_527:focus{border-color:#103f45;outline:none;box-shadow:0 0 0 3px #103f4526}._transactionInfo_23f37_559{color:#718096;margin-bottom:1rem;font-size:.875rem;font-weight:600}._pagination_23f37_575{border-top:1px solid #e5e7eb;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}._paginationButton_23f37_595{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a555d,#103f45);border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}._paginationButton_23f37_595:hover:not(:disabled){background:linear-gradient(135deg,#103f45,#1a555d);transform:scale(1.05)}._paginationButton_23f37_595:disabled{opacity:.5;cursor:not-allowed}._paginationInfo_23f37_637{color:#1a202c;text-align:center;min-width:150px;font-weight:600}._modalOverlay_23f37_653{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._modal_23f37_653{background:#fff;border-radius:.75rem;max-width:90vw;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}._closeButton_23f37_701{float:right;cursor:pointer;color:#1a202c;background:#f3f4f6;border:none;border-radius:.375rem;width:40px;height:40px;margin:1rem 1rem 0 0;font-size:1.5rem;transition:all .2s;position:sticky;top:0;right:0}._closeButton_23f37_701:hover{background:#e5e7eb}._detailContent_23f37_743{max-width:900px;padding:2rem}._detailContent_23f37_743 h2{color:#1a202c;margin:0 0 2rem;font-size:1.75rem;font-weight:700}._detailSection_23f37_767{margin-bottom:2rem}._detailSection_23f37_767 h3{color:#103f45;border-bottom:2px solid #e5e7eb;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700}._detailGrid_23f37_793{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}._detailItem_23f37_805{flex-direction:column;gap:.5rem;display:flex}._detailLabel_23f37_817{color:#718096;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}._detailValue_23f37_833{color:#1a202c;word-break:break-word;font-size:.975rem}._detailValue_23f37_833._highlight_23f37_845{color:#34d399;font-size:1.125rem;font-weight:700}._timelineContainer_23f37_859{background:#f9fafb;border-left:4px solid #103f45;border-radius:.5rem;flex-direction:column;gap:1rem;padding:1rem;display:flex}._timelineItem_23f37_879{background:#fff;border-left:3px solid #e5e7eb;border-radius:.375rem;gap:1rem;padding:1rem;transition:all .2s;display:flex}._timelineItem_23f37_879:hover{background:#f3f4f6;border-left-color:#103f45;transform:translate(4px)}._timelineItem_23f37_879._timeline-success_23f37_911{background:#ecfdf5;border-left-color:#34d399}._timelineItem_23f37_879._timeline-warning_23f37_921{background:#fef3c7;border-left-color:#fbbf24}._timelineItem_23f37_879._timeline-pending_23f37_931{background:#faf5ff;border-left-color:#8b5cf6}._timelineItem_23f37_879._timeline-danger_23f37_941{background:#fef2f2;border-left-color:#ef4444}._timelineIcon_23f37_951{flex-shrink:0;justify-content:center;align-items:center;min-width:30px;font-size:1.5rem;display:flex}._timelineContent_23f37_969{flex:1}._timelineLabel_23f37_977{color:#1a202c;font-size:.875rem;font-weight:700}._timelineDateTime_23f37_989{color:#718096;margin-top:.375rem;font-size:.8rem}._loading_23f37_1003,._error_23f37_77{color:#103f45;justify-content:center;align-items:center;min-height:300px;font-size:1.125rem;font-weight:600;display:flex}._error_23f37_77{color:#ef4444}@media (width<=1024px){._grid_23f37_125{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}._table_23f37_347{font-size:.8rem}._table_23f37_347 th,._table_23f37_347 td{padding:.75rem .5rem}._detailGrid_23f37_793{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (width<=768px){._transactionsPage_23f37_1{padding:1rem}._breadcrumb_23f37_13{padding:.75rem 1rem}._viewContainer_23f37_95{padding:1rem}._grid_23f37_125{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}._card_23f37_137{padding:1rem}._cardIcon_23f37_185{margin-bottom:.5rem;font-size:2rem}._card_23f37_137 h3{font-size:1rem}._table_23f37_347{font-size:.7rem}._table_23f37_347 th,._table_23f37_347 td{padding:.5rem .25rem}._filterBar_23f37_513{flex-direction:column}._filterInput_23f37_527{min-width:unset}._pagination_23f37_575{flex-direction:column;gap:.5rem}._paginationInfo_23f37_637{min-width:unset}._detailGrid_23f37_793{grid-template-columns:1fr}._modal_23f37_653{border-radius:0;max-width:100vw;max-height:100vh}._detailContent_23f37_743{padding:1rem}._detailContent_23f37_743 h2{margin-bottom:1.5rem;font-size:1.5rem}}@media (width<=480px){._transactionsPage_23f37_1{padding:.5rem}._viewContainer_23f37_95{padding:.75rem}._breadcrumb_23f37_13{gap:.25rem;padding:.5rem}._breadcrumbItem_23f37_37{padding:.25rem .5rem;font-size:.8rem}._table_23f37_347{font-size:.65rem}._viewButton_23f37_473,._detailButton_23f37_475{padding:.375rem .75rem;font-size:.75rem}}._statusBadge_10vmr_1{text-transform:capitalize;white-space:nowrap;border-radius:4px;padding:.4rem .8rem;font-size:.875rem;font-weight:600;display:inline-block}._statusBadge_10vmr_1[data-status=Active],._statusBadge_10vmr_1._statusActive_10vmr_23{color:#2e7d32;background-color:#e8f5e9;border-left:3px solid #4caf50}._statusBadge_10vmr_1[data-status=Inactive],._statusBadge_10vmr_1._statusInactive_10vmr_37{color:#616161;background-color:#f5f5f5;border-left:3px solid #9e9e9e}._statusBadge_10vmr_1[data-status=Suspended],._statusBadge_10vmr_1._statusSuspended_10vmr_51{color:#e65100;background-color:#fff3e0;border-left:3px solid #ff9800}._statusBadge_10vmr_1[data-status=Locked],._statusBadge_10vmr_1._statusLocked_10vmr_65{color:#c62828;background-color:#ffebee;border-left:3px solid #f44336}._statusBadge_10vmr_1[data-status=Closed],._statusBadge_10vmr_1._statusClosed_10vmr_79{color:#424242;background-color:#fafafa;border-left:3px solid #757575}
