*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1f2937}a{color:inherit;text-decoration:none;cursor:pointer}a:not(.btn-primary):not(.btn-secondary){text-decoration:underline;transition:all .2s ease}nav a{color:#374151;font-weight:500;text-decoration:underline;-webkit-text-decoration-color:#d4693a;text-decoration-color:#d4693a;text-decoration-thickness:1.5px;text-underline-offset:3px}nav a:hover{color:#d4693a;text-decoration-thickness:2px}.content a,p a:not(.btn-primary):not(.btn-secondary),section a:not(.btn-primary):not(.btn-secondary){color:#fff;background-color:#d4693a;text-decoration:underline;-webkit-text-decoration-color:hsla(0,0%,100%,.7);text-decoration-color:hsla(0,0%,100%,.7);text-decoration-thickness:1.5px;text-underline-offset:2px;padding:.125rem .35rem;border-radius:.25rem;font-weight:600;display:inline-block}.content a:hover,p a:not(.btn-primary):not(.btn-secondary):hover,section a:not(.btn-primary):not(.btn-secondary):hover{background-color:#a83d2a;transform:scale(1.02)}footer a:not(.btn-primary):not(.btn-secondary){color:#f3f4f6;text-decoration:underline;-webkit-text-decoration-color:#f3f4f6;text-decoration-color:#f3f4f6;text-decoration-thickness:1.5px;text-underline-offset:3px;transition:all .2s ease}footer a:not(.btn-primary):not(.btn-secondary):hover{color:#fff;text-decoration-thickness:2px}button{cursor:pointer}h1{font-size:3rem;line-height:1.2}h1,h2{font-weight:700}h2{font-size:1.875rem;line-height:1.3}h3{font-size:1.25rem}h3,h4{font-weight:600}h4{font-size:1rem}p{line-height:1.6}ol,ul{margin-left:1.5rem}li{margin-bottom:.5rem}nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background-color:#fff;border-bottom:1px solid #e5e7eb}section{padding:5rem 0}footer{background-color:#111827;color:#d1d5db}.btn-primary{display:inline-block;padding:.75rem 1.5rem;background-color:#d4693a;color:#fff;border-radius:.5rem;font-weight:600;transition:background-color .3s ease}.btn-primary:hover{background-color:#a83d2a}.btn-secondary{display:inline-block;padding:.75rem 1.5rem;border:2px solid #d4693a;color:#d4693a;border-radius:.5rem;font-weight:600;transition:background-color .3s ease}.btn-secondary:hover{background-color:#fdf8f3}.container-wide{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:3rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:768px){.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(2,1fr)}}.text-peach-600{color:#d4693a}.bg-peach-50{background-color:#fdf8f3}.bg-peach-600{background-color:#d4693a}.bg-gray-50{background-color:#f9fafb}.bg-gray-900{background-color:#111827}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-white{color:#fff}.text-gray-300{color:#d1d5db}.py-20{padding:5rem 0}.py-24{padding:6rem 0}.py-12{padding:3rem 0}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-6{margin-top:1.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.flex-wrap{flex-wrap:wrap}.border-b{border-bottom:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.border-gray-800{border-color:#1f2937}.pt-8{padding-top:2rem}.sticky{position:-webkit-sticky;position:sticky}.z-50{z-index:50}.rounded-lg{border-radius:.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.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-5xl{font-size:3rem}.leading-relaxed{line-height:1.625}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.space-y-3>*+*{margin-top:.75rem}.space-y-2>*+*{margin-top:.5rem}.transition-colors{transition-property:background-color,color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}pre{background-color:#1f2937;color:#f3f4f6;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0;font-size:.875rem}code,pre{font-family:Monaco,Courier New,monospace}table{width:100%;border-collapse:collapse;margin:1rem 0}table td,table th{border:1px solid #e5e7eb;padding:.75rem;text-align:left}table th{background-color:#f9fafb;font-weight:600}table tbody tr:hover{background-color:#fdf8f3}.animate-fade-in{animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.text-peach-100{color:#fed7aa}.text-peach-400{color:#fdba74}.text-peach-700{color:#f97316}.bg-peach-100{background-color:#fed7aa}.bg-peach-700{background-color:#f97316}.border-peach-200{border-color:#fed7aa}.border-peach-400{border-color:#fdba74}.border-peach-600{border-color:#fb923c}.from-peach-50{--tw-gradient-from:#fef3e2}.from-peach-100{--tw-gradient-from:#fed7aa}.from-peach-500{--tw-gradient-from:#fb923c}.from-peach-600{--tw-gradient-from:#f97316}.to-peach-50{--tw-gradient-to:#fef3e2}.to-peach-600{--tw-gradient-to:#fb923c}.to-peach-700{--tw-gradient-to:#ea580c}.hover\:text-peach-300:hover{color:#fdba74}.hover\:text-peach-600:hover{color:#fb923c}.hover\:text-peach-700:hover{color:#f97316}.hover\:bg-peach-50:hover{background-color:#fef3e2}.hover\:bg-peach-700:hover{background-color:#f97316}.hover\:border-peach-400:hover{border-color:#fdba74}.hover\:from-peach-600:hover{--tw-gradient-from:#fb923c}.hover\:to-peach-700:hover{--tw-gradient-to:#f97316}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.overflow-hidden{overflow:hidden}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.max-w-xs{max-width:20rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.text-xs{font-size:.75rem;line-height:1rem}.opacity-90{opacity:.9}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-200{color:#e5e7eb}.text-gray-100{color:#f3f4f6}.text-green-400{color:#4ade80}.bg-gray-100{background-color:#f3f4f6}.bg-white{background-color:#fff}.block{display:block}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.right-0{right:0}.py-16{padding-top:4rem;padding-bottom:4rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-12{gap:3rem}.space-y-1>*+*{margin-top:.25rem}.space-y-4>*+*{margin-top:1rem}.rounded-full{border-radius:9999px}.rounded{border-radius:.25rem}.border{border-width:1px}.border-2{border-width:2px}.border-l-4{border-left-width:4px}.cursor-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.prose{color:#374151;max-width:65ch}.prose-lg{font-size:1.125rem;line-height:1.7777778}.overflow-x-auto{overflow-x:auto}