html,body,#root{margin:0;padding:0;width:100%;height:100%}body{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.dashboard-container{padding:30px;font-family:Arial,sans-serif}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dashboard-header h1{margin:0;font-size:24px;color:#1e293b}.user-info{margin-top:6px;color:#64748b}.role-badge{background:#0ea5e9;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px}.logout-button{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:.2s}.logout-button:hover{opacity:.9}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 8px #0000000f}.card h3{margin:0;font-size:16px;color:#334155}.card-value{margin-top:10px;font-size:22px;font-weight:700;color:#0f172a}.topbar{background:#fff;padding:15px 30px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.topbar-user{display:flex;align-items:center;gap:18px}.topbar-username{font-weight:600;color:#1e293b}.topbar-role{background:#0ea5e9;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px}.topbar-logout{background:none;border:none;color:#ef4444;cursor:pointer;font-weight:500}.layout-container{display:flex;min-height:100vh;width:100%}.sidebar{width:240px;background-color:#0f172a;color:#f8fafc;padding:20px;display:flex;flex-direction:column}.sidebar-title{margin-bottom:24px;font-size:18px;font-weight:600;color:#e2e8f0}.sidebar-link{text-decoration:none;color:#e2e8f0;padding:10px 12px;border-radius:6px;transition:all .2s ease}.sidebar-link:hover{background-color:#1e293b;color:#fff}.sidebar-link.active{background-color:#2563eb;color:#fff;font-weight:600}.layout-content{flex:1;display:flex;flex-direction:column;background-color:#f1f5f9;min-width:0}.topbar{background:#fff;padding:15px 20px;border-bottom:1px solid #e2e8f0}.page-content{flex:1;padding:20px;overflow-y:auto;width:100%}.history-container{padding:30px}.filter-container{background:#fff;padding:16px 20px;border-radius:8px;margin-bottom:20px;box-shadow:0 1px 3px #0000000d}.filter-row{display:flex;align-items:flex-end;gap:15px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;min-width:150px}.filter-group label{font-size:12px;margin-bottom:4px;color:#64748b;font-weight:500}.filter-group input,.filter-group select{padding:6px 10px;border-radius:6px;border:1px solid #e2e8f0;font-size:14px;transition:.2s ease}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#2563eb}.filter-group input:disabled{background:#f1f5f9;cursor:not-allowed}.search-btn{padding:7px 16px;border-radius:6px;border:none;background:#2563eb;color:#fff;cursor:pointer;font-weight:500;transition:.2s ease}.search-btn:hover{background:#1e40af}.history-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.history-table th,.history-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #e2e8f0;font-size:14px}.history-table th{background:#f8fafc;font-weight:600;color:#334155}.history-table tbody tr:hover{background-color:#f8fafc}.clickable-row{cursor:pointer}.center-cell{text-align:center}.date-cell{white-space:nowrap;color:#475569}.status{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;display:inline-block}.status.normal{background:#e2e8f0;color:#334155}.status.reversal{background:#fee2e2;color:#b91c1c}.status.corrected{background:#dcfce7;color:#166534}.correct-btn{padding:4px 10px;font-size:12px;border-radius:6px;border:none;background:#f59e0b;color:#fff;cursor:pointer;transition:.2s ease}.correct-btn:hover{background:#d97706}.pagination-container{margin-top:20px;display:flex;justify-content:space-between;align-items:center}.pagination-info{font-size:13px;color:#64748b}.pagination-controls{display:flex;gap:8px}.page-btn{padding:6px 12px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:.2s ease;font-size:13px}.page-btn:hover{background:#f1f5f9}.page-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.autocomplete{position:relative}.autocomplete-dropdown{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:6px;max-height:200px;overflow-y:auto;z-index:999;box-shadow:0 4px 10px #00000014}.autocomplete-item{padding:8px 10px;cursor:pointer;font-size:14px}.autocomplete-item:hover{background-color:#f1f5f9}.filter-actions{display:flex;align-items:flex-end}.clear-btn{background:#f3f4f6;border:1px solid #d1d5db;padding:8px 14px;border-radius:6px;cursor:pointer;font-weight:500;transition:.2s ease}.clear-btn:hover{background:#e5e7eb}.export-btn{background-color:#1d4ed8;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;margin-left:10px;font-weight:500}.export-btn:hover{background-color:#1e40af}.drawer-overlay{position:fixed;inset:0;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}.drawer{width:480px;max-width:90vw;height:calc(100vh - 10px);max-height:100vh;background:#fff;padding:20px;overflow-y:auto;overflow-x:hidden;animation:slideIn .25s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;justify-content:space-between;align-items:center}.drawer-section{margin-top:20px}.chain-table{width:100%;border-collapse:collapse;margin-top:10px}.chain-table th,.chain-table td{border-bottom:1px solid #e2e8f0;padding:8px}.chain-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;display:inline-block}.chain-badge.original{background:#e2e8f0;color:#334155}.chain-badge.reversal{background:#fee2e2;color:#b91c1c}.chain-badge.corrected{background:#dcfce7;color:#166534}.chain-table{width:100%;border-collapse:collapse;margin-top:10px;table-layout:fixed}.chain-table th,.chain-table td{border-bottom:1px solid #e2e8f0;padding:8px;word-wrap:break-word}.chain-table th:nth-child(3),.chain-table td:nth-child(3){width:90px}
