:root{--red:#e11d2e;--charcoal:#202124;--white:#ffffff;--background:#f5f6f8;--muted:#6b7280;--border:#e5e7eb}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--charcoal);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#202124,#111111);color:var(--white);padding:24px}.sidebar img{background:var(--white);border-radius:10px;height:auto;padding:8px;width:150px}.nav{display:grid;grid-gap:6px;gap:6px;margin-top:28px}.sidebar-label{color:#aeb2ba;font-size:12px;font-weight:800;letter-spacing:.08em;margin:16px 0 0;text-transform:uppercase}.nav a{border-radius:10px;padding:11px}.nav a[aria-current=page]{background:var(--red)}.nav a:hover{background:#34363a}.content{margin:0 auto;max-width:1600px;padding:32px;width:100%}.topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--white);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 24px rgba(17,17,17,.035);padding:20px}.metric{font-size:30px;font-weight:800;margin:8px 0}.muted{color:var(--muted)}.login{background:radial-gradient(circle at top left,#fee2e2,var(--background) 48%);display:grid;min-height:100vh;place-items:center;padding:20px}.login-card{background:var(--white);border:1px solid var(--border);border-radius:20px;box-shadow:0 24px 70px rgba(17,17,17,.1);max-width:420px;padding:32px;width:92%}.login-card img{display:block;height:auto;margin:0 auto 24px;width:210px}button,input{border-radius:10px;font:inherit;padding:14px;width:100%}input{border:1px solid var(--border);margin:8px 0;min-height:50px}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(225,29,46,.12);outline:0}button{background:var(--red);border:0;color:var(--white);cursor:pointer;font-weight:700;margin-top:10px}button.secondary{background:var(--white);border:1px solid var(--border);color:var(--charcoal)}button:disabled{cursor:not-allowed;opacity:.5}.error,.success{border-radius:10px;padding:12px}.error{background:#fef2f2;color:#b81422}.success{background:#ecfdf3;color:#15803d}.loading{display:flex;gap:10px;justify-content:center;padding:48px}.empty,.loading{align-items:center;color:var(--muted);text-align:center}.empty{background:white;border:1px dashed var(--border);border-radius:16px;display:grid;grid-gap:6px;gap:6px;padding:28px}.empty strong{color:var(--charcoal)}.spinner{animation:spin .8s linear infinite;border-radius:50%;border:3px solid #fee2e2;border-top:3px solid var(--red);height:22px;width:22px}@keyframes spin{to{transform:rotate(1turn)}}.section{display:grid;grid-gap:12px;gap:12px;margin-top:24px}.actions,.filters,.top-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.top-actions{justify-content:flex-end}.actions button,.top-actions button{margin:0;width:auto}select,textarea{background:white;border:1px solid var(--border);border-radius:10px;font:inherit;padding:12px}textarea{min-height:100px;width:100%}.filters input,.filters select{margin:0;width:auto}.table{background:white;border-collapse:collapse;border-radius:14px;display:block;overflow-x:auto;width:100%}.table td,.table th{border-bottom:1px solid var(--border);min-width:120px;padding:12px;text-align:left}.table th{color:var(--muted);font-size:13px}.badge{background:#dbeafe;border-radius:999px;color:#1e40af;display:inline-block;font-size:12px;font-weight:800;padding:5px 8px}.badge[data-status=ACTIVE],.badge[data-status=COMPLETED],.badge[data-status=DELIVERED],.badge[data-status=PAID],.badge[data-status=RESOLVED]{background:#dcfce7;color:#166534}.badge[data-status=HIGH],.badge[data-status=OPEN],.badge[data-status=PREPARING],.badge[data-status=READY_FOR_PICKUP],.badge[data-status=RIDER_ASSIGNED]{background:#fef3c7;color:#92400e}.badge[data-status=CANCELLED],.badge[data-status=CRITICAL],.badge[data-status=FAILED],.badge[data-status=INACTIVE],.badge[data-status=REFUNDED]{background:#fee2e2;color:#991b1b}.detail-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:2fr 1fr}.card h2{margin-top:0}.item{border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:8px 0}.internal{background:#fff7ed}.review-panel{align-self:start;display:grid;grid-gap:12px;gap:12px}.review-panel label{color:var(--muted);display:grid;font-weight:700;grid-gap:6px;gap:6px}.review-panel .actions{align-items:stretch;display:grid;grid-template-columns:repeat(3,1fr)}.review-panel .actions button{width:100%}@media (max-width:1000px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.shell{grid-template-columns:1fr}.sidebar{display:block;padding:16px}.sidebar img{width:110px}.sidebar-label{display:none}.nav{display:flex;margin-top:14px;overflow-x:auto;padding-bottom:4px}.nav a{flex:0 0 auto}.content{padding:20px}.top-actions{justify-content:space-between;margin-bottom:20px}.detail-grid,.grid{grid-template-columns:1fr}.filters{align-items:stretch;flex-direction:column}.filters button,.filters input,.filters select{width:100%}}