/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-8zkfxff95u] {
    min-height: 100vh;
    max-height: 50vh;
    display: flex;
    margin: auto;
    padding: 2rem 1rem 3rem;
    align-items: center;
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    justify-content: space-around;
    margin-bottom: 0;
    margin-top: 0;
}

.login-content[b-8zkfxff95u] {
    /*display: flex;
    justify-content:  flex-start;
    align-items: center;*/
    min-height: 65vh;
    max-height: 100vh;
}

.login-content > *[b-8zkfxff95u] {
    width: 100%;
}

.login-visual[b-8zkfxff95u] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-image[b-8zkfxff95u] {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.login-card[b-8zkfxff95u] {
    background-color: white;
    border: 1px solid var(--color-border);
    padding: 2.5rem;
    border-radius: 6px;
    width: 100%;
    max-width: 700px;
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--color-text);
}

.login-title[b-8zkfxff95u] {
    font-size: 1.8rem;
    color: var(--color-text);
}

.login-subtitle[b-8zkfxff95u] {
    color: var(--color-text);
    margin-bottom: 1.5rem;
}

.form-control[b-8zkfxff95u] {
    font-family: 'Assistant', sans-serif;
    color: var(--color-text);
    border: 1px solid var(--color-border);
    background-color: var(--color-background);
}

    .form-control:focus[b-8zkfxff95u] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--color-primary);
        border-color: var(--color-primary);
    }

.form-check-label[b-8zkfxff95u] {
    font-family: 'Assistant', sans-serif;
    color: var(--color-text);
}

.darker-border-checkbox[b-8zkfxff95u] {
    border-color: var(--color-border);
}

 

.login-links[b-8zkfxff95u] {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .login-links a[b-8zkfxff95u] {
        color: var(--color-primary);
        text-decoration: none;
    }

        .login-links a:hover[b-8zkfxff95u] {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .login-visual[b-8zkfxff95u] {
        display: none;
    }

    .login-card[b-8zkfxff95u] {
        margin-left: 0;
        max-width: 100%;
        padding: 2rem;
    }
}

[b-8zkfxff95u]::-ms-reveal {
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 3px currentColor;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.register-page[b-1bu7bw5r8m] {
    min-height: 75vh;
    display: flex;
    align-items: center;
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    justify-content: space-around;
}

.register-visual[b-1bu7bw5r8m] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.register-image[b-1bu7bw5r8m] {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.register-card[b-1bu7bw5r8m] {
    background-color: white;
    border: 1px solid var(--color-border);
    padding: 2.5rem;
    border-radius: 6px;
    width: 100%;
    max-width: 700px;
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--color-text);
}

.register-title[b-1bu7bw5r8m] {
    font-size: 1.8rem;
    color: var(--color-text);
}

.register-subtitle[b-1bu7bw5r8m] {
    color: var(--color-text);
    margin-bottom: 1.5rem;
}

.form-control[b-1bu7bw5r8m] {
    font-family: 'Assistant', sans-serif;
    color: var(--color-text);
    border: 1px solid var(--color-border);
    background-color: var(--color-background);
}

    .form-control:focus[b-1bu7bw5r8m] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--color-primary);
        border-color: var(--color-red) !important;
    }

.form-check-label[b-1bu7bw5r8m] {
    font-family: 'Assistant', sans-serif;
    color: var(--color-text);
}

.darker-border-checkbox[b-1bu7bw5r8m] {
    border-color: var(--color-border);
}

.btn-primary[b-1bu7bw5r8m] {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    font-family: 'Assistant', sans-serif;
    transition: background-color 0.2s ease;
}

    .btn-primary:hover[b-1bu7bw5r8m] {
        background-color: #b41b16;
        border-color: #b41b16;
        color: white;
    }

