@font-face{font-family:'Sohne';src:url('fonts/Sohne-Leicht.otf') format('opentype');font-weight:300;font-style:normal}
@font-face{font-family:'Sohne';src:url('fonts/Sohne-Buch.otf') format('opentype');font-weight:400;font-style:normal}
@font-face{font-family:'Sohne';src:url('fonts/Sohne-Kraftig.otf') format('opentype');font-weight:500;font-style:normal}
@font-face{font-family:'Lora';src:url('fonts/Lora-Italic-VariableFont_wght.ttf') format('truetype');font-weight:400 700;font-style:italic}
.t em{font-family:'Lora',Georgia,serif;font-style:italic;font-weight:800}
@font-face{font-family:'Sohne';src:url('fonts/Sohne-Halbfett.otf') format('opentype');font-weight:600;font-style:normal}
@font-face{font-family:'Sohne Mono';src:url('fonts/Sohne-Mono-Buch.otf') format('opentype');font-weight:400;font-style:normal}

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;cursor:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIABQABNjN9GQAAAABJRklEQg==') 0 0,none !important}
::selection{background:#dde8ff;color:#000}

body{
  font-family:'Sohne',-apple-system,BlinkMacSystemFont,sans-serif;
  font-weight:400;font-size:15px;
  color:#1a1a1a;background:#fff;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  cursor:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIABQABNjN9GQAAAABJRklEQg==') 0 0,none !important;
}

#cursor-wrap{
  position:fixed;pointer-events:none;z-index:10000;
  will-change:transform;top:0;left:0;
}
.cur-svg{display:none}
.cur-active{display:block}
#cur-arrow,#cur-text,#cur-hand{transition:filter .2s ease}
#cur-arrow path,#cur-text path,#cur-hand path{transition:fill .2s ease,stroke .2s ease}

#sel-caret{
  position:absolute;pointer-events:none;z-index:10001;
  will-change:transform;
  color:#1a1a1a;
  display:none;
  top:0;left:0;
}

.page{
  max-width:880px;
  margin:0 auto;
  padding:56px 36px 48px;
  display:grid;
  grid-template-columns:200px 1fr;
  gap:0 56px;
}

.col-left{position:sticky;top:56px;align-self:start}

.photo-wrap{
  width:160px;height:72px;
  border-radius:36px;overflow:hidden;
  margin-bottom:14px;
  position:relative;
}
.photo{
  position:absolute;
  width:100%;
  left:0;
  top:-20px;
  -webkit-user-drag:none;
  user-select:none;-webkit-user-select:none;
  pointer-events:none;
}

.name{font-size:15px;font-weight:600;margin-bottom:4px}

.aff-row{display:flex;align-items:center;gap:5px;margin-bottom:8px}
.su-logo{flex-shrink:0;opacity:.8;filter:grayscale(1);object-fit:contain}
.aff{
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:12px;color:#666;
}

