*{box-sizing:border-box}:root{color:#172033;background:#f5f7fb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:#f5f7fb}button,input{font:inherit}button{cursor:pointer}.login-page{background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border-radius:20px;width:100%;max-width:420px;padding:32px;box-shadow:0 15px 50px #141e3c1a}.logo{color:#fff;background:#17233c;border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:18px;display:flex}.login-card h1{margin:0 0 8px;font-size:25px}.login-card p{color:#6b7280;margin:0 0 24px}.login-card label{margin-bottom:7px;font-size:14px;font-weight:700;display:block}.login-card input{border:1px solid #d9deea;border-radius:10px;outline:none;width:100%;margin-bottom:12px;padding:13px 14px}.login-card input:focus{border-color:#2563eb}.primary{color:#fff;background:#2563eb;border:0;border-radius:10px;width:100%;padding:13px 16px;font-weight:700}.primary:disabled{opacity:.6;cursor:wait}.login-card small{color:#9ca3af;margin-top:16px;line-height:1.5;display:block}.error{color:#dc2626;background:#fef2f2;border-radius:9px;margin-bottom:12px;padding:10px 12px;font-size:14px}.app{min-height:100vh;display:flex}.sidebar{color:#fff;background:#111827;flex-direction:column;flex-shrink:0;width:250px;min-height:100vh;padding:22px 16px;display:flex}.brand{border-bottom:1px solid #ffffff14;align-items:center;gap:11px;margin-bottom:20px;padding:4px 8px 25px;display:flex}.brand-icon{color:#fff;background:#2563eb;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.brand strong{font-size:17px;display:block}.brand span{color:#94a3b8;letter-spacing:1.5px;margin-top:2px;font-size:10px;font-weight:800;display:block}.sidebar nav{flex-direction:column;gap:6px;display:flex}.nav-item{color:#cbd5e1;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:12px 13px;transition:all .15s;display:flex}.nav-item:hover{color:#fff;background:#1e293b}.nav-item.active{color:#fff;background:#2563eb}.nav-item b{color:#111827;background:#f59e0b;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 6px;font-size:11px;display:flex}.logout{color:#94a3b8;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;margin-top:auto;padding:12px 13px;display:flex}.logout:hover{color:#fff;background:#1e293b}.main{flex:1;min-width:0;padding:28px}.main header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.main header h1{margin:0 0 6px;font-size:28px}.main header p{color:#6b7280;margin:0}.refresh{color:#172033;background:#fff;border:1px solid #d9deea;border-radius:10px;align-items:center;gap:8px;padding:10px 15px;font-weight:700;display:inline-flex}.refresh:hover{background:#f8fafc}.refresh:disabled{opacity:.6;cursor:wait}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.notice{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:11px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;padding:12px 14px;display:flex}.notice button{color:inherit;background:0 0;border:0;font-size:20px}.cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.stat{background:#fff;border-radius:16px;padding:20px;box-shadow:0 5px 25px #141e3c0f}.stat-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:15px;display:flex}.stat-title{color:#6b7280;font-size:13px}.stat-value{margin-top:6px;font-size:27px;font-weight:800}.panel{background:#fff;border-radius:16px;margin-bottom:20px;padding:20px;box-shadow:0 5px 25px #141e3c0f}.panel h2{margin:0 0 5px;font-size:18px}.panel p{color:#6b7280}.request-list{gap:12px;display:grid}.request{background:#fff;border:1px solid #e5e7eb;border-radius:13px;padding:16px}.request-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.request-header strong{font-size:16px}.request-info{color:#4b5563;margin-top:10px;font-size:14px;line-height:1.7}.request-info strong{color:#172033}.request-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.approve,.reject{border:0;border-radius:9px;align-items:center;gap:6px;padding:9px 13px;font-weight:700;display:inline-flex}.approve{color:#166534;background:#dcfce7}.approve:hover{background:#bbf7d0}.reject{color:#991b1b;background:#fee2e2}.reject:hover{background:#fecaca}.status{text-transform:capitalize;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-block}.status.pending,.status.processing{color:#92400e;background:#fef3c7}.status.completed{color:#166534;background:#dcfce7}.status.rejected,.status.failed{color:#991b1b;background:#fee2e2}.empty{text-align:center;color:#9ca3af;padding:40px 20px}@media (width<=900px){.sidebar{width:210px}.main{padding:20px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.app{display:block}.sidebar{width:100%;min-height:auto;padding:12px}.brand{margin-bottom:10px;padding-bottom:12px}.sidebar nav{grid-template-columns:repeat(3,1fr);display:grid}.nav-item{justify-content:center;padding:10px 6px;font-size:12px}.nav-item b{margin-top:-25px;margin-left:65px;position:absolute}.logout{justify-content:center;margin-top:10px}.main{padding:16px}.main header{flex-direction:column;align-items:stretch}.refresh{justify-content:center}.cards{grid-template-columns:1fr 1fr;gap:10px}.stat{padding:15px}.stat-value{font-size:22px}.request-header{flex-direction:column}}@media (width<=420px){.cards,.sidebar nav{grid-template-columns:1fr}.nav-item{justify-content:flex-start;padding:11px}.nav-item b{margin-top:0;margin-left:auto;position:static}}
