*,:after,:before{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#__next,#root{isolation:isolate}:root{--bg:rgb(245,245,245);--bg-transparent:rgba(245,245,245,0.9);--text:#111;--text-dark:#111;--text-light:#efebe3;--text-secondary:lch(28.85% 0 296.81);--accent:#f4b327;--accent-hover:#f5a401;--border:rgba(0,0,0,0.1);--overlay-gradient:linear-gradient(180deg,rgba(255,255,255,0.85),rgba(255,255,255,0.75));--box-shadow:0 0 10px rgba(0,0,0,0.05)}[data-theme=dark]{--bg:#111;--bg-transparent:rgba(17,17,17,0.9);--text:#efebe3;--text-dark:#111;--text-light:#efebe3;--text-secondary:rgb(160,160,160);--accent:#f4b327;--accent-hover:#f5a401;--border:rgba(255,255,255,0.1);--overlay-gradient:linear-gradient(180deg,rgba(0,0,0,0.85),rgba(0,0,0,0.75));--box-shadow:0 0 10px rgba(255,255,255,0.05)}body{background:var(--bg);color:var(--text);font-family:var(--font-source-sans),sans-serif;margin:0;scrollbar-gutter:stable!important}.serif{font-family:var(--font-source-serif)}p{color:var(--text);margin-bottom:1rem}.text-secondary{color:var(--text-secondary)}section{padding-bottom:4rem}section:first-of-type{padding-top:4rem}.container{max-width:1140px;max-width:1080px;margin:0 auto;padding:0 2rem}.grid{display:grid;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:768px){.grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:480px){.grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.flex-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.flex-grid>*{flex:1 1 280px;max-width:100%}.minimal-title{font-size:1rem;font-weight:600;color:var(--accent);text-transform:uppercase;padding-bottom:1rem;letter-spacing:.1em}.minimal-title.dark{color:var(--text-dark);font-weight:600!important}[data-theme=light] .minimal-title{color:var(--text);font-weight:700}.divider{border-top:1px solid var(--border)}.underline-animate{display:inline;text-decoration:none;color:inherit;background-image:linear-gradient(var(--accent),var(--accent));background-position:0 100%;background-repeat:no-repeat;background-size:0 2px;transition:background-size .6s,color .6s}.underline-animate.active{background-size:100% 2px;color:var(--accent)}.underline-animate.active,.underline-animate:focus-visible{background-size:100% 2px;color:var(--accent)}@media(hover:hover){.underline-animate:hover{background-size:100% 2px;color:var(--accent)}}.underline-animate.thin{background-size:0 1px}.underline-animate.thin:focus-visible{background-size:100% 1px;color:var(--accent)}@media(hover:hover){.underline-animate.thin:hover{background-size:100% 1px;color:var(--accent)}}.underline-animate.fast{transition:background-size .25s}.underline-animate.fast:focus-visible{background-size:100% 2px;color:var(--accent)}@media(hover:hover){.underline-animate.fast:hover{background-size:100% 2px;color:var(--accent)}}.no-theme-transition *{transition:none!important}.no-scroll{overflow:hidden;position:fixed;width:100%;height:100%;touch-action:none;overscroll-behavior:none}.scrollbar-stable{scrollbar-gutter:stable}