/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

.page[b-semivb54l1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-semivb54l1] {
    flex: 1;
}

/* Sidebar blends with the orange gradient background */
.sidebar[b-semivb54l1] {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
}

/* Top row matches the header style from the HTML version */
.top-row[b-semivb54l1] {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-semivb54l1]  a, .top-row[b-semivb54l1]  .btn-link {
        color: #fff;
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .top-row[b-semivb54l1]  a:hover, .top-row[b-semivb54l1]  .btn-link:hover {
            color: #ff7f00;
            text-decoration: none;
        }

        .top-row[b-semivb54l1]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-semivb54l1] {
        justify-content: space-between;
    }

        .top-row[b-semivb54l1]  a, .top-row[b-semivb54l1]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-semivb54l1] {
        flex-direction: row;
    }

    .sidebar[b-semivb54l1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .top-row[b-semivb54l1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-semivb54l1]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-semivb54l1], article[b-semivb54l1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-semivb54l1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-semivb54l1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Layout footer and top-row link styling */

.top-row[b-semivb54l1]  .top-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .top-row[b-semivb54l1]  .top-link:hover {
        color: #ff7f00;
    }

.site-footer[b-semivb54l1] {
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 0.9rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

    .site-footer p[b-semivb54l1] {
        margin-bottom: 10px;
    }

    .site-footer[b-semivb54l1]  .footer-link {
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
        transition: color 0.3s ease;
    }

        .site-footer[b-semivb54l1]  .footer-link:hover {
            color: #ff7f00;
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu.razor.css */

.navbar-toggler[b-w2qdbggxy2] {
    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.12);
    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.70%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(0, 0, 0, 0.25);
}

    .navbar-toggler:checked[b-w2qdbggxy2] {
        background-color: rgba(255, 127, 0, 0.35);
        border-color: rgba(255, 127, 0, 0.55);
    }

.top-row[b-w2qdbggxy2] {
    height: 60px;
    background: rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
}

    .top-row .container-fluid[b-w2qdbggxy2] {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.navbar-brand.navbar-logo-center[b-w2qdbggxy2] {
    height: 60px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-logo-large[b-w2qdbggxy2] {
    height: 105px;
    width: auto;
    filter: invert(1);
    transform: translateY(-27px);
}

.bi[b-w2qdbggxy2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.03rem;
    top: -1px;
    background-size: cover;
}

/* Icon SVGs can stay as-is (they already render white) */
.bi-book-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752V14.5c-.647-.79-1.768-.94-3.112-.806-1.234.124-2.503.523-3.388.893V2.828z'/%3E%3Cpath d='M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v11.759c-.885-.37-2.154-.769-3.388-.893-1.344-.134-2.465.016-3.112.806V2.687z'/%3E%3C/svg%3E");
}

.bi-tools-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 0l2.5 2.5-1 1L0 1V0h1zM1 4l2.5 2.5 1-1L2 3V2H1v2zm4.5 1.5L14 14l-1 1-8.5-8.5 1-1z'/%3E%3Cpath d='M13.854 7.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0l6 6z'/%3E%3C/svg%3E");
}

.bi-envelope-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.708 2.825L15 11.105V5.383zM14.247 12.4 9.27 9.41 8 10.17 6.73 9.41 1.753 12.4A1 1 0 0 0 2 13h12a1 1 0 0 0 .247-.6zM1 11.105l4.708-2.897L1 5.383v5.722z'/%3E%3C/svg%3E");
}

.bi-speedometer-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a7 7 0 1 0 6.938 6.062.5.5 0 0 0-.99-.124A6 6 0 1 1 8 3a.5.5 0 0 0 0-1z'/%3E%3Cpath d='M6.664 12.754a.5.5 0 0 1-.38-.595l.57-2.85a1.5 1.5 0 1 1 2.292 0l.57 2.85a.5.5 0 0 1-.975.195l-.46-2.3a.5.5 0 1 0-.972 0l-.46 2.3a.5.5 0 0 1-.185.4z'/%3E%3Cpath d='M3.5 10a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5zm7 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-cloud-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.2 12.5h6.2c1.3 0 2.3-1 2.3-2.3 0-1.1-.8-2.1-1.9-2.3a3.4 3.4 0 0 0-6.6-.9A2.3 2.3 0 0 0 6.2 12.5z'/%3E%3C/svg%3E");
}

