.m-card-body{padding:28px}
@media(max-width:768px){.m-card-body{padding:20px}}
.wc-center{text-align:center}
.wc-weather-toggle{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}
.wc-weather-btn{padding:.5rem 1.2rem;border:1px solid #e5e7eb;border-radius:99px;background:#fff;font-size:.85rem;cursor:pointer;transition:all .2s}
.wc-weather-active{background:#635bff;color:#fff;border-color:#635bff}
.wc-out{margin-top:1.5rem}
.wc-result{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;animation:wcPop .4s ease}
@keyframes wcPop{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.wc-emoji{font-size:3rem;margin-bottom:.5rem}
.wc-meal{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:.35rem}
.wc-desc{font-size:.95rem;color:#64748b;max-width:380px;margin:0 auto .75rem}
.wc-tag{display:inline-block;font-size:.75rem;padding:.2rem .7rem;border-radius:99px;background:#f1f5f9;color:#64748b}
