*{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}footer a{color:#f3f4f6;border-bottom:1px solid transparent;transition:border-color .2s ease}footer a:hover{border-bottom:1px solid #f3f4f6;color:#fff}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}