:root{font-family:Arial,Helvetica,sans-serif;color:#18211d;background:#f3f5f1}*{box-sizing:border-box}body{margin:0}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(100%,420px);background:#fff;border:1px solid #d9e0d9;border-radius:10px;padding:36px;box-shadow:0 16px 50px rgba(25,45,30,.08)}.mark{width:44px;height:44px;background:#2d684d;color:white;display:grid;place-items:center;border-radius:8px;letter-spacing:.04em}.eyebrow,.mark{font-weight:700}.eyebrow{margin:18px 0 4px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:#66806d}.app-shell h1,.auth-card h1{margin:0;font-size:30px}.muted{color:#6b746e}.auth-card form{display:grid;grid-gap:16px;gap:16px;margin-top:24px}label{display:grid;grid-gap:7px;gap:7px;font-size:14px;font-weight:700}input{border:1px solid #cbd5cc;border-radius:7px;padding:12px;font-size:17px;width:100%}button{border:0;border-radius:7px;padding:12px 16px;font-weight:700;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.primary{background:#2d684d;color:#fff}.secondary{background:#fff;border:1px solid #cbd5cc;color:#24362b}.error{color:#ae312d;font-size:14px}.hint{font-size:12px;color:#7a857d;margin:18px 0 0}.app-shell{max-width:1200px;margin:0 auto;padding:32px 24px}.app-shell header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;border-bottom:1px solid #d9e0d9;padding-bottom:24px}.header-actions{gap:14px;font-size:14px}.header-actions,.toolbar{display:flex;align-items:center}.toolbar{justify-content:space-between;padding:22px 0}.orders{display:grid;grid-gap:16px;gap:16px}.empty,.order-card{background:#fff;border:1px solid #d9e0d9;border-radius:10px;padding:22px}.order-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.order-head h2{margin:0 0 5px;font-size:20px}.status{display:inline-block;padding:7px 10px;border-radius:999px;background:#e7efe9;color:#2d684d;font-size:12px;font-weight:700;white-space:nowrap}.order-body{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;border-top:1px solid #eef1ed;border-bottom:1px solid #eef1ed;margin:18px 0;padding:18px 0}.order-body h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#6b746e;margin:0 0 8px}.order-body p,.order-body ul{margin:0;line-height:1.6;padding-left:18px}.actions{display:flex;gap:10px;flex-wrap:wrap}.banner{background:#fff0ef;border:1px solid #f0c7c3;padding:12px;border-radius:7px}.empty{text-align:center;padding:70px 20px}.empty h2{margin:0 0 8px}@media(max-width:700px){.app-shell{padding:22px 14px}.app-shell header,.toolbar{align-items:flex-start;flex-direction:column}.header-actions{width:100%;justify-content:space-between}.order-head{flex-direction:column}.order-body{grid-template-columns:1fr}.actions button{width:100%}}