*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#eef6fd;color:#111827}.wrap{max-width:1180px;margin:0 auto;padding:28px}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.top h1{margin:0;font-size:28px}.card{background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:24px;margin-bottom:18px}.grid{display:grid;grid-template-columns:1fr 360px;gap:18px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.filters input,.filters select,.filters button{height:40px;border:1px solid #d7dde5;border-radius:6px;padding:0 12px;background:#fff}.filters input{min-width:280px}.request-row{display:flex;justify-content:space-between;align-items:center;border:1px solid #dfe7ef;border-radius:10px;padding:18px 22px;margin-bottom:12px;background:#fff}.muted{color:#667085}.status{display:inline-block;border-radius:6px;padding:8px 12px;font-size:14px}.status-new{background:#fffbea}.status-processing{background:#eff6ff}.status-completed{background:#f0fdf4}.status-rejected{background:#fef2f2}.stat-number{font-size:38px;color:#2563eb;font-weight:700}.stat-line{display:flex;justify-content:space-between;border-top:1px solid #e5e7eb;padding:14px 0}.btn,a.btn{display:inline-block;background:#111827;color:#fff;text-decoration:none;border:0;border-radius:6px;padding:10px 14px;cursor:pointer}.btn-light{background:#fff;color:#111827;border:1px solid #d7dde5}.detail dt{font-weight:700;margin-top:14px}.detail dd{margin:6px 0 0}.login-body{display:grid;place-items:center;min-height:100vh}.login-card{width:min(420px,calc(100% - 30px));background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:26px}.login-card h1{margin-top:0}.login-card label{display:block;font-weight:700;margin:16px 0}.login-card input{width:100%;height:42px;border:1px solid #d7dde5;border-radius:6px;margin-top:7px;padding:0 12px}.login-card button{width:100%;height:44px;background:#111827;color:#fff;border:0;border-radius:6px;font-weight:700}.alert{padding:12px;border-radius:6px;margin-bottom:12px}.error{background:#fef2f2;color:#991b1b}.success{background:#f0fdf4;color:#166534}.hint{color:#667085;font-size:13px}.textarea{width:100%;min-height:120px;border:1px solid #d7dde5;border-radius:6px;padding:10px}.select{height:40px;border:1px solid #d7dde5;border-radius:6px;padding:0 12px;background:#fff}@media(max-width:900px){.grid{grid-template-columns:1fr}.request-row{display:block}.filters input{min-width:100%;width:100%}}
