body{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.app-container{padding:20px;text-align:center}.app-title{color:#f60;font-size:2rem}.search-bar{display:flex;gap:10px;justify-content:center;margin:20px auto}.search-bar input{border:1px solid #ccc;border-radius:6px;padding:10px;width:300px}.search-bar button{background-color:#f60;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 15px}.search-bar button:hover{background-color:#e65c00}.recipe-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.recipe-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001a;cursor:pointer;text-align:center;transition:transform .2s;width:220px}.recipe-card:hover{transform:scale(1.05)}.recipe-card img{border-radius:10px 10px 0 0;width:100%}.recipe-detail{margin:0 auto;max-width:800px;padding:20px;text-align:left}.recipe-detail img{border-radius:10px;margin-bottom:20px;width:100%}.back-btn{background-color:#f60;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 12px}.back-btn:hover{background-color:#e65c00}
/*# sourceMappingURL=main.7fd9ca6a.css.map*/