.site-profile { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.site-profile h1 { margin: 0 0 25px; font-size: clamp(28px, 3.4vw, 42px); font-weight: 550; line-height: 1.15; letter-spacing: -1.4px; }
.profile-about { max-width: 56ch; }
.profile-about p { margin: 0 0 15px; font-size: 14px; line-height: 1.8; }
.profile-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 24px; list-style: none; padding: 0; margin: 28px 0 0; }
.profile-links a { display: inline-block; padding: 9px 0; font-size: 13px; line-height: 1.5; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent); }
.profile-links a:hover { text-decoration-color: currentColor; }
.profile-view-switch { margin-top: 30px; font-size: 12px; }
.profile-view-switch a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.static-site, body:has(#root > .text-page) { margin: 0; overflow: auto; background: #f5f8fc; color: #21334b; }
.text-page { box-sizing: border-box; min-height: 100dvh; padding: clamp(36px, 8vh, 88px) 24px; background: #f5f8fc; color: #21334b; }
.text-page .site-profile { max-width: 640px; margin: 0 auto; }
.text-page a { color: #246daa; }
.text-page a:focus-visible { outline: 1px solid currentColor; outline-offset: 2px; border-radius: 2px; }
.text-page .profile-about p { font-size: 16px; }
.text-page .profile-links a { font-size: 15px; }
@media (max-width: 640px) {
  .site-profile h1 { font-size: 28px; letter-spacing: -.8px; margin-bottom: 20px; }
  .profile-links { gap: 2px 14px; }
  .profile-links a { min-height: 44px; box-sizing: border-box; padding: 11px 0; }
  .profile-view-switch a { display: inline-block; padding: 12px 0; }
}