.register-links[b-1bu7bw5r8m] {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .register-links a[b-1bu7bw5r8m] {
        color: var(--color-primary);
        text-decoration: none;
    }

        .register-links a:hover[b-1bu7bw5r8m] {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .register-visual[b-1bu7bw5r8m] {
        display: none;
    }

    .register-card[b-1bu7bw5r8m] {
        margin-left: 0;
        max-width: 100%;
        padding: 2rem;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-page[b-ls52m15him] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.manage-nav-wrapper[b-ls52m15him] {
    width: 100%;
    max-width: 720px;
}

.manage-content[b-ls52m15him] {
    width: 100%;
    max-width: 720px;
    display: flex;
    justify-content: center;
}
    .manage-page + h1[b-ls52m15him],
    h1[b-ls52m15him] {
        text-align: center;
        font-size: 1.9rem;
        font-weight: 600;
        color: #111827;
        font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    .manage-page > h2[b-ls52m15him] {
        text-align: center;
        font-size: 1.35rem;
        font-weight: 500;
        color: #374151;
        margin-bottom: 0.5rem;
    }

    .manage-page > hr[b-ls52m15him] {
        width: 90px;
        height: 3px;
        margin: 0 auto 2.5rem;
        border: none;
        background-color: var(--color-red);
        border-radius: 999px;
    }

    .manage-page .col-md-3[b-ls52m15him] {
        margin-bottom: 2rem;
    }


@media (max-width: 767px) {
    h1[b-ls52m15him] {
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }

    .manage-page > h2[b-ls52m15him] {
        font-size: 1.2rem;
    }

    .manage-content[b-ls52m15him] {
        margin-top: 1.5rem;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.account-mini-nav[b-loy7vzkzqo] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    padding: 0.5rem;
    margin: 0 0 2rem 0;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

    .account-mini-nav .nav-item[b-loy7vzkzqo] {
        padding: 0;
        background: white;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.04);
        border-radius: 8px;
        border-color: black;
    }

    .account-mini-nav[b-loy7vzkzqo]  .nav-link {
        color: var(--color-cool-black);
        background: transparent;
        border-radius: 8px;
        padding: 0.55rem 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
        font-weight: 500;
        white-space: nowrap;
        transition: all 0.2s ease;
    }

        .account-mini-nav[b-loy7vzkzqo]  .nav-link:hover {
            background-color: var(--color-cool-gray-11);
            color: white;
        }


    .account-mini-nav[b-loy7vzkzqo]  a.active {
        background-color: var(--color-red);
        color: white;
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

/* /Components/Layout/LandingLayout.razor.rz.scp.css */


.landing-layout[b-gdyklwv8wo] {
    position: relative;
    width: 100%;
}


.landing-header[b-gdyklwv8wo] {
    position: absolute;
    top: 2rem;
    right: 2rem;
    left: auto;
    width: auto;
    z-index: 100;
    pointer-events: auto;
}

.landing-header__inner[b-gdyklwv8wo] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    pointer-events: auto;
}


.landing-header select[b-gdyklwv8wo] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0.35rem 1.6rem 0.35rem 0.4rem;
    cursor: pointer;
    outline: none;
    transition: all 0.25s ease;
}


    .landing-header select:hover[b-gdyklwv8wo] {
        color: white;
    }


.language-selector select[b-gdyklwv8wo] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.3rem 1.4rem 0.3rem 0.3rem;
    cursor: pointer;
    outline: none;
    transition: color 0.2s ease;
}

    .language-selector select:hover[b-gdyklwv8wo] {
        color: white;
    }

    .language-selector select option[b-gdyklwv8wo] {
        background: #111;
        color: white;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-enaz3bzz29] {
    display: flex;
    min-height: 100dvh;
    background: linear-gradient(to bottom, white, var(--color-cool-gray-2));
}


.page-content[b-enaz3bzz29] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

    .page-content article[b-enaz3bzz29] {
        flex: 1 1 auto;
    }

main[b-enaz3bzz29] {
    flex: 1 1 auto;
    transition: margin 0.25s ease;
}

.content-full-width[b-enaz3bzz29] {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 72px;

    @media (max-width: 768px) {
        margin-left: 0px;[b-enaz3bzz29]
    }
}


    img[b-enaz3bzz29] {
        max-width: 100%;
        height: auto;
    }


    .stripes-visual[b-enaz3bzz29] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    .content.px-4[b-enaz3bzz29] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .header-row[b-enaz3bzz29] {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        padding-left: 2rem;
    }

    .header-link[b-enaz3bzz29] {
        margin-left: auto;
        white-space: nowrap;
    }

    .top-row[b-enaz3bzz29] {
        background-color: var(--color-black);
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        align-items: center;
    }

        .top-row[b-enaz3bzz29]  a,
        .top-row[b-enaz3bzz29]  .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
            text-decoration: none;
        }

            .top-row[b-enaz3bzz29]  a:hover,
            .top-row[b-enaz3bzz29]  .btn-link:hover {
                text-decoration: underline;
            }

            .top-row[b-enaz3bzz29]  a:first-child {
                overflow: hidden;
                text-overflow: ellipsis;
            }


    @media (max-width: 768px) {

        .page[b-enaz3bzz29] {
            flex-direction: column;
            margin-left: 72px;
        }

        main[b-enaz3bzz29] {
            margin-left: 0 !important;
        }

        .page-content[b-enaz3bzz29] {
            width: 100%;
        }

        .header-row[b-enaz3bzz29] {
            padding-left: 1rem;
            padding-right: 1rem;
            gap: 0.5rem;
        }

        .header-link[b-enaz3bzz29] {
            font-size: 0.85rem;
        }

        .top-row[b-enaz3bzz29] {
            justify-content: space-between;
        }

            .top-row[b-enaz3bzz29]  a,
            .top-row[b-enaz3bzz29]  .btn-link {
                margin-left: 0;
            }

        .content.px-4[b-enaz3bzz29] {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }
    }

    @media (min-width: 769px) {

        .page[b-enaz3bzz29] {
            flex-direction: row;
            margin-left: 72px;
        }


        .top-row[b-enaz3bzz29] {
            position: sticky;
            top: 0;
            z-index: 1;
        }

            .top-row.auth[b-enaz3bzz29]  a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        article[b-enaz3bzz29] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }

        .top-row[b-enaz3bzz29] {
            padding-right: 0 !important;
        }

        footer[b-enaz3bzz29] {
            flex-direction: column;
            text-align: center;
        }

            footer p[b-enaz3bzz29] {
                text-align: center;
            }
    }


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

        #blazor-error-ui .dismiss[b-enaz3bzz29] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yk2yj20awt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--color-cool-gray-11);
    border-radius: 4px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' 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.08);
}

    .navbar-toggler:checked[b-yk2yj20awt] {
        background-color: var(--color-cool-gray-7);
    }

