:root{color:#111827;background:#f6f7fb;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}.loginPage{background:radial-gradient(circle at 0 0,#ffe08a,#f6f7fb 35%,#fff);place-items:center;min-height:100vh;padding:22px;display:grid}.loginCard{background:#fff;border:1px solid #e5e7eb;border-radius:28px;width:min(440px,100%);padding:28px;box-shadow:0 20px 60px #11182718}.brand{align-items:center;gap:14px;margin-bottom:22px;display:flex}.logo{color:#111;background:#ffcc23;border-radius:18px;place-items:center;width:54px;height:54px;font-weight:900;display:grid}.brand h1{margin:0;font-size:26px}.brand p{color:#6b7280;margin:4px 0 0}.form{gap:14px;display:grid}.form label{color:#374151;gap:7px;font-weight:700;display:grid}.form input{font:inherit;border:1px solid #d1d5db;border-radius:14px;padding:13px}.form button,button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:14px;align-items:center;gap:8px;padding:12px 16px;font-weight:800;display:inline-flex}.ghost{color:#111827;background:#fff;border:1px solid #e5e7eb}.error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:14px;padding:12px}.top{margin-bottom:16px}.app{width:min(1200px,100%);margin:auto;padding:24px}header{color:#fff;background:#111827;border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:24px;display:flex}header h1{margin:0;font-size:28px}header p{color:#d1d5db;align-items:center;gap:6px;margin:8px 0 0;display:flex}.headerActions{flex-wrap:wrap;gap:10px;display:flex}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;align-items:center;gap:14px;padding:18px;display:flex;box-shadow:0 10px 30px #1118270b}.cardIcon{background:#ffcc23;border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.card span{color:#6b7280;font-size:13px;font-weight:800;display:block}.card strong{margin-top:3px;font-size:25px;display:block}.card small{color:#6b7280}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:24px;margin-bottom:18px;padding:18px}.panelHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.panel h2{margin:0}.panelHead span{color:#6b7280}.tableWrap{overflow:auto}table{border-collapse:separate;border-spacing:0 8px;width:100%}th{text-align:left;color:#6b7280;text-transform:uppercase;padding:8px;font-size:12px}td{background:#f9fafb;border-top:1px solid #eef0f4;border-bottom:1px solid #eef0f4;padding:12px}td:first-child{border-left:1px solid #eef0f4;border-radius:14px 0 0 14px}td:last-child{border-right:1px solid #eef0f4;border-radius:0 14px 14px 0}.empty{text-align:center;color:#6b7280}.badge{text-transform:capitalize;background:#e5e7eb;border-radius:999px;padding:6px 10px;font-size:12px;display:inline-block}.badge.completed,.badge.paid{color:#166534;background:#dcfce7}.badge.cancelled,.badge.rejected{color:#991b1b;background:#fee2e2}.badge.pending,.badge.pending_review{color:#92400e;background:#fef3c7}@media (width<=800px){.app{padding:14px}header{display:grid}.grid{grid-template-columns:1fr}.panelHead{display:grid}.card strong{font-size:22px}}
