@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #1c2330;
  --panel: #242d3c;
  --sidebar-bg: #202836;
  --ink: #edf1f8;
  --muted: #b0bbcd;
  --line: #354155;
  --accent: #a3b1ff;
  --sidebar: 224px;
  --topbar: 76px;
  --gutter: clamp(28px, 5.5vw, 88px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--topbar) + 28px); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; line-height: 1.7; word-break: keep-all; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 50; padding: 10px 20px; background: var(--ink); color: var(--bg); }
.skip-link:focus { top: 12px; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar); padding: 34px 20px; background: var(--sidebar-bg); border-right: 1px solid var(--line); display: flex; flex-direction: column; z-index: 30; }
.home { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 14px 48px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; }
.home svg { width: 23px; height: 23px; }
.home:hover { background: #313c50; color: var(--accent); }
.nav-link { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid #404c6c; border-radius: 8px; background: #303b58; color: #c1caff; font-size: 14px; font-weight: 600; }
.nav-dot, .accent-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.nav-dot { margin-left: auto; }
.sidebar-note { margin: auto 14px 0; color: var(--muted); font-size: 12px; }
.tiny-label { font-size: 8px; letter-spacing: 1.6px; }
.sidebar-note p { margin: 12px 0 20px; }
.sidebar-name { color: var(--ink); font-size: 13px; }
.topbar { position: fixed; top: 0; left: var(--sidebar); right: 0; height: var(--topbar); padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--bg); border-bottom: 1px solid var(--line); z-index: 20; }
.topbar-title { font-size: 10px; letter-spacing: 1.4px; white-space: nowrap; }
.topbar-title span { color: var(--muted); }
.topbar nav { display: flex; gap: 24px; }
.topbar nav a { display: flex; align-items: center; min-height: 44px; font-size: 12px; color: var(--muted); white-space: nowrap; }
.topbar nav a:hover { color: var(--accent); }
main { margin-left: var(--sidebar); padding: var(--topbar) var(--gutter) 0; max-width: 1600px; }
.hero { padding-top: 64px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--accent); font-size: 10px; letter-spacing: 2px; font-weight: 650; margin: 0 0 20px; }
h1 { font-size: clamp(34px, 4.1vw, 58px); line-height: 1.3; letter-spacing: -2px; font-weight: 700; margin: 0 0 24px; }
h1 span { color: #adb8cc; }
.intro { color: var(--muted); font-size: 14px; line-height: 1.95; margin: 0 0 28px; }
.intro strong { font-weight: 500; color: var(--ink); }
.button { display: inline-flex; align-items: center; gap: 38px; padding: 12px 19px; border: 1px solid #4f5a76; background: #35415e; border-radius: 7px; font-size: 12px; }
.button:hover { background: #44537a; }
.profile-strip { display: grid; grid-template-columns: .5fr 1.5fr 1.2fr; gap: 24px; margin: 42px 0 0; padding: 26px 0; border-block: 1px solid var(--line); }
.profile-strip dt { font-size: 9px; color: var(--muted); letter-spacing: 1.3px; margin-bottom: 8px; }
.profile-strip dd { margin: 0; font-size: 13px; }
.profile-detail { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; }
.section { padding-top: 44px; min-width: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px; }
.section-heading .eyebrow { margin-bottom: 5px; }
h2 { font-size: 23px; letter-spacing: -.6px; margin: 0; font-weight: 650; }
.project-placeholder { padding: 32px 20px; text-align: center; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; }
.placeholder-icon { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 14px; color: var(--accent); background: #303b54; border-radius: 11px; }
.placeholder-icon svg { width: 24px; height: 24px; }
h3 { font-size: 15px; margin: 0 0 8px; font-weight: 600; line-height: 1.65; }
.project-placeholder p { font-size: 12px; color: var(--muted); margin: 0 0 18px; }
.tag { display: inline-flex; align-items: center; gap: 7px; color: #bdc8e3; border: 1px solid #45516b; padding: 4px 10px; border-radius: 20px; font-size: 10px; }
.tag .accent-dot { width: 4px; height: 4px; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; padding-bottom: 40px; }
.count { font-size: 32px; line-height: 1; color: var(--accent); font-weight: 600; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.heading-actions { display: flex; align-items: center; gap: 14px; }
.sort-button { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid #4f5a76; border-radius: 50%; background: transparent; color: var(--muted); font: inherit; font-size: 18px; line-height: 1; cursor: pointer; }
.sort-button:hover { background: #303b54; color: var(--ink); }
.sort-button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.email-link { text-underline-offset: 4px; }
.email-link:hover { color: var(--accent); text-decoration: underline; }
.record-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.record-list li { padding: 22px 0; border-bottom: 1px solid var(--line); }
.record-list time { display: block; font-size: 10px; color: var(--accent); letter-spacing: .7px; margin-bottom: 7px; }
.record-list h3 { font-size: 14px; margin-bottom: 6px; }
.record-list p { font-size: 11px; color: var(--muted); margin: 0; }
.abbreviation { font-size: 10px; color: var(--muted); font-weight: 400; }
.award-label { display: block; color: #c0cbef; font-size: 12px; font-weight: 400; margin-top: 3px; }
footer { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 26px 0; font-size: 10px; color: var(--muted); letter-spacing: .6px; }
.footer-divider { margin: 0 8px; color: #63718c; }
@media (max-width: 1100px) {
  :root { --sidebar: 188px; --gutter: 32px; }
  .topbar-title span { display: none; }
  .topbar nav { gap: 18px; }
  .credentials { gap: 26px; }
}
@media (max-width: 760px) {
  :root { --sidebar: 0px; --topbar: 120px; --gutter: 24px; }
  html { scroll-padding-top: 140px; }
  .sidebar { inset: 0 0 auto; width: 100%; height: 64px; padding: 10px 24px; flex-direction: row; justify-content: space-between; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .home { width: 38px; height: 38px; margin: 0; border-radius: 9px; }
  .home svg { width: 20px; height: 20px; }
  .nav-link { padding: 8px 13px; font-size: 12px; }
  .sidebar-note { display: none; }
  .topbar { top: 64px; height: 56px; }
  .topbar-title { display: none; }
  .topbar nav { width: 100%; gap: 12px; justify-content: space-between; }
  .topbar nav a { font-size: 12px; }
  .hero { padding-top: 40px; }
  h1 { font-size: clamp(30px, 6.2vw, 44px); letter-spacing: -1.3px; }
  .intro { font-size: 13px; }
  .desktop-break { display: none; }
  .profile-strip { grid-template-columns: 1fr 1.4fr; gap: 22px; margin-top: 32px; }
  .profile-strip > div:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .credentials { grid-template-columns: 1fr; gap: 0; }
  .section { padding-top: 34px; }
  .record-list li { padding: 20px 0; }
  .heading-actions { gap: 10px; }
  .sort-button { width: 34px; height: 34px; }
  footer { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
