*{margin:0;padding:0;box-sizing:border-box}font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif; line-height: 1.6; color: #E5E4DF; background-color: #262625; } .min-h-screen{min-height:100vh;background:#262625}h1{font-size:2.5rem;font-weight:700;color:#f07b54;margin-bottom:1rem}font-size: 2rem; font-weight: 600; color: #262625; margin-bottom: 1rem; } font-size: 1.125rem; margin-bottom: 1rem; } h1{font-size:2.5rem;font-weight:700;color:#f07b54;margin-bottom:1rem}.justify-center{font-size:2rem;font-weight:600;color:#e5e4df;margin-bottom:1rem}justify-content: center; font-size: 1.5rem; font-weight: 500; color: #E5E4DF; margin-bottom: .75rem; } } font-size: 1.125rem; color: #E5E4DF; margin-bottom: 1rem; line-height: 1.7; } .text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.p-8{padding:2rem}.py-8{padding:2rem 0}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 15px #3b82f666}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f699}.btn-secondary{background-color:#e2e8f0;color:#374151}.btn-secondary:hover{background-color:#cbd5e0}.card{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000001a;padding:2rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.feature-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 40px #00000026}.feature-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.prose{max-width:none;color:#374151;line-height:1.7}.prose h1,.prose h2,.prose h3{color:#1f2937;margin-top:1.5rem;margin-bottom:.75rem}.prose h1{font-size:1.875rem;font-weight:700}.prose h2{font-size:1.5rem;font-weight:600}.prose h3{font-size:1.25rem;font-weight:500}.prose ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:1rem}.prose ul li{margin-bottom:.25rem}.prose p{margin-bottom:1rem}.prose strong{font-weight:600;color:#1f2937}.header{background:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e2e8f0;padding:1rem 0}.header-content{display:flex;align-items:center;gap:.75rem}.logo{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.logo-text{font-size:1.25rem;font-weight:700;color:#1a202c}.hero{text-align:center;padding:4rem 0}.hero-icon{width:5rem;height:5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:#fff}.hero-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#4a5568;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.card{padding:1rem}.grid{gap:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out}.spinner{width:3rem;height:3rem;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
