.tx-app{--tx-blue:#0b5bd3;--tx-orange:#f45a00;--tx-ink:#10223b;--tx-muted:#526a86;--tx-line:#cbd9e8;background:#eef5fb;color:var(--tx-ink);border:1px solid var(--tx-line);border-radius:14px;max-width:1500px;margin:0 auto;overflow:hidden;box-sizing:border-box;font-family:Arial,sans-serif}.tx-app *{box-sizing:border-box}.tx-head{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:26px 30px;background:linear-gradient(100deg,#fffaf6,#eef7ff);border-bottom:1px solid var(--tx-line)}.tx-head h1{font-size:34px;margin:6px 0}.tx-head p{color:var(--tx-muted);margin:0;max-width:850px;line-height:1.5}.tx-eyebrow{display:block;color:var(--tx-orange);font-weight:800;font-size:12px;letter-spacing:1.6px}.tx-scope{background:white;border:1px solid var(--tx-line);border-radius:10px;padding:14px 18px;font-weight:700;min-width:180px;text-align:center}.tx-card-status{display:flex;gap:14px;align-items:center;padding:13px 28px;border-bottom:1px solid}.tx-card-status strong{white-space:nowrap}.tx-card-status span{font-size:14px}.tx-card-status.ok{background:#eaf8f0;border-color:#9ed5b5;color:#126238}.tx-card-status.warn{background:#fff6e6;border-color:#efc77b;color:#794900}.tx-tabs{display:flex;overflow-x:auto;background:#dce8f3;border-bottom:1px solid var(--tx-line)}.tx-tabs button{border:0;border-right:1px solid var(--tx-line);background:transparent;padding:14px 19px;font-weight:700;color:#23496f;white-space:nowrap}.tx-tabs button.active{background:var(--tx-orange);color:white}.tx-kpis{display:grid;grid-template-columns:repeat(5,1fr);background:white;border-bottom:1px solid var(--tx-line)}.tx-kpis>div{padding:17px 20px;border-right:1px solid var(--tx-line)}.tx-kpis strong{display:block;color:var(--tx-blue);font-size:27px}.tx-kpis span{font-size:13px;font-weight:700;color:var(--tx-muted)}.tx-app main{padding:20px}.tx-grid{display:grid;gap:16px}.tx-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.tx-panel,.tx-section{background:white;border:1px solid var(--tx-line);border-radius:11px;padding:20px;margin-bottom:16px}.tx-panel h2,.tx-section h2{margin:2px 0 8px}.tx-panel p,.tx-section p{color:var(--tx-muted);line-height:1.45}.tx-capture{border-left:5px solid var(--tx-orange)}.tx-capture form,.tx-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tx-capture form{margin-top:16px}.tx-app label{display:flex;flex-direction:column;gap:5px;color:#273f5a;font-size:13px;font-weight:700}.tx-app input,.tx-app select,.tx-app textarea,.tx-app button{font:inherit}.tx-app input,.tx-app select,.tx-app textarea{width:100%;border:1px solid #aac0d6;border-radius:7px;padding:10px;background:white;color:#10223b}.tx-app textarea{min-height:78px;resize:vertical}.tx-form .wide,.tx-check{grid-column:1/-1}.tx-check{flex-direction:row!important;align-items:flex-start;font-weight:400!important;line-height:1.4}.tx-check input{width:auto;margin-top:2px}.tx-app button{border:1px solid #aac0d6;border-radius:7px;background:white;color:#10223b;padding:10px 14px;font-weight:700;cursor:pointer}.tx-app button:hover{border-color:var(--tx-blue)}.tx-app button:disabled{opacity:.55;cursor:wait}.tx-app .tx-primary{background:var(--tx-orange);border-color:var(--tx-orange);color:white}.tx-notice{margin:14px 20px 0;padding:12px 14px;border-radius:7px}.tx-notice.success{background:#e8f7ef;color:#125e38}.tx-notice.error{background:#fff0ef;color:#9f1d16}.tx-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.tx-list{display:grid;gap:10px}.tx-report-card{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid var(--tx-line);border-radius:9px;padding:15px}.tx-report-card h3{margin:6px 0}.tx-report-card p{margin:0;font-size:14px}.tx-status{display:inline-block;background:#e8f1f9;color:#1e567f;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800}.tx-status.manager-review,.tx-status.finance-review{background:#fff2d8;color:#805000}.tx-status.approved,.tx-status.closed{background:#def4e7;color:#16643c}.tx-status.returned{background:#ffe4e0;color:#9d251d}.tx-receipts,.tx-review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.tx-receipt-card{border:1px solid var(--tx-line);border-radius:9px;overflow:hidden;background:white}.tx-receipt-card>div{padding:13px}.tx-thumb{display:block;height:160px;background:#e4ebf2}.tx-thumb img,.tx-large-receipt img{width:100%;height:100%;object-fit:contain}.tx-receipt-card h3{margin:7px 0}.tx-receipt-card p{margin:4px 0;font-size:13px}.tx-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.tx-ai{color:#315d88!important}.receipt-review{grid-template-columns:minmax(300px,.8fr) minmax(440px,1.2fr)}.tx-large-receipt{display:block;min-height:500px;max-height:720px;background:#e6edf4;border:1px solid var(--tx-line);border-radius:8px}.tx-warning{background:#fff7e8;border:1px solid #efca82;border-radius:8px;padding:12px;color:#6b4600}.tx-warning p{margin-bottom:0}.tx-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.tx-detail-summary>div{background:#edf5fc;border-radius:8px;padding:12px}.tx-detail-summary span,.tx-detail-summary strong{display:block}.tx-detail-summary span{font-size:12px;color:var(--tx-muted);margin-bottom:5px}.tx-table-wrap{overflow-x:auto;margin-top:14px}.tx-table-wrap table{border-collapse:collapse;width:100%}.tx-table-wrap th,.tx-table-wrap td{text-align:left;border-bottom:1px solid var(--tx-line);padding:11px;vertical-align:top;white-space:normal;overflow-wrap:anywhere}.tx-table-wrap th{background:#eaf2f9;font-size:12px;text-transform:uppercase;color:#46627d}.tx-exception{color:#9a5100;font-weight:700}.tx-decision{display:grid;grid-template-columns:220px 1fr auto;align-items:end;gap:12px;margin-top:18px;padding:16px;background:#eef5fb;border-radius:9px}.tx-card-list{display:grid;gap:8px}.tx-card-list>div{display:flex;flex-direction:column;border-bottom:1px solid var(--tx-line);padding:9px 0}.tx-card-list span{color:var(--tx-muted);font-size:13px}.tx-empty{padding:24px;text-align:center;color:var(--tx-muted);border:1px dashed #adc3d8;border-radius:8px}.tx-app footer{padding:14px 22px;background:#e2edf6;border-top:1px solid var(--tx-line);color:#48637d;font-size:12px}@media(max-width:900px){.tx-head{align-items:flex-start;flex-direction:column}.tx-scope{min-width:0}.tx-kpis{grid-template-columns:repeat(2,1fr)}.tx-grid.two,.receipt-review,.tx-detail-summary{grid-template-columns:1fr}.tx-capture form,.tx-form{grid-template-columns:1fr}.tx-decision{grid-template-columns:1fr}.tx-report-card{align-items:flex-start;flex-direction:column}.tx-app main{padding:12px}.tx-head{padding:20px}.tx-head h1{font-size:28px}}

.tx-button{display:inline-flex;align-items:center;border:1px solid #aac0d6;border-radius:7px;background:#fff;color:#10223b;padding:10px 14px;font-weight:700;text-decoration:none}.tx-button:hover{border-color:var(--tx-blue)}.tx-large-receipt{position:sticky;top:12px}.tx-line-editor{border:1px solid var(--tx-line);border-radius:9px;padding:14px;background:#f8fbfe}.tx-line-head,.tx-sheet-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.tx-line-head h3,.tx-sheet-head h3{margin:2px 0}.tx-line-head p,.tx-sheet-head p{margin:4px 0}.tx-line-editor .tx-table-wrap{margin-top:8px}.tx-line-editor table{min-width:820px}.tx-line-editor td{padding:6px}.tx-line-editor th:nth-child(2){width:90px}.tx-line-editor th:nth-child(3),.tx-line-editor th:nth-child(4){width:130px}.tx-line-editor th:nth-child(5){width:180px}.tx-line-editor th:last-child{width:92px}.tx-line-editor input,.tx-line-editor select{padding:8px}.tx-remove-line{padding:8px!important;color:#9f1d16!important}.tx-line-editor tfoot th,.tx-sheet tfoot th{background:#edf5fc;font-weight:800}.tx-sheet-head{margin-top:22px;padding:15px 17px;background:#edf5fc;border:1px solid var(--tx-line);border-radius:9px 9px 0 0}.tx-sheet-head>strong{color:var(--tx-blue);font-size:24px;white-space:nowrap}.tx-sheet{margin-top:0;border:1px solid var(--tx-line);border-top:0;max-height:430px}.tx-sheet table{min-width:1250px}.tx-sheet thead th{position:sticky;top:0;z-index:1;background:#dfeefa}.tx-sheet tbody tr:nth-child(even){background:#f7fafc}.tx-sheet a{color:#0b5bd3;font-weight:700}.tx-number{text-align:right!important;white-space:nowrap!important}.tx-note{color:#794900;font-size:12px}.tx-help{margin-top:-4px!important}.tx-report-receipts{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}.tx-report-receipt{display:grid;grid-template-columns:110px 1fr;gap:12px;border:1px solid var(--tx-line);border-radius:9px;padding:10px}.tx-report-receipt>a{height:105px;background:#e6edf4;border-radius:6px;overflow:hidden}.tx-report-receipt img{width:100%;height:100%;object-fit:contain}.tx-report-receipt>div{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.tx-report-receipt span{color:var(--tx-muted);font-size:13px}@media(max-width:900px){.tx-large-receipt{position:static;min-height:360px}.tx-line-head,.tx-sheet-head{flex-direction:column}.tx-report-receipts{grid-template-columns:1fr}}
