.accsm-profile{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.04);padding:20px}
.accsm-profile .accsm-row{display:grid;grid-template-columns:200px 1fr;gap:16px;margin-bottom:12px}
@media (max-width:700px){.accsm-profile .accsm-row{grid-template-columns:1fr}}
.accsm-profile .accsm-label{font-weight:600;color:#374151}
.accsm-empty{padding:16px;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px}

.accsm-profile input[type=text], .accsm-profile input[type=file]{width:100%;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px}