.top-row[b-yk2yj20awt] {
    height: 3.5rem;
    background-color: var(--color-black);
    border-bottom: 1px solid var(--color-cool-gray-11);
    display: flex;
    align-items: center;
}   
    
.logo-compact[b-yk2yj20awt] {
    display: none;
}   
    
.top-row.--collapsed[b-yk2yj20awt] {
    align-items: flex-end;
}   
    
    .top-row.--collapsed .logo-full[b-yk2yj20awt] {
        display: none;
        opacity: 0;
        transform: scale(0.9);
    }
    
    .top-row.--collapsed .logo-compact[b-yk2yj20awt] {
        display: block;
        width: 2.5rem;
        opacity: 1;
        margin-left: 180px; 
    }

.top-row-logo[b-yk2yj20awt] {
    height: 100%;
    max-height: 2.5rem;
    width: 15rem;
    object-fit: contain;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.navbar-brand[b-yk2yj20awt] {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.bi[b-yk2yj20awt] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
}

.nav-icon[b-yk2yj20awt] {
    width: 18px;
    height: 18px;
    margin-right: 0.75rem;
    object-fit: contain;
    display: block;
    filter: invert(19%) sepia(98%) saturate(7496%) hue-rotate(357deg) brightness(96%) contrast(119%);
    transform: translateX(5px);
}

.nav-link.active .nav-icon[b-yk2yj20awt] {
    filter: none; 
}

.nav-item[b-yk2yj20awt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
    
    .nav-item[b-yk2yj20awt]  a.active .bi {
        filter: brightness(0);
    }

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

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

    .nav-item[b-yk2yj20awt]  .nav-link {
        color: var(--color-cool-gray-2);
        background: none;
        border: none;
        border-radius: 0;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
        text-decoration: none;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        .nav-item[b-yk2yj20awt]  .nav-link:hover {
            background-color: var(--color-cool-gray-11);
            color: white;
        }

    .nav-item[b-yk2yj20awt]  a.active {
        background-color: var(--color-red) !important;
        color: white;
    }

.collapse-btn[b-yk2yj20awt] {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    margin-left: auto;
    padding: 0.25rem;
    display: flex;
    align-items: center;
}

.spacer[b-yk2yj20awt] {
    flex-grow: 1;
}

.nav-scrollable[b-yk2yj20awt] {
    height: 90%;
    min-height: 95vh;
    display: flex;
    flex-direction: column;
}

    .nav-scrollable nav[b-yk2yj20awt] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .nav-scrollable.nav--collapsed[b-yk2yj20awt] {
      /*  display: flex;
        flex-direction: column;*/
        align-items: flex-end;
        padding-right: 10px;
        
    }
        
        .nav-scrollable.nav--collapsed .nav-item[b-yk2yj20awt] {
            width: auto;
            display: flex;
            justify-content: center;
        }

            .nav-scrollable.nav--collapsed .nav-item[b-yk2yj20awt]  .nav-link {
                width: 48px;
                height: 48px;
                padding: 0 !important;
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        
        .nav-scrollable.nav--collapsed .nav-item[b-yk2yj20awt]  .nav-link:hover {
            background-color: var(--color-cool-gray-7);
        }

        .nav-scrollable.nav--collapsed .nav-item[b-yk2yj20awt]  .nav-link {
            padding: 0 !important;
        }

            .nav-scrollable.nav--collapsed .nav-item[b-yk2yj20awt]  a.active {
                background-color: var(--color-cool-gray-7);
                color: white;
            }

        .nav-scrollable.nav--collapsed .nav-text[b-yk2yj20awt] {
            display: none;
        }

        .nav-scrollable.nav--collapsed .bi[b-yk2yj20awt] {
            margin: 0 !important;
        }

@media (max-width: 768px) {

    .nav-scrollable[b-yk2yj20awt] {
        align-items: stretch !important;
    }

        .nav-scrollable.nav--collapsed[b-yk2yj20awt] {
            align-items: stretch !important;
        }

            .nav-scrollable.nav--collapsed .nav-text[b-yk2yj20awt] {
                display: inline !important;
            }

            .nav-scrollable.nav--collapsed .nav-item[b-yk2yj20awt]  .nav-link {
                width: 100% !important;
                height: 3rem !important;
                justify-content: flex-start !important;
                padding: 0 1rem !important;
                border-radius: 0 !important;
            }

    .nav-icon[b-yk2yj20awt] {
        transform: none;
    }

}

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background-color: var(--color-black);
    }
}*/

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-s4mgay8rz5],
.components-reconnect-repeated-attempt-visible[b-s4mgay8rz5],
.components-reconnect-failed-visible[b-s4mgay8rz5],
.components-pause-visible[b-s4mgay8rz5],
.components-resume-failed-visible[b-s4mgay8rz5],
.components-rejoining-animation[b-s4mgay8rz5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-s4mgay8rz5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-s4mgay8rz5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-s4mgay8rz5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-s4mgay8rz5],
#components-reconnect-modal.components-reconnect-retrying[b-s4mgay8rz5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-s4mgay8rz5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-s4mgay8rz5],
#components-reconnect-modal.components-reconnect-failed[b-s4mgay8rz5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-s4mgay8rz5] {
    display: block;
}


