:root{--navy:#111c3d;--blue:#2457e6;--bg:#f3f6fb;--text:#17213b;--muted:#72809b;--line:#e2e8f2;--danger:#c93243}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);font-size:16px}.auth{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 80% 10%,#315aca 0,transparent 33%),var(--navy)}.auth-card{width:min(460px,92vw);background:#fff;padding:34px;border-radius:20px;box-shadow:0 24px 70px #0005}.brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.brand span{display:grid;place-items:center;width:44px;height:44px;background:var(--blue);color:#fff;border-radius:12px;font-weight:800}.brand div{display:flex;flex-direction:column}.brand small{color:var(--muted)}h1{margin:4px 0 24px;font-size:28px}h2{margin-top:0}label{display:flex;flex-direction:column;gap:7px;font-weight:650;margin:15px 0}input,select,textarea{width:100%;border:1px solid #cfd7e5;border-radius:9px;padding:12px 13px;font:inherit;background:#fff}textarea{min-height:105px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid #2457e622;border-color:var(--blue)}button,.btn{display:inline-flex;justify-content:center;border:0;border-radius:9px;background:var(--blue);color:#fff;padding:12px 18px;font-weight:750;text-decoration:none;cursor:pointer}.auth button{width:100%;margin-top:10px}.alert{padding:13px 15px;border-radius:9px;background:#e8efff;color:#24468e;margin:14px 0}.alert.error{background:#fff0f1;color:#9d2634}.alert.ok{background:#ebf9ef;color:#24683a}hr{border:0;border-top:1px solid var(--line);margin:24px 0}aside{position:fixed;inset:0 auto 0 0;width:260px;background:var(--navy);padding:25px 18px;color:#fff;display:flex;flex-direction:column}.brand.light small{color:#aebadb}nav{display:grid;gap:7px}nav a,.logout{color:#cbd5ee;text-decoration:none;padding:12px 14px;border-radius:9px}nav a:hover,nav a.active{background:#ffffff12;color:#fff}.logout{margin-top:auto}.content{margin-left:260px;padding:34px;min-height:100vh}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}header h1{margin:4px 0}header small{color:var(--muted)}.card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px;box-shadow:0 4px 18px #1a2b5610}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.table-card{padding:0;overflow:auto}table{width:100%;border-collapse:collapse;min-width:820px}th,td{text-align:left;padding:16px;border-bottom:1px solid var(--line)}th{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:#f8faff}.status{display:inline-flex;border-radius:999px;padding:6px 10px;background:#edf1f8;font-size:13px;font-weight:750;white-space:nowrap}.s-approved,.s-completed{background:#e4f8eb;color:#1d723b}.s-rejected,.s-cancelled{background:#ffe8ea;color:#a32635}.s-approval_pending{background:#fff3d9;color:#8a5b00}.s-ordered,.s-partial{background:#e6efff;color:#2151a3}.link{color:var(--blue);font-weight:700;text-decoration:none}.empty{text-align:center;color:var(--muted);padding:40px}.detail-head{display:flex;justify-content:space-between;align-items:flex-start}.detail-head h2{margin-top:12px}.detail-head a{color:var(--blue);text-decoration:none}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.facts div,.quote,.panel{background:#f7f9fc;border:1px solid var(--line);border-radius:11px;padding:15px}.facts small,.facts b{display:block}.facts small{color:var(--muted);margin-bottom:5px}.quote{display:flex;gap:15px;align-items:center;margin:20px 0}.quote small{margin-left:auto}.panel{margin-top:22px}.actions{display:flex;gap:10px}.danger{background:var(--danger)}@media(max-width:800px){aside{position:static;width:auto;min-height:auto}.logout{margin-top:10px}.content{margin:0;padding:18px}header{align-items:flex-start}.grid,.facts{grid-template-columns:1fr}.quote{align-items:flex-start;flex-direction:column}.quote small{margin:0}.detail-head{flex-direction:column-reverse;gap:15px}}

