.reimbursement-panel{display:none}
.reimbursement-actions{display:flex;align-items:center;gap:10px}
.reimbursement-actions button,.reimbursement-import-primary{border:1px solid #c9d8cf;border-radius:8px;background:#fff;color:#174a36;padding:9px 14px;font-weight:700;cursor:pointer}
.reimbursement-actions .reimbursement-import-primary,.reimbursement-import-primary{border-color:#174a36;background:#174a36;color:#fff}
.reimbursement-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px 20px 6px}
.reimbursement-stat{border:1px solid #d8e3dc;border-radius:10px;background:#f8fbf8;padding:13px 15px}
.reimbursement-stat span{display:block;color:#6d7d74;font-size:12px;margin-bottom:5px}
.reimbursement-stat strong{font-size:21px;color:#173c2d}
.reimbursement-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 20px}
.reimbursement-filters select,.reimbursement-filters input{min-width:135px;border:1px solid #ccd9d1;border-radius:8px;background:#fff;padding:9px 10px;color:#223d31;outline:none}
.reimbursement-filters input{min-width:210px}
.reimbursement-category-summary{display:flex;gap:8px;flex-wrap:wrap;padding:0 20px 14px}
.reimbursement-category-chip{border-radius:999px;background:#edf4ef;color:#315745;padding:6px 10px;font-size:12px}
.reimbursement-category-chip b{margin-left:5px;color:#173c2d}
.reimbursement-table select{border:1px solid #d2ddd6;border-radius:7px;background:#fff;padding:6px 7px;color:#254336}
.reimbursement-source{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#687a70}
.reimbursement-total td{background:#e3efdd!important;border-top:2px solid #779783!important;font-weight:800}
.reimbursement-import-backdrop{position:fixed;inset:0;z-index:120;background:#0d2a1e99;display:none;align-items:center;justify-content:center;padding:24px}
.reimbursement-import-backdrop.show{display:flex}
.reimbursement-import-modal{width:min(1240px,96vw);max-height:92vh;display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 24px 80px #081d1540;overflow:hidden}
.reimbursement-import-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px 14px;border-bottom:1px solid #dbe4de}
.reimbursement-import-head h2{margin:0 0 4px;font-size:22px}.reimbursement-import-head p{margin:0;color:#718078;font-size:12px}
.reimbursement-import-close{border:0;background:#eef2ef;border-radius:50%;width:34px;height:34px;font-size:20px;cursor:pointer}
.reimbursement-preview-info{padding:12px 22px;background:#f5f8f6;color:#425d4f;font-size:13px}
.reimbursement-preview-wrap{overflow:auto;flex:1;padding:0 22px}
.reimbursement-preview-table{width:100%;min-width:1080px;border-collapse:collapse;font-size:12px}
.reimbursement-preview-table th,.reimbursement-preview-table td{border:1px solid #d7e1db;padding:7px;text-align:left;vertical-align:middle}
.reimbursement-preview-table th{position:sticky;top:0;background:#eaf2e7;z-index:1}
.reimbursement-preview-table input,.reimbursement-preview-table select{width:100%;min-width:86px;border:1px solid #cdd9d2;border-radius:6px;padding:7px;background:#fff}
.reimbursement-preview-table .preview-description{min-width:190px}
.reimbursement-preview-table .preview-amount{min-width:92px}
.reimbursement-import-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 22px;border-top:1px solid #dbe4de}
.reimbursement-import-foot small{color:#6f7e76}.reimbursement-import-foot div{display:flex;gap:10px}
.reimbursement-import-foot button{border:1px solid #ccd8d1;border-radius:8px;background:#fff;padding:10px 16px;font-weight:700;cursor:pointer}
.reimbursement-import-foot .save{border-color:#174a36;background:#174a36;color:#fff}
.reimbursement-empty{padding:34px;text-align:center;color:#87938c}
@media(max-width:900px){.reimbursement-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.reimbursement-actions{flex-wrap:wrap}.reimbursement-filters>*{flex:1}.reimbursement-import-backdrop{padding:8px}}
