:root{--navy:#071527;--blue:#0d4c92;--red:#e4252b;--ink:#152235;--muted:#627084;--line:#dce3ec;--bg:#f3f6fa;--green:#147a55;--amber:#9c6507;--shadow:0 12px 30px rgba(7,21,39,.09)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,a{font:inherit}.hidden{display:none!important}.login{min-height:100vh;display:grid;place-items:center;padding:22px;background:linear-gradient(145deg,#071527 0 48%,#0d4c92 48% 100%)}.login form{width:min(430px,100%);background:#fff;border-radius:22px;padding:32px;box-shadow:0 25px 70px #0005}.login img{width:82px;height:82px;object-fit:contain}.login h1{font-size:34px;margin:6px 0}.login p{color:var(--muted)}.login label{display:grid;gap:7px;font-weight:750;margin-top:24px}.login input{height:52px;border:1px solid var(--line);border-radius:12px;padding:0 14px;font-size:17px}.login button,.checkout{min-height:52px;border:0;border-radius:12px;background:var(--red);color:#fff;font-weight:800}.login button{width:100%;margin-top:14px}.error{color:var(--red)!important;min-height:22px}.eyebrow{color:var(--red)!important;font-weight:850;letter-spacing:.13em;font-size:12px;margin:0}.topbar{min-height:86px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,4vw,56px);border-bottom:4px solid var(--red)}.brand{display:flex;align-items:center;gap:13px}.brand img{width:58px;height:58px;object-fit:contain;border-radius:12px;background:#fff;padding:3px}.brand strong,.brand span{display:block}.brand strong{font-size:19px}.brand span{font-size:13px;color:#b9c7d8;margin-top:3px}.actions{display:flex;gap:8px}.actions button{min-height:46px;border:1px solid #38506b;background:#10243c;color:#fff;border-radius:11px;padding:0 14px}main{max-width:1220px;margin:auto;padding:34px clamp(16px,4vw,42px) 60px}.intro{display:flex;justify-content:space-between;align-items:flex-end;gap:22px}.intro h1{font-size:clamp(30px,4vw,44px);line-height:1;margin:5px 0;color:var(--navy)}.intro>div>p:last-child{color:var(--muted)}.summary{display:flex;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.summary div{min-width:105px;padding:14px;text-align:center;border-left:1px solid var(--line)}.summary div:first-child{border:0}.summary span,.summary small{display:block}.summary span{font-size:25px;font-weight:850;color:var(--navy)}.summary small{font-size:12px;color:var(--muted)}.toolbar{display:flex;justify-content:space-between;gap:16px;margin:28px 0 20px}.search{height:50px;max-width:510px;flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 15px}.search input{border:0;outline:0;width:100%;font-size:16px}.filters{display:flex;gap:7px;overflow:auto}.filter{min-height:44px;border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:10px;padding:0 14px;font-weight:700;white-space:nowrap}.filter.active{background:var(--navy);border-color:var(--navy);color:#fff}.orders{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.order-card{background:#fff;border:1px solid var(--line);border-top:4px solid var(--blue);border-radius:16px;padding:21px;box-shadow:0 5px 18px #0715270d;display:grid;grid-template-columns:1fr auto;gap:15px 18px}.order-head,.customer,.contact{grid-column:1/-1}.order-head{display:flex;justify-content:space-between;align-items:center}.order-id{font-weight:850;color:var(--blue)}.status{font-size:12px;font-weight:800;border-radius:99px;padding:7px 10px;background:#eef3f8;color:var(--muted)}.status.approved{background:#e7f5ef;color:var(--green)}.status.pending{background:#fff4da;color:var(--amber)}.customer h2{margin:0;font-size:23px}.customer p,.contact p{margin:5px 0 0;color:var(--muted)}.contact{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:14px}.estimate span,.estimate strong{display:block}.estimate span{font-size:12px;color:var(--muted)}.estimate strong{font-size:24px}.checkout{display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;padding:0 18px}.checkout.disabled{background:#e8edf2;color:#778396;pointer-events:none}.notice,.empty{background:#fff;border:1px solid var(--line);border-radius:13px;padding:20px}.notice{border-left:5px solid var(--red);margin-bottom:20px}.notice strong{display:block;margin-bottom:5px}.empty{grid-column:1/-1;text-align:center;color:var(--muted);padding:55px 20px}.skeleton{height:264px;border-radius:16px;background:#e7ecf2}@media(max-width:800px){.intro{align-items:flex-start;flex-direction:column}.summary{width:100%}.summary div{flex:1;min-width:0}.toolbar{flex-direction:column}.search{max-width:none}.orders{grid-template-columns:1fr}.brand span{display:none}}@media(max-width:500px){.actions button{padding:0 10px}.actions button:last-child{display:none}.order-card{grid-template-columns:1fr}.estimate,.checkout{grid-column:1/-1}.checkout{width:100%}}
