/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-gcdib3o5dn] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d1117 0%, #161b22 60%, #0d1f3c 100%);
}

.login-card[b-gcdib3o5dn] {
    width: 100%;
    max-width: 400px;
    background: rgba(22, 27, 34, 0.95);
    border: 1px solid rgba(48, 54, 61, 0.9);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.04);
}

.login-logo[b-gcdib3o5dn] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-input[b-gcdib3o5dn] {
    background-color: #0d1117 !important;
    border-color: #30363d !important;
    color: #e6edf3 !important;
    border-radius: 8px !important;
}

.login-input:focus[b-gcdib3o5dn] {
    background-color: #0d1117 !important;
    border-color: #388bfd !important;
    color: #e6edf3 !important;
    box-shadow: 0 0 0 3px rgba(56, 139, 253, 0.15) !important;
}

.login-input ~ label[b-gcdib3o5dn] {
    color: #8b949e !important;
}

.login-input:focus ~ label[b-gcdib3o5dn],
.login-input:not(:placeholder-shown) ~ label[b-gcdib3o5dn] {
    color: #8b949e !important;
}

.login-forgot[b-gcdib3o5dn] {
    text-decoration: none;
    color: #8b949e !important;
    transition: color 0.15s;
}

.login-forgot:hover[b-gcdib3o5dn] {
    color: #388bfd !important;
}

.login-btn[b-gcdib3o5dn] {
    background: #1b6ec2;
    border: none;
    border-radius: 8px;
    padding: 0.65rem;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: background 0.15s, box-shadow 0.15s;
}

.login-btn:hover[b-gcdib3o5dn] {
    background: #388bfd;
    box-shadow: 0 0 16px rgba(56, 139, 253, 0.35);
}

.login-divider[b-gcdib3o5dn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0;
    color: #484f58;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.login-divider[b-gcdib3o5dn]::before,
.login-divider[b-gcdib3o5dn]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #30363d;
}

.login-passkey-btn[b-gcdib3o5dn] {
    border-radius: 8px;
    border-color: #30363d;
    color: #8b949e;
    font-size: 0.9rem;
    padding: 0.6rem;
    transition: border-color 0.15s, color 0.15s;
}

.login-passkey-btn:hover[b-gcdib3o5dn] {
    border-color: #388bfd;
    color: #388bfd;
    background: transparent;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5nj8fszq6w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5nj8fszq6w] {
    flex: 1;
}

.sidebar[b-5nj8fszq6w] {
    background-image: linear-gradient(180deg, #192340 0%, #0a0f1c 100%);
}

.top-row[b-5nj8fszq6w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-5nj8fszq6w] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-5nj8fszq6w] {
        flex-direction: row;
    }

    .sidebar[b-5nj8fszq6w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-5nj8fszq6w], article[b-5nj8fszq6w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-5nj8fszq6w] {
        max-width: 1400px;
        width: 100%;
    }
}

#blazor-error-ui[b-5nj8fszq6w] {
    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-5nj8fszq6w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z33354re54] {
    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-z33354re54] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-z33354re54] {
    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-z33354re54] {
    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-graph-up-nav-menu[b-z33354re54] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07z'/%3E%3C/svg%3E");
}

