/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bp8e558ou5] {
    min-height: 100vh;
    background-color: #ECECEC;
}

.main-content[b-bp8e558ou5] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px;
}

#blazor-error-ui[b-bp8e558ou5] {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bp8e558ou5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 768px) {
    .main-content[b-bp8e558ou5] {
        padding: 12px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8l4jzzqwge] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-8l4jzzqwge] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8l4jzzqwge] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8l4jzzqwge] {
    font-size: 1.1rem;
}

.bi[b-8l4jzzqwge] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-8l4jzzqwge] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8l4jzzqwge] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8l4jzzqwge] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-8l4jzzqwge] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8l4jzzqwge] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8l4jzzqwge] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8l4jzzqwge]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-8l4jzzqwge]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8l4jzzqwge]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-8l4jzzqwge] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8l4jzzqwge] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8l4jzzqwge] {
        display: none;
    }

    .nav-scrollable[b-8l4jzzqwge] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.cafeteria-header[b-xqw7sg98vh] {
    padding: 24px 0;
    margin-bottom: 5px;
}

.cafeteria-title[b-xqw7sg98vh] {
    display: flex;
    align-items: baseline;
    gap: 28px;
    margin: 0;
    color: #000080;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    width: fit-content;
    padding-right: 4ch;
    padding-bottom: 4px;
    border-bottom: 2px solid #000080;
}

.cafeteria-title-sub[b-xqw7sg98vh] {
    color: #000080;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.35em;
}

.mobile-map-title[b-xqw7sg98vh] {
    display: none;
}

.summary-grid[b-xqw7sg98vh] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.summary-card[b-xqw7sg98vh] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

    .summary-card img[b-xqw7sg98vh] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.congestion-map-wrapper[b-xqw7sg98vh] {
    position: relative;
    width: 100%;
    aspect-ratio: 1084 / 533;
}

.congestion-map-layer[b-xqw7sg98vh] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    pointer-events: none;
}

.area-grid[b-xqw7sg98vh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
}

.area-card[b-xqw7sg98vh] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.area-card-header[b-xqw7sg98vh] {
    position: relative;
    height: clamp(48px, 4.2vw, 58px);
    margin-bottom: 0;
    padding: 0;
    background: #ffffff;
}

.area-title[b-xqw7sg98vh] {
    position: absolute;
    left: 11%;
    top: 55%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    margin: 0;
    color: #111827;
    line-height: 1.05;
}

    .area-title span:first-child[b-xqw7sg98vh] {
        font-size: clamp(0.8rem, 1.05vw, 1.05rem);
        font-weight: 700;
        letter-spacing: 0.30em;
        white-space: nowrap;
    }

    .area-title span:last-child[b-xqw7sg98vh] {
        font-size: clamp(0.5rem, 0.68vw, 0.68rem);
        font-weight: 700;
        letter-spacing: 0.25em;
        white-space: nowrap;
    }

.area-status[b-xqw7sg98vh] {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: clamp(6px, 0.8vw, 10px);
}

    .area-status img[b-xqw7sg98vh] {
        height: clamp(22px, 2.4vw, 32px);
        object-fit: contain;
    }

.toggle-button[b-xqw7sg98vh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.toggle-chevron[b-xqw7sg98vh] {
    width: 14px;
    height: 14px;
    border-right: 3px solid #1d2bd6;
    border-bottom: 3px solid #1d2bd6;
    transform: rotate(45deg);
    transition: transform 0.15s ease;
}

.toggle-button.is-open .toggle-chevron[b-xqw7sg98vh] {
    transform: rotate(225deg);
}

.area-image-wrapper[b-xqw7sg98vh] {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
}

    .area-image-wrapper img[b-xqw7sg98vh] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .cafeteria-header[b-xqw7sg98vh] {
        padding: 16px 0;
        margin-bottom: 16px;
    }

    .cafeteria-title[b-xqw7sg98vh] {
        flex-direction: column;
        align-items: center;
        gap: 2px;
        width: fit-content;
        margin: 0 auto;
        padding-right: 4ch;
        padding-left: 4ch;
        padding-bottom: 6px;
        font-size: 1.6rem;
        letter-spacing: 0.18em;
        border-bottom: 1.5px solid #000080;
    }

    .cafeteria-title-sub[b-xqw7sg98vh] {
        font-size: 1.0rem;
        letter-spacing: 0.25em;
    }

    .total-congestion-card[b-xqw7sg98vh] {
        display: none;
    }

    .congestion-map-card[b-xqw7sg98vh] {
        flex-direction: column;
    }

    .mobile-map-title[b-xqw7sg98vh] {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 8px;
        margin-bottom: 10px;
        color: #111827;
        font-weight: 700;
        letter-spacing: 0.16em;
    }

        .mobile-map-title span:first-child[b-xqw7sg98vh] {
            font-size: 0.95rem;
        }

        .mobile-map-title span:last-child[b-xqw7sg98vh] {
            font-size: 0.75rem;
        }


    .summary-grid[b-xqw7sg98vh] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .summary-card[b-xqw7sg98vh] {
        height: 220px;
    }

    .area-grid[b-xqw7sg98vh] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .area-card-header[b-xqw7sg98vh] {
        height: 68px;
    }

    .area-title[b-xqw7sg98vh] {
        left: 6%;
    }

    .area-status[b-xqw7sg98vh] {
        right: 6%;
    }

    .area-title span:first-child[b-xqw7sg98vh] {
        font-size: 1.1rem;
        letter-spacing: 0.25em;
    }

    .area-title span:last-child[b-xqw7sg98vh] {
        font-size: 0.70rem;
        letter-spacing: 0.22em;
    }

    .area-status img[b-xqw7sg98vh] {
        height: 38px;
    }

    .area-image-wrapper[b-xqw7sg98vh] {
        height: 220px;
    }

    .toggle-button[b-xqw7sg98vh] {
        transform: translateX(12px);
    }
}
