*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8fafc;color:#0f172a;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}input,button,select,textarea{font-family:inherit;font-size:14px}.app-container{display:flex;min-height:100vh;background-color:#f8fafc}.sidebar{width:250px;background-color:#fff;border-right:1px solid #E2E8F0;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh}.sidebar-header{padding:20px 18px;border-bottom:1px solid #F1F5F9;display:flex;align-items:center;gap:12px}.brand-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#1677ff,#0958d9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;box-shadow:0 2px 6px #1677ff40}.brand-info{display:flex;flex-direction:column}.brand-title{font-size:14px;font-weight:700;color:#0f172a;line-height:1.3}.brand-subtitle{font-size:11px;color:#64748b;letter-spacing:.5px}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.nav-item:hover{background-color:#f1f5f9;color:#1677ff}.nav-item.active{background-color:#eff6ff;color:#1677ff;font-weight:600;border-color:#dbeafe}.main-content{flex:1;display:flex;flex-direction:column;min-width:0;background-color:#f8fafc}.topbar{height:64px;background-color:#fff;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.topbar-left{display:flex;align-items:center;gap:16px}.page-title{font-size:17px;font-weight:700;color:#0f172a}.topbar-right{display:flex;align-items:center;gap:16px}.system-status-tag{display:flex;align-items:center;gap:6px;background-color:#ecfdf5;color:#059669;border:1px solid #A7F3D0;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:500}.pulse-dot{width:7px;height:7px;border-radius:50%;background-color:#10b981}.user-profile{display:flex;align-items:center;gap:10px;padding-left:12px;border-left:1px solid #E2E8F0}.user-avatar{width:34px;height:34px;border-radius:50%;background-color:#dbeafe;color:#1e40af;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px}.content-body{flex:1;padding:24px 28px;display:flex;flex-direction:column;gap:20px}.global-footer{text-align:center;color:#8c8c8c;font-size:12px;padding:16px 0 24px;border-top:1px solid #F1F5F9;margin-top:auto}.card{background-color:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000a}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #F1F5F9}.card-title{font-size:15px;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.btn-primary{background-color:#1677ff;color:#fff}.btn-primary:hover{background-color:#0958d9}.btn-secondary{background-color:#fff;color:#334155;border-color:#cbd5e1}.btn-secondary:hover{background-color:#f8fafc;border-color:#94a3b8}.btn-danger{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.btn-danger:hover{background-color:#fee2e2}.btn-success{background-color:#ecfdf5;color:#059669;border-color:#a7f3d0}.btn-success:hover{background-color:#d1fae5}.btn-sm{padding:4px 8px;font-size:12px;border-radius:4px}.table-container{width:100%;overflow-x:auto}.custom-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.custom-table th{background-color:#f8fafc;color:#475569;font-weight:600;padding:12px 14px;border-bottom:1px solid #E2E8F0;white-space:nowrap}.custom-table td{padding:12px 14px;border-bottom:1px solid #F1F5F9;color:#1e293b;vertical-align:middle}.custom-table tr:hover td{background-color:#f8fafc}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:9999px;font-size:12px;font-weight:500;white-space:nowrap}.status-online{background-color:#ecfdf5;color:#059669;border:1px solid #A7F3D0}.status-offline{background-color:#f1f5f9;color:#64748b;border:1px solid #E2E8F0}.status-notice{background-color:#fef9c3;color:#854d0e;border:1px solid #FEF08A}.status-warning{background-color:#ffedd5;color:#c2410c;border:1px solid #FED7AA}.status-critical{background-color:#fee2e2;color:#b91c1c;border:1px solid #FECACA}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-label{font-size:13px;font-weight:500;color:#334155}.form-input,.form-select,.form-textarea{width:100%;padding:8px 12px;border:1px solid #CBD5E1;border-radius:6px;background-color:#fff;color:#0f172a;outline:none;transition:border-color .15s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff26}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:50}.modal-panel{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:560px;overflow:hidden;border:1px solid #E2E8F0}.modal-header{padding:16px 20px;border-bottom:1px solid #F1F5F9;display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:16px;font-weight:600;color:#0f172a}.modal-body{padding:20px;max-height:70vh;overflow-y:auto}.modal-footer{padding:14px 20px;border-top:1px solid #F1F5F9;background-color:#f8fafc;display:flex;justify-content:flex-end;gap:10px}.grid-cols-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.grid-cols-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.grid-cols-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kpi-card{background-color:#fff;border:1px solid #E2E8F0;border-radius:10px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 2px #00000008}.kpi-title{font-size:12px;color:#64748b;font-weight:500;margin-bottom:4px}.kpi-value{font-size:24px;font-weight:700;color:#0f172a;display:flex;align-items:baseline;gap:4px}.kpi-unit{font-size:13px;font-weight:500;color:#64748b}.kpi-icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.login-wrapper{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.login-center-box{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:420px;background-color:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:36px 32px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000008}.login-header{text-align:center;margin-bottom:28px}.login-icon-badge{width:52px;height:52px;margin:0 auto 16px;border-radius:12px;background:linear-gradient(135deg,#1677ff,#0958d9);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;box-shadow:0 4px 10px #1677ff4d}.login-sys-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:6px}.login-sys-sub{font-size:13px;color:#64748b}.captcha-row{display:flex;gap:10px}.captcha-box{height:38px;padding:0 14px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border:1px solid #94A3B8;border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:monospace;font-size:18px;font-weight:700;letter-spacing:4px;color:#1e293b;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}
