/* /Components/Features/Restaurants/RestaurantCard.razor.rz.scp.css */
.restaurant-card[b-wqc387287j] {
    width: 30vw;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-radius: 16px;
    background-color: var(--clr-panel);
    padding: 1.5rem 1.5rem;
}

.restaurant-logo-container[b-wqc387287j] {
    height: 30%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

    .restaurant-logo-container img[b-wqc387287j] {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }

.restaurant-menu-box[b-wqc387287j] {
    height: 55%;
    color: var(--clr-text);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.menu-subbox[b-wqc387287j] {
    height: 47.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .menu-subbox .menu-title[b-wqc387287j] {
        font-size: clamp(1rem, 1.35vw, 1.75rem);
        font-weight: 600;
        height: 20%;
    }

    .menu-subbox .menu-items[b-wqc387287j] {
        height: 75%;
        display: flex;
        flex-direction: column;
        font-size: clamp(0.85rem, 0.95vw, 1.10rem);
        justify-content: space-between;
    }

.restaurant-time-box[b-wqc387287j] {
    height: 10%;
    padding-top: 1.25rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--clr-text);
    font-size: clamp(0.875rem, 1.05vw, 1.5rem);
}

    .restaurant-time-box .time-title[b-wqc387287j] {
        font-weight: 600;
        font-size: clamp(1rem, 1.25vw, 1.75rem);
    }

/* Tablets (769px – 1500px) */
@media screen and (min-width: 769px) and (max-width: 1500px) {

    .restaurant-card[b-wqc387287j] {
        width: 100%;
        height: 50vh;
    }

    .restaurant-logo-container[b-wqc387287j] {
        height: 25%;
    }

    .menu-subbox .menu-title[b-wqc387287j] {
        font-size: clamp(1rem, 1.6vw, 1.5rem);
    }

    .menu-subbox .menu-items[b-wqc387287j] {
        font-size: clamp(0.8rem, 1.35vw, 1.15rem);
    }

    .restaurant-time-box[b-wqc387287j] {
        font-size: clamp(0.9rem, 1.5vw, 1.3rem);
    }

        .restaurant-time-box .time-title[b-wqc387287j] {
            font-size: clamp(1rem, 1.6vw, 1.5rem);
        }
}

/* Portrait kiosk (1080x1920) — min-height excludes real tablets */
@media screen and (max-width: 1080px) and (orientation: portrait) and (min-height: 1500px) {

    .restaurant-card[b-wqc387287j] {
        width: 28vw;
        height: 30vh;
        padding: 0.8rem 1rem;
        gap: 0.5rem;
    }

    .restaurant-logo-container[b-wqc387287j] {
        height: 20%;
    }

        .restaurant-logo-container img[b-wqc387287j] {
            width: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

    .restaurant-menu-box[b-wqc387287j] {
        height: 65%;
    }

    .menu-subbox[b-wqc387287j] {
        height: 48%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .menu-subbox .menu-title[b-wqc387287j] {
            font-size: clamp(0.7rem, 1.5vw, 1.2rem);
            height: auto;
            line-height: 1.2;
        }

        .menu-subbox .menu-items[b-wqc387287j] {
            font-size: clamp(0.65rem, 1.35vw, 1rem);
            line-height: 1.1;
            overflow-wrap: break-word;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    .restaurant-time-box[b-wqc387287j] {
        height: 8%;
        font-size: clamp(0.65rem, 1.35vw, 1rem);
        padding-top: 0.5rem;
    }

        .restaurant-time-box .time-title[b-wqc387287j] {
            font-size: clamp(0.7rem, 1.5vw, 1.2rem);
        }
}

/* Mobile phones */
@media screen and (max-width: 768px) {

    .restaurant-card[b-wqc387287j] {
        width: 100%;
        height: auto;
        padding: 1rem;
        gap: 0.75rem;
        border-radius: 12px;
    }

    .restaurant-logo-container[b-wqc387287j] {
        height: auto;
        max-height: 110px;
        width: 100%;
    }

        .restaurant-logo-container img[b-wqc387287j] {
            width: auto;
            max-width: 100%;
            max-height: 110px;
            object-fit: contain;
        }

    .restaurant-menu-box[b-wqc387287j] {
        height: auto;
        width: 100%;
        gap: 0.75rem;
    }

    .menu-subbox[b-wqc387287j] {
        height: auto;
        gap: 0.4rem;
    }

        .menu-subbox .menu-title[b-wqc387287j] {
            font-size: 1rem;
            font-weight: 600;
            height: auto;
            line-height: 1.3;
        }

        .menu-subbox .menu-items[b-wqc387287j] {
            height: auto;
            font-size: 0.875rem;
            line-height: 1.4;
            overflow-wrap: break-word;
            gap: 0.2rem;
        }

    .restaurant-time-box[b-wqc387287j] {
        height: auto;
        padding-top: 0.5rem;
        font-size: 0.875rem;
    }

        .restaurant-time-box .time-title[b-wqc387287j] {
            font-size: 1rem;
        }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
#footer[b-o3hzdmcz19] {
    grid-area: footer;
    background: var(--clr-panel);
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .footer-container[b-o3hzdmcz19] {
    display: flex;
    color: var(--clr-text);
    justify-content: center;
    align-items: center;
}

    #footer.footer-container p[b-o3hzdmcz19] {
        margin: 0;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-ofav8gjs4c] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

.layout-body[b-ofav8gjs4c] {
    flex: 1;
}
/* /Components/Layout/Navbar.razor.rz.scp.css */
#navbar[b-74hrr14uhj] {
    width: 100%;
    height: 9vh;
    background-color: var(--clr-panel);
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 3rem;
}

.logo-container[b-74hrr14uhj] {
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
}

    .logo-container img[b-74hrr14uhj] {
        width: 100%;
        height: auto;
    }

.title-container[b-74hrr14uhj] {
    color: var(--clr-text);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.5rem, 2.1vw, 3.5rem);
    font-weight: 600;
}

.date-container[b-74hrr14uhj] {
    color: var(--clr-text);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.5rem, 2.1vw, 3.5rem);
    font-weight: 600;
}

/* Portrait screens (1080x1920 or similar) */
@media screen and (max-width: 1080px) and (orientation: portrait) {

    #navbar[b-74hrr14uhj] {
        height: 5vh;
        padding: 1rem 1.5rem;
        gap: 1rem;
    }

    .title-container[b-74hrr14uhj],
    .date-container[b-74hrr14uhj] {
        font-size: clamp(1rem, 2.4vw, 2rem);
        text-align: center;
    }

    .date-container[b-74hrr14uhj] {
        font-size: clamp(1.5rem, 4.1vw, 3.2rem);
    }

    .logo-container img[b-74hrr14uhj] {
        max-height: 2vh;
        width: auto;
        align-self: center;
    }
}

/* Mobile phones */
@media screen and (max-width: 768px) {

    #navbar[b-74hrr14uhj] {
        height: auto;
        padding: 0.75rem 1rem;
        justify-content: center;
    }

    .date-container[b-74hrr14uhj],
    .logo-container[b-74hrr14uhj] {
        display: none;
    }

    .title-container[b-74hrr14uhj] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
#restaurants[b-thjs3hi74c] {
    background-color: var(--clr-bg);
    padding: 3rem 3.5rem;
    min-height: 100vh;
}

