:root{color:#1e293b;-webkit-font-smoothing:antialiased;background-color:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;background-color:#f8fafc;min-height:100vh}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}a{color:inherit;text-decoration:none}.layout-container{background-color:#f8fafc;min-height:100vh;display:flex}.sidebar{background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:256px;display:flex}.sidebar-logo{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;height:68px;padding:0 20px;display:flex}.sidebar-menu{flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex;overflow-y:auto}.menu-item{color:#475569;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.menu-item:hover{color:#0284c7;background-color:#f1f5f9}.menu-item.active{color:#0284c7;background-color:#e0f2fe;font-weight:600}.main-content{flex-direction:column;flex:1;min-width:0;display:flex}.header{z-index:20;background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:68px;padding:0 28px;display:flex;position:sticky;top:0}.page-body{flex:1;padding:24px 28px}.page-footer{text-align:center;color:#94a3b8;letter-spacing:.3px;background-color:#fff;border-top:1px solid #f1f5f9;padding:18px 28px;font-size:12px}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000a}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-title{color:#0f172a;align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0000000a}.stat-icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-info{flex-direction:column;display:flex}.stat-label{color:#64748b;margin-bottom:4px;font-size:13px}.stat-value{color:#0f172a;font-size:24px;font-weight:700}.stat-unit{color:#64748b;margin-left:4px;font-size:13px;font-weight:400}.btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background-color:#0284c7}.btn-primary:hover{background-color:#0369a1}.btn-secondary{color:#334155;background-color:#fff;border:1px solid #cbd5e1}.btn-secondary:hover{background-color:#f8fafc;border-color:#94a3b8}.btn-success{color:#fff;background-color:#10b981}.btn-success:hover{background-color:#059669}.btn-danger{color:#fff;background-color:#ef4444}.btn-danger:hover{background-color:#dc2626}.table-wrapper{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.table{border-collapse:collapse;text-align:left;background-color:#fff;width:100%;font-size:13px}.table th{color:#475569;white-space:nowrap;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-weight:600}.table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:13px 16px}.table tr:last-child td{border-bottom:none}.table tr:hover td{background-color:#f8fafc}.badge{border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:500;display:inline-flex}.badge-blue{color:#0284c7;background-color:#e0f2fe;border:1px solid #bae6fd}.badge-green{color:#059669;background-color:#ecfdf5;border:1px solid #a7f3d0}.badge-amber{color:#b45309;background-color:#fffbeb;border:1px solid #fde68a}.badge-purple{color:#7c3aed;background-color:#faf5ff;border:1px solid #e9d5ff}.badge-red{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca}.badge-slate{color:#475569;background-color:#f1f5f9;border:1px solid #e2e8f0}.input-field{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:9px 12px;font-size:13px;transition:border-color .2s}.input-field:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;background-color:#0f172a66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.modal-title{color:#0f172a;font-size:17px;font-weight:600}.modal-body{padding:24px}.modal-footer{background-color:#fafbfc;border-top:1px solid #f1f5f9;border-bottom-right-radius:14px;border-bottom-left-radius:14px;justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}.tabs{border-bottom:1px solid #e2e8f0;gap:8px;margin-bottom:20px;display:flex}.tab-btn{color:#64748b;border-bottom:2px solid #0000;padding:10px 18px;font-size:14px;font-weight:500;transition:all .2s}.tab-btn:hover{color:#0284c7}.tab-btn.active{color:#0284c7;border-bottom-color:#0284c7;font-weight:600}
