.account-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;margin-top:32px}.account-card{padding:32px;border:1px solid #31473f;border-radius:20px;background:#12241e}.account-card h2{font-size:clamp(24px,3vw,36px)}.account-card label{display:block;margin:18px 0}.account-card input{display:block;width:100%;box-sizing:border-box;padding:14px;margin-top:8px;background:#0b1915;border:1px solid #587469;border-radius:8px;color:#fff;font:inherit}.account-steps{display:flex;flex-wrap:wrap;gap:18px;list-style:none;padding:24px 0;border-bottom:1px solid #31473f}.account-card button{cursor:pointer;font:inherit;padding:12px;border-radius:8px}.account-card button:disabled{opacity:.55;cursor:not-allowed}.account-card [hidden]{display:none!important}.account-card li{margin-bottom:12px}@media(max-width:760px){.account-layout{grid-template-columns:1fr}.account-card{padding:22px}}
/* Purchase configuration belongs inside the authenticated account panel. */
#account-purchase .ag-order-layout{display:block}
#account-purchase .ag-pricecard{margin-top:20px}
#account-purchase .ag-system-options{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:600px){#account-purchase .ag-system-options{grid-template-columns:1fr}}