.restaurants-container[b-thjs3hi74c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-content: center;
}

/* Tablets (769px – 1500px) */
@media screen and (min-width: 769px) and (max-width: 1500px) {

    #restaurants[b-thjs3hi74c] {
        padding: 2rem 2rem;
    }

    .restaurants-container[b-thjs3hi74c] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Portrait kiosk (1080x1920) — min-height excludes real tablets */
@media screen and (max-width: 1080px) and (orientation: portrait) and (min-height: 1500px) {

    #restaurants[b-thjs3hi74c] {
        padding: 2rem 1.5rem;
        min-height: auto;
    }

    .restaurants-container[b-thjs3hi74c] {
        gap: 1rem;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }

    .restaurant-card[b-thjs3hi74c] {
        max-width: 90%;
    }
}

/* Mobile phones */
@media screen and (max-width: 768px) {

    #restaurants[b-thjs3hi74c] {
        padding: 1rem;
        min-height: auto;
    }

    .restaurants-container[b-thjs3hi74c] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
/* /Components/Screensaver.razor.rz.scp.css */
@font-face {
    font-family: 'dvd';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/86186/dvd.eot?bj2v8n');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/86186/dvd.eot?bj2v8n#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/86186/dvd.ttf?bj2v8n') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/86186/dvd.woff?bj2v8n') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/86186/dvd.svg?bj2v8n#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body[b-33edjt4p1u] {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: #45484d;
    background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
    background: radial-gradient(ellipse at center, #45484d 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1);
}

#dvd[b-33edjt4p1u] {
    position: absolute;
    width: 356px; /* match your SVG width 356 */
    height: 114px; /* match your SVG height 114*/
    cursor: none; /* optional: hide cursor when screensaver active */
    opacity: 0; /* hidden initially */
    transition: opacity 0.5s;
}

    #dvd svg[b-33edjt4p1u] {
        width: 100%;
        height: 100%;
    }

