@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700;900&display=swap";:root{color-scheme:dark;--bg: rgba(5, 89, 89, .184);--bg-soft: rgb(24, 22, 19);--surface: rgb(33, 31, 27);--surface-strong: rgb(40, 37, 32);--line: rgba(244, 240, 234, .12);--text: rgb(244, 240, 234);--muted: rgba(244, 240, 234, .72);--muted-strong: rgba(244, 240, 234, .88);--accent: rgb(244, 240, 234);--heading-font: "Cinzel Decorative", serif;--radius: 60px;--radius-soft: 8px;--shadow: 0 10px 28px rgba(0, 0, 0, .2);--max-width: 1240px}:root.light-mode{color-scheme:light;--bg: #7fa2d755;--bg-soft: rgb(197, 219, 130);--surface: rgb(240, 240, 240);--surface-strong: rgb(230, 230, 230);--line: rgba(0, 0, 0, .1);--text: rgb(18, 17, 15);--muted: rgba(18, 17, 15, .6);--muted-strong: rgba(18, 17, 15, .85);--accent: rgb(18, 17, 15);--shadow: 0 10px 28px rgba(0, 0, 0, .1)}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth}body{margin:10px;min-height:100vh;background:radial-gradient(circle at top,rgb(111,198,203),transparent 38%),radial-gradient(circle at bottom,rgb(63,5,255),transparent 38%),linear-gradient(180deg,#f4f0ea05,#f4f0ea00),var(--bg);color:var(--text);font-family:Lato,Segoe UI,Tahoma,sans-serif;line-height:1.6;display:grid;grid-template-columns:280px 1fr;grid-template-rows:1fr}::selection{background:var(--surface);color:var(--text)}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;border-radius:60px}h1,h2,h3,p{margin-top:0}::-webkit-scrollbar{display:none}.container{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.site-header .container{width:100%;margin:0;display:contents}main{padding:1rem 4rem;grid-column:2}.grid{display:grid;gap:1rem;grid-template-columns:repeat(12,minmax(0,1fr))}.card{grid-column:span 6;padding:1.25rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card.slim{grid-column:span 4}.card-top h3{margin:.35rem 0 .65rem;font-size:1.5rem}.card-meta-row{display:inline-flex;align-items:center;gap:.75rem}.card-year{font-weight:700;letter-spacing:.01em}.card-category{padding:.16rem .56rem;border:1px solid var(--line);border-radius:999px;color:var(--muted-strong);line-height:1.1;font-size:.76rem}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1rem 0 0;padding:0}.tag-list li{padding:.2rem .45rem;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:.68rem}.card-links{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1rem}.card-links a{color:var(--text);border-bottom:1px solid transparent;transition:color .16s ease,border-color .16s ease,transform .16s ease}.card-links a:hover{border-bottom-color:var(--accent);transform:translateY(-1px)}.wide-stack{display:grid;gap:1.2rem}.wide-card{width:100%}.eyebrow,.card-meta,.tag-list,.section-heading p{letter-spacing:.01em}.eyebrow{margin:0 0 .75rem;color:var(--muted);text-transform:uppercase;font-size:.82rem}.lead{max-width:62ch;color:var(--muted-strong);font-size:1.4rem}.section{margin-top:3rem}.page-intro{padding:1rem 0 2rem}.page-intro h1{max-width:14ch;font-size:clamp(2.6rem,6vw,4.5rem)}.prose{max-width:74ch}.prose p,.prose li{color:var(--muted-strong)}.prose h2,.prose h3{margin-top:2rem}@media(max-width:860px){main{grid-column:1}.grid{grid-template-columns:1fr}.card,.card.slim{grid-column:auto}h1{max-width:13ch}}.site-header{position:fixed;left:0;top:0;height:100vh;width:280px;z-index:10;backdrop-filter:blur(14px);background:var(--bg);border-right:1px solid var(--line);overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:3rem 0 1rem;color:var(--text)}.site-header::-webkit-scrollbar{width:0;height:0}.site-header::-webkit-scrollbar-track,.site-header::-webkit-scrollbar-thumb{background:transparent}.header-row{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem;padding:0 2.5rem}.sidebar-profile{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;text-align:center;border-radius:60px}.profile-avatar{width:130px;height:130px;border-radius:60px;background:linear-gradient(#0000002e,#0000002e),url(/avatar.png) center/cover no-repeat,var(--surface-strong);flex-shrink:0}.profile-info{width:100%}.profile-name{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.profile-subheading{margin:0;color:var(--muted);font-size:.95rem;letter-spacing:.01em}.primary-nav{position:relative;width:100%}.nav-list{display:flex;flex-direction:column;gap:.2rem;list-style:none;margin:0;padding:0;position:relative;z-index:1;width:100%}.nav-list a{color:var(--muted);padding:.65rem .5rem;border-radius:6px;transition:color .16s ease,background-color .16s ease,box-shadow .16s ease;display:block;text-align:center;font-size:1.1rem}.nav-indicator{position:absolute;left:0;top:0;height:100%;transform:translate(0);border-radius:60px;background:#e5e7eb46;opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.2,.8,.2,1),width .22s cubic-bezier(.2,.8,.2,1),opacity .18s ease,background-color .16s ease,box-shadow .16s ease}.nav-list a:hover{color:var(--text)}.nav-list a.nav-active{color:var(--text);background:transparent;box-shadow:none}.nav-list a.nav-active:hover{background:transparent}.social-links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.5rem;border-bottom:1px solid var(--line)}.icon-link{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;border:1px solid var(--line);border-radius:60px;color:var(--muted);transition:all .16s ease}.icon-link:hover{color:var(--text);border-color:var(--muted)}.icon-link svg{width:1.5rem;height:1.5rem;fill:currentColor}.theme-toggle-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content;margin:2rem auto 0;border:0 solid var(--line);cursor:pointer;transition:all .16s ease}.theme-toggle-button svg{width:3.8rem;height:3.8rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:opacity .2s ease,transform .2s ease;position:absolute}.theme-toggle-button .sun-icon{opacity:1;transform:rotate(0);stroke:#fff}.theme-toggle-button .sun-icon circle,.theme-toggle-button .sun-icon line{stroke:#fff}.theme-toggle-button .moon-icon{opacity:0;transform:rotate(180deg)}:root.light-mode .theme-toggle-button .sun-icon{opacity:0;transform:rotate(180deg)}:root.light-mode .theme-toggle-button .moon-icon{opacity:1;transform:rotate(0)}.sun-label,.moon-label{opacity:0;display:none;transition:opacity .2s ease}.theme-toggle-button:hover{opacity:.8}@media(max-width:860px){.site-header{position:sticky;top:0;height:auto;width:100%;border-right:none;border-bottom:1px solid rgba(244,240,234,.08);padding:1rem 0}.header-row{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem}.sidebar-profile{display:none}.nav-list{flex-direction:row;gap:1rem}.social-links{border-top:none;padding-top:0;justify-content:center}}.site-footer{grid-column:2;color:var(--muted);border-top:1px solid rgba(244,240,234,.08);padding:1rem 4rem 2rem}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media(max-width:860px){.site-footer{grid-column:1;padding:1rem 0 2rem}.footer-row{align-items:flex-start;flex-direction:column}}
