:root{--background: #f4f3ef;--foreground: #1c1b18;--card: #ffffff;--primary-foreground: #f4f3ef;--secondary: #eceae4;--muted: #e8e6df;--muted-foreground: #8a8880;--accent: #c4623a;--border: rgba(28, 27, 24, .1);--radius: .25rem;--font-serif: "Instrument Serif", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", "Courier New", monospace;--container: 72rem;--space-page-x: clamp(1rem, 4vw, 2.5rem);--space-section-y: clamp(2.5rem, 6vw, 5rem);--shadow-popover: 0 22px 60px rgba(28, 27, 24, .2);--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px}*{box-sizing:border-box}html{font-size:clamp(14px,2vw,16px);scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;border:none}input,textarea,select{font:inherit}button,a[role=button],.clickable{min-height:2.5rem;min-width:2.5rem;touch-action:manipulation}::selection{background:#c4623a2e}.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}@media(max-width:768px){input,select,textarea,button{font-size:16px}}.container{max-width:var(--container);margin:0 auto;padding-inline:var(--space-page-x)}.page{min-height:100vh;background:var(--background)}.section-shell{padding-top:clamp(2rem,6vw,6rem);padding-bottom:clamp(2rem,6vw,5rem)}.section-title{font-family:var(--font-serif);font-size:clamp(1.75rem,5vw,3.25rem);font-weight:400;line-height:1.1;margin:0 0 clamp(1.5rem,4vw,2.25rem)}.grid{display:grid;gap:clamp(.5rem,2vw,.75rem)}.grid-home{grid-template-columns:1fr}@media(min-width:480px){.grid-home{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.grid-home{grid-template-columns:1fr 1.5fr 1fr}.md-col-1,.md-col-2{grid-column:span 1}.md-col-3{grid-column:span 3}}.col-1{grid-column:span 1}.col-2{grid-column:span 2}.two-col{grid-template-columns:1fr}@media(min-width:640px){.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}}.three-col{grid-template-columns:1fr}@media(min-width:768px){.three-col{grid-template-columns:2fr 1fr}}@media(max-width:639px){.hide-mobile{display:none}}@media(max-width:767px){.stack-mobile{display:flex;flex-direction:column}}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.tile{border-radius:var(--radius);padding:clamp(1rem,4vw,1.5rem);min-height:clamp(8rem,40vw,10rem)}.tile-dark{background:var(--foreground);color:var(--primary-foreground)}.clickable{cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;-webkit-tap-highlight-color:transparent}.tile-dark.clickable:hover,.tile-dark.clickable:focus-visible{background:var(--accent)}.click-row{display:flex;align-items:center;justify-content:space-between;gap:clamp(.5rem,2vw,1rem);width:100%;border:0;border-radius:var(--radius);background:transparent;color:var(--muted-foreground);padding:clamp(.45rem,2vw,.75rem);min-height:2.5rem;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease;-webkit-tap-highlight-color:transparent}.click-row:hover,.click-row:focus-visible{background:var(--secondary);color:var(--foreground);outline:none}.tag{display:inline-flex;align-items:center;width:fit-content;border-radius:2px;background:var(--secondary);color:var(--muted-foreground);font-family:var(--font-mono);font-size:clamp(.65rem,1.5vw,.75rem);padding:clamp(.1rem,1vw,.15rem) clamp(.3rem,1.5vw,.45rem)}.tag-accent{background:#c4623a1a;color:var(--accent)}.serif{font-family:var(--font-serif)}.sans{font-family:var(--font-sans)}.mono{font-family:var(--font-mono)}.muted{color:var(--muted-foreground)}.accent{color:var(--accent)}.stack-sm>*+*{margin-top:clamp(.25rem,1vw,.5rem)}.stack-md>*+*{margin-top:clamp(.5rem,2vw,.9rem)}.stack-lg>*+*{margin-top:clamp(.75rem,3vw,1.35rem)}.arrow{display:inline-block;transition:transform .16s ease,opacity .16s ease}.group:hover .arrow,.group:focus-visible .arrow{transform:translate(2px,-2px);opacity:1}.footer{max-width:var(--container);margin:0 auto;padding:clamp(1.5rem,4vw,2rem) var(--space-page-x);border-top:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;color:var(--muted-foreground);font-family:var(--font-mono);font-size:clamp(.65rem,1.5vw,.75rem);text-align:center}@media(min-width:640px){.footer{flex-direction:row;justify-content:flex-end}}
