.page-module__POIIyG__container{min-height:100vh;font-family:var(--font-lato),system-ui,sans-serif;color:#333;background:#f8f9fb;flex-direction:column;display:flex}.page-module__POIIyG__header{background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;gap:24px;padding:16px 24px;display:flex}.page-module__POIIyG__headerLeft{align-items:center;gap:16px;display:flex}.page-module__POIIyG__backButton{color:#666;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.page-module__POIIyG__backButton:hover{color:#111;background:#f5f5f5}.page-module__POIIyG__logoBox{background:#fff;border:1px solid #eee;border-radius:8px;padding:4px 12px}.page-module__POIIyG__logo{width:auto;height:24px}.page-module__POIIyG__headerCenter{align-items:center;gap:12px;display:flex}.page-module__POIIyG__headerCenter h1{color:#111;margin:0;font-size:18px;font-weight:700}.page-module__POIIyG__demoBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#10b981;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:700}.page-module__POIIyG__headerRight{align-items:center;gap:8px;display:flex}.page-module__POIIyG__refreshButton{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.page-module__POIIyG__refreshButton:hover{color:#333;background:#eee}.page-module__POIIyG__spinning svg{animation:1s linear infinite page-module__POIIyG__spin}@keyframes page-module__POIIyG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__POIIyG__alertButton{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:relative}.page-module__POIIyG__alertButton:hover{color:#333;background:#eee}.page-module__POIIyG__alertCount{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.page-module__POIIyG__exportButton{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.page-module__POIIyG__exportButton:hover{background:#059669}.page-module__POIIyG__tabsNav{background:#fff;border-bottom:1px solid #e5e5e5;gap:4px;padding:12px 24px;display:flex}.page-module__POIIyG__tab{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__POIIyG__tab:hover{color:#333;background:#f5f5f5}.page-module__POIIyG__tabActive{color:#fff;background:#10b981}.page-module__POIIyG__tabActive:hover{color:#fff;background:#059669}.page-module__POIIyG__tabBadgeCritical{color:#fff;text-align:center;background:#ef4444;border-radius:100px;min-width:18px;padding:2px 6px;font-size:10px;font-weight:700}.page-module__POIIyG__layout{flex:1;display:flex;overflow:hidden}.page-module__POIIyG__sidebar{background:#fff;border-right:1px solid #e5e5e5;flex-direction:column;flex-shrink:0;width:200px;display:flex}.page-module__POIIyG__sidebarNav{flex-direction:column;flex:1;gap:4px;padding:12px 8px;display:flex}.page-module__POIIyG__menuItem{color:#666;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.page-module__POIIyG__menuItem:hover{color:#333;background:#f5f5f5}.page-module__POIIyG__menuActive{color:#fff!important;background:#8b5cf6!important}.page-module__POIIyG__menuLabel{flex:1}.page-module__POIIyG__menuCount{color:#666;background:#eee;border-radius:100px;padding:2px 6px;font-size:11px;font-weight:600}.page-module__POIIyG__menuActive .page-module__POIIyG__menuCount{color:#fff;background:#fff3}.page-module__POIIyG__sidebarFooter{border-top:1px solid #eee;padding:12px}.page-module__POIIyG__aiStats{flex-direction:column;gap:8px;display:flex}.page-module__POIIyG__aiStat{color:#666;align-items:center;gap:8px;font-size:12px;display:flex}.page-module__POIIyG__aiStat svg{color:#8b5cf6}.page-module__POIIyG__mainContent{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.page-module__POIIyG__statsBar{background:#fff;border:1px solid #e5e5e5;border-radius:12px;gap:24px;padding:16px 20px;display:flex}.page-module__POIIyG__statItem{flex-direction:column;display:flex}.page-module__POIIyG__statValue{color:#222;font-size:20px;font-weight:700}.page-module__POIIyG__detailPanel{background:#fff;border-left:1px solid #e5e5e5;flex-direction:column;flex-shrink:0;width:320px;display:flex;overflow-y:auto}.page-module__POIIyG__detailHeader h2{color:#222;margin:0;font-size:16px;font-weight:700}.page-module__POIIyG__closeBtn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px}.page-module__POIIyG__closeBtn:hover{color:#333;background:#f5f5f5}.page-module__POIIyG__detailBody{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex}.page-module__POIIyG__detailStatus{border-radius:100px;width:fit-content;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.page-module__POIIyG__detailWarning{color:#ef4444;background:#ef44441a;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;display:flex}.page-module__POIIyG__detailSection{flex-direction:column;gap:8px;display:flex}.page-module__POIIyG__detailSection h4{color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:11px;font-weight:700}.page-module__POIIyG__supplierName{color:#222;margin:0;font-size:14px;font-weight:600}.page-module__POIIyG__supplierCif{color:#888;margin:0;font-size:12px}.page-module__POIIyG__amountGrid,.page-module__POIIyG__dateGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.page-module__POIIyG__amountGrid>div,.page-module__POIIyG__dateGrid>div{flex-direction:column;gap:2px;display:flex}.page-module__POIIyG__amountGrid span,.page-module__POIIyG__dateGrid span{color:#888;font-size:11px}.page-module__POIIyG__amountGrid strong,.page-module__POIIyG__dateGrid strong{color:#222;font-size:14px}.page-module__POIIyG__totalAmount{border-top:1px solid #eee;grid-column:span 2;padding-top:8px}.page-module__POIIyG__totalAmount strong{color:#8b5cf6;font-size:18px}.page-module__POIIyG__ocrBar{background:#e5e5e5;border-radius:3px;height:6px;overflow:hidden}.page-module__POIIyG__ocrProgress{background:#8b5cf6;border-radius:3px;height:100%}.page-module__POIIyG__ocrLabel{color:#666;font-size:12px}.page-module__POIIyG__detailActions{gap:8px;display:flex}.page-module__POIIyG__detailActions button{cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.page-module__POIIyG__detailActions button:first-child{color:#fff;background:#8b5cf6;border:none}.page-module__POIIyG__detailActions button:first-child:hover{background:#7c3aed}.page-module__POIIyG__detailActions button:last-child{color:#666;background:#fff;border:1px solid #e5e5e5}.page-module__POIIyG__detailActions button:last-child:hover{color:#333;background:#f5f5f5}.page-module__POIIyG__viewFullBtn{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.page-module__POIIyG__viewFullBtn:hover{color:#333;background:#eee}.page-module__POIIyG__noSelection{color:#ccc;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.page-module__POIIyG__noSelection p{color:#888;margin:0;font-size:13px}.page-module__POIIyG__documentList{flex-direction:column;flex:1;gap:16px;display:flex}.page-module__POIIyG__listHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module__POIIyG__searchInput{border:1px solid #e5e5e5;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-size:13px}.page-module__POIIyG__searchInput:focus{border-color:#8b5cf6}.page-module__POIIyG__listActions{gap:8px;display:flex}.page-module__POIIyG__filterBtn{color:#666;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:500}.page-module__POIIyG__filterBtn:hover{background:#f5f5f5}.page-module__POIIyG__invoiceList{flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.page-module__POIIyG__invoiceItem{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex;position:relative}.page-module__POIIyG__invoiceItem:hover{border-color:#8b5cf6;box-shadow:0 2px 8px #8b5cf61a}.page-module__POIIyG__invoiceItem.page-module__POIIyG__selected{background:#8b5cf60d;border-color:#8b5cf6}.page-module__POIIyG__invoiceItem.page-module__POIIyG__hasWarning{border-left:3px solid #ef4444}.page-module__POIIyG__invoiceIcon{color:#8b5cf6;background:#8b5cf61a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-module__POIIyG__invoiceMain{flex:1;min-width:0}.page-module__POIIyG__invoiceTop{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.page-module__POIIyG__invoiceNumber{color:#222;font-family:monospace;font-size:13px;font-weight:600}.page-module__POIIyG__invoiceDate{color:#888;font-size:11px}.page-module__POIIyG__invoiceSupplier{color:#666;font-size:12px}.page-module__POIIyG__invoiceRight{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.page-module__POIIyG__invoiceAmount{color:#222;font-size:14px;font-weight:700}.page-module__POIIyG__invoiceStatus{border-radius:100px;padding:3px 8px;font-size:10px;font-weight:600}.page-module__POIIyG__warningBadge{color:#ef4444;position:absolute;top:8px;right:8px}.page-module__POIIyG__placeholderSection{flex:1;justify-content:center;align-items:center;display:flex}.page-module__POIIyG__placeholderContent{text-align:center;color:#999;flex-direction:column;align-items:center;gap:12px;display:flex}.page-module__POIIyG__placeholderContent h3{color:#333;margin:0;font-size:18px;font-weight:700}.page-module__POIIyG__placeholderContent p{color:#888;margin:0;font-size:14px}.page-module__POIIyG__placeholderContent button{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.page-module__POIIyG__placeholderContent button:hover{background:#7c3aed}.page-module__POIIyG__uploadBtn{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.page-module__POIIyG__uploadBtn:hover{background:#7c3aed}.page-module__POIIyG__main{flex:1;gap:24px;padding:24px;display:flex;overflow-y:auto}.page-module__POIIyG__overviewSection,.page-module__POIIyG__invoicesSection,.page-module__POIIyG__originsSection,.page-module__POIIyG__analyticsSection{flex:1}.page-module__POIIyG__kpiRow{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.page-module__POIIyG__kpiCard{background:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:16px;padding:20px;display:flex}.page-module__POIIyG__kpiIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__POIIyG__kpiContent{flex:1}.page-module__POIIyG__kpiValue{color:#111;margin-bottom:2px;font-size:28px;font-weight:800}.page-module__POIIyG__kpiLabel{color:#666;font-size:13px}.page-module__POIIyG__kpiAmount{color:#10b981;text-align:right;font-size:14px;font-weight:600}.page-module__POIIyG__overviewGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.page-module__POIIyG__activityCard,.page-module__POIIyG__originsCard,.page-module__POIIyG__categoriesCard,.page-module__POIIyG__quickStatsCard{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:24px}.page-module__POIIyG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-module__POIIyG__cardHeader h3{color:#222;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.page-module__POIIyG__activityList{flex-direction:column;gap:12px;max-height:350px;display:flex;overflow-y:auto}.page-module__POIIyG__activityItem{background:#fafafa;border-radius:8px;align-items:flex-start;gap:12px;padding:12px;display:flex}.page-module__POIIyG__activityReceived{border-left:3px solid #3b82f6}.page-module__POIIyG__activityValidated{border-left:3px solid #10b981}.page-module__POIIyG__activityPaid{border-left:3px solid #8b5cf6}.page-module__POIIyG__activityWarning{border-left:3px solid #ef4444}.page-module__POIIyG__activityIcon{color:#666;background:#f0f0f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-module__POIIyG__activityReceived .page-module__POIIyG__activityIcon{color:#3b82f6;background:#3b82f61a}.page-module__POIIyG__activityValidated .page-module__POIIyG__activityIcon{color:#10b981;background:#10b9811a}.page-module__POIIyG__activityPaid .page-module__POIIyG__activityIcon{color:#8b5cf6;background:#8b5cf61a}.page-module__POIIyG__activityWarning .page-module__POIIyG__activityIcon{color:#ef4444;background:#ef44441a}.page-module__POIIyG__activityContent{flex:1;min-width:0}.page-module__POIIyG__activityTitle{color:#222;margin-bottom:2px;font-size:13px;font-weight:600}.page-module__POIIyG__activityDesc{color:#666;font-size:12px}.page-module__POIIyG__activityTime{color:#999;white-space:nowrap;font-size:11px}.page-module__POIIyG__originsList{flex-direction:column;gap:14px;display:flex}.page-module__POIIyG__originItem{align-items:center;gap:12px;display:flex}.page-module__POIIyG__originIcon{color:#fff;background:#10b981;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-module__POIIyG__originInfo{flex:1}.page-module__POIIyG__originName{color:#222;font-size:14px;font-weight:600;display:block}.page-module__POIIyG__originCount{color:#888;font-size:12px}.page-module__POIIyG__originBar{background:#e5e5e5;border-radius:3px;width:100px;height:6px;overflow:hidden}.page-module__POIIyG__originBar>div{background:#10b981;border-radius:3px;height:100%}.page-module__POIIyG__originPercent{text-align:right;color:#333;width:40px;font-size:13px;font-weight:600}.page-module__POIIyG__categoriesList{flex-direction:column;gap:12px;display:flex}.page-module__POIIyG__categoryItem{background:#fafafa;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}.page-module__POIIyG__categoryInfo{flex:1}.page-module__POIIyG__categoryName{color:#222;font-size:14px;font-weight:600;display:block}.page-module__POIIyG__categoryCount{color:#888;font-size:12px}.page-module__POIIyG__categoryAmount{color:#10b981;font-size:14px;font-weight:700}.page-module__POIIyG__quickStatsList{flex-direction:column;gap:14px;display:flex}.page-module__POIIyG__quickStat{color:#555;align-items:center;gap:12px;font-size:14px;display:flex}.page-module__POIIyG__quickStat svg{color:#10b981}.page-module__POIIyG__quickStat strong{color:#222}.page-module__POIIyG__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.page-module__POIIyG__sectionHeader h2{color:#222;margin:0;font-size:20px;font-weight:700}.page-module__POIIyG__filterBar{align-items:center;gap:12px;display:flex}.page-module__POIIyG__searchBox{background:#fff;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:8px;min-width:250px;padding:8px 14px;display:flex}.page-module__POIIyG__searchBox svg{color:#999}.page-module__POIIyG__searchBox input{background:0 0;border:none;outline:none;flex:1;font-size:14px}.page-module__POIIyG__statusSelect{color:#333;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:8px 14px;font-size:14px}.page-module__POIIyG__exportBtn{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.page-module__POIIyG__exportBtn:hover{color:#333;background:#eee}.page-module__POIIyG__invoicesTable{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.page-module__POIIyG__tableHeader{color:#666;text-transform:uppercase;letter-spacing:.5px;background:#fafafa;border-bottom:1px solid #eee;grid-template-columns:1.2fr 2fr 1fr .8fr .8fr .6fr .8fr .8fr;gap:12px;padding:14px 20px;font-size:11px;font-weight:700;display:grid}.page-module__POIIyG__tableRow{cursor:pointer;border-bottom:1px solid #f0f0f0;grid-template-columns:1.2fr 2fr 1fr .8fr .8fr .6fr .8fr .8fr;align-items:center;gap:12px;padding:14px 20px;font-size:14px;transition:all .2s;display:grid}.page-module__POIIyG__tableRow:hover{background:#fafafa}.page-module__POIIyG__tableRow:last-child{border-bottom:none}.page-module__POIIyG__rowWarning{background:#ef444408}.page-module__POIIyG__rowWarning:hover{background:#ef44440f}.page-module__POIIyG__invoiceNumber{color:#222;font-family:monospace;font-weight:600}.page-module__POIIyG__supplierCell{flex-direction:column;display:flex}.page-module__POIIyG__supplierName{color:#222;font-weight:600}.page-module__POIIyG__supplierCif{color:#888;font-family:monospace;font-size:11px}.page-module__POIIyG__amountCell{color:#222;font-weight:700}.page-module__POIIyG__dateCell{color:#666;font-size:13px}.page-module__POIIyG__overdueDate{color:#ef4444;font-weight:600}.page-module__POIIyG__originCell{color:#10b981;justify-content:center;display:flex}.page-module__POIIyG__ocrCell{align-items:center;gap:6px;display:flex}.page-module__POIIyG__ocrBar{background:#e5e5e5;border-radius:2px;flex:1;height:4px;overflow:hidden}.page-module__POIIyG__ocrBar>div{height:100%;width:var(--ocr);background:#10b981;border-radius:2px}.page-module__POIIyG__ocrCell span{color:#888;min-width:30px;font-size:11px}.page-module__POIIyG__statusBadge{text-align:center;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.page-module__POIIyG__originsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-bottom:24px;display:grid}.page-module__POIIyG__originCard{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:24px}.page-module__POIIyG__originCardHeader{align-items:center;gap:12px;margin-bottom:20px;display:flex}.page-module__POIIyG__originCardIcon{color:#fff;background:#10b981;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__POIIyG__originCardHeader h4{color:#222;margin:0;font-size:16px;font-weight:700}.page-module__POIIyG__originCardStats{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.page-module__POIIyG__originCardStat{text-align:center;background:#fafafa;border-radius:8px;padding:10px 4px}.page-module__POIIyG__statValue{color:#222;font-size:16px;font-weight:700;display:block}.page-module__POIIyG__statLabel{color:#888;font-size:10px}.page-module__POIIyG__originCardAction{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;justify-content:center;align-items:center;gap:4px;width:100%;padding:10px;font-size:13px;transition:all .2s;display:flex}.page-module__POIIyG__originCardAction:hover{color:#333;background:#eee}.page-module__POIIyG__integrationsInfo{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:24px}.page-module__POIIyG__integrationsInfo h3{color:#222;margin:0 0 16px;font-size:16px;font-weight:700}.page-module__POIIyG__integrationsList{flex-wrap:wrap;gap:12px;display:flex}.page-module__POIIyG__integrationItem{color:#333;background:#fafafa;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;display:flex}.page-module__POIIyG__integrationItem svg{color:#10b981}.page-module__POIIyG__analyticsGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.page-module__POIIyG__analyticsCard{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:24px}.page-module__POIIyG__analyticsCard h3{color:#222;margin:0 0 20px;font-size:16px;font-weight:700}.page-module__POIIyG__monthlyChart{justify-content:space-around;align-items:flex-end;height:160px;padding-bottom:30px;display:flex;position:relative}.page-module__POIIyG__chartBar{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.page-module__POIIyG__chartBar>div{background:linear-gradient(#10b981,#34d399);border-radius:4px 4px 0 0;justify-content:center;align-items:flex-start;width:40px;padding-top:8px;display:flex}.page-module__POIIyG__chartBar>div span{color:#fff;font-size:11px;font-weight:700}.page-module__POIIyG__chartLabel{color:#888;font-size:12px}.page-module__POIIyG__amountChart{flex-direction:column;gap:16px;display:flex}.page-module__POIIyG__amountRow{align-items:center;gap:12px;display:flex}.page-module__POIIyG__amountMonth{color:#666;width:40px;font-size:13px}.page-module__POIIyG__amountBar{background:#f0f0f0;border-radius:6px;flex:1;height:12px;overflow:hidden}.page-module__POIIyG__amountBar>div{background:linear-gradient(90deg,#10b981,#34d399);border-radius:6px;height:100%}.page-module__POIIyG__amountValue{text-align:right;color:#222;width:100px;font-size:13px;font-weight:600}.page-module__POIIyG__processingStats{flex-direction:column;gap:16px;display:flex}.page-module__POIIyG__processingStat{align-items:center;gap:12px;display:flex}.page-module__POIIyG__processLabel{color:#666;width:80px;font-size:13px}.page-module__POIIyG__processBar{background:#f0f0f0;border-radius:4px;flex:1;height:8px;overflow:hidden}.page-module__POIIyG__processBar>div{background:#10b981;border-radius:4px;height:100%}.page-module__POIIyG__processingStat span:last-child{text-align:right;color:#222;width:50px;font-size:13px;font-weight:600}.page-module__POIIyG__predictionCard{text-align:center;background:linear-gradient(135deg,#10b9810d,#10b9811a);border-radius:12px;padding:20px}.page-module__POIIyG__predictionValue{justify-content:center;align-items:center;gap:12px;margin-bottom:8px;display:flex}.page-module__POIIyG__predictionValue svg{color:#10b981}.page-module__POIIyG__predictionValue span{color:#10b981;font-size:28px;font-weight:800}.page-module__POIIyG__predictionCard>p{color:#666;margin:0 0 16px;font-size:14px}.page-module__POIIyG__predictionDetails{text-align:left;flex-direction:column;gap:8px;display:flex}.page-module__POIIyG__predictionDetails div{color:#555;align-items:center;gap:8px;font-size:13px;display:flex}.page-module__POIIyG__predictionDetails svg{color:#10b981}.page-module__POIIyG__detailPanel{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-shrink:0;width:360px;overflow:hidden}.page-module__POIIyG__detailHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.page-module__POIIyG__detailHeader h2{color:#222;margin:0;font-family:monospace;font-size:16px;font-weight:700}.page-module__POIIyG__closeButton{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.page-module__POIIyG__closeButton:hover{color:#333;background:#f5f5f5}.page-module__POIIyG__detailContent{padding:20px}.page-module__POIIyG__detailStatus{border-radius:100px;margin-bottom:16px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.page-module__POIIyG__detailWarning{color:#ef4444;background:#ef444414;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:13px;display:flex}.page-module__POIIyG__detailSupplier{background:#fafafa;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px;display:flex}.page-module__POIIyG__detailSupplier svg{color:#10b981;margin-top:2px}.page-module__POIIyG__detailSupplier strong{color:#222;margin-bottom:2px;font-size:14px;display:block}.page-module__POIIyG__detailSupplier span{color:#888;font-family:monospace;font-size:12px}.page-module__POIIyG__detailAmounts{margin-bottom:16px}.page-module__POIIyG__amountItem{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:10px 0;font-size:14px;display:flex}.page-module__POIIyG__amountItem span{color:#666}.page-module__POIIyG__amountItem strong{color:#222}.page-module__POIIyG__amountTotal{border-top:2px solid #e5e5e5;border-bottom:none;margin-top:4px;padding-top:12px}.page-module__POIIyG__amountTotal strong{color:#10b981;font-size:18px}.page-module__POIIyG__detailMeta{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.page-module__POIIyG__detailMeta div{color:#666;align-items:center;gap:10px;font-size:13px;display:flex}.page-module__POIIyG__detailMeta svg{color:#999}.page-module__POIIyG__detailOcr{color:#666;background:#fafafa;border-radius:8px;align-items:center;gap:12px;margin-bottom:16px;padding:14px;font-size:13px;display:flex}.page-module__POIIyG__ocrProgress{background:#e5e5e5;border-radius:3px;flex:1;height:6px;overflow:hidden}.page-module__POIIyG__ocrProgress>div{background:#10b981;border-radius:3px;height:100%}.page-module__POIIyG__detailActions{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px;display:grid}.page-module__POIIyG__detailActions button{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.page-module__POIIyG__detailActions button:hover{color:#333;background:#eee}.page-module__POIIyG__viewFullButton{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.page-module__POIIyG__viewFullButton:hover{background:#059669}.page-module__POIIyG__viewMoreButton{color:#666;cursor:pointer;background:0 0;border:1px dashed #ccc;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:20px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__POIIyG__viewMoreButton:hover{color:#333;background:#f8f8f8;border-color:#aaa}.page-module__POIIyG__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.page-module__POIIyG__modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:480px;padding:40px;position:relative;box-shadow:0 20px 60px #0003}.page-module__POIIyG__modalClose{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s;position:absolute;top:16px;right:16px}.page-module__POIIyG__modalClose:hover{color:#333;background:#f5f5f5}.page-module__POIIyG__modalLogo{margin-bottom:24px}.page-module__POIIyG__modalLogoImg{width:auto;height:36px}.page-module__POIIyG__modalTitle{color:#111;margin:0 0 12px;font-size:22px;font-weight:800}.page-module__POIIyG__modalReason{color:#10b981;background:#10b98114;border-radius:8px;margin:0 0 16px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-block}.page-module__POIIyG__modalText{color:#555;margin:0 0 28px;font-size:15px;line-height:1.6}.page-module__POIIyG__modalActions{flex-direction:column;gap:12px;display:flex}.page-module__POIIyG__modalPrimary{color:#fff;background:#10b981;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.page-module__POIIyG__modalPrimary:hover{background:#059669}.page-module__POIIyG__modalSecondary{color:#666;padding:10px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.page-module__POIIyG__modalSecondary:hover{color:#222}@media (max-width:1200px){.page-module__POIIyG__kpiRow{grid-template-columns:repeat(2,1fr)}.page-module__POIIyG__overviewGrid,.page-module__POIIyG__analyticsGrid{grid-template-columns:1fr}.page-module__POIIyG__detailPanel{display:none}}@media (max-width:1024px){.page-module__POIIyG__tableHeader,.page-module__POIIyG__tableRow{grid-template-columns:1.2fr 1.5fr 1fr .8fr .6fr .8fr}.page-module__POIIyG__tableHeader span:nth-child(5),.page-module__POIIyG__tableRow span:nth-child(5),.page-module__POIIyG__tableHeader span:nth-child(7),.page-module__POIIyG__tableRow .page-module__POIIyG__ocrCell{display:none}}@media (max-width:768px){.page-module__POIIyG__header{flex-wrap:wrap;gap:12px}.page-module__POIIyG__headerCenter{order:3;width:100%}.page-module__POIIyG__kpiRow{grid-template-columns:1fr}.page-module__POIIyG__filterBar{flex-wrap:wrap}.page-module__POIIyG__searchBox{min-width:100%}.page-module__POIIyG__originsGrid{grid-template-columns:1fr}}.page-module__POIIyG__headerTitle{color:#111;margin:0;font-size:16px;font-weight:700}.page-module__POIIyG__iconBtn{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:relative}.page-module__POIIyG__iconBtn:hover{color:#333;background:#eee}.page-module__POIIyG__notifWrapper{position:relative}.page-module__POIIyG__notifBadge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.page-module__POIIyG__notifDropdown{z-index:100;background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:360px;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}.page-module__POIIyG__notifHeader{color:#222;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.page-module__POIIyG__notifHeader button{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px}.page-module__POIIyG__notifHeader button:hover{color:#333;background:#f5f5f5}.page-module__POIIyG__notifList{max-height:320px;overflow-y:auto}.page-module__POIIyG__notifItem{cursor:pointer;border-bottom:1px solid #f5f5f5;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.page-module__POIIyG__notifItem:hover{background:#fafafa}.page-module__POIIyG__notifItem:last-child{border-bottom:none}.page-module__POIIyG__notifIcon{color:#8b5cf6;background:#8b5cf61a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-module__POIIyG__notifContent{flex:1;min-width:0}.page-module__POIIyG__notifTitle{color:#222;margin-bottom:2px;font-size:12px;font-weight:600;display:block}.page-module__POIIyG__notifDesc{color:#666;margin-bottom:4px;font-size:11px;line-height:1.3;display:block}.page-module__POIIyG__notifTime{color:#999;font-size:10px}
