.profile-layout{grid-template-columns:1fr 1fr}.profile-layout,.profile-left{display:grid;grid-gap:18px;gap:18px}.profile-left{align-content:start;grid-column:1}.profile-stats-card{grid-column:2;grid-row:1/-1}.profile-identity-card{padding:20px 24px}.profile-identity-header{display:flex;align-items:center;justify-content:space-between}.profile-edit-trigger{background:none;border:1px solid var(--line);border-radius:10px;padding:6px 8px;cursor:pointer;color:var(--muted);display:flex;align-items:center;transition:color .15s,border-color .15s}.profile-edit-trigger:hover{color:var(--text);border-color:var(--text)}.profile-identity-view{margin-top:14px}.profile-identity-row{display:flex;align-items:center;gap:14px}.profile-identity-avatar{width:44px;height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:#f8fafc;font-weight:700;font-size:1.05rem}.profile-identity-info{display:grid;grid-gap:2px;gap:2px}.profile-identity-info strong{font-size:1rem}.profile-identity-info span{font-size:.82rem}.profile-identity-bio{margin-top:10px;font-size:.85rem;line-height:1.45}.profile-identity-form{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);display:grid;grid-gap:10px;gap:10px}.profile-form-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.profile-form-field{display:grid;grid-gap:4px;gap:4px}.profile-form-field textarea{min-height:48px}.profile-form-actions{display:flex;gap:8px;justify-content:flex-end}.profile-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-top:14px}.profile-stat-item{display:flex;align-items:center;gap:8px;padding:6px 0}.profile-stat-icon{color:var(--muted);display:flex;align-items:center;flex-shrink:0}.profile-stat-value{font-weight:600;font-size:.95rem}.profile-weekly-chart{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.weekly-bars{display:flex;gap:6px;align-items:flex-end}.weekly-bar-col{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:3px}.weekly-bar-wrap{width:100%;height:52px;display:flex;align-items:flex-end;justify-content:center}.weekly-bar{width:100%;max-width:28px;min-height:3px;background:var(--accent);border-radius:4px 4px 0 0}.weekly-bar-count{font-size:.72rem;font-weight:600;color:var(--text)}.weekly-bar-label{font-size:.66rem;color:var(--muted);text-transform:uppercase;letter-spacing:.02em}.contribution-grid{display:grid;grid-template-rows:repeat(7,11px);grid-auto-columns:11px;grid-auto-flow:column;grid-gap:3px;gap:3px;overflow-x:auto;padding-bottom:4px}.contribution-cell{width:11px;height:11px;border-radius:2px}.contribution-cell.level-0{background:var(--accent-soft)}.contribution-cell.level-1{background:#6ee7a0}.contribution-cell.level-2{background:#34c06e}.contribution-cell.level-3{background:#1a7f42}.contribution-cell.level-4{background:#0e5a2c}.contribution-cell.level-5{background:#0a3d1e}.contribution-legend{display:flex;align-items:center;gap:4px;margin-top:10px;justify-content:flex-end}.profile-identity-avatar-img{object-fit:cover;background:none}.profile-edit-form{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.profile-edit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.profile-edit-grid label:last-child{grid-column:1/-1}.profile-edit-grid label{display:flex;flex-direction:column;gap:4px}.profile-edit-grid input{font:inherit;font-size:.9rem;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--text)}.profile-edit-actions{display:flex;gap:8px;margin-top:12px;align-items:center}