*{box-sizing:border-box}body{margin:0;font-family:'Segoe UI',Arial,sans-serif;background:#eef3f9;color:#0f172a}.login-body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#0ea5e9 0,#020617 35%),linear-gradient(135deg,#020617,#0f172a);padding:24px}.login-card{width:1040px;max-width:96%;min-height:600px;display:grid;grid-template-columns:1.05fr .95fr;border-radius:34px;overflow:hidden;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);box-shadow:0 45px 120px rgba(0,0,0,.55);backdrop-filter:blur(22px)}.login-hero{padding:58px;background:linear-gradient(135deg,rgba(2,6,23,.94),rgba(14,165,233,.35));color:white}.logo-box{width:96px;height:96px;background:white;border-radius:28px;display:grid;place-items:center;margin-bottom:32px}.logo-box img{width:74px}.badge-soft{display:inline-flex;gap:8px;align-items:center;background:rgba(14,165,233,.18);border:1px solid rgba(125,211,252,.35);color:#bae6fd;border-radius:999px;padding:10px 18px;font-weight:800}.login-hero h1{font-size:44px;line-height:1.08;margin:22px 0 16px}.login-hero p{color:#dbeafe;line-height:1.7}.login-form{padding:58px;background:rgba(255,255,255,.98);display:flex;flex-direction:column;justify-content:center}.login-form h2{font-size:34px;margin:0 0 8px}.muted{color:#64748b}.field{margin-bottom:16px}.field label{display:block;margin-bottom:7px;font-weight:800;color:#334155}.field input,.field select,.field textarea{width:100%;border:1px solid #dbe3ee;background:#f8fafc;border-radius:15px;padding:0 14px;outline:none;font-size:14px}.field input,.field select{height:50px}.field textarea{height:96px;padding-top:12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#0ea5e9;box-shadow:0 0 0 4px rgba(14,165,233,.12)}.btn{border:0;border-radius:14px;padding:12px 18px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;gap:8px;align-items:center;justify-content:center}.btn-primary{background:linear-gradient(135deg,#0369a1,#0ea5e9);color:white}.btn-success{background:linear-gradient(135deg,#16a34a,#22c55e);color:white}.btn-warning{background:#fef3c7;color:#92400e}.btn-danger{background:#fee2e2;color:#991b1b}.alert{padding:13px 16px;border-radius:14px;margin-bottom:16px;font-weight:700}.alert-danger{background:#fee2e2;color:#991b1b}.alert-success{background:#dcfce7;color:#166534}.sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;background:linear-gradient(180deg,#020617,#075985);color:white;padding:28px 22px}.brand{display:flex;gap:14px;align-items:center;margin-bottom:34px}.brand img{width:54px;height:54px;background:white;border-radius:16px;padding:6px}.brand h3{margin:0;font-size:18px}.brand span{font-size:12px;color:#bae6fd}.menu a{display:flex;align-items:center;gap:13px;padding:14px 16px;color:#dbeafe;text-decoration:none;border-radius:16px;margin-bottom:8px;font-weight:700}.menu a.active,.menu a:hover{background:rgba(255,255,255,.15);color:white}.main{margin-left:280px;padding:28px}.topbar,.panel,.card{background:white;border-radius:24px;box-shadow:0 14px 35px rgba(15,23,42,.08)}.topbar{padding:22px 26px;margin-bottom:24px;display:flex;justify-content:space-between;gap:16px;align-items:center}.topbar h2{margin:0 0 5px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.card{padding:22px}.card p{margin:0;color:#64748b}.card h3{font-size:28px;margin:8px 0 0}.panel{padding:24px;margin-bottom:24px}.panel-title{display:flex;align-items:center;gap:14px;margin-bottom:20px}.panel-title i,.icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;color:white;font-size:22px;background:linear-gradient(135deg,#0369a1,#0ea5e9)}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.form-grid.two{grid-template-columns:repeat(2,1fr)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:900px}th,td{padding:14px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:14px}th{background:#f8fafc;color:#64748b}.badge{padding:7px 12px;border-radius:999px;font-size:12px;font-weight:900}.success{background:#dcfce7;color:#166534}.warning{background:#fef3c7;color:#92400e}.danger{background:#fee2e2;color:#991b1b}.action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.filter-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:14px}.footer{text-align:center;color:#64748b;font-size:13px;margin-top:24px}@media(max-width:1000px){.sidebar{position:relative;width:100%;height:auto}.main{margin-left:0}.cards,.form-grid,.form-grid.two,.filter-grid,.login-card{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}}