.bi-bar-chart-fill-nav-menu[b-z33354re54] {
    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 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-z33354re54] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-z33354re54] {
    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='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-plug-fill-nav-menu[b-z33354re54] {
    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='M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10v5.5a.5.5 0 0 1-1 0V10A3.5 3.5 0 0 1 4 6.5v-3A.5.5 0 0 1 4.5 3h1V.5A.5.5 0 0 1 6 0z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-z33354re54] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-cpu-fill-nav-menu[b-z33354re54] {
    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 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0m-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

.bi-database-fill-nav-menu[b-z33354re54] {
    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='M3.904 1.777C4.978 1.289 6.427 1 8 1s3.022.289 4.096.777C13.125 2.245 14 2.993 14 4s-.875 1.755-1.904 2.223C11.022 6.711 9.573 7 8 7s-3.022-.289-4.096-.777C2.875 5.755 2 5.007 2 4s.875-1.755 1.904-2.223ZM2 6.698V8c0 1.007.875 1.755 1.904 2.223C4.978 10.711 6.427 11 8 11s3.022-.289 4.096-.777C13.125 9.755 14 9.007 14 8V6.698c-.272.202-.58.378-.904.525C11.022 7.711 9.573 8 8 8s-3.022-.289-4.096-.777A4.92 4.92 0 0 1 2 6.698ZM14 11.698V13c0 1.007-.875 1.755-1.904 2.223C11.022 15.711 9.573 16 8 16s-3.022-.289-4.096-.777C2.875 14.755 2 14.007 2 13v-1.302c.272.202.58.378.904.525C4.978 13.711 6.427 14 8 14s3.022-.289 4.096-.777c.324-.147.632-.323.904-.525ZM2 9.698V11c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13s3.022-.289 4.096-.777C13.125 12.755 14 12.007 14 11V9.698c-.272.202-.58.378-.904.525C11.022 10.711 9.573 11 8 11s-3.022-.289-4.096-.777A4.92 4.92 0 0 1 2 9.698Z'/%3E%3C/svg%3E");
}

.bi-list-check-nav-menu[b-z33354re54] {
    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 fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-lightning-charge-fill-nav-menu[b-z33354re54] {
    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='M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z'/%3E%3C/svg%3E");
}

.bi-flask-fill-nav-menu[b-z33354re54] {
    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='M7 0h2a.5.5 0 0 1 .5.5V8l4 6.5a.5.5 0 0 1-.43.75H2.93a.5.5 0 0 1-.43-.75L6.5 8V.5A.5.5 0 0 1 7 0z'/%3E%3C/svg%3E");
}

.bi-puzzle-fill-nav-menu[b-z33354re54] {
    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='M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.49 0 .91-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .036-.054l.003-.01v-.008a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 1 .568 1 1.5s-.432 1.5-1 1.5c-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 12H9v-.5c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L10 9.882v-.003l-.003-.01a.214.214 0 0 0-.036-.053.859.859 0 0 0-.27-.194C9.41 9.5 8.99 9.4 8.5 9.4c-.49 0-.91.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.036.054l-.003.01v.002l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469V12H5.605a1.5 1.5 0 0 1-1.493-1.645L4.355 7.5h-.237c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52C1.932 8.5 1.5 7.932 1.5 7s.432-1.5 1-1.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.237L4.112 3.645z'/%3E%3C/svg%3E");
}

.bi-bell-fill-nav-menu[b-z33354re54] {
    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 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z'/%3E%3C/svg%3E");
}

.bi-globe-nav-menu[b-z33354re54] {
    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 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z'/%3E%3C/svg%3E");
}

.bi-baltazar-nav-menu[b-z33354re54] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f39c12' viewBox='0 0 16 16'%3E%3Cpath d='M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917l-7.5-3.5Z'/%3E%3Cpath d='M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466 4.176 9.032Z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-z33354re54] {
    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='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.86z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-z33354re54] {
    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='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.nav-brand-icon[b-z33354re54] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    position: relative;
    top: -1px;
    border-radius: 3px;
    object-fit: contain;
}

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

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

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

    .nav-item[b-z33354re54]  .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-z33354re54]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

/* ── collapsible submenu (<details>/<summary>) ─────────────────────────── */
.nav-details[b-z33354re54] {
    list-style: none;
}

.nav-details > summary[b-z33354re54] {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0 1rem;
}

.nav-details > summary:hover[b-z33354re54] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-details > summary[b-z33354re54]::-webkit-details-marker,
.nav-details > summary[b-z33354re54]::marker {
    display: none;
    content: "";
}

.nav-chevron[b-z33354re54] {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-left: auto;
    flex-shrink: 0;
}

.nav-details[open] > summary .nav-chevron[b-z33354re54] {
    transform: rotate(-135deg);
}

