.profile-header{margin-bottom:2rem}.profile-back{color:var(--text-mid);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.profile-back:hover{color:var(--violet)}.profile-title{color:var(--text);margin:0 0 .4rem;font-size:1.8rem;font-weight:800;line-height:1.2}.profile-subtitle{color:var(--text-mid);margin:0;font-size:.95rem}.profile-loading{color:var(--text-mid);justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;font-size:.95rem;display:flex}.profile-loading-spinner{border:3px solid var(--border);border-top-color:var(--violet);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite profile-spin-anim}.profile-card{background:var(--white);border:1px solid var(--border);border-radius:14px;margin-bottom:1.5rem;padding:1.75rem}.profile-card-header{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.profile-card-icon{background:var(--violet-soft);width:44px;height:44px;color:var(--violet);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-card-title{color:var(--text);margin:0 0 .2rem;font-size:1.15rem;font-weight:700}.profile-card-desc{color:var(--text-mid);margin:0;font-size:.85rem}.profile-form{flex-direction:column;gap:1.25rem;display:flex}.profile-fields-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.profile-field{flex-direction:column;gap:.4rem;display:flex}.profile-field label{color:var(--text);font-size:.85rem;font-weight:600}.profile-field input{background:var(--bg);border:1px solid var(--border);color:var(--text);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.profile-field input:focus{border-color:var(--violet);box-shadow:0 0 0 3px var(--violet-soft)}.profile-field input:disabled{color:var(--text-light);cursor:not-allowed;opacity:.65}.profile-field-hint{color:var(--text-light);font-size:.78rem}.profile-input-wrap{align-items:center;display:flex;position:relative}.profile-input-wrap input{padding-right:2.8rem}.profile-toggle-pw{cursor:pointer;color:var(--text-light);background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;transition:color .2s;display:flex;position:absolute;right:.6rem}.profile-toggle-pw:hover{color:var(--violet)}.profile-msg{border-radius:8px;padding:.7rem 1rem;font-size:.85rem;font-weight:500}.profile-msg-success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.profile-msg-error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.profile-form-actions{justify-content:flex-end;padding-top:.5rem;display:flex}.profile-btn{cursor:pointer;border:none;border-radius:8px;outline:none;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,opacity .2s;display:inline-flex}.profile-btn:disabled{opacity:.6;cursor:not-allowed}.profile-btn-primary{background:var(--violet);color:#fff}.profile-btn-primary:hover:not(:disabled){background:var(--violet-dark);box-shadow:0 2px 12px #6c4ee74d}.profile-btn-loading{align-items:center;gap:.4rem;display:inline-flex}.profile-btn-danger{color:#ef4444;background:0 0;border:1px solid #ef444466}.profile-btn-danger:hover{background:#ef444414;border-color:#ef4444}.profile-card-footer{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.profile-account-info{flex-direction:column;gap:.5rem;display:flex}.profile-account-row{align-items:center;gap:.75rem;display:flex}.profile-account-label{color:var(--text-light);min-width:120px;font-size:.85rem}.profile-account-value{color:var(--text);font-size:.85rem;font-weight:600}@keyframes profile-spin-anim{to{transform:rotate(360deg)}}.profile-spin{animation:.8s linear infinite profile-spin-anim}@media (width<=768px){.profile-title{font-size:1.4rem}.profile-fields-row{grid-template-columns:1fr;gap:1rem}.profile-card{padding:1.25rem}.profile-card-footer{flex-direction:column;align-items:flex-start}.profile-card-footer .profile-btn-danger{justify-content:center;width:100%}.profile-form-actions{justify-content:stretch}.profile-form-actions .profile-btn{justify-content:center;width:100%}}
