body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#1a1a1a;color:#fff}.head{text-align:center;margin-top:30px;font-size:36px;font-weight:700;color:#ff8c00}.container{width:90%;max-width:1000px;margin:40px auto auto}.searchbar{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.searchbar input{padding:10px 15px;width:300px;font-size:18px;border:2px solid #ff8c00;border-radius:6px;outline:none;background-color:#2a2a2a;color:#fff}.searchbar input:focus{border-color:#f60;background-color:#333}.searchbar button{padding:10px 20px;background-color:#ff8c00;color:#000;font-size:17px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.searchbar button:hover{background-color:#f60}.msg{text-align:center;color:#f60;font-size:18px;margin-top:10px;font-weight:500}.meals{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.mealImg{width:260px;background-color:#2a2a2a;box-shadow:0 4px 15px #ff8c004d;border-radius:12px;overflow:hidden;text-align:center;padding-bottom:15px;border:1px solid #ff8c00;transition:transform .3s ease}.mealImg:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ff8c0080}.mealImg img{width:100%;height:200px;object-fit:cover}.mealImg p{margin:12px;font-weight:700;font-size:18px;color:#fff}.mealImg button{padding:8px 16px;background-color:#ff8c00;color:#000;border:none;border-radius:20px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .3s}.mealImg button:hover{background-color:#f60}.mealInfo{display:flex;gap:40px;justify-content:center;align-items:flex-start;background:#1a1a1a;box-sizing:border-box;padding:40px 20px;min-height:80vh}@media (max-width: 900px){.mealInfo{flex-direction:column;align-items:center;gap:22px;padding:20px}}.mealInfo img{width:380px;height:380px;border-radius:15px;box-shadow:0 8px 24px #ff8c0066;object-fit:cover;border:2px solid #ff8c00}.Info{max-width:600px;background:#2a2a2a;border-radius:15px;box-shadow:0 8px 25px #00000080;padding:32px 28px;border:1px solid #ff8c00}.Info h1{font-size:2.2rem;margin-bottom:16px;font-weight:700;color:#ff8c00}.Info button{background:#ff8c00;color:#000;border:none;border-radius:21px;padding:8px 24px;font-size:1.08rem;font-weight:600;margin-bottom:16px;cursor:pointer;transition:background-color .3s}.Info button:hover{background:#f60}.Info h3{font-size:1.25rem;margin-bottom:10px;margin-top:16px;color:#ff8c00}.Info p{font-size:1.08rem;color:#e0e0e0;line-height:1.7}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
