:root{--navy:#0b1739;--blue:#3563e9;--sky:#eef4ff;--ink:#17233c;--muted:#75809a;--line:#e7ebf3;--bg:#f5f7fb}*{box-sizing:border-box}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--ink);font-size:14px}.sidebar{position:fixed;z-index:1040;width:250px;height:100vh;background:var(--navy);color:#fff;padding:22px 14px;overflow-y:auto;transition:.25s}.brand{display:flex;align-items:center;gap:12px;color:#fff;font-size:22px;font-weight:700;padding:0 10px 26px}.brand:hover{color:#fff;text-decoration:none}.brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#4e7bff,#38bdf8);display:grid;place-items:center}.sidebar-label{font-size:10px;letter-spacing:1.5px;color:#73809d;padding:12px}.sidebar-nav>a,.submenu a{display:flex;align-items:center;gap:13px;color:#aeb8ce;border-radius:8px;padding:11px 13px;margin:3px 0;text-decoration:none}.sidebar-nav>a i:first-child{width:18px}.sidebar-nav>a:hover,.sidebar-nav>a.active{background:#182a56;color:#fff}.submenu a{padding-left:44px;font-size:13px}.main-wrapper{margin-left:250px;min-height:100vh;display:flex;flex-direction:column}.topbar{height:68px;border-bottom:1px solid var(--line);padding:0 25px;position:sticky;top:0;z-index:1020}.top-search{position:relative;align-items:center}.top-search i{position:absolute;left:13px;color:#9aa4b8}.top-search .form-control{border:0;background:#f6f8fc;border-radius:9px;padding-left:38px;width:300px}.avatar{display:inline-grid;place-items:center;width:34px;height:34px;background:var(--sky);color:var(--blue);border-radius:50%;font-weight:700}.content{padding:28px 24px;flex:1}.page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.page-header h1{font-size:25px;font-weight:700;margin:2px 0}.page-header p{color:var(--muted);margin:4px 0 0}.eyebrow{color:var(--blue);font-size:11px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase}.card{border:1px solid var(--line);border-radius:10px;box-shadow:0 5px 18px rgba(27,45,85,.045);margin-bottom:22px}.card-header{background:#fff;border-bottom:1px solid var(--line);padding:17px 20px;font-weight:600;border-radius:10px 10px 0 0!important}.card-body{padding:20px}.stat-card{position:relative;overflow:hidden}.stat-card .stat-label{color:var(--muted);font-weight:500;font-size:12px}.stat-card .stat-value{font-size:25px;font-weight:700;margin-top:7px}.stat-card .stat-icon{position:absolute;right:18px;top:20px;width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--sky);color:var(--blue)}.table{color:#33405b}.table thead th{border-top:0;border-bottom:1px solid var(--line);font-size:11px;color:#79849a;text-transform:uppercase;letter-spacing:.5px}.table td{vertical-align:middle;border-color:#eef1f6}.btn{border-radius:7px;font-weight:500}.btn-primary{background:var(--blue);border-color:var(--blue)}.form-control,.custom-select{border-color:#dfe4ed;border-radius:7px;min-height:40px}.form-control:focus{border-color:#8ba7f8;box-shadow:0 0 0 3px rgba(53,99,233,.1)}label{font-weight:600;font-size:12px}.required{color:#e04f5f}.select2-container{width:100%!important}.select2-container .select2-selection--single,.select2-container .select2-selection--multiple{min-height:40px;border-color:#dfe4ed;border-radius:7px;padding:5px}.empty-state{text-align:center;padding:45px 20px;color:var(--muted)}.empty-state i{font-size:34px;color:#b6c1d4;margin-bottom:12px}.timeline{position:relative;padding-left:28px}.timeline:before{content:'';position:absolute;left:7px;top:6px;bottom:8px;width:2px;background:#e3e9f4}.timeline-item{position:relative;padding-bottom:22px}.timeline-item:before{content:'';position:absolute;left:-26px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--blue);border:3px solid #dce6ff}.timeline-item small{color:var(--muted)}.footer{padding:18px 25px;color:#8490a6;border-top:1px solid var(--line);display:flex;justify-content:space-between}.sidebar-overlay{display:none}
