*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#ffe5f1,#e8f4fd 50%,#f0f8ff);color:#4a4a4a;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--pastel-pink:#ffb6c1;--pastel-blue:#b0e0e6;--pastel-green:#98fb98;--pastel-yellow:khaki;--pastel-purple:plum;--pastel-orange:#ffb347;--soft-white:#fff8f8;--soft-gray:#f5f5f5;--text-dark:#4a4a4a;--text-light:#6b6b6b;--shadow:#0000001a}@media screen and (max-width:932px){.container{padding:0 20px}.header{padding:20px 0}.header h1{font-size:2rem}.recipe-grid{gap:20px;grid-template-columns:1fr}.recipe-card{margin:0}.recipe-details{flex-direction:column}.recipe-image{height:200px;width:100%}.ingredients-list,.instructions-list{padding-left:20px}.search-bar{max-width:none;width:100%}.category-filters{flex-wrap:wrap;gap:10px}.category-filter{font-size:.9rem;padding:8px 16px}}.App{background:linear-gradient(135deg,#ffe5f1,#e8f4fd 50%,#f0f8ff);min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:20px}.recipe-difficulty{background:var(--pastel-green)}@media screen and (max-width:932px){.container{padding:0 20px}.recipe-grid{gap:20px;grid-template-columns:1fr}.recipe-card{margin:0}.modal-content{margin:10px;max-height:95vh}.recipe-meta{align-items:flex-start;flex-direction:column}}.header{background:linear-gradient(135deg,var(--pastel-pink) 0,var(--pastel-purple) 100%);overflow:hidden;padding:40px 0;position:relative}.header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='20' cy='20' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='80' cy='40' r='1.5' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='40' cy='80' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.header-content{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:2}.header-text{flex:1 1;max-width:600px}.header h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px #0000001a}.subtitle{color:#ffffffe6;font-size:1.3rem;font-weight:500;margin-bottom:15px}.description{color:#fffc;font-size:1rem;line-height:1.6;max-width:500px}.header-decoration{height:200px;position:relative;width:200px}.floating-icon{animation:float 3s ease-in-out infinite;font-size:3rem;opacity:.8;position:absolute}.floating-icon:first-child{animation-delay:0s;left:20px;top:20px}.floating-icon:nth-child(2){animation-delay:1s;right:30px;top:80px}.floating-icon:nth-child(3){animation-delay:2s;bottom:30px;left:50px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media screen and (max-width:932px){.header{padding:30px 0}.header-content{flex-direction:column;text-align:center}.header h1{font-size:2.5rem}.subtitle{font-size:1.1rem}.description{font-size:.9rem}.header-decoration{height:150px;margin-top:20px;width:150px}.floating-icon{font-size:2rem}}@media screen and (max-width:480px){.header h1{font-size:2rem}.subtitle{font-size:1rem}.description{font-size:.85rem}}.recipe-card{background:var(--soft-white);border:2px solid #0000;border-radius:20px;box-shadow:0 8px 25px var(--shadow);cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.recipe-card:hover{border-color:var(--pastel-pink);box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.recipe-image-container{overflow:hidden;position:relative}.recipe-image{height:200px;object-fit:cover;transition:transform .3s ease;width:100%}.recipe-card:hover .recipe-image{transform:scale(1.05)}.recipe-overlay{align-items:center;background:#ffb6c1cc;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.recipe-card:hover .recipe-overlay{opacity:1}.view-recipe{color:#fff;font-size:1.1rem;font-weight:600;text-shadow:1px 1px 2px #0000004d}.recipe-info{padding:20px}.recipe-title{color:var(--text-dark);font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:10px}.recipe-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--text-light);display:-webkit-box;font-size:.9rem;line-height:1.5;margin-bottom:15px;overflow:hidden}.recipe-meta{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:15px}.recipe-category{background:var(--pastel-blue)}.recipe-category,.recipe-difficulty{border-radius:15px;color:var(--text-dark);font-size:.8rem;font-weight:500;padding:4px 12px}.recipe-time{color:var(--text-light);display:flex;flex-direction:column;font-size:.8rem;gap:5px}.recipe-time span{align-items:center;display:flex;gap:5px}@media screen and (max-width:932px){.recipe-card{margin:0}.recipe-info{padding:15px}.recipe-title{font-size:1.2rem}.recipe-description{font-size:.85rem}.recipe-meta{align-items:flex-start;flex-direction:column}.recipe-time{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.recipe-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:30px}.no-recipes{align-items:center;display:flex;justify-content:center;min-height:400px;text-align:center}.no-recipes-content{background:var(--soft-white);border-radius:20px;box-shadow:0 8px 25px var(--shadow);max-width:400px;padding:40px}.no-recipes-icon{display:block;font-size:4rem;margin-bottom:20px}.no-recipes h3{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:10px}.no-recipes p{color:var(--text-light);font-size:1rem;line-height:1.5}@media screen and (max-width:932px){.recipe-grid{gap:20px;grid-template-columns:1fr}.no-recipes{min-height:300px}.no-recipes-content{margin:0 20px;padding:30px 20px}.no-recipes-icon{font-size:3rem}.no-recipes h3{font-size:1.3rem}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:var(--soft-white);border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.modal-close{align-items:center;background:var(--pastel-pink);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:20px;top:15px;transition:background .3s ease;width:40px;z-index:10}.modal-close:hover{background:#ff9eb5}.modal-header{border-bottom:2px solid var(--soft-gray);display:flex;gap:30px;padding:30px}.modal-image{border-radius:15px;flex-shrink:0;height:200px;object-fit:cover;width:300px}.modal-title-section{flex:1 1}.modal-title{color:var(--text-dark);font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:15px}.modal-description{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:20px}.modal-meta{display:flex;gap:15px;margin-bottom:25px}.modal-category{background:var(--pastel-blue)}.modal-category,.modal-difficulty{border-radius:20px;color:var(--text-dark);font-size:.9rem;font-weight:500;padding:8px 16px}.modal-stats{display:flex;gap:30px}.stat{align-items:center;display:flex;flex-direction:column;text-align:center}.stat-icon{font-size:1.5rem;margin-bottom:5px}.stat-label{color:var(--text-light);font-size:.8rem;margin-bottom:3px}.stat-value{color:var(--text-dark);font-size:1rem;font-weight:600}.modal-body{padding:30px}.recipe-section{margin-bottom:30px}.section-title{align-items:center;color:var(--text-dark);display:flex;font-size:1.4rem;font-weight:600;gap:10px;margin-bottom:20px}.ingredients-list{list-style:none;padding:0}.ingredient-item{background:var(--soft-gray);border-left:4px solid var(--pastel-pink);border-radius:10px;color:var(--text-dark);font-size:.95rem;line-height:1.4;margin-bottom:10px;padding:12px 20px}.instructions-list{padding-left:20px}.instruction-item{color:var(--text-dark);font-size:.95rem;line-height:1.6;margin-bottom:15px;padding-left:10px}.instruction-item::marker{color:var(--pastel-pink);font-weight:700}@media screen and (max-width:932px){.modal-content{margin:10px;max-height:95vh}.modal-header{flex-direction:column;gap:20px;padding:20px}.modal-image{height:200px;width:100%}.modal-title{font-size:1.8rem}.modal-stats{gap:20px}.modal-body{padding:20px}.ingredients-list,.instructions-list{padding-left:20px}}@media screen and (max-width:480px){.modal-overlay{padding:10px}.modal-title{font-size:1.5rem}.modal-meta{flex-direction:column;gap:10px}.modal-stats{flex-direction:column;gap:15px}.stat{flex-direction:row;gap:10px;justify-content:flex-start}}.search-container{display:flex;justify-content:center;margin:30px 0}.search-bar{align-items:center;background:var(--soft-white);border:2px solid #0000;border-radius:25px;box-shadow:0 4px 20px var(--shadow);display:flex;max-width:500px;padding:0 20px;position:relative;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.search-bar:focus-within{border-color:var(--pastel-pink);box-shadow:0 6px 25px #ffb6c14d}.search-icon{color:var(--text-light);font-size:1.2rem;margin-right:15px}.search-input{background:#0000;border:none;color:var(--text-dark);flex:1 1;font-family:inherit;font-size:1rem;outline:none;padding:15px 0}.search-input::placeholder{color:var(--text-light);opacity:.7}.clear-search{align-items:center;background:var(--pastel-pink);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.9rem;height:30px;justify-content:center;margin-left:10px;transition:background .3s ease;width:30px}.clear-search:hover{background:#ff9eb5}@media screen and (max-width:932px){.search-container{margin:20px 0}.search-bar{margin:0 10px;max-width:none}.search-input{font-size:.9rem;padding:12px 0}}.category-filters-container{margin:20px 0 30px}.filters-title{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:15px}.category-filters{display:flex;flex-wrap:wrap;gap:12px}.category-filter{background:var(--soft-white);border:2px solid var(--pastel-blue);border-radius:20px;box-shadow:0 2px 10px var(--shadow);color:var(--text-dark);cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.category-filter:hover{background:var(--pastel-blue);box-shadow:0 4px 15px #b0e0e666;color:#fff;transform:translateY(-2px)}.category-filter.active{background:var(--pastel-pink);border-color:var(--pastel-pink);box-shadow:0 4px 15px #ffb6c166;color:#fff}.category-filter.active:hover{background:#ff9eb5;transform:translateY(-2px)}@media screen and (max-width:932px){.category-filters{flex-wrap:wrap;gap:10px}.category-filter{font-size:.85rem;padding:8px 16px}.filters-title{font-size:1rem}}@media screen and (max-width:480px){.category-filters{justify-content:center}.category-filter{font-size:.8rem;padding:6px 12px}}.footer{background:linear-gradient(135deg,var(--pastel-purple) 0,var(--pastel-pink) 100%);margin-top:50px;overflow:hidden;padding:30px 0;position:relative}.footer:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='15' cy='15' r='1.5' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='85' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='25' cy='85' r='1.5' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.footer-content{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:2}.footer-text{flex:1 1}.footer-text p{color:#fff;font-size:.9rem;line-height:1.5;margin:0}.footer-text p:first-child{font-size:1rem;font-weight:600;margin-bottom:5px}.footer-links{text-align:right}.footer-links span{color:#ffffffe6;font-size:.85rem;font-style:italic}@media screen and (max-width:932px){.footer{margin-top:40px;padding:25px 0}.footer-content{flex-direction:column;gap:15px;text-align:center}.footer-text p{font-size:.85rem}.footer-text p:first-child{font-size:.95rem}.footer-links{text-align:center}.footer-links span{font-size:.8rem}}@media screen and (max-width:480px){.footer{padding:20px 0}.footer-text p{font-size:.8rem}.footer-text p:first-child{font-size:.9rem}.footer-links span{font-size:.75rem}}
/*# sourceMappingURL=main.e6f03f5b.css.map*/