.bi-server-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3C!-- Server rows --%3E%3Crect x='2' y='2' width='12' height='3' rx='0.5' fill='white'/%3E%3Crect x='2' y='6.5' width='12' height='3' rx='0.5' fill='white'/%3E%3Crect x='2' y='11' width='12' height='3' rx='0.5' fill='white'/%3E%3C!-- Power button --%3E%3Ccircle cx='3.5' cy='3.5' r='0.55' fill='white'/%3E%3C!-- Air vents row 1 --%3E%3Crect x='6' y='3.2' width='0.8' height='0.6' fill='white'/%3E%3Crect x='7.4' y='3.2' width='0.8' height='0.6' fill='white'/%3E%3Crect x='8.8' y='3.2' width='0.8' height='0.6' fill='white'/%3E%3C!-- Air vents row 2 --%3E%3Crect x='6' y='7.7' width='0.8' height='0.6' fill='white'/%3E%3Crect x='7.4' y='7.7' width='0.8' height='0.6' fill='white'/%3E%3Crect x='8.8' y='7.7' width='0.8' height='0.6' fill='white'/%3E%3C!-- Air vents row 3 --%3E%3Crect x='6' y='12.2' width='0.8' height='0.6' fill='white'/%3E%3Crect x='7.4' y='12.2' width='0.8' height='0.6' fill='white'/%3E%3Crect x='8.8' y='12.2' width='0.8' height='0.6' fill='white'/%3E%3C/svg%3E");
}

.bi-speedometer-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M8 2a6 6 0 0 0-6 6c0 1.6.6 3 1.6 4.1.2.2.4.3.7.3h7.4c.3 0 .5-.1.7-.3A5.98 5.98 0 0 0 14 8a6 6 0 0 0-6-6zm3.4 9.1H4.6A4.47 4.47 0 0 1 3.5 8 4.5 4.5 0 0 1 8 3.5 4.5 4.5 0 0 1 12.5 8c0 1.2-.5 2.3-1.1 3.1z'/%3E%3Cpath fill='white' d='M8.6 8.9 11.7 6.8c.2-.1.3-.4.1-.6-.1-.2-.4-.3-.6-.1L8.1 8.2A1.1 1.1 0 1 0 8.6 8.9z'/%3E%3Ccircle cx='8' cy='8' r='0.9' fill='white'/%3E%3C/svg%3E");
}

.bi-shield-check-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.072.56A1.5 1.5 0 0 1 6.5 0h3a1.5 1.5 0 0 1 1.428.56l3 4.5a1.5 1.5 0 0 1 .072.84c-.35 2.2-1.4 4.2-3.2 5.8-1.1 1-2.3 1.8-3.8 2.4-1.5-.6-2.7-1.4-3.8-2.4C1.4 10.1.35 8.1 0 5.9a1.5 1.5 0 0 1 .072-.84l3-4.5z'/%3E%3Cpath d='M10.854 6.146a.5.5 0 0 1 0 .708L7.5 10.207 5.646 8.354a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-file-text-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 0h5.5L14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3Cpath d='M9.5 1.5V5a1 1 0 0 0 1 1H14'/%3E%3Cpath d='M4.5 9h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm0 2h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm0-4h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}

.bi-question-circle-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z'/%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.49-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.674-2.241-1.267 0-2.655.59-2.75 2.286z'/%3E%3Cpath d='M7.998 12.197a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

.bi-house-nav-menu[b-w2qdbggxy2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M8 1.5 1.5 7.1c-.2.2-.2.5 0 .7l.6.6c.2.2.5.2.7 0L3.5 7.8V14c0 .3.2.5.5.5h3.2v-4h1.6v4H12c.3 0 .5-.2.5-.5V7.8l.7.6c.2.2.5.2.7 0l.6-.6c.2-.2.2-.5 0-.7L8 1.5z'/%3E%3C/svg%3E");
}

.nav-item[b-w2qdbggxy2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w2qdbggxy2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w2qdbggxy2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w2qdbggxy2]  .nav-link {
        color: rgba(255, 255, 255, 0.80);
        background: none;
        border: none;
        border-radius: 6px;
        min-height: 3rem; /* keeps button size */
        line-height: normal; /* IMPORTANT: prevents overlap */
        padding: 0.6rem 0.75rem; /* gives consistent spacing */

        display: flex;
        align-items: center;
        gap: 0.75rem; /* replaces margin-right hacks */
        width: 100%;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .nav-item[b-w2qdbggxy2]  a.active {
        background-color: rgba(255, 127, 0, 0.35);
        color: #fff;
    }

    .nav-item[b-w2qdbggxy2]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.10);
        color: #fff;
    }

