:root{--background: 40 30% 98%;--foreground: 220 20% 10%;--card: 40 25% 96%;--card-foreground: 220 20% 10%;--primary: 220 70% 45%;--primary-foreground: 0 0% 100%;--secondary: 25 90% 55%;--secondary-foreground: 0 0% 100%;--muted: 220 10% 50%;--muted-foreground: 220 15% 35%;--accent: 160 50% 40%;--accent-foreground: 0 0% 100%;--border: 220 15% 88%;--input: 220 15% 88%;--ring: 220 70% 45%;--radius: 0.5rem;--shadow-sm: 0 1px 3px 0 hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);--shadow-md: 0 1px 3px 0 hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);--shadow-lg: 0 1px 3px 0 hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1)}.dark{--background: 220 20% 8%;--foreground: 40 20% 95%;--card: 220 18% 12%;--card-foreground: 40 20% 95%;--primary: 220 70% 55%;--primary-foreground: 220 20% 8%;--secondary: 25 85% 60%;--secondary-foreground: 220 20% 8%;--muted: 220 10% 40%;--muted-foreground: 220 10% 65%;--accent: 160 50% 45%;--accent-foreground: 220 20% 8%;--border: 220 15% 20%;--input: 220 15% 20%;--ring: 220 70% 55%}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-weight:600;line-height:1.2}h1{font-size:2.5rem}@media (min-width: 768px){h1{font-size:3rem}}h2{font-size:1.5rem}@media (min-width: 768px){h2{font-size:1.875rem}}h3{font-size:1.25rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:hsl(var(--primary))}ul,ol{padding-left:1.5rem}li{margin-bottom:.5rem}code{font-family:"SF Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;background-color:hsl(var(--card));padding:.125rem .375rem;border-radius:.25rem}pre{font-family:"SF Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875rem;background-color:hsl(var(--card));padding:1rem;border-radius:var(--radius);overflow-x:auto;margin:1.5rem 0}pre code{background:none;padding:0}img{max-width:100%;height:auto;display:block}::selection{background-color:hsl(var(--primary)/.2)}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted))}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:48rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}main{flex:1}.section{padding-top:2rem;padding-bottom:2rem}@media (min-width: 768px){.section{padding-top:4rem;padding-bottom:4rem}}.section--hero{padding-top:5rem;padding-bottom:5rem;position:relative;overflow:hidden}@media (min-width: 768px){.section--hero{padding-top:8rem;padding-bottom:8rem}}.hero-gradient{position:absolute;inset:0;background:linear-gradient(to bottom right, hsl(var(--primary)/.05), rgba(0,0,0,0), hsl(var(--secondary)/.05));pointer-events:none}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-y-12>*+*{margin-top:3rem}.header{padding:2rem 0;border-bottom:1px solid hsl(var(--border)/.3)}@media (min-width: 768px){.header{padding:3rem 0}}.header__nav{display:flex;align-items:center;justify-content:space-between}.header__logo{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:1.25rem;letter-spacing:-.025em;color:hsl(var(--foreground));transition:color .2s ease}.header__logo:hover{color:hsl(var(--primary))}.header__logo .logo-dot{color:hsl(var(--secondary))}.header__links{display:flex;align-items:center;gap:2rem}.header__link{font-size:.875rem;color:hsl(var(--muted-foreground));transition:color .2s ease}.header__link:hover{color:hsl(var(--foreground))}.header__link.active{color:hsl(var(--foreground))}.theme-toggle{background:none;border:none;padding:.5rem;cursor:pointer;color:hsl(var(--muted-foreground));transition:color .2s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{color:hsl(var(--foreground))}.theme-toggle svg{width:1.25rem;height:1.25rem}.footer{padding:4rem 0;margin-top:auto;border-top:1px solid hsl(var(--border)/.3)}@media (min-width: 768px){.footer{padding:6rem 0}}.footer__content{display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;color:hsl(var(--muted-foreground))}@media (min-width: 768px){.footer__content{flex-direction:row;justify-content:space-between}}.footer__copyright span{color:hsl(var(--foreground))}.hero__content{max-width:100%}.hero__tagline{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.hero__tagline-line{height:1px;width:3rem;background-color:hsl(var(--secondary))}.hero__tagline-text{font-size:.875rem;font-weight:500;color:hsl(var(--secondary));text-transform:uppercase;letter-spacing:.1em}.hero__title{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:2.5rem;line-height:1.1;color:hsl(var(--foreground));margin-bottom:2rem}@media (min-width: 768px){.hero__title{font-size:3.5rem}}@media (min-width: 1024px){.hero__title{font-size:4rem}}.hero__title .text-primary{color:hsl(var(--primary))}.hero__title .text-accent{color:hsl(var(--accent))}.hero__description{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:36rem;line-height:1.7}@media (min-width: 768px){.hero__description{font-size:1.25rem}}.blog-card{display:block;padding:2rem 0;border-bottom:1px solid hsl(var(--border)/.5)}.blog-card:first-child{padding-top:0}.blog-card:last-child{border-bottom:none}.blog-card:hover .blog-card__title{color:hsl(var(--primary))}.blog-card__meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:hsl(var(--muted));margin-bottom:.75rem}.blog-card__date{color:hsl(var(--secondary));font-weight:500}.blog-card__title{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:1.5rem;color:hsl(var(--foreground));margin-bottom:.75rem;transition:color .2s ease}@media (min-width: 768px){.blog-card__title{font-size:1.875rem}}.blog-card__excerpt{color:hsl(var(--muted-foreground));line-height:1.7}.section-header{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted));margin-bottom:2rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--muted));margin-bottom:3rem;transition:color .2s ease}.back-link:hover{color:hsl(var(--foreground))}.back-link svg{width:1rem;height:1rem}.article__header{margin-bottom:3rem}.article__meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:hsl(var(--muted));margin-bottom:1.5rem}.article__title{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:2rem;line-height:1.2;color:hsl(var(--foreground))}@media (min-width: 768px){.article__title{font-size:2.5rem}}.article__content{color:hsl(var(--muted));line-height:1.8}.article__content h2{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:1.5rem;color:hsl(var(--foreground));margin-top:3rem;margin-bottom:1rem}.article__content p{margin-bottom:1rem}.article__content ul,.article__content ol{margin-bottom:1rem;padding-left:1.5rem}.article__content li{margin-bottom:.5rem}.article__content strong{color:hsl(var(--foreground));font-weight:600}.article__content a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px}.article__content a:hover{color:hsl(var(--secondary))}.article__content blockquote{border-left:3px solid hsl(var(--secondary));padding-left:1rem;margin:1.5rem 0;font-style:italic;color:hsl(var(--muted-foreground))}.page__header{margin-bottom:1.5rem}.page__title{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:2rem;color:hsl(var(--foreground))}@media (min-width: 768px){.page__title{font-size:2.5rem}}.page__subtitle{font-size:1.125rem;color:hsl(var(--muted));line-height:1.7;max-width:42rem}.page__content{color:hsl(var(--muted));line-height:1.8}.page__content p{margin-bottom:1.5rem}.page__section{padding-top:2rem;margin-top:2rem;border-top:1px solid hsl(var(--border)/.5)}.page__section-title{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:1.5rem;color:hsl(var(--foreground));margin-bottom:1rem}.error-page{text-align:center;padding:4rem 0}@media (min-width: 768px){.error-page{padding:6rem 0}}.error-page__code{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:8rem;font-weight:700;line-height:1;color:hsl(var(--primary));margin-bottom:1rem}@media (min-width: 768px){.error-page__code{font-size:12rem}}.error-page__title{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:1.5rem;color:hsl(var(--foreground));margin-bottom:1rem}@media (min-width: 768px){.error-page__title{font-size:2rem}}.error-page__message{font-size:1rem;color:hsl(var(--muted-foreground));max-width:28rem;margin:0 auto 2rem;line-height:1.7}.error-page .back-link{display:inline-flex;margin-bottom:0}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-sans{font-family:"DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.font-serif{font-family:"Crimson Pro",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.font-mono{font-family:"SF Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-foreground{color:hsl(var(--foreground))}.text-muted{color:hsl(var(--muted))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-secondary{color:hsl(var(--secondary))}.text-accent{color:hsl(var(--accent))}.bg-background{background-color:hsl(var(--background))}.bg-card{background-color:hsl(var(--card))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.mt-0{margin-top:0}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.ml-4{margin-left:1rem}.p-0{padding:0}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pb-16{padding-bottom:4rem}.pb-24{padding-bottom:6rem}.w-full{width:100%}.w-12{width:3rem}.h-px{height:1px}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.border{border:1px solid hsl(var(--border))}.border-t{border-top:1px solid hsl(var(--border))}.border-b{border-bottom:1px solid hsl(var(--border))}.border-border{border-color:hsl(var(--border))}.rounded{border-radius:var(--radius)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-lg{border-radius:var(--radius)}.transition-colors{transition-property:color,background-color,border-color;transition-duration:200ms;transition-timing-function:ease}.transition-all{transition-property:all;transition-duration:200ms;transition-timing-function:ease}.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}.underline{text-decoration:underline}.underline-offset-4{text-underline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}