*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}input,textarea{-webkit-user-select:text;user-select:text}html,body{width:100%;height:100%;overflow-x:hidden;overscroll-behavior:none;touch-action:manipulation}#root{width:100%;height:100%;min-height:var(--app-height, 100svh);overflow-x:hidden}body{background-color:#fff}img,svg{-webkit-user-drag:none;user-drag:none}.refresh-loading-screen{position:fixed;inset:0;z-index:2147483647;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;background:#fff;pointer-events:all}.refresh-loading-screen img{width:min(58vw,230px);height:auto}.refresh-loading-dots{display:flex;align-items:center;justify-content:center;gap:10px;height:24px}.refresh-loading-dots span{width:11px;height:11px;border-radius:999px;background:#2d6a4f;animation:refresh-dot-jump .72s ease-in-out infinite}.refresh-loading-dots span:nth-child(2){animation-delay:.12s}.refresh-loading-dots span:nth-child(3){animation-delay:.24s}@keyframes refresh-dot-jump{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-10px);opacity:1}}.meal-card{border-radius:25px;padding:16px;margin-bottom:20px;background-color:#5f9ea0;box-shadow:0 4px 12px #0000000d;transition:transform .2s}.meal-card:hover{transform:translateY(-2px)}.meal-card img{width:100%;max-height:200px;object-fit:cover;border-radius:10px;margin-bottom:12px}.meal-card h2{margin:.5rem 0;cursor:pointer;font-size:1.4rem;color:#2d6a4f}.meal-card p{margin:.5rem 0;color:#555;line-height:1.5}.meal-card ul{list-style:none;padding:0;margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.meal-card li{display:flex;align-items:center;gap:10px;font-size:.95rem;background:#f9f9f9;padding:6px 8px;border-radius:8px;border:1px solid #eee}.meal-card li img{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #ddd}.meal-card li strong{font-weight:600;color:#1a1a18}.meal-card p strong{color:#2d6a4f;font-size:1rem}button{width:100%;padding:.9rem;margin-top:1rem;border:none;border-radius:10px;background-color:#2d6a4f;color:#fff;font-weight:500;font-size:1rem;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none;transition:background .2s,transform .12s ease,box-shadow .12s ease,filter .12s ease}button:hover{background-color:#245e44;transform:translateY(-1px)}button:focus,button:active{outline:none}button:focus-visible{outline:none}button.kiosk-pressed,[role=button].kiosk-pressed,a.kiosk-pressed{animation:kiosk-click-pop .18s ease-out;filter:brightness(.96);transform:scale(.97)}@keyframes kiosk-click-pop{0%{transform:scale(1)}55%{transform:scale(.96)}to{transform:scale(.97)}}@media(max-width:480px){.meal-card ul{grid-template-columns:1fr}.meal-card h2{font-size:1.2rem}}
