:root{font-family:Inter,system-ui,sans-serif;color:#172033;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}header{height:64px;background:#fff;border-bottom:1px solid #e6e9ef;display:flex;align-items:center;justify-content:space-between;padding:0 max(18px,calc((100vw - 980px)/2));gap:16px}a{color:inherit;text-decoration:none}main{max-width:980px;margin:auto;padding:32px 18px 64px}.hero{margin-bottom:24px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;color:#516079}.hero h1{font-size:clamp(28px,5vw,44px);margin:.35rem 0}.hero p{max-width:700px;color:#58657b}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.card{background:#fff;border:1px solid #e2e7ef;border-radius:18px;padding:22px;box-shadow:0 12px 36px rgba(33,46,72,.05)}form{display:grid;gap:14px}label{display:grid;gap:6px;font-weight:650}input,select,button{font:inherit;min-height:44px;border:1px solid #cbd3df;border-radius:11px;padding:10px 12px}button{border:0;background:#182744;color:#fff;font-weight:750;cursor:pointer}.secondary{background:#eef2f7;color:#182744}.danger{background:#a12222}.hidden{display:none!important}#status{min-height:28px;margin:8px 0;color:#a12222}.memberHead{display:flex;justify-content:space-between;gap:18px;align-items:center}.order{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #edf0f4}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}html[dir=rtl] body{text-align:right}@media(max-width:680px){.grid{grid-template-columns:1fr}.memberHead{align-items:flex-start;flex-direction:column}.memberHead button{width:100%}}