.nav-sub-item[b-z33354re54] {
    padding-left: 1.25rem;
}

    .nav-sub-item[b-z33354re54]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        width: 100%;
        font-size: 0.85rem;
    }

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

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NewsTicker.razor.rz.scp.css */
.news-ticker-bar[b-59ovgwk94o] {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #0a0f1c 0%, #192340 50%, #0a0f1c 100%);
    color: #e0e0e0;
    font-size: 0.82rem;
    height: 32px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 10;
}

.news-ticker-label[b-59ovgwk94o] {
    flex-shrink: 0;
    background: #c9a42c;
    color: #0a0f1c;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news-ticker-track[b-59ovgwk94o] {
    flex: 1;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
}

.news-ticker-content[b-59ovgwk94o] {
    display: inline-flex;
    white-space: nowrap;
    animation: ticker-scroll-b-59ovgwk94o linear infinite;
    will-change: transform;
}

.news-ticker-content:hover[b-59ovgwk94o] {
    animation-play-state: paused;
}

.news-ticker-item[b-59ovgwk94o] {
    padding: 0 0.3rem;
}

    .news-ticker-item a[b-59ovgwk94o] {
        color: #b0c4e8;
        text-decoration: none;
        transition: color 0.15s;
    }

        .news-ticker-item a:hover[b-59ovgwk94o] {
            color: #fff;
            text-decoration: underline;
        }

    .news-ticker-item strong[b-59ovgwk94o] {
        color: #c9a42c;
        margin-right: 0.3em;
    }

.news-ticker-source[b-59ovgwk94o] {
    color: #666;
    margin-left: 0.4em;
    font-size: 0.7rem;
}

.news-ticker-sep[b-59ovgwk94o] {
    color: #444;
    margin: 0 0.6rem;
}