.nav-scrollable[b-w2qdbggxy2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-w2qdbggxy2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w2qdbggxy2] {
        display: none;
    }

    .nav-scrollable[b-w2qdbggxy2] {
        display: block;
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
}
/* --- Legal dropdown (no JS) --- */
.nav-group[b-w2qdbggxy2] {
    position: relative;
}

.nav-group-toggle[b-w2qdbggxy2] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Make the label look/act like your nav links */
.nav-group-label[b-w2qdbggxy2] {
    cursor: pointer;
    user-select: none;
}

/* caret on the right */
.nav-group-caret[b-w2qdbggxy2] {
    margin-left: auto;
    opacity: 0.8;
    transition: transform 0.2s ease;
}

/* children hidden by default */
.nav-group-items[b-w2qdbggxy2] {
    display: none;
    padding-top: 0.25rem;
}

/* open state */
.nav-group-toggle:checked ~ .nav-group-items[b-w2qdbggxy2] {
    display: block;
}

.nav-group-toggle:checked ~ .nav-group-label .nav-group-caret[b-w2qdbggxy2] {
    transform: rotate(180deg);
}

/* indent the children slightly */
.nav-child[b-w2qdbggxy2] {
    padding-left: 1.25rem !important;
}
/* Fix dropdown child spacing */
.nav-group-items .nav-link[b-w2qdbggxy2] {
    height: auto; /* allow it to grow */
    line-height: 1.4; /* normal text flow */
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.nav-group-items .nav-item + .nav-item[b-w2qdbggxy2] {
    margin-top: 0.15rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-si0ytlkctw],
.components-reconnect-repeated-attempt-visible[b-si0ytlkctw],
.components-reconnect-failed-visible[b-si0ytlkctw],
.components-pause-visible[b-si0ytlkctw],
.components-resume-failed-visible[b-si0ytlkctw],
.components-rejoining-animation[b-si0ytlkctw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-si0ytlkctw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-si0ytlkctw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-si0ytlkctw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-si0ytlkctw],
#components-reconnect-modal.components-reconnect-retrying[b-si0ytlkctw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-si0ytlkctw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-si0ytlkctw],
#components-reconnect-modal.components-reconnect-failed[b-si0ytlkctw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-si0ytlkctw] {
    display: block;
}


#components-reconnect-modal[b-si0ytlkctw] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-si0ytlkctw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-si0ytlkctw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-si0ytlkctw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-si0ytlkctw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-si0ytlkctw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-si0ytlkctw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-si0ytlkctw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-si0ytlkctw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-si0ytlkctw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-si0ytlkctw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-si0ytlkctw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-si0ytlkctw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-si0ytlkctw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-si0ytlkctw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-si0ytlkctw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-si0ytlkctw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-si0ytlkctw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-si0ytlkctw {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
/* About.razor.css */

section[b-920jo17fow] {
    padding: 60px 20px;
}

