.page-module__ePFTrG__page{flex-direction:column;height:100%;display:flex}.page-module__ePFTrG__toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 16px;display:flex}.page-module__ePFTrG__tabGroup{border:1px solid var(--border);border-radius:var(--radius-md);scrollbar-width:thin;-webkit-overflow-scrolling:touch;max-width:100%;display:flex;overflow-x:auto}.page-module__ePFTrG__tabGroup::-webkit-scrollbar{height:4px}.page-module__ePFTrG__tabGroup::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.page-module__ePFTrG__tab{cursor:pointer;color:var(--text-secondary);white-space:nowrap;background:0 0;border:none;padding:7px 16px;font-size:13px;font-weight:400;transition:background .15s,color .15s}.page-module__ePFTrG__tab:hover{background:var(--bg-hover);color:var(--text-primary)}.page-module__ePFTrG__tab:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}@media (hover:none),(pointer:coarse){.page-module__ePFTrG__tab{align-items:center;min-height:44px;display:inline-flex}}.page-module__ePFTrG__tabActive{background:var(--accent-soft);color:var(--accent);font-weight:600;}.page-module__ePFTrG__tabActive:hover{background:var(--accent-soft);color:var(--accent)}.page-module__ePFTrG__filterSelect{border:1px solid var(--border);border-radius:var(--radius-md);height:36px;color:var(--text-primary);background:0 0;padding:0 8px;font-size:13px}.page-module__ePFTrG__filterSelect:focus-visible{outline:2px solid var(--accent);outline-offset:-1px}.page-module__ePFTrG__searchInput{border:1px solid var(--border);border-radius:var(--radius-md);width:180px;height:36px;color:var(--text-primary);background:0 0;padding:0 10px;font-size:13px}.page-module__ePFTrG__searchInput::placeholder{color:var(--text-muted)}.page-module__ePFTrG__searchInput:focus-visible{outline:2px solid var(--accent);outline-offset:-1px}.page-module__ePFTrG__spacer{flex:1}.page-module__ePFTrG__btnCreate{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;height:36px;padding:0 16px;font-size:12px;font-weight:500;transition:opacity .15s}.page-module__ePFTrG__btnCreate:hover{opacity:.9}.page-module__ePFTrG__btnCreate:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.page-module__ePFTrG__content{flex:1;display:flex;overflow:hidden}.page-module__ePFTrG__tableArea{flex:1;overflow:auto}.page-module__ePFTrG__tableScroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.page-module__ePFTrG__table{border-collapse:collapse;width:100%;font-size:13px}.page-module__ePFTrG__table thead{background:var(--bg-primary);z-index:1;position:sticky;top:0}.page-module__ePFTrG__table thead tr{border-bottom:1px solid var(--border)}.page-module__ePFTrG__table th{text-align:left;color:var(--text-muted);padding:6px 8px;font-size:12px;font-weight:400}.page-module__ePFTrG__table th.page-module__ePFTrG__right{text-align:right}.page-module__ePFTrG__table>tbody>tr{border-bottom:1px solid var(--border-light);cursor:pointer;transition:background-color .15s}.page-module__ePFTrG__table>tbody>tr:hover{background-color:var(--bg-hover)}.page-module__ePFTrG__table>tbody>tr.page-module__ePFTrG__rowReadonly{cursor:default}.page-module__ePFTrG__table>tbody>tr.page-module__ePFTrG__rowBest,.page-module__ePFTrG__table>tbody>tr.page-module__ePFTrG__rowBest:hover{background-color:var(--bg-success)}.page-module__ePFTrG__rowSelected{background:var(--bg-tertiary)!important}.page-module__ePFTrG__cellMono{font-family:monospace;font-size:12px;font-weight:500}.page-module__ePFTrG__cellMuted{color:var(--text-muted);font-size:12px}.page-module__ePFTrG__cellSecondary{color:var(--text-secondary);font-size:12px}.page-module__ePFTrG__td{padding:7px 8px}.page-module__ePFTrG__sourceBadge{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:3px;padding:1px 6px;font-size:12px}.page-module__ePFTrG__pagination{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding:6px 16px;font-size:12px;display:flex}.page-module__ePFTrG__paginationBtns{align-items:center;gap:4px;display:flex}.page-module__ePFTrG__sparklinePath{stroke:var(--accent);stroke-width:2px;fill:none}.page-module__ePFTrG__sparklineDot{fill:var(--accent)}.page-module__ePFTrG__sparklineAvg{stroke:var(--text-tertiary);stroke-width:1px;stroke-dasharray:4 4}.page-module__ePFTrG__progressFillNormal{background:var(--accent)}.page-module__ePFTrG__progressFillComplete{background:var(--success)}.page-module__ePFTrG__progressFillOverdue{background:var(--danger)}.page-module__ePFTrG__btnReorderSweep{border:1px solid var(--border-default,var(--border));cursor:pointer}.page-module__ePFTrG__btnReorderSweep:disabled,.page-module__ePFTrG__btnReorderSweep[aria-busy=true]{cursor:wait}.page-module__ePFTrG__btnReorderSweep:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.page-module__ePFTrG__bulkActionBar{z-index:5;background:var(--bg-elev1,var(--bg-secondary,#fff));border-top:1px solid var(--border);align-items:center;gap:8px;padding:8px 16px;display:flex;position:sticky;bottom:0;box-shadow:0 -2px 6px #0000000a}.page-module__ePFTrG__pgBtn{border:1px solid var(--border);cursor:pointer;min-width:32px;min-height:28px;color:var(--text-secondary);background:0 0;border-radius:4px;padding:4px 12px;font-size:13px;transition:background-color .15s}.page-module__ePFTrG__pgBtn:hover:not(:disabled){background:var(--bg-hover)}.page-module__ePFTrG__pgBtn:focus-visible,.page-module__ePFTrG__closeBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.page-module__ePFTrG__pgBtn:disabled{opacity:.4;cursor:default}.page-module__ePFTrG__sidePanel{border-left:1px solid var(--border);background:var(--bg-primary);flex-direction:column;flex-shrink:0;width:380px;display:flex;overflow:hidden}@media (max-width:1023px){.page-module__ePFTrG__sidePanel{border-left:none;border-top:1px solid var(--border);width:100%}}.page-module__ePFTrG__sidePanelHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.page-module__ePFTrG__sidePanelTitle{color:var(--text-primary);font-size:14px;font-weight:500}.page-module__ePFTrG__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;transition:background .15s,color .15s;display:flex}.page-module__ePFTrG__closeBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.page-module__ePFTrG__sidePanelBody{flex:1;padding:12px 14px;font-size:12px;overflow:auto}.page-module__ePFTrG__sidePanelFooter{border-top:1px solid var(--border);background:var(--bg-primary);flex-wrap:wrap;flex-shrink:0;gap:6px;padding:10px 14px;display:flex;box-shadow:0 -2px 8px #0000000a}.page-module__ePFTrG__detailGrid{grid-template-columns:1fr 1fr;gap:8px 14px;margin-bottom:12px;display:grid}@media (max-width:639px){.page-module__ePFTrG__detailGrid{grid-template-columns:1fr}}.page-module__ePFTrG__detailLabel{color:var(--text-muted);margin-bottom:2px;font-size:12px}.page-module__ePFTrG__detailValue{color:var(--text-primary)}.page-module__ePFTrG__sectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:12px;font-weight:500}.page-module__ePFTrG__lineItem{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;padding:6px 0;display:flex}.page-module__ePFTrG__actionRow{gap:6px;margin-top:12px;display:flex}.page-module__ePFTrG__btnDanger{background:var(--danger,#c62828);color:#fff;cursor:pointer;border-radius:var(--radius-md);border:none;padding:8px 16px;font-size:12px;font-weight:500}.page-module__ePFTrG__btnDanger:disabled{opacity:.5;cursor:wait}.page-module__ePFTrG__btnSuccess{background:var(--success);color:#fff;cursor:pointer;border-radius:var(--radius-md);border:none;padding:8px 16px;font-size:12px;font-weight:500}.page-module__ePFTrG__btnSuccess:disabled{opacity:.5;cursor:wait}.page-module__ePFTrG__btnApprove{border-radius:var(--radius-md);color:var(--text-success);cursor:pointer;background:#2e7d3214;border:1px solid #2e7d3240;flex:1;padding:8px 0;font-size:12px;font-weight:500;transition:background .15s}.page-module__ePFTrG__btnApprove:hover:not(:disabled){background:#2e7d3226}.page-module__ePFTrG__btnApprove:disabled{opacity:.5;cursor:default}.page-module__ePFTrG__btnApprove:focus-visible,.page-module__ePFTrG__btnReject:focus-visible,.page-module__ePFTrG__btnQuote:focus-visible,.page-module__ePFTrG__btnPO:focus-visible,.page-module__ePFTrG__btnDanger:focus-visible,.page-module__ePFTrG__btnSuccess:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.page-module__ePFTrG__btnReject{color:var(--text-danger);background:#c6282814;border-color:#c6282840;}.page-module__ePFTrG__btnReject:hover:not(:disabled){background:#c6282826}.page-module__ePFTrG__btnQuote{color:var(--accent);background:#1565c014;border-color:#1565c040;}.page-module__ePFTrG__btnQuote:hover:not(:disabled){background:#1565c026}.page-module__ePFTrG__btnPO{color:var(--color-purple);background:#534ab714;border-color:#534ab740;}.page-module__ePFTrG__btnPO:hover:not(:disabled){background:#534ab726}.page-module__ePFTrG__quoteCard{border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:8px;padding:10px 12px;transition:border-color .15s,background-color .15s}.page-module__ePFTrG__quoteCard:hover{border-color:var(--accent);background-color:var(--bg-hover)}.page-module__ePFTrG__quoteCardBest{border-color:var(--text-success);background:#2e7d320f;}.page-module__ePFTrG__quoteHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px 8px;margin-bottom:6px;display:flex}.page-module__ePFTrG__quoteSupplier{color:var(--text-primary);font-size:13px;font-weight:500}.page-module__ePFTrG__quotePrice{color:var(--text-primary);font-family:monospace;font-size:14px;font-weight:600}.page-module__ePFTrG__quoteMeta{color:var(--text-muted);flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.page-module__ePFTrG__contextBanner{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);color:var(--text-secondary);align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.page-module__ePFTrG__contextBannerNumber{color:var(--text-primary);font-family:monospace;font-weight:500}.page-module__ePFTrG__deliveryRow{border-bottom:1px solid var(--border-light);border-radius:4px;align-items:center;gap:10px;margin:0 -10px;padding:8px 10px;transition:background-color .15s;display:flex}.page-module__ePFTrG__deliveryRow:hover{background-color:var(--bg-hover)}.page-module__ePFTrG__progressBar{background:var(--border-light);border-radius:3px;flex:1;height:6px;overflow:hidden}.page-module__ePFTrG__progressFill{border-radius:3px;height:100%;transition:width .3s}.page-module__ePFTrG__overdue{color:var(--text-danger);text-transform:uppercase;font-size:12px;font-weight:600}.page-module__ePFTrG__ratingBar{align-items:center;gap:6px;margin-bottom:4px;display:flex}.page-module__ePFTrG__ratingTrack{background:var(--border-light);border-radius:4px;flex:1;height:8px;overflow:hidden}.page-module__ePFTrG__ratingFill{border-radius:4px;height:100%;transition:width .3s}.page-module__ePFTrG__ratingLabel{color:var(--text-muted);width:55px;font-size:12px}.page-module__ePFTrG__ratingValue{text-align:right;min-width:30px;color:var(--text-primary);font-family:monospace;font-size:12px;font-weight:600}.page-module__ePFTrG__emptyState{text-align:center;color:var(--text-muted);padding:60px 20px}.page-module__ePFTrG__emptyTitle{color:var(--text-secondary);margin-bottom:4px;font-size:14px;font-weight:500}.page-module__ePFTrG__emptyHint{color:var(--text-muted);font-size:12px}.page-module__ePFTrG__loading{text-align:center;color:var(--text-muted);padding:40px}.page-module__ePFTrG__matchRow{border-bottom:1px solid var(--border-light);color:var(--text-primary);grid-template-columns:2fr repeat(4,1fr);gap:4px;padding:6px 0;font-size:12px;display:grid}.page-module__ePFTrG__matchHeader{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:500;}@media (max-width:639px){.page-module__ePFTrG__matchRow{min-width:360px}}.page-module__ePFTrG__matchScroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.page-module__ePFTrG__matchOk{color:var(--text-success)}.page-module__ePFTrG__matchPending{color:var(--text-warning)}.page-module__ePFTrG__kpiGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1024px){.page-module__ePFTrG__kpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.page-module__ePFTrG__kpiGrid{grid-template-columns:1fr}}.page-module__ePFTrG__supplierKpiGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1280px){.page-module__ePFTrG__supplierKpiGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.page-module__ePFTrG__supplierKpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.page-module__ePFTrG__supplierKpiGrid{grid-template-columns:1fr}}.page-module__ePFTrG__kpiCard{border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:4px;padding:16px;display:flex}.page-module__ePFTrG__kpiValue{font-family:monospace;font-size:24px;font-weight:600;line-height:1.2}.page-module__ePFTrG__kpiLabel{color:var(--text-muted);font-size:12px}.page-module__ePFTrG__chartArea{border-bottom:1px solid var(--border-light);align-items:flex-end;gap:4px;height:140px;padding:8px 0;display:flex}.page-module__ePFTrG__chartBar{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.page-module__ePFTrG__chartBarFill{border-radius:3px 3px 0 0;width:100%;min-height:2px;transition:height .3s}.page-module__ePFTrG__chartBarLabel{color:var(--text-muted);text-align:center;margin-top:4px;font-size:12px}.page-module__ePFTrG__chartBarValue{color:var(--text-secondary);white-space:nowrap;font-family:monospace;font-size:12px;position:absolute;top:-14px}.page-module__ePFTrG__padded{padding:16px}.page-module__ePFTrG__textCenter{text-align:center}.page-module__ePFTrG__textRight{text-align:right}.page-module__ePFTrG__monoSmall{font-family:monospace;font-size:12px}.page-module__ePFTrG__mt12{margin-top:12px}.page-module__ePFTrG__mt20{margin-top:20px}.page-module__ePFTrG__fullWidth{width:100%}.page-module__ePFTrG__supplierRankRow{border-bottom:1px solid var(--border-light);border-radius:4px;align-items:center;gap:10px;margin:0 -10px;padding:8px 10px;transition:background-color .15s;display:flex}.page-module__ePFTrG__supplierRankRow:hover{background-color:var(--bg-hover)}.page-module__ePFTrG__supplierRankNum{min-width:20px;color:var(--text-muted);font-family:monospace;font-size:12px}.page-module__ePFTrG__supplierRankName{color:var(--text-primary);flex:1;font-size:13px;font-weight:500}.page-module__ePFTrG__supplierRankTotal{color:var(--text-primary);font-family:monospace;font-size:12px}.page-module__ePFTrG__supplierRankCount{min-width:60px;color:var(--text-muted);font-size:12px}.page-module__ePFTrG__poItemPrice{text-align:right;font-size:12px}.page-module__ePFTrG__poItemPriceLine{font-family:monospace}.page-module__ePFTrG__poItemPriceTotal{color:var(--text-muted)}.page-module__ePFTrG__bestPriceBadge{color:var(--text-success);margin-left:8px;font-size:12px;font-weight:600}.page-module__ePFTrG__deliveryInfo{min-width:100px}.page-module__ePFTrG__deliverySupplier{color:var(--text-secondary);font-size:12px}.page-module__ePFTrG__deliveryQty{text-align:right;min-width:50px;font-family:monospace;font-size:12px}.page-module__ePFTrG__deliveryDate{min-width:80px;color:var(--text-muted);font-size:12px}.page-module__ePFTrG__receiptItem{font-size:12px;}.page-module__ePFTrG__receiptNumber{color:var(--text-primary);font-weight:500}.page-module__ePFTrG__receiptMeta{color:var(--text-muted)}.page-module__ePFTrG__reorderQty{text-align:center;color:var(--text-danger);font-weight:600}.page-module__ePFTrG__reorderDeficit{text-align:center;color:var(--text-primary);font-family:monospace;font-weight:500}.page-module__ePFTrG__reorderPrice{text-align:right;font-family:monospace;font-size:12px}.page-module__ePFTrG__itemName{color:var(--text-primary);font-weight:500}.page-module__ePFTrG__itemSku{color:var(--text-muted);font-size:12px}.page-module__ePFTrG__itemQty{text-align:right;color:var(--text-secondary);font-family:monospace;font-size:12px}.page-module__ePFTrG__pgLabel{padding:2px 8px}.page-module__ePFTrG__quoteLineTotal{font-family:monospace}.page-module__ePFTrG__ratingRow{align-items:center;gap:4px;display:flex}.page-module__ePFTrG__ratingScore{font-size:12px;font-weight:600;font-family:var(--font-mono)}.page-module__ePFTrG__detailNoteAccent{background:var(--bg-primary);border-left:2px solid var(--accent);border-radius:3px;margin-top:2px;padding:6px}.page-module__ePFTrG__detailNoteWarning{background:var(--bg-primary);border-left:2px solid var(--warning);border-radius:3px;margin-top:2px;padding:6px}.page-module__ePFTrG__lineTable{background:var(--bg-primary);border-radius:4px;width:100%;font-size:12px;overflow:hidden}.page-module__ePFTrG__lineTable th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border-light);padding:6px 10px}.page-module__ePFTrG__lineTable th.page-module__ePFTrG__alignRight{text-align:right}.page-module__ePFTrG__lineTable tr{border-bottom:1px solid var(--border-light)}.page-module__ePFTrG__lineTable tr:last-child{border-bottom:none}.page-module__ePFTrG__lineTable td{padding:6px 10px}.page-module__ePFTrG__banner{background:var(--surface-2,#534ab70a);border-left:3px solid var(--accent);color:var(--text-muted);border-radius:4px;margin-bottom:12px;padding:8px 12px;font-size:12px}.page-module__ePFTrG__expandedContent{flex-direction:column;align-items:flex-start;gap:12px;width:100%;max-width:1040px;padding:12px 16px;display:flex}.page-module__ePFTrG__expandedContent>*{width:100%}.page-module__ePFTrG__orderSummary{background:var(--accent-soft);border:1px solid var(--border-light);border-left:3px solid var(--accent);border-radius:6px;padding:12px 16px}.page-module__ePFTrG__orderSummaryTop{flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin-bottom:10px;display:flex}.page-module__ePFTrG__orderSummaryNumber{color:var(--accent);font-size:15px;font-weight:700}.page-module__ePFTrG__orderSummaryClient{font-size:13px;font-weight:600}.page-module__ePFTrG__orderSummarySub{color:var(--text-muted);font-size:11px}.page-module__ePFTrG__orderSummaryGrid{flex-wrap:wrap;gap:6px 28px;display:flex}.page-module__ePFTrG__summaryItem{flex-direction:row;align-items:baseline;gap:6px;min-width:0;display:flex}.page-module__ePFTrG__summaryItemValue{white-space:nowrap;font-size:13px;font-weight:600}.page-module__ePFTrG__section{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:6px;overflow:hidden}.page-module__ePFTrG__sectionHead{border-bottom:1px solid var(--border-light);background:var(--bg-primary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;padding:8px 14px;display:flex}.page-module__ePFTrG__sectionTitle{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.page-module__ePFTrG__sectionTitle:before{content:"";background:var(--accent);border-radius:2px;width:3px;height:12px}.page-module__ePFTrG__sectionMeta{color:var(--text-muted);font-size:11px}.page-module__ePFTrG__sectionBody{padding:10px 14px}.page-module__ePFTrG__sectionBodyFlush{padding:0}.page-module__ePFTrG__sectionTable{border-collapse:collapse;width:100%;font-size:12px}.page-module__ePFTrG__sectionTable thead th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:var(--bg-secondary);border-bottom:1px solid var(--border-light);padding:8px 12px;font-size:11px;font-weight:500}.page-module__ePFTrG__sectionTable thead th.page-module__ePFTrG__right{text-align:right}.page-module__ePFTrG__sectionTable tbody td{border-bottom:1px solid var(--border-light);padding:8px 12px}.page-module__ePFTrG__sectionTable tbody tr:last-child td{border-bottom:0}.page-module__ePFTrG__sectionTable tbody tr:hover td{background:var(--bg-hover)}.page-module__ePFTrG__metaGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;font-size:12px;display:grid}.page-module__ePFTrG__metaSpan2{grid-column:span 2}.page-module__ePFTrG__expandedGrid{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:14px;display:grid}.page-module__ePFTrG__expandedGridMain,.page-module__ePFTrG__expandedGridSide{flex-direction:column;gap:14px;min-width:0;display:flex}.page-module__ePFTrG__expandedGridFull{grid-template-columns:1fr}@media (max-width:1080px){.page-module__ePFTrG__expandedGrid{grid-template-columns:1fr}}.page-module__ePFTrG__metaList{flex-direction:column;gap:8px;font-size:12px;display:flex}.page-module__ePFTrG__chartBarFillPurple{background:var(--color-purple)}.page-module__ePFTrG__bannerInfo{background:var(--surface-2,#534ab70a)}.page-module__ePFTrG__gridTwoOne{grid-template-columns:2fr 1fr;gap:12px;display:grid}.page-module__ePFTrG__materialRowExcluded{opacity:.4}.page-module__ePFTrG__btnInline{padding:3px 6px}.page-module__ePFTrG__btnSquare32{min-width:32px;min-height:32px}.page-module__ePFTrG__dropdownPanel{max-height:160px;overflow:auto}.page-module__ePFTrG__fullWidthLeft{text-align:left;width:100%}.page-module__ePFTrG__modalRowRequest{grid-template-columns:2fr 1fr 60px 60px 24px;align-items:center;gap:6px;margin-bottom:6px;display:grid}.page-module__ePFTrG__modalRowQuote{grid-template-columns:2fr 80px 80px;align-items:center;gap:6px;margin-bottom:6px;display:grid}.page-module__ePFTrG__modalSectionLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:12px;font-size:11px;font-weight:500}.page-module__ePFTrG__modalSubLabel{margin-top:8px;margin-bottom:6px;font-size:12px;font-weight:500}.page-module__ePFTrG__modalQuoteItemMeta{color:var(--text-muted);font-size:10px}@media (max-width:640px){.page-module__ePFTrG__modalRowRequest{grid-template-columns:1fr 1fr}.page-module__ePFTrG__modalRowQuote,.page-module__ePFTrG__gridTwoOne{grid-template-columns:1fr}}.page-module__ePFTrG__btnPrimaryDynamic{background:var(--accent);cursor:pointer}.page-module__ePFTrG__btnPrimaryDynamicDisabled{background:var(--border);cursor:not-allowed}.page-module__ePFTrG__deltaSuccess{color:var(--success-700,#15803d)}.page-module__ePFTrG__deltaWarning{color:var(--warning-700,#b45309)}.page-module__ePFTrG__deltaDanger{color:var(--danger-700,#b91c1c)}.page-module__ePFTrG__priceTrendAlert{background:var(--danger-50,#fef2f2);border:1px solid var(--danger-200,#fecaca);color:var(--danger-700,#b91c1c)}.page-module__ePFTrG__sectionCta{background:var(--accent);color:#fff;border:1px solid var(--accent);cursor:pointer;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.page-module__ePFTrG__sectionCta:hover{filter:brightness(.95)}.page-module__ePFTrG__sectionCta:disabled{opacity:.5;cursor:not-allowed}.page-module__ePFTrG__reqChip{font-size:11px;font-family:var(--font-mono);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:4px;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}
._6s1ss80{border-radius:var(--_15m3dnx2j);font-weight:var(--_15m3dnx26);white-space:nowrap;align-items:center;display:inline-flex}
._6s1ss81{font-size:var(--_15m3dnx1x);padding:1px 6px;line-height:16px}
._6s1ss82{font-size:var(--_15m3dnx1x);padding:2px 8px;line-height:18px}
.page-module__V_7XKa__page{flex-direction:column;height:100%;display:flex}.page-module__V_7XKa__kpiBar{border-bottom:1px solid var(--border);padding:12px 16px}.page-module__V_7XKa__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;display:grid}.page-module__V_7XKa__tabBar{border-bottom:1px solid var(--border);scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding:0 16px;display:flex;overflow-x:auto}.page-module__V_7XKa__tabBar>.page-module__V_7XKa__tab{white-space:nowrap;scroll-snap-align:start;flex:none}.page-module__V_7XKa__headerBar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:10px 16px;display:flex}.page-module__V_7XKa__headerTitle{font-size:13px;font-weight:500}.page-module__V_7XKa__headerActions{align-items:center;gap:6px;margin-left:auto;display:flex}.page-module__V_7XKa__scrollArea{flex:1;overflow:auto}.page-module__V_7XKa__scrollPad{padding:16px;}.page-module__V_7XKa__paginationBar{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding:6px 16px;font-size:12px;display:flex}.page-module__V_7XKa__paginationControls{align-items:center;gap:4px;display:flex}.page-module__V_7XKa__paginationLabel{padding:2px 8px}.page-module__V_7XKa__kpiCard{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid #0000;padding:12px 16px;transition:transform .1s}.page-module__V_7XKa__kpiCard[data-clickable=true]{cursor:pointer}.page-module__V_7XKa__kpiCard[data-clickable=true]:hover{transform:translateY(-1px)}.page-module__V_7XKa__kpiCard[data-highlight=true]{background:var(--bg-danger);border-color:var(--border-danger)}.page-module__V_7XKa__kpiLabel{color:var(--text-muted);font-size:12px;font-weight:500}.page-module__V_7XKa__kpiValue{margin-top:4px;font-size:18px;font-weight:700}.page-module__V_7XKa__kpiSub{opacity:.7;margin-top:1px;font-size:12px}.page-module__V_7XKa__approvalBanner{background:color-mix(in srgb, var(--warning) 10%, transparent);border-bottom:1px solid var(--warning);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 16px;display:flex}.page-module__V_7XKa__approvalBannerTitle{color:var(--text-warning);font-size:12px;font-weight:600}.page-module__V_7XKa__approvalItem{background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;align-items:center;gap:8px;padding:4px 8px 4px 10px;font-size:12px;display:inline-flex}.page-module__V_7XKa__approvalBtn{cursor:pointer;color:#fff;border:none;border-radius:4px;min-height:28px;padding:6px 12px;font-size:12px;font-weight:500}.page-module__V_7XKa__approvalBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__V_7XKa__approvalBtnApprove{background:var(--success);}.page-module__V_7XKa__approvalBtnReject{background:var(--danger);}.page-module__V_7XKa__exchangeCard{background:var(--bg-secondary);text-align:center;border-radius:8px;padding:10px 12px}.page-module__V_7XKa__exchangeCode{color:var(--text-primary);font-size:12px;font-weight:600}.page-module__V_7XKa__exchangeRate{font-size:14px;font-weight:700;font-family:var(--font-mono,monospace);color:var(--accent)}.page-module__V_7XKa__exchangeName{color:var(--text-muted);font-size:12px}.page-module__V_7XKa__tab{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:400;transition:color .15s;display:inline-flex}.page-module__V_7XKa__tab[aria-selected=true]{border-bottom-color:var(--accent);color:var(--accent);font-weight:500}.page-module__V_7XKa__btnPrimary{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;height:28px;padding:0 12px;font-size:12px;font-weight:500}.page-module__V_7XKa__btnOutline{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;height:28px;color:var(--text-secondary);background:0 0;padding:0 12px;font-size:12px}.page-module__V_7XKa__btnLink{color:var(--success);align-items:center;text-decoration:none;display:inline-flex;}.page-module__V_7XKa__btnIcon{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;transition:color .15s,background .15s}.page-module__V_7XKa__btnEdit{color:var(--text-muted);font-size:12px;}.page-module__V_7XKa__btnEdit:hover,.page-module__V_7XKa__btnEdit:focus-visible{color:var(--accent);background:var(--bg-hover)}.page-module__V_7XKa__btnDelete{color:var(--text-muted);font-size:12px;}.page-module__V_7XKa__btnDelete:hover,.page-module__V_7XKa__btnDelete:focus-visible{color:var(--danger);background:var(--bg-danger)}.page-module__V_7XKa__btnDanger{background:var(--danger);}.page-module__V_7XKa__pgBtn{border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:4px;padding:2px 8px;font-size:12px}.page-module__V_7XKa__pgBtn:disabled{opacity:.4;cursor:not-allowed}.page-module__V_7XKa__table{border-collapse:collapse;width:100%;font-size:12px}.page-module__V_7XKa__tableSmall{font-size:12px;}.page-module__V_7XKa__thead{background:var(--bg-primary);position:sticky;top:0}.page-module__V_7XKa__theadRow{border-bottom:1px solid var(--border)}.page-module__V_7XKa__th{text-align:left;color:var(--text-muted);padding:6px 12px;font-size:12px;font-weight:400}.page-module__V_7XKa__thRight{text-align:right;}.page-module__V_7XKa__thCenter{text-align:center;}.page-module__V_7XKa__thSmall{padding:4px 8px;}.page-module__V_7XKa__thSmallRight{text-align:right;}.page-module__V_7XKa__thSmallCenter{text-align:center;}.page-module__V_7XKa__row{border-bottom:1px solid var(--border-light);transition:background .1s}.page-module__V_7XKa__row:hover{background:var(--bg-hover)}.page-module__V_7XKa__footerRow{border-top:2px solid var(--border);font-weight:600}.page-module__V_7XKa__td{padding:8px 12px}.page-module__V_7XKa__tdSm{padding:8px}.page-module__V_7XKa__tdNarrow{padding:8px 6px}.page-module__V_7XKa__tdAction{text-align:center;white-space:nowrap;padding:8px 4px}.page-module__V_7XKa__tdSmall{padding:4px 8px}.page-module__V_7XKa__mono{font-family:monospace}.page-module__V_7XKa__bold{font-weight:500}.page-module__V_7XKa__bold600{font-weight:600}.page-module__V_7XKa__right{text-align:right}.page-module__V_7XKa__small{font-size:12px}.page-module__V_7XKa__muted{color:var(--text-muted)}.page-module__V_7XKa__secondary{color:var(--text-secondary)}.page-module__V_7XKa__accent{color:var(--accent)}.page-module__V_7XKa__success{color:var(--success)}.page-module__V_7XKa__danger{color:var(--danger)}.page-module__V_7XKa__pointer{cursor:pointer}.page-module__V_7XKa__badge{border-radius:3px;padding:1px 6px;font-size:12px;display:inline-block}.page-module__V_7XKa__badgeNeutral{background:var(--bg-tertiary);color:var(--text-secondary);}.page-module__V_7XKa__badgeSuccess{background:var(--bg-success);color:var(--text-success);}.page-module__V_7XKa__badgeWarning{background:var(--bg-warning);color:var(--text-warning);}.page-module__V_7XKa__badgeDanger{background:var(--bg-danger);color:var(--text-danger);}.page-module__V_7XKa__chip{background:var(--bg-info);color:var(--text-info);border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;display:inline-flex}.page-module__V_7XKa__chipClose{color:var(--text-info);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;line-height:1}.page-module__V_7XKa__tabBadge{background:var(--bg-danger);color:var(--text-danger);border-radius:8px;margin-left:4px;padding:1px 5px;font-size:12px}.page-module__V_7XKa__filterInput{border:1px solid var(--border);background:var(--bg-primary);height:26px;color:var(--text-primary);border-radius:4px;padding:0 8px;font-size:12px}.page-module__V_7XKa__filterDate{padding:0 4px;}.page-module__V_7XKa__filterSelect{width:110px;padding:0 4px;}.page-module__V_7XKa__searchInput{width:120px;}.page-module__V_7XKa__dateInput{border:1px solid var(--border);background:var(--bg-primary);height:30px;color:var(--text-primary);border-radius:4px;padding:0 8px;font-size:12px}.page-module__V_7XKa__dateSep{color:var(--text-muted);font-size:12px}.page-module__V_7XKa__clearLink{color:var(--text-info);cursor:pointer;background:0 0;border:none;font-size:12px;text-decoration:underline}.page-module__V_7XKa__formGrid{grid-template-columns:1fr 1fr;gap:0 14px;display:grid}.page-module__V_7XKa__sectionTitle{margin-bottom:12px;font-size:13px;font-weight:500}.page-module__V_7XKa__chartArea{align-items:flex-end;gap:4px;height:180px;padding:0 0 24px;display:flex}.page-module__V_7XKa__chartCol{flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;display:flex}.page-module__V_7XKa__chartBars{justify-content:center;align-items:flex-end;gap:2px;width:100%;height:140px;display:flex}.page-module__V_7XKa__chartBar{border-radius:3px 3px 0 0;width:40%;max-width:20px;transition:height .3s}.page-module__V_7XKa__chartBarRevenue{background:var(--accent);opacity:.7;}.page-module__V_7XKa__chartBarPaid{background:var(--success);}.page-module__V_7XKa__chartLabel{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;overflow:hidden}.page-module__V_7XKa__legend{color:var(--text-muted);gap:16px;font-size:12px;display:flex}.page-module__V_7XKa__legendDot{vertical-align:middle;border-radius:2px;width:10px;height:10px;margin-right:4px;display:inline-block}.page-module__V_7XKa__legendTotal{margin-left:auto}.page-module__V_7XKa__hBar{align-items:center;gap:8px;margin-bottom:6px;display:flex}.page-module__V_7XKa__hBarLabel{color:var(--text-muted);min-width:60px;font-size:12px}.page-module__V_7XKa__hBarLabelWide{min-width:90px;font-size:12px}.page-module__V_7XKa__hBarTrack{background:var(--bg-tertiary);border-radius:3px;flex:1;height:18px;overflow:hidden}.page-module__V_7XKa__hBarFill{border-radius:3px;height:100%;transition:width .3s}.page-module__V_7XKa__hBarValue{text-align:right;min-width:80px;font-family:monospace;font-size:12px}.page-module__V_7XKa__hBarMeta{color:var(--text-muted);min-width:30px;font-size:12px}.page-module__V_7XKa__summaryNote{color:var(--text-muted);margin-top:8px;font-size:12px}.page-module__V_7XKa__emptyBlock{color:var(--text-muted);background:var(--bg-secondary);border-radius:var(--radius-md);padding:16px;font-size:12px}.page-module__V_7XKa__analyticsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:24px;display:grid}.page-module__V_7XKa__abcBadge{text-align:center;border-radius:4px;width:24px;height:20px;font-size:12px;font-weight:600;line-height:20px;display:inline-block}.page-module__V_7XKa__abcA{background:var(--bg-success);color:var(--text-success);}.page-module__V_7XKa__abcB{background:var(--bg-warning);color:var(--text-warning);}.page-module__V_7XKa__abcC{background:var(--bg-secondary);color:var(--text-secondary);}.page-module__V_7XKa__progressTrack{background:var(--bg-tertiary);border-radius:2px;width:50px;height:4px;overflow:hidden}.page-module__V_7XKa__progressFill{border-radius:2px;height:100%;transition:width .3s}.page-module__V_7XKa__progressLabel{text-align:right;min-width:36px;font-size:12px}.page-module__V_7XKa__segmentBadge{background:var(--bg-tertiary);color:var(--text-muted);border-radius:3px;margin-left:6px;padding:1px 5px;font-size:12px}.page-module__V_7XKa__connGrid{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.page-module__V_7XKa__connCard{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;background:var(--bg-primary);min-width:180px;padding:10px 14px;transition:border-color .15s,background .15s}.page-module__V_7XKa__connCard[data-active=true]{border-color:var(--accent);background:var(--bg-info)}.page-module__V_7XKa__connHeader{justify-content:space-between;align-items:center;display:flex}.page-module__V_7XKa__connName{font-size:12px;font-weight:500}.page-module__V_7XKa__connSub{color:var(--text-muted);margin-top:2px;font-size:12px}.page-module__V_7XKa__stmtControls{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:16px;padding:14px}.page-module__V_7XKa__stmtRow{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.page-module__V_7XKa__stmtFieldLabel{color:var(--text-muted);margin-bottom:2px;font-size:12px}.page-module__V_7XKa__stmtBtn{cursor:pointer;color:#fff;background:var(--accent);border:none;border-radius:4px;height:30px;padding:0 16px;font-size:12px;font-weight:500}.page-module__V_7XKa__stmtBtn:disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:wait}.page-module__V_7XKa__stmtProgress{flex-direction:column;gap:6px;margin-top:10px;display:flex}.page-module__V_7XKa__stmtProgressBar{background:var(--bg-tertiary);width:100%;height:6px;accent-color:var(--accent);border:none;border-radius:3px;overflow:hidden}.page-module__V_7XKa__stmtProgressBar::-webkit-progress-bar{background:var(--bg-tertiary);border-radius:3px}.page-module__V_7XKa__stmtProgressBar::-webkit-progress-value{background:var(--accent);border-radius:3px}.page-module__V_7XKa__stmtProgressBar::-moz-progress-bar{background:var(--accent);border-radius:3px}.page-module__V_7XKa__stmtProgressLabel{color:var(--text-muted);font-size:12px}.page-module__V_7XKa__resultGrid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin-bottom:12px;display:grid}.page-module__V_7XKa__resultCard{border-radius:var(--radius-md);padding:8px 12px}.page-module__V_7XKa__resultCardLabel{font-size:12px}.page-module__V_7XKa__resultCardValue{font-size:18px;font-weight:600}.page-module__V_7XKa__resultSection{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:12px}.page-module__V_7XKa__resultSectionHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.page-module__V_7XKa__resultSectionTitle{font-size:12px;font-weight:500}.page-module__V_7XKa__infoBox{background:var(--bg-info);border:1px solid var(--border-info);border-radius:var(--radius-md);color:var(--text-info);margin-bottom:8px;padding:8px 10px;font-size:12px;line-height:1.5}.page-module__V_7XKa__monoLink{background:var(--bg-secondary);border-radius:var(--radius-md);color:var(--text-muted);padding:8px 10px;font-size:12px;line-height:1.5}.page-module__V_7XKa__modalText{color:var(--text-secondary);font-size:13px;line-height:1.6}.page-module__V_7XKa__modalHint{color:var(--text-muted);margin-top:8px;font-size:12px}.page-module__V_7XKa__descCell{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}.page-module__V_7XKa__fieldLabelXs{color:var(--text-muted);margin-bottom:1px;font-size:12px}.page-module__V_7XKa__loadingCenter{text-align:center;color:var(--text-muted);padding:20px;font-size:12px}.page-module__V_7XKa__mb12{margin-bottom:12px}.page-module__V_7XKa__mb8{margin-bottom:8px}.page-module__V_7XKa__dropZoneActive{outline:2px dashed var(--accent);outline-offset:-2px;background:color-mix(in srgb, var(--accent) 5%, transparent);position:relative}.page-module__V_7XKa__dropOverlay{color:var(--accent);background:color-mix(in srgb, var(--bg-primary) 85%, transparent);z-index:10;pointer-events:none;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex;position:absolute;inset:0}@media print{.page-module__V_7XKa__page{height:auto!important;overflow:visible!important}.page-module__V_7XKa__kpiBar,.page-module__V_7XKa__tabBar,.page-module__V_7XKa__headerBar,.page-module__V_7XKa__paginationBar,.page-module__V_7XKa__headerActions{display:none!important}.page-module__V_7XKa__scrollArea{flex:none!important;overflow:visible!important}.page-module__V_7XKa__btnEdit,.page-module__V_7XKa__btnDelete,.page-module__V_7XKa__btnOutline,.page-module__V_7XKa__btnPrimary,.page-module__V_7XKa__btnDanger,.page-module__V_7XKa__btnLink{display:none!important}.page-module__V_7XKa__table{font-size:12px}.page-module__V_7XKa__th,.page-module__V_7XKa__td,.page-module__V_7XKa__tdSm,.page-module__V_7XKa__tdNarrow{padding:3px 6px!important}}