@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin-ext-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Caveat";
  src: url("fonts/caveat-latin-ext-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Caveat";
  src: url("fonts/caveat-latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


    :root {
      --brand: #0094d9;
      --cta: #0094d9;
      --verified: #0095f6;
      --brand-strong: #0094d9;
      --brand-deep: #004071;
      --brand-ink: #152431;
      --canvas: #fafafa;
      --surface: #ffffff;
      --surface-solid: #ffffff;
      --ink: #152431;
      --muted: #666666;
      --line: #e5e7eb;
      --shadow: 0 1px 2px rgba(0, 64, 113, .025);
      --shadow-hover: 0 8px 24px rgba(0, 64, 113, .075);
      --radius: 20px;
      --radius-small: 16px;
      --content: 640px;
      --ease: cubic-bezier(.22, 1, .36, 1);
      --hover-duration: 260ms;
      --hover-ease: cubic-bezier(.22, 1, .36, 1);
    }

    * { box-sizing: border-box; }

    html {
      min-width: 320px;
      background: var(--canvas);
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100svh;
      color: var(--ink);
      font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
      background: var(--canvas);
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    body::before,
    body::after { display: none; }

    a { color: inherit; }
    img { display: block; max-width: 100%; }
    button, a { -webkit-tap-highlight-color: transparent; }

    .page {
      position: relative;
      z-index: 1;
      width: min(100% - 28px, var(--content));
      margin-inline: auto;
      padding: max(22px, env(safe-area-inset-top)) 0 max(34px, env(safe-area-inset-bottom));
    }

    .topbar {
      position: absolute;
      z-index: 5;
      top: max(14px, env(safe-area-inset-top));
      right: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      min-height: 44px;
      margin: 0;
    }

    .share-button {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      color: var(--ink);
      background: rgba(255,255,255,.72);
      box-shadow: none;
      cursor: pointer;
      transition: background-color var(--hover-duration) var(--hover-ease), border-color var(--hover-duration) var(--hover-ease), color var(--hover-duration) var(--hover-ease);
    }

    .share-button:hover { background: #fff; border-color: rgba(0,64,113,.22); }
    .share-button:active { background: #e6f1f6; }
    .share-button:focus-visible { outline: 2px solid var(--brand-strong); outline-offset: 3px; }

    .profile {
      text-align: center;
      padding: 2px 18px 26px;
    }

    .avatar-shell {
      position: relative;
      width: 102px;
      height: 102px;
      margin: 0 auto 17px;
      display: grid;
      place-items: center;
      overflow: hidden;
      border: 4px solid #fff;
      border-radius: 50%;
      background: var(--brand);
      box-shadow: 0 10px 30px rgba(21,36,49,.09);
      isolation: isolate;
    }

    .avatar-mark {
      width: 58%;
      height: 58%;
      display: block;
      color: rgba(255,255,255,.96);
    }

    .avatar-mark svg {
      width: 100%;
      height: 100%;
      display: block;
      fill: currentColor;
    }

    .profile h1 {
      margin: 0;
      color: var(--brand-ink);
      font-size: clamp(23px, 5vw, 29px);
      line-height: 1.12;
      letter-spacing: -.6px;
      font-weight: 700;
      text-wrap: balance;
    }

    .tagline {
      min-height: 1.15em;
      margin: 4px auto 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--ink);
      font-family: "Caveat", "Segoe Print", "Bradley Hand", cursive;
      font-size: clamp(24px, 5vw, 28px);
      line-height: 1.1;
      font-weight: 600;
      letter-spacing: -.01em;
      white-space: nowrap;
    }

    .type-caret {
      width: 2px;
      height: .82em;
      margin-left: 3px;
      border-radius: 999px;
      background: var(--brand);
      animation: caret-blink .72s step-end infinite;
    }

    @keyframes caret-blink {
      0%, 48% { opacity: 1; }
      49%, 100% { opacity: 0; }
    }

    .identity-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin-top: 18px;
    }

    .handle {
      margin: 0;
      color: var(--brand-strong);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
    }

    .verified-badge {
      width: 24px;
      height: 24px;
      min-width: 24px;
      max-width: 24px;
      aspect-ratio: 1 / 1;
      flex: 0 0 24px;
      display: block;
      overflow: visible;
    }

    .bio {
      max-width: 490px;
      margin: 13px auto 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.55;
      text-wrap: pretty;
    }

    .website-links {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 5px 9px;
      margin-top: 9px;
      color: #7a8790;
      font-size: 13.5px;
      line-height: 1.45;
    }

    .website-links a {
      color: var(--brand-deep);
      font-weight: 600;
      text-decoration-line: underline;
      text-decoration-color: rgba(0,64,113,.24);
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
      transition: color var(--hover-duration) var(--hover-ease), text-decoration-color var(--hover-duration) var(--hover-ease);
    }

    .website-links a:hover,
    .website-links a:focus-visible {
      color: var(--brand-strong);
      text-decoration-color: currentColor;
      outline: none;
    }

    .website-links a:focus-visible { box-shadow: 0 2px 0 var(--brand-strong); }

    .socials {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px;
      margin: 18px 0 0;
    }

    .social {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 0;
      color: var(--ink);
      background: transparent;
      text-decoration: none;
      font-size: 18px;
      box-shadow: none;
      transition: color var(--hover-duration) var(--hover-ease), background-color var(--hover-duration) var(--hover-ease);
    }

    .social:hover,
    .social:focus-visible {
      color: var(--ink);
      background: rgba(26,26,26,.065);
      outline: 0;
    }
    .social:focus-visible { box-shadow: 0 0 0 2px var(--ink); }

    .stack { display: grid; gap: 12px; }

    .link-card {
      position: relative;
      min-height: 74px;
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 12px 14px;
      border: 1px solid var(--line);
      border-radius: var(--radius-small);
      background: var(--surface);
      box-shadow: var(--shadow);
      text-decoration: none;
      overflow: hidden;
      transition: background-color var(--hover-duration) var(--hover-ease), box-shadow var(--hover-duration) var(--hover-ease), border-color var(--hover-duration) var(--hover-ease);
    }

    .link-card::after { display: none; }

    .link-card:hover,
    .link-card:focus-visible {
      box-shadow: var(--shadow-hover);
      border-color: rgba(0,148,217,.25);
      background-color: #fff;
      outline: none;
    }

    .link-card:focus-visible { box-shadow: 0 0 0 2px var(--brand-strong), var(--shadow-hover); }
    .link-card:active { background-color: #f7fbfd; }

    .primary-card {
      min-height: 76px;
      padding: 15px 18px;
      gap: 12px;
      color: #fff;
      border-color: transparent;
      background-color: var(--cta);
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'100%25'%20height%3D'100%25'%20viewBox%3D'0%200%20800%20400'%3E%20%3Cdefs%3E%20%3CradialGradient%20id%3D'a1'%20cx%3D'205'%20cy%3D'56'%20r%3D'330'%20gradientUnits%3D'userSpaceOnUse'%3E%20%3Cstop%20offset%3D'0'%20stop-color%3D'%237FE3FF'%20stop-opacity%3D'.92'%2F%3E%20%3Cstop%20offset%3D'.52'%20stop-color%3D'%237FE3FF'%20stop-opacity%3D'.34'%2F%3E%20%3Cstop%20offset%3D'1'%20stop-color%3D'%237FE3FF'%20stop-opacity%3D'0'%2F%3E%20%3C%2FradialGradient%3E%20%3CradialGradient%20id%3D'a2'%20cx%3D'610'%20cy%3D'38'%20r%3D'305'%20gradientUnits%3D'userSpaceOnUse'%3E%20%3Cstop%20offset%3D'0'%20stop-color%3D'%237FE3FF'%20stop-opacity%3D'.92'%2F%3E%20%3Cstop%20offset%3D'.52'%20stop-color%3D'%237FE3FF'%20stop-opacity%3D'.34'%2F%3E%20%3Cstop%20offset%3D'1'%20stop-color%3D'%237FE3FF'%20stop-opacity%3D'0'%2F%3E%20%3C%2FradialGradient%3E%20%3ClinearGradient%20id%3D'b'%20gradientUnits%3D'userSpaceOnUse'%20x1%3D'400'%20y1%3D'20'%20x2%3D'400'%20y2%3D'370'%3E%20%3Cstop%20offset%3D'0'%20stop-color%3D'%23004071'%20stop-opacity%3D'0'%2F%3E%20%3Cstop%20offset%3D'.58'%20stop-color%3D'%23004071'%20stop-opacity%3D'.30'%2F%3E%20%3Cstop%20offset%3D'1'%20stop-color%3D'%23004071'%20stop-opacity%3D'.78'%2F%3E%20%3C%2FlinearGradient%3E%20%3CradialGradient%20id%3D'c'%20cx%3D'665'%20cy%3D'328'%20r%3D'300'%20gradientUnits%3D'userSpaceOnUse'%3E%20%3Cstop%20offset%3D'0'%20stop-color%3D'%230094D9'%20stop-opacity%3D'0'%2F%3E%20%3Cstop%20offset%3D'.62'%20stop-color%3D'%23004071'%20stop-opacity%3D'.28'%2F%3E%20%3Cstop%20offset%3D'1'%20stop-color%3D'%23004071'%20stop-opacity%3D'.72'%2F%3E%20%3C%2FradialGradient%3E%20%3C%2Fdefs%3E%20%3Crect%20fill%3D'%230094D9'%20width%3D'800'%20height%3D'400'%2F%3E%20%3Ccircle%20fill%3D'url(%23a1)'%20cx%3D'205'%20cy%3D'56'%20r%3D'330'%20opacity%3D'.28'%2F%3E%20%3Ccircle%20fill%3D'url(%23a2)'%20cx%3D'610'%20cy%3D'38'%20r%3D'305'%20opacity%3D'.20'%2F%3E%20%3Ccircle%20fill%3D'url(%23b)'%20cx%3D'400'%20cy%3D'26'%20r%3D'318'%20opacity%3D'.34'%2F%3E%20%3Ccircle%20fill%3D'url(%23c)'%20cx%3D'665'%20cy%3D'328'%20r%3D'300'%20opacity%3D'.29'%2F%3E%20%3C%2Fsvg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: none;
      filter: none;
      isolation: isolate;
      transition: background-color var(--hover-duration) var(--hover-ease), border-color var(--hover-duration) var(--hover-ease), filter var(--hover-duration) var(--hover-ease), box-shadow var(--hover-duration) var(--hover-ease);
    }

    .primary-card:hover,
    .primary-card:focus-visible {
      border-color: transparent;
      background-color: var(--cta);
      filter: saturate(1.08) brightness(.98);
      box-shadow: 0 8px 22px rgba(0,148,217,.15);
    }

    .primary-card .link-copy,
    .primary-card .link-arrow { position: relative; z-index: 2; }

    .link-copy { min-width: 0; flex: 1; }
    .link-title { display: block; font-size: 16px; line-height: 1.25; font-weight: 700; letter-spacing: -.1px; }
    .link-subtitle { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; font-weight: 500; }
    .primary-card .link-title { font-size: 17px; }
    .primary-card .link-subtitle { color: #fff; font-size: 13.5px; font-weight: 500; text-shadow: none; }

    .link-arrow {
      flex: 0 0 34px;
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--brand-deep);
      background: rgba(0,64,113,.06);
      transition: background-color var(--hover-duration) var(--hover-ease), color var(--hover-duration) var(--hover-ease), opacity var(--hover-duration) var(--hover-ease);
    }

    .primary-card .link-arrow {
      flex: 0 0 20px;
      width: 20px;
      height: 20px;
      color: #fff;
      background: transparent;
      opacity: .9;
    }
    .primary-card .link-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .link-card:hover .link-arrow { background: rgba(0,148,217,.11); }
    .primary-card:hover .link-arrow { background: transparent; opacity: 1; }

    .quick-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 12px;
    }

    .quick-link {
      min-height: 72px;
      padding: 14px 16px;
      display: flex;
      align-items: center;
      gap: 12px;
      text-align: left;
      border: 1px solid var(--line);
      border-radius: 12px;
      color: var(--ink);
      background: #fff;
      box-shadow: 0 1px 2px rgba(26,26,26,.025);
      text-decoration: none;
      transition: background-color var(--hover-duration) var(--hover-ease), box-shadow var(--hover-duration) var(--hover-ease), border-color var(--hover-duration) var(--hover-ease);
    }

    .quick-copy { min-width: 0; flex: 1; display: grid; gap: 3px; }
    .quick-title { font-size: 14.5px; line-height: 1.2; font-weight: 700; letter-spacing: -.1px; }
    .quick-subtitle { color: #5b6770; font-size: 12px; line-height: 1.35; font-weight: 500; }
    .quick-chevron { flex: 0 0 18px; width: 18px; height: 18px; display: grid; place-items: center; color: #737373; opacity: .75; transition: color var(--hover-duration) var(--hover-ease), opacity var(--hover-duration) var(--hover-ease); }
    .quick-chevron svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

    .quick-link:hover,
    .quick-link:focus-visible {
      color: var(--ink);
      background: #fafafa;
      border-color: #d1d5db;
      box-shadow: 0 6px 18px rgba(26,26,26,.055);
      outline: none;
    }
    .quick-link:focus-visible { box-shadow: 0 0 0 2px #b9c0c5, 0 6px 18px rgba(26,26,26,.055); }
    .quick-link:hover .quick-chevron { color: var(--ink); opacity: 1; }

    .section { margin-top: 29px; }
    .section-heading {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      margin: 0 4px 12px;
    }

    .section-heading h2 {
      margin: 0;
      color: var(--brand-ink);
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: -.25px;
    }

    .section-heading a {
      color: var(--brand-strong);
      font-size: 12.5px;
      font-weight: 700;
      text-decoration: none;
      white-space: nowrap;
      transition: color var(--hover-duration) var(--hover-ease);
    }
    .section-heading a:hover { color: var(--brand-deep); }

    .post-list { display: grid; gap: 10px; }

    .post-card {
      min-height: 94px;
      padding: 9px 12px 9px 9px;
    }

    .post-thumb {
      flex: 0 0 118px;
      width: 118px;
      aspect-ratio: 16 / 10;
      overflow: hidden;
      border-radius: 12px;
      background: #e4eef3;
    }

    .post-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity var(--hover-duration) var(--hover-ease);
    }
    .post-card:hover .post-thumb img { opacity: .92; }

    .post-meta {
      display: block;
      margin-bottom: 5px;
      color: var(--brand-strong);
      font-size: 10.5px;
      font-weight: 700;
      letter-spacing: .075em;
      text-transform: uppercase;
    }

    .post-title {
      display: -webkit-box;
      overflow: hidden;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.35;
      font-weight: 700;
      letter-spacing: -.08px;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .footer {
      padding: 26px 8px 2px;
      color: #6f818d;
      text-align: center;
      font-size: 11.5px;
      line-height: 1.55;
    }
    .footer a { color: var(--brand-deep); text-decoration: none; font-weight: 600; }

    .toast {
      position: fixed;
      z-index: 20;
      left: 50%;
      bottom: max(24px, env(safe-area-inset-bottom));
      padding: 11px 16px;
      color: #fff;
      background: #102f43;
      border-radius: 999px;
      box-shadow: 0 14px 36px rgba(0,0,0,.2);
      font-size: 13px;
      font-weight: 600;
      pointer-events: none;
      opacity: 0;
      transform: translate(-50%, 12px);
      transition: opacity .2s ease, transform .25s var(--ease);
    }
    .toast.show { opacity: 1; transform: translate(-50%, 0); }


    .icon-svg { width: 1em; height: 1em; display: block; fill: currentColor; }
    .share-button .icon-svg { width: 17px; height: 17px; }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }

    @media (min-width: 760px) {
      .page { padding-top: 34px; }
      .profile { padding-bottom: 30px; }
      .avatar-shell { width: 110px; height: 110px; }
      .post-card { min-height: 104px; }
      .post-thumb { flex-basis: 142px; width: 142px; }
      .post-title { font-size: 15px; }
    }

    @media (max-width: 520px) {
      .page { width: min(100% - 20px, var(--content)); padding-top: max(12px, env(safe-area-inset-top)); }
      .topbar { min-height: 44px; }
      .profile { padding-inline: 12px; }
      .profile h1 { font-size: 23px; }
      .bio { font-size: 14px; }
      .socials { gap: 6px; }
      .social { width: 42px; height: 42px; }
      .quick-grid { grid-template-columns: 1fr; gap: 8px; }
      .quick-link { min-height: 72px; padding: 12px 14px; }
      .post-thumb { flex-basis: 102px; width: 102px; }
      .post-title { font-size: 13.5px; }
      .post-card .link-arrow { display: none; }
    }

    @media (max-width: 360px) {
      .profile h1 { font-size: 21px; }
      .social:nth-last-child(-n+2) { display: none; }
      .quick-link { min-height: 70px; }
      .post-thumb { flex-basis: 92px; width: 92px; }
      .link-card { gap: 11px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html:not(.force-motion) *,
      html:not(.force-motion) *::before,
      html:not(.force-motion) *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
      html:not(.force-motion) .type-caret { display: none !important; }
    }