.hero[b-920jo17fow] {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

    .hero h2[b-920jo17fow] {
        font-size: 2.5rem;
    }

    .hero p[b-920jo17fow] {
        font-size: 1.2rem;
        margin: 10px 0 20px;
    }

.collage[b-920jo17fow] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

.collage-item[b-920jo17fow] {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .collage-item img[b-920jo17fow] {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

.text-box[b-920jo17fow] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Contact.razor.css */

section[b-lkz517l22v] {
    padding: 60px 20px;
}

.hero[b-lkz517l22v] {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

    .hero h1[b-lkz517l22v] {
        font-size: 2.25rem;
        margin-bottom: 10px;
    }

    .hero p[b-lkz517l22v] {
        font-size: 1.2rem;
        margin: 10px 0 20px;
        line-height: 1.6;
    }

.contact-details[b-lkz517l22v] {
    margin-top: 10px;
    text-align: left;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 16px;
}

.detail[b-lkz517l22v] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

    .detail:last-child[b-lkz517l22v] {
        border-bottom: none;
    }

.label[b-lkz517l22v] {
    min-width: 80px;
    font-weight: 700;
    color: #ff7f00;
}

.value[b-lkz517l22v] {
    color: #fff;
    text-decoration: none;
}

    .value:hover[b-lkz517l22v] {
        color: #ff7f00;
        text-decoration: underline;
    }

.cta[b-lkz517l22v] {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

    .cta[b-lkz517l22v]  a.cta-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 26px;
        font-size: 1.05rem;
        font-weight: 600;
        color: #ffffff !important;
        background: rgba(0, 0, 0, 0.65) !important;
        border-radius: 999px;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
        transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    }

        .cta[b-lkz517l22v]  a.cta-link:hover {
            background: rgba(255, 127, 0, 0.85) !important;
            color: #000 !important;
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(255, 127, 0, 0.45);
        }

        .cta[b-lkz517l22v]  a.cta-link:active {
            transform: translateY(-1px);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5);
        }

        .cta[b-lkz517l22v]  a.cta-link.secondary {
            background: rgba(0, 0, 0, 0.45) !important;
        }

            .cta[b-lkz517l22v]  a.cta-link.secondary:hover {
                background: rgba(255, 127, 0, 0.65) !important;
            }
/* /Components/Pages/Home.razor.rz.scp.css */
/* Home.razor.css */

section[b-deoyiu6kbx] {
    padding: 60px 20px;
}

.intro[b-deoyiu6kbx] {
    padding-top: 40px;
}

.hero[b-deoyiu6kbx] {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.hero-wide[b-deoyiu6kbx] {
    max-width: 980px;
}

.hero h1[b-deoyiu6kbx] {
    font-size: 2.25rem;
    margin-bottom: 10px;
}

.hero h2[b-deoyiu6kbx] {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.hero p[b-deoyiu6kbx] {
    font-size: 1.2rem;
    margin: 10px 0 20px;
    line-height: 1.6;
}

.heroLink[b-deoyiu6kbx] {
    color: #ff7f00;
    text-decoration: underline;
    transition: color 0.3s ease;
}

    .heroLink:hover[b-deoyiu6kbx] {
        color: #fff;
    }
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
/* PrivacyPolicy.razor.css */

section[b-bkip689tq2] {
    padding: 60px 20px;
}

.policy[b-bkip689tq2] {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    text-align: left;
}

    .policy h1[b-bkip689tq2] {
        font-size: 2.25rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .policy h2[b-bkip689tq2] {
        font-size: 1.6rem;
        margin: 20px 0 10px;
        text-align: center;
    }

    .policy p[b-bkip689tq2],
    .policy ul[b-bkip689tq2] {
        font-size: 1.1rem;
        line-height: 1.7;
        margin: 10px 0;
        color: #fff;
    }

    .policy ul[b-bkip689tq2] {
        padding-left: 1.25rem;
    }

    .policy a[b-bkip689tq2] {
        color: #ff7f00;
        text-decoration: none;
    }

        .policy a:hover[b-bkip689tq2] {
            color: #fff;
            text-decoration: underline;
        }

    /* Collapsible sections */

    .policy details[b-bkip689tq2] {
        margin-top: 14px;
        background: rgba(0, 0, 0, 0.35);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        overflow: hidden;
    }

    .policy summary[b-bkip689tq2] {
        list-style: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 1.15rem;
        font-weight: 700;
        color: #ff7f00;
        user-select: none;
    }

    .policy summary[b-bkip689tq2] {
        list-style: none;
    }

        .policy summary[b-bkip689tq2]::after {
            content: "+";
            float: right;
            color: rgba(255, 255, 255, 0.85);
            font-size: 1.25rem;
            line-height: 1;
        }

    .policy details[open] summary[b-bkip689tq2]::after {
        content: "−";
    }

.details-body[b-bkip689tq2] {
    padding: 0 16px 14px 16px;
}

.policy details:focus-within[b-bkip689tq2] {
    box-shadow: 0 0 0 3px rgba(255, 127, 0, 0.35);
}
/* /Components/Pages/Services.razor.rz.scp.css */
/* Services.razor.css */

section[b-ne7ysit59m] {
    padding: 60px 20px;
}

.intro[b-ne7ysit59m] {
    padding-top: 40px;
    padding-bottom: 20px;
}

.hero[b-ne7ysit59m] {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

    .hero h1[b-ne7ysit59m] {
        font-size: 2.25rem;
        margin-bottom: 10px;
    }

    .hero p[b-ne7ysit59m] {
        font-size: 1.2rem;
        margin: 10px 0 0;
        line-height: 1.6;
    }

.services-table[b-ne7ysit59m] {
    width: 100%;
    max-width: 1100px;
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 1rem;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

    .services-table th[b-ne7ysit59m], .services-table td[b-ne7ysit59m] {
        border: 1px solid rgba(255, 255, 255, 0.18);
        padding: 10px;
        text-align: left;
        vertical-align: top;
    }

    .services-table th[b-ne7ysit59m] {
        background-color: #ff7f00;
        color: white;
    }

    .services-table caption[b-ne7ysit59m] {
        caption-side: top;
        text-align: center;
        margin-bottom: 14px;
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.5px;
    }

.cta[b-ne7ysit59m] {
    margin-top: 40px;
    text-align: center;
}

    .cta[b-ne7ysit59m]  a.cta-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 16px 40px;
        font-size: 1.15rem;
        font-weight: 600;
        color: #ffffff !important;
        background: rgba(255, 127, 0, 0.85) !important;
        border-radius: 999px;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
        transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    }

        .cta[b-ne7ysit59m]  a.cta-link:hover {
            background: rgba(255, 127, 0, 0.85) !important;
            color: #fff !important;
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(255, 127, 0, 0.45);
        }

        .cta[b-ne7ysit59m]  a.cta-link:active {
            transform: translateY(-1px);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5);
        }

        .cta[b-ne7ysit59m]  a.cta-link:focus-visible {
            outline: none;
            box-shadow: 0 0 0 3px rgba(255, 127, 0, 0.4), 0 8px 20px rgba(0, 0, 0, 0.45);
        }

.cta-link[b-ne7ysit59m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    background: linear-gradient(135deg, #ffffff, #f2f2f2);
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    border: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .cta-link:hover[b-ne7ysit59m] {
        transform: translateY(-3px);
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
        color: #000;
    }

    .cta-link:active[b-ne7ysit59m] {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    }

@media (max-width: 640.98px) {
    .services-table[b-ne7ysit59m] {
        font-size: 0.95rem;
    }

        .services-table th[b-ne7ysit59m], .services-table td[b-ne7ysit59m] {
            padding: 10px 8px;
        }
}
/* /Components/Pages/SpeedTest.razor.rz.scp.css */
/* SpeedTest.razor.css */

section[b-h6do85vq75] {
    padding: 60px 20px;
}

.hero[b-h6do85vq75] {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

    .hero h1[b-h6do85vq75] {
        font-size: 2.25rem;
        margin-bottom: 10px;
    }

    .hero p[b-h6do85vq75] {
        font-size: 1.2rem;
        margin: 10px 0 20px;
        line-height: 1.6;
    }

.ost-wrap[b-h6do85vq75] {
    text-align: right;
}

.ost-frame[b-h6do85vq75] {
    min-height: 360px;
    background: rgba(0, 0, 0, 0.8);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640.98px) {
    .ost-frame[b-h6do85vq75] {
        padding: 12px;
    }

    .ost-credit[b-h6do85vq75] {
        text-align: center;
    }
}

.ost-ratio[b-h6do85vq75] {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ost-credit[b-h6do85vq75] {
    margin-top: 10px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

    .ost-credit a[b-h6do85vq75] {
        color: #ff7f00;
        text-decoration: none;
        margin-left: 6px;
        transition: color 0.2s ease;
    }

        .ost-credit a:hover[b-h6do85vq75] {
            color: #fff;
            text-decoration: underline;
        }
/* /Components/Pages/story.razor.rz.scp.css */
/* Story.razor.css */

section[b-v8dy3keblh] {
    padding: 60px 20px;
}

.hero[b-v8dy3keblh] {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

    .hero h2[b-v8dy3keblh] {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .hero p[b-v8dy3keblh] {
        font-size: 1.2rem;
        margin: 10px 0 20px;
        line-height: 1.6;
    }
/* /Components/Pages/TermsOfService.razor.rz.scp.css */
/* TermsOfService.razor.css */

section[b-pizihiseat] {
    padding: 60px 20px;
}

.policy[b-pizihiseat] {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    text-align: left;
}

    .policy h1[b-pizihiseat] {
        font-size: 2.25rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .policy h2[b-pizihiseat] {
        font-size: 1.6rem;
        margin: 20px 0 10px;
        text-align: center;
    }

    .policy p[b-pizihiseat],
    .policy ul[b-pizihiseat] {
        font-size: 1.1rem;
        line-height: 1.7;
        margin: 10px 0;
        color: #fff;
    }

    .policy a[b-pizihiseat] {
        color: #ff7f00;
        text-decoration: none;
    }

        .policy a:hover[b-pizihiseat] {
            color: #fff;
            text-decoration: underline;
        }

    /* Collapsible sections */

    .policy details[b-pizihiseat] {
        margin-top: 14px;
        background: rgba(0, 0, 0, 0.35);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        overflow: hidden;
    }

    .policy summary[b-pizihiseat] {
        list-style: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 1.15rem;
        font-weight: 700;
        color: #ff7f00;
        user-select: none;
    }

        .policy summary[b-pizihiseat]::after {
            content: "+";
            float: right;
            color: rgba(255, 255, 255, 0.85);
            font-size: 1.25rem;
            line-height: 1;
        }

    .policy details[open] summary[b-pizihiseat]::after {
        content: "−";
    }

.details-body[b-pizihiseat] {
    padding: 0 16px 14px 16px;
}

.policy details:focus-within[b-pizihiseat] {
    box-shadow: 0 0 0 3px rgba(255, 127, 0, 0.35);
}
/* /Components/Pages/Weather.razor.rz.scp.css */
section[b-6wknnnjfdw] {
    padding: 60px 20px;
}

.hero[b-6wknnnjfdw] {
    max-width: 1050px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.header[b-6wknnnjfdw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.title h1[b-6wknnnjfdw] {
    font-size: 2.25rem;
    margin: 0 0 6px;
}

.sub[b-6wknnnjfdw] {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
}

.refresh[b-6wknnnjfdw] {
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.15s ease, transform 0.15s ease;
}

    .refresh:hover[b-6wknnnjfdw] {
        background: rgba(255, 127, 0, 0.75);
        color: #000;
        transform: translateY(-1px);
    }

    .refresh:disabled[b-6wknnnjfdw] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.status[b-6wknnnjfdw] {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
}

.spinner[b-6wknnnjfdw] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top-color: #ff7f00;
    animation: spin-b-6wknnnjfdw 1s linear infinite;
}

@keyframes spin-b-6wknnnjfdw {
    to {
        transform: rotate(360deg);
    }
}

.error[b-6wknnnjfdw] {
    margin-top: 18px;
    padding: 16px;
    border-radius: 10px;
    background: rgba(179, 33, 33, 0.25);
    border: 1px solid rgba(255, 127, 0, 0.35);
}

.error-title[b-6wknnnjfdw] {
    font-weight: 800;
    margin-bottom: 6px;
}

.error-body[b-6wknnnjfdw] {
    color: rgba(255, 255, 255, 0.85);
}

.now[b-6wknnnjfdw] {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
}

.now-left[b-6wknnnjfdw] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.temp[b-6wknnnjfdw] {
    font-size: 3rem;
    font-weight: 900;
    color: #ff7f00;
    line-height: 1;
}

.name[b-6wknnnjfdw] {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
}

.short[b-6wknnnjfdw] {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 2px;
}

.icon[b-6wknnnjfdw] {
    width: 86px;
    height: 86px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.updated[b-6wknnnjfdw] {
    margin-top: 10px;
    text-align: right;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
}

.cards[b-6wknnnjfdw] {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.card[b-6wknnnjfdw] {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 14px;
    text-align: left;
}

.card-title[b-6wknnnjfdw] {
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.card-temp[b-6wknnnjfdw] {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ff7f00;
    margin-bottom: 6px;
}

.card-forecast[b-6wknnnjfdw] {
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 900px) {
    .cards[b-6wknnnjfdw] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640.98px) {
    .header[b-6wknnnjfdw] {
        flex-direction: column;
        align-items: stretch;
    }

    .refresh[b-6wknnnjfdw] {
        width: 100%;
    }

    .now[b-6wknnnjfdw] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .now-left[b-6wknnnjfdw] {
        flex-direction: column;
    }

    .cards[b-6wknnnjfdw] {
        grid-template-columns: 1fr;
    }

    .updated[b-6wknnnjfdw] {
        text-align: center;
    }
}
