:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #4a90e2;--secondary-color: #2c3e50;--accent-color: #e74c3c;--background-color: #f5f6fa;--text-color: #2c3e50}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;width:100%}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color);min-height:100vh;width:100%;overflow-x:hidden;position:relative}#root{width:100%;min-height:100vh;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden;position:relative}.navbar{background-color:var(--primary-color);padding:1rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000;width:100%}.navbar ul{list-style:none;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto;width:100%;padding:0 1rem}.navbar a{color:#fff;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.navbar a:hover{color:#f0f0f0}.main-content{flex:1;width:100%;display:flex;justify-content:center;padding:2rem 1rem;box-sizing:border-box}.page-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000000d;width:100%;max-width:1200px;margin:0 auto}.page-container>*{width:100%}h1{color:var(--secondary-color);margin-bottom:1.5rem;font-size:2.5rem;width:100%}h2{color:var(--secondary-color);margin-bottom:1rem;font-size:2rem;width:100%}p{margin-bottom:1rem;color:var(--text-color);width:100%}.card{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000000d;transition:transform .3s ease;width:100%}.card:hover{transform:translateY(-2px)}footer{background-color:var(--secondary-color);color:#fff;text-align:center;padding:1rem;width:100%;margin-top:auto}@media (max-width: 768px){.navbar{position:relative}.navbar ul{flex-direction:column;align-items:center;gap:1rem;padding:1rem}.main-content,.page-container{padding:1rem}h1{font-size:2rem}h2{font-size:1.5rem}.card{padding:1rem}}.home-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(#4a90e21a,#4a90e20d);border-radius:8px;margin-bottom:3rem}.hero h1{font-size:3rem;color:var(--secondary-color);margin-bottom:1.5rem}.hero .lead{font-size:1.25rem;color:var(--text-color);max-width:800px;margin:0 auto}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.feature-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.feature-link{display:inline-block;margin-top:1rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s ease}.feature-link:hover{color:var(--secondary-color)}.recipe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.recipe-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}.recipe-icon{color:var(--accent-color);font-size:1.5rem;margin-bottom:1rem}.recipe-meta{display:flex;justify-content:space-between;margin-top:1rem;color:var(--secondary-color);font-size:.9rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:2rem 0}.benefit{text-align:center}.cta-section{text-align:center;padding:3rem 1rem;background:linear-gradient(#4a90e21a,#4a90e20d);border-radius:8px;margin:3rem 0}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.cta-button{padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease}.cta-button.primary{background-color:var(--primary-color);color:#fff}.cta-button.secondary{background-color:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.hero h1{font-size:2rem}.hero .lead{font-size:1.1rem}.featured-grid,.recipe-grid,.benefits-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.home-page{padding:1rem}}.faq-section{max-width:800px;margin:2rem auto;padding:0 1rem}.lead{font-size:1.2rem;color:#666;margin-bottom:2rem;text-align:center}.faq-item{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease-in-out}.faq-item:hover{transform:translateY(-2px)}.faq-item h2{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.faq-item svg{color:#3498db}.faq-item p{color:#555;line-height:1.6;margin-bottom:1rem}.faq-item ul,.faq-item ol{padding-left:1.5rem;margin-bottom:1rem}.faq-item li{color:#555;margin-bottom:.5rem;line-height:1.5}@media (max-width: 768px){.faq-section{padding:0 .5rem}.faq-item{padding:1rem}.faq-item h2{font-size:1.1rem}}
