.profile{width:100%;height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;background:var(--ds-bg)}.profile-header{width:100%;flex-shrink:0}.profile-scroll{flex:1 1;overflow-y:auto}.profile-content{width:100%;max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:var(--ds-space-5);padding:var(--ds-space-6) var(--ds-space-8) var(--ds-space-12)}.profile-identity{display:flex;align-items:center;gap:var(--ds-space-5);background:var(--ds-surface);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-lg);padding:var(--ds-space-6)}.profile-identity__info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:var(--ds-space-1)}.profile-identity__name{font-size:var(--ds-text-h3);font-weight:var(--ds-weight-semibold);line-height:var(--ds-leading-snug);letter-spacing:var(--ds-tracking-tight);color:var(--ds-text);overflow-wrap:anywhere}.profile-identity__email{font-size:var(--ds-text-ui);color:var(--ds-text-muted);overflow-wrap:anywhere}.profile-identity__meta{margin-top:var(--ds-space-1);font-size:var(--ds-text-xs);color:var(--ds-text-muted)}.profile-identity__actions{display:flex;align-items:center;gap:var(--ds-space-2);flex-shrink:0}.profile-identity__edit{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:var(--ds-space-4)}.profile-identity__edit-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--ds-space-4);gap:var(--ds-space-4)}.profile-identity__edit-actions{display:flex;justify-content:flex-end;gap:var(--ds-space-2)}.profile-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--ds-space-5);gap:var(--ds-space-5);align-items:start}.profile-card{min-width:0;gap:var(--ds-space-4);background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);padding:var(--ds-space-6)}.profile-card,.profile-card__head{display:flex;flex-direction:column}.profile-card__head{gap:var(--ds-space-1);padding-bottom:var(--ds-space-3);border-bottom:1px solid var(--ds-border)}.profile-card__title{font-size:var(--ds-text-base);font-weight:var(--ds-weight-semibold);line-height:var(--ds-leading-snug);letter-spacing:var(--ds-tracking-tight);color:var(--ds-text)}.profile-card__hint{margin:0;font-size:var(--ds-text-sm);color:var(--ds-text-muted);line-height:var(--ds-leading-normal)}.profile-card__form{display:flex;flex-direction:column;gap:var(--ds-space-4)}.profile-card__error{border-radius:var(--ds-radius-md);background:var(--ds-danger-tint);border:1px solid var(--ds-danger-tint);color:var(--ds-danger)}.profile-card__error,.profile-card__notice{padding:var(--ds-space-3);font-size:var(--ds-text-ui)}.profile-card__notice{border-radius:var(--ds-radius-md);background:var(--ds-success-tint);border:1px solid var(--ds-success-tint);color:var(--ds-success)}.profile-card__submit{display:flex;justify-content:flex-end}@media (max-width:1024px){.profile-grid{grid-template-columns:1fr}}@media (max-width:768px){.profile-content{padding:var(--ds-space-5) var(--ds-space-4) var(--ds-space-10)}.profile-identity{flex-direction:column;align-items:flex-start}.profile-identity__actions{width:100%;justify-content:flex-start}.profile-identity__edit-fields{grid-template-columns:1fr}}.profile-card--danger{border-left:3px solid var(--ds-danger)}.profile-card--danger .profile-card__title{color:var(--ds-danger)}.profile-card__notice--muted{background:var(--ds-surface-sunken);border-color:var(--ds-border);color:var(--ds-text)}.profile-card__danger-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--ds-space-4);gap:var(--ds-space-4)}.profile-card__danger-actions{display:flex;justify-content:flex-end;gap:var(--ds-space-2)}@media (max-width:768px){.profile-card__danger-fields{grid-template-columns:1fr}}