:root { --ink: #172033; --muted: #647084; --line: #d9dde4; --accent: #3158d4; --paper: #fbfaf7; --surface: #f1f3f6; --soft-accent: #e9edff; }
[data-theme="dark"] { --ink: #f0f2f7; --muted: #aab3c2; --line: #303848; --accent: #93adff; --paper: #11151d; --surface: #1b212c; --soft-accent: #202b4b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font: 15px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--accent); }
.site-header { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
.xp-mark { display: grid; place-items: center; width: 26px; height: 26px; color: white; background: var(--accent); border-radius: 50%; font-size: 10px; letter-spacing: -.05em; }
nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 22px; }
nav a { color: var(--muted); font-size: 13px; font-weight: 500; text-decoration: none; }
button { font: inherit; }.theme-toggle { padding: 4px 9px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 12px; }
.theme-toggle:hover { color: var(--accent); border-color: var(--accent); }
main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; gap: 0; }
.xp-window { padding: 68px 0; background: transparent; }
.window-titlebar { margin-bottom: 18px; color: var(--accent); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.window-content { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 76px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 48px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
h3 { margin-bottom: 5px; font-size: 15px; line-height: 1.35; }.hero { padding-top: 50px; }.hero-content { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: clamp(32px, 7vw, 92px); align-items: center; }
.hero-content > div { order: -1; }.portrait { width: 100%; height: min(550px, 45vw); min-height: 390px; object-fit: cover; object-position: 32% center; border-radius: 2px; filter: saturate(.9); }
.eyebrow { margin-bottom: 12px; color: var(--accent); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }.lead { max-width: 600px; font-size: 20px; line-height: 1.5; letter-spacing: -.015em; }.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.xp-button { display: inline-block; padding: 10px 16px; border: 1px solid var(--ink); border-radius: 2px; color: var(--ink); font-size: 13px; font-weight: 650; text-decoration: none; }.xp-button.primary { color: white; border-color: var(--accent); background: var(--accent); }.xp-button:hover { color: white; background: var(--ink); border-color: var(--ink); }
.interest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.interest-grid article { min-height: 170px; padding: 20px; background: var(--surface); border-radius: 3px; }.interest-grid h3 { color: var(--accent); }.interest-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.section-intro { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }.section-intro p { color: var(--muted); }.text-link { color: var(--accent); font-size: 13px; font-weight: 700; white-space: nowrap; }
.publication-list { margin: 26px 0 0; padding: 0; list-style: none; }.publication-list li { display: grid; grid-template-columns: 112px 1fr; gap: 20px; padding: 18px 0; }.publication-list h3 { font-size: 16px; }.publication-list p { margin: 0; color: var(--muted); font-size: 13px; }.status { align-self: start; display: inline-block; padding: 3px 8px; color: var(--muted); background: var(--surface); border-radius: 20px; font-size: 11px; text-align: center; }.submitted { color: #785714; background: #fff5d8; }.preparing { color: #596474; }.appearing { color: #176079; background: #e4f6fb; }.accepted { color: #276b3f; background: #e3f4e7; }.published { color: #62408f; background: #f0e9f7; }
[data-theme="dark"] .submitted { color: #ffe296; background: #4b3910; } [data-theme="dark"] .preparing { color: #c8d0dd; background: #303847; } [data-theme="dark"] .appearing { color: #9bd9ef; background: #153c4b; } [data-theme="dark"] .accepted { color: #a9e7b8; background: #1d482d; } [data-theme="dark"] .published { color: #dbbbff; background: #3a2852; }
.timeline article { display: grid; grid-template-columns: 180px 1fr; gap: 26px; padding: 22px 0; }.timeline p { margin: 0; color: var(--muted); }.date { color: var(--accent); font-size: 12px; font-weight: 700; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }.two-column .xp-window { width: 100%; }.compact { max-width: 490px; }.education { padding: 13px 0; }.education p { margin-bottom: 2px; }.education span { color: var(--muted); font-size: 12px; }.compact p { color: var(--muted); font-size: 14px; }.compact p strong { color: var(--ink); }
.about-content { display: grid; grid-template-columns: 240px 1fr; gap: clamp(30px, 7vw, 105px); align-items: start; }.about-content > div { max-width: 670px; } figure { margin: 0; } figure img { display: block; width: 100%; aspect-ratio: .8; object-fit: cover; object-position: center; filter: saturate(.88); } figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.4; }.highlight { margin-top: 24px; padding-left: 17px; color: var(--accent); border-left: 2px solid var(--accent); font-weight: 650; }
.taskbar { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 25px 0 33px; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 12px; }.start-button { display: grid; place-items: center; width: 25px; height: 25px; color: white; background: var(--accent); border-radius: 50%; font-size: 10px; font-weight: 700; text-decoration: none; }.footer-links { margin-left: auto; display: flex; gap: 18px; }.footer-links a { color: var(--muted); text-decoration: none; }
@media (max-width: 760px) { body { font-size: 14px; }.site-header, main, .taskbar { width: min(100% - 32px, 1180px); }.site-header { align-items: start; flex-direction: column; padding: 19px 0; gap: 12px; } nav { justify-content: start; gap: 15px; }.xp-window { padding: 46px 0; }.hero { padding-top: 32px; }.hero-content, .about-content { grid-template-columns: 1fr; gap: 24px; }.hero-content > div { order: 0; }.portrait { height: 420px; min-height: 0; object-position: 35% center; }.lead { font-size: 18px; }.interest-grid, .two-column { grid-template-columns: 1fr; gap: 0; }.interest-grid article { min-height: 0; }.timeline article, .publication-list li { grid-template-columns: 1fr; gap: 7px; }.status { justify-self: start; }.section-intro { align-items: start; flex-direction: column; gap: 4px; }.about-content figure { width: min(240px, 100%); }.taskbar { flex-wrap: wrap; }.footer-links { margin-left: 0; width: 100%; justify-content: space-between; }.task-title { display: none; } }
