.cv-body { background: #eaf0f4; color: #122737; }
.cv-toolbar { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(13,40,57,.12); background: rgba(244,248,251,.88); backdrop-filter: blur(16px); }
.cv-toolbar-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.cv-toolbar-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cv-page { width: min(1120px, calc(100% - 36px)); margin: 50px auto 80px; padding: 64px; background: #fff; box-shadow: 0 25px 80px rgba(37,62,78,.14); }
.cv-head { display: grid; grid-template-columns: 1fr 150px; gap: 36px; align-items: center; padding-bottom: 34px; border-bottom: 3px solid #102b3c; }
.cv-head img { width: 145px; height: 145px; object-fit: cover; border-radius: 50%; justify-self: end; }
.cv-overline { margin: 0 0 8px; color: #078092; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.cv-head h1 { margin: 0; font: 500 3.8rem/1 ui-serif, Georgia, serif; letter-spacing: -.05em; }
.cv-role { margin: 13px 0 18px; color: #496372; }
.cv-contact { display: flex; gap: 20px; color: #46616f; font-size: .83rem; }
.cv-contact a { color: #0a7481; }
.cv-profile-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.cv-profile-links a { padding: 4px 8px; border: 1px solid #d6e2e7; border-radius: 7px; background: #f4f8fa; color: #0a7481; font-size: .67rem; font-weight: 720; }
.cv-summary { padding: 28px 0 8px; }
.cv-summary h2, .cv-section > h2 { margin: 0 0 15px; color: #0b7582; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.cv-summary p { max-width: 920px; color: #455d6b; font-size: .91rem; }
.cv-columns { display: grid; grid-template-columns: 2.05fr .95fr; gap: 54px; }
.cv-section { padding-top: 28px; }
.cv-section + .cv-section { margin-top: 14px; border-top: 1px solid #dbe4e9; }
.cv-entry { margin-bottom: 25px; }
.cv-entry-head { display: flex; align-items: start; justify-content: space-between; gap: 28px; }
.cv-entry h3 { margin: 0; color: #132b3a; font: 600 1rem/1.35 ui-serif, Georgia, serif; }
.cv-entry h3 a, .cv-list strong a { color: inherit; }
.cv-entry h3 a:hover, .cv-list strong a:hover { color: #0b7582; }
.cv-entry-head p { margin: 3px 0 0; color: #496372; font-size: .78rem; font-weight: 650; }
.cv-entry-head > span { flex: 0 0 auto; color: #0b7582; font-size: .72rem; font-weight: 760; }
.cv-entry > p { margin: 9px 0 0; color: #526b79; font-size: .8rem; }
.cv-entry-links { display: flex; flex-wrap: wrap; gap: 8px; }
.cv-entry-links a { padding: 4px 8px; border: 1px solid #d6e2e7; border-radius: 7px; background: #f4f8fa; color: #087582; font-size: .67rem; font-weight: 750; }
.cv-entry.compact { margin-bottom: 15px; }
.publications-cv ol { margin: 0; padding-left: 1.2rem; }
.publications-cv li { margin-bottom: 15px; padding-left: 7px; color: #546b77; font-size: .75rem; }
.publications-cv li span { display: block; color: #0b7582; text-transform: uppercase; letter-spacing: .08em; font-size: .62rem; font-weight: 760; }
.publications-cv li strong { display: inline; color: #172e3c; font-weight: 650; }
.publications-cv a { color: #087582; font-weight: 750; }
.cv-side { border-left: 1px solid #dbe4e9; padding-left: 34px; }
.cv-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.cv-tags span { padding: 5px 8px; border: 1px solid #d6e2e7; border-radius: 7px; background: #f4f8fa; color: #3d5968; font-size: .68rem; }
.cv-list { margin: 0; padding: 0; list-style: none; }
.cv-list li { margin-bottom: 15px; color: #526b79; font-size: .75rem; line-height: 1.45; }
.cv-list li strong { color: #183240; }
.cv-list.dense { columns: 1; }
.cv-list.dense li { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px dotted #d6e1e6; }
.cv-small { margin: 0 0 10px; color: #526b79; font-size: .74rem; }
.cv-small strong { color: #17303e; }
.cv-footnote { margin: 45px 0 0; padding-top: 18px; border-top: 1px solid #dbe4e9; color: #718793; font-size: .67rem; text-align: center; }
@media (max-width: 850px) { .cv-page { padding: 34px 25px; } .cv-columns { grid-template-columns: 1fr; } .cv-side { padding-left: 0; border-left: 0; } }
@media (max-width: 560px) { .cv-toolbar-inner { padding-block: 12px; align-items: flex-start; } .cv-toolbar-actions { flex-direction: column; align-items: stretch; } .cv-toolbar-actions .button { min-height: 42px; } .cv-head { grid-template-columns: 1fr; } .cv-head img { justify-self: start; } .cv-head h1 { font-size: 3rem; } .cv-contact { flex-direction: column; gap: 3px; } .cv-entry-head { flex-direction: column; gap: 4px; } }
@media print {
  @page { size: A4; margin: 11mm; }
  .no-print { display: none !important; }
  .cv-body { background: #fff; }
  .cv-page { width: 100%; margin: 0; padding: 0; box-shadow: none; }
  .cv-head { grid-template-columns: 1fr 95px; padding-bottom: 18px; }
  .cv-head img { width: 90px; height: 90px; }
  .cv-head h1 { font-size: 2.7rem; }
  .cv-columns { grid-template-columns: 1.9fr 1fr; gap: 28px; }
  .cv-section { padding-top: 16px; break-inside: avoid; }
  .cv-entry { margin-bottom: 14px; }
  .publications-cv li { margin-bottom: 8px; }
  .cv-footnote { margin-top: 20px; }
  a { color: inherit !important; }
}
