@import"https://fonts.googleapis.com/css2?family=Anton&family=Teko:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}html,body{background:#fff;overflow:hidden}body{min-width:320px;font-family:Arial,sans-serif}:root{--page-padding: 1vh;--column-gap: 1.5vw;--left-category-gap: .5vh;--right-category-gap: .5vh;--banner-height: 8vh;--banner-radius: 12px;--header-title-size: 5.8vh;--item-size: 4.8vh;--price-size: 5.2vh;--item-gap: 3.2vh;--item-price-gap: 0vw;--dot-size: 1.5vh;--dot-gap: .25vw;--logo-size: 7vh;--name-height: 5vh;--slider-radius: 12px}.tv3-screen{width:100vw;height:100vh;padding:var(--page-padding);background:#fff;overflow:hidden;position:relative}#menu-container{display:grid;grid-template-columns:1fr 1fr;gap:var(--column-gap);width:100%;height:100%}.main-column{min-width:0;min-height:0}#left-column{display:flex;flex-direction:column;gap:var(--left-category-gap)}#right-column{display:flex;flex-direction:column;gap:var(--right-category-gap)}.brand{position:fixed;right:1vw;bottom:1vh;display:flex;align-items:center;gap:.5vw;z-index:100}.brand-logo{width:var(--logo-size);height:var(--logo-size);object-fit:contain}.brand-name{height:var(--name-height);width:auto;object-fit:contain}.category-section{display:flex;flex-direction:column;min-width:0}.category-header{height:var(--banner-height);min-height:var(--banner-height);display:flex;align-items:center;justify-content:center;border-radius:var(--banner-radius);margin-bottom:.6vh;color:#fff;font-family:Teko,sans-serif}.drinks{background:#00897b}.desserts{background:#c62828}.snacks{background:#f57c00}.pastries{background:#8e24aa}.header-title{font-size:var(--header-title-size);font-weight:700;line-height:1}.category-body{display:grid;grid-template-columns:60% 15%;gap:.4vw;align-items:start}.menu-items{min-width:0}.item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:var(--item-price-gap);margin-bottom:var(--item-gap)}.item-left{display:flex;align-items:center;gap:var(--dot-gap);min-width:0}.type-dot{width:var(--dot-size);height:var(--dot-size);border-radius:50%;flex-shrink:0}.item-name{font-family:Anton,sans-serif;font-size:var(--item-size);color:#111;line-height:1.05;white-space:normal;overflow:visible}.item-price{font-family:Anton,sans-serif;font-size:var(--price-size);color:#00650f;line-height:1;white-space:nowrap}.item-price.na{color:#00650f}.item-unavailable .item-left{opacity:.4}.item-unavailable .item-price{opacity:.35}.slider-box{border-radius:var(--slider-radius);overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.drinks-slider,.desserts-slider{width:18vw;height:35vh}.snacks-slider{width:22vw;height:16vh}.pastries-slider{width:18vw;height:40vh}.slider-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.loading-screen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#fff}.loading-logo{width:14vh;height:14vh;object-fit:contain;animation:loadingSpin 2s linear infinite}@keyframes loadingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-screen{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5vh;padding:4vh;background:#fff;text-align:center}.error-logo{width:18vh;height:18vh;object-fit:contain}.error-title{font-family:Teko,sans-serif;font-size:5vh;font-weight:700;color:#c62828}.error-message{max-width:70vw;font-family:Arial,sans-serif;font-size:2.2vh;color:#333}.retry-button{border:0;border-radius:10px;padding:1.2vh 2vw;background:#00897b;color:#fff;font-family:Teko,sans-serif;font-size:3vh;font-weight:700;cursor:pointer}
