.sq-profile-wrapper{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;padding:calc(var(--sq-navbar-height) + 2rem) 1rem 2rem}.sq-profile-card{background:var(--sq-bg-card);border:1px solid var(--sq-border);border-radius:var(--sq-radius-lg);box-shadow:var(--sq-shadow-lg);padding:2.5rem 2rem;width:100%;max-width:520px}.sq-profile-header{text-align:center;margin-bottom:2rem}.sq-profile-header h1{font-size:1.5rem;font-weight:700;color:var(--sq-text-primary);margin:.75rem 0 .25rem}.sq-gravatar-lg{width:120px;height:120px;border-radius:50%;border:3px solid var(--sq-border);box-shadow:0 0 16px var(--sq-accent-glow)}.sq-gravatar-nav{width:30px;height:30px;border-radius:50%;border:2px solid var(--sq-border);object-fit:cover}.sq-form-row{display:flex;gap:1rem}.sq-form-half{flex:1}.sq-textarea{resize:vertical;min-height:80px}.sq-readonly{opacity:.6;cursor:not-allowed}.sq-field-hint{color:var(--sq-text-muted);font-size:.78rem;margin-top:.2rem;display:block}.sq-profile-success{background:rgba(76,188,110,.15);border:1px solid var(--sq-green);border-radius:var(--sq-radius);color:var(--sq-green);padding:.6rem .75rem;margin-bottom:1.25rem;font-size:.85rem;text-align:center}