@layer reset{*,:before,:after{box-sizing:border-box}html{text-size-adjust:100%}body,h1,h2,h3,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{margin:0;padding:0;list-style:none}img,picture,svg,video{max-width:100%;display:block}input,button,textarea,select{font:inherit}}@layer tokens{:root{color-scheme:light;--font-display:"Archivo Black", sans-serif;--font-body:"Archivo Narrow", sans-serif;--bg:#f4f2ec;--surface:#fffdf8;--surface-strong:#fff;--text:#17201c;--muted:#637068;--line:#d8d7cf;--accent:#ef5b3f;--accent-strong:#c83b24;--accent-soft:#fbd9cf;--control-bg:#c83b24;--control-text:#fff;--code-bg:#e9e7df;--shadow:0 18px 50px #1f282317;--radius-sm:.55rem;--radius-md:1rem;--radius-lg:1.6rem;--container:82rem;--measure:47rem;--space-1:.35rem;--space-2:.7rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4.5rem;--space-8:7rem}:root[data-theme=dark]{color-scheme:dark;--bg:#101714;--surface:#17201c;--surface-strong:#1c2822;--text:#f3f0e8;--muted:#aebbb3;--line:#34423a;--accent:#ff7458;--accent-strong:#ff9a85;--accent-soft:#512a24;--control-bg:#ff9a85;--control-text:#101714;--code-bg:#202b26;--shadow:0 18px 55px #00000040}}@layer base{html{scroll-behavior:smooth;overflow-x:clip}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-body);letter-spacing:.005em;font-size:clamp(1.08rem,1rem + .25vw,1.25rem);line-height:1.55;overflow-x:clip}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 8% 3%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 28rem), linear-gradient(90deg, transparent 49.9%, color-mix(in srgb, var(--line) 20%, transparent) 50%, transparent 50.1%);opacity:.8;background-size:auto,8rem 100%;position:fixed;inset:0}a{color:inherit;text-decoration-color:color-mix(in srgb, currentColor 45%, transparent);text-underline-offset:.18em}a:hover{text-decoration-color:var(--accent)}::selection{background:var(--accent);color:#fff}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;font-weight:400;line-height:1.05}code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}}@layer layout{.shell{width:min(calc(100% - 2rem), var(--container));margin-inline:auto}.page{min-height:65vh;padding-block:var(--space-6) var(--space-8)}.narrow{width:min(100%, var(--measure));margin-inline:auto}.section{margin-top:var(--space-8)}.section-header{justify-content:space-between;align-items:end;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.section-header h2{font-size:clamp(2rem,4vw,3.6rem)}@media (width<=44rem){.page{padding-block:var(--space-5) var(--space-7)}.section{margin-top:var(--space-7)}.section-header{flex-direction:column;align-items:start}}}@layer components{.eyebrow{color:var(--accent-strong);font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.button-link{border:1px solid var(--text);min-height:2.8rem;font-family:var(--font-display);border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.76rem;text-decoration:none;transition:background .16s,color .16s,transform .16s;display:inline-flex}.button-link:hover{background:var(--text);color:var(--bg);transform:translateY(-2px)}.text-link{font-family:var(--font-display);font-size:.8rem}.page-heading{max-width:58rem;margin-bottom:var(--space-6)}.page-heading h1{margin-top:var(--space-2);font-size:clamp(3rem,8vw,6.8rem)}.page-heading p{max-width:42rem;margin-top:var(--space-4);color:var(--muted);font-size:clamp(1.2rem,2vw,1.55rem)}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.5vw,2rem);display:grid}.filter-list{margin:0 0 var(--space-6);flex-wrap:wrap;gap:.55rem;padding:0;list-style:none;display:flex}.filter-list a{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:.35rem .75rem;text-decoration:none;display:block}.filter-list a:hover{border-color:var(--accent);color:var(--text)}.pagination{margin-top:var(--space-7);padding-top:var(--space-4);border-top:1px solid var(--line);justify-content:space-between;gap:1rem;display:flex}.pagination span{color:var(--muted)}@media (width<=64rem){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=40rem){.post-grid{grid-template-columns:1fr}}}@layer prose{.prose{font-size:clamp(1.08rem,1rem + .25vw,1.25rem)}.prose>*+*{margin-top:1.25em}.prose>h1:first-child{display:none}.prose h2,.prose h3,.prose h4{margin-top:2.2em;scroll-margin-top:6rem}.prose h2{font-size:clamp(1.9rem,4vw,2.8rem)}.prose h3{font-size:clamp(1.45rem,3vw,2rem)}.prose h4{font-size:1.25rem}.prose p,.prose li{max-width:var(--measure)}.prose a{overflow-wrap:anywhere}.prose ul,.prose ol{padding-left:1.35em}.prose li+li{margin-top:.35em}.prose blockquote{padding:.2rem 0 .2rem var(--space-4);border-left:5px solid var(--accent);color:color-mix(in srgb, var(--text) 86%, var(--muted));font-size:1.08em}.prose blockquote>*+*{margin-top:.8em}.prose img,.prose video{border-radius:var(--radius-md);height:auto;box-shadow:var(--shadow);margin-inline:auto}.prose hr{margin-block:var(--space-6);border:0;border-top:1px solid var(--line)}.prose :not(pre)>code{background:var(--code-bg);overflow-wrap:anywhere;border-radius:.3rem;padding:.1em .35em;font-size:.82em}.prose pre{border:1px solid var(--line);border-radius:var(--radius-md);max-width:100%;box-shadow:var(--shadow);padding:1.15rem;font-size:.78em;line-height:1.55;overflow:auto}.prose table{border-collapse:collapse;width:max-content;max-width:100%;font-size:.92em;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--line);text-align:left;padding:.6rem .75rem}.prose th{background:var(--surface);font-family:var(--font-display);font-size:.75rem}}@layer utilities{.muted{color:var(--muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.skip-link[data-astro-cid-z4jru4n3]{z-index:100;border-radius:var(--radius-sm);background:var(--text);color:var(--bg);font-family:var(--font-display);padding:.65rem 1rem;font-size:.78rem;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(calc(-100% - 1rem))}.skip-link[data-astro-cid-z4jru4n3]:focus{transform:translateY(0)}.site-header[data-astro-cid-z4jru4n3]{z-index:20;border-bottom:1px solid color-mix(in srgb, var(--line) 75%, transparent);background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(16px);position:sticky;top:0}.header-inner[data-astro-cid-z4jru4n3]{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;min-height:4.7rem;display:grid}.brand[data-astro-cid-z4jru4n3]{width:fit-content;font-family:var(--font-display);align-items:center;gap:.75rem;font-size:.92rem;text-decoration:none;display:inline-flex}.brand[data-astro-cid-z4jru4n3] span[data-astro-cid-z4jru4n3]{background:var(--control-bg);width:2.35rem;height:2.35rem;color:var(--control-text);letter-spacing:-.04em;border-radius:50%;place-items:center;font-size:.72rem;display:grid}nav[data-astro-cid-z4jru4n3] ul[data-astro-cid-z4jru4n3]{align-items:center;gap:clamp(.8rem,2.5vw,2rem);display:flex}nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--muted);font-family:var(--font-display);font-size:.73rem;text-decoration:none}nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover,nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3][aria-current=page]{color:var(--text)}nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3][aria-current=page]:after{content:"";background:var(--accent);width:100%;height:2px;margin-top:.18rem;display:block}.header-actions[data-astro-cid-z4jru4n3]{justify-self:end;align-items:center;gap:.55rem;display:flex}.icon-button[data-astro-cid-z4jru4n3]{border:1px solid var(--line);background:var(--surface);width:2.55rem;height:2.55rem;color:var(--text);border-radius:50%;place-items:center;padding:0;text-decoration:none;display:grid}.icon-button[data-astro-cid-z4jru4n3]:hover,.search-link[data-astro-cid-z4jru4n3][aria-current=page]{border-color:var(--accent);color:var(--accent-strong)}.search-link[data-astro-cid-z4jru4n3] svg[data-astro-cid-z4jru4n3]{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px}.theme-toggle[data-astro-cid-z4jru4n3]{cursor:pointer}.theme-icon[data-astro-cid-z4jru4n3]{width:1rem;height:1rem;box-shadow:-.35rem -.35rem 0 -.23rem var(--surface), -.35rem -.35rem 0 -.12rem currentColor;border:2px solid;border-radius:50%}[data-astro-cid-z4jru4n3][data-theme=dark] .theme-icon[data-astro-cid-z4jru4n3]{box-shadow:none;background:currentColor}.site-footer[data-astro-cid-z4jru4n3]{border-top:1px solid var(--line);background:var(--surface)}.footer-inner[data-astro-cid-z4jru4n3]{justify-content:space-between;align-items:center;gap:2rem;min-height:11rem;display:flex}.footer-inner[data-astro-cid-z4jru4n3] strong[data-astro-cid-z4jru4n3]{font-family:var(--font-display);font-size:1.1rem}.footer-links[data-astro-cid-z4jru4n3]{font-family:var(--font-display);gap:1.5rem;font-size:.75rem;display:flex}@media (width<=48rem){.header-inner[data-astro-cid-z4jru4n3]{grid-template-columns:1fr auto;padding-block:.75rem}nav[data-astro-cid-z4jru4n3]{grid-area:2/1/auto/-1;overflow-x:auto}nav[data-astro-cid-z4jru4n3] ul[data-astro-cid-z4jru4n3]{justify-content:space-between}.header-actions[data-astro-cid-z4jru4n3]{grid-area:1/2}.footer-inner[data-astro-cid-z4jru4n3]{flex-direction:column;justify-content:center;align-items:start;min-height:13rem}}
