@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Anta&display=swap");:root{--bg-page:#ebeff4;--bg-surface:#ffffff;--text-primary:#0d0d0d;--text-muted:#6a707c;--text-soft:#95a0b1;--line-soft:#b5bece;--header-fill:#eff2f6;--blue-400:#0362dd;--blue-600:#0247a1;--blue-50:#e2efff;--red:#e10909;--amber:#e6890f;--font-body:"Satoshi","Segoe UI",sans-serif;--font-display:"Anta","Satoshi",sans-serif;font-family:var(--font-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}body,html{height:100%;width:100%}body{margin:0;overflow-x:hidden;background:var(--bg-page);color:var(--text-primary)}button,input{font:inherit}button{border:0;cursor:pointer}a{color:inherit;text-decoration:none}svg{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-root{height:100vh;overflow:hidden;background:var(--bg-page)}.app-frame{--sidebar-width:256px;--shell-padding:24px;--shell-gap:24px;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);grid-gap:var(--shell-gap);gap:var(--shell-gap);width:100%;height:100vh;padding:var(--shell-padding);align-items:start;transition:grid-template-columns .18s ease}.app-frame.is-nav-collapsed{--sidebar-width:108px}.sidebar{grid-column:1;position:fixed;top:var(--shell-padding);left:var(--shell-padding);z-index:20;display:flex;flex-direction:column;gap:32px;width:var(--sidebar-width);height:calc(100vh - (var(--shell-padding) * 2));min-height:0;padding:24px 20px;overflow:hidden;border-radius:12px;background:var(--bg-surface);transition:width .18s ease}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:16px;border-bottom:1px solid var(--header-fill)}.brand-mark{display:block;width:145px;height:28px;overflow:hidden;flex:0 0 auto;transition:width .18s ease}.brand-logo{width:145px;height:28px;object-fit:contain;object-position:left center;max-width:none}.sidebar.is-collapsed{align-items:center}.sidebar.is-collapsed .sidebar-brand{gap:8px;justify-content:center}.sidebar.is-collapsed .brand-mark{width:36px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;color:var(--text-muted)}.avatar svg,.button svg,.icon-button svg,.nav-item svg,.pagination svg,.search-box svg,.select-chip svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sidebar-nav{flex:1 1;align-items:center;justify-content:space-between;width:100%;min-height:0}.nav-group,.sidebar-nav{display:flex;flex-direction:column}.nav-group{align-items:flex-start;gap:16px;width:216px}.nav-item{display:flex;align-items:center;gap:12px;width:216px;height:52px;padding:12px 16px;border-radius:8px;background:white;color:var(--text-primary);font-size:16px;font-weight:700;line-height:1.747;letter-spacing:.8px;transition:background .16s ease,color .16s ease,transform .12s ease}.nav-item:hover{background:#f5f8fc;transform:translateY(-1px)}.nav-item.is-active{background:var(--blue-50);color:var(--blue-600)}.nav-item svg{flex:0 0 auto}.nav-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .12s ease,width .18s ease}.sidebar.is-collapsed .nav-item{justify-content:center;width:68px}.sidebar.is-collapsed .nav-group{align-items:center;width:68px}.sidebar.is-collapsed .nav-item span{width:0;opacity:0}.content-column{grid-column:2;flex-direction:column;gap:28px;height:calc(100vh - (var(--shell-padding) * 2));min-height:0;padding-top:16px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.content-column,.content-topbar{display:flex;width:100%;min-width:0}.content-topbar{align-items:center;justify-content:space-between;min-height:66px;gap:20px;padding:0 24px;border-radius:12px;background:white}.topbar-actions,.topbar-bell,.topbar-copy,.topbar-date,.topbar-search{display:flex;align-items:center}.topbar-copy{gap:14px;min-width:0}.topbar-title{margin:0;color:var(--text-primary);font-size:24px;font-weight:700;line-height:1.25}.topbar-dot{color:var(--blue-400);font-weight:700}.topbar-subtitle{color:var(--text-muted);font-size:13px;font-weight:500;white-space:nowrap}.topbar-actions{justify-content:flex-end;gap:10px;min-width:0}.topbar-search{gap:10px;width:270px;height:36px;padding:0 12px;border:1px solid #dbe3ef;border-radius:8px;color:#8a96a8}.topbar-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text-primary);font-size:13px}.topbar-date{gap:8px;padding:0 12px;font-size:13px;font-weight:700}.topbar-bell,.topbar-date{height:36px;border:1px solid #dbe3ef;border-radius:8px;background:white;color:#2d3440}.topbar-bell{position:relative;justify-content:center;width:36px}.topbar-bell span{position:absolute;top:8px;right:9px;width:7px;height:7px;border:2px solid white;border-radius:999px;background:var(--red)}.user-menu-wrap{position:relative;z-index:25;flex:0 0 auto}.user-menu{gap:12px;min-width:170px;height:50px;padding:5px 14px 5px 5px;border:1px solid #cfd8e3;background:white;color:var(--text-primary);box-shadow:0 1px 2px rgba(15,23,42,.04)}.avatar,.user-menu{display:inline-flex;align-items:center;border-radius:100px}.avatar{justify-content:center;width:40px;height:40px;background:var(--blue-400);color:white;border:3px solid #ffffff;box-shadow:0 0 0 1px rgba(3,98,221,.08)}.avatar svg{width:25px;height:25px}.user-name{flex:1 1;min-width:0;overflow:hidden;font-size:16px;font-weight:500;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.chevron,.user-name{color:var(--text-primary)}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:60;display:flex;flex-direction:column;gap:6px;width:180px;padding:12px;border:1px solid #dbe3ef;border-radius:10px;background:#ffffff;box-shadow:0 18px 40px rgba(15,23,42,.12)}.user-dropdown button{display:flex;align-items:center;width:100%;min-height:34px;padding:6px 8px;border-radius:6px;background:transparent;color:#111827;font-size:15px;font-weight:500;text-align:left}.user-dropdown button:focus-visible,.user-dropdown button:hover{background:#f3f7fc;outline:none}.dashboard-content,.page-header{display:flex;flex-direction:column;width:100%;min-width:0}.dashboard-content{gap:24px}.api-state{width:100%;padding:14px 16px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#b42318;font-size:14px;font-weight:700}.page-header{gap:20px}.page-controls,.page-title-row,.pagination,.summary-header,.summary-toolbar,.workbench-toolbar{display:flex;align-items:center;justify-content:space-between}.page-title-row{min-height:40px;gap:16px;min-width:0}.page-title{margin:0;color:#000;font-size:24px;font-weight:700;line-height:1.333}.action-buttons,.date-actions,.page-actions,.platform-filter,.tab-list{display:flex;align-items:center}.date-actions,.page-actions,.tab-list{gap:12px}.page-actions{overflow:visible}.page-controls{min-height:44px;gap:16px;min-width:0}.button,.pill,.select-chip,.tab-button{transition:background .16s ease,border-color .16s ease,color .16s ease,transform .12s ease}.button:hover,.pagination button:hover,.pill:hover,.row-link:hover,.select-chip:hover,.tab-button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:700;white-space:nowrap}.button-large{gap:12px;height:40px;padding:0 16px;font-size:16px}.button-small{gap:8px;height:36px;padding:0 16px;font-size:14px}.button-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;font-size:11px;font-weight:800}.button-count,.button-primary{background:var(--blue-400);color:white}.button-primary:hover{background:#024fb4}.button-secondary{border:1px solid var(--blue-400);background:white;color:var(--blue-400)}.button-secondary:hover{background:#f5f8fc}.button.disabled,a.button[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.tab-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 20px;border-radius:8px;background:white;color:#292b30;font-size:15px;font-weight:500;line-height:1.25;white-space:nowrap}.tab-button.is-active{border:2px solid var(--blue-600);background:var(--blue-50);color:var(--blue-600);font-weight:700}.select-chip{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:152px;height:40px;padding:0 24px;border-radius:8px;background:white;color:#000;font-size:16px;font-weight:500;line-height:1.25;white-space:nowrap}.select-chip-wide{justify-content:space-between;width:240px;min-width:240px}.surface{width:100%;border-radius:12px;background:white}.summary-surface,.workbench-surface{display:flex;flex-direction:column;gap:20px;padding:24px;overflow:hidden}.summary-surface{min-height:0}.workbench-surface{min-height:0;overflow:visible}.summary-header{width:100%;gap:16px;min-width:0}.summary-header h3{margin:0 0 4px;color:#101828;font-size:20px;font-weight:700;line-height:1}.summary-header p{margin:0;color:var(--text-muted);font-size:14px;font-weight:500;line-height:1.36}.search-box{display:inline-flex;align-items:center;gap:8px;width:364px;height:40px;padding:0 16px;border:1px solid var(--text-soft);border-radius:8px;background:white;color:var(--text-soft)}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text-primary);font-size:16px;font-weight:400}.search-box input::placeholder{color:var(--text-soft)}.summary-toolbar,.workbench-toolbar{width:100%;gap:16px;min-width:0}.workbench-toolbar{padding-left:0}.platform-filter{gap:16px;color:var(--text-primary);font-size:16px;font-weight:500}.platform-filter .pill+.pill{margin-left:0}.pill{min-height:32px;padding:0 16px;border:1px solid var(--text-soft);border-radius:100px;background:white;color:var(--text-primary);font-size:14px;font-weight:500}.pill.is-active{border-color:var(--blue-400);background:var(--blue-400);color:white}.action-buttons{gap:12px}.filter-modal-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.filter-modal{width:min(640px,100%);max-height:calc(100vh - 48px);overflow:hidden auto;border-radius:16px;background:white;box-shadow:0 24px 72px rgba(15,23,42,.22)}.filter-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:26px 28px 14px}.filter-modal-head h3{margin:0 0 8px;color:#101828;font-size:18px;font-weight:800;line-height:1.2}.filter-modal-head p{margin:0;color:#667085;font-size:13px;font-weight:500}.filter-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#f3f6fa;color:#667085;font-size:26px;line-height:1}.filter-section{padding:8px 28px}.filter-section h4{margin:0 0 10px;color:#344054;font-size:13px;font-weight:800}.filter-grid{display:grid;grid-gap:12px;gap:12px}.filter-grid.two,.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.status-grid{column-gap:32px}.status-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-input{width:100%;height:42px;padding:0 14px;border:1px solid #d7e0ec;border-radius:8px;background:white;color:#101828;font-size:14px;outline:0}.filter-input:focus{border-color:var(--blue-400);box-shadow:0 0 0 3px rgba(0,102,223,.12)}.filter-textarea{width:100%;min-height:104px;padding:12px 14px;border:1px solid #d7e0ec;border-radius:8px;background:white;color:#101828;font:inherit;font-size:14px;line-height:1.45;outline:0;resize:vertical}.filter-textarea:focus{border-color:var(--blue-400);box-shadow:0 0 0 3px rgba(0,102,223,.12)}.filter-check{display:inline-flex;align-items:center;gap:10px;min-height:22px;color:#475467;font-size:13px;font-weight:500;text-transform:none}.filter-check input{width:16px;height:16px;margin:0;accent-color:var(--blue-400)}.status-filter-label{gap:6px}.info-tip,.status-filter-label{display:inline-flex;align-items:center}.info-tip{position:relative;z-index:2;justify-content:center;width:17px;height:17px;margin-left:6px;border:1px solid #b8c4d4;border-radius:50%;background:#ffffff;color:#475467;cursor:help;font-size:11px;line-height:1;font-weight:850;text-transform:none}.info-tip:focus{outline:2px solid rgba(0,102,223,.32);outline-offset:2px}.info-tip-bubble{bottom:calc(100% + 10px);z-index:30;width:260px;max-width:min(260px,calc(100vw - 32px));padding:10px 12px;border:1px solid #d3dce8;border-radius:8px;color:#ffffff;box-shadow:0 12px 28px rgba(15,23,42,.18);font-size:12px;line-height:1.45;font-weight:650;opacity:0;pointer-events:none;text-align:left;text-transform:none;transform:translate(-50%,4px);transition:opacity .12s ease,transform .12s ease}.info-tip-bubble,.info-tip-bubble:after{position:absolute;left:50%;background:#111827}.info-tip-bubble:after{content:"";top:100%;width:10px;height:10px;transform:translate(-50%,-5px) rotate(45deg)}.info-tip-bottom .info-tip-bubble{top:calc(100% + 10px);bottom:auto;transform:translate(-50%,-4px)}.info-tip-bottom .info-tip-bubble:after{top:auto;bottom:100%;transform:translate(-50%,5px) rotate(45deg)}.info-tip:focus .info-tip-bubble,.info-tip:hover .info-tip-bubble{opacity:1;transform:translate(-50%)}.filter-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:12px;padding:18px 28px;border-top:1px solid #eef2f6}.filter-footer .button{min-width:108px}.exception-action-modal{width:min(560px,100%)}.exception-modal-error{margin:0 28px 8px;padding:12px 14px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#b42318;font-size:13px;font-weight:700}.exception-management-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:12px 16px;border:1px solid #dbe3ef;border-radius:8px;background:#fbfdff}.exception-management-bar p{margin:0;color:#344054;font-size:14px;font-weight:800}.exception-management-bar span{display:block;margin-top:3px;color:#667085;font-size:12px;font-weight:600}.exception-management-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.exception-workflow-tabs{display:inline-flex;align-items:center;align-self:flex-start;gap:4px;padding:4px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fbff}.exception-workflow-tabs button{display:inline-flex;align-items:center;justify-content:center;min-width:148px;height:32px;padding:0 16px;border-radius:6px;color:#475467;font-size:13px;font-weight:800;white-space:nowrap}.exception-workflow-tabs button:hover{color:var(--blue-600)}.exception-workflow-tabs button.is-active{background:white;color:var(--blue-600);box-shadow:0 1px 3px rgba(16,24,40,.08)}.kpi-strip{display:flex;align-items:center;gap:24px;width:100%;min-height:120px;overflow:visible}.kpi-slot{display:contents}.kpi-card{position:relative;z-index:1;display:flex;flex:1 1;flex-direction:column;align-items:flex-start;justify-content:space-between;min-width:0;height:120px;padding:24px;border-radius:8px;background:white;overflow:visible;text-align:left}.kpi-card:hover{z-index:5;background:#f5f8fc}.kpi-card.is-active{background:var(--blue-50);color:var(--blue-600)}.kpi-title{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:18px;font-weight:700;line-height:1}.kpi-card.is-active .kpi-title,.kpi-card.is-active .kpi-value{color:var(--blue-600)}.kpi-value{color:var(--text-primary);font-size:36px;font-weight:700;line-height:28px}.overview-surface{display:flex;flex-direction:column;gap:24px;padding:24px}.overview-kpis{min-height:118px}.overview-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1.25fr);grid-gap:24px;gap:24px;width:100%;min-width:0}.overview-panel{display:flex;flex-direction:column;gap:18px;min-width:0;padding:20px;border:1px solid #dbe3ef;border-radius:8px;background:white}.overview-panel:first-child{grid-row:span 2}.overview-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.overview-panel-head h3{margin:0;color:#101828;font-size:18px;font-weight:700;line-height:1.2}.overview-panel-head span{color:var(--text-muted);font-size:14px;font-weight:700}.trend-strip{display:grid;grid-template-columns:repeat(14,minmax(8px,1fr));align-items:end;grid-gap:8px;gap:8px;height:210px;padding:14px 12px;border-radius:8px;background:var(--header-fill)}.trend-strip span{display:flex;align-items:flex-end;height:100%;min-width:0}.trend-strip i{display:block;width:100%;min-height:12px;border-radius:4px 4px 0 0;background:var(--blue-400)}.overview-metrics{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.overview-metrics span{display:flex;justify-content:space-between;gap:12px;color:var(--text-muted);font-size:14px;font-weight:600}.overview-metrics strong{color:var(--text-primary)}.overview-table{display:flex;flex-direction:column;width:100%;min-width:0}.overview-table-heading,.overview-table-row{display:grid;grid-template-columns:minmax(120px,1.2fr) minmax(72px,.7fr) minmax(72px,.7fr) minmax(84px,.7fr) minmax(88px,.8fr);align-items:center;grid-gap:12px;gap:12px;min-height:42px;padding:0 12px}.overview-table-heading-compact,.overview-table-row-compact{grid-template-columns:minmax(150px,1.3fr) minmax(70px,.6fr) minmax(100px,.8fr)}.overview-table-heading{border-radius:8px;background:var(--header-fill);color:#292b30;font-size:13px;font-weight:700}.overview-table-row{border-bottom:1px solid var(--line-soft);color:var(--text-primary);font-size:14px;font-weight:500}.overview-table-row span,.overview-table-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-bell svg,.topbar-date svg,.topbar-search svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.analytics-tabs{display:flex;align-items:stretch;width:100%;min-height:48px;overflow:hidden;border-radius:12px 12px 0 0;background:white}.analytics-tab{display:inline-flex;align-items:center;gap:10px;flex:1 1;min-width:0;height:48px;padding:0 22px;border-bottom:2px solid transparent;background:white;color:#20242b;font-size:14px;font-weight:700;white-space:nowrap}.analytics-tab svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.analytics-tab span{min-width:22px;padding:2px 8px;border-radius:999px;background:#edf1f7;color:#667085;font-size:12px;font-weight:800}.analytics-tab.is-active{border-color:var(--blue-400);background:var(--blue-50);color:#005ce6}.analytics-tab.is-active span{background:var(--blue-400);color:white}.analytics-context{display:flex;align-items:center;gap:14px;min-height:54px;padding:12px 16px;border-radius:12px;background:#eaf3ff}.analytics-context.is-orange{background:#fff3ea}.analytics-context-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border-radius:999px;background:var(--blue-400);color:white}.analytics-context.is-orange .analytics-context-icon{background:#ff7a2f}.analytics-context-icon svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.analytics-context div{flex:1 1;min-width:0}.analytics-context h2{margin:0 0 3px;color:#111827;font-size:15px;font-weight:800}.analytics-context p{margin:0;color:#667085;font-size:13px;font-weight:500}.analytics-page{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:16px;gap:16px;width:100%}.bank-metrics,.executive-metrics,.order-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.bank-metrics,.order-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.analytics-metric{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-height:92px;padding:14px 16px 12px;overflow:hidden;border-left:3px solid var(--blue-400);border-radius:8px;background:white}.analytics-metric.is-green{border-left-color:#12b981}.analytics-metric.is-amber{border-left-color:#f59e0b}.analytics-metric.is-red{border-left-color:var(--red)}.analytics-metric-label{display:block;color:#667085;font-size:12px;font-weight:800;line-height:1.15}.analytics-metric-value{display:block;min-width:0;overflow:hidden;color:#0d0d0d;font-size:24px;font-weight:850;line-height:1;text-overflow:ellipsis;white-space:nowrap}.analytics-metric-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.analytics-metric-code{display:block;min-width:0;overflow:hidden;color:#98a2b3;font-size:10px;font-weight:900;letter-spacing:.08em;line-height:1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.analytics-metric .analytics-pill{flex:0 0 auto;margin-left:0;transform:none}.analytics-pill{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:2px 7px;border-radius:999px;background:#e8f2ff;color:#005ce6;font-size:10.5px;font-weight:800;white-space:nowrap}.analytics-pill.is-green{background:#d8f8e9;color:#087a51}.analytics-pill.is-amber{background:#ffe8c2;color:#a45a00}.analytics-pill.is-red{background:#fee2e2;color:#bd1717}.analytics-pill.is-neutral{background:#eef2f6;color:#475467}.executive-grid{grid-column:1/-1;display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(240px,.88fr) minmax(280px,1.05fr);grid-gap:16px;gap:16px}.bank-lower-grid,.order-grid{grid-column:1/-1;display:grid;grid-template-columns:minmax(480px,1.25fr) minmax(360px,.95fr);grid-gap:16px;gap:16px}.analytics-card{min-width:0;padding:18px 22px;border-radius:8px;background:white}.analytics-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.analytics-card-head h3{margin:0 0 4px;color:#111827;font-size:17px;font-weight:850;line-height:1.2}.analytics-card-head p{margin:0;color:#667085;font-size:13px;font-weight:500}.big-number{display:block;margin-bottom:10px;color:#111827;font-size:28px;font-weight:850}.line-chart{position:relative;height:98px;border-bottom:1px solid #dbe3ef;background:linear-gradient(180deg,transparent 24%,#edf2f8 25%,transparent 26%,transparent 49%,#edf2f8 50%,transparent 51%,transparent 74%,#edf2f8 75%,transparent 76%)}.line-chart:before{content:"";position:absolute;inset:14px 0 0;background:linear-gradient(180deg,rgba(3,98,221,.16),rgba(3,98,221,.02));-webkit-clip-path:polygon(0 72%,14% 44%,28% 34%,42% 38%,58% 66%,72% 78%,86% 60%,100% 12%,100% 100%,0 100%);clip-path:polygon(0 72%,14% 44%,28% 34%,42% 38%,58% 66%,72% 78%,86% 60%,100% 12%,100% 100%,0 100%)}.line-chart span{position:absolute;width:5px;height:5px;border-radius:999px;background:#005ce6;transform:translate(-50%,50%)}.sla-card{text-align:center}.sla-gauge{display:grid;place-items:center;width:126px;height:126px;margin:0 auto 10px;border-radius:999px;background:conic-gradient(#f59e0b 0 88%,#edf2f8 88% 100%)}.sla-gauge div{display:grid;place-items:center;width:92px;height:92px;border-radius:inherit;background:white}.sla-gauge strong{color:#111827;font-size:29px;font-weight:900}.sla-card p,.sla-gauge span{color:#667085;font-size:12px;font-weight:600}.analytics-legend i,.deduction-dot,.sla-card p em,.sla-card p i{display:inline-block;width:9px;height:9px;margin-right:6px;border-radius:2px;background:#12b981}.sla-card p em{margin-left:10px;background:#dbe3ef}.receivable-bars{display:flex;flex-direction:column;gap:13px}.receivable-bars label{display:flex;flex-direction:column;gap:8px}.receivable-bars label span{display:flex;justify-content:space-between;color:#667085;font-size:13px;font-weight:700}.receivable-bars i{height:12px;overflow:hidden;border-radius:999px;background:#edf2f8}.receivable-bars em{display:block;height:100%;border-radius:inherit;background:var(--blue-400)}.receivable-bars label:nth-child(2) em{background:#5aa3ff}.receivable-bars div{padding:12px 14px;border-radius:8px;background:#fff3ea;color:#a45a00}.receivable-bars div small,.receivable-bars div span{display:block;color:#a45a00;font-size:12px;font-weight:800;text-transform:uppercase}.receivable-bars div strong{display:inline-block;margin-top:4px;color:#111827;font-size:22px;font-weight:900}.receivable-bars div small{display:inline-block;margin-left:8px;color:#667085;text-transform:none}.gov-card{grid-column:span 2}.stacked-bars{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;grid-gap:20px;gap:20px;height:178px;padding-top:18px}.stacked-bars div{display:flex;flex-direction:column;align-items:center;gap:8px}.stacked-bars span{display:flex;flex-direction:column-reverse;width:38px;overflow:hidden;border-radius:5px 5px 0 0}.stacked-bars b,.stacked-bars em,.stacked-bars i{display:block;width:100%;height:34%}.stacked-bars i{background:var(--blue-400)}.stacked-bars b{background:#ff7a2f}.stacked-bars em{background:#b8c3d2}.stacked-bars small{color:#667085;font-size:12px}.top-outlet-list{display:flex;flex-direction:column}.top-outlet-list div{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(54px,.65fr) 38px minmax(70px,.8fr) 56px;align-items:center;grid-gap:8px;gap:8px;min-height:50px;border-bottom:1px solid #edf2f8;font-size:12px}.top-outlet-list span,.top-outlet-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-outlet-list small{display:block;color:#667085;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-outlet-list .analytics-severity{justify-self:end;min-width:0;padding:3px 8px;font-size:11px}.platform-comparison{grid-column:span 7}.deductions-card{grid-column:span 5}.analytics-data-table,.bank-status-table,.exception-table{display:flex;flex-direction:column}.analytics-data-head,.analytics-data-row{display:grid;grid-template-columns:minmax(120px,1.2fr) 90px 90px 110px 110px;align-items:center;grid-gap:14px;gap:14px;min-height:48px;border-bottom:1px solid #edf2f8}.analytics-data-head{min-height:36px;color:#8a96a8;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.analytics-data-row{color:#111827;font-size:14px;font-weight:650}.analytics-platform{display:inline-flex;align-items:center;gap:7px;min-height:24px;padding:3px 10px;border-radius:999px;background:#eef2f6;color:#475467;font-size:13px;font-weight:800}.analytics-platform i{width:7px;height:7px;border-radius:999px;background:currentColor}.analytics-platform.is-swiggy{background:#fff2ea;color:#ff7a2f}.analytics-platform.is-zomato{background:#ffe8ea;color:#e23744}.analytics-platform.is-magicpin{background:#e9f8f1;color:#0f9f6e}.analytics-platform.is-direct,.analytics-platform.is-razorpay{background:#e8f2ff;color:#005ce6}.analytics-legend{display:flex;gap:18px;margin-top:16px;color:#667085;font-size:12px}.analytics-legend .is-amber{background:#f59e0b}.analytics-legend .is-red{background:var(--red)}.deductions-body{display:grid;grid-template-columns:170px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:center}.donut-chart{display:grid;place-items:center;width:156px;height:156px;border-radius:999px;background:conic-gradient(var(--blue-400) 0 var(--donut-a),#5aa3ff var(--donut-a) 76%,#ff7a2f 76% 88%,#ffb17d 88% 100%)}.donut-chart div{display:grid;place-items:center;width:108px;height:108px;border-radius:inherit;background:white}.donut-chart span{color:#667085;font-size:11px;font-weight:800;text-transform:uppercase}.donut-chart strong{color:#111827;font-size:20px;font-weight:900}.deduction-list{display:flex;flex-direction:column;gap:14px}.deduction-list div{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:start;grid-gap:9px;gap:9px}.deduction-list small,.deduction-list strong{display:block}.deduction-list strong{color:#111827;font-size:13px;font-weight:800}.deduction-list small{color:#8a96a8;font-size:11px;font-weight:700}.deduction-list b{color:#111827;font-size:13px;font-weight:900}.deduction-dot.is-0{background:var(--blue-400)}.deduction-dot.is-1{background:#5aa3ff}.deduction-dot.is-2{background:#8fc1ff}.deduction-dot.is-3{background:#ff7a2f}.deduction-dot.is-4{background:#ffb17d}.bank-lower-grid,.bank-status-card,.exception-queue,.order-grid,.settlement-card{grid-column:1/-1}.funnel-list{display:flex;flex-direction:column;gap:10px}.funnel-row{display:grid;grid-template-columns:150px minmax(220px,1fr) 120px;align-items:center;grid-gap:16px;gap:16px}.funnel-row span,.funnel-row strong{display:block}.funnel-row strong{color:#111827;font-size:13px;font-weight:900}.funnel-row b,.funnel-row span{color:#667085;font-size:12px;font-weight:700}.funnel-track{height:34px;overflow:hidden;border-radius:8px;background:#f1f5f9}.funnel-track span{height:100%;padding-left:14px;color:white;font-size:14px;font-weight:900;line-height:34px}.funnel-track .is-stage-0{background:var(--blue-400)}.funnel-track .is-stage-1{background:#5aa3ff}.funnel-track .is-stage-2{background:#ff7a2f}.funnel-track .is-stage-3{background:#0f8b63}.analytics-mini-search{display:inline-flex;align-items:center;gap:8px;width:250px;height:34px;padding:0 12px;border:1px solid #dbe3ef;border-radius:8px;color:#8a96a8}.analytics-mini-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#111827;font-size:12px}.exception-filters{display:flex;align-items:center;gap:8px;margin-bottom:16px;overflow-x:auto}.exception-filters span{margin-right:4px;color:#8a96a8;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.bank-filter-actions button,.exception-filters button{min-height:30px;padding:0 14px;border:1px solid #dbe3ef;border-radius:999px;background:white;color:#111827;font-size:13px;font-weight:700}.exception-filters button.is-active{border-color:var(--blue-400);background:var(--blue-400);color:white}.exception-head,.exception-row{display:grid;grid-template-columns:120px minmax(150px,1fr) 110px 130px minmax(160px,1fr) 110px 60px 92px;align-items:center;grid-gap:12px;gap:12px;min-height:46px;border-bottom:1px solid #edf2f8}.bank-status-head,.exception-head{color:#8a96a8;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.exception-row{color:#111827;font-size:13px;font-weight:600}.exception-row>strong{color:var(--blue-400)}.analytics-severity{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:800;text-transform:capitalize}.analytics-severity.is-critical{background:#e21b0c;color:white}.analytics-severity.is-high{background:#fee2e2;color:#bd1717}.analytics-severity.is-medium{background:#fff0db;color:#a45a00}.analytics-severity.is-low{background:#e8f2ff;color:#005ce6}.bank-status-card{grid-column:1/-1}.bank-filter-actions{display:flex;gap:8px}.bank-status-head,.bank-status-row{display:grid;grid-template-columns:minmax(190px,1.4fr) 150px 130px 110px 150px 70px 120px;align-items:center;grid-gap:14px;gap:14px;min-height:58px;border-bottom:1px solid #edf2f8}.bank-status-row{color:#111827;font-size:14px;font-weight:650}.bank-status-row strong{display:flex;align-items:center;gap:10px;min-width:0;font-weight:900}.is-positive{color:#0f8b63}.is-negative{color:#bd1717}.bank-lower-grid{display:grid;grid-template-columns:minmax(520px,1.4fr) minmax(340px,.9fr);grid-gap:18px;gap:18px}.unmatched-bank-table{display:flex;flex-direction:column}.unmatched-bank-table div{display:grid;grid-template-columns:120px 90px minmax(160px,1fr) 90px 54px 130px;align-items:center;grid-gap:12px;gap:12px;min-height:50px;border-bottom:1px solid #edf2f8;font-size:12px}.unmatched-bank-table b,.unmatched-bank-table strong{color:#111827;font-weight:900}.unmatched-bank-table span{color:#667085}.unmatched-bank-table em{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#fff0db;color:#a45a00;font-style:normal;font-weight:700}.unmatched-bank-table a{color:var(--blue-400);font-weight:800}.bank-side-stack{display:flex;flex-direction:column;gap:18px}.calendar-heatmap{display:grid;grid-template-columns:repeat(12,14px);grid-gap:5px;gap:5px;margin:8px 0 12px}.calendar-heatmap span{width:14px;height:14px;border-radius:3px;background:#12b981}.calendar-heatmap .is-late{background:#f59e0b}.calendar-heatmap .is-missing{background:var(--red)}.upload-timeline-card p{display:flex;align-items:center;gap:8px;margin:0;color:#667085;font-size:12px}.upload-timeline-card b,.upload-timeline-card em,.upload-timeline-card i{width:9px;height:9px;border-radius:2px}.upload-timeline-card i{background:#12b981}.upload-timeline-card em{background:#f59e0b}.upload-timeline-card b{background:var(--red)}.upload-timeline-card strong{margin-left:auto;color:#0f8b63}.duplicate-alert-card{display:flex;flex-direction:column;gap:10px}.duplicate-alert{display:grid;grid-template-columns:minmax(0,1fr) 44px 82px;align-items:center;grid-gap:10px;gap:10px;min-height:58px;padding:10px 12px;border-left:3px solid var(--red);border-radius:8px;background:#fff3ea}.duplicate-alert small,.duplicate-alert strong{display:block}.duplicate-alert strong{color:#111827;font-size:13px;font-weight:900}.duplicate-alert small{color:#667085;font-size:12px}.metric-divider{flex:0 0 auto;width:1px;height:102px;background:#d0d8e4}.table-shell{display:flex;flex-direction:column;gap:24px;width:100%;min-width:0}.table-scroll{width:100%;overflow-x:hidden;overflow-y:hidden}.figma-table{width:100%;min-width:0;padding:0 4px;background:white}.table-heading,.table-row{position:relative;display:grid;align-items:center;width:100%;grid-column-gap:clamp(12px,1.25vw,20px);column-gap:clamp(12px,1.25vw,20px);padding:0 16px}.row-order{grid-template-columns:32px minmax(168px,1.65fr) minmax(136px,1.1fr) minmax(104px,.74fr) minmax(72px,.56fr) minmax(92px,.78fr) minmax(52px,.34fr)}.row-order.no-selection{grid-template-columns:minmax(168px,1.65fr) minmax(136px,1.1fr) minmax(104px,.74fr) minmax(72px,.56fr) minmax(92px,.78fr) minmax(52px,.34fr)}.row-bank{grid-template-columns:32px minmax(136px,1.15fr) minmax(68px,.54fr) minmax(84px,.68fr) minmax(84px,.68fr) minmax(72px,.58fr) minmax(52px,.45fr) minmax(86px,.72fr) minmax(52px,.38fr)}.row-bank.no-selection{grid-template-columns:minmax(136px,1.15fr) minmax(68px,.54fr) minmax(84px,.68fr) minmax(84px,.68fr) minmax(72px,.58fr) minmax(52px,.45fr) minmax(86px,.72fr) minmax(52px,.38fr)}.row-settlement-exception.no-selection{grid-template-columns:minmax(220px,1.8fr) minmax(82px,.55fr) minmax(148px,1fr) minmax(88px,.62fr) minmax(104px,.7fr) minmax(96px,.62fr) minmax(52px,.36fr)}.table-heading{height:46px;border-radius:8px;background:var(--header-fill);color:#292b30;font-size:14px;font-weight:500}.sort-header{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%;color:inherit;font:inherit;font-weight:600;text-align:left}.sort-header span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sort-header svg{flex:0 0 auto;color:#98a2b3;transition:color .16s ease}.sort-header.is-active,.sort-header.is-active svg,.sort-header:hover,.sort-header:hover svg{color:var(--blue-600)}.table-row{height:74px;border-bottom:1px solid var(--line-soft);background:white;color:var(--text-primary);font-size:16px;font-weight:500}.row-settlement-exception{min-height:82px;height:auto;padding-block:10px}.inline-row-link{width:-moz-fit-content;width:fit-content;padding:0;background:transparent;border:0;text-align:left}.severity-pill{display:inline-flex;align-items:center;justify-content:center;min-width:74px;min-height:28px;padding:6px 10px;border-radius:5px;background:#f2f4f7;color:#344054;font-size:13px;font-weight:800;text-transform:capitalize}.severity-pill--high{background:#fee4e2;color:#b42318}.severity-pill--medium{background:#fff6dc;color:#946200}.severity-pill--low{background:#e7f8ef;color:#027a48}.order-table{min-width:0}.table-heading>span,.table-row>button,.table-row>span{position:static;display:inline-flex;align-items:center;min-width:0;min-height:22px;transform:none}.checkbox{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid var(--text-primary);border-radius:2px;background:white}.checkbox.is-checked{border-color:var(--blue-400);background:var(--blue-400)}.checkbox.is-checked:after{width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;content:"";transform:rotate(45deg) translate(-1px,-1px)}.checkbox-control{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px}.checkbox-control:hover{background:#eef5ff}.stacked{flex-direction:column;align-items:flex-start!important;gap:0;line-height:1}.stacked strong{display:block;width:100%;min-width:0;overflow:hidden;font-size:16px;font-weight:700;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.stacked small{display:block;color:#292b30;font-size:12px;font-weight:500;line-height:16px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-mark{display:inline-flex;align-items:center;justify-content:flex-start;width:104px;height:30px}.platform-mark img{display:block;max-width:100%;max-height:100%;object-fit:contain;object-position:left center}.platform-mark .is-swiggy{width:70px;height:auto}.platform-mark .is-zomato{width:68px;height:auto;border-radius:3px}.platform-mark .is-magicpin{width:82px;height:auto}.platform-mark .is-razorpay{width:104px;height:auto;object-fit:contain}.platform-mark--razorpay{width:108px;height:30px;align-items:center}.platform-mark.is-compact{width:auto;height:22px}.platform-mark.is-compact .is-swiggy{width:58px;height:auto}.platform-mark.is-compact .is-zomato{width:56px;height:auto;border-radius:2px}.platform-mark.is-compact .is-magicpin{width:66px;height:auto}.platform-mark.is-compact .is-razorpay{width:78px;height:auto;object-fit:contain}.platform-mark-list{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.platform-mark-text{width:auto;max-width:104px;overflow:hidden;color:#292b30;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.negative{color:var(--red)}.status-badge{display:inline-flex;align-items:center;justify-content:center;width:136px;min-height:38px;padding:6px 12px;border-radius:4px;background:var(--red);color:white;font-size:13px;font-weight:700;line-height:16px;text-align:center;white-space:normal;overflow-wrap:anywhere}.status-badge--matched{background:#039855}.status-badge--amount_mismatch{background:#e12d19}.status-badge--platform_only,.status-badge--pos_only,.status-badge--unmatched{background:#b42318}.status-stack{flex-direction:column;align-items:flex-start!important;gap:4px}.managed-state{display:block;max-width:112px;overflow:hidden;color:#667085;font-size:11px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.row-link{justify-content:center;height:28px;padding:4px 12px;border-radius:8px;background:transparent;color:var(--blue-400);font-size:14px;font-weight:700}.b-actions,.b-age,.b-bank,.b-batch,.b-settlement,.b-status,.b-utr,.b-variance,.c-actions,.c-check,.c-order,.c-outlet,.c-platform,.c-risk,.c-status{min-width:0}.b-utr,.c-order,.c-outlet{overflow:hidden}.b-variance,.c-risk{gap:10px}.b-actions,.c-actions{justify-self:end}.pagination{width:100%;height:36px;padding-left:0;color:var(--text-muted);font-size:14px;font-weight:500}.pagination-actions{display:flex;align-items:center;gap:8px}.pagination button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 16px;border-radius:8px;background:transparent;color:var(--blue-400);font-size:14px;font-weight:700}.pagination button:first-child svg{transform:rotate(180deg)}.pagination button:disabled{cursor:not-allowed;opacity:.45;transform:none}.order-detail-backdrop{position:fixed;inset:0;z-index:60;overflow-y:auto;padding:28px;background:#eef3f9}.order-detail-page{width:min(1180px,100%);margin:0 auto;padding:28px 36px 42px;border-radius:14px;background:white;box-shadow:0 24px 80px rgba(15,23,42,.18)}.amount-equation,.detail-meta,.detail-tags,.detail-top-actions,.evidence-row,.order-detail-topbar,.source-record-card div,.summary-lines p,.timeline-item{display:flex;align-items:center}.order-detail-topbar{justify-content:space-between;margin-bottom:18px}.detail-back{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #dbe3ef;border-radius:8px;background:white;color:var(--blue-400);font-size:20px;font-weight:800}.detail-top-actions{gap:10px}.detail-loading{padding:24px;border:1px solid #dbe3ef;border-radius:12px;color:#667085;font-weight:700}.order-detail-hero{display:flex;justify-content:space-between;gap:24px;padding:10px 0 24px}.order-detail-hero h2{margin:0 0 10px;color:#101828;font-size:26px;font-weight:850}.detail-meta,.detail-tags{flex-wrap:wrap}.detail-meta{gap:8px;color:#667085;font-size:13px;font-weight:600}.detail-meta span:not(:last-child):after{content:"•";margin-left:8px;color:#98a2b3}.detail-tags{gap:8px;margin-top:14px}.detail-tags>span:not(.status-badge){display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#edf7ff;color:#0b5ec9;font-size:12px;font-weight:800}.detail-risk{min-width:176px;padding:18px;border:1px solid #dbe3ef;border-radius:12px;background:#fbfdff}.detail-metric span,.detail-risk span,.evidence-row span,.source-record-card span,.timeline-item span{display:block;color:#667085;font-size:12px;font-weight:700}.detail-risk strong{display:block;margin-top:8px;font-size:24px;font-weight:850}.is-danger{color:var(--red)!important}.is-success{color:#039855!important}.detail-card{margin-top:18px;padding:22px;border:1px solid #dbe3ef;border-radius:12px;background:white}.detail-card-title{margin-bottom:16px}.detail-card-title h3{margin:0 0 4px;color:#101828;font-size:18px;font-weight:850}.detail-card-title p{margin:0;color:#667085;font-size:13px;font-weight:600}.case-brief-box{padding:18px;border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc}.case-brief-box span{color:#667085;font-size:12px;font-weight:800}.case-brief-box h4{margin:6px 0;color:#101828;font-size:18px;font-weight:850}.case-brief-box p{margin:0;color:#475467;font-size:13px;line-height:1.5}.item-unavailable-box{margin-bottom:14px;border-color:#fedf89;background:#fffbeb}.item-unavailable-box h4{color:#92400e}.detail-fact-grid,.source-record-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:14px}.detail-metric{min-width:0;padding:14px;border:1px solid #dbe3ef;border-radius:8px;background:white}.detail-metric strong{display:block;margin-top:6px;overflow:hidden;color:#101828;font-size:15px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.amount-equation{gap:12px}.amount-equation>span{color:#98a2b3;font-size:20px;font-weight:800}.amount-equation .detail-metric{flex:1 1}.amount-build-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.amount-component-table,.settlement-note-card{min-width:0;padding:16px;border:1px solid #dbe3ef;border-radius:10px;background:#fbfdff}.amount-component-table h4{margin:0 0 12px;color:#101828;font-size:15px;font-weight:850}.amount-component-row{display:grid;grid-template-columns:78px minmax(0,1fr) 96px;align-items:center;grid-gap:12px;gap:12px;min-height:54px;padding:10px 0;border-top:1px solid #edf2f8}.amount-component-row div{min-width:0}.amount-component-row small,.amount-component-row strong{display:block}.amount-component-row strong{overflow:hidden;color:#101828;font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.amount-component-row small{margin-top:3px;color:#667085;font-size:11px;line-height:1.3}.amount-component-row b{justify-self:end;color:#101828;font-size:13px}.component-effect{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:999px;background:#edf2f8;color:#475467;font-size:10px;font-weight:900;text-transform:uppercase}.component-effect.is-add{background:#dcfce7;color:#067647}.component-effect.is-subtract{background:#fee4e2;color:#b42318}.component-effect.is-total{background:#dbeafe;color:#0b5ec9}.component-effect.is-bank,.component-effect.is-settlement{background:#fff4d6;color:#a15c07}.line-item-table{overflow:hidden;border:1px solid #dbe3ef;border-radius:10px}.line-item-head,.line-item-row{display:grid;grid-template-columns:110px minmax(220px,1fr) 64px 108px 108px 108px;align-items:center;grid-gap:14px;gap:14px;padding:12px 16px}.line-item-head{background:#f3f6fa;color:#667085;font-size:11px;font-weight:900;text-transform:uppercase}.line-item-row{min-height:56px;border-top:1px solid #edf2f8;color:#475467;font-size:13px;font-weight:700}.line-item-row strong{color:#101828;font-size:14px}.settlement-note-card p,.settlement-note-card span,.settlement-note-card strong{display:block}.settlement-note-card span{color:#667085;font-size:12px;font-weight:800}.settlement-note-card strong{margin:8px 0 12px;color:#101828;font-size:18px;font-weight:850}.settlement-note-card p{margin:8px 0 0;color:#475467;font-size:13px;font-weight:700}.linked-order-list{display:flex;flex-wrap:wrap;gap:8px}.linked-order-list span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#edf7ff;color:#0b5ec9;font-size:12px;font-weight:800}.detail-footnote{margin:14px 0 0;color:#667085;font-size:12px;font-weight:700}.summary-lines{margin-top:16px;border-top:1px solid #edf2f8}.summary-lines p{justify-content:space-between;margin:0;padding:14px 0;border-bottom:1px solid #edf2f8;color:#475467;font-size:13px;font-weight:700}.summary-lines strong{color:#101828}.source-record-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.source-record-card{min-width:0;padding:16px;border:1px solid #dbe3ef;border-radius:10px;background:#fbfdff}.source-record-card strong{display:block;margin:6px 0;overflow:hidden;color:#101828;font-size:15px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.source-record-card p{min-height:34px;margin:0 0 12px;color:#667085;font-size:12px;line-height:1.4}.source-record-card div{justify-content:space-between;gap:12px}.source-record-card em{color:#0b5ec9;font-style:normal;font-size:12px;font-weight:800}.source-record-card b{color:#101828;font-size:13px}.evidence-list{display:flex;flex-direction:column;gap:10px}.evidence-row{justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #dbe3ef;border-radius:10px}.evidence-row strong{display:block;margin-bottom:4px;color:#101828;font-size:14px}.evidence-row b{color:#101828;white-space:nowrap}.detail-timeline{display:flex;flex-direction:column;gap:0;padding-left:8px}.timeline-item{position:relative;align-items:flex-start;gap:14px;padding:0 0 18px}.timeline-item:not(:last-child):before{content:"";position:absolute;left:8px;top:20px;bottom:0;width:2px;background:#d1fae5}.timeline-item i{position:relative;z-index:1;width:18px;height:18px;flex:0 0 auto;border:3px solid #10b981;border-radius:999px;background:white}.timeline-item strong{display:block;margin:3px 0;color:#101828;font-size:14px}.timeline-item p{margin:0;color:#667085;font-size:13px;line-height:1.45}.order-drilldown-backdrop{position:static;inset:auto;z-index:auto;overflow:visible;padding:0;background:transparent}.order-drilldown-page{width:100%;min-height:calc(100vh - 188px);margin:0;overflow:hidden;padding:24px 24px 48px;border-radius:12px;background:#ffffff;color:#101828}.order-drilldown-actions,.order-drilldown-detail-row,.order-drilldown-header-left,.order-drilldown-meta,.order-drilldown-summary-head,.order-drilldown-tags,.order-drilldown-topbar,.order-linked-card,.order-linked-grid,.order-linked-value div,.order-recon-kpi-row,.order-timeline-item{display:flex;align-items:center}.order-drilldown-topbar{height:92px;min-height:92px;justify-content:space-between;align-items:flex-start;gap:24px;background:#ffffff}.order-drilldown-header-left{align-items:flex-start;gap:32px;min-width:0}.order-drilldown-back{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 auto;border:0;border-radius:8px;background:#ffffff;color:#0362dd}.order-drilldown-back svg{transform:rotate(180deg)}.order-drilldown-title{min-width:0;flex:0 1 auto}.order-drilldown-summary-head p,.order-drilldown-title span{display:block;margin:0 0 4px;color:#4a5565;font-size:14px;font-weight:700}.order-drilldown-title h2{margin:0;overflow:hidden;color:#101828;font-size:20px;line-height:normal;font-weight:850;letter-spacing:.4px;text-overflow:ellipsis;white-space:nowrap}.order-drilldown-actions{gap:10px;flex:0 0 auto}.order-drilldown-state{margin:24px;padding:24px;border:1px solid #95a0b1;border-radius:12px;color:#4a5565;font-size:14px;font-weight:700}.order-drilldown-content{display:flex;flex-direction:column;gap:32px;background:#ffffff}.order-drilldown-summary-head{justify-content:space-between;gap:24px;min-height:92px;padding:24px;border:1px solid #95a0b1;border-radius:12px;background:#ffffff}.order-drilldown-summary-head h1{margin:0 0 8px;overflow-wrap:anywhere;color:#101828;font-size:28px;line-height:1;font-weight:850;letter-spacing:.56px}.order-drilldown-meta{flex-wrap:wrap;gap:24px;margin-top:4px;color:#6a7282;font-size:16px;font-weight:600}.order-drilldown-tags{flex-wrap:wrap;gap:8px;margin-top:12px}.order-drilldown-tags>span:not(.status-badge){display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:4px 8px;border-radius:4px;background:#10b981;color:#ffffff;font-size:14px;font-weight:600;letter-spacing:.28px}.order-drilldown-tags>span.order-drilldown-status-bank{background:#dcfce7;color:#16a34a}.order-drilldown-tags>span.is-matched{background:#039855;color:#ffffff}.order-drilldown-tags>span.is-exception,.order-drilldown-tags>span.order-drilldown-status-bank.is-exception{background:#e12d19;color:#ffffff}.order-drilldown-tags>span.is-primary-status{min-height:30px;padding-inline:10px;font-weight:850}.order-drilldown-risk{width:236px;flex:0 0 auto;padding:12px;border-radius:8px;background:#ebeff4}.order-drilldown-detail-item span,.order-drilldown-risk small,.order-drilldown-risk span,.order-linked-id span,.order-linked-value span,.order-recon-kpi span,.order-recon-line-list span,.order-timeline-item span{display:block;color:#4a5565;font-size:14px;font-weight:700}.order-drilldown-risk strong{display:block;margin:8px 0 4px;color:#0d0d0d;font-size:28px;line-height:1;font-weight:850;letter-spacing:.56px}.order-drilldown-risk small{font-size:12px;font-weight:600}.order-drilldown-section{width:100%}.order-drilldown-section-title{width:276px;margin-bottom:12px}.order-drilldown-section-title h3{margin:0;color:#101828;font-size:16px;line-height:18.024px;font-weight:850;letter-spacing:.0396px}.order-drilldown-section-title p{margin:4px 0 0;color:#4a5565;font-size:14px;line-height:20px;font-weight:600}.order-drilldown-section-body{width:100%;padding:24px;border:1px solid #95a0b1;border-radius:12px;background:#ffffff}.order-drilldown-detail-row{flex-wrap:wrap;justify-content:space-between;gap:24px 40px}.order-drilldown-detail-item{min-width:120px}.order-drilldown-detail-item span{margin-bottom:8px;color:#292b30;font-size:12px;font-weight:600}.order-drilldown-detail-item strong{display:block;color:#0d0d0d;font-size:14px;font-weight:850;letter-spacing:.28px;white-space:nowrap}.order-drilldown-inline-link{display:inline;max-width:100%;overflow:hidden;color:#0362dd;font:inherit;font-weight:850;text-align:left;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.order-recon-kpi-row{justify-content:center;gap:20px;width:100%}.order-recon-kpi{flex:1 1;min-width:128px;padding:12px;border-radius:8px;background:#ebeff4}.order-recon-kpi span{margin-bottom:12px;font-size:16px;font-weight:850}.order-recon-kpi strong{display:block;color:#0d0d0d;font-size:24px;line-height:28px;font-weight:850;letter-spacing:.48px;white-space:nowrap}.order-recon-line-list{display:flex;flex-direction:column;gap:8px;margin-top:48px}.order-recon-line-list hr{width:100%;height:1px;margin:8px 0;border:0;background:#b5bece}.order-recon-line-list p{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0;font-size:14px}.order-recon-line-list strong{color:#0d0d0d;font-weight:850;letter-spacing:.28px;text-align:right}.order-status-summary{display:grid;grid-gap:8px;gap:8px;padding:14px 16px;border:1px solid #9aa9c0;border-radius:10px;background:#f8fbff}.order-status-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.order-status-summary-head span{width:-moz-fit-content;width:fit-content;padding:5px 10px;border-radius:5px;background:#dbeafe;color:#004ba8;font-size:13px;font-weight:750}.order-status-summary-head em{color:#667085;font-size:13px;font-style:normal;font-weight:700}.order-status-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.order-status-compare div{padding:10px 12px;border:1px solid #d3dce8;border-radius:8px;background:#fff}.order-status-compare small{display:block;color:#667085;font-size:12px;font-weight:700}.order-status-compare strong{display:block;margin-top:4px;color:#111827;font-size:14px;line-height:1.35}.order-status-summary p{margin:0;color:#334155;font-size:14px;line-height:1.5}.case-file-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:24px;gap:24px}.case-panel-title{margin-bottom:12px}.case-panel-title h3{margin:0;color:#101828;font-size:16px;font-weight:850}.case-panel-title p{margin:4px 0 0;color:#667085;font-size:13px;line-height:1.4}.case-brief-card,.case-next-check,.case-panel,.case-route-card{border:1px solid #d3dce8;border-radius:10px;background:#fff}.case-panel{padding:18px}.case-brief-card,.case-next-check,.case-route-card{padding:14px;margin-bottom:12px}.case-brief-card.is-exception{border-color:#fecaca;background:#fff7f7}.case-brief-card.is-exception h4{color:#e10909}.case-brief-card span,.case-evidence-card span,.case-fact-grid span,.case-mini-metrics span,.case-next-check span,.case-route-card span,.case-summary-equation span,.case-summary-lines span{display:block;color:#667085;font-size:12px;font-weight:750}.case-brief-card h4{margin:8px 0 6px;color:#101828;font-size:20px;line-height:1.15;font-weight:850}.case-brief-card p{margin:0;color:#475467;font-size:13px;line-height:1.45}.case-next-check strong,.case-route-card strong{display:block;margin-top:6px;color:#111827;font-size:14px;line-height:1.35}.case-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:12px}.case-fact-grid div,.case-mini-metrics div{min-width:0;padding:12px;border:1px solid #d3dce8;border-radius:8px;background:#fff}.case-fact-grid strong,.case-mini-metrics strong{display:block;margin-top:6px;overflow-wrap:anywhere;color:#111827;font-size:13px;line-height:1.25}.case-evidence-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.case-evidence-tags span{padding:5px 8px;border-radius:5px;font-size:12px;font-weight:750}.case-evidence-tags .is-found{background:#dcfce7;color:#047857}.case-evidence-tags .is-missing{background:#fef3c7;color:#9a5800}.case-summary-equation{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:16px;gap:16px;margin-bottom:14px}.case-summary-equation div{min-width:0;padding:14px;border-radius:8px;background:#f1f5f9}.case-summary-equation b{color:#667085}.case-summary-equation strong{display:block;margin-top:8px;color:#0d0d0d;font-size:22px;line-height:1;font-weight:850;white-space:nowrap}.case-summary-lines{margin-bottom:14px;border-top:1px solid #e3e8ef}.case-summary-lines p{display:flex;justify-content:space-between;gap:16px;margin:0;padding:12px 0;border-bottom:1px solid #e3e8ef}.case-summary-lines p.is-warning-row{background:#fff7ed;margin-inline:-8px;padding-inline:8px;border-color:#fed7aa}.case-summary-lines strong{color:#111827;font-size:14px;font-weight:850}.case-summary-equation .is-success,.case-summary-lines .is-success{color:#10b981}.case-summary-equation .is-danger,.case-summary-lines .is-danger,.case-tally-row .is-danger{color:#e10909}.settlement-breakup-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.settlement-breakup-card{display:grid;grid-gap:10px;gap:10px;min-width:0;padding:16px;border:1px solid #d4dbe7;border-radius:8px;background:#f8fafc}.settlement-breakup-card h4{margin:0 0 4px;color:#101828;font-size:14px;font-weight:850}.settlement-breakup-card p{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;margin:0;color:#4a5565;font-size:13px;font-weight:650}.settlement-breakup-card p span{min-width:0;line-height:18px}.settlement-breakup-card p strong{color:#101828;font-size:13px;font-weight:850;text-align:right;white-space:nowrap}.settlement-breakup-card p.is-total{margin-top:4px;padding-top:10px;border-top:1px solid #d4dbe7}.settlement-breakup-card p.is-total strong{font-size:15px}.settlement-breakup-card p.is-danger strong{color:#e10909}.settlement-breakup-card p.is-discount{padding:6px 8px;margin-inline:-8px;border-radius:6px;background:#fff7ed}.settlement-mismatch-marker{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:6px;border-radius:999px;background:#fee2e2;color:#e10909;font-size:11px;font-weight:850}.settlement-compare-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding:12px 16px;border:1px solid #fecaca;border-radius:8px;background:#fff7f7;color:#4a5565;font-size:13px;font-weight:750}.settlement-compare-strip strong{margin-left:6px;color:#101828;font-weight:850}.settlement-compare-strip b{color:#e10909;font-size:16px;font-weight:850}.settlement-flow-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px}.settlement-flow-strip div,.settlement-issue-callout{min-width:0;padding:14px 16px;border-radius:8px;background:#ebeff4}.settlement-flow-strip span,.settlement-issue-callout span{display:block;margin-bottom:6px;color:#4a5565;font-size:12px;font-weight:750}.settlement-flow-strip strong,.settlement-issue-callout strong{display:block;overflow-wrap:anywhere;color:#101828;font-size:14px;font-weight:850}.settlement-issue-callout{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:4px 18px;gap:4px 18px;margin-top:16px;border:1px solid #fecaca;background:#fff7f7}.settlement-issue-callout strong{color:#e10909;text-align:right;white-space:nowrap}.settlement-issue-callout p{grid-column:1/-1;margin:0;color:#4a5565;font-size:13px;font-weight:650;line-height:19px}.case-mini-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:14px}.case-tally-table{overflow:hidden;border:1px solid #e3e8ef;border-radius:8px}.case-tally-head,.case-tally-row{display:grid;grid-template-columns:minmax(170px,1.1fr) 110px 110px 110px minmax(240px,1.5fr);grid-gap:16px;gap:16px;align-items:center;padding:12px 16px}.case-tally-head{background:#f1f5f9;color:#667085;font-size:12px;font-weight:800}.case-tally-row{border-top:1px solid #e3e8ef;color:#111827;font-size:13px}.case-tally-row.is-total{background:#f8fafc;font-weight:850}.case-tally-row.is-exception-total{background:#fff7f7}.case-tally-row strong{font-size:13px}.case-tally-row p{margin:0;color:#475467;font-size:12px;line-height:1.4}.case-evidence-list{display:grid;grid-gap:12px;gap:12px}.case-evidence-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:14px;gap:14px;padding:14px;border:1px solid #d3dce8;border-radius:8px;background:#fff}.case-evidence-card strong{display:block;margin-top:6px;overflow-wrap:anywhere;color:#111827;font-size:14px}.case-evidence-card b{color:#111827;white-space:nowrap}.case-evidence-card em{padding:5px 8px;border-radius:5px;background:#dcfce7;color:#047857;font-size:12px;font-style:normal;font-weight:800}.case-exception-list{display:grid;grid-gap:10px;gap:10px}.case-exception-card{display:flex;gap:14px;padding:14px;border:1px solid #e3e8ef;border-radius:8px}.case-exception-card.is-exception{border-color:#fecaca;background:#fff7f7}.case-exception-card.is-exception i{border-color:#e10909}.case-exception-card i{width:14px;height:14px;margin-top:3px;border:3px solid #5b9cff;border-radius:50%}.case-exception-card span{display:block;color:#667085;font-size:13px;font-weight:700}.case-exception-card strong{display:block;margin-top:5px;color:#111827}.case-exception-card p{margin:5px 0 0;color:#475467;font-size:13px}.amount-bridge-list{display:flex;flex-direction:column;gap:10px;margin-top:22px}.amount-bridge-list hr{width:100%;height:1px;margin:4px 0;border:0;background:#b5bece}.amount-bridge-row{display:grid;grid-template-columns:44px minmax(0,1fr) max-content;align-items:center;grid-gap:12px;gap:12px;min-height:44px}.amount-bridge-effect{display:inline-flex;align-items:center;justify-content:center;width:34px;height:28px;border-radius:6px;background:#eef2f7;color:#475569;font-size:12px;font-weight:800}.amount-bridge-effect.is-add{background:#dcfce7;color:#047857}.amount-bridge-effect.is-subtract{background:#fee2e2;color:#b91c1c}.amount-bridge-effect.is-total,.amount-bridge-row.is-final .amount-bridge-effect{background:#dbeafe;color:#004ba8}.amount-bridge-effect.is-bank,.amount-bridge-effect.is-settlement{width:42px;background:#f1f5f9;color:#1e293b}.amount-bridge-row strong{display:block;color:#111827;font-size:14px;line-height:1.25}.amount-bridge-row small{display:block;margin-top:3px;color:#667085;font-size:12px;line-height:1.35}.amount-bridge-row b{color:#0d0d0d;font-size:15px;font-weight:850;text-align:right;white-space:nowrap}.amount-bridge-row b.is-success{color:#10b981}.amount-bridge-row b.is-danger{color:#e10909}.order-final-gap{margin-top:6px!important}.order-final-gap span{letter-spacing:.56px}.order-final-gap strong.is-success,.order-recon-kpi strong.is-success{color:#10b981}.order-final-gap strong.is-danger,.order-recon-kpi strong.is-danger{color:#e10909}.order-drilldown-main-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:44px;gap:44px;align-items:start}.order-drilldown-main-grid .order-drilldown-section{min-width:0}.order-source-evidence{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.order-source-card{min-width:0;padding:12px;border-radius:8px;background:#ebeff4}.order-source-card h4{margin:0 0 10px;color:#4a5565;font-size:16px;font-weight:850}.order-source-card p{margin:0 0 16px;overflow:hidden;color:#0d0d0d;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.order-source-link{display:inline-block;margin-bottom:16px;color:#0362dd;font-size:16px;font-weight:500;text-decoration:underline}.order-source-card div{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-source-card div+p{margin-top:24px}.order-source-card strong{color:#0d0d0d;font-size:28px;font-weight:850;line-height:1;white-space:nowrap}.order-source-card em{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 8px;border-radius:4px;background:#10b981;color:#ffffff;font-size:14px;font-style:normal;font-weight:600;white-space:nowrap}.order-source-card-bank{grid-column:1/-1;background:#e2efff}.bank-drilldown-summary-row .order-drilldown-detail-item{min-width:148px}.bank-source-evidence .order-source-card{min-height:130px}.bank-linked-orders{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;flex-wrap:wrap;gap:8px;margin-top:12px}.bank-linked-orders span{display:inline-flex;align-items:center;max-width:160px;min-height:28px;overflow:hidden;border-radius:999px;padding:5px 9px;background:#ffffff;color:#0362dd;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.bank-investigation-list{display:grid;grid-gap:10px;gap:10px}.bank-investigation-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:4px 16px;gap:4px 16px;align-items:center;padding:14px 16px;border-radius:8px;background:#ebeff4}.bank-investigation-list strong{color:#101828;font-size:14px;font-weight:850}.bank-investigation-list span{grid-column:1;color:#4a5565;font-size:13px;font-weight:600}.bank-investigation-list b{grid-column:2;grid-row:1/span 2;white-space:nowrap}.bank-recon-timeline .order-timeline-item i,.bank-recon-timeline .order-timeline-item i:after,.bank-recon-timeline .order-timeline-item:not(:last-child):before{border-color:#0362dd}.bank-recon-timeline .order-timeline-item i:after,.bank-recon-timeline .order-timeline-item:not(:last-child):before{background:#0362dd}.bank-recon-kpi-row{gap:20px}.bank-exception-alert{display:grid;grid-template-columns:minmax(190px,auto) minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:16px 18px;border:1px solid #b5bece;border-radius:12px;background:#ffffff}.bank-exception-alert.is-exception{border-color:#fca5a5;background:#fff7f7}.bank-exception-alert.is-clear{border-color:#bbf7d0;background:#f0fdf4}.bank-exception-alert span{display:block;margin-bottom:6px;color:#4a5565;font-size:13px;font-weight:750}.bank-exception-alert strong{color:#101828;font-size:18px;font-weight:850}.bank-exception-alert p{margin:0;color:#101828;font-size:15px;font-weight:700;line-height:21px}.bank-exception-alert b{color:#e10909;font-size:18px;font-weight:850;white-space:nowrap}.bank-recon-line-list{gap:10px;margin-top:18px}.bank-recon-line-list p{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr);align-items:start}.bank-recon-line-list strong{max-width:720px;justify-self:end;line-height:20px;overflow-wrap:anywhere}.bank-linked-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.bank-linked-order-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(188px,240px);grid-gap:24px;gap:24px;align-items:center;min-height:124px;padding:12px;border-radius:8px;background:#e2efff}.bank-issue-card{grid-template-columns:minmax(180px,.42fr) minmax(260px,1fr)}.bank-linked-order-card span{display:block;margin-bottom:12px;color:#0d0d0d;font-size:16px;font-weight:850}.bank-linked-order-card button,.bank-linked-order-card>div>strong{display:block;max-width:100%;overflow:hidden;color:#0362dd;font-size:16px;font-weight:600;text-align:left;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.bank-linked-order-value{min-height:100px;padding:12px;border-radius:4px;background:#ffffff}.bank-linked-order-value p{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px;margin:0}.bank-issue-card .bank-linked-order-value p{display:grid;grid-template-columns:auto minmax(0,1fr)}.bank-linked-order-value strong{color:#0d0d0d;font-size:28px;font-weight:850;line-height:1;white-space:nowrap}.bank-linked-order-value em{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 8px;border-radius:4px;background:#10b981;color:#ffffff;font-size:14px;font-style:normal;font-weight:600;line-height:18px;white-space:normal;overflow-wrap:anywhere}.bank-linked-orders-action{display:flex;align-items:center;gap:12px}.bank-linked-orders-action button{border:0;background:transparent;color:#0362dd;font:inherit;font-weight:850;text-decoration:underline;cursor:pointer}.order-linked-grid{flex-wrap:wrap;gap:16px;width:100%}.order-linked-card{justify-content:space-between;gap:16px;width:calc(50% - 8px);height:120px;min-height:120px;min-width:0;padding:12px;border-radius:8px;background:#e2efff}.order-linked-id{min-width:0;flex:1 1}.order-linked-id span,.order-linked-value span{margin-bottom:8px;color:#0d0d0d;font-size:16px;font-weight:850}.order-linked-id strong{display:block;overflow:hidden;color:#0362dd;font-size:16px;font-weight:600;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.order-linked-value{flex:0 0 auto;width:194px;height:96px;padding:12px;border-radius:4px;background:#ffffff}.order-linked-value div{gap:36px}.order-linked-value strong{color:#0d0d0d;font-size:28px;line-height:1;font-weight:850;letter-spacing:.56px;white-space:nowrap}.order-linked-value em{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 8px;border-radius:4px;background:#10b981;color:#ffffff;font-size:14px;font-style:normal;font-weight:600;letter-spacing:.28px;white-space:nowrap}.order-exception-timeline{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px;width:100%;min-height:393px}.order-timeline-item{position:relative;align-items:flex-start;gap:12px;width:100%;height:66.321px;min-height:66.321px;overflow:hidden}.order-timeline-item:not(:last-child):before{content:"";position:absolute;left:10.5px;top:22.5px;width:2px;height:calc(100% + 16px);background:#4a97fc}.order-timeline-item i{position:relative;z-index:1;width:22.53px;height:22.53px;flex:0 0 auto;border:2px solid #4a97fc;border-radius:999px;background:#ffffff}.order-timeline-item i:after{content:"";position:absolute;left:50%;top:50%;width:6.759px;height:6.759px;border-radius:999px;background:#4a97fc;transform:translate(-50%,-50%)}.order-timeline-item div{min-width:0}.order-timeline-item span{color:#6a7282}.order-timeline-item span,.order-timeline-item strong{overflow:hidden;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.order-timeline-item strong{display:block;margin-top:2px;color:#101828;font-size:16px;letter-spacing:-.2475px}.order-timeline-item p{margin:2px 0 0;overflow:hidden;color:#4a5565;font-size:14px;font-weight:600;letter-spacing:-.0847px;text-overflow:ellipsis;white-space:nowrap}@media (max-width:900px){.order-drilldown-backdrop{padding:0}.order-drilldown-page{min-height:calc(100vh - 188px)}.order-drilldown-summary-head,.order-drilldown-topbar{align-items:flex-start}.order-drilldown-summary-head h1,.order-drilldown-title h2{white-space:normal}.order-drilldown-risk{width:100%}.bank-linked-order-grid,.order-drilldown-main-grid,.order-linked-grid,.order-recon-kpi-row,.settlement-breakup-grid,.settlement-flow-strip{display:flex;flex-direction:column;align-items:stretch}.bank-issue-card .bank-linked-order-value p,.bank-linked-order-card,.bank-recon-line-list p{grid-template-columns:1fr}.bank-recon-line-list strong{justify-self:start;text-align:left}.order-linked-card{width:100%}}@media (max-width:640px){.order-drilldown-content,.order-drilldown-section-body,.order-drilldown-summary-head{padding:16px}.order-drilldown-detail-row{gap:20px 32px}.order-linked-card,.order-linked-value div,.order-recon-line-list p{align-items:flex-start;flex-direction:column}.settlement-breakup-card p,.settlement-issue-callout{grid-template-columns:1fr}.settlement-breakup-card p strong,.settlement-issue-callout strong{text-align:left}.order-linked-value{width:100%}}.analysis-page-header{gap:12px}.analysis-page-subtitle{margin:6px 0 0;color:var(--text-muted);font-size:14px;font-weight:500}.analysis-loading-state{border-color:#bfdbfe;background:#eff6ff;color:var(--blue-600)}.analysis-tabs{gap:6px;margin:0 0 18px;padding:4px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fafc}.analysis-tabs,.analysis-tabs button{display:inline-flex;align-items:center}.analysis-tabs button{gap:8px;min-height:38px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#526071;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.analysis-tabs button:hover{color:var(--blue-600)}.analysis-tabs button.is-active{background:#fff;color:var(--blue-600);box-shadow:0 1px 3px rgba(15,23,42,.08)}.analysis-studio-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr);grid-gap:20px;gap:20px}.analysis-studio-main,.analysis-studio-sidebar{display:flex;flex-direction:column;gap:16px;min-width:0}.analysis-panel,.analysis-viewer-panel{width:100%;min-width:0;border-radius:12px;background:white}.analysis-panel{padding:20px}.analysis-panel-heading{display:flex;flex-direction:column;gap:4px;min-width:0}.analysis-panel-kicker{color:var(--blue-600);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.analysis-panel-heading h3,.analysis-viewer-toolbar h3{margin:0;color:#111827;font-size:18px;font-weight:800;line-height:1.25}.analysis-panel-heading p{margin:0;color:var(--text-muted);font-size:13px;font-weight:500;line-height:1.45}.analysis-report-list,.analysis-run-list{display:flex;flex-direction:column;gap:10px;margin-top:16px}.analysis-report-option,.analysis-run-item{width:100%;border-radius:8px;border:1px solid #e3e8f0;background:#fff;color:#111827;text-align:left;transition:border-color .16s ease,background .16s ease,transform .12s ease}.analysis-report-option:hover,.analysis-run-item:hover{border-color:#bfdbfe;background:#f8fbff;transform:translateY(-1px)}.analysis-report-option.is-active,.analysis-run-item.is-active{border-color:var(--blue-400);background:var(--blue-50)}.analysis-report-icon{background:#eff6ff}.analysis-report-option strong,.analysis-run-item strong{display:block;overflow:hidden;color:#111827;font-size:14px;font-weight:800;line-height:1.25;text-overflow:ellipsis}.analysis-report-option small,.analysis-run-item small,.analysis-run-time{display:block;margin-top:4px;color:var(--text-muted);font-size:12px;font-weight:500;line-height:1.35}.analysis-form-grid{grid-gap:12px;gap:12px;margin-top:18px}.analysis-field span{color:#404754;font-size:12px;font-weight:800}.analysis-field input{height:40px;padding:0 12px;border:1px solid #d7dee9;color:#111827;font-size:14px;font-weight:700}.analysis-field input[readonly]{background:#f7f9fc;color:var(--text-muted)}.analysis-start-button{margin-top:18px}.analysis-progress-panel{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:20px;gap:20px;align-items:start}.analysis-progress-bar{grid-column:1/-1;width:100%;height:10px;overflow:hidden;border-radius:999px;background:#e6ebf2}.analysis-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue-400),#4a97fc);transition:width .3s ease}.analysis-progress-meta{display:flex;align-items:center;justify-content:space-between;grid-column:1/-1;color:var(--text-muted);font-size:12px;font-weight:700}.analysis-progress-meta strong{color:var(--blue-600);font-size:18px}.analysis-step-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.analysis-step-list li{display:flex;flex-direction:column;gap:8px;min-width:0;padding:10px;border:1px solid #e5eaf2;border-radius:8px;background:#fafcff;color:var(--text-muted)}.analysis-step-list li span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#e6ebf2;color:#526071;font-size:11px;font-weight:900}.analysis-step-list li p{margin:0;color:inherit;font-size:11px;font-weight:800;line-height:1.25}.analysis-step-list li.is-active{border-color:#93c5fd;background:#eff6ff;color:var(--blue-600)}.analysis-step-list li.is-active span,.analysis-step-list li.is-done span{background:var(--blue-400);color:#fff}.analysis-step-list li.is-done{color:#1f5f39}.analysis-run-panel{min-height:180px}.analysis-run-item{display:grid;grid-gap:3px;gap:3px;padding:12px}.analysis-status{justify-self:start;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:900}.analysis-status.is-queued{background:#f3f4f6;color:#4b5563}.analysis-status.is-running{background:#eff6ff;color:var(--blue-600)}.analysis-status.is-completed{background:#ecfdf3;color:#027a48}.analysis-empty-copy{font-size:13px;font-weight:600;line-height:1.5}.analysis-viewer-panel{position:relative;min-height:620px}.analysis-viewer-toolbar{padding:18px 20px;border-bottom:1px solid #e5eaf2}.analysis-viewer-actions{gap:10px}.analysis-report-frame{min-height:560px}.analysis-report-empty{min-height:520px;gap:10px;padding:40px;color:var(--text-muted)}.analysis-report-empty strong{color:#111827;font-size:18px;font-weight:900}.analysis-report-empty p{font-weight:600;line-height:1.45}.analysis-result-strip{display:flex;flex-wrap:wrap;gap:10px 18px;padding:12px 20px;border-top:1px solid #e5eaf2;background:#f8fafc;color:var(--text-muted);font-size:12px;font-weight:700}.analysis-result-strip strong{color:#111827}.analysis-chat-panel{display:grid;grid-template-columns:minmax(260px,310px) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;width:100%;min-height:0}.ai-side-panel{display:grid;grid-gap:14px;gap:14px;min-width:0}.ai-chat-shell,.ai-result-card,.ai-side-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.06)}.ai-side-card{padding:16px}.ai-result-card h3,.ai-side-card h2{margin:0 0 12px;color:#0f172a;font-size:14px;font-weight:800;letter-spacing:0}.ai-followups,.ai-prompt-list,.ai-tool-list{display:grid;grid-gap:8px;gap:8px}.ai-followups button,.ai-prompt-list button{width:100%;border:1px solid #dbe3ef;border-radius:8px;background:#f8fafc;color:#1f2937;font:inherit;font-size:13px;font-weight:650;line-height:1.35;text-align:left;cursor:pointer}.ai-prompt-list button{padding:10px 12px}.ai-followups{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:14px}.ai-followups button{padding:8px 10px}.ai-followups button:hover,.ai-prompt-list button:hover{border-color:var(--blue-600);background:#eef5ff;color:#0247a1}.ai-tool-list span{display:flex;align-items:center;min-height:32px;padding:7px 10px;border-radius:8px;background:#f8fafc;color:#475569;font-size:13px;font-weight:650}.ai-chat-shell{display:grid;grid-template-rows:minmax(520px,calc(100vh - 270px)) auto auto;min-width:0;overflow:hidden}.ai-thread{display:flex;flex-direction:column;gap:18px;overflow-y:auto;padding:18px;scrollbar-gutter:stable}.ai-message{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:12px;gap:12px}.ai-message.is-user{max-width:820px;margin-left:auto}.ai-message-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:#eef5ff;color:var(--blue-600);font-size:12px;font-weight:800}.ai-message.is-user .ai-message-avatar{background:#f3f4f6;color:#475569}.ai-message-body{min-width:0;padding:0}.ai-message.is-user .ai-message-body{padding:14px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}.ai-message-body>p{margin:0;color:#1f2937;font-size:14px;line-height:1.6}.ai-evidence-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.ai-evidence-strip span{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700}.ai-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:20px}.ai-result-card{min-width:0;padding:16px 18px;box-shadow:none}.ai-result-card:first-child{grid-column:1/-1}.ai-result-card p{margin:0;color:#475569;font-size:13px;line-height:1.55}.ai-table-wrap{overflow-x:auto}.ai-table{width:100%;min-width:620px;border-collapse:collapse;font-size:12px}.ai-table td,.ai-table th{padding:10px 8px;border-bottom:1px solid #edf2f7;color:#334155;text-align:left;white-space:nowrap}.ai-table th{color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.ai-bar-chart{display:grid;grid-gap:10px;gap:10px}.ai-bar-row{display:grid;grid-template-columns:minmax(90px,130px) minmax(120px,1fr) minmax(72px,auto);grid-gap:10px;gap:10px;align-items:center;color:#334155;font-size:12px;font-weight:700}.ai-bar-track{height:10px;overflow:hidden;border-radius:999px;background:#edf2f7}.ai-bar-track i{display:block;height:100%;border-radius:inherit;background:var(--blue-600)}.ai-bar-row strong{color:#0f172a;font-size:12px;text-align:right}.ai-line-chart svg{width:100%;height:190px}.ai-line-chart path{fill:none;stroke:var(--blue-600);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.ai-line-chart circle{fill:#fff;stroke:var(--blue-600);stroke-width:2}.ai-line-axis{display:flex;justify-content:space-between;margin-top:-4px;color:#64748b;font-size:11px;font-weight:700}.ai-error{margin:0 18px 12px;padding:10px 12px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:13px;font-weight:700}.ai-composer{display:grid;grid-template-columns:minmax(0,1fr) 44px;grid-gap:10px;gap:10px;padding:14px;border-top:1px solid #e5e7eb;background:#f8fafc}.ai-composer textarea{width:100%;resize:none;border:1px solid #dbe3ef;border-radius:8px;padding:12px 14px;background:#fff;color:#0f172a;font:inherit;font-size:14px;line-height:1.45;outline:none}.ai-composer textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px rgba(3,98,221,.12)}.ai-composer button{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:8px;background:var(--blue-600);color:#fff;cursor:pointer}.ai-composer button:disabled{background:#cbd5e1;cursor:not-allowed}.ai-typing{display:flex;gap:6px;align-items:center;min-height:22px}.ai-typing span{width:7px;height:7px;border-radius:50%;background:var(--blue-600);opacity:.35;animation:ai-typing-pulse 1s ease-in-out infinite}.ai-typing span:nth-child(2){animation-delay:.14s}.ai-typing span:nth-child(3){animation-delay:.28s}@keyframes ai-typing-pulse{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}@media (max-width:1180px){.analysis-chat-panel{grid-template-columns:1fr}.ai-side-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.analysis-tabs{display:grid;width:100%}.ai-message,.ai-result-grid,.ai-side-panel{grid-template-columns:1fr}.ai-message-avatar{width:36px;height:36px}.ai-chat-shell{grid-template-rows:minmax(420px,calc(100vh - 280px)) auto auto}.ai-bar-row{grid-template-columns:1fr}.ai-bar-row strong{text-align:left}}.content-column:has(.ai-hub-page){padding-top:0}.app-frame:has(.ai-hub-page){--shell-padding:16px;--shell-gap:16px}.ai-hub-page .page-title{display:flex;align-items:center;gap:8px}.ai-hub-page .page-header{gap:16px}.ai-hub-page .page-controls{min-height:auto;width:-moz-fit-content;width:fit-content}.content-column:has(.ai-hub-page.is-chat){overflow:hidden}.dashboard-content:has(.ai-hub-page.is-chat){gap:12px;height:100%;min-height:0;overflow:hidden}.ai-hub-page{display:flex;flex-direction:column;gap:20px;width:100%;min-height:0}.ai-hub-page.is-chat{gap:12px;height:100%;overflow:hidden}.ai-chat-frame{display:grid;grid-template-columns:296px minmax(0,1fr);grid-gap:12px;gap:12px;width:100%;flex:1 1 auto;min-height:0;padding:10px;overflow:hidden;border-radius:12px;background:#fff}.ai-chat-frame.is-history-collapsed{grid-template-columns:72px minmax(0,1fr)}.ai-chat-history{display:flex;flex-direction:column;gap:18px;min-width:0;min-height:0;padding:12px;overflow:hidden;border-right:1px solid var(--line-soft)}.ai-history-actions{display:flex;align-items:center;gap:8px;width:100%}.ai-new-chat{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex:1 1 auto;min-width:0;height:38px;border:1px solid var(--blue-400);border-radius:8px;background:#fff;color:var(--blue-400);font-size:16px;font-weight:700;letter-spacing:.8px}.ai-history-toggle{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border:1px solid var(--line-soft);border-radius:8px;background:#fff;color:#344054}.ai-history-expanded{display:flex;flex:1 1 auto;min-height:0;min-width:0}.ai-chat-frame.is-history-collapsed .ai-chat-history{align-items:center;padding:12px 8px}.ai-chat-frame.is-history-collapsed .ai-history-actions{flex-direction:column}.ai-chat-frame.is-history-collapsed .ai-history-toggle,.ai-chat-frame.is-history-collapsed .ai-new-chat{width:42px;height:42px;flex:0 0 auto}.ai-chat-frame.is-history-collapsed .ai-history-expanded,.ai-chat-frame.is-history-collapsed .ai-new-chat span{display:none}.ai-recents{display:flex;flex:1 1 auto;flex-direction:column;gap:16px;min-width:0;min-height:0}.ai-recents-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.ai-hub-card h2,.analysis-viewer-toolbar h2{margin:0;color:#000;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.32px}.ai-recents h2{margin:0;color:var(--text-muted);font-size:11px;font-weight:800;line-height:1.4;letter-spacing:.08em;text-transform:uppercase}.ai-clear-history{display:grid;place-items:center;width:26px;height:26px;flex-shrink:0;border-radius:6px;background:transparent;color:var(--text-muted,#8a93a1);transition:background .15s,color .15s}.ai-clear-history:hover{background:var(--red-50,#fef2f2);color:var(--red-600,#dc2626)}.ai-recent-list{display:flex;flex-direction:column;gap:4px;min-width:0;min-height:0;overflow-y:auto;overscroll-behavior:contain}.ai-recent-list p{width:100%;margin:0;padding:6px;color:#000;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.32px}.ai-recent-item{position:relative;display:flex;align-items:center;min-width:0;border-radius:8px}.ai-recent-item.is-active{background:#f4f7fb}.ai-recent-select{flex:1 1 auto;min-width:0;padding:6px;overflow:hidden;color:#000;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.32px;text-align:left;text-overflow:ellipsis;white-space:nowrap;border-radius:8px}.ai-recent-item:not(.is-active) .ai-recent-select:hover{background:#f4f7fb}.ai-recent-delete{flex-shrink:0;display:grid;place-items:center;width:22px;height:22px;margin-right:4px;border-radius:4px;background:transparent;color:var(--text-muted,#8a93a1);transition:background .15s,color .15s}.ai-recent-delete:hover{background:var(--red-50,#fef2f2);color:var(--red-600,#dc2626)}.ai-chat-main{display:grid;grid-template-rows:minmax(0,1fr) auto auto;min-width:0;min-height:0;overflow:hidden;padding:0 8px 4px 0}.ai-progress-bar{position:absolute;top:0;left:0;right:0;height:2px;z-index:2;pointer-events:none}.ai-progress-fill{height:100%;background:var(--blue-400);border-radius:0 1px 1px 0;transition:width .3s ease-out}.ai-chat-frame .ai-thread{display:flex;flex-direction:column;gap:24px;min-height:0;max-height:100%;padding:32px 0 16px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.ai-chat-frame .ai-thread.is-empty{align-items:center;justify-content:center}.ai-empty-chat{display:flex;flex-direction:column;align-items:center;width:100%;max-width:828px;margin-top:-24px;color:#000;text-align:center}.ui-icon{display:block;flex-shrink:0}.ai-empty-chat>img,.ai-empty-chat>svg{margin-bottom:8px}.ai-empty-chat>svg{color:var(--blue-400)}.ai-empty-chat h2{margin:0 0 2px;font-size:36px;font-weight:700;line-height:1;letter-spacing:.72px}.ai-empty-chat p{margin:0 0 24px;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.32px}.ai-starter-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.ai-starter-grid button{display:inline-flex;align-items:center;gap:10px;min-height:38px;max-width:100%;padding:8px;border:1px solid var(--line-soft);border-radius:8px;background:#fff;color:#000;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.32px}.ai-chat-frame .ai-message{display:flex;align-items:flex-start;gap:12px;width:100%}.ai-chat-frame .ai-message.is-user{justify-content:flex-end;max-width:none;margin-left:0}.ai-chat-frame .ai-message.is-user .ai-message-avatar{order:2;background:var(--blue-400);color:#fff}.ai-chat-frame .ai-message.is-assistant .ai-message-avatar{background:var(--blue-50);color:var(--blue-400)}.ai-chat-frame .ai-message-avatar{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:90px}.ai-chat-frame .ai-message-body{max-width:min(1120px,calc(100% - 48px));min-width:120px;padding:16px 20px;border:1px solid var(--line-soft);border-radius:8px;background:#fff}.ai-chat-frame .ai-message-body>p{margin:0;color:#000;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.28px}.ai-chat-frame .ai-message.is-user .ai-message-body{padding:12px 20px;border:1px solid var(--line-soft);border-radius:8px;background:#fff}.ai-chat-frame .ai-composer{display:grid;grid-template-columns:minmax(0,1fr) 48px;grid-gap:0;gap:0;width:calc(100% - 48px);margin-left:48px;min-height:56px;padding:10px 12px;border:1px solid var(--line-soft);border-radius:8px;background:#fff}.ai-chat-frame .ai-composer input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#000;font-size:16px;letter-spacing:.32px}.ai-chat-frame .ai-composer input::placeholder{color:var(--text-soft)}.ai-chat-frame .ai-composer button{display:grid;place-items:center;width:48px;height:32px;border-radius:8px;background:var(--blue-400);color:#fff}.ai-chat-frame .ai-composer button:disabled{background:#b9c7d9}.analysis-studio-layout{display:grid;grid-template-columns:minmax(320px,461px) minmax(0,1fr);grid-gap:10px;gap:10px;width:100%;min-height:0}.analysis-studio-sidebar{display:flex;flex-direction:column;gap:16px;min-width:0}.analysis-studio-main{display:flex;min-width:0;min-height:733px}.ai-hub-card,.analysis-viewer-panel{border-radius:12px;background:#fff}.ai-hub-card{padding:24px}.report-list-card{min-height:0}.analysis-report-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.analysis-report-option{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;grid-gap:20px;gap:20px;width:100%;padding:16px;border:1px solid var(--line-soft);border-radius:8px;background:#fff;color:var(--text-primary);text-align:left}.analysis-report-option.is-active{border-color:var(--blue-600);background:var(--blue-50)}.analysis-report-icon{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;border-radius:50%;background:var(--blue-50);color:var(--blue-600)}.analysis-report-option.is-active .analysis-report-icon{background:#fff}.analysis-report-info{display:flex;flex-direction:column;gap:4px;min-width:0}.analysis-report-option strong,.recent-report-select strong{display:block;overflow:hidden;color:#0d0d0d;font-size:15px;font-weight:600;line-height:1.25;letter-spacing:.2px;text-overflow:ellipsis;white-space:nowrap}.analysis-report-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-muted);font-size:13px;font-weight:400;line-height:1.5}.analysis-run-id{margin:0;color:var(--text-soft);font-size:12px;font-weight:500}.report-date-card{display:flex;flex-direction:column;gap:16px}.analysis-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:21px;gap:21px;margin:0}.analysis-field{display:flex;flex-direction:column;gap:8px;min-width:0}.analysis-field span{color:#0d0d0d;font-size:14px;font-weight:500;line-height:1.35;letter-spacing:.28px}.analysis-field input{width:100%;height:44px;min-width:120px;padding:0 16px;border:1px solid #6a707c;border-radius:8px;background:#fff;color:#0d0d0d;font-size:16px;font-weight:400;letter-spacing:.32px}.analysis-start-button{width:100%;height:38px;margin:0}.analysis-viewer-panel{display:flex;flex:1 1;flex-direction:column;min-height:733px;overflow:hidden;padding:24px}.analysis-viewer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0;border-bottom:0}.analysis-viewer-actions{display:flex;align-items:center;gap:12px}.analysis-report-frame{width:100%;flex:1 1;min-height:610px;margin-top:12px;border:0;border-radius:8px;background:#fff}.analysis-report-empty{display:flex;flex:1 1;min-height:560px;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#000;text-align:center}.analysis-report-empty svg{color:var(--blue-400)}.analysis-report-empty strong{color:#000;font-size:20px;font-weight:700;line-height:1.2;letter-spacing:.2px}.analysis-report-empty p{max-width:420px;margin:0;color:#000;font-size:14px;font-weight:400;line-height:1.35;letter-spacing:.28px}.analysis-report-empty.is-error strong,.analysis-report-empty.is-error svg{color:#b42318}.recent-report-card{grid-column:1/-1}.recent-report-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.recent-report-item{position:relative;display:flex;width:312px;min-height:113px;flex-direction:column;align-items:flex-start;border:1px solid var(--line-soft);border-radius:8px;background:#fff;overflow:hidden}.recent-report-item.is-active{border-color:var(--blue-600);background:var(--blue-50)}.recent-report-select{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:16px;text-align:left}.recent-report-delete{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:26px;height:26px;border-radius:6px;background:transparent;color:var(--text-muted,#8a93a1);transition:background .15s,color .15s}.recent-report-delete:hover{background:var(--red-50,#fef2f2);color:var(--red-600,#dc2626)}.recent-report-item small{color:#0d0d0d;font-size:12px;font-weight:400;letter-spacing:.24px}.analysis-status{display:inline-flex;align-items:center;min-height:27px;padding:4px 8px;border-radius:4px;font-size:14px;font-weight:500;letter-spacing:.28px}.analysis-status.is-completed{background:#10b981;color:#fff}.analysis-status.is-queued,.analysis-status.is-running{background:var(--blue-50);color:var(--blue-600)}.analysis-status.is-failed{background:#fff1f2;color:#b42318}.analysis-empty-copy{margin:0;color:var(--text-muted);font-size:14px;font-weight:500}@media (max-width:1180px){.ai-chat-frame,.analysis-studio-layout{grid-template-columns:1fr}.ai-chat-history{border-right:0;border-bottom:1px solid var(--line-soft)}.ai-recent-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:760px){.ai-chat-frame{padding:12px}.ai-empty-chat h2{font-size:30px}.ai-starter-grid,.analysis-form-grid{display:grid;grid-template-columns:1fr}.ai-chat-frame .ai-message-body{max-width:calc(100% - 48px)}}.data-source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;grid-gap:20px 28px;gap:20px 28px;width:100%;min-width:0}.data-source-card{display:flex;flex-direction:column;justify-content:space-between;gap:32px;width:100%;height:100%;min-height:214px;padding:24px;overflow:hidden;border-radius:12px;background:white}.data-source-card-main{display:flex;flex-direction:column;gap:24px}.data-source-card-brand,.data-source-card-top,.data-source-health-copy{display:flex;align-items:center}.data-source-card-top,.data-source-health-copy{justify-content:space-between}.data-source-card-brand{gap:12px;min-width:0}.data-source-card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;flex:0 0 auto;border-radius:8px;background:var(--blue-50);color:#101828}.data-source-card-icon-img{background:#fff;border:1px solid var(--border);padding:6px}.data-source-card-icon-img img{width:100%;height:100%;object-fit:contain}.data-source-card-icon-initials{background:var(--blue-50);font-size:.85rem;font-weight:700;color:var(--brand);letter-spacing:.04em}.data-pipeline-table svg,.data-source-button svg,.data-source-card-icon svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.data-source-card h3{margin:0 0 2px;color:#101828;font-size:20px;font-weight:700;line-height:1}.data-source-card p{margin:0;color:#6a7282;font-size:16px;font-weight:500;line-height:1.4}.data-source-status-dot{width:12px;height:12px;flex:0 0 auto;border-radius:100px}.data-source-status-dot.is-healthy{background:#10b981}.data-source-status-dot.is-warning{background:#f59e0b}.data-source-status-dot.is-alert{background:var(--red)}.data-source-health{display:flex;flex-direction:column;gap:10px}.data-source-health-copy{color:var(--text-primary);font-size:14px;font-weight:500}.data-source-progress{width:100%;height:8px;overflow:hidden;border-radius:100px;background:var(--bg-page)}.data-source-progress span{display:block;height:100%;border-radius:inherit;background:#10b981}.data-source-health p{align-self:flex-end;color:var(--text-muted);font-size:12px;line-height:1.2}.data-source-actions{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.data-source-button{flex:1 1;min-width:0;height:36px;gap:8px;padding:0 16px;font-size:14px}.data-pipelines-surface{display:flex;flex-direction:column;gap:24px;min-height:0;padding:24px;overflow:hidden}.data-pipeline-kpis{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px;min-height:120px}.data-pipeline-kpis .kpi-card{flex:1 1;height:120px}.data-pipeline-table-shell{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0;overflow-x:visible;overflow-y:hidden}.data-pipeline-table{width:100%;min-width:0;padding:0 4px;background:white}.data-pipeline-heading,.data-pipeline-row{position:relative;display:grid;grid-template-columns:minmax(150px,1.25fr) minmax(180px,1.35fr) minmax(92px,.75fr) minmax(82px,.65fr) minmax(82px,.65fr) minmax(56px,.45fr);align-items:center;width:100%;grid-column-gap:20px;column-gap:20px;padding:0 16px}.data-pipeline-heading{height:46px;border-radius:8px;background:var(--header-fill);color:#292b30;font-size:14px;font-weight:500}.data-pipeline-row{height:56px;border-bottom:1px solid var(--line-soft);color:var(--text-primary);font-size:16px;font-weight:500}.data-pipeline-heading>span,.data-pipeline-row>button,.data-pipeline-row>span,.data-pipeline-row>strong{position:static;display:inline-flex;align-items:center;min-height:22px;transform:none}.data-pipeline-row strong{font-weight:700}.p-action,.p-duration,.p-flow,.p-last,.p-name,.p-status{min-width:0}.p-action{justify-self:end}.pipeline-status-pill{justify-content:center;width:-moz-fit-content;width:fit-content;min-width:50px;height:27px;padding:4px 8px;border-radius:4px;color:white;font-size:14px;font-weight:500}.pipeline-status-pill.is-success{background:#10b981}.pipeline-status-pill.is-running{background:#f59e0b}.pipeline-status-pill.is-failed{background:var(--red)}.placeholder-surface{display:flex;align-items:center;gap:20px;min-height:180px;padding:32px;border-radius:12px;background:white}.placeholder-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;flex:0 0 auto;border-radius:8px;background:var(--blue-50);color:var(--blue-600)}.placeholder-icon svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.placeholder-surface h2{margin:0 0 8px;font-size:24px;line-height:1.3}.placeholder-surface p{margin:0;color:var(--text-muted);font-size:16px;line-height:1.4}.page-subtitle{margin:6px 0 0;color:var(--text-muted);font-size:14px;font-weight:600}.settings-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.72fr);grid-gap:20px;gap:20px;width:100%;min-width:0}.settings-panel,.settings-users-surface{padding:24px}.settings-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.settings-section-head h3{margin:0 0 5px;color:#101828;font-size:18px;font-weight:850;line-height:1.2}.settings-section-head p{margin:0;color:#667085;font-size:13px;font-weight:600;line-height:1.35}.settings-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.settings-stat{min-width:0;padding:16px;border:1px solid #dbe3ef;border-radius:8px;background:#fbfdff}.settings-stat span{display:block;color:#667085;font-size:12px;font-weight:800}.settings-stat strong{display:block;margin-top:8px;color:#101828;font-size:26px;font-weight:850;line-height:1}.settings-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.settings-search{width:min(380px,100%)}.settings-select{min-width:132px}.settings-user-table{display:flex;flex-direction:column;min-width:0}.settings-user-head,.settings-user-row{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(130px,.8fr) minmax(90px,.6fr) minmax(100px,.65fr) 64px;align-items:center;grid-gap:14px;gap:14px;min-height:58px;padding:0 14px}.settings-user-head{min-height:44px;border-radius:8px;background:var(--header-fill);color:#292b30;font-size:13px;font-weight:700}.settings-user-row{border-bottom:1px solid var(--line-soft);color:#101828;font-size:14px;font-weight:600}.settings-user-row>button,.settings-user-row>span{min-width:0}.settings-user-cell{display:flex;align-items:center;gap:12px}.settings-user-cell small,.settings-user-cell strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-user-cell small{margin-top:2px;color:#667085;font-size:12px;font-weight:600}.settings-avatar{width:34px;height:34px;flex:0 0 auto;background:var(--blue-400);color:white}.settings-avatar,.settings-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:12px;font-weight:850}.settings-status{width:-moz-fit-content;width:fit-content;min-width:58px;min-height:24px;padding:3px 9px;background:#eef2f6;color:#475467}.settings-status.is-active{background:#d8f8e9;color:#087a51}.settings-status.is-invited{background:#fff0db;color:#a45a00}.settings-date-field{display:grid;grid-gap:8px;gap:8px}.settings-date-field span,.settings-date-note{color:#667085;font-size:13px;font-weight:700;line-height:1.35}.settings-date-field input{width:100%;min-height:44px;padding:0 12px;border:1px solid #dbe3ef;border-radius:8px;background:#ffffff;color:#101828;font:inherit;font-size:14px;font-weight:700}.settings-date-field input:focus{border-color:#0362dd;outline:none;box-shadow:0 0 0 3px rgba(3,98,221,.12)}.settings-date-note{margin-top:12px}.settings-date-clear{margin-top:16px}.settings-password-form{display:grid;grid-gap:14px;gap:14px}.settings-password-message{padding:10px 12px;border-radius:8px;font-size:13px;font-weight:700;line-height:1.35}.settings-password-message.is-success{background:#e8fff6;color:#087a51}.settings-password-message.is-error{background:#fff0f0;color:#b42318}.settings-password-submit{justify-self:flex-start}.settings-side-stack{gap:20px;min-width:0}.settings-invite-list,.settings-provider-list,.settings-role-list,.settings-side-stack{display:flex;flex-direction:column}.settings-provider-list span{display:flex;justify-content:space-between;gap:12px;min-height:38px;border-bottom:1px solid #edf2f8;color:#667085;font-size:13px;font-weight:700}.settings-provider-list b{color:#101828}.settings-invite-list div,.settings-role-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;border-bottom:1px solid #edf2f8}.settings-invite-list span,.settings-role-list div{min-width:0}.settings-invite-list small,.settings-invite-list strong,.settings-role-list span,.settings-role-list strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.settings-invite-list strong,.settings-role-list strong{color:#101828;font-size:13px;font-weight:850;white-space:nowrap}.settings-invite-list small,.settings-role-list span{margin-top:3px;color:#667085;font-size:12px;font-weight:600;line-height:1.35}.settings-role-list div{align-items:flex-start;flex-direction:column;justify-content:center}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:var(--bg-page)}.login-shell{display:grid;grid-template-columns:minmax(280px,1fr) minmax(360px,.96fr);grid-gap:48px;gap:48px;width:min(100%,1020px);min-height:685px;padding:12px;border-radius:12px;background:white;box-shadow:0 14px 52px rgba(0,0,0,.1)}.login-brand-panel{display:flex;flex-direction:column;justify-content:space-between;padding:72px 48px 48px;border-radius:8px;background:linear-gradient(180deg,var(--blue-400) 0,var(--blue-600) 100%)}.login-brand-copy{display:flex;flex-direction:column;gap:20px}.login-brand-copy p{margin:0;color:white;font-size:20px;font-weight:500;line-height:1.4;text-transform:uppercase}.login-brand-logo{width:min(100%,363px);height:auto;filter:brightness(0) invert(1)}.login-brand-heading{gap:4px;margin:0;color:white;font-size:32px;font-weight:500;line-height:1.3}.login-brand-heading,.login-card{display:flex;flex-direction:column}.login-card{justify-content:center;padding:0 64px}.login-card-copy{display:flex;flex-direction:column;gap:8px;margin-bottom:36px}.login-card h2{margin:0;color:#101828;font-size:32px;font-weight:700;line-height:1.4}.login-card p{margin:0;color:#6a7282;font-size:16px;line-height:1.4}.login-form{display:flex;flex-direction:column;gap:24px}.login-google{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:42px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#101828;font-size:16px;font-weight:700;transition:border-color .16s ease,background .16s ease,transform .12s ease}.login-google span{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#fff;color:#4285f4;font-family:Arial,sans-serif;font-weight:700}.login-google:hover{border-color:var(--blue-400);background:#f8fbff;transform:translateY(-1px)}.login-google:disabled{cursor:not-allowed;opacity:.65;transform:none}.login-divider{display:flex;align-items:center;gap:12px;color:#8a96a8;font-size:12px;font-weight:700;text-transform:uppercase}.login-divider:after,.login-divider:before{content:"";height:1px;flex:1 1;background:#e5eaf2}.login-field{display:flex;flex-direction:column;gap:8px}.login-field-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.login-field label{font-weight:500;line-height:1.4}.login-field input,.login-field label{color:var(--text-primary);font-size:16px}.login-field input{height:40px;padding:0 16px;border:1px solid var(--text-soft);border-radius:8px;outline:none;background:white;transition:border-color .16s ease,box-shadow .16s ease}.login-field input::placeholder{color:var(--text-soft)}.login-field input:focus{border-color:var(--blue-400);box-shadow:0 0 0 3px rgba(3,98,221,.12)}.login-link-button{padding:0;background:transparent;color:var(--blue-400);font-size:14px;font-weight:700}.login-submit{width:100%;height:40px;margin-top:4px;border-radius:8px;background:var(--blue-400);color:white;font-size:16px;font-weight:700;transition:background .16s ease,transform .12s ease}.login-submit:hover{background:var(--blue-600);transform:translateY(-1px)}.login-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.login-error{margin:0;padding:10px 14px;border:1px solid #fca5a5;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:14px;line-height:1.4}@media (max-width:900px){.login-shell{grid-template-columns:1fr;gap:20px;min-height:auto}.login-brand-panel,.login-card{padding:32px 24px}.login-brand-panel{min-height:280px}}@media (max-width:1200px){.data-source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-pipeline-kpis,.kpi-strip{gap:16px}}@media (max-width:980px){.app-root{height:auto;min-height:100vh;overflow:visible}.app-frame,.app-frame.is-nav-collapsed{--sidebar-width:100%;grid-template-columns:1fr;gap:16px;height:auto;min-height:100vh;padding:16px}.sidebar,.sidebar.is-collapsed{position:relative;top:0;left:0;width:100%;height:auto;min-height:auto;padding:16px}.sidebar-nav{gap:16px}.nav-group,.sidebar-nav{flex-direction:row;align-items:center}.nav-group{flex:1 1 auto;overflow-x:auto;padding-bottom:2px}.nav-item,.sidebar.is-collapsed .nav-item{width:auto;min-width:52px}.sidebar.is-collapsed .nav-item span{width:auto;opacity:1}.content-column{grid-column:1;height:auto;overflow:visible;padding-top:0}.exception-management-bar,.page-controls,.page-title-row,.summary-header,.summary-toolbar,.workbench-toolbar{align-items:flex-start;flex-direction:column}.action-buttons,.date-actions,.exception-management-actions,.page-actions,.platform-filter,.tab-list{flex-wrap:wrap}.exception-workflow-tabs{width:100%}.exception-workflow-tabs button{flex:1 1;min-width:0}.search-box{width:100%}.data-pipeline-table-shell,.table-scroll{overflow-x:auto;scrollbar-gutter:stable}.figma-table{min-width:900px}.data-pipeline-table{min-width:860px}.analytics-page,.bank-lower-grid,.executive-grid,.order-grid{grid-template-columns:1fr}.analytics-context{align-items:flex-start;flex-wrap:wrap}.analytics-context .button{width:100%;margin-left:48px}.bank-metrics,.executive-metrics,.order-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.deductions-card,.gov-card,.platform-comparison{grid-column:1/-1}.bank-status-card,.deductions-card,.exception-queue,.platform-comparison,.settlement-card{overflow-x:auto}.analytics-data-table,.bank-status-table,.exception-table,.top-outlet-list{min-width:760px}.data-pipeline-kpis,.kpi-strip{align-items:stretch;flex-direction:column}.metric-divider{display:none}}@media (max-width:720px){.app-frame,.app-frame.is-nav-collapsed{padding:10px}.sidebar,.sidebar.is-collapsed{gap:14px;padding:12px;border-radius:10px}.sidebar-brand{padding-bottom:10px}.nav-group{gap:8px}.nav-item,.sidebar.is-collapsed .nav-item{height:42px;padding:8px 10px;font-size:13px;letter-spacing:0}.nav-item span,.sidebar.is-collapsed .nav-item span{display:none}.content-topbar{min-height:auto;height:auto;align-items:stretch;flex-direction:column;gap:12px;padding:14px}.topbar-copy{flex-wrap:wrap}.topbar-title{font-size:22px}.topbar-subtitle{width:100%;white-space:normal}.topbar-actions{display:grid;grid-template-columns:1fr auto auto;width:100%}.topbar-search{grid-column:1/-1;width:100%}.user-menu{width:44px;justify-content:center;padding:3px}.user-menu .chevron,.user-name{display:none}.page-controls,.page-title-row,.summary-header,.summary-toolbar,.workbench-toolbar{gap:12px}.page-title{font-size:22px}.action-buttons,.date-actions,.page-actions,.platform-filter,.tab-list{width:100%}.action-buttons,.date-actions,.tab-list{display:grid;grid-template-columns:1fr}.platform-filter{align-items:flex-start;gap:8px;overflow-x:auto;padding-bottom:2px}.platform-filter .pill+.pill{margin-left:0}.data-source-grid{grid-template-columns:1fr}.data-pipelines-surface,.overview-surface,.placeholder-surface,.summary-surface,.workbench-surface{gap:16px;padding:14px;border-radius:10px}.search-box{height:38px;padding:0 12px}.search-box input{font-size:14px}.kpi-card{height:auto;min-height:92px;padding:16px}.kpi-title{font-size:15px}.kpi-value{font-size:30px;line-height:1}.overview-grid,.settings-layout{grid-template-columns:1fr}.settings-user-head,.settings-user-row{grid-template-columns:minmax(180px,1.2fr) minmax(120px,.8fr) minmax(84px,.6fr) minmax(94px,.65fr) 58px}.overview-panel:first-child{grid-row:auto}.button-large,.select-chip,.tab-button{width:100%}.analytics-tabs{overflow-x:auto;border-radius:10px}.analytics-tab{flex:0 0 auto;min-width:160px;padding:0 14px}.analytics-context{align-items:flex-start;flex-direction:column;border-radius:10px}.analytics-context .button{width:100%;margin-left:0}.bank-metrics,.executive-metrics,.order-metrics{grid-template-columns:1fr}.analytics-card{padding:16px}.bank-status-card,.deductions-card,.exception-queue,.platform-comparison,.settlement-card{overflow-x:visible}.analytics-data-table,.bank-status-table,.exception-table,.top-outlet-list{min-width:0}.analytics-data-head,.bank-status-head,.exception-head{display:none}.analytics-data-row,.bank-status-row,.exception-row,.top-outlet-list div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 12px;gap:8px 12px;min-height:0;padding:12px 0}.analytics-data-row>*,.bank-status-row>*,.exception-row>*,.top-outlet-list div>*{min-width:0}.analytics-data-row .analytics-platform,.bank-status-row strong,.exception-row>strong,.top-outlet-list div>strong:first-child{grid-column:1/-1}.bank-status-row .analytics-severity,.exception-row .analytics-severity,.top-outlet-list .analytics-severity{justify-self:start}.analytics-card-head,.overview-panel-head{align-items:flex-start;flex-direction:column;gap:8px}.amount-build-grid,.deductions-body,.detail-fact-grid,.source-record-grid{grid-template-columns:1fr}.donut-chart,.sla-gauge{width:132px;height:132px}.funnel-row{grid-template-columns:1fr;gap:8px}.stacked-bars{gap:10px;overflow-x:auto}.stacked-bars span{width:28px}.table-scroll{overflow-x:visible}.figma-table{min-width:0;padding:0}.table-heading{display:none}.row-bank,.row-order,.row-settlement-exception,.table-row{grid-template-columns:28px minmax(0,1fr) auto;gap:10px;height:auto;min-height:0;padding:12px;border:1px solid #dbe3ef;border-radius:8px;margin-bottom:10px}.row-bank.no-selection,.row-order.no-selection,.row-settlement-exception.no-selection{grid-template-columns:minmax(0,1fr) auto}.table-row>button,.table-row>span{min-height:28px}.b-check,.c-check{grid-column:1;grid-row:1}.b-utr,.c-order{grid-column:2;grid-row:1}.row-bank.no-selection .b-utr,.row-order.no-selection .c-order{grid-column:1}.b-actions,.c-actions,.se-actions{grid-column:3;grid-row:1;justify-self:end}.row-bank.no-selection .b-actions,.row-order.no-selection .c-actions,.row-settlement-exception.no-selection .se-actions{grid-column:2}.row-settlement-exception.no-selection .se-type{grid-column:1;grid-row:1}.row-settlement-exception.no-selection .se-amount,.row-settlement-exception.no-selection .se-channel,.row-settlement-exception.no-selection .se-date,.row-settlement-exception.no-selection .se-order,.row-settlement-exception.no-selection .se-severity{grid-column:1/-1}.b-batch,.c-outlet{grid-column:2/-1;grid-row:2}.row-bank.no-selection .b-batch,.row-order.no-selection .c-outlet{grid-column:1/-1}.b-settlement,.c-platform{grid-column:2;grid-row:3}.row-bank.no-selection .b-settlement,.row-order.no-selection .c-platform{grid-column:1}.b-bank,.c-risk{grid-column:3;grid-row:3;justify-self:end}.row-bank.no-selection .b-bank,.row-order.no-selection .c-risk{grid-column:2}.b-status,.c-status{grid-column:2/-1;grid-row:4}.row-bank.no-selection .b-status,.row-order.no-selection .c-status{grid-column:1/-1}.b-age,.b-variance{grid-column:2/-1}.platform-mark{width:86px}.status-badge{max-width:none}.pagination{align-items:flex-start;flex-direction:column;height:auto;gap:8px}.pagination-actions{width:100%}.pagination-actions button{flex:1 1}.order-detail-backdrop{padding:10px}.order-detail-page{padding:16px;border-radius:10px}.amount-equation,.order-detail-hero,.order-detail-topbar{align-items:stretch;flex-direction:column}.line-item-table{overflow-x:auto}.line-item-head,.line-item-row{min-width:720px}}@media (max-width:1511px){.app-frame{margin:0}}.pipeline-drilldown-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;animation:fadeIn .15s ease}.pipeline-drilldown-panel{position:fixed;top:0;right:0;bottom:0;width:min(820px,92vw);background:var(--surface,#fff);box-shadow:-8px 0 40px rgba(0,0,0,.18);z-index:201;display:flex;flex-direction:column;animation:slideInRight .2s ease;overflow:hidden}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.pipeline-drilldown-header{border-bottom:1px solid var(--border,#e5e7eb);padding:1.25rem 1.5rem 0;background:var(--surface,#fff);flex-shrink:0}.pipeline-drilldown-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.pipeline-drilldown-name-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.25rem}.pipeline-drilldown-name-row h3{font-size:1.05rem;font-weight:600;margin:0}.pipeline-drilldown-meta{font-size:.78rem;color:var(--text-muted,#6b7280);margin:0}.pipeline-drilldown-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.pipeline-drilldown-close{background:none;border:1px solid var(--border,#e5e7eb);border-radius:6px;width:32px;height:32px;cursor:pointer;font-size:.9rem;color:var(--text-muted,#6b7280);display:flex;align-items:center;justify-content:center;transition:background .15s}.pipeline-drilldown-close:hover{background:var(--bg,#f3f4f6)}.pipeline-drilldown-tabs{display:flex;gap:.25rem;margin-top:.5rem}.pipeline-drilldown-tab{display:flex;align-items:center;gap:.35rem;padding:.5rem .85rem;font-size:.82rem;font-weight:500;background:none;cursor:pointer;color:var(--text-muted,#6b7280);border:none;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.pipeline-drilldown-tab:hover{color:var(--primary,#2563eb)}.pipeline-drilldown-tab.is-active{color:var(--primary,#2563eb);border-bottom-color:var(--primary,#2563eb)}.pipeline-drilldown-body{flex:1 1;overflow-y:auto;padding:1.25rem 1.5rem}.pipeline-run-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid var(--border,#e5e7eb)}.pipeline-run-table{width:100%;border-collapse:collapse;font-size:.82rem}.pipeline-run-table th{text-align:left;padding:.6rem .85rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#6b7280);background:var(--bg,#f9fafb);border-bottom:1px solid var(--border,#e5e7eb)}.pipeline-run-table td{padding:.65rem .85rem;border-bottom:1px solid var(--border,#e5e7eb);color:var(--text,#111827)}.pipeline-run-table tr:last-child td{border-bottom:none}.pipeline-run-table tr.is-failed-row{background:rgba(239,68,68,.04)}.pipeline-run-table tr:hover td{background:rgba(37,99,235,.03)}.pipeline-run-status{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600}.pipeline-run-status.is-success{background:#dcfce7;color:#15803d}.pipeline-run-status.is-failed{background:#fee2e2;color:#b91c1c}.pipeline-run-status.is-running{background:#dbeafe;color:#1d4ed8}.pipeline-run-action-btn{background:none;border:1px solid var(--border,#e5e7eb);border-radius:5px;padding:.18rem .55rem;font-size:.75rem;cursor:pointer;color:var(--primary,#2563eb);margin-right:.3rem;transition:background .15s}.pipeline-run-action-btn:hover{background:rgba(37,99,235,.06)}.pipeline-drilldown-empty,.pipeline-run-action-btn.is-logs{color:var(--text-muted,#6b7280)}.pipeline-drilldown-empty{font-size:.85rem;padding:2rem;text-align:center}.pipeline-config-subtabs{display:flex;gap:.5rem;margin-bottom:1rem}.pipeline-config-subtab{display:flex;align-items:center;gap:.35rem;padding:.45rem .9rem;border-radius:999px;border:1px solid var(--border,#e5e7eb);background:none;font-size:.8rem;font-weight:500;cursor:pointer;color:var(--text-muted,#6b7280);transition:all .15s}.pipeline-config-subtab.is-active{background:var(--primary,#2563eb);border-color:var(--primary,#2563eb);color:#fff}.pipeline-config-card{border:1px solid var(--border,#e5e7eb);border-radius:10px;padding:1.25rem;margin-bottom:1rem;background:var(--surface,#fff)}.pipeline-config-card--muted{background:var(--bg,#f9fafb);min-height:80px;display:flex;align-items:center;justify-content:center}.pipeline-config-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.pipeline-config-card-header h4{margin:0 0 .2rem;font-size:.95rem;font-weight:600}.pipeline-config-card-header p{margin:0;font-size:.8rem;color:var(--text-muted,#6b7280)}.pipeline-config-empty{text-align:center;padding:2rem 1rem}.pipeline-config-empty-icon{display:block;color:var(--border,#d1d5db);margin-bottom:.75rem}.pipeline-config-empty h5{font-size:.95rem;font-weight:600;margin:0 0 .4rem}.pipeline-config-empty p{font-size:.82rem;color:var(--text-muted,#6b7280);margin:0 0 1rem}.pipeline-config-empty-text{font-size:.82rem;color:var(--text-muted,#6b7280);margin:0}.source-config-panel{max-width:1120px}.source-config-subtabs{margin:18px 0 0}.source-config-body{background:#f7f9fc}.source-config-card{border:1px solid #e4e9f2;border-radius:10px;background:#fff;box-shadow:0 1px 4px rgba(15,23,42,.08);overflow:hidden}.source-config-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:28px 24px;border-bottom:1px solid #eef2f7}.source-config-card-header h4{margin:0 0 6px;color:#111827;font-size:20px;font-weight:800;line-height:1.1}.source-config-banner p,.source-config-card-header p,.source-config-field small{margin:0;color:#667085;font-size:14px;line-height:1.35}.source-config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:32px 24px;gap:32px 24px;padding:32px 24px}.source-config-field{display:flex;flex-direction:column;gap:10px;color:#111827;font-size:14px;font-weight:700}.source-config-field span{display:inline-flex;align-items:center;gap:8px}.source-config-banner svg,.source-config-field span svg{color:#4f46e5}.source-config-field input,.source-config-field select{width:100%;height:44px;border:1px solid #edf1f7;border-radius:6px;background:#fff;color:#111827;font:inherit;font-weight:500;padding:0 12px;outline:none}.source-config-field input:focus,.source-config-field select:focus{border-color:var(--blue-400);box-shadow:0 0 0 3px rgba(1,93,211,.12)}.source-config-field--compact{grid-column:1/-1;max-width:520px}.source-config-field--compact input{max-width:128px}.source-config-banner{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid #b8c7ff;border-radius:8px;background:#f3f5ff}.source-config-banner strong{display:block;margin-bottom:4px;color:#312e81;font-size:14px}.source-config-verified{display:inline-flex;align-items:center;gap:6px;color:#059669!important}.source-config-empty{display:flex;min-height:126px;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px dashed #dbe3ef;border-radius:10px;color:#d1d5db}.source-config-empty p{margin:0;color:#667085;font-size:15px}.pipeline-raw-data-wrap{display:flex;flex-direction:column;gap:.75rem}.pipeline-raw-data-toolbar{display:flex;justify-content:space-between;align-items:center}.pipeline-raw-data-label{font-size:.8rem;color:var(--text-muted,#6b7280)}.pipeline-raw-table td,.pipeline-raw-table th{white-space:nowrap}.pipeline-overview-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1.25rem}.pipeline-overview-kpi{border:1px solid var(--border,#e5e7eb);border-radius:10px;padding:.9rem 1rem;background:var(--bg,#f9fafb)}.pipeline-overview-kpi span{display:block;font-size:.75rem;color:var(--text-muted,#6b7280);margin-bottom:.3rem}.pipeline-overview-kpi strong{font-size:1.2rem;font-weight:700}.pipeline-drilldown-overview-hint{font-size:.82rem;color:var(--text-muted,#6b7280);background:var(--bg,#f9fafb);border-radius:8px;padding:.75rem 1rem}.p-action-group{display:flex;gap:.4rem;align-items:center}.qa-analytics-page{display:flex;flex-direction:column;gap:18px;min-width:0;color:var(--text-primary)}.qa-loading{display:inline-flex;align-items:center;min-height:34px;border:1px solid #d9e1ec;border-radius:8px;padding:7px 12px;background:#f8fafc;color:var(--text-muted);font-size:13px;font-weight:500}.qa-date-control>button,.qa-date-menu button,.qa-filter-button,.qa-filter-categories button,.qa-filter-close,.qa-filter-primary,.qa-filter-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease,transform .14s ease}.qa-date-control{position:relative;flex:0 0 auto}.qa-date-control>button{gap:10px;min-height:50px;padding:0 16px;border:1px solid #cbd5e1;color:#111827;font-size:14px;font-weight:700;box-shadow:0 1px 1px rgba(15,23,42,.04)}.qa-date-control>button:focus-visible,.qa-date-control>button:hover,.qa-filter-button:focus-visible,.qa-filter-button:hover{border-color:#9aa8ba;background:#f8fafc}.qa-date-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:grid;width:176px;grid-gap:4px;gap:4px;padding:6px;border:1px solid #dbe2ec;background:#ffffff;box-shadow:0 18px 44px rgba(15,23,42,.15)}.qa-date-menu button{justify-content:flex-start;min-height:36px;padding:0 10px;background:transparent;color:#4b5563;font-size:13px;font-weight:600}.qa-date-menu button.is-active,.qa-date-menu button:focus-visible,.qa-date-menu button:hover{background:#edf4ff;color:var(--blue-400)}.qa-kpi-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dce3ed;border-radius:8px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.qa-kpi{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:118px;padding:22px 24px;background:#ffffff}.qa-kpi:first-child{border-radius:8px 0 0 8px}.qa-kpi:last-child{border-radius:0 8px 8px 0}.qa-kpi>i{position:absolute;top:22px;height:calc(100% - 44px);background:#e2e8f0}.qa-kpi>div{display:grid;grid-gap:9px;gap:9px;min-width:0}.qa-kpi>div>span{display:flex;gap:4px;font-size:13px;font-weight:600;line-height:1.25}.qa-kpi>div>strong{font-family:var(--font-display);font-weight:400;overflow-wrap:anywhere}.qa-trend-pill{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:0 0 auto;max-width:100%;min-height:28px;border-radius:999px;padding:5px 9px;background:#e8f7ee;color:#128340;font-weight:800;white-space:nowrap}.qa-trend-pill.is-red{background:#fff0ef;color:#dc2626}.qa-trend-pill.is-neutral{background:#edf2f7;color:#596273}.qa-chart-grid,.qa-wide-grid{display:grid;grid-gap:18px;gap:18px;min-width:0}.qa-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qa-wide-grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.qa-chart-card{display:flex;flex-direction:column;min-width:0;min-height:374px;border:1px solid #dce3ed;border-radius:8px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.qa-chart-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-height:78px;padding:20px 22px 14px;border-bottom:1px solid #edf1f6}.qa-chart-card-head h3{margin:0;color:#111827;font-size:18px;font-weight:800;line-height:1.22}.qa-chart-card-head p{margin:6px 0 0;color:var(--text-muted);font-size:13px;line-height:1.35}.qa-filter-button{gap:8px;min-height:38px;padding:0 12px;border:1px solid #cbd5e1;color:#111827;font-size:13px;font-weight:800}.qa-chart-body{display:flex;flex:1 1;padding:18px 22px 20px}.qa-chart-footer{flex-wrap:wrap;gap:16px;min-height:54px;padding:0 22px 18px;color:var(--text-muted);font-size:13px;font-weight:600}.qa-chart-footer strong{color:#0d0d0d;font-weight:800}.qa-chart-legend{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 18px;color:#647084;font-weight:700}.qa-chart-legend span{display:inline-flex;align-items:center;gap:7px}.qa-chart-legend i{display:inline-block;width:9px;height:9px;border-radius:999px}.qa-chart-legend small{color:#111827;font-size:12px;font-weight:800}.qa-line-chart{display:flex;flex:1 1;flex-direction:column;min-width:0}.qa-line-chart svg{min-height:250px;overflow:visible}.qa-line-chart line{stroke:#e7ecf3;stroke-width:1}.qa-line-chart text{fill:#8a95a7;font-family:var(--font-body);font-weight:600}.qa-line-chart path{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.qa-line-chart circle{stroke:#ffffff;stroke-width:2;outline:none;transition:r .14s ease,filter .14s ease}.qa-line-chart circle:focus,.qa-line-chart circle:hover{r:6;filter:drop-shadow(0 3px 8px rgba(15,23,42,.22))}.qa-axis-label{text-anchor:middle}.qa-stacked-chart{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:minmax(190px,1fr) auto;grid-column-gap:10px;column-gap:10px;grid-row-gap:12px;row-gap:12px;width:100%;min-width:0}.qa-stacked-axis{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:26px;color:#8a95a7;font-size:11px;font-weight:700;text-align:right}.qa-stacked-bars{display:flex;align-items:flex-end;justify-content:space-around;gap:12px;min-width:0;border-bottom:1px solid #dce3ed;background-image:linear-gradient(#edf1f6 1px,transparent 0);background-size:100% 25%}.qa-stack{display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;min-width:36px}.qa-stack-column{display:flex;flex-direction:column-reverse;width:min(42px,80%);overflow:hidden;border-radius:7px 7px 0 0;background:#edf2f7}.qa-stack-column span{display:block;outline:none;transition:filter .14s ease,opacity .14s ease}.qa-stack-column span:focus,.qa-stack-column span:hover{filter:brightness(.92)}.qa-stack small{color:#7a8596;font-size:11px;font-weight:700}.qa-pie-wrap{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:center;grid-gap:20px;gap:20px;width:100%}.qa-pie{position:relative;display:grid;place-items:center;width:min(220px,100%);aspect-ratio:1;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(15,23,42,.04)}.qa-pie:after{content:"";position:absolute;inset:28px;border-radius:50%;background:#ffffff}.qa-pie>div{position:relative;z-index:1;display:grid;grid-gap:5px;gap:5px;text-align:center}.qa-pie span{color:var(--text-muted);font-size:12px;font-weight:700}.qa-pie strong{color:#0d0d0d;font-family:var(--font-display);font-size:25px;font-weight:400}.qa-pie-wrap .qa-chart-legend{justify-content:flex-start}.qa-waterfall{display:grid;grid-gap:16px;gap:16px;width:100%}.qa-waterfall-row{display:grid;grid-template-columns:minmax(122px,.72fr) minmax(120px,1fr) minmax(82px,auto) 50px;align-items:center;grid-gap:12px;gap:12px;color:#4b5563;font-size:13px;font-weight:700}.qa-waterfall-row>div{position:relative;height:28px;border-radius:7px;background:#eef3f8;overflow:hidden}.qa-waterfall-row i{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.45) 1px,transparent 0);background-size:25% 100%}.qa-waterfall-row b{position:relative;z-index:1;display:block;height:100%;min-width:4px;border-radius:7px}.qa-waterfall-row small,.qa-waterfall-row strong{justify-self:end;color:#111827;font-size:13px;font-weight:800}.is-negative,.qa-waterfall-row strong.is-negative{color:#dc2626}.is-positive{color:#159947}.qa-gateway-rates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;grid-gap:18px;gap:18px;width:100%}.qa-gateway-rate{display:grid;justify-items:center;grid-gap:14px;gap:14px;min-width:0}.qa-gateway-rate .qa-gauge-wrap{width:min(280px,100%)}.qa-gauge{--rate:0%;place-items:center;width:min(156px,100%);background:conic-gradient(#0362dd var(--rate),#edf2f7 0)}.qa-gauge,.qa-gauge>div{display:grid;aspect-ratio:1;border-radius:50%}.qa-gauge>div{place-items:center;grid-gap:5px;gap:5px;width:calc(100% - 28px);background:#ffffff;text-align:center}.qa-gauge strong{font-family:var(--font-display);font-size:28px;font-weight:400}.qa-gauge span{max-width:100%;color:var(--text-muted);font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qa-target-pill{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:28px;border-radius:999px;padding:5px 10px;background:#e8f7ee;color:#128340;font-size:11px;font-weight:800;text-align:center}.qa-target-pill.is-amber{background:#fff7e6;color:#b66a00}.qa-funnel{display:grid;grid-gap:15px;gap:15px;width:100%;align-content:center}.qa-funnel-row{display:grid;grid-template-columns:minmax(116px,.68fr) minmax(120px,1fr) 64px 46px;align-items:center;grid-gap:12px;gap:12px;color:#4b5563;font-size:13px;font-weight:700}.qa-funnel-row div{height:24px;overflow:hidden;border-radius:7px;background:#edf2f7}.qa-funnel-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0362dd,#44b5ff)}.qa-funnel-row small,.qa-funnel-row strong{justify-self:end;color:#111827;font-size:13px;font-weight:800}.qa-data-table{display:flex;flex-direction:column;width:100%;min-width:0;overflow-x:auto}.qa-data-head,.qa-data-row{display:grid;align-items:center;min-width:720px;grid-gap:12px;gap:12px}.qa-data-head{min-height:38px;border-bottom:1px solid #e5ebf3;color:#8a95a7;font-size:11px;font-weight:900;text-transform:uppercase}.qa-data-row{min-height:58px;border-bottom:1px solid #eef2f7;color:#4b5563;font-size:13px;font-weight:600}.qa-data-row:last-child{border-bottom:0}.qa-data-row b,.qa-data-row strong{color:#111827;font-size:13px;font-weight:800}.qa-data-table.is-platforms .qa-data-head,.qa-data-table.is-platforms .qa-data-row{grid-template-columns:1.2fr .7fr .8fr .85fr .85fr}.qa-data-table.is-bank .qa-data-head,.qa-data-table.is-bank .qa-data-row{grid-template-columns:1.05fr .8fr .85fr .85fr .7fr .9fr}.qa-data-table.is-exceptions .qa-data-head,.qa-data-table.is-exceptions .qa-data-row{grid-template-columns:1fr 1fr .75fr .75fr .7fr .72fr}.qa-platform,.qa-severity{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%;gap:7px;white-space:nowrap}.qa-platform i{display:inline-block;width:9px;height:9px;border-radius:999px;background:#0362dd}.qa-platform.is-zomato i{background:#ef4444}.qa-platform.is-swiggy i{background:#f97316}.qa-platform.is-magicpin i{background:#8b5cf6}.qa-platform.is-other i{background:#64748b}.qa-severity{min-height:26px;border-radius:999px;padding:5px 9px;background:#edf2f7;color:#596273;font-size:11px;font-weight:900;line-height:1}.qa-severity.is-high{background:#fff0ef;color:#dc2626}.qa-severity.is-medium{background:#fff7e6;color:#b66a00}.qa-severity.is-low{background:#e8f7ee;color:#128340}.qa-outlet-list{display:grid;grid-gap:12px;gap:12px;width:100%}.qa-outlet-list>div{display:grid;grid-template-columns:minmax(0,1fr) 54px 82px auto;align-items:center;grid-gap:12px;gap:12px;min-height:58px;border-bottom:1px solid #eef2f7}.qa-outlet-list>div:last-child{border-bottom:0}.qa-outlet-list span:first-child{display:grid;min-width:0;grid-gap:4px;gap:4px}.qa-outlet-list strong{color:#111827;font-size:13px;font-weight:800;overflow-wrap:anywhere}.qa-outlet-list small{color:var(--text-muted);font-size:12px;font-weight:600}.qa-empty-state{display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px;width:100%;min-height:212px;padding:24px;color:var(--text-muted);text-align:center}.qa-empty-state>span{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#edf4ff;color:var(--blue-400)}.qa-empty-state h3{margin:2px 0 0;color:#111827;font-size:15px;font-weight:800}.qa-empty-state p,.qa-payment-placeholder p{max-width:440px;margin:0;color:var(--text-muted);font-size:13px;font-weight:500;line-height:1.45}.qa-payment-placeholder{display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;width:100%;min-height:320px;color:var(--blue-400);text-align:center}.qa-payment-placeholder h2{margin:0;color:#111827;font-family:var(--font-display);font-size:28px;font-weight:400}.qa-filter-backdrop{position:fixed;inset:0;z-index:80;display:grid;background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.qa-filter-dialog{display:flex;flex-direction:column;width:min(720px,100%);max-height:min(720px,calc(100vh - 48px));overflow:hidden;border:1px solid #dce3ed;border-radius:8px;box-shadow:0 24px 80px rgba(15,23,42,.24)}.qa-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 18px;border-bottom:1px solid #edf1f6}.qa-filter-head h2{margin:0;color:#111827;font-family:var(--font-display);font-size:26px;font-weight:400}.qa-filter-head p{margin:7px 0 0;color:var(--text-muted);font-size:13px;font-weight:600}.qa-filter-close{width:36px;height:36px;background:#f1f5f9;color:#4b5563;font-size:18px;font-weight:800}.qa-filter-close:focus-visible,.qa-filter-close:hover{background:#e2e8f0;color:#111827}.qa-filter-body{display:grid;grid-template-columns:220px 1px minmax(0,1fr);min-height:360px}.qa-filter-categories,.qa-filter-values{display:flex;flex-direction:column;gap:8px;min-width:0;padding:20px 24px}.qa-filter-categories h3,.qa-filter-values h3{margin:0 0 6px;color:#111827;font-size:13px;font-weight:900}.qa-filter-categories button{min-height:40px;padding:0 12px;background:transparent;color:#596273;font-size:13px;font-weight:800}.qa-filter-categories button.is-active,.qa-filter-categories button:focus-visible,.qa-filter-categories button:hover{background:#edf4ff;color:var(--blue-400)}.qa-filter-divider{background:#edf1f6}.qa-filter-value-list{display:grid;grid-gap:8px;gap:8px;min-width:0}.qa-check-row{display:flex;align-items:center;gap:10px;min-height:38px;border-radius:8px;padding:6px 8px;color:#374151;font-size:13px;font-weight:700;cursor:pointer}.qa-check-row:hover{background:#f8fafc}.qa-check-row input{width:16px;height:16px;accent-color:var(--blue-400)}.qa-check-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qa-filter-actions{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px 22px;border-top:1px solid #edf1f6}.qa-filter-primary,.qa-filter-secondary{min-height:42px;padding:0 18px;font-weight:900}.qa-filter-secondary{border:1px solid #cbd5e1;color:#111827}.qa-filter-primary{background:#0d0d0d}.qa-filter-secondary:focus-visible,.qa-filter-secondary:hover{background:#f8fafc;border-color:#9aa8ba}.qa-filter-primary:focus-visible,.qa-filter-primary:hover{background:#2b2b2b;box-shadow:0 10px 24px rgba(13,13,13,.18)}.qa-check-row input:focus-visible,.qa-date-control>button:focus-visible,.qa-date-menu button:focus-visible,.qa-filter-button:focus-visible,.qa-filter-categories button:focus-visible,.qa-filter-close:focus-visible,.qa-filter-primary:focus-visible,.qa-filter-secondary:focus-visible{outline:2px solid rgba(3,98,221,.35);outline-offset:2px}@media (max-width:1180px){.qa-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.qa-kpi:first-child,.qa-kpi:last-child{border-radius:0}.qa-kpi:nth-child(odd)>i{display:block}.qa-kpi:nth-child(2n)>i{display:none}.qa-chart-grid,.qa-wide-grid{grid-template-columns:1fr}.qa-gateway-rates{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.qa-analytics-page{gap:14px}.qa-date-control,.qa-date-control>button{width:100%}.qa-date-control>button{justify-content:space-between}.qa-date-menu{left:0;right:auto;width:100%}.qa-kpi-strip{grid-template-columns:1fr}.qa-kpi{min-height:104px;padding:18px}.qa-kpi>i{top:auto;right:18px;bottom:0;left:18px;width:auto;height:1px}.qa-kpi:nth-child(2n)>i{display:block}.qa-kpi:last-child>i{display:none}.qa-chart-card{min-height:320px}.qa-chart-body,.qa-chart-card-head,.qa-chart-footer{padding-left:16px;padding-right:16px}.qa-chart-card-head{flex-direction:column}.qa-filter-button{width:100%;justify-content:space-between}.qa-pie-wrap,.qa-stacked-chart{grid-template-columns:1fr}.qa-stacked-axis{display:none}.qa-stacked-bars{min-height:210px;overflow-x:auto;justify-content:flex-start;padding-top:12px}.qa-stack{flex:0 0 48px}.qa-pie{justify-self:center}.qa-funnel-row,.qa-waterfall-row{grid-template-columns:1fr;gap:8px}.qa-funnel-row small,.qa-funnel-row strong,.qa-waterfall-row small,.qa-waterfall-row strong{justify-self:start}.qa-gateway-rates,.qa-outlet-list>div{grid-template-columns:1fr}.qa-outlet-list>div{align-items:start;padding:12px 0}.qa-filter-backdrop{align-items:end;padding:12px}.qa-filter-dialog{max-height:calc(100vh - 24px)}.qa-filter-body{grid-template-columns:1fr;min-height:0;overflow-y:auto}.qa-filter-divider{height:1px}.qa-filter-actions{flex-direction:column-reverse}.qa-filter-primary,.qa-filter-secondary{width:100%}}.qa-analytics-page{width:100%;gap:28px;padding-bottom:48px;color:#0d0d0d}.qa-user-menu{display:inline-flex;align-items:center;gap:12px;width:172px;height:48px;padding:4px 16px 4px 4px;border:0;border-radius:100px;background:#ffffff;color:#0d0d0d}.qa-user-menu>span{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:100px;background:#0362dd;color:#ffffff}.qa-user-menu strong{flex:1 1 auto;min-width:0;overflow:hidden;color:#0d0d0d;font-size:16px;font-weight:500;line-height:1.4;text-align:left;text-overflow:ellipsis;white-space:nowrap}.qa-analytics-section{display:flex;flex-direction:column;gap:20px;width:100%;min-width:0}.qa-loading-buffer{display:grid;grid-gap:20px;gap:20px;width:100%}.qa-loading-chart-grid,.qa-loading-kpis{display:grid;grid-gap:20px;gap:20px;min-width:0}.qa-loading-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.qa-loading-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qa-loading-chart,.qa-loading-kpi{position:relative;overflow:hidden;border-radius:12px;background:#ffffff}.qa-loading-kpi{align-content:center;height:124px;padding:31px 24px}.qa-loading-chart,.qa-loading-kpi{display:grid;grid-gap:18px;gap:18px}.qa-loading-chart{align-content:start;height:516px;padding:24px}.qa-loading-chart:after,.qa-loading-kpi:after{position:absolute;inset:0;content:"";transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(226,239,255,.72),transparent);animation:qa-loading-shimmer 1.4s infinite}.qa-loading-chart b,.qa-loading-chart i,.qa-loading-chart span,.qa-loading-kpi b,.qa-loading-kpi i,.qa-loading-kpi span{display:block;border-radius:999px;background:#edf2f7}.qa-loading-kpi i{width:42%;height:18px}.qa-loading-kpi b{width:58%;height:30px}.qa-loading-kpi span{width:34%;height:24px}.qa-loading-chart i{width:36%;height:24px}.qa-loading-chart b{width:54%;height:18px}.qa-loading-chart span{align-self:end;width:100%;height:312px;margin-top:46px;border-radius:8px}@keyframes qa-loading-shimmer{to{transform:translateX(100%)}}.qa-date-control{width:152px}.qa-date-control>button{justify-content:space-between;width:152px;min-height:40px;padding:0 24px;border:0;border-radius:8px;background:#ffffff;color:#0d0d0d;font-size:16px;font-weight:500;line-height:1;box-shadow:none;white-space:nowrap}.qa-date-control>button svg{width:14px;height:14px;flex:0 0 14px}.qa-date-control>button:focus-visible,.qa-date-control>button:hover{background:#ffffff;box-shadow:inset 0 0 0 2px #0362dd}.qa-date-menu{top:48px;width:152px;border:0;border-radius:8px;box-shadow:0 18px 44px rgba(15,23,42,.14)}.qa-kpi{grid-template-columns:max-content max-content;justify-content:start;min-height:124px;padding:31px 24px}.qa-kpi:first-child,.qa-kpi:last-child{border-radius:0}.qa-kpi>i{top:16px;right:0;width:1px;height:92px;background:#b5bece}.qa-kpi>div{gap:10px}.qa-kpi>div>strong{font-size:30px;line-height:1;letter-spacing:0}.qa-trend-pill{align-self:end;gap:3px;min-height:24px;height:24px;margin-bottom:0;border-radius:100px;padding:4px 8px;background:#10b981;color:#ffffff;font-size:12px;font-weight:500;line-height:1;letter-spacing:0}.qa-trend-pill.is-red{background:#e10909;color:#ffffff}.qa-trend-pill.is-neutral{background:#95a0b1;color:#ffffff}.qa-trend-icon{width:12px;height:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.qa-chart-grid,.qa-wide-grid{grid-template-columns:repeat(2,minmax(0,580px));gap:20px}.qa-chart-card{height:516px;min-height:516px;gap:16px;overflow:hidden;border:0;border-radius:12px;padding:24px;background:#ffffff;box-shadow:none}.qa-chart-card-head{min-height:51px;height:51px;padding:0;border-bottom:0;align-items:center}.qa-chart-card-head h3{color:#101828;font-size:20px;font-weight:700;line-height:1;letter-spacing:0}.qa-chart-card-head p{margin-top:9px;color:#6a7282;font-weight:500}.qa-chart-card-head p,.qa-filter-button{font-size:16px;line-height:1;letter-spacing:0}.qa-filter-button{gap:12px;width:106px;height:40px;min-height:40px;padding:0 16px;border:1px solid #0362dd;border-radius:8px;background:#ffffff;color:#0362dd;font-weight:700}.qa-global-filter-button{width:auto;min-width:118px}.qa-global-filter-button b{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:999px;padding:0 6px;background:#0362dd;color:#ffffff;font-size:12px;font-weight:700;line-height:1}.qa-global-filter-button:focus-visible b,.qa-global-filter-button:hover b{background:#0247a1}.qa-filter-button:focus-visible,.qa-filter-button:hover{border-color:#0247a1;background:#e2efff;color:#0247a1}.qa-chart-body{flex:0 0 401px;height:401px;min-height:0;padding:0}.qa-chart-card.has-footer .qa-chart-body{flex-basis:329px;height:329px}.qa-chart-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;height:56px;min-height:56px;padding:0;border-top:1px solid #eff2f6;color:#6a707c;font-size:12px;font-weight:500;letter-spacing:0}.qa-chart-footer span{display:inline-flex;align-items:center;gap:24px;min-width:0}.qa-chart-footer strong{color:#101828;font-size:20px;font-weight:700;line-height:1.4}.qa-chart-footer .qa-trend-pill{height:32px;min-height:32px;width:74px;padding:8px;font-size:14px}.qa-line-chart{height:401px;gap:10px}.qa-line-chart svg{flex:0 0 286px;width:100%;height:286px;min-height:0;margin-top:50px}.qa-line-chart line{stroke:#cfd8e3;stroke-dasharray:3 3}.qa-line-chart text{fill:#6a707c;font-size:12px;font-weight:400;letter-spacing:0}.qa-line-chart path{stroke-width:2.5}.qa-line-chart circle{stroke-width:0}.qa-chart-legend{width:100%;justify-content:space-between;gap:16px;color:#6a707c;font-size:12px;font-weight:400;letter-spacing:0}.qa-line-chart .qa-chart-legend{height:16px;padding:0 48px}.qa-chart-legend i{width:8px;height:8px;border-radius:100px}.qa-stacked-chart{grid-template-columns:69px minmax(0,1fr);grid-template-rows:236px 48px;align-content:end;column-gap:24px;row-gap:24px;height:329px;padding-top:19px}.qa-stacked-axis{height:236px;padding-bottom:4px;color:#6a707c;font-size:12px;font-weight:500}.qa-stacked-bars{height:236px;gap:18px;border-bottom:0;background-image:none}.qa-stack{width:40.6px;min-width:40.6px;flex:0 0 40.6px}.qa-stack-column{width:40.6px;border-radius:4px 4px 0 0}.qa-stack-column span{min-height:4px}.qa-stack small{color:#6a707c;font-size:12px;font-weight:500}.qa-stacked-chart .qa-chart-legend{grid-column:1/-1;height:48px;padding:0 48px}.qa-stacked-chart .qa-chart-legend span{display:grid;grid-template-columns:8px auto;grid-template-rows:16px 20px;grid-column-gap:5px;column-gap:5px;align-items:center}.qa-stacked-chart .qa-chart-legend small{grid-column:2;color:#101828;font-size:12px;font-weight:700}.qa-pie-wrap{grid-template-columns:1fr;justify-items:center;align-content:space-between;gap:0;height:401px}.qa-pie{width:240px;margin-top:24px}.qa-pie:after{inset:58px}.qa-pie strong{font-family:var(--font-body);font-size:30px;font-weight:700}.qa-pie-wrap .qa-chart-legend{height:48px;padding:0 48px;justify-content:space-between}.qa-pie-wrap .qa-chart-legend span{display:grid;grid-template-columns:8px auto;grid-template-rows:16px 28px;grid-column-gap:5px;column-gap:5px;align-items:center}.qa-pie-wrap .qa-chart-legend small{grid-column:1/-1;color:#101828;font-size:18px;font-weight:700;line-height:28px}.qa-waterfall{align-content:center;gap:12.5px;height:329px;padding:0 32px}.qa-waterfall-row{grid-template-columns:159px 245px 64px;grid-template-areas:"label bar value" "label bar pct";height:37.5px;gap:0}.qa-waterfall-row>span{grid-area:label;align-self:center;color:#292b30;font-size:14px;font-weight:500}.qa-waterfall-row>div{grid-area:bar;align-self:center;height:36px;border-radius:0;background:#ebeff4}.qa-waterfall-row strong{grid-area:value;align-self:end;color:#292b30;font-size:14px;font-weight:500}.qa-waterfall-row small{grid-area:pct;align-self:start;color:#6a707c;font-size:11px;font-weight:400}.qa-gateway-rates{grid-template-columns:repeat(3,280px);justify-content:space-between}.qa-gauge{width:180px}.qa-target-pill{min-height:44px;padding:9px 20px;background:#e2efff;color:#0247a1;font-size:16px;font-weight:500}.qa-payment-placeholder{min-height:401px}.qa-filter-backdrop{place-items:center;padding:24px;background:rgba(15,23,42,.28)}.qa-filter-dialog{width:min(760px,calc(100vw - 48px));max-width:calc(100vw - 32px);height:min(640px,calc(100vh - 48px));max-height:calc(100vh - 32px);gap:22px;border:0;border-radius:12px;padding:28px 32px;background:#ffffff;box-shadow:0 24px 80px rgba(15,23,42,.18)}.qa-filter-head{min-height:56px;height:auto;padding:0;border-bottom:0}.qa-filter-head h2{color:#101828;font-family:var(--font-body);font-size:20px;font-weight:700;line-height:1;letter-spacing:0}.qa-filter-head p{margin-top:9px;color:#6a7282;font-size:16px;font-weight:500;line-height:1;letter-spacing:0}.qa-filter-close{width:32px;height:32px;padding:8px;background:transparent;color:#0362dd;font-size:20px;font-weight:500}.qa-filter-body{grid-template-columns:220px 1.5px minmax(0,1fr);gap:32px;width:100%;min-height:0;flex:1 1 auto;padding:18px 16px 6px;overflow:hidden}.qa-filter-categories,.qa-filter-values{gap:12px;padding:0;min-height:0;overflow-y:auto;scrollbar-width:thin}.qa-filter-categories h3,.qa-filter-values h3{margin:0;color:#0d0d0d;font-size:16px;font-weight:500;line-height:1;letter-spacing:0}.qa-filter-categories button{justify-content:flex-start;width:100%;height:44px;min-height:44px;padding:8px 18px;background:#eff2f6;color:#0d0d0d;font-size:15px;font-weight:500;line-height:1.15;letter-spacing:0;text-align:left;white-space:nowrap}.qa-filter-categories button.is-active,.qa-filter-categories button:focus-visible,.qa-filter-categories button:hover{background:#c3ddfe;color:#012c65}.qa-filter-divider{width:1.5px;height:100%;background:#ebeff4}.qa-filter-values{padding-left:16px}.qa-filter-value-list{gap:12px;min-height:0;padding-left:12px;overflow:visible}.qa-check-row{min-height:30px;gap:12px;padding:0;border-radius:0;color:#0d0d0d;font-size:16px;font-weight:500;line-height:1;letter-spacing:0}.qa-check-row:hover{background:transparent}.qa-check-row input{width:18px;height:18px;margin:0;accent-color:#0362dd}.qa-filter-actions{flex:0 0 auto;gap:16px;width:100%;padding:0;border-top:0}.qa-filter-primary,.qa-filter-secondary{flex:1 1;height:36px;min-height:36px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:700;line-height:1;letter-spacing:0}.qa-filter-secondary{border:1px solid #0362dd;background:#ffffff;color:#0362dd}.qa-filter-primary{background:#0362dd;color:#ffffff}@media (max-width:1180px){.qa-analytics-page{width:100%}.qa-chart-grid,.qa-wide-grid{grid-template-columns:1fr}.qa-loading-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.qa-loading-chart-grid{grid-template-columns:1fr}.qa-chart-card{width:100%}.qa-gateway-rates{grid-template-columns:repeat(2,minmax(0,280px))}}@media (max-width:760px){.qa-user-menu{width:52px;padding-right:4px}.qa-user-menu strong,.qa-user-menu>svg{display:none}.qa-date-control,.qa-date-control>button{width:100%}.qa-kpi-strip{height:auto}.qa-loading-kpis{grid-template-columns:1fr}.qa-loading-kpi{height:104px}.qa-loading-chart{height:516px}.qa-kpi{grid-template-columns:minmax(0,1fr) max-content}.qa-chart-card{height:auto;min-height:516px}.qa-chart-card-head{height:auto;min-height:51px}.qa-chart-body,.qa-chart-card.has-footer .qa-chart-body{flex-basis:401px;height:401px}.qa-stacked-chart{grid-template-columns:1fr;overflow-x:auto}.qa-stacked-axis{display:none}.qa-waterfall{padding:0}.qa-waterfall-row{grid-template-columns:1fr;grid-template-areas:"label" "bar" "value" "pct";height:auto;gap:6px}.qa-filter-dialog{height:auto;max-height:calc(100vh - 32px)}.qa-filter-body{grid-template-columns:1fr;width:100%;padding-inline:0;overflow-y:auto}.qa-filter-divider{width:100%;height:1px}.qa-filter-values{padding-left:0}.qa-filter-categories button{white-space:normal}}.qa-chart-tooltip{position:fixed;z-index:10000;max-width:240px;padding:8px 10px;border-radius:8px;background:#101828;color:#ffffff;font-size:12px;font-weight:700;line-height:1.35;pointer-events:none;white-space:normal;overflow-wrap:anywhere;transform:translate(-50%,calc(-100% - 12px));box-shadow:0 12px 28px rgba(16,24,40,.22)}.qa-chart-actions{display:inline-flex;align-items:center;gap:16px;flex:0 0 auto}.qa-compare-button{width:139px}.qa-kpi-strip{justify-content:space-between;width:100%;height:124px;min-height:124px;padding:16px 24px;border:0;border-radius:12px;background:#ffffff;box-shadow:none}.qa-kpi{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-content:center;grid-column-gap:24px;column-gap:24px;grid-row-gap:12px;flex:0 0 192px;height:92px;min-height:92px;padding:0;background:transparent}.qa-kpi>div>strong{color:#0d0d0d;font-family:var(--font-body)}.qa-kpi .qa-trend-pill{min-width:60px;justify-content:center;font-size:12px;padding:4px 6px}.qa-kpi-divider{height:92px;background:#b5bece;margin:0}.qa-kpi-info{position:relative;margin-left:5px;vertical-align:middle}.qa-kpi-info,.qa-kpi-info-btn{display:inline-flex;align-items:center}.qa-kpi-info-btn{justify-content:center;width:16px;height:16px;padding:0;border:1px solid #c9d2df;background:transparent;color:#9aa3ae;font-size:11px;font-weight:700;line-height:1;cursor:pointer;border-radius:50%;transition:color .15s}.qa-kpi-info-btn:focus,.qa-kpi-info-btn:hover{border-color:#0362dd;color:#0362dd;outline:none}.qa-card-order{grid-column:1/3;width:100%}.qa-card-aov{grid-column:1;width:100%;height:512px;min-height:512px}.qa-card-platform{grid-column:2;width:100%}.qa-card-revenue{grid-column:1/3;width:100%;height:532px;min-height:532px;gap:24px}.qa-card-aov .qa-chart-footer{height:52px;min-height:52px;justify-content:center}.qa-card-order .qa-chart-footer,.qa-card-platform .qa-chart-footer,.qa-card-revenue .qa-chart-footer{justify-content:center;gap:48px}.qa-card-aov .qa-chart-footer span{gap:24px}.qa-card-aov .qa-chart-footer strong,.qa-card-order .qa-chart-footer strong,.qa-card-platform .qa-chart-footer strong,.qa-card-revenue .qa-chart-footer strong{font-size:18px;line-height:28px;letter-spacing:-.4395px}.qa-figma-line-chart{position:relative;width:100%;height:329px;min-width:0}.qa-figma-line-chart svg{display:block;width:100%;height:100%;overflow:visible}.qa-figma-line-chart line{stroke:#dbe3ee;stroke-width:1;stroke-dasharray:3 3}.qa-figma-line-chart path{fill:none;stroke:#0b63e5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.qa-figma-line-chart circle{fill:#0b63e5;stroke:#ffffff;stroke-width:2;outline:none;transition:r .14s ease,filter .14s ease}.qa-figma-line-chart circle:focus,.qa-figma-line-chart circle:hover{r:5;filter:drop-shadow(0 4px 8px rgba(15,23,42,.2))}.qa-figma-line-chart text{fill:#6a707c;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1;letter-spacing:0}.qa-figma-line-chart g>text{text-anchor:end}.qa-aov-gauge{position:relative;display:grid;align-content:center;justify-items:center;grid-gap:32px;gap:32px;width:100%;height:329px}.qa-aov-meter{position:relative;width:320px;height:180px;outline:none}.qa-aov-meter svg{display:block;width:320px;height:180px;overflow:visible}.qa-aov-meter path{fill:none;stroke-width:34;stroke-linecap:round}.qa-aov-track{stroke:#e5e7eb}.qa-aov-progress{stroke:#0362dd}.qa-aov-label{position:absolute;left:50%;top:84px;display:flex;flex-direction:column;align-items:center;gap:4px;transform:translateX(-50%)}.qa-aov-label strong{color:#0a0a0a;font-size:48px;font-weight:700;line-height:60px;letter-spacing:.2637px}.qa-aov-label span{color:#99a1af}.qa-aov-label span,.qa-aov-target{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0;white-space:nowrap}.qa-aov-target{display:inline-flex;align-items:center;justify-content:center;width:192px;height:44px;border-radius:999px;background:#fef3c6;color:#bb4d00;font-family:"Inter",var(--font-body)}.qa-figma-stacked-chart{position:relative;display:grid;grid-template-rows:239px 16px;grid-column-gap:48px;grid-row-gap:21px;width:100%}.qa-figma-stacked-axis{display:flex;flex-direction:column;justify-content:space-between;height:224px;padding-bottom:15px;color:#6a707c;font-size:12px;font-weight:500;line-height:1;letter-spacing:.24px;text-align:right}.qa-figma-stacked-bars{display:flex;align-items:flex-end;justify-content:space-between;height:239px;min-width:0}.qa-figma-stack{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;width:40.6px}.qa-figma-stack-column{display:flex;flex-direction:column-reverse;width:40.6px;overflow:hidden;border-radius:4px 4px 0 0}.qa-figma-stack-column span{display:block;min-height:3px;outline:none;transition:filter .14s ease}.qa-figma-stack-column span:focus,.qa-figma-stack-column span:hover{filter:brightness(.93)}.qa-figma-stack small{color:#6a707c;font-size:12px;font-weight:500;line-height:1;letter-spacing:.24px}.qa-figma-stack small.is-hidden{visibility:hidden}.qa-figma-stacked-chart .qa-chart-legend{grid-column:1/-1;justify-content:space-between;height:16px;color:#6a707c;font-size:12px;font-weight:400;line-height:1;letter-spacing:.24px}@media (max-width:1180px){.qa-kpi-strip,.qa-sales-grid{width:100%}.qa-sales-grid{grid-template-columns:1fr}.qa-card-aov,.qa-card-order,.qa-card-platform,.qa-card-revenue{grid-column:1;width:100%}}@media (max-width:760px){.qa-kpi-strip{flex-direction:column;align-items:stretch;height:auto;padding:0;overflow:hidden}.qa-kpi{width:100%;flex-basis:auto;height:104px;padding:18px}.qa-kpi-divider{width:auto;height:1px;margin:0 18px}.qa-card-aov,.qa-card-revenue{height:auto;min-height:516px}.qa-figma-stacked-chart{grid-template-columns:1fr;padding-left:0;padding-right:0;overflow-x:auto}.qa-figma-stacked-axis{display:none}.qa-figma-stacked-bars{min-width:540px}.qa-aov-meter{transform:scale(.86)}}.qa-chart-tooltip.is-figma{width:200px;max-width:none;padding:10px 14px;border-radius:8px;background:#e8eef7;color:#111111;font-family:var(--font-body);font-size:13px;font-weight:400;line-height:1.4;letter-spacing:0;transform:translate(-50%,-55%);box-shadow:0 4px 12px rgba(16,24,40,.15)}.qa-chart-tooltip.is-figma strong{display:block;margin-bottom:6px;color:#111111;font-size:14px;font-weight:600;line-height:1}.qa-chart-tooltip.is-figma p{margin:0;white-space:normal}.qa-chart-tooltip.is-figma .qa-tooltip-total{margin-top:12px}.qa-sales-grid{display:grid;grid-template-columns:repeat(2,minmax(0,580px));grid-gap:20px;gap:20px;justify-content:space-between;width:100%;min-width:0}.qa-sales-grid .qa-chart-card{grid-column:auto;width:100%;height:516px;min-height:516px;gap:16px}.qa-sales-grid:has(.qa-card-sla-compliance){grid-template-columns:repeat(2,minmax(0,1fr))}.qa-sales-grid .qa-card-sla-compliance{width:100%;justify-self:stretch}.qa-card-sla-compliance .qa-chart-body{display:grid;place-items:center}.qa-card-cancellation-breakdown,.qa-card-cancellation-rate,.qa-card-order,.qa-card-platform,.qa-card-refund-breakdown,.qa-card-refund-rate,.qa-card-total-value,.qa-card-waterfall{grid-column:auto;width:100%}.qa-card-platform .qa-chart-footer,.qa-card-waterfall .qa-chart-footer{justify-content:space-between;gap:0;flex-wrap:nowrap}.qa-card-platform .qa-chart-footer span,.qa-card-waterfall .qa-chart-footer span{flex:0 0 auto;white-space:nowrap}.qa-card-platform .qa-chart-footer strong,.qa-card-waterfall .qa-chart-footer strong{font-size:18px;line-height:28px;letter-spacing:-.4395px}.qa-figma-multi-line-chart{position:relative;width:100%;height:401px;overflow:visible}.qa-figma-multi-line-chart svg{position:absolute;inset:0;display:block;width:100%;height:100%;overflow:visible}.qa-figma-multi-line-chart line{stroke:#dbe3ee;stroke-width:1;stroke-dasharray:3 3}.qa-figma-multi-line-chart path{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.qa-figma-multi-line-chart circle{stroke:#ffffff;stroke-width:0;outline:none;transition:r .14s ease,filter .14s ease}.qa-figma-multi-line-chart circle:focus,.qa-figma-multi-line-chart circle:hover{r:5;filter:drop-shadow(0 4px 8px rgba(15,23,42,.2))}.qa-figma-multi-line-chart text{fill:#6a707c;font-family:var(--font-body);font-size:12px;font-weight:400;line-height:1;letter-spacing:.24px}.qa-figma-multi-line-chart .qa-y-axis-label{text-anchor:end}.qa-figma-multi-line-chart .qa-axis-label{text-anchor:middle}.qa-figma-multi-line-chart .qa-chart-legend{position:absolute;left:0;top:347px;width:532px;height:16px;padding:0 48px;justify-content:space-between;gap:0;color:#6a707c;font-size:12px;font-weight:400;line-height:1;letter-spacing:.24px}.qa-figma-stacked-chart{grid-template-columns:45px minmax(0,1fr);grid-template-rows:239px 48px;column-gap:48px;row-gap:21px;width:532px;height:329px;padding:19px 24px 0}.qa-figma-stacked-chart .qa-chart-legend{height:48px;padding:0 24px;flex-wrap:nowrap;gap:18px}.qa-figma-stacked-chart .qa-chart-legend span{display:grid;grid-template-columns:8px auto;grid-template-rows:16px 20px;grid-column-gap:5px;column-gap:5px;align-items:center}.qa-figma-stacked-chart .qa-chart-legend small{grid-column:2;color:#6a707c;font-size:12px;font-weight:400}.qa-waterfall-row.is-deduction b{margin-left:auto;border-radius:0 4px 4px 0}.qa-waterfall-row.is-positive b{border-radius:4px}.qa-card-match-rate-full{width:100%;grid-column:1/-1;height:auto;min-height:384px}.qa-card-match-rate-full .qa-chart-body{flex:1 1 auto;width:100%;height:auto;padding:44px 27px 28px}.qa-card-gateway-rate{height:488px;min-height:488px}.qa-card-gateway-rate .qa-chart-body{flex-basis:373px;height:373px;padding-bottom:40px}.qa-card-settlement-match-rate{width:100%;grid-column:1/-1;height:316px;min-height:316px}.qa-card-settlement-match-rate .qa-chart-body{flex:1 1 auto;width:100%;height:auto;padding:12px 28px 18px}.qa-settlement-match-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));align-items:flex-end;grid-gap:22px;gap:22px;width:100%;height:100%;min-height:202px}.qa-settlement-match-item{display:grid;justify-items:center;align-content:flex-end;grid-gap:6px;gap:6px;min-width:0;height:100%}.qa-settlement-match-track{display:flex;align-items:flex-end;width:43px;height:150px;overflow:hidden;border-radius:6px;background:#edf2f7}.qa-settlement-match-fill{display:block;width:100%;border-radius:6px}.qa-settlement-match-fill.is-good{background:#0362DD}.qa-settlement-match-fill.is-warning{background:#F25C05}.qa-settlement-match-item strong{color:#111827;font-size:18px;font-weight:700;line-height:1}.qa-settlement-match-item span{max-width:100%;color:#667085;font-size:12px;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qa-match-rate-gauges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:34px 28px;gap:34px 28px;align-items:flex-start;width:100%}.qa-gauge-wrap{display:flex;flex-direction:column;align-items:center;gap:18px;justify-self:center;width:min(100%,224px);min-width:0}.qa-gauge-svg-wrap{position:relative;width:100%;max-width:224px}.qa-gauge-svg-wrap svg{display:block;width:100%;height:auto}.qa-gauge-track{stroke:#eff2f6}.qa-gauge-fill,.qa-gauge-track{fill:none;stroke-width:16;stroke-linecap:round}.qa-gauge-fill{stroke-dashoffset:0}.qa-gauge-center{position:absolute;bottom:0;left:50%;transform:translateX(-50%);text-align:center;display:flex;flex-direction:column;align-items:center;gap:2px;padding-bottom:0;white-space:nowrap}.qa-gauge-center strong{font-size:36px;font-weight:700;line-height:1;color:#0d0d0d}.qa-gauge-center span{font-size:16px;font-weight:500;color:#95a0b1;letter-spacing:0}.qa-gauge-badge{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;height:44px;padding:0 16px;font-size:16px;font-weight:500;border-radius:999px;white-space:nowrap}.qa-gauge-badge.is-met{background:#10b981;color:#ffffff}.qa-gauge-badge.is-gap{background:#e6890f;color:#ffffff}@media (max-width:980px){.qa-match-rate-gauges{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.qa-card-match-rate-full .qa-chart-body{padding-inline:16px}.qa-match-rate-gauges{grid-template-columns:1fr}}.qa-radial-gauge-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;flex:1 1;min-width:0}.qa-radial-gauge{position:relative;width:160px;height:160px}.qa-radial-gauge svg{display:block;width:100%;height:100%}.qa-radial-track{fill:none;stroke:#e2efff}.qa-radial-fill{fill:none;stroke-linecap:round;stroke-dashoffset:0}.qa-radial-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.qa-radial-center strong{font-size:1.875rem;font-weight:700;line-height:1;color:var(--text-primary,#0f172a)}.qa-radial-center span{font-size:.675rem;font-weight:500;color:var(--text-muted,#6b7280);text-align:center;max-width:80px}.qa-settlement-match-gauges{display:flex;justify-content:space-around;align-items:flex-start;gap:16px;padding:8px 40px 20px}.qa-sla-inner{flex-direction:column;align-items:center;gap:18px;padding:2px 0 8px;height:100%;width:min(360px,100%);margin-inline:auto}.qa-sla-gauge,.qa-sla-inner{display:flex;justify-content:center}.qa-sla-gauge{width:280px;max-width:100%}.qa-sla-gauge .qa-radial-gauge{width:232px;height:232px}.qa-sla-gauge .qa-radial-fill,.qa-sla-gauge .qa-radial-track{stroke-width:13}.qa-sla-gauge .qa-radial-center strong{font-size:44px}.qa-sla-gauge .qa-radial-center span{max-width:120px;font-size:15px}.qa-sla-gauge .qa-gauge-badge{min-width:176px;height:36px;font-size:14px;line-height:1}.qa-sla-gauge .qa-gauge-badge.is-gap{background:#e10909}.qa-sla-stats{display:flex;align-items:center;justify-content:center;gap:36px;width:280px;max-width:100%;text-align:center}.qa-sla-stats span{display:flex;flex-direction:row;align-items:center;gap:6px}.qa-sla-stats small{font-size:15px;color:var(--text-muted,#6a7282);font-weight:400;line-height:1}.qa-sla-stats strong{font-size:15px;font-weight:700;line-height:1}.qa-bank-grid-sla-gap{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.58fr);grid-gap:20px;gap:20px;align-items:stretch}.qa-payout-partner-chart{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:344px}.qa-payout-partner-plot{display:grid;grid-template-columns:68px minmax(0,1fr);grid-gap:20px;gap:20px;height:242px}.qa-payout-partner-axis{display:flex;flex-direction:column;justify-content:space-between;height:220px;padding-top:2px;color:#6a7282;font-size:13px;font-weight:500;line-height:1;text-align:right}.qa-payout-partner-bars{display:flex;align-items:flex-end;justify-content:space-around;gap:24px;height:242px;min-width:0}.qa-payout-partner-stack{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;min-width:64px}.qa-payout-partner-column{display:flex;flex-direction:column-reverse;width:34px;overflow:hidden;outline:none;border-radius:4px 4px 0 0}.qa-payout-partner-column.is-empty{border-top:none}.qa-payout-partner-column span{display:block;min-height:3px;transition:filter .14s ease}.qa-payout-partner-column:focus span,.qa-payout-partner-column:hover span{filter:brightness(.94)}.qa-payout-partner-stack small{color:#6a7282;font-size:13px;font-weight:500;line-height:1;text-align:center;white-space:nowrap}.qa-payout-partner-chart .qa-chart-legend{justify-content:flex-start;flex-wrap:wrap;gap:18px;margin-top:16px;color:#6a7282;font-size:14px}.qa-payout-partner-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;margin-top:12px;color:#6a7282;font-size:14px;line-height:1;text-align:center}.qa-card-store-performance,.qa-sales-grid .qa-card-store-performance{grid-column:1/-1}.qa-sales-grid .qa-card-store-performance{height:auto;min-height:516px}.qa-card-store-performance .qa-chart-body{height:auto;min-height:0;padding:0 24px 24px}.qa-store-toggle{display:inline-flex;align-items:center;gap:4px;padding:3px;border:1px solid #dbe3ee;border-radius:8px;background:#f8fafc}.qa-store-toggle button{min-width:76px;height:34px;border:0;border-radius:6px;background:transparent;color:#6a7282;font-size:13px;font-weight:700;cursor:pointer}.qa-store-toggle button.is-active{background:#ffffff;color:#0362dd;box-shadow:0 1px 3px rgba(16,24,40,.12)}.qa-store-table{width:100%}.qa-store-row{display:grid;grid-template-columns:minmax(180px,2fr) minmax(140px,1.2fr) minmax(88px,.7fr) minmax(110px,.8fr) minmax(96px,.7fr);grid-gap:16px;gap:16px;align-items:center;min-height:58px;border-bottom:1px solid #edf1f7;color:#101828;font-size:14px}.qa-store-row.is-head{min-height:38px;color:#6a7282;font-size:12px;font-weight:800;text-transform:uppercase}.qa-store-row span{min-width:0}.qa-store-row small,.qa-store-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qa-store-row strong{color:#101828;font-size:14px;font-weight:800}.qa-store-row small{margin-top:4px;color:#6a7282;font-size:12px;font-weight:500}.qa-sales-grid .qa-card-store-performance .qa-chart-body{flex:1 1 auto;height:auto;padding:0}.qa-sales-grid .qa-card-store-performance .qa-store-table{display:grid;align-content:start;width:100%}.qa-sales-grid .qa-card-store-performance .qa-store-row{grid-template-columns:minmax(120px,1.5fr) minmax(90px,.9fr) minmax(56px,.55fr) minmax(72px,.7fr) minmax(64px,.6fr);gap:10px;min-height:60px;font-size:14px}.qa-sales-grid .qa-card-store-performance .qa-store-row.is-head{min-height:36px;font-size:12px}.qa-sales-grid .qa-card-store-performance .qa-store-row strong{font-size:15px}.qa-sales-grid .qa-card-store-performance .qa-store-row small{font-size:12px}.qa-payout-partner-summary span{display:inline-flex;align-items:center;gap:8px}.qa-payout-partner-summary small{font-size:14px;font-weight:400}.qa-payout-partner-summary strong{color:#101828;font-size:14px;font-weight:700}.qa-payout-partner-summary strong.is-positive{padding:3px 8px;border-radius:6px;background:#e8f7ee;color:#128340}.qa-payout-partner-summary strong.is-negative{padding:3px 8px;border-radius:6px;background:#fee2e2;color:#991b1b}.qa-bank-utr-chart{display:flex;flex-direction:column;justify-content:space-between;gap:14px;width:100%;min-height:401px}.qa-bank-utr-legend{justify-content:flex-start;gap:24px;padding:0 8px;font-size:14px}.qa-bank-utr-chart .qa-chart-footer{height:48px;min-height:48px;font-size:14px}.qa-card-merchant-full{width:100%;grid-column:1/-1}.qa-card-merchant-full .qa-chart-card-head{align-items:flex-start}.qa-card-merchant-full .qa-chart-actions{align-self:flex-start;margin-left:auto}.qa-data-table.is-merchant .qa-data-head,.qa-data-table.is-merchant .qa-data-row{grid-template-columns:1.6fr 1fr 1fr 1fr 1fr .6fr 1.2fr .8fr;min-width:820px}.qa-merchant-cycle strong{display:block;font-size:.8125rem;font-weight:600;color:#111827}.qa-merchant-cycle small{color:var(--text-muted,#6a7282);font-size:.7rem;font-weight:400}.qa-status-pill{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;padding:4px 8px;gap:10px;min-width:73px;height:27px;border-radius:4px;font-size:14px;font-weight:500;line-height:19px;letter-spacing:.02em;white-space:nowrap;flex:none;flex-grow:0}.qa-status-pill.is-matched{background:#10B981;color:#ffffff}.qa-status-pill.is-partial{background:#fee2e2;color:#b42318}.qa-action-link{background:none;border:none;cursor:pointer;font-size:.75rem;font-weight:600;color:#0362dd;padding:0;text-align:left}.qa-action-link:hover{text-decoration:underline}.qa-figma-pie-wrap{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:401px;padding:24px 0}.qa-figma-pie{position:relative;width:240px;height:240px;border-radius:50%}.qa-figma-pie:after{content:"";position:absolute;inset:52px;border-radius:50%;background:#ffffff}.qa-figma-pie-wrap .qa-chart-legend{width:100%;height:48px;padding:0 24px;justify-content:space-between}.qa-figma-pie-wrap .qa-chart-legend span{display:grid;grid-template-columns:8px auto;grid-template-rows:16px 28px;grid-column-gap:5px;column-gap:5px;align-items:center;min-width:0}.qa-figma-pie-wrap .qa-chart-legend small{grid-column:1/-1;color:#101828;overflow:hidden;font-size:16px;font-weight:700;line-height:28px;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1180px){.qa-sales-grid{width:100%}.qa-bank-grid-sla-gap,.qa-sales-grid{grid-template-columns:1fr}.qa-card-cancellation-breakdown,.qa-card-cancellation-rate,.qa-card-order,.qa-card-platform,.qa-card-refund-breakdown,.qa-card-refund-rate,.qa-card-total-value,.qa-card-waterfall,.qa-sales-grid .qa-chart-card{grid-column:1;width:100%}}@media (max-width:760px){.qa-chart-tooltip.is-figma{width:min(200px,calc(100vw - 24px));padding:8px 12px;font-size:12px}.qa-chart-tooltip.is-figma strong{font-size:13px}.qa-store-table{overflow-x:auto}.qa-store-row{min-width:720px}.qa-figma-multi-line-chart,.qa-figma-multi-line-chart svg,.qa-figma-pie-wrap,.qa-figma-pie-wrap .qa-chart-legend,.qa-figma-stacked-chart{width:100%}.qa-figma-multi-line-chart,.qa-figma-pie-wrap,.qa-figma-stacked-chart{min-width:532px}}.qa-analytics-page{gap:16px;padding-bottom:32px}.qa-analytics-section{gap:16px}.qa-kpi-strip{display:flex;align-items:stretch;justify-content:stretch;gap:0;height:auto;min-height:116px;padding:16px 18px}.qa-kpi{flex:1 1;width:auto;min-width:0;height:auto;min-height:84px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto minmax(0,1fr);align-content:stretch;align-items:end;column-gap:10px;row-gap:12px;padding:0 6px}.qa-kpi>div{display:contents}.qa-kpi>div>span{display:inline-flex;grid-column:1/-1;align-items:center;gap:5px;min-width:0;min-height:20px;color:#6a707c;font-size:16px;font-weight:700;line-height:1;letter-spacing:0;white-space:nowrap}.qa-kpi-label-text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qa-kpi>div>span .qa-kpi-info{flex:0 0 auto;margin-left:0}.qa-kpi>div>strong{grid-column:1;overflow:hidden;text-overflow:ellipsis;font-size:28px;font-weight:700;line-height:28px;letter-spacing:.56px}.qa-kpi .qa-trend-pill,.qa-kpi>div>strong{align-self:end;max-width:100%;white-space:nowrap}.qa-kpi .qa-trend-pill{grid-column:2;justify-self:end;min-width:0;padding-inline:7px}.qa-kpi-divider{flex:0 0 1px;width:1px;height:84px;align-self:center;margin:0 clamp(10px,1.2vw,16px)}.qa-kpi-strip[data-kpi-count="5"]{padding-inline:16px}.qa-kpi-strip[data-kpi-count="5"] .qa-kpi{column-gap:8px;padding-inline:4px}.qa-kpi-strip[data-kpi-count="5"] .qa-kpi-divider{margin-inline:clamp(8px,.9vw,12px)}.qa-card-platform .qa-chart-body,.qa-card-waterfall .qa-chart-body{align-items:center;justify-content:center}.qa-card-platform .qa-figma-stacked-chart,.qa-card-waterfall .qa-waterfall{margin-inline:auto}.qa-card-payment-gov-trend{grid-column:1/-1;height:620px;min-height:620px}.qa-chart-card.qa-card-payment-gov-trend.has-footer .qa-chart-body{flex:0 0 424px;flex-basis:424px;height:424px;align-items:stretch;justify-content:center}.qa-card-payment-gov-trend .qa-chart-footer{height:64px;min-height:64px;gap:20px}.qa-card-payment-gov-trend .qa-chart-footer span{gap:12px;white-space:nowrap}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide{grid-template-columns:78px minmax(0,1fr);grid-template-rows:340px 58px;column-gap:52px;row-gap:18px;width:min(100%,1320px);min-width:0;height:424px;padding:8px clamp(28px,5vw,96px) 0}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-figma-stacked-axis{height:316px;padding-bottom:30px;font-size:14px}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-figma-stacked-bars{height:340px}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-figma-stack{gap:9px}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-figma-stack-column{border-radius:5px 5px 0 0}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-figma-stack small{font-size:14px}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-chart-legend{height:58px;padding:0;align-items:start}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-chart-legend span{grid-template-columns:9px auto;grid-template-rows:20px 22px;column-gap:8px;color:#6a707c;font-size:14px}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-chart-legend i{width:9px;height:9px}.qa-card-payment-gov-trend .qa-figma-stacked-chart.is-wide .qa-chart-legend small{color:#6a707c;font-size:14px}.qa-card-waterfall .qa-waterfall{width:min(100%,500px)}.qa-card-waterfall .qa-chart-footer span:last-child strong{color:#101828}.qa-card-cancellation-breakdown:has([aria-label="Exception severity breakdown"]) .qa-chart-card-head h3{display:inline-flex;align-items:center;gap:8px;position:relative}.qa-card-cancellation-breakdown:has([aria-label="Exception severity breakdown"]) .qa-chart-card-head h3:after{content:"i";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#eef5ff;color:#0362dd;font-size:12px;font-weight:700;cursor:help}.qa-card-cancellation-breakdown:has([aria-label="Exception severity breakdown"]) .qa-chart-card-head h3:focus-within:before,.qa-card-cancellation-breakdown:has([aria-label="Exception severity breakdown"]) .qa-chart-card-head h3:hover:before{content:"Severity is based on value at risk: Critical >= ₹1,500, High >= ₹900, Medium >= ₹400, Low < ₹400.";position:absolute;left:100%;top:50%;z-index:20;width:300px;margin-left:10px;padding:10px 12px;border-radius:8px;background:#111827;color:#fff;font-size:12px;font-weight:500;line-height:1.45;transform:translateY(-50%);box-shadow:0 14px 32px rgba(17,24,39,.2)}.qa-chart-grid,.qa-sales-grid,.qa-wide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;justify-content:stretch}@media (max-width:1180px){.case-fact-grid,.case-file-grid,.case-mini-metrics,.case-summary-equation,.order-drilldown-main-grid,.settlement-breakup-grid{grid-template-columns:1fr}.case-summary-equation>b{display:none}.case-tally-table{overflow-x:auto}.case-tally-head,.case-tally-row{min-width:860px}.qa-chart-grid,.qa-sales-grid,.qa-wide-grid{grid-template-columns:1fr}}