/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-sijrpvpngp] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header[b-sijrpvpngp] {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(247, 245, 240, .94);
    border-bottom: 1px solid rgba(11, 18, 32, .1);
    backdrop-filter: blur(14px);
}

.header-inner[b-sijrpvpngp] {
    min-height: 4.75rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.site-nav[b-sijrpvpngp] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.site-nav a[b-sijrpvpngp],
.site-nav[b-sijrpvpngp]  a {
    color: var(--navy-soft);
    font-size: .93rem;
    font-weight: 650;
    text-decoration: none;
}

.site-nav a:hover[b-sijrpvpngp],
.site-nav a:focus-visible[b-sijrpvpngp],
.site-nav[b-sijrpvpngp]  a:hover,
.site-nav[b-sijrpvpngp]  a:focus-visible,
.site-nav[b-sijrpvpngp]  a.active {
    color: var(--teal-dark);
}

.header-cta[b-sijrpvpngp] {
    white-space: nowrap;
    padding: .72rem 1rem;
    border-radius: .7rem;
    background: var(--navy);
    color: white;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
}

.header-cta:hover[b-sijrpvpngp] {
    background: var(--navy-soft);
    color: white;
}

main[b-sijrpvpngp] {
    flex: 1;
}

.site-footer[b-sijrpvpngp] {
    background: var(--navy);
    color: rgba(255, 255, 255, .75);
}

.footer-inner[b-sijrpvpngp] {
    min-height: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.footer-inner div[b-sijrpvpngp] {
    display: grid;
    gap: .25rem;
}

.footer-inner strong[b-sijrpvpngp] {
    color: white;
    font-size: 1.05rem;
}

.footer-inner a[b-sijrpvpngp] {
    color: var(--mint);
}

@media (max-width: 760px) {
    .header-inner[b-sijrpvpngp] {
        min-height: 4.2rem;
    }

    .site-nav[b-sijrpvpngp] {
        display: none;
    }

    .header-cta[b-sijrpvpngp] {
        margin-left: auto;
        padding: .64rem .8rem;
    }

    .footer-inner[b-sijrpvpngp] {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.login-page[b-979epvj1pa] {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 32px 20px;
    background: #081b36;
}

.login-backdrop[b-979epvj1pa] {
    position: absolute;
    inset: -20px;
    background:
        linear-gradient(rgba(8, 20, 38, .62), rgba(8, 20, 38, .72)),
        url('/images/ai-network-concept.png') center / cover no-repeat;
    filter: blur(5px);
    transform: scale(1.03);
}

.login-dialog[b-979epvj1pa] {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 30px 32px 28px;
    border: 1px solid rgba(220, 228, 238, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 28px 80px rgba(3, 13, 29, .38);
}

.dialog-header[b-979epvj1pa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.close-dialog[b-979epvj1pa] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #718096;
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease;
}

.close-dialog:hover[b-979epvj1pa] {
    background: #eef3f8;
    color: #081426;
}

.dialog-copy[b-979epvj1pa] {
    margin-top: 28px;
}

.dialog-copy h1[b-979epvj1pa] {
    margin: 0;
    color: #081426;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

/* FocusOnNavigate (Routes.razor) focuses this h1 on load; suppress the browser outline. */
.dialog-copy h1:focus[b-979epvj1pa] {
    outline: none;
}

.dialog-copy p[b-979epvj1pa] {
    margin: 10px 0 0;
    color: #52627a;
    font-size: 16px;
    line-height: 1.5;
}

.login-providers[b-979epvj1pa] {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.provider-button[b-979epvj1pa] {
    width: 100%;
    min-height: 50px;
    display: grid;
    grid-template-columns: 28px auto 28px;
    align-items: center;
    padding: 10px 18px;
    border: 1px solid #c8d4e3;
    border-radius: 9px;
    background: #fff;
    color: #17243b;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 650;
    text-align: center;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.provider-button:hover[b-979epvj1pa] {
    border-color: #2457ff;
    background: #f7f9ff;
    box-shadow: 0 5px 16px rgba(36, 87, 255, .1);
    transform: translateY(-1px);
}

.microsoft-icon[b-979epvj1pa] {
    width: 20px;
    height: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.microsoft-icon i:nth-child(1)[b-979epvj1pa] { background: #f25022; }
.microsoft-icon i:nth-child(2)[b-979epvj1pa] { background: #7fba00; }
.microsoft-icon i:nth-child(3)[b-979epvj1pa] { background: #00a4ef; }
.microsoft-icon i:nth-child(4)[b-979epvj1pa] { background: #ffb900; }

.google-icon[b-979epvj1pa] {
    width: 22px;
    display: inline-block;
    background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 43%, #fbbc05 0 68%, #ea4335 0 86%, #4285f4 0);
    background-clip: text;
    color: transparent;
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
}

.linkedin-icon[b-979epvj1pa] {
    width: 21px;
    height: 21px;
    display: inline-grid;
    place-items: center;
    border-radius: 3px;
    background: #0a66c2;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.login-note[b-979epvj1pa] {
    margin: 20px 6px 0;
    color: #718096;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 560px) {
    .login-page[b-979epvj1pa] {
        align-items: end;
        padding: 18px 12px;
    }

    .login-dialog[b-979epvj1pa] {
        padding: 24px 20px 22px;
        border-radius: 16px;
    }

    .dialog-copy[b-979epvj1pa] {
        margin-top: 24px;
    }

    .dialog-copy h1[b-979epvj1pa] {
        font-size: 29px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .close-dialog[b-979epvj1pa],
    .provider-button[b-979epvj1pa] {
        transition: none;
    }
}
/* /Components/Pages/AdgangAfventer.razor.rz.scp.css */
.gate-page[b-sxgy04oqid] {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 32px 20px;
    background: #081b36;
}

.gate-backdrop[b-sxgy04oqid] {
    position: absolute;
    inset: -20px;
    background:
        linear-gradient(rgba(8, 20, 38, .62), rgba(8, 20, 38, .72)),
        url('/images/ai-network-concept.png') center / cover no-repeat;
    filter: blur(5px);
    transform: scale(1.03);
}

.gate-dialog[b-sxgy04oqid] {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 30px 32px 28px;
    border: 1px solid rgba(220, 228, 238, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 28px 80px rgba(3, 13, 29, .38);
}

/* ---- Header ------------------------------------------------------------- */
.gate-header[b-sxgy04oqid] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.gate-badge[b-sxgy04oqid] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border: 1px solid #f6c877;
    border-radius: 999px;
    background: #fef3e0;
    color: #9a5b08;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.gate-badge-dot[b-sxgy04oqid] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e08a0b;
}

/* ---- Copy --------------------------------------------------------------- */
.gate-copy[b-sxgy04oqid] {
    margin-top: 24px;
}

.gate-copy h1[b-sxgy04oqid] {
    margin: 0;
    color: #081426;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.gate-copy p[b-sxgy04oqid] {
    margin: 10px 0 0;
    color: #52627a;
    font-size: 16px;
    line-height: 1.5;
}

/* ---- Status callout ----------------------------------------------------- */
.gate-callout[b-sxgy04oqid] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid #d3e0ff;
    border-radius: 10px;
    background: #eef4ff;
}

.gate-callout-icon[b-sxgy04oqid] {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(36, 87, 255, .1);
    color: #2457ff;
}

.gate-callout-icon svg[b-sxgy04oqid] {
    width: 15px;
    height: 15px;
}

.gate-callout-title[b-sxgy04oqid] {
    margin: 0;
    color: #17243b;
    font-size: 13px;
    font-weight: 650;
}

.gate-callout-text[b-sxgy04oqid] {
    margin: 3px 0 0;
    color: #52627a;
    font-size: 13px;
    line-height: 1.45;
}

/* ---- Alerts ------------------------------------------------------------- */
.gate-alert[b-sxgy04oqid] {
    margin-top: 18px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.gate-alert-success[b-sxgy04oqid] {
    border-color: #b7e3cf;
    background: #e8f7ef;
    color: #1c6b45;
}

.gate-alert-danger[b-sxgy04oqid] {
    border-color: #f2c2c2;
    background: #fdeaea;
    color: #9a2c2c;
}

.gate-alert-warning[b-sxgy04oqid] {
    border-color: #f6dca0;
    background: #fdf4e1;
    color: #8a5b12;
}

/* ---- Form --------------------------------------------------------------- */
/* EditForm / InputText / InputTextArea render their own elements, which do not
   receive this component's scope attribute. Reach them with ::deep. */
.gate-dialog[b-sxgy04oqid]  .gate-form {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.gate-dialog[b-sxgy04oqid]  .gate-field {
    display: grid;
    gap: 7px;
}

.gate-dialog[b-sxgy04oqid]  .gate-label {
    color: #17243b;
    font-size: 13px;
    font-weight: 600;
}

.gate-dialog[b-sxgy04oqid]  .gate-input {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #c8d4e3;
    border-radius: 9px;
    background: #fff;
    color: #17243b;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.gate-dialog[b-sxgy04oqid]  .gate-input::placeholder {
    color: #8a97a8;
}

.gate-dialog[b-sxgy04oqid]  .gate-input:focus {
    outline: none;
    border-color: #2457ff;
    box-shadow: 0 0 0 3px rgba(36, 87, 255, .12);
}

.gate-dialog[b-sxgy04oqid]  .gate-textarea {
    min-height: 96px;
    resize: vertical;
    line-height: 1.5;
}

.gate-submit[b-sxgy04oqid] {
    min-height: 50px;
    margin-top: 2px;
    border: 0;
    border-radius: 9px;
    background: #2457ff;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 650;
    cursor: pointer;
    transition: background-color .16s ease, transform .16s ease;
}

.gate-submit:hover:not(:disabled)[b-sxgy04oqid] {
    background: #1747e5;
    transform: translateY(-1px);
}

.gate-submit:disabled[b-sxgy04oqid] {
    opacity: .65;
    cursor: default;
}

.gate-loading[b-sxgy04oqid] {
    margin: 22px 0 0;
    color: #718096;
    font-size: 14px;
    font-style: italic;
}

.gate-description[b-sxgy04oqid] {
    margin-top: 18px;
    color: #718096;
    font-size: 13px;
}

/* ---- Footnote ----------------------------------------------------------- */
.gate-footnote[b-sxgy04oqid] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 22px;
    color: #718096;
    font-size: 13px;
}

.gate-footnote-sep[b-sxgy04oqid] {
    color: #c2ccd8;
}

.gate-logout-form[b-sxgy04oqid] {
    display: inline;
    margin: 0;
}

.gate-link[b-sxgy04oqid],
.gate-link-button[b-sxgy04oqid] {
    padding: 0;
    border: 0;
    background: none;
    color: #2457ff;
    font: inherit;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
}

.gate-link:hover[b-sxgy04oqid],
.gate-link-button:hover[b-sxgy04oqid] {
    text-decoration: underline;
}

/* ---- Responsive --------------------------------------------------------- */
@media (max-width: 560px) {
    .gate-page[b-sxgy04oqid] {
        align-items: end;
        padding: 18px 12px;
    }

    .gate-dialog[b-sxgy04oqid] {
        padding: 24px 20px 22px;
        border-radius: 16px;
    }

    .gate-copy[b-sxgy04oqid] {
        margin-top: 20px;
    }

    .gate-copy h1[b-sxgy04oqid] {
        font-size: 29px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gate-dialog[b-sxgy04oqid]  .gate-input,
    .gate-submit[b-sxgy04oqid] {
        transition: none;
    }
}
/* /Components/Pages/AdgangAfvist.razor.rz.scp.css */
.gate-page[b-x6c9ok87kz] {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 32px 20px;
    background: #081b36;
}

.gate-backdrop[b-x6c9ok87kz] {
    position: absolute;
    inset: -20px;
    background:
        linear-gradient(rgba(8, 20, 38, .62), rgba(8, 20, 38, .72)),
        url('/images/ai-network-concept.png') center / cover no-repeat;
    filter: blur(5px);
    transform: scale(1.03);
}

.gate-dialog[b-x6c9ok87kz] {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 30px 32px 28px;
    border: 1px solid rgba(220, 228, 238, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 28px 80px rgba(3, 13, 29, .38);
}

/* ---- Header ------------------------------------------------------------- */
.gate-header[b-x6c9ok87kz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.gate-badge[b-x6c9ok87kz] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border: 1px solid #f2b8b8;
    border-radius: 999px;
    background: #fdeaea;
    color: #a12f2f;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.gate-badge-dot[b-x6c9ok87kz] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d64545;
}

/* ---- Copy --------------------------------------------------------------- */
.gate-copy[b-x6c9ok87kz] {
    margin-top: 24px;
}

.gate-copy h1[b-x6c9ok87kz] {
    margin: 0;
    color: #081426;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.gate-copy p[b-x6c9ok87kz] {
    margin: 10px 0 0;
    color: #52627a;
    font-size: 16px;
    line-height: 1.5;
}

.gate-loading[b-x6c9ok87kz] {
    color: #718096;
    font-style: italic;
}

/* ---- Callout ------------------------------------------------------------ */
.gate-callout[b-x6c9ok87kz] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid #f4d0d0;
    border-radius: 10px;
    background: #fdf1f1;
}

.gate-callout-icon[b-x6c9ok87kz] {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(214, 69, 69, .12);
    color: #c23b3b;
}

.gate-callout-icon svg[b-x6c9ok87kz] {
    width: 15px;
    height: 15px;
}

.gate-callout-title[b-x6c9ok87kz] {
    margin: 0;
    color: #17243b;
    font-size: 13px;
    font-weight: 650;
}

.gate-callout-text[b-x6c9ok87kz] {
    margin: 3px 0 0;
    color: #52627a;
    font-size: 13px;
    line-height: 1.45;
}

.gate-link[b-x6c9ok87kz] {
    color: #2457ff;
    font-weight: 650;
    text-decoration: none;
}

.gate-link:hover[b-x6c9ok87kz] {
    text-decoration: underline;
}

/* ---- Actions ------------------------------------------------------------ */
.gate-actions[b-x6c9ok87kz] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.gate-btn[b-x6c9ok87kz] {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 9px;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.gate-btn-primary[b-x6c9ok87kz] {
    background: #2457ff;
    color: #fff;
}

.gate-btn-primary:hover[b-x6c9ok87kz] {
    background: #1747e5;
    transform: translateY(-1px);
}

.gate-btn-secondary[b-x6c9ok87kz] {
    border-color: #c8d4e3;
    background: #fff;
    color: #17243b;
}

.gate-btn-secondary:hover[b-x6c9ok87kz] {
    border-color: #2457ff;
    color: #2457ff;
}

.gate-logout-form[b-x6c9ok87kz] {
    display: inline;
    margin: 0;
}

/* ---- Responsive --------------------------------------------------------- */
@media (max-width: 560px) {
    .gate-page[b-x6c9ok87kz] {
        align-items: end;
        padding: 18px 12px;
    }

    .gate-dialog[b-x6c9ok87kz] {
        padding: 24px 20px 22px;
        border-radius: 16px;
    }

    .gate-copy[b-x6c9ok87kz] {
        margin-top: 20px;
    }

    .gate-copy h1[b-x6c9ok87kz] {
        font-size: 29px;
    }

    .gate-actions[b-x6c9ok87kz] {
        flex-direction: column;
    }

    .gate-btn[b-x6c9ok87kz] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gate-btn[b-x6c9ok87kz] {
        transition: none;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-page[b-fz81j4znbe] {
    min-height: 100vh;
    overflow: hidden;
    background: #f7f9fc;
    color: #081426;
}

.landing-nav[b-fz81j4znbe] {
    height: 77px;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 20px max(24px, calc((100vw - 1264px) / 2));
    border-bottom: 1px solid #dce4ee;
    background: #fff;
}

.landing-nav-links[b-fz81j4znbe] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.landing-nav-links a[b-fz81j4znbe],
.landing-nav-links[b-fz81j4znbe]  a {
    color: #44546a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.landing-nav-links a:hover[b-fz81j4znbe],
.landing-nav-links[b-fz81j4znbe]  a:hover {
    color: #2457ff;
}

.landing-nav-links .nav-access[b-fz81j4znbe] {
    padding: 10px 22px;
    border-radius: 8px;
    background: #2457ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-decoration: none;
    transition: background-color .16s ease, transform .16s ease;
}

.landing-nav-links .nav-access:hover[b-fz81j4znbe] {
    background: #1747e5;
    color: #fff;
    transform: translateY(-1px);
}

.landing-hero[b-fz81j4znbe] {
    height: 381px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 54px 24px 44px;
    background: linear-gradient(105deg, #00b8d9 0%, #2457ff 48%, #4c24ff 100%);
    color: #fff;
    text-align: center;
}

.landing-eyebrow[b-fz81j4znbe] {
    margin: 0;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.landing-hero h1[b-fz81j4znbe] {
    width: min(820px, 100%);
    margin: 0;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 58px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.04;
}

.landing-hero h1:focus[b-fz81j4znbe] {
    outline: none;
}

.landing-intro[b-fz81j4znbe] {
    width: min(620px, 100%);
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.5;
}

.hero-cta[b-fz81j4znbe] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: 14px 28px;
    border-radius: 8px;
    background: #fff;
    color: #2457ff;
    box-shadow: 0 8px 18px rgba(8, 20, 38, .25);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-decoration: none;
    transition: box-shadow .16s ease, transform .16s ease;
}

.hero-cta:hover[b-fz81j4znbe] {
    color: #1747e5;
    box-shadow: 0 10px 24px rgba(8, 20, 38, .3);
    transform: translateY(-2px);
}

.network-visuals[b-fz81j4znbe] {
    height: 442px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 36px max(24px, calc((100vw - 1200px) / 2));
    overflow: hidden;
    background: #f7f9fc;
}

.network-visuals figure[b-fz81j4znbe] {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dce4ee;
    border-radius: 16px;
    background: #081b36;
    box-shadow: 0 16px 36px rgba(8, 20, 38, .14);
}

.network-visuals img[b-fz81j4znbe] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
}

.network-visuals figure[b-fz81j4znbe]::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(8, 20, 38, .92));
    pointer-events: none;
}

.network-visuals figcaption[b-fz81j4znbe] {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    z-index: 1;
    color: #fff;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 21px;
    font-weight: 650;
    line-height: 1.15;
}

.network-visuals figure:hover img[b-fz81j4znbe] {
    transform: scale(1.025);
}

.network-value[b-fz81j4znbe] {
    min-height: 577px;
    padding: 88px max(24px, calc((100vw - 1200px) / 2));
    background: #fff;
    scroll-margin-top: 24px;
}

.network-value-inner[b-fz81j4znbe] {
    width: min(1200px, 100%);
    margin-inline: auto;
}

.value-heading[b-fz81j4znbe] {
    width: min(850px, 100%);
}

.section-eyebrow[b-fz81j4znbe] {
    margin: 0 0 12px;
    color: #00a8c7;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.value-heading h2[b-fz81j4znbe],
.access-heading h2[b-fz81j4znbe] {
    margin: 0;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 44px;
    font-weight: 650;
    line-height: 1.06;
}

.value-heading > p:last-child[b-fz81j4znbe] {
    width: min(660px, 100%);
    margin: 12px 0 0;
    color: #44546a;
    font-size: 16px;
    line-height: 1.55;
}

.value-cards[b-fz81j4znbe] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
    margin-top: 44px;
}

.value-cards article[b-fz81j4znbe] {
    height: 220px;
    padding: 28px;
    border: 1px solid #dce4ee;
    border-radius: 14px;
    background: #f7f9fc;
}

.value-number[b-fz81j4znbe] {
    width: 38px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e7edff;
    color: #2457ff;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
}

.card-spacer[b-fz81j4znbe] { height: 24px; }

.value-cards h3[b-fz81j4znbe] {
    margin: 0;
    color: #081426;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 22px;
    font-weight: 650;
}

.value-cards p[b-fz81j4znbe] {
    margin: 14px 0 0;
    color: #44546a;
    font-size: 15px;
    line-height: 1.5;
}

.access-section[b-fz81j4znbe] {
    min-height: 402px;
    padding: 80px max(24px, calc((100vw - 1200px) / 2));
    background: #081b36;
    color: #fff;
    scroll-margin-top: 24px;
}

.access-inner[b-fz81j4znbe] {
    width: min(1200px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 500px minmax(0, 1fr);
    align-items: start;
    gap: 110px;
}

.access-heading .section-eyebrow[b-fz81j4znbe] {
    color: #00cfff;
}

.access-details > p[b-fz81j4znbe] {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.55;
}

.access-details > p + p[b-fz81j4znbe] {
    margin-top: 12px;
}

.access-details > p.access-details-note[b-fz81j4znbe] {
    font-size: 13px;
    color: rgba(255, 255, 255, .65);
}

.access-details ol[b-fz81j4znbe] {
    display: grid;
    gap: 12px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.access-details li[b-fz81j4znbe] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
}

.access-details li > span[b-fz81j4znbe] {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00cfff;
    border-radius: 50%;
    color: #00cfff;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
}

.access-cta[b-fz81j4znbe] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 13px 22px;
    border-radius: 8px;
    background: #00cfff;
    color: #081426;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .16s ease, transform .16s ease;
}

.access-cta:hover[b-fz81j4znbe] {
    background: #39dcf8;
    color: #081426;
    transform: translateY(-2px);
}

.landing-footer[b-fz81j4znbe] {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 28px max(24px, calc((100vw - 1264px) / 2));
    background: #06101f;
    color: #fff;
}

.landing-footer > div[b-fz81j4znbe] {
    display: grid;
    gap: 4px;
}

.landing-footer strong[b-fz81j4znbe] {
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 14px;
    letter-spacing: .8px;
}

.landing-footer span[b-fz81j4znbe] {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.landing-footer a[b-fz81j4znbe] {
    color: #00cfff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.landing-footer > .landing-footer-links[b-fz81j4znbe] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.landing-footer-cookie[b-fz81j4znbe] {
    padding: 0;
    border: 0;
    background: none;
    color: rgba(255, 255, 255, .7);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.landing-footer-cookie:hover[b-fz81j4znbe] {
    color: #fff;
}

@media (max-width: 900px) {
    .landing-nav[b-fz81j4znbe] {
        height: 68px;
        padding-block: 15px;
    }

    .landing-nav-links > a:not(.nav-access)[b-fz81j4znbe],
    .landing-nav-links[b-fz81j4znbe]  a:not(.nav-access) {
        display: none;
    }

    .landing-hero[b-fz81j4znbe] {
        height: auto;
        min-height: 360px;
        justify-content: center;
        padding: 48px 24px;
    }

    .landing-hero h1[b-fz81j4znbe] { font-size: clamp(40px, 7vw, 58px); }
    .desktop-break[b-fz81j4znbe] { display: none; }

    .network-visuals[b-fz81j4znbe] {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .network-visuals figure[b-fz81j4znbe] {
        aspect-ratio: 4 / 3;
    }

    .network-visuals figure:last-child[b-fz81j4znbe] {
        grid-column: 1 / -1;
        aspect-ratio: 2 / 1;
    }

    .network-value[b-fz81j4znbe] {
        padding-block: 72px;
    }

    .value-cards[b-fz81j4znbe] {
        grid-template-columns: 1fr;
    }

    .value-cards article[b-fz81j4znbe] {
        height: auto;
        min-height: 200px;
    }

    .access-section[b-fz81j4znbe] {
        padding-block: 72px;
    }

    .access-inner[b-fz81j4znbe] {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 540px) {
    .landing-nav[b-fz81j4znbe] { padding-inline: 18px; }
    .landing-nav-links[b-fz81j4znbe] { gap: 0; }
    .landing-nav-links .nav-access[b-fz81j4znbe] { padding: 9px 16px; font-size: 13px; }

    .landing-hero[b-fz81j4znbe] {
        min-height: 390px;
        gap: 18px;
        padding-inline: 18px;
    }

    .landing-eyebrow[b-fz81j4znbe] { font-size: 10px; }
    .landing-hero h1[b-fz81j4znbe] { font-size: clamp(36px, 11vw, 48px); }
    .landing-intro[b-fz81j4znbe] { font-size: 15px; }
    .hero-cta[b-fz81j4znbe] { padding: 13px 22px; font-size: 15px; }

    .network-visuals[b-fz81j4znbe] {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 18px;
    }

    /* På mobil er tre billeder for meget – vis kun det første. */
    .network-visuals figure:nth-child(n + 2)[b-fz81j4znbe] {
        display: none;
    }

    .network-visuals figure:last-child[b-fz81j4znbe] {
        grid-column: auto;
        aspect-ratio: 4 / 3;
    }

    .network-visuals figcaption[b-fz81j4znbe] {
        right: 20px;
        bottom: 18px;
        left: 20px;
        font-size: 19px;
    }

    .network-value[b-fz81j4znbe],
    .access-section[b-fz81j4znbe] {
        padding: 64px 18px;
    }

    .value-heading h2[b-fz81j4znbe],
    .access-heading h2[b-fz81j4znbe] {
        font-size: 36px;
    }

    .value-cards article[b-fz81j4znbe] { padding: 24px; }

    .landing-footer[b-fz81j4znbe] {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px 18px;
    }

    .landing-footer > .landing-footer-links[b-fz81j4znbe] {
        flex-wrap: wrap;
        gap: 8px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-access[b-fz81j4znbe],
    .hero-cta[b-fz81j4znbe],
    .access-cta[b-fz81j4znbe],
    .network-visuals img[b-fz81j4znbe] {
        transition: none;
    }
}
/* /Components/Pages/Privatlivspolitik.razor.rz.scp.css */
.policy-page[b-22qappw5l3] {
    min-height: 100vh;
    background: #f7f9fc;
    color: #081426;
}

/* Nav – matcher landing-nav */
.policy-nav[b-22qappw5l3] {
    height: 77px;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 20px max(24px, calc((100vw - 1264px) / 2));
    border-bottom: 1px solid #dce4ee;
    background: #fff;
}

.policy-nav-links[b-22qappw5l3] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.policy-nav-links a[b-22qappw5l3],
.policy-nav-links[b-22qappw5l3]  a {
    color: #44546a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.policy-nav-links a:hover[b-22qappw5l3],
.policy-nav-links[b-22qappw5l3]  a:hover {
    color: #2457ff;
}

.policy-nav-links .nav-access[b-22qappw5l3] {
    padding: 10px 22px;
    border-radius: 8px;
    background: #2457ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-decoration: none;
    transition: background-color .16s ease, transform .16s ease;
}

.policy-nav-links .nav-access:hover[b-22qappw5l3] {
    background: #1747e5;
    color: #fff;
    transform: translateY(-1px);
}

/* Header-band */
.policy-hero[b-22qappw5l3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 56px 24px 52px;
    background: linear-gradient(105deg, #2457ff 0%, #4c24ff 58%, #00b8d9 100%);
    color: #fff;
    text-align: center;
}

.policy-eyebrow[b-22qappw5l3] {
    margin: 0;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.policy-hero h1[b-22qappw5l3] {
    margin: 0;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 52px;
    font-weight: 650;
    line-height: 1.05;
}

.policy-intro[b-22qappw5l3] {
    width: min(620px, 100%);
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.5;
}

.policy-updated[b-22qappw5l3] {
    margin-top: 2px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .15);
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
}

/* Indhold */
.policy-content[b-22qappw5l3] {
    display: flex;
    justify-content: center;
    padding: 72px max(24px, calc((100vw - 1064px) / 2)) 88px;
    background: #fff;
}

.policy-column[b-22qappw5l3] {
    width: min(820px, 100%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.policy-lead[b-22qappw5l3] {
    margin: 0;
    color: #44546a;
    font-size: 18px;
    line-height: 1.6;
}

.policy-column > section[b-22qappw5l3] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.policy-column h2[b-22qappw5l3] {
    margin: 0;
    color: #081426;
    font-family: "Funnel Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 26px;
    font-weight: 650;
    line-height: 1.15;
}

.policy-column p[b-22qappw5l3] {
    margin: 0;
    color: #44546a;
    font-size: 16px;
    line-height: 1.6;
}

.policy-column a[b-22qappw5l3] {
    color: #2457ff;
    font-weight: 600;
    text-decoration: none;
}

.policy-column a:hover[b-22qappw5l3] {
    text-decoration: underline;
}

.policy-column ul[b-22qappw5l3] {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.policy-column li[b-22qappw5l3] {
    position: relative;
    padding-left: 22px;
    color: #44546a;
    font-size: 16px;
    line-height: 1.6;
}

.policy-column li[b-22qappw5l3]::before {
    content: "•";
    position: absolute;
    left: 4px;
    color: #2457ff;
    font-weight: 700;
}

.policy-cookie-link[b-22qappw5l3] {
    padding: 0;
    border: 0;
    background: none;
    color: #2457ff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

/* Footer – matcher landing-footer */
.policy-footer[b-22qappw5l3] {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 28px max(24px, calc((100vw - 1264px) / 2));
    background: #06101f;
    color: #fff;
}

.policy-footer > div:first-child[b-22qappw5l3] {
    display: grid;
    gap: 4px;
}

.policy-footer strong[b-22qappw5l3] {
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 14px;
    letter-spacing: .8px;
}

.policy-footer span[b-22qappw5l3] {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.policy-footer-links[b-22qappw5l3] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.policy-footer a[b-22qappw5l3] {
    color: #00cfff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.policy-footer-cookie[b-22qappw5l3] {
    padding: 0;
    border: 0;
    background: none;
    color: rgba(255, 255, 255, .7);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.policy-footer-cookie:hover[b-22qappw5l3] {
    color: #fff;
}

@media (max-width: 900px) {
    .policy-nav[b-22qappw5l3] {
        height: 68px;
        padding-block: 15px;
    }

    .policy-nav-links > a:not(.nav-access)[b-22qappw5l3],
    .policy-nav-links[b-22qappw5l3]  a:not(.nav-access) {
        display: none;
    }

    .policy-hero[b-22qappw5l3] {
        padding: 36px 20px 32px;
    }

    .policy-hero h1[b-22qappw5l3] {
        font-size: clamp(30px, 8vw, 42px);
    }

    .policy-content[b-22qappw5l3] {
        padding: 40px 20px 56px;
    }

    .policy-column[b-22qappw5l3] {
        gap: 32px;
    }

    .policy-lead[b-22qappw5l3] {
        font-size: 16px;
    }

    .policy-column h2[b-22qappw5l3] {
        font-size: 20px;
    }

    .policy-column p[b-22qappw5l3],
    .policy-column li[b-22qappw5l3] {
        font-size: 15px;
    }
}

@media (max-width: 540px) {
    .policy-nav[b-22qappw5l3] {
        padding-inline: 18px;
    }

    .policy-nav-links[b-22qappw5l3] {
        gap: 0;
    }

    .policy-nav-links .nav-access[b-22qappw5l3] {
        padding: 9px 16px;
        font-size: 13px;
    }

    .policy-footer[b-22qappw5l3] {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding: 28px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .policy-nav-links .nav-access[b-22qappw5l3] {
        transition: none;
    }
}
/* /Components/Shared/BrandLogo.razor.rz.scp.css */
.brand-logo[b-ety0ja1hzd] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    text-decoration: none;
}

.brand-logo img[b-ety0ja1hzd] {
    display: block;
    width: 100%;
    height: auto;
}

.brand-logo--landing[b-ety0ja1hzd] {
    width: 190px;
}

.brand-logo--header[b-ety0ja1hzd] {
    width: 174px;
}

.brand-logo--sidebar[b-ety0ja1hzd] {
    width: 172px;
}

.brand-logo--dialog[b-ety0ja1hzd] {
    width: 152px;
}

@media (max-width: 760px) {
    .brand-logo--landing[b-ety0ja1hzd] {
        width: 150px;
    }

    .brand-logo--header[b-ety0ja1hzd] {
        width: 142px;
    }
}

@media (max-width: 420px) {
    .brand-logo--landing[b-ety0ja1hzd] {
        width: 136px;
    }

    .brand-logo--dialog[b-ety0ja1hzd] {
        width: 138px;
    }
}
