
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17213b;background:#f4f6fb;line-height:1.5}
*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:#175cff;text-decoration:none}a:hover{text-decoration:underline}
.auth-shell{max-width:1080px;margin:0 auto;padding:72px 24px}.app-shell{max-width:1200px;margin:0 auto;padding:36px 24px 72px}
.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:start}.hero-copy{padding:34px 0}.eyebrow{color:#175cff;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:12px}
h1{font-size:48px;line-height:1.08;margin:12px 0 18px;letter-spacing:-.035em}h2{font-size:28px;margin:0 0 18px}h3{margin:0 0 12px}.lead{font-size:20px;color:#59647d;max-width:650px}
.card{background:#fff;border:1px solid #e2e7f1;border-radius:18px;padding:26px;box-shadow:0 14px 35px rgba(32,49,91,.07)}.stack{display:grid;gap:16px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid.two{grid-template-columns:repeat(2,1fr)}.narrow{max-width:720px}.centered{margin-left:auto;margin-right:auto}.top-gap{margin-top:22px}
label{font-weight:650;font-size:14px;display:grid;gap:7px}input,select{width:100%;border:1px solid #cbd3e3;border-radius:10px;padding:12px 13px;font:inherit;background:#fff}input:focus,select:focus{outline:3px solid rgba(23,92,255,.14);border-color:#175cff}
button,.button{border:0;border-radius:10px;background:#175cff;color:#fff;font-weight:700;padding:12px 17px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.button.secondary,button.secondary{background:#e9efff;color:#1749bd}.button.ghost,button.ghost{background:#fff;color:#33415e;border:1px solid #cbd3e3}button:disabled{cursor:not-allowed;opacity:.45}
.muted{color:#6b758d}.small{font-size:13px}.alert{padding:12px 14px;border-radius:10px;margin-bottom:16px}.alert-error{background:#fff0f0;color:#a02626;border:1px solid #ffcaca}.alert-success{background:#effaf2;color:#176a34;border:1px solid #c5eccf}.alert-info{background:#eef4ff;color:#1749bd;border:1px solid #cfddff}.warning-text{color:#8a5a00;font-size:12px}.qty-input{width:92px}.table-scroll{overflow:auto}
.topbar{height:68px;background:#fff;border-bottom:1px solid #e1e6f0;display:flex;align-items:center;padding:0 28px;gap:34px;position:sticky;top:0;z-index:2}.brand{font-weight:850;color:#17213b;font-size:18px}.topbar nav{display:flex;align-items:center;gap:22px;flex:1}.topbar nav a,.link-button{color:#4b5771;font-weight:600;font:inherit}.inline{display:inline}.link-button{background:transparent;padding:0}.company-chip{font-size:13px;background:#f0f3f9;padding:7px 11px;border-radius:20px;color:#536078}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.metric{font-size:32px;font-weight:800}.status{display:inline-flex;padding:5px 9px;border-radius:20px;background:#fff3d7;color:#7b5700;font-size:12px;font-weight:700}.actions{display:flex;gap:10px;flex-wrap:wrap}.qr{width:220px;height:220px;border:10px solid #fff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.08)}.codes{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;columns:2;line-height:2}
table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid #e7ebf3;padding:12px 8px}th{font-size:12px;text-transform:uppercase;color:#6b758d}.empty{text-align:center;padding:46px 24px}.feature{display:flex;gap:12px}.feature-mark{width:30px;height:30px;border-radius:8px;background:#e9efff;color:#175cff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}
footer{text-align:center;color:#7a8499;font-size:13px;padding:28px}
@media(max-width:800px){.hero,.grid,.grid.two{grid-template-columns:1fr}h1{font-size:38px}.topbar{padding:0 16px;gap:14px}.topbar nav a{display:none}.company-chip{display:none}.auth-shell,.app-shell{padding-left:16px;padding-right:16px}.codes{columns:1}}
