:root{--result-valid: #2e7d32;--result-invalid: #c62828;--result-warning: #ed6c02;--validResultBG: #e8f5e9;--invalidResultBG: #ffebee;--warningResultBG: #fff8e1}.validResultBG{background:var(--validResultBG)}.invalidResultBG{background:var(--invalidResultBG)}.wawrningResultBG{background:var(--warningResultBG)}.rationale-chip.rationale-chip--valid.MuiChip-root{border-color:var(--result-valid);color:var(--result-valid)}.rationale-chip.rationale-chip--invalid.MuiChip-root{border-color:var(--result-invalid);color:var(--result-invalid)}.rationale-chip.rationale-chip--warning.MuiChip-root{border-color:var(--result-warning);color:var(--result-warning)}.layout-grid{display:grid;grid-template-columns:18% 28% 30% 22%;gap:12px;height:100%}.column{min-height:0;border:1px solid #e0e5ef}.details-column,.execution-advice-column,.panel-column{overflow:hidden}.panel-column-flex{display:flex;flex-direction:column;min-height:0}.invoice-frame-wrap{flex:1;min-height:220px;border:1px solid #e0e5ef;border-radius:8px;overflow:hidden;background:#f0f4fa}.invoice-frame-wrap-right{min-height:280px}.invoice-frame{width:100%;height:100%;border:0}.drop-zone{display:flex;flex-direction:column;gap:4px;border:1px dashed #8aa4c5;border-radius:10px;padding:12px;text-align:center;cursor:pointer;background:#f9fbff}.drop-zone input{display:none}.section-title{font-weight:700;margin-bottom:10px}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.overview-row{display:flex;flex-direction:column;gap:2px}.transaction-row-pending{background:linear-gradient(110deg,#1976d20f,#1976d224,#1976d20f 90%);background-size:200% 100%;animation:pending-shimmer 1.8s ease-in-out infinite}.screen-menu{width:230px;min-width:230px;height:100vh;border:0;border-right:1px solid #e0e5ef;border-radius:0;transition:width .2s ease,min-width .2s ease;overflow:auto}.screen-menu-collapsed{width:76px;min-width:76px}.empty-screen{height:100%;display:flex}.empty-screen-content{margin:auto;text-align:center}@keyframes pending-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.pdf-placeholder{height:300px;border:1px dashed #98a9c2;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#68778c;background:#f7faff;font-weight:600}@media (max-width: 1100px){.layout-grid{grid-template-columns:1fr;height:auto}.screen-menu{width:76px;min-width:76px}}