.roles{margin-bottom:14px;display:flex;flex-direction:column;gap:10px}
.role-item{display:flex;justify-content:space-between;align-items:baseline;gap:8px}
.hidden-role{cursor:pointer;position:relative;display:flex;justify-content:space-between;align-items:baseline;gap:8px}
.hidden-role .role-left{display:none}
.hidden-role .pixel-cover{display:block}
.hidden-role.revealed{display:flex}
.hidden-role.revealed .role-left{display:flex;flex-direction:column;flex:1}
.hidden-role.revealed .pixel-cover{display:none}
.hidden-role.revealed .hidden-hint{display:none}
.pixel-cover{display:none;image-rendering:pixelated;max-width:140px}
#hidden-tooltip{
  position:fixed;pointer-events:none;z-index:10002;
  background:#1a1a1a;color:#fff;
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:10px;font-weight:400;
  padding:4px 8px;border-radius:6px;
  opacity:0;transform:translateY(4px);
  transition:opacity .15s ease,transform .15s ease;
  white-space:nowrap;
}
#hidden-tooltip.visible{opacity:1;transform:translateY(0)}
.role-left{display:flex;flex-direction:column;gap:1px}
.role-title{font-size:12px;color:#666;font-weight:500;line-height:1.3}
.role-place{font-size:11px;color:#888;font-weight:300;line-height:1.4;display:flex;align-items:baseline;gap:3px}
.role-time{
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:10px;color:#bbb;white-space:nowrap;align-self:flex-start;margin-top:1px;
  min-width:55px;text-align:right;flex-shrink:0;
}
.role-link{color:#aaa;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color .15s ease}
.role-link:hover{color:#666}
.role-logo{width:14px;height:14px;object-fit:contain;filter:grayscale(1);opacity:.6;flex-shrink:0;align-self:flex-start;margin-top:1px}

.divider{border:none;border-top:1px solid #eee;margin:12px 0}
.awards{margin-bottom:14px;display:flex;flex-direction:column;gap:1px}
.award-link{font-size:11px;color:#127FFF;text-decoration:none;font-weight:400;transition:color .15s ease;display:block;line-height:1.5}
.award-link:hover{text-decoration:underline}

.links{display:flex;gap:10px;margin-bottom:16px}
.ic{color:#1a1a1a;display:flex;align-items:center;opacity:.4;transition:opacity .15s ease}

.copyright{
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:10px;color:#999;letter-spacing:.03em;margin-top:20px;
}

#loader{
  position:fixed;top:0;left:0;width:100%;height:100%;
  background:#fff;z-index:99999;
  display:flex;align-items:center;justify-content:center;
  transition:opacity .8s ease;
  cursor:none !important;
}
#loader *{cursor:none !important}
#loader.fade-out{opacity:0;pointer-events:none}
#loader.hidden{display:none}
.loader-content{max-width:400px;padding:0 24px;text-align:center}
.loader-bio{
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:12px;font-weight:400;color:#1a1a1a;
  line-height:1.6;
}
#loader-cursor{
  position:fixed;pointer-events:none;z-index:100000;
  width:32px;height:32px;
  animation:spin .8s linear infinite;
  filter:contrast(1.05) saturate(1.05);
  top:0;left:0;
}
@keyframes spin{to{transform:rotate(360deg)}}

.page{opacity:0;transition:opacity .5s ease}
.page.visible{opacity:1}
.ic:hover{opacity:1}

.col-right{}

.col-right-head{display:flex;justify-content:space-between;align-items:baseline}
.blog-label{
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:11px;color:#bbb;
  display:flex;align-items:baseline;gap:4px;
}
.soon{font-size:10px;color:#ccc}
.dots::after{
  content:'...';display:inline-block;width:0;overflow:hidden;
  vertical-align:bottom;animation:d 1.5s steps(4,end) infinite;
}
@keyframes d{to{width:1.25em}}

.lbl{
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:11px;color:#999;
  letter-spacing:.06em;text-transform:lowercase;
  margin-bottom:8px;margin-top:24px;
}
.lbl:first-child,.col-right-head .lbl{margin-top:0}

.item{
  padding:0 8px;
  margin-bottom:8px;
  border-radius:5px;
  transition:background .15s ease,padding .15s ease;
}
.item:hover{background:#f5f5f5;padding:8px 8px}

.t{font-size:15px;font-weight:500;display:block;line-height:1.45}
.s{font-size:15px;font-weight:300;color:#888;display:block;line-height:1.45}
.s mjx-container[jax="SVG"]{
  padding:0;border-radius:3px;
  background:transparent;
  transition:background .2s ease,padding .2s ease;
}
.item:hover .s mjx-container[jax="SVG"]{
  background:rgba(221,232,255,0.35);
  padding:1px 3px;
}
.fv-links{
  display:flex;flex-wrap:wrap;gap:0 8px;
  opacity:0;max-height:0;overflow:hidden;
  transition:opacity .15s ease,max-height .3s ease,margin .15s ease;
}
.item:hover .fv-links{opacity:1;max-height:200px;margin-top:4px}
.fv-label{
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:10px;color:#bbb;letter-spacing:.04em;
  width:100%;margin-bottom:2px;
}
.fv-links .il{display:inline;opacity:1;height:auto;overflow:visible}
.il{
  font-family:'Sohne Mono','SF Mono',monospace;
  font-size:11px;color:#127FFF;text-decoration:none;
  display:inline-block;opacity:0;height:0;overflow:hidden;
  transition:opacity .15s ease,height .15s ease,margin .15s ease;
}
.item:hover .il{opacity:1;height:auto;margin-top:2px}
.il:hover{text-decoration:underline}
.il-green{color:#3a9e5c}
.il-row{display:flex;gap:8px;height:0;overflow:hidden;transition:height .15s ease,margin .15s ease}
.item:hover .il-row{height:auto;margin-top:2px}
.il-row .il{opacity:1;height:auto;overflow:visible;margin-top:0}

@media(max-width:640px){
  .page{grid-template-columns:1fr;gap:28px 0;padding:32px 20px 32px}
  .col-left{position:static;width:auto;max-height:none;display:flex;flex-wrap:wrap;align-items:center;gap:0 16px}
  .photo-wrap{margin-bottom:0;width:120px;height:56px}
  .name,.aff-row,.roles,.links{width:100%}
  .name{margin-top:8px}
}