#components-reconnect-modal[b-s4mgay8rz5] {
    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-s4mgay8rz5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-s4mgay8rz5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-s4mgay8rz5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-s4mgay8rz5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-s4mgay8rz5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-s4mgay8rz5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-s4mgay8rz5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-s4mgay8rz5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-s4mgay8rz5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-s4mgay8rz5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-s4mgay8rz5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-s4mgay8rz5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-s4mgay8rz5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-s4mgay8rz5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-s4mgay8rz5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-s4mgay8rz5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-s4mgay8rz5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-s4mgay8rz5 {
    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/Layout/SidebarHost.razor.rz.scp.css */
.sidebar-toggle[b-mxixgsns12] {
    display:  none;
}


@media (min-width: 769px) {

    .sidebar-toggle[b-mxixgsns12] {
        display: none;
    }

    .sidebar[b-mxixgsns12] {
        position: fixed;
        left: 0;
        top: 0;
        width: 250px;
        height: 100vh;
        z-index: 1000;
        background-color: black;
        transition: transform 0.3s ease;
    }

    .sidebar-hidden[b-mxixgsns12] {
        transform: translateX(calc(-100% + 72px));
    }

    .sidebar-overlay[b-mxixgsns12] {
        display: none;
    }
}


@media (max-width: 768px) {

    .sidebar-toggle[b-mxixgsns12] {
        display: flex;
        position: fixed;
        top: 0.9rem;
        left: 1rem;
        z-index: 1100;
        background: transparent;
        color: white;
        border: none;
        font-size: 1.4rem;
        cursor: pointer;
    }

    .sidebar[b-mxixgsns12] {
        position: fixed;
        left: 0;
        top: 0;
        width: 250px;
        height: 100dvh;
        background-color: black;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

        .sidebar.sidebar-open[b-mxixgsns12] {
            transform: translateX(0);
        }


    .sidebar-overlay[b-mxixgsns12] {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 900;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */


.home-page[b-ee03mlbm41] {
    max-width: 100vh;
    margin: auto;
    padding: 2rem 1rem 3rem;
    align-items: center;
    font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
}

    .home-page > h1[b-ee03mlbm41],
    h1[b-ee03mlbm41] {
        text-align: center;
        font-size: 1.9rem;
        font-weight: 600;
        font-family: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    .home-page > h2[b-ee03mlbm41] {
        text-align: center;
        font-size: 1.35rem;
        font-weight: 500; 
        margin-bottom: 0.5rem;
    }

    .home-page > hr[b-ee03mlbm41] {
        width: 90px;
        height: 3px;
        margin: 0 auto 2.5rem;
        border: none;
        background-color: var(--color-red);
        border-radius: 999px;
    }

.home-content[b-ee03mlbm41] {
    /*display: flex;
    justify-content:  flex-start;
    align-items: center;*/
    min-height: 65vh;
    max-height: 100vh;
}



    .home-content > *[b-ee03mlbm41] {
        width: 100%;
    }

.home-card[b-ee03mlbm41] {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 2.5rem 3rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
   /* max-width: 720px;*/
    margin: 0 auto;
}

.home-card-btn[b-ee03mlbm41] {
    all: unset;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    border-radius: 14px;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

    .home-card-btn img[b-ee03mlbm41] {
        width: 120px;
        height: auto;
        user-select: none;
        pointer-events: none;
    }

    .home-card-btn span[b-ee03mlbm41] {
        font-size: 1rem;
        font-weight: 500;
        color: #374151;
    }

    .home-card-btn:hover[b-ee03mlbm41] {
        background-color: #f9fafb;
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    .home-card-btn:focus-visible[b-ee03mlbm41] {
        outline: 2px solid var(--color-red);
        outline-offset: 4px;
    }

@media (max-width: 767px) {

    h1[b-ee03mlbm41] {
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }

    .home-page > h2[b-ee03mlbm41] {
        font-size: 1.2rem;
    }

    .home-content[b-ee03mlbm41] {
        margin-top: 1.5rem;
        min-height: auto;
    }

    .home-card[b-ee03mlbm41] {
        flex-direction: column;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
    }

    .home-card-btn img[b-ee03mlbm41] {
        width: 100px;
    }
}
/* /Components/Pages/LandingPage.razor.rz.scp.css */
html[b-6isixd4l25], body[b-6isixd4l25] {
    height: 100%;
    overflow: hidden;
}

.landing[b-6isixd4l25] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #0f0f0f;
    color: #eaeaea;
    height: 100svh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}


.landing section[b-6isixd4l25] {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: 100svh;
    box-sizing: border-box;
    padding: 5rem 2rem;
}


.landing-language[b-6isixd4l25] {
    position: relative;
    top: 2rem;
    right: 2rem;
    z-index: 60;
}



.landing__tour-section[b-6isixd4l25] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.tour-section-container[b-6isixd4l25] {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing[b-6isixd4l25]::before {
    content: "";
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(120,0,0,0.15), transparent 60%), radial-gradient(circle at 20% 70%, rgba(80,0,0,0.12), transparent 60%);
    animation: ambientDrift-b-6isixd4l25 30s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}



.section-header[b-6isixd4l25] {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.section-tag[b-6isixd4l25] {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.6;
    display: inline-block;
    margin-bottom: 1rem;
}

.section-header h2[b-6isixd4l25] {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
}

.section-header p[b-6isixd4l25] {
    opacity: 0.7;
}

.panel[b-6isixd4l25] {
    position: relative;
    background: linear-gradient(145deg, #151515, #1a1a1a);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(255,255,255,0.03);
    transition: transform 0.5s var(--cubic-smooth), box-shadow 0.5s var(--cubic-smooth), border-color 0.3s ease;
}   
    
.panel:hover[b-6isixd4l25] {
    transform: translateY(-6px);
    border-color: rgba(255,0,0,0.35);
    box-shadow: 0 30px 70px rgba(0,0,0,0.7), 0 8px 25px rgba(255,0,0,0.12);
}


.panel[b-6isixd4l25]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient( 120deg, transparent 30%, rgba(255,255,255,0.04), transparent 70% );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.panel:hover[b-6isixd4l25]::after {
    opacity: 1;
}

.landing__hero[b-6isixd4l25] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    min-height: 100vh;
    padding: 0 2rem;
    overflow: hidden;
    color: white;
    background: linear-gradient( -45deg, #000000, #140000, #5a0000, #0d0000);
    background-size: 400% 400%;
    animation: gradientShift-b-6isixd4l25 18s ease infinite;
    color: white;
}   
    
    .landing__hero[b-6isixd4l25]::after {
        content: "";
        position: absolute;
        width: 800px;
        height: 800px;
        background: radial-gradient(circle, rgba(255,0,0,0.25), transparent 60%);
        right: -200px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 0;
        filter: blur(80px);
    }

    .landing__hero[b-6isixd4l25]::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 180px;
        background: linear-gradient( to bottom, rgba(15,15,15,0) 0%, rgba(15,15,15,0.6) 40%, #0f0f0f 100% );
        z-index: 1;
        pointer-events: none;
    }

@media (max-width: 991px) {
    .landing__hero[b-6isixd4l25] {
        flex-direction: column;
        text-align: center;
        padding: 5rem 2rem;
    }
}

.landing__hero-content[b-6isixd4l25] {
    position: relative;
    z-index: 2;
    transform: translateY(-50px);
}

.hero-background[b-6isixd4l25] {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-background-track[b-6isixd4l25] {
    display: flex;
    width: max-content;
    animation: heroScroll-b-6isixd4l25 60s linear infinite;
    opacity: 0.25;
    mix-blend-mode: lighten;
    height: 100%;
}

    .hero-background-track img[b-6isixd4l25] {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }

.hero-logo[b-6isixd4l25] {
    margin-bottom: 2rem;
}

    .hero-logo img[b-6isixd4l25] {
        width: auto;
        max-width: 100%;
        height: clamp(140px, 20vw, 400px);
        filter: drop-shadow(0 10px 30px rgba(255,0,0,0.35));
        transition: transform 0.4s ease;
    }

.landing__hero p[b-6isixd4l25] {
    font-size: 1.2rem;
    opacity: 0.85;
    margin-bottom: 2.5rem;
}

@media (max-width: 1380px) {
    .steps-line[b-6isixd4l25] {
        display: none;
    }
}

@media (max-width: 768px) {

    .landing[b-6isixd4l25] {
        scroll-snap-type: none;
    }

        .landing section[b-6isixd4l25] {
            scroll-snap-align: none;
        }


        .landing section[b-6isixd4l25] {
            padding: 3rem 1.2rem;
            min-height: auto;
            height: auto;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .landing section + section[b-6isixd4l25] {
                margin-top: 2rem;
            }


    .landing__hero[b-6isixd4l25] {
        flex-direction: column;
        gap: 2rem;
        padding: 3rem 1.2rem 5rem;
        min-height: 90vh !important;
        height: 90vh;
        justify-content: center;
        text-align: center;
    }

    .landing__hero-content[b-6isixd4l25] {
        transform: translateY(-10px);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-logo img[b-6isixd4l25] {
        height: clamp(120px, 40vw, 220px);
    }

    .landing__hero-actions[b-6isixd4l25] {
        flex-direction: column;
        width: 100%;
    }

        .landing__hero-actions .btn[b-6isixd4l25] {
            width: 100%;
            text-align: center;
        }

    .hero-background-track[b-6isixd4l25] {
        width: 200%;
    }

        .hero-background-track img[b-6isixd4l25] {
            width: 100%;
        }


    .landing__metrics[b-6isixd4l25] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
    }

    .metric-card[b-6isixd4l25] {
        min-width: unset;
        padding: 1.2rem;
    }

    .metric-number[b-6isixd4l25] {
        font-size: 1.8rem;
    }

    .metric-label[b-6isixd4l25] {
        font-size: 0.7rem;
    }


    .tour-carousel[b-6isixd4l25] {
        aspect-ratio: 16 / 9;
        max-height: none;
    }


    .features-grid[b-6isixd4l25] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .feature-card[b-6isixd4l25] {
        padding: 1.8rem;
    }


    .steps[b-6isixd4l25] {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .step[b-6isixd4l25] {
        max-width: 100%;
        border-radius: 20px;
        padding: 2rem 1.5rem;
    }

    .step-number[b-6isixd4l25] {
        width: 50px;
        height: 50px;
    }

    .steps-line[b-6isixd4l25] {
        top: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        width: 1px;
        height: 100%;
        transform: translateX(-50%);
        background: linear-gradient(to bottom, transparent, rgba(255,0,0,0.6), transparent);
    }


    .landing__cta[b-6isixd4l25] {
        margin: 0;
        padding: 3rem 1.5rem;
        border-radius: 0;
    }

    .cta-container[b-6isixd4l25] {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .cta-actions[b-6isixd4l25] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

        .cta-actions .btn[b-6isixd4l25] {
            width: 100%;
        }


    .footer-grid[b-6isixd4l25] {
        gap: 2rem;
        text-align: center;
    }

    .footer-brand img[b-6isixd4l25] {
        margin: 0 auto 1rem;
    }

    .social-icons[b-6isixd4l25] {
        justify-content: center;
    }


    .scroll-indicator[b-6isixd4l25] {
        display: none !important;
    }
}


.landing__hero-actions[b-6isixd4l25] {
    justify-content: center;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
    
    .landing__hero-actions .btn-primary[b-6isixd4l25] {
        background: var(--color-red);
        border: none;
        border-radius: 50px;
        padding: 0.9rem 2.4rem;
        font-weight: 600;
        transition: 0.3s ease;
    }

        .landing__hero-actions .btn-primary:hover[b-6isixd4l25] {
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(255,0,0,0.4);
        }
    
    .landing__hero-actions .btn-outline-light[b-6isixd4l25] {
        border: 2px solid rgba(255,255,255,0.4);
        color: white;
        border-radius: 50px;
        padding: 0.9rem 2.4rem;
        font-weight: 600;
        transition: 0.3s ease;
    }

        .landing__hero-actions .btn-outline-light:hover[b-6isixd4l25] {
            background: rgba(255,255,255,0.1);
        }
    
    
.landing__hero-image[b-6isixd4l25] {
    position: relative;
    z-index: 2;
    margin-left: 5rem;
}   
    
    .landing__hero-image[b-6isixd4l25]::before {
        content: "";
        position: absolute;
        width: 120%;
        height: 120%;
        background: radial-gradient(circle, rgba(0,0,0,0.6), transparent 70%);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        filter: blur(60px);
    }

    .landing__hero-image img[b-6isixd4l25] {
        width: 620px;
        max-width: 100%;
        border-radius: 28px;
        box-shadow: 0 80px 160px rgba(0,0,0,0.6);
    }

.reveal[b-6isixd4l25] {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: opacity 0.8s cubic-bezier(.19,1,.22,1), transform 0.8s cubic-bezier(.19,1,.22,1);
}

    .reveal.active[b-6isixd4l25] {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

.hero-carousel[b-6isixd4l25] {
    height: 400px;
    width: 620px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 28px;
    position: relative;
}

.hero-carousel-track[b-6isixd4l25] {
    display: flex;
    flex-direction: column;
    transition: transform 0.8s ease-in-out;
    will-change: transform;
}

    .hero-carousel-track img[b-6isixd4l25] {
        height: 420px;
        width: 100%;
        object-fit: cover;
        flex-shrink: 0;
        display: block; 
    }

    @keyframes heroScroll-b-6isixd4l25 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes fadeInPause-b-6isixd4l25 {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes verticalSlide-b-6isixd4l25 {
    0% {
        transform: translateY(0%);
    }

    20% {
        transform: translateY(0%);
    }
    30% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(-100%);
    }
    60% {
        transform: translateY(-200%);
    }

    80% {
        transform: translateY(-200%);
    }
    90% {
        transform: translateY(-300%);
    }

    100% {
        transform: translateY(-300%);
    }
}


@keyframes gradientShift-b-6isixd4l25 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes ambientDrift-b-6isixd4l25 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.9;
    }

    50% {
        transform: translate(-2%, 2%) scale(1.02);
        opacity: 1;
    }

    100% {
        transform: translate(2%, -1%) scale(1.01);
        opacity: 0.95;
    }
}


.landing__metrics[b-6isixd4l25] {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.metric-card[b-6isixd4l25] {
    @extend .panel;
    min-width: 220px;
    text-align: center;
}


    .metric-card:hover[b-6isixd4l25] {
        transform: translateY(-6px);
        border-color: rgba(255,0,0,0.35);
        box-shadow: 0 30px 70px rgba(0,0,0,0.7), 0 8px 25px rgba(255,0,0,0.12);
    }


.metric-number[b-6isixd4l25] {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--color-red);
    margin-bottom: 0.6rem;
}

.metric-label[b-6isixd4l25] {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.landing__features[b-6isixd4l25] {
    padding: 2rem;
}

.features-container[b-6isixd4l25] {
    max-width: 1200px;
    margin: auto;
}

.features-grid[b-6isixd4l25] {
    display: grid;
    gap: 2.5rem;
    margin-top: 5rem;
}

.feature-card[b-6isixd4l25] {
    position: relative;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 2.5rem;
    background: linear-gradient(145deg, #151515, #1a1a1a);
    transition: transform 0.5s var(--cubic-smooth), box-shadow 0.5s var(--cubic-smooth), border-color 0.3s ease;
}

    .feature-card:hover[b-6isixd4l25] {
        transform: translateY(-6px);
        border-color: rgba(255,0,0,0.3);
        box-shadow: 0 25px 60px rgba(0,0,0,0.65), 0 8px 20px rgba(255,0,0,0.10);
    }


.feature-icon[b-6isixd4l25] {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 0, 0.2);
    margin-bottom: 0.8rem;
    
    img {
    width: 26px;
    object-fit: contain;
    display: block;
    }

}

@media (min-width: 768px) {
    .features-grid[b-6isixd4l25] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .features-grid[b-6isixd4l25] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.landing__steps[b-6isixd4l25] {
    padding: 2rem;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.steps[b-6isixd4l25] {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.steps-line[b-6isixd4l25] {
    position: absolute;
    top: 30px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,0,0,0.6), transparent);
    opacity: 0.6;
}

.step[b-6isixd4l25] {
    @extend .panel;
    max-width: 280px;
    text-align: center;
    transition: transform 0.5s var(--cubic-smooth), box-shadow 0.5s var(--cubic-smooth), border-color 0.3s ease;
    border-radius: 80px;
}
    .step:hover[b-6isixd4l25] {
        transform: translateY(-12px);
        box-shadow: 0 50px 100px rgba(255,0,0,0.15);
    }

.step-number[b-6isixd4l25] {
    width: 60px;
    height: 60px;
    border-radius: 8px; 
    background: linear-gradient(135deg, var(--color-red), #8b0000);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(255,0,0,0.4);
}

@keyframes fadeUp-b-6isixd4l25 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.landing__tour[b-6isixd4l25] {
    padding: 2rem;
    text-align: center;

}

.tour-carousel[b-6isixd4l25] {
    margin-top: 1.5rem;
    width: min(1400px, 90vw);
    aspect-ratio: 1847 / 839;
    max-height: 75vh;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
    display: flex;
}

.tour-paused-indicator[b-6isixd4l25] {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 1rem;
    border-radius: 50px;
    background: rgba(20,0,0,0.85);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,0,0,0.4);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.6), 0 0 10px rgba(255,0,0,0.25);
    animation: fadeInPause-b-6isixd4l25 0.25s ease;
    z-index: 10;
}

.tour-carousel.paused[b-6isixd4l25]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 2;
}

.pause-bars[b-6isixd4l25] {
    width: 14px;
    height: 14px;
    position: relative;
}

    .pause-bars[b-6isixd4l25]::before,
    .pause-bars[b-6isixd4l25]::after {
        content: "";
        position: absolute;
        top: 0;
        width: 4px;
        height: 100%;
        background: var(--color-red);
        border-radius: 2px;
    }

    .pause-bars[b-6isixd4l25]::before {
        left: 0;
    }

    .pause-bars[b-6isixd4l25]::after {
        right: 0;
    }

.tour-track[b-6isixd4l25] {
    display: flex;
    height: 100%;
}

.tour-slide[b-6isixd4l25] {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    box-sizing: border-box;
    background: #000;
}

    .tour-slide img[b-6isixd4l25] {
        width: 100%;
        height: 100%;
        object-fit: contain; 
    }

.landing__cta[b-6isixd4l25] {
    height: auto !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 6rem 2rem;
    margin: 6rem 2rem 4rem;
    border-radius: 20px;
    background: linear-gradient(145deg, #0d0d0d, #111111);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 0 0 1px rgba(255,0,0,0.08), 0 40px 100px rgba(0,0,0,0.6);
    overflow: hidden;
    transition: transform 0.6s var(--cubic-smooth), box-shadow 0.6s var(--cubic-smooth);
    scroll-snap-align: none;
}

    .landing__cta[b-6isixd4l25]::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(255,0,0,0.2), transparent 70%);
        right: -200px;
        top: 50%;
        transform: translateY(-50%);
        filter: blur(100px);
    }


.cta-container[b-6isixd4l25] {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-text p[b-6isixd4l25] {
    opacity: 0.7;
    max-width: 500px;
    transform: translateY(-30px);
}

.btn-industrial[b-6isixd4l25] {
    background: var(--color-red);
    border: none;
    border-radius: 50px;
    padding: 0.9rem 2.4rem;
    font-weight: 600;
    transition: 0.3s ease;
}

    .btn-industrial:hover[b-6isixd4l25] {
        transform: translateY(-3px);
        box-shadow: 0 20px 40px rgba(255,0,0,0.4);
        background: var(--color-red);
    }

.btn-industrial-outline[b-6isixd4l25] {
    border: 2px solid rgba(255,255,255,0.4);
    color: white;
    border-radius: 50px;
    padding: 0.9rem 2.4rem;
    font-weight: 600;
    transition: 0.3s ease;
}

    .btn-industrial-outline:hover[b-6isixd4l25] {
        background: rgba(255,255,255,0.1);
        color: white;
    }

h1[b-6isixd4l25], h2[b-6isixd4l25], h3[b-6isixd4l25], h4[b-6isixd4l25] {
    font-weight: 700;
    letter-spacing: -0.5px;
}

p[b-6isixd4l25] {
    color: rgba(255,255,255,0.65);
}

.landing h2[b-6isixd4l25] {
    margin-bottom: 3rem;
}

.landing-footer[b-6isixd4l25] {
    margin-top: auto;
    padding-top: 3rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid[b-6isixd4l25] {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 1200px;
    margin: auto;
}

.footer-brand img[b-6isixd4l25] {
    width: 160px;
    margin-bottom: 1rem;
}

.social-icon img[b-6isixd4l25] {
    filter: invert(1);
}

.footer-name[b-6isixd4l25] {
    font-size: 1.2rem;
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.footer-links[b-6isixd4l25],
.footer-contact[b-6isixd4l25],
.footer-social[b-6isixd4l25] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

    .footer-links h4[b-6isixd4l25],
    .footer-contact h4[b-6isixd4l25],
    .footer-social h4[b-6isixd4l25] {
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.7;
        margin-bottom: 0.5rem;
    }

    .footer-links a[b-6isixd4l25] {
        text-decoration: none;
        color: rgba(255,255,255,0.7);
        transition: color 0.25s;
    }

        .footer-links a:hover[b-6isixd4l25] {
            color: var(--color-red);
        }

.social-icons[b-6isixd4l25] {
    display: flex;
    gap: 1rem;
}

.social-icon[b-6isixd4l25] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.25s ease;
}

    .social-icon img[b-6isixd4l25] {
        width: 18px;
        height: 18px;
    }

    .social-icon:hover[b-6isixd4l25] {
        border-color: var(--color-red);
        box-shadow: 0 0 12px rgba(255,0,0,0.35);
        transform: translateY(-2px);
    }

.footer-bottom[b-6isixd4l25] {
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.8rem;
    opacity: 0.6;
}

.scroll-indicator[b-6isixd4l25] {
    cursor: pointer;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 5;
    opacity: 0.9;
}

.scroll-arrows span[b-6isixd4l25] {
    display: block;
    width: 34px;
    height: 34px;
    border-bottom: 4px solid rgba(255,255,255,0.9);
    border-right: 4px solid rgba(255,255,255,0.9);
    transform: rotate(45deg);
    margin: -12px auto;
    animation: scrollArrow-b-6isixd4l25 1.8s infinite;
    filter: drop-shadow(0 0 8px rgba(255,0,0,0.35));
}

    .scroll-arrows span:nth-child(2)[b-6isixd4l25] {
        animation-delay: 0.15s;
    }

    .scroll-arrows span:nth-child(3)[b-6isixd4l25] {
        animation-delay: 0.3s;
    }


@keyframes scrollDot-b-6isixd4l25 {

    0% {
        opacity: 0;
        transform: translate(-50%,0);
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(-50%,12px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes scrollArrow-b-6isixd4l25 {

    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-4px,-4px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(6px,6px);
    }
}

@media (max-width: 768px) {

    html[b-6isixd4l25],
    body[b-6isixd4l25] {
        overflow-y: auto !important;
        scroll-snap-type: none !important;
    }

    .landing[b-6isixd4l25] {
        scroll-snap-type: none !important;
        height: auto !important;
    }

        .landing section[b-6isixd4l25] {
            scroll-snap-align: none !important;
            scroll-snap-stop: normal !important;
            min-height: unset !important;
        }
}
/* /Components/Shared/LanguageSelectorComponent.razor.rz.scp.css */
.language-selector[b-k6oyal57ro] {
    position: absolute;
    right: 0;
}

.language-selector__trigger[b-k6oyal57ro] {
    background: transparent;
    border: none;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 6px;
}

.language-selector__menu[b-k6oyal57ro] {
    position: absolute;
    top: 120%;
    right: 0;
    background: #111;
    border-radius: 8px;
    padding: 6px;
    min-width: 160px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.language-selector__item[b-k6oyal57ro] {
    width: 100%;
    text-align: right;
    background: transparent;
    border: none;
    color: white;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.language-selector__item:hover[b-k6oyal57ro] {
    background: rgba(255,255,255,0.1);
}
