.account-panel .account-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-panel .account-menu .button{justify-content:flex-start;white-space:normal;text-align:left}.account-sheet{max-width:620px}.account-fields{border:0;padding:0;margin:0;min-width:0}.account-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.account-item:last-child{border-bottom:0}.account-item>div{min-width:0}.account-item h3,.account-item p{overflow-wrap:anywhere}.account-item h3 .chip{font-size:10px;font-weight:400;margin-left:6px}.account-item .button{flex-shrink:0}.account-proof{padding:14px;border:1px solid var(--line);border-radius:var(--radius-control);background:var(--card)}.account-success{color:var(--ok);overflow-wrap:anywhere}.account-error,.account-danger-text{color:var(--bad);overflow-wrap:anywhere}.account-divider{border-top:1px solid var(--line);padding-top:18px}.account-check{display:flex;align-items:flex-start;gap:10px}.account-check input{min-height:20px;min-width:20px;width:20px;height:20px;margin-top:2px;flex:0 0 20px}.account-sheet form,.account-sheet label,.account-sheet input{min-width:0}.account-sheet .field input{width:100%}.account-sheet .form-actions .button{white-space:normal}.account-sheet .account-proof .toolbar:empty{display:none}@media(max-width:600px){.account-panel .account-menu{grid-template-columns:1fr}.account-item{align-items:flex-start;flex-direction:column;gap:12px}.account-item .button{width:100%}.account-sheet .form-actions .button{flex:1}.account-sheet .account-proof .toolbar{flex-direction:column;align-items:stretch}}@media(min-width:960px){.account-sheet .account-item .button{max-width:200px}}