@keyframes ticker-scroll-b-59ovgwk94o {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f3csinfq5r],
.components-reconnect-repeated-attempt-visible[b-f3csinfq5r],
.components-reconnect-failed-visible[b-f3csinfq5r],
.components-pause-visible[b-f3csinfq5r],
.components-resume-failed-visible[b-f3csinfq5r],
.components-rejoining-animation[b-f3csinfq5r] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-f3csinfq5r {
    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/LandingPage.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   LANDING PAGE — Nordic Light Design
   ═══════════════════════════════════════════ */

*[b-o2s3f1nchq], *[b-o2s3f1nchq]::before, *[b-o2s3f1nchq]::after { box-sizing: border-box; }

.lp-container[b-o2s3f1nchq] {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── NAVBAR ───────────────────────────────── */
.lp-nav[b-o2s3f1nchq] {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.93);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(20,100,214,0.1);
    box-shadow: 0 1px 24px rgba(11,38,69,0.07);
}
.lp-nav-inner[b-o2s3f1nchq] {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lp-logo[b-o2s3f1nchq] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0b2645;
    letter-spacing: -0.3px;
    text-decoration: none;
}
.lp-login-btn[b-o2s3f1nchq] {
    display: inline-flex;
    align-items: center;
    padding: 9px 24px;
    background: #1464d6;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 2px 12px rgba(20,100,214,0.32);
}
.lp-login-btn:hover[b-o2s3f1nchq] {
    background: #1057c4;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(20,100,214,0.44);
}

/* ── HERO ─────────────────────────────────── */
.lp-hero[b-o2s3f1nchq] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(145deg, #d4e9ff 0%, #eef6ff 45%, #ddeeff 100%);
}
.lp-hero-bg[b-o2s3f1nchq] {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&w=1920&q=80');
    background-size: cover;
    background-position: center 35%;
    opacity: 0.11;
    filter: blur(3px);
}
.lp-hero-overlay[b-o2s3f1nchq] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(215,237,255,0.97) 38%, rgba(215,237,255,0.6) 65%, transparent 100%);
}
.lp-hero-content[b-o2s3f1nchq] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 64px;
    padding-top: 100px;
    padding-bottom: 80px;
    width: 100%;
}
.lp-hero-text[b-o2s3f1nchq] { flex: 1; min-width: 0; }
.lp-eyebrow[b-o2s3f1nchq] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #1464d6;
    background: rgba(20,100,214,0.09);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 24px;
}
.lp-hero-title[b-o2s3f1nchq] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0b2645;
    letter-spacing: -1px;
    margin: 0 0 20px;
}
.lp-hero-sub[b-o2s3f1nchq] {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #4e6e8e;
    max-width: 480px;
    margin: 0 0 40px;
}
.lp-cta-btn[b-o2s3f1nchq] {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: #1464d6;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(20,100,214,0.35);
}
.lp-cta-btn:hover[b-o2s3f1nchq] {
    background: #1057c4;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(20,100,214,0.45);
}
.lp-cta-dark[b-o2s3f1nchq] {
    background: #0b2645;
    box-shadow: 0 4px 20px rgba(11,38,69,0.22);
}
.lp-cta-dark:hover[b-o2s3f1nchq] {
    background: #0d3257;
    color: #fff;
    box-shadow: 0 8px 28px rgba(11,38,69,0.32);
}
.lp-cta-gold[b-o2s3f1nchq] {
    padding: 16px 48px;
    font-size: 1.05rem;
    background: #fff;
    color: #0b2645;
    box-shadow: 0 6px 24px rgba(0,0,0,0.16);
}
.lp-cta-gold:hover[b-o2s3f1nchq] {
    background: #e8f2ff;
    color: #0b2645;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(0,0,0,0.2);
}
.lp-hero-image-wrap[b-o2s3f1nchq] {
    flex-shrink: 0;
    width: 360px;
    position: relative;
}
.lp-hero-portrait[b-o2s3f1nchq] {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center top;
    border-radius: 24px;
    box-shadow: 0 32px 80px rgba(11,38,69,0.16), 0 0 0 6px rgba(255,255,255,0.9);
}
.lp-hero-fjord-badge[b-o2s3f1nchq] {
    position: absolute;
    bottom: -18px;
    left: -28px;
    width: 164px;
    height: 118px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 12px 36px rgba(11,38,69,0.18), 0 0 0 4px #fff;
    z-index: 2;
}

/* ── TRUST BAR ────────────────────────────── */
.lp-trust[b-o2s3f1nchq] {
    background: #fff;
    border-top: 1px solid rgba(20,100,214,0.1);
    border-bottom: 1px solid rgba(20,100,214,0.1);
    padding: 20px 0;
}
.lp-trust .lp-container[b-o2s3f1nchq] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.lp-trust-label[b-o2s3f1nchq] {
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7a9ab8;
    margin-right: 8px;
    font-weight: 600;
}
.lp-trust-items[b-o2s3f1nchq] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    color: #0b2645;
    font-size: 0.875rem;
    font-weight: 600;
}
.lp-trust-dot[b-o2s3f1nchq] { color: rgba(20,100,214,0.3); }

/* ── FEATURES ─────────────────────────────── */
.lp-features[b-o2s3f1nchq] {
    background: #f4f9ff;
    padding: 110px 0;
}
.lp-section-label[b-o2s3f1nchq] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #1464d6;
    text-align: center;
    margin-bottom: 14px;
}
.lp-section-title[b-o2s3f1nchq] {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: 800;
    color: #0b2645;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0 0 64px;
}
.lp-features-grid[b-o2s3f1nchq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.lp-feature-card[b-o2s3f1nchq] {
    background: #fff;
    border: 1px solid rgba(20,100,214,0.12);
    border-radius: 16px;
    padding: 32px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 12px rgba(11,38,69,0.05);
}
.lp-feature-card:hover[b-o2s3f1nchq] {
    border-color: rgba(20,100,214,0.35);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(20,100,214,0.12);
}
.lp-feature-icon[b-o2s3f1nchq] {
    font-size: 2rem;
    margin-bottom: 16px;
    display: block;
    line-height: 1;
}
.lp-feature-card h3[b-o2s3f1nchq] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b2645;
    margin: 0 0 10px;
}
.lp-feature-card p[b-o2s3f1nchq] {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #4e6e8e;
    margin: 0;
}

