:root{--surface:#0f0e0d;--surface-container-low:#141312;--surface-container:#1b1918;--surface-container-high:#211f1e;--surface-container-highest:#272524;--surface-bright:#2d2c2a;--on-surface:#e9e4e1;--on-surface-variant:#aeaaa7;--outline:#787572;--outline-variant:#4a4745;--primary:#ffb95f;--primary-container:#f59e0a;--on-primary:#5c3800;--secondary-container:#4e3624;--on-secondary-container:#dcb99f;--code-bg:#1b1918;--radius:0.375rem}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}::selection{background:rgba(255,185,95,.3)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.7;color:var(--on-surface);background:var(--surface);min-height:100vh}a{color:var(--primary);text-decoration:none;transition:color .15s}a:hover{color:var(--on-surface)}img{max-width:100%;height:auto}.nav-bar{position:fixed;top:0;width:100%;z-index:50;background:rgba(15,14,13,.7);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 20px 40px rgba(0,0,0,.4)}.nav-inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;height:5rem}.nav-left{display:flex;align-items:center;gap:3rem}.site-title{font-family:noto serif,Georgia,serif;font-style:italic;font-size:1.4rem;color:var(--on-surface);text-decoration:none}.site-title:hover{color:var(--on-surface)}.nav-links{display:none;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-link{font-family:noto serif,Georgia,serif;font-size:1.05rem;letter-spacing:-.01em;color:rgba(233,228,225,.8);transition:color .15s;padding-bottom:.25rem}.nav-link:hover{color:var(--on-surface)}.nav-link.active{color:var(--primary);border-bottom:1px solid rgba(255,185,95,.3)}.nav-right{display:flex;align-items:center;gap:.5rem}.nav-right a{display:flex;align-items:center;padding:.5rem;color:var(--primary);border-radius:.375rem;transition:background .15s}.nav-right a:hover{background:var(--surface-container-highest);color:var(--primary)}.nav-right svg{width:20px;height:20px}.nav-mobile{display:flex;gap:1.5rem;padding:0 2rem 1rem;background:rgba(15,14,13,.7);backdrop-filter:blur(24px)}@media(min-width:768px){.nav-mobile{display:none}}.nav-mobile .nav-link{font-size:.95rem}.main{padding-top:calc(5rem + 2rem)}.hero{max-width:720px;margin:0 auto 6rem;padding:2rem 2rem 0}@media(min-width:768px){.hero{margin-bottom:7rem;padding-top:3rem}}.hero-title{font-family:noto serif,Georgia,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem;color:var(--on-surface)}.hero-title em{font-style:italic;color:var(--primary)}.hero-description{font-size:1.15rem;color:var(--on-surface-variant);line-height:1.7;max-width:600px}.post-section{background:var(--surface-container-low);padding:6rem 0}.post-section-inner{max-width:720px;margin:0 auto;padding:0 2rem}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:3rem}.section-title{font-family:noto serif,Georgia,serif;font-size:1.75rem;font-weight:400;color:var(--on-surface)}.section-link{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}.section-link:hover{text-decoration:underline;text-decoration-color:rgba(255,185,95,.3);text-underline-offset:4px;color:var(--primary)}.post-item{display:flex;flex-direction:column;padding:2rem 1rem;margin:0 -1rem;border-radius:var(--radius);transition:background .2s;cursor:pointer}@media(min-width:768px){.post-item{flex-direction:row;align-items:center;justify-content:space-between}}.post-item:hover{background:var(--surface-bright)}.post-item:hover .post-item-title{color:var(--primary)}.post-item:hover .post-item-arrow{transform:translateX(4px);opacity:1}.post-item a{color:inherit;text-decoration:none;display:flex;flex-direction:column;width:100%}@media(min-width:768px){.post-item a{flex-direction:row;align-items:center;justify-content:space-between}}.post-item a:hover{color:inherit}.post-item-content{display:flex;flex-direction:column;gap:.25rem}.post-item-date{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--on-surface-variant)}.post-item-title{font-family:noto serif,Georgia,serif;font-size:1.2rem;font-weight:400;color:var(--on-surface);transition:color .15s}.post-item-arrow{color:var(--outline-variant);margin-top:.75rem;opacity:0;transition:transform .2s,opacity .2s;flex-shrink:0}@media(min-width:768px){.post-item-arrow{margin-top:0}}.post{max-width:720px;margin:0 auto;padding:2rem 2rem 4rem}@media(min-width:768px){.post{padding:3rem 2rem 6rem}}.post-header{margin-bottom:3rem}.post-date{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--on-surface-variant);margin-bottom:1rem;display:block}.post-title{font-family:noto serif,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.25;color:var(--on-surface);margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.post-tags a{background:var(--secondary-container);color:var(--on-secondary-container);padding:.2rem .6rem;border-radius:.125rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;transition:background .15s}.post-tags a:hover{background:var(--surface-container-highest);color:var(--on-surface)}.post-content{font-size:1.05rem;line-height:1.8}.post-content h2{font-family:noto serif,Georgia,serif;font-size:1.5rem;font-weight:400;margin-top:3rem;margin-bottom:1rem;color:var(--on-surface)}.post-content h3{font-family:noto serif,Georgia,serif;font-size:1.25rem;font-weight:400;margin-top:2.5rem;margin-bottom:.75rem;color:var(--on-surface)}.post-content p{margin-bottom:1.5rem;color:var(--on-surface-variant)}.post-content strong{color:var(--on-surface);font-weight:600}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem;color:var(--on-surface-variant)}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:2px solid var(--primary);padding-left:1.25rem;margin:2rem 0;color:var(--on-surface-variant);font-style:italic;font-family:noto serif,Georgia,serif}.post-content pre{background:var(--code-bg);border-radius:var(--radius);padding:1.25rem 1.5rem;overflow-x:auto;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.post-content code{font-family:sfmono-regular,Consolas,liberation mono,Menlo,monospace;font-size:.875em}.post-content :not(pre)>code{background:var(--surface-container-high);color:var(--on-secondary-container);padding:.15em .45em;border-radius:.125rem}.post-content img{border-radius:var(--radius);margin:2rem 0}.post-content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.post-content table th,.post-content table td{padding:.75rem 1rem;text-align:left}.post-content table th{background:var(--surface-container-high);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--on-surface-variant)}.post-content table tr:nth-child(even) td{background:var(--surface-container-low)}.post-content hr{border:none;height:1px;background:var(--outline-variant);opacity:.15;margin:3rem 0}.post-content a{text-decoration:underline;text-decoration-color:rgba(255,185,95,.3);text-underline-offset:3px}.post-content a:hover{color:var(--on-surface)}.tag-list{max-width:720px;margin:0 auto;padding:2rem}.tag-list-title{font-family:noto serif,Georgia,serif;font-size:1.75rem;font-weight:400;margin-bottom:2rem}.footer{padding:4rem 2rem;margin-top:5rem;box-shadow:inset 0 1px rgba(74,71,69,.15);text-align:center}.footer-title{font-family:noto serif,Georgia,serif;font-style:italic;font-size:1.15rem;color:var(--primary);margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer-links a{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(233,228,225,.4);text-decoration:underline;text-decoration-color:rgba(255,185,95,.3);text-underline-offset:4px}.footer-links a:hover{color:var(--primary)}.footer-copy{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(233,228,225,.4)}