body{min-width:320px;min-height:100vh}:root{color:#f8f3e8;background:#130f1f;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100vh}html,body{min-width:320px;overflow-x:hidden}body{margin:0}button,input{font:inherit}.kiosk{background:radial-gradient(circle at top,#443066 0%,#1d1730 38%,#130f1f 100%);flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.content{flex:1;padding:2rem 1.25rem 12rem;overflow-y:auto}.header{margin-bottom:1.5rem}.header-top{justify-content:center;align-items:center;gap:clamp(1rem,4vw,2.5rem);margin-bottom:1.25rem;display:flex}.store-logo{object-fit:contain;filter:drop-shadow(0 0 24px #f5ae4938);width:min(360px,58vw);max-height:180px;margin:0;display:block}.refresh-controls{text-align:center;flex-direction:column;flex:none;align-items:center;gap:.75rem;display:flex}.refresh-button{color:#130f1f;cursor:pointer;background:#fcd34d;border:0;border-radius:999px;min-height:3rem;padding:0 1.25rem;font-weight:900}.refresh-button:disabled{cursor:wait;opacity:.7}.last-updated{color:#d6d3d1;margin:0;font-size:.95rem}.status-message{color:#fde68a;background:#ffffff1a;border-radius:1rem;margin:1rem 0;padding:1rem;font-weight:700}.status-message.error{color:#fecaca;background:#7f1d1d59}.events{gap:1rem;display:grid}.event-card{background:#ffffff1a;border:1px solid #ffffff1f;border-radius:1.5rem;grid-template-columns:minmax(0,1fr) minmax(180px,34%);grid-template-areas:"title image""meta image""time image""location image""description description";align-items:start;gap:.25rem 1.25rem;padding:1.25rem;display:grid;box-shadow:0 1rem 2rem #00000040}.event-card:not(:has(.event-image)){grid-template-columns:1fr;grid-template-areas:"title""meta""time""location""description"}.event-card-body,.event-card-top{display:contents}.event-card h2{grid-area:title;margin:0 0 .5rem;font-size:1.75rem}.event-meta{flex-wrap:wrap;grid-area:meta;gap:.5rem;margin:0 0 .5rem;display:flex}.event-status,.event-count,.event-repeat{border-radius:999px;margin:0;padding:.3rem .7rem;font-size:.9rem;display:inline-block}.event-status{color:#fde68a;background:#fcd34d24;font-weight:900}.event-status.active{color:#bbf7d0;background:#4ade802e}.event-count,.event-repeat{color:#e7e5e4;background:#ffffff1a;font-weight:800}.event-repeat{border:1px solid #ffffff24}.event-time{grid-area:time}.event-location{grid-area:location}.event-time,.event-location{color:#fde68a;margin:.25rem 0;font-weight:700}.event-image{aspect-ratio:16/9;object-fit:cover;background:#ffffff14;border-radius:1rem;grid-area:image;justify-self:end;width:100%;max-width:360px}.event-description{color:#e7e5e4;-webkit-line-clamp:4;-webkit-box-orient:vertical;grid-area:description;width:100%;margin:1rem 0 0;font-size:1.1rem;line-height:1.45;display:-webkit-box;overflow:hidden}@media (width<=650px){.content{padding-bottom:18rem}.header-top{flex-direction:column}.store-logo{width:min(360px,72vw)}:is(.event-card,.event-card:not(:has(.event-image))){grid-template-columns:1fr;grid-template-areas:"title""image""meta""time""location""description"}.event-image{justify-self:stretch;max-width:none;max-height:220px}}
