.header-actions{display:flex;align-items:center;gap:28px}.theme-toggle{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--ink);background:transparent;cursor:pointer}.theme-toggle span{font-size:15px;line-height:1;color:var(--orange)}.theme-toggle b{font:8px var(--mono);text-transform:uppercase;letter-spacing:.08em}.theme-toggle:hover{border-color:var(--orange)}
html[data-theme="dark"]{--paper:#101514;--ink:#edf1ec;--muted:#a1aca8;--line:#35403d;--green:#70c6bb;--orange:#ff9462;--yellow:#ddea78;--blue:#78aebe;color-scheme:dark}html[data-theme="dark"] .ticker,html[data-theme="dark"] .site-footer{background:#080b0b}html[data-theme="dark"] .lab-figure{background-color:#19201e;background-image:linear-gradient(#293431 1px,transparent 1px),linear-gradient(90deg,#293431 1px,transparent 1px)}html[data-theme="dark"] .frame{background:#111817cc}html[data-theme="dark"] .intro,html[data-theme="dark"] .page-hero>p:last-child{color:#b5bfbb}html[data-theme="dark"] .depth{background:linear-gradient(135deg,#204b48,#583e31)}html[data-theme="dark"] .matching{background:#2a2633}html[data-theme="dark"] .papers,html[data-theme="dark"] .page-hero,html[data-theme="dark"] .vacancy{background:#171d1b}html[data-theme="dark"] .paper-list>a,html[data-theme="dark"] .archive-paper,html[data-theme="dark"] .news-list>a{border-color:#35403d}html[data-theme="dark"] .portrait{background:#1b302d}html[data-theme="dark"] img{filter:brightness(.86) contrast(1.06)}
@media(max-width:800px){.header-actions{gap:14px}}@media(max-width:520px){.theme-toggle b{display:none}.theme-toggle{padding:7px}}
