:root{--navy:#213a8f;--purple:#74157e;--magenta:#be0790;--bg:#f2f5fb;--card:#fff;--text:#1f2937;--muted:#667085;--line:#e6eaf3;--green:#16a34a;--red:#dc2626;--amber:#f59e0b}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.auth{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--purple))}.login-card{width:min(440px,92%);background:white;border-radius:26px;padding:30px;box-shadow:0 30px 80px #0004}.logo{height:76px;object-fit:contain}.form input,.form select,.form textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:14px;margin:7px 0 14px;background:#fbfcff}.btn{border:0;border-radius:14px;padding:12px 16px;font-weight:800;cursor:pointer;background:linear-gradient(135deg,var(--navy),var(--purple));color:white}.btn.light{background:white;color:var(--navy);border:1px solid var(--line)}.btn.green{background:var(--green)}.btn.red{background:var(--red)}.app{display:grid;grid-template-columns:290px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#14275f,#74157e);color:white;padding:22px}.brand{display:flex;gap:12px;align-items:center;border:1px solid #ffffff22;border-radius:22px;padding:14px;background:#ffffff12}.brand img{width:58px;height:58px;background:white;border-radius:16px;object-fit:contain;padding:4px}.brand h2{font-size:18px;margin:0}.brand p{font-size:12px;margin:4px 0 0;color:#dbe7ff}.nav{margin-top:20px;display:grid;gap:8px}.nav a{padding:13px 14px;border-radius:15px;color:#eef4ff;font-weight:700}.nav a:hover,.nav a.active{background:#ffffff18}.main{padding:28px}.hero,.card{background:white;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 28px #2030500d}.hero{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.grid{display:grid;gap:18px}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.two{grid-template-columns:repeat(2,1fr)}.stat b{font-size:34px}.stat span{color:var(--muted);font-weight:700}.module{min-height:190px;display:flex;flex-direction:column;justify-content:space-between}.module h3{margin:0 0 8px}.module p{color:var(--muted);line-height:1.5}.badge{display:inline-block;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.pending{background:#fff7ed;color:#b45309}.approved{background:#ecfdf5;color:#15803d}.rejected{background:#fef2f2;color:#b91c1c}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{font-size:12px;color:var(--muted);text-transform:uppercase}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.print-only{display:none}@media(max-width:900px){.app{grid-template-columns:1fr}.three,.four,.two{grid-template-columns:1fr}.sidebar{position:relative}.hero{flex-direction:column;align-items:flex-start}}@media print{.sidebar,.hero .btn,.toolbar,.no-print{display:none!important}.app{display:block}.main{padding:0}.card,.hero{box-shadow:none;border:0}.print-only{display:block}body{background:white}.table th,.table td{font-size:12px}}