/* ── SCENIC STRIP ─────────────────────────── */
.lp-scenic[b-o2s3f1nchq] {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.lp-scenic-img[b-o2s3f1nchq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
    display: block;
    transition: transform 8s ease;
}
.lp-scenic:hover .lp-scenic-img[b-o2s3f1nchq] {
    transform: scale(1.04);
}
.lp-scenic-overlay[b-o2s3f1nchq] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(11,38,69,0.62) 0%, rgba(11,38,69,0.25) 50%, transparent 100%);
    display: flex;
    align-items: center;
}
.lp-scenic-caption[b-o2s3f1nchq] {
    color: #fff;
    padding: 0 64px;
    max-width: 560px;
}
.lp-scenic-caption h3[b-o2s3f1nchq] {
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}
.lp-scenic-caption p[b-o2s3f1nchq] {
    font-size: 1rem;
    color: rgba(255,255,255,0.72);
    margin: 0;
    line-height: 1.65;
}

/* ── SHOWCASE ─────────────────────────────── */
.lp-showcase[b-o2s3f1nchq] {
    background: #e6f0fb;
    padding: 110px 0;
}
.lp-showcase-inner[b-o2s3f1nchq] {
    display: flex;
    align-items: center;
    gap: 80px;
}
.lp-showcase-images[b-o2s3f1nchq] {
    flex-shrink: 0;
    position: relative;
    width: 420px;
    height: 380px;
}
.lp-showcase-img[b-o2s3f1nchq] {
    border-radius: 20px;
    object-fit: cover;
    position: absolute;
}
.lp-showcase-img-back[b-o2s3f1nchq] {
    width: 320px;
    height: 320px;
    top: 0; left: 0;
    box-shadow: 0 24px 60px rgba(11,38,69,0.18);
}
.lp-showcase-img-front[b-o2s3f1nchq] {
    width: 240px;
    height: 240px;
    bottom: 0; right: 0;
    border: 5px solid #e6f0fb;
    box-shadow: 0 16px 40px rgba(11,38,69,0.14);
}
.lp-showcase-text[b-o2s3f1nchq] { flex: 1; }
.lp-showcase-text .lp-section-label[b-o2s3f1nchq],
.lp-showcase-text .lp-section-title[b-o2s3f1nchq] { text-align: left; }
.lp-showcase-body[b-o2s3f1nchq] {
    color: #4e6e8e;
    line-height: 1.8;
    margin-bottom: 28px;
    font-size: 0.95rem;
}
.lp-check-list[b-o2s3f1nchq] {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}
.lp-check-list li[b-o2s3f1nchq] {
    color: #0e2a45;
    font-size: 0.9rem;
    padding: 9px 0;
    border-bottom: 1px solid rgba(20,100,214,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}
.lp-check-list li[b-o2s3f1nchq]::before {
    content: '✓';
    color: #1464d6;
    font-weight: 700;
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* ── TESTIMONIALS ─────────────────────────── */
.lp-testimonials[b-o2s3f1nchq] {
    background: #fff;
    padding: 110px 0;
}
.lp-testimonials-grid[b-o2s3f1nchq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.lp-testimonial[b-o2s3f1nchq] {
    background: #f4f9ff;
    border: 1px solid rgba(20,100,214,0.12);
    border-radius: 20px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 2px 16px rgba(11,38,69,0.05);
    transition: box-shadow 0.2s, transform 0.2s;
}
.lp-testimonial:hover[b-o2s3f1nchq] {
    box-shadow: 0 12px 32px rgba(20,100,214,0.1);
    transform: translateY(-2px);
}
.lp-testimonial-quote[b-o2s3f1nchq] {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #0e2a45;
    margin: 0;
    font-style: italic;
    flex: 1;
}
.lp-testimonial-quote[b-o2s3f1nchq]::before {
    content: '\201C';
    color: #1464d6;
    font-size: 2rem;
    font-style: normal;
    line-height: 0;
    vertical-align: -10px;
    margin-right: 4px;
}
.lp-testimonial-author[b-o2s3f1nchq] {
    display: flex;
    align-items: center;
    gap: 14px;
}
.lp-testimonial-author img[b-o2s3f1nchq] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(20,100,214,0.22);
}
.lp-testimonial-author strong[b-o2s3f1nchq] {
    display: block;
    color: #0b2645;
    font-size: 0.9rem;
}
.lp-testimonial-author span[b-o2s3f1nchq] {
    display: block;
    color: #4e6e8e;
    font-size: 0.8rem;
}

/* ── STATS ────────────────────────────────── */
.lp-stats[b-o2s3f1nchq] {
    background: #0b2645;
    padding: 72px 0;
}
.lp-stats-grid[b-o2s3f1nchq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.lp-stat-number[b-o2s3f1nchq] {
    display: block;
    font-size: 2.75rem;
    font-weight: 900;
    color: #c8e0ff;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 8px;
}
.lp-stat-label[b-o2s3f1nchq] {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(200,224,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── FINAL CTA ────────────────────────────── */
.lp-final-cta[b-o2s3f1nchq] {
    background: linear-gradient(140deg, #0f55cc 0%, #0b2645 100%);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}
.lp-final-cta[b-o2s3f1nchq]::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -8%;
    width: 640px;
    height: 640px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 68%);
    pointer-events: none;
}
.lp-final-title[b-o2s3f1nchq] {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
.lp-final-sub[b-o2s3f1nchq] {
    font-size: 1.1rem;
    color: rgba(200,224,255,0.72);
    margin-bottom: 44px;
}

/* ── FOOTER ───────────────────────────────── */
.lp-footer[b-o2s3f1nchq] {
    background: #06101e;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 32px 0;
}
.lp-footer-inner[b-o2s3f1nchq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.lp-footer .lp-logo[b-o2s3f1nchq] {
    color: rgba(200,224,255,0.55);
}
.lp-footer-copy[b-o2s3f1nchq] {
    font-size: 0.8rem;
    color: rgba(200,224,255,0.3);
}

/* ── RESPONSIVE ───────────────────────────── */
@media (max-width: 900px) {
    .lp-hero-content[b-o2s3f1nchq] { flex-direction: column; text-align: center; padding-top: 120px; }
    .lp-hero-image-wrap[b-o2s3f1nchq] { width: 300px; }
    .lp-hero-portrait[b-o2s3f1nchq] { height: 380px; }
    .lp-hero-fjord-badge[b-o2s3f1nchq] { display: none; }
    .lp-hero-sub[b-o2s3f1nchq] { margin: 0 auto 36px; }
    .lp-scenic[b-o2s3f1nchq] { height: 280px; }
    .lp-scenic-caption[b-o2s3f1nchq] { padding: 0 32px; }
    .lp-showcase-inner[b-o2s3f1nchq] { flex-direction: column; }
    .lp-showcase-images[b-o2s3f1nchq] { width: 100%; height: 280px; }
    .lp-showcase-img-back[b-o2s3f1nchq] { width: 240px; height: 240px; }
    .lp-showcase-img-front[b-o2s3f1nchq] { width: 180px; height: 180px; }
    .lp-stats-grid[b-o2s3f1nchq] { grid-template-columns: repeat(2, 1fr); gap: 40px; }
}
@media (max-width: 600px) {
    .lp-section-title[b-o2s3f1nchq] { margin-bottom: 40px; }
    .lp-stats-grid[b-o2s3f1nchq] { grid-template-columns: repeat(2, 1fr); }
    .lp-trust .lp-container[b-o2s3f1nchq] { justify-content: center; }
    .lp-scenic[b-o2s3f1nchq] { height: 230px; }
    .lp-scenic-caption[b-o2s3f1nchq] { padding: 0 24px; }
}
