html:not(.theme-changing) *{transition-property:none!important}html.theme-changing *{transition-property:background-color,color,border-color,box-shadow,opacity;transition-duration:.3s;transition-timing-function:ease-out}html.theme-changing iframe,html.theme-changing img,html.theme-changing video{transition:none!important}html.theme-changing .restaurant-container{transition:background-color .3s ease-out,transform .15s ease-out,box-shadow .15s ease-out!important}html{scroll-behavior:auto;overflow-anchor:auto}.restaurant-grid{contain:layout style;content-visibility:auto}:root{--bg-primary:#F7F7F7;--bg-secondary:#FFFFFF;--text-primary:#1F2937;--border-primary:#E5E7EB}html.dark{--bg-primary:#17191F;--bg-secondary:#21232B;--text-primary:#FFFFFF;--border-primary:#2C303A}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.text-primary{color:var(--text-primary)}.border-primary{border-color:var(--border-primary)}