@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}body{background:#f5f6fa;color:#1a1a2e;min-height:100vh}.sidebar{width:240px;background:#fff;display:flex;flex-direction:column;flex-shrink:0;position:fixed;top:0;left:0;bottom:0;border-right:1px solid #e5e7eb;z-index:20}.sidebar-brand{padding:24px 20px 20px;border-bottom:1px solid #e5e7eb}.sidebar-brand h2{font-size:16px;font-weight:700;color:#1a1a2e}.sidebar-brand p{font-size:11px;color:#777;margin-top:2px}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:7px;font-size:13px;font-weight:500;color:#555;text-decoration:none;transition:all .15s;cursor:pointer}.nav-item:hover{background:#fff3f0}.nav-item svg{width:16px;height:16px;flex-shrink:0}.nav-sub{padding:2px 0 2px 36px;display:flex;flex-direction:column;gap:1px}.nav-sub a{padding:5px 10px;border-radius:5px;color:#777;text-decoration:none;font-size:12px;transition:all .15s}.nav-sub a:hover{color:#8c1b3f}a.active-nav{background:#8c1b3f!important;color:#fff!important}a.active-nav svg{stroke:#fff!important}a.active-nav *{color:#fff!important}.sidebar-user{padding:16px 12px;border-top:1px solid #e5e7eb;position:relative}.sidebar-user-btn{display:flex;align-items:center;gap:10px;cursor:pointer;border-radius:8px;padding:6px 8px;transition:background .15s}.sidebar-user-btn:hover{background:#fff3f0}.user-avatar{width:32px;height:32px;border-radius:8px;background:#8c1b3f;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-avatar-lg{width:40px;height:40px;border-radius:10px;background:#8c1b3f;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-name{font-size:12px;font-weight:600;color:#1a1a2e}.user-role{font-size:11px;color:#777}.user-popup{position:absolute;bottom:70px;left:12px;right:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;box-shadow:0 -4px 20px #0000001a;z-index:100}.user-popup-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #e5e7eb}.user-popup-info{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.user-popup-row{display:flex;justify-content:space-between;padding:4px 0}.user-popup-label{font-size:11px;color:#777}.user-popup-value{font-size:11px;color:#1a1a2e;font-weight:500}.main-content{margin-left:240px;flex:1;padding:32px}.page-header{margin-bottom:28px}.page-title{font-size:22px;font-weight:700;color:#1a1a2e;margin:0}.page-subtitle{font-size:13px;color:#777;margin:4px 0 0}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:7px;font-size:13px;font-weight:500;border:none;cursor:pointer;transition:all .15s}.btn-primary{background:#8c1b3f;color:#fff}.btn-primary:hover{background:#e1143c}.btn-secondary{background:#f3f4f6;color:#555}.btn-secondary:hover{background:#e5e7eb}.btn-outline{background:#fff;color:#8c1b3f;border:1px solid #8C1B3F}.btn-danger{background:#fef2f2;color:#dc2626}.btn-success{background:#f0fdf4;color:#166534}.card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:20px}.table-container{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}table{width:100%;border-collapse:collapse}thead tr{background:#f9fafb;border-bottom:1px solid #e5e7eb}th{padding:12px 16px;text-align:left;font-size:11px;font-weight:600;color:#777;text-transform:uppercase;letter-spacing:.5px}td{padding:12px 16px;border-bottom:1px solid #f3f4f6}tr:hover{background:#fafafa}.badge{padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600}.badge-active{background:#eff6ff;color:#1d4ed8}.badge-success{background:#f0fdf4;color:#166534}.badge-warning{background:#fffbeb;color:#b45309}.badge-danger{background:#fef2f2;color:#dc2626}.badge-orange{background:#fff3f0;color:#8c1b3f}.filter-bar{background:#fff;border-radius:12px;padding:16px 20px;margin-bottom:20px;border:1px solid #e5e7eb;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.filter-bar input,.filter-bar select{padding:8px 12px;border:1px solid #e5e7eb;border-radius:7px;font-size:13px;outline:none;background:#fff}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#fff;border-radius:14px;padding:28px;width:480px;max-width:90vw;max-height:85vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-title{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#777}.form-group{display:flex;flex-direction:column;gap:4px}.form-label{font-size:12px;font-weight:600;color:#555}.form-input{padding:9px 12px;border:1px solid #e5e7eb;border-radius:7px;font-size:13px;outline:none;width:100%;box-sizing:border-box}.form-input:focus{border-color:#8c1b3f}.form-error{font-size:11px;color:#dc2626}.msg-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 16px;font-size:13px;color:#166534;margin-bottom:16px}.msg-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 16px;font-size:13px;color:#dc2626;margin-bottom:16px}.detail-panel{width:280px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:20px;height:-moz-fit-content;height:fit-content}.spinner{width:28px;height:28px;border-radius:50%;border:2px solid #e5e7eb;border-top-color:#8c1b3f;animation:spin .7s linear infinite;margin:0 auto 12px}@keyframes spin{to{transform:rotate(360deg)}}
