@keyframes slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-in{animation:slide-in .3s ease-out}@keyframes fade-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in 1s ease-out}.animate-fade-in-delay{animation:fade-in 1s ease-out .3s backwards}.animate-fade-in-delay-2{animation:fade-in 1s ease-out .6s backwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-delay{animation:float 3s ease-in-out 1s infinite}.animate-float-delay-2{animation:float 3s ease-in-out 2s infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-gradient{background-size:200% 200%;animation:gradient-shift 8s ease infinite}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.animate-pulse{animation:pulse-glow 4s ease-in-out infinite}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{padding:0;max-width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1d29}::-webkit-scrollbar-thumb{background:#4a90a4;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#6c63ff}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide{scroll-behavior:smooth}.snippet-target{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px}.highlight-answer{font-size:1.1rem;line-height:1.6;color:#2d3748;margin-bottom:1rem}.highlight-answer strong{color:#667eea;font-weight:700}.stat-box{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px}.stat-large{font-size:2rem;font-weight:800}.stat-desc{font-size:.9rem;opacity:.9}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.benefit-item{padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d}.benefit-item h3{font-size:1.2rem;margin-bottom:.5rem;color:#667eea}.cta-section{margin:3rem 0;padding:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;text-align:center}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-urgency{background:#ffffff1a;padding:1rem;border-radius:8px;margin:1.5rem 0}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.btn-primary{background:#fff;color:#667eea;padding:1rem 2rem;border-radius:9999px;font-weight:700;text-decoration:none;transition:transform .2s}.btn-primary:hover{transform:scale(1.05)}.btn-secondary{background:#fff3;color:#fff;padding:1rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;border:2px solid rgba(255,255,255,.3)}.check-list li:before{content:"✓ ";color:#48bb78;font-weight:700;margin-right:.5rem}.highlight-list li{margin:.75rem 0;padding-left:1.5rem}.highlight-list li strong{color:#667eea}blockquote.testimonial{border-left:4px solid #667eea;padding:1.5rem;background:#f7fafc;margin:2rem 0;font-style:italic}blockquote.testimonial footer{margin-top:1rem;font-style:normal;font-weight:600;color:#667eea}.savings-table table{width:100%;border-collapse:collapse;margin:2rem 0}.savings-table th,.savings-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.savings-table th{background:#f7fafc;font-weight:700;color:#2d3748}.savings-table .highlight{color:#48bb78;font-weight:700}.item-card{margin:2rem 0;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.item-card h4{color:#667eea;font-size:1.3rem;margin-bottom:.75rem}.item-why,.item-style,.item-where,.item-tip{margin:.75rem 0}.item-tip{background:#fef3c7;padding:.75rem;border-radius:8px;font-size:.95rem}.formula-card{margin:1.5rem 0;padding:1.25rem;background:#f7fafc;border-left:4px solid #667eea;border-radius:8px}.formula-card .formula{font-weight:600;color:#2d3748;margin:.5rem 0}.formula-card .vibe{font-style:italic;color:#718096;font-size:.95rem}.related-articles{margin:3rem 0;padding:2rem;background:#f7fafc;border-radius:12px}.related-articles ul{list-style:none;padding:0}.related-articles li{margin:.75rem 0}.related-articles a{color:#667eea;text-decoration:none;font-weight:600}.related-articles a:hover{text-decoration:underline}
