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