    @font-face { font-family: "InterResume"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/inter-cyrillic-400-normal.woff2") format("woff2"); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
    @font-face { font-family: "InterResume"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/inter-latin-400-normal.woff2") format("woff2"); 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: "InterResume"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/inter-cyrillic-500-normal.woff2") format("woff2"); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
    @font-face { font-family: "InterResume"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/inter-latin-500-normal.woff2") format("woff2"); 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: "InterResume"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/inter-cyrillic-600-normal.woff2") format("woff2"); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
    @font-face { font-family: "InterResume"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/inter-latin-600-normal.woff2") format("woff2"); 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: "InterResume"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/inter-cyrillic-700-normal.woff2") format("woff2"); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
    @font-face { font-family: "InterResume"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/inter-latin-700-normal.woff2") format("woff2"); 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 {
      color-scheme: light;
      --paper: #f7f7f5;
      --ink: #111214;
      --muted: #686b70;
      --rule: #d7d9dc;
      --accent: #2448d8;
      --body: #37393d;
      --body-secondary: #474a4f;
      --max: 1440px;
    }
    [data-theme="light"] {
      color-scheme: light;
      --paper: #f7f7f5;
      --ink: #111214;
      --muted: #686b70;
      --rule: #d7d9dc;
      --accent: #2448d8;
      --body: #37393d;
      --body-secondary: #474a4f;
    }
    [data-theme="dark"] {
      color-scheme: dark;
      --paper: #121314;
      --ink: #f2f2f0;
      --muted: #9a9da2;
      --rule: #2c2e32;
      --accent: #6d8cff;
      --body: #c5c7cc;
      --body-secondary: #b3b5ba;
    }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) {
        color-scheme: dark;
        --paper: #121314;
        --ink: #f2f2f0;
        --muted: #9a9da2;
        --rule: #2c2e32;
        --accent: #6d8cff;
        --body: #c5c7cc;
        --body-secondary: #b3b5ba;
      }
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
    body {
      margin: 0;
      background: var(--paper);
      color: var(--ink);
      font-family: "InterResume", Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
    a:hover, a:focus-visible { color: var(--accent); }
    a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: 2px; }
    .page { width: 100%; max-width: var(--max); margin: 0 auto; padding: 42px 56px 88px; }
    .topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 18px;
      border-bottom: 1px solid var(--ink);
      font-size: .75rem;
      line-height: 1.2;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .theme-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      margin: -11px -8px -11px 0;
      padding: 0;
      border: 0;
      border-radius: 2px;
      background: transparent;
      color: var(--ink);
      cursor: pointer;
    }
    .theme-toggle:hover, .theme-toggle:focus-visible { color: var(--accent); }
    .theme-toggle svg { width: 18px; height: 18px; }
    .theme-toggle .icon-sun { display: none; }
    [data-theme="dark"] .theme-toggle .icon-sun { display: block; }
    [data-theme="dark"] .theme-toggle .icon-moon { display: none; }
    [data-theme="light"] .theme-toggle .icon-sun { display: none; }
    [data-theme="light"] .theme-toggle .icon-moon { display: block; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .theme-toggle .icon-sun { display: block; }
      :root:not([data-theme="light"]) .theme-toggle .icon-moon { display: none; }
    }
    .header-grid, .resume-grid {
      display: grid;
      grid-template-columns: minmax(230px, 27%) minmax(0, 1fr);
      column-gap: clamp(48px, 7vw, 112px);
    }
    .header-grid { padding: 64px 0 76px; border-bottom: 1px solid var(--ink); }
    .name-block { grid-column: 1 / -1; display: grid; grid-template-columns: subgrid; align-items: end; }
    h1 {
      grid-column: 1 / -1;
      margin: 0;
      max-width: 10ch;
      font-size: clamp(4.25rem, 9.6vw, 9rem);
      line-height: .86;
      letter-spacing: -.075em;
      font-weight: 650;
    }
    .role {
      grid-column: 2;
      margin: 42px 0 0;
      max-width: 24ch;
      font-size: clamp(1.55rem, 3.1vw, 3rem);
      line-height: 1.08;
      letter-spacing: -.035em;
      font-weight: 520;
    }
    .role::before { content: ""; display: block; width: 44px; height: 4px; margin-bottom: 19px; background: var(--accent); }
    .resume-grid { padding-top: 64px; }
    .sidebar { grid-column: 1; min-width: 0; }
    .main { grid-column: 2; min-width: 0; }
    .side-section + .side-section { margin-top: 48px; }
    .eyebrow {
      margin: 0 0 18px;
      color: var(--accent);
      font-size: .75rem;
      line-height: 1.2;
      font-weight: 650;
      letter-spacing: .09em;
      text-transform: uppercase;
    }
    .contact { display: grid; gap: 4px; font-size: .92rem; }
    .contact address { font-style: normal; margin-bottom: 12px; color: var(--muted); }
    .skill-group + .skill-group { margin-top: 21px; }
    .skill-group h3 { margin: 0 0 5px; font-size: .82rem; line-height: 1.3; font-weight: 650; }
    .skill-group p, .meta p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
    .meta strong { color: var(--ink); font-weight: 570; }
    .meta p + p { margin-top: 14px; }
    .profile { padding-bottom: 64px; border-bottom: 1px solid var(--ink); }
    .profile p {
      margin: 0;
      max-width: 38ch;
      font-size: clamp(1.35rem, 2.4vw, 2.35rem);
      line-height: 1.28;
      letter-spacing: -.025em;
    }
    .profile strong { font-weight: 620; }
    .experience { padding-top: 62px; }
    .section-heading { margin: 0 0 44px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
    .job { display: grid; grid-template-columns: minmax(0, 1fr) minmax(140px, 22%); gap: 16px 32px; padding: 0 0 54px; }
    .job + .job { padding-top: 48px; border-top: 1px solid var(--ink); }
    .job:last-child { padding-bottom: 0; }
    .company { margin: 0; font-size: clamp(1.75rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.04em; font-weight: 630; }
    .position { margin: 12px 0 0; font-size: 1.04rem; font-weight: 550; }
    .date { margin: 3px 0 0; color: var(--muted); font-size: .83rem; font-variant-numeric: tabular-nums; text-align: right; }
    .job-body { grid-column: 1 / -1; min-width: 0; max-width: 780px; }
    .job-body > p { margin: 0 0 20px; color: var(--body); }
    ul { margin: 0; padding-left: 1.1em; }
    li { padding-left: .35em; }
    li + li { margin-top: 7px; }
    li::marker { color: var(--accent); font-size: .7em; }
    .secondary .company { font-size: 1.55rem; }
    .secondary .job-body { color: var(--body-secondary); }
    .solutions {
      margin-top: 36px;
      padding-top: 28px;
      border-top: 1px solid var(--ink);
    }
    .solutions + .solutions { margin-top: 48px; }
    .solutions .solution:first-child { border-top: none; }
    .solutions-heading {
      margin: 0 0 12px;
      font-size: .82rem;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .solutions-note {
      margin: 0 0 20px;
      max-width: 46ch;
      color: var(--muted);
      font-size: .9rem;
      line-height: 1.5;
    }
    .solution-list {
      list-style: none;
      margin: 0;
      padding: 0;
      max-width: 780px;
    }
    .solution-list li + li { margin-top: 0; }
    .solution {
      display: grid;
      grid-template-columns: minmax(148px, 32%) minmax(0, 1fr);
      gap: 6px 28px;
      align-items: baseline;
      padding: 15px 0;
      padding-left: 0;
      border-top: 1px solid var(--rule);
    }
    .solution-name {
      display: block;
      margin: 0;
      min-width: 0;
      font-size: 1.02rem;
      line-height: 1.25;
      font-weight: 620;
      letter-spacing: -.02em;
      text-decoration: none;
      overflow-wrap: anywhere;
    }
    a.solution-name,
    span.solution-name {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      row-gap: 4px;
    }
    a.solution-name[href^="http"]::after {
      content: "";
      width: 11px;
      height: 11px;
      flex: 0 0 auto;
      background: currentColor;
      opacity: .45;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.2 3.5h6.3v6.3'/%3E%3Cpath d='M12.5 3.5 3.5 12.5'/%3E%3C/svg%3E") center / contain no-repeat;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.2 3.5h6.3v6.3'/%3E%3Cpath d='M12.5 3.5 3.5 12.5'/%3E%3C/svg%3E") center / contain no-repeat;
    }
    a.solution-name[href^="http"]:hover::after,
    a.solution-name[href^="http"]:focus-visible::after { opacity: 1; }
    .nda {
      flex: 0 0 auto;
      color: var(--muted);
      font-size: .62rem;
      font-weight: 600;
      letter-spacing: .06em;
      line-height: 1;
      white-space: nowrap;
    }
    .solution-copy {
      display: grid;
      gap: 8px;
      min-width: 0;
      justify-items: start;
    }
    .solution p {
      margin: 0;
      min-width: 0;
      color: var(--body);
      font-size: .9rem;
      line-height: 1.45;
      overflow-wrap: break-word;
    }
    .more-pill {
      display: inline-flex;
      align-items: center;
      height: 22px;
      padding: 0 9px;
      border: 1px solid var(--rule);
      border-radius: 999px;
      color: var(--muted);
      font-size: .68rem;
      font-weight: 550;
      letter-spacing: .02em;
      line-height: 1;
      text-decoration: none;
    }
    .more-pill:hover,
    .more-pill:focus-visible {
      color: var(--accent);
      border-color: currentColor;
    }
    .more-pill:focus-visible {
      outline-offset: 3px;
      border-radius: 999px;
    }
    .case-preview {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 80;
      width: 480px;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
    }
    .case-preview.is-on {
      opacity: 1;
      visibility: visible;
    }
    .case-preview img {
      display: block;
      width: 480px;
      height: auto;
    }
    @media (hover: none), (pointer: coarse), (max-width: 820px) {
      .case-preview { display: none !important; }
    }
    .footer {
      display: grid;
      grid-template-columns: minmax(230px, 27%) minmax(0, 1fr);
      column-gap: clamp(48px, 7vw, 112px);
      margin-top: 80px;
      padding-top: 18px;
      border-top: 1px solid var(--ink);
      color: var(--muted);
      font-size: .75rem;
    }
    .footer span:last-child { grid-column: 2; text-align: right; }
    @media (max-width: 820px) {
      .page {
        padding: 24px max(22px, env(safe-area-inset-right)) 56px max(22px, env(safe-area-inset-left));
      }
      .header-grid { padding: 46px 0 50px; }
      .header-grid, .resume-grid, .footer, .job, .name-block {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
      }
      .name-block { display: block; }
      h1, .role, .main, .sidebar, .job-body, .footer span:last-child {
        grid-column: auto;
      }
      h1 {
        max-width: none;
        font-size: clamp(3.25rem, 16vw, 5.5rem);
      }
      .role {
        max-width: none;
        margin-top: 34px;
        font-size: clamp(1.5rem, 7vw, 2.3rem);
      }
      .resume-grid { padding-top: 44px; }
      .main, .sidebar { display: contents; }
      .profile { order: 1; padding-bottom: 46px; }
      .contact-section { order: 0; margin-bottom: 46px; }
      .experience { order: 2; padding-top: 44px; }
      .expertise-section { order: 3; margin-top: 52px !important; padding-top: 42px; border-top: 1px solid var(--ink); }
      .education-section { order: 4; }
      .languages-section { order: 5; }
      .solution { grid-template-columns: minmax(0, 1fr); gap: 4px; padding: 12px 0; }
      .profile p { max-width: none; font-size: 1.28rem; }
      .solutions-note, .job-body, .solution-list { max-width: none; }
      .job { gap: 10px; }
      .date { text-align: left; }
      .job-body { margin-top: 10px; }
      .footer { gap: 4px; }
    }
    .back {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      margin: -11px 0 -11px -8px;
      color: var(--ink);
      text-decoration: none;
    }
    .back:hover, .back:focus-visible { color: var(--accent); }
    .back svg { width: 18px; height: 18px; }
    .project-header {
      padding: 56px 0 44px;
      border-bottom: 1px solid var(--ink);
      max-width: 780px;
    }
    .project-title {
      margin: 0;
      max-width: 16ch;
      font-size: clamp(2.6rem, 7vw, 5.2rem);
      line-height: .92;
      letter-spacing: -.06em;
      font-weight: 650;
    }
    .project-lead {
      margin: 22px 0 0;
      max-width: 48ch;
      font-size: clamp(1.12rem, 2vw, 1.4rem);
      line-height: 1.35;
      color: var(--body);
    }
    .project-site {
      display: inline-block;
      margin-top: 18px;
      font-size: .92rem;
    }
    .project-body { max-width: 960px; padding-top: 44px; }
    .project-body h2 {
      margin: 52px 0 16px;
      font-size: .82rem;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .project-body h2:first-child { margin-top: 0; }
    .project-body p {
      margin: 0 0 16px;
      max-width: 64ch;
      color: var(--body);
      font-size: 1.02rem;
      line-height: 1.55;
    }
    .project-body ul {
      margin: 0 0 22px;
      max-width: 64ch;
    }
    .project-media { margin: 28px 0; }
    .project-media img,
    .project-media video {
      display: block;
      width: 100%;
      height: auto;
      background: color-mix(in srgb, var(--ink) 6%, transparent);
    }
    .media-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin: 28px 0;
    }
    .media-grid img { display: block; width: 100%; height: auto; }
    @media (max-width: 820px) {
      .project-header { padding: 36px 0 32px; }
      .media-grid { grid-template-columns: 1fr; }
    }
