@import url(https://fonts.googleapis.com/css2?family=Fredoka+One&family=Comic+Neue:wght@400;700&display=swap);:root{--green-primary:#2ecc71;--green-dark:#27ae60;--green-light:#a3e4d7;--bg:#f8fdf9;--text-dark:#2f3640;--shadow:#0000001a}body,html{background:#f8fdf9;background:var(--bg);display:flex;flex-direction:column;height:100%;margin:0;padding:0}#root,.home-container{display:flex;flex:1 1;flex-direction:column}.home-container{align-items:center;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.logo-container{margin-bottom:1.5rem;text-align:center}.logo-container img{border-radius:50%;box-shadow:0 1px 1px #0000001a;box-shadow:0 1px 1px var(--shadow);max-width:80vw;width:250px}.logo-container h1{color:#27ae60;color:var(--green-dark);font-family:Fredoka One,cursive;font-size:2.2rem;font-weight:700;margin:.5rem 0 0}.logo-container p{color:#777}.logo-container p,.search-bar{font-family:Comic Neue,cursive}.search-bar{display:flex;gap:.5rem;margin-bottom:1.5rem;max-width:500px;width:100%}.search-bar input{border:2px solid #a3e4d7;border:2px solid var(--green-light);border-radius:8px;color:#777;flex:1 1;font-family:Comic Neue,cursive;font-size:1rem;padding:.75rem 1rem}.search-bar button{background:linear-gradient(45deg,#27ae60,#2ecc71);background:linear-gradient(45deg,var(--green-dark),var(--green-primary));border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Comic Neue,cursive;font-weight:600;padding:.75rem 1.25rem;transition:.3s;white-space:nowrap}.search-bar button:hover{transform:scale(1.05)}.loader{animation:spin 1s linear infinite;border:6px solid #ddd;border-radius:50%;border-top-color:#27ae60;border-top:6px solid var(--green-dark);height:60px;margin:2rem auto;width:60px}@keyframes spin{to{transform:rotate(1turn)}}.recipe-grid{grid-gap:1.5rem;box-sizing:border-box;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1100px;width:100%}.recipe-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);cursor:pointer;font-family:Comic Neue,cursive;overflow:hidden;transition:transform .25s ease}.recipe-card:hover{transform:translateY(-5px) scale(1.02)}.recipe-card img{height:180px;object-fit:cover;width:100%}.recipe-info{padding:1rem}.recipe-info h3{color:#27ae60;color:var(--green-dark);font-family:Fredoka One,cursive;font-size:1.1rem;margin:0;text-align:center}.pagination{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.pagination button{background:#27ae60;background:var(--green-dark);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Fredoka One,cursive;font-weight:600;padding:.6rem 1.2rem;transition:.3s}.pagination button:disabled{cursor:not-allowed;opacity:.5}.recipe-detail{box-sizing:border-box;font-family:Comic Neue,cursive;margin:auto;max-width:1000px;padding:2rem}.back-btn{background:#0000;border:none;color:#27ae60;color:var(--green-dark);cursor:pointer;font-family:Fredoka One,cursive;font-size:1.1rem;margin-bottom:1rem}.recipe-detail-header{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.recipe-detail-header img{border-radius:16px;box-shadow:0 4px 12px #0000001a;max-width:400px;object-fit:cover;width:100%}.recipe-header-info{text-align:center}.recipe-header-info h1{color:#27ae60;color:var(--green-dark);font-family:Fredoka One,cursive;margin-bottom:.5rem}.recipe-meta{color:#555;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:.5rem}.recipe-content{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.recipe-box{background:#fff;border-radius:12px;box-shadow:0 3px 10px #0000001a;box-shadow:0 3px 10px var(--shadow);padding:1.5rem}.recipe-box h2{color:#27ae60;color:var(--green-dark);font-family:Fredoka One,cursive;margin-bottom:.75rem}.recipe-box ol,.recipe-box ul{margin-left:1.5rem}.recipe-box li,.recipe-box p{font-family:Comic Neue,cursive;line-height:1.6}.footer{background:linear-gradient(135deg,#d4edda,#f7f4ed);box-shadow:0 -2px 6px #0000000d;color:#2f3640;font-family:Comic Neue,cursive;font-size:1rem;margin-top:auto;padding:1rem 0;text-align:center;width:100%}.footer .heart{animation:beat 1s infinite;color:#27ae60;display:inline-block;font-weight:700}.badge{border-radius:12px;box-shadow:0 2px 5px #0000001a;color:#fff;font-family:Fredoka One,cursive;font-size:.9rem;font-weight:600;padding:.4rem .8rem}.badge.servings{background:linear-gradient(45deg,#27ae60,#2ecc71)}.badge.time{background:linear-gradient(45deg,#f39c12,#f1c40f)}.badge.difficulty.easy{background:linear-gradient(45deg,#2ecc71,#27ae60)}.badge.difficulty.medium{background:linear-gradient(45deg,#e67e22,#d35400)}@keyframes beat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}@media (max-width:1024px){.home-container{padding:1.5rem}}@media (max-width:768px){.search-bar{align-items:stretch;flex-direction:column}.search-bar button{width:100%}.recipe-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.recipe-detail{padding:1.5rem}}@media (max-width:480px){.logo-container img{width:180px}.logo-container h1{font-size:1.8rem}.recipe-card img{height:160px}.pagination button{flex:1 1;min-width:120px}}
/*# sourceMappingURL=main.aa96e483.css.map*/