/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-shell[b-xdloycsny5] {
    --landing-primary: #1b6ec2;
    --landing-primary-dark: #1861ac;
    --landing-navy: #0d3d6b;
    --landing-cta: #0d6efd;
    --landing-bg: #f5f5f5;
    --landing-text: #1a1d21;
    --landing-muted: rgba(26, 29, 33, 0.68);
    --landing-header-h: 68px;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: var(--landing-bg);
    color: var(--landing-text);
    font-family: var(--app-font-family, 'Helvetica Neue', Helvetica, Arial, system-ui, sans-serif);
}

.landing-header[b-xdloycsny5] {
    position: sticky;
    top: 0;
    z-index: 40;
    min-height: var(--landing-header-h);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(13, 61, 107, 0.08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.landing-header-inner[b-xdloycsny5] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.7rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.landing-brand[b-xdloycsny5] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: var(--landing-navy);
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.landing-brand img[b-xdloycsny5] {
    height: 32px;
    width: auto;
    display: block;
}

.landing-nav[b-xdloycsny5] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    margin-left: 0.5rem;
}

.landing-nav-link[b-xdloycsny5] {
    appearance: none;
    background: none;
    border: 0;
    color: var(--landing-muted);
    font: inherit;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.45rem 0.7rem;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}

.landing-nav-link:hover[b-xdloycsny5] {
    color: var(--landing-navy);
    background: rgba(27, 110, 194, 0.08);
    text-decoration: none;
}

.landing-actions[b-xdloycsny5] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
}

.landing-btn[b-xdloycsny5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    border-radius: 8px;
    padding: 0.48rem 1rem;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.landing-btn--ghost[b-xdloycsny5] {
    color: var(--landing-navy);
    background: transparent;
    border: 1px solid rgba(13, 61, 107, 0.18);
}

.landing-btn--ghost:hover[b-xdloycsny5] {
    background: rgba(27, 110, 194, 0.08);
    color: var(--landing-navy);
}

.landing-btn--primary[b-xdloycsny5] {
    color: #fff;
    background: var(--landing-cta);
    border: 1px solid var(--landing-cta);
    box-shadow: 0 1px 2px rgba(13, 110, 253, 0.25);
}

.landing-btn--primary:hover[b-xdloycsny5] {
    background: #0b5ed7;
    color: #fff;
}

.landing-menu-toggle[b-xdloycsny5] {
    display: none;
    appearance: none;
    background: transparent;
    border: 1px solid rgba(13, 61, 107, 0.16);
    border-radius: 8px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--landing-navy);
    cursor: pointer;
}

.landing-main[b-xdloycsny5] {
    flex: 1 1 auto;
}

.landing-footer[b-xdloycsny5] {
    background: #fff;
    border-top: 1px solid rgba(13, 61, 107, 0.08);
}

.landing-footer-inner[b-xdloycsny5] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.15rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.5rem;
}

.landing-footer-copy[b-xdloycsny5] {
    color: var(--landing-muted);
    font-size: 0.9rem;
}

.landing-footer-links[b-xdloycsny5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.landing-footer-links a[b-xdloycsny5] {
    color: var(--landing-navy);
    text-decoration: none;
    font-size: 0.9rem;
}

.landing-footer-links a:hover[b-xdloycsny5] {
    text-decoration: underline;
}

.landing-footer-links a.is-active[b-xdloycsny5] {
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .landing-menu-toggle[b-xdloycsny5] {
        display: inline-flex;
    }

    .landing-header-inner[b-xdloycsny5] {
        flex-wrap: wrap;
    }

    .landing-nav[b-xdloycsny5] {
        display: none;
        flex-basis: 100%;
        order: 3;
        margin: 0.35rem 0 0;
        padding: 0.25rem 0 0.15rem;
        flex-direction: column;
        align-items: stretch;
        gap: 0.15rem;
        border-top: 1px solid rgba(13, 61, 107, 0.08);
    }

    .landing-nav.is-open[b-xdloycsny5] {
        display: flex;
    }

    .landing-nav-link[b-xdloycsny5] {
        text-align: left;
        padding: 0.7rem 0.35rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Logo + UgyVezer: egy gomb, főoldalra vezet – egymás mellett, flex */
/* Lábléc a dokumentum alján; betöltéskor a fold alatt: főtartalom legalább egy „képernyő” + kis slack a fejléc alatti rétegben. */
.app-main-with-footer-body[b-68ebs8qi8h] {
    box-sizing: border-box;
    min-height: calc(100dvh - var(--mud-appbar-height, 64px) + var(--app-footer-below-fold-gap, 12px));
}

/* Ugyanaz a magasság, mint az alap MudAppBar (64px). Szín: AppThemeManager.NavigationShell.FooterBackground / --app-color-footer-bg */
.app-site-footer[b-68ebs8qi8h] {
    width: 100%;
    box-sizing: border-box;
    min-height: 64px;
    flex-shrink: 0;
    background-color: var(--app-color-footer-bg);
}

.app-site-footer-row[b-68ebs8qi8h] {
    min-height: 48px;
}

[b-68ebs8qi8h] .app-site-footer-feedback {
    text-decoration: none;
}

[b-68ebs8qi8h] .app-site-footer-feedback .mud-icon-root {
    vertical-align: middle;
}

.appbar-home-link[b-68ebs8qi8h] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    padding: 6px 12px;
    min-height: 44px;
    box-sizing: border-box;
}

.appbar-home-link:hover[b-68ebs8qi8h],
.appbar-home-link.active[b-68ebs8qi8h] {
    background-color: rgba(0, 0, 0, 0.06);
}

/* Belső doboz: logo és szöveg mindig egymás mellett */
.appbar-home-inner[b-68ebs8qi8h] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.appbar-home-title[b-68ebs8qi8h] {
    margin: 0;
    white-space: nowrap;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
}



/* Fejléc logo mérete */
.appbar-logo-img[b-68ebs8qi8h] {
    height: 32px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

/* Csak a Blazor hibauzenet stílusa – a layoutot a MudBlazor kezeli */
#blazor-error-ui[b-68ebs8qi8h] {
    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-68ebs8qi8h] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-container[b-iqb964ddrc] {
    position: relative;
    transition: width 0.3s ease;
}

.sidebar-header[b-iqb964ddrc] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.1);
    border-bottom: none;
}

.sidebar-container.expanded .sidebar-header[b-iqb964ddrc],
.sidebar-container:hover .sidebar-header[b-iqb964ddrc] {
    justify-content: flex-start;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-toggle[b-iqb964ddrc] {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.sidebar-toggle:hover[b-iqb964ddrc] {
    background-color: rgba(255, 255, 255, 0.15);
}

.sidebar-toggle .bi[b-iqb964ddrc] {
    width: 1rem;
    height: 1rem;
    display: inline-block;
}

.navbar-brand[b-iqb964ddrc] {
    font-size: var(--app-font-size-h6, 1rem);
    color: white;
    text-decoration: none;
    margin-left: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.2s;
}

.bi[b-iqb964ddrc] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0;
    top: 0;
    background-size: cover;
    flex-shrink: 0;
}

.sidebar-container.expanded .bi[b-iqb964ddrc],
.sidebar-container:hover .bi[b-iqb964ddrc] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
}

.bi-house-door-fill-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' 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");
    background-size: contain;
}

.bi-people-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' class='bi bi-people' 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");
    background-size: contain;
}

.bi-file-earmark-text-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' class='bi bi-file-earmark-text' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V1h-3zm-2 1v12h8V3H7.5z'/%3E%3C/svg%3E");
    background-size: contain;
}

.bi-file-earmark-slides-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' class='bi bi-file-earmark-slides' viewBox='0 0 16 16'%3E%3Cpath d='M5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 11 6H5zm0-1h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 11 13H5a1.5 1.5 0 0 1-1.5-1.5v-3A1.5 1.5 0 0 1 5 5z'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2h-3zm-2 1v12h8V3H7.5z'/%3E%3C/svg%3E");
    background-size: contain;
}

.bi-folder-plus-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' class='bi bi-folder-plus' viewBox='0 0 16 16'%3E%3Cpath d='M.5 3l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9.81a2 2 0 0 0 1.991-1.819l.637-7a2 2 0 0 0-.342-1.311L12.5 3H8.707a1 1 0 0 1-.707-.293L6.354 1.354A1 1 0 0 0 5.707 1H.5zm1.5.5h5.293a.5.5 0 0 1 .353.146L8.5 4.5h5.5l-.04.87a1.99 1.99 0 0 1-.342 1.311l-.637 7A1 1 0 0 1 12.826 13H2.826a1 1 0 0 1-.995-.819l-.637-7a1.99 1.99 0 0 1 .342-1.311L2 3.5z'/%3E%3Cpath d='M8 6a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V6.5A.5.5 0 0 1 8 6z'/%3E%3C/svg%3E");
    background-size: contain;
}

.bi-box-seam-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' class='bi bi-box-seam' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z'/%3E%3C/svg%3E");
    background-size: contain;
}

.bi-gear-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' class='bi bi-gear' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.292-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.292c.415.764-.42 1.6-1.185 1.184l-.292-.159a1.873 1.873 0 0 0-2.692 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.693-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.292A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
    background-size: contain;
}

.bi-building-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' class='bi bi-building' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z'/%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V1Zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h2V1Z'/%3E%3C/svg%3E");
    background-size: contain;
}

.bi-chevron-up-nav-menu[b-iqb964ddrc],
.bi-chevron-down-nav-menu[b-iqb964ddrc] {
    background-size: contain;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: auto;
    opacity: 0.7;
}

.bi-chevron-up-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.bi-chevron-down-nav-menu[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.sidebar-container.expanded .bi-house-door-fill-nav-menu[b-iqb964ddrc],
.sidebar-container:hover .bi-house-door-fill-nav-menu[b-iqb964ddrc],
.sidebar-container.expanded .bi-people-nav-menu[b-iqb964ddrc],
.sidebar-container:hover .bi-people-nav-menu[b-iqb964ddrc],
.sidebar-container.expanded .bi-file-earmark-text-nav-menu[b-iqb964ddrc],
.sidebar-container:hover .bi-file-earmark-text-nav-menu[b-iqb964ddrc] {
    background-size: cover;
}

.bi-chevron-left[b-iqb964ddrc], .bi-chevron-right[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-chevron-right[b-iqb964ddrc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.nav-item[b-iqb964ddrc] {
    font-size: var(--app-font-size-body1, 1rem);
    padding: 0.25rem 0.5rem;
}

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

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

    .nav-item[b-iqb964ddrc]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 8px;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 3.5rem;
        width: 100%;
        padding: 0;
        transition: all 0.2s ease;
        margin: 0.25rem 0;
    }

    .sidebar-container.expanded .nav-item[b-iqb964ddrc]  .nav-link,
    .sidebar-container:hover .nav-item[b-iqb964ddrc]  .nav-link {
        justify-content: flex-start;
        padding: 0 1rem;
    }

.nav-text[b-iqb964ddrc] {
    white-space: nowrap;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.3s ease, margin 0.3s ease;
    margin-left: 0;
}

.sidebar-container:hover .nav-text[b-iqb964ddrc],
.sidebar-container.expanded .nav-text[b-iqb964ddrc] {
    opacity: 1;
    width: auto;
    margin-left: 0.75rem;
}

.navbar-brand[b-iqb964ddrc] {
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.3s ease, margin 0.3s ease;
    margin-left: 0;
}

.sidebar-container:hover .navbar-brand[b-iqb964ddrc],
.sidebar-container.expanded .navbar-brand[b-iqb964ddrc] {
    opacity: 1;
    width: auto;
    margin-left: 0.75rem;
    }

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

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

.nav-divider[b-iqb964ddrc] {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0.5rem 0.75rem;
}

.nav-group-header[b-iqb964ddrc] {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 8px;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    transition: all 0.2s ease;
    margin: 0.25rem 0;
    cursor: pointer;
}

.sidebar-container.expanded .nav-group-header[b-iqb964ddrc],
.sidebar-container:hover .nav-group-header[b-iqb964ddrc] {
    justify-content: flex-start;
    padding: 0 1rem;
}

.nav-group-header:hover[b-iqb964ddrc] {
    background-color: rgba(255,255,255,0.15);
    color: white;
}

.nav-group-arrow[b-iqb964ddrc] {
    margin-left: auto;
    margin-right: 0;
}

.nav-group-items[b-iqb964ddrc] {
    margin-top: 0.25rem;
    margin-left: 0;
    padding-left: 0;
    animation: slideDown-b-iqb964ddrc 0.2s ease;
}

@keyframes slideDown-b-iqb964ddrc {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-sub-item[b-iqb964ddrc] {
    padding-left: 2.5rem !important;
    height: 2.75rem !important;
    font-size: var(--app-font-size-body2, 0.875rem);
}

/* Almenü pontok csak akkor látszanak, ha a sidebar kinyitva van */
.sidebar-container:not(.expanded):not(:hover) .nav-group-items[b-iqb964ddrc] {
        display: none;
    }

    .nav-scrollable[b-iqb964ddrc] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
}

@media (min-width: 641px) {
    .sidebar-container[b-iqb964ddrc] {
        width: 80px; /* Alapértelmezett keskeny szélesség - csak nagy ikonok */
        transition: width 0.3s ease;
        overflow: hidden;
    }

    .sidebar-container:hover[b-iqb964ddrc],
    .sidebar-container.expanded[b-iqb964ddrc] {
        width: 250px; /* Kinyitott szélesség */
    }

    .nav-scrollable[b-iqb964ddrc] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 0.5rem 0;
    }
}

@media (max-width: 640.98px) {
    .sidebar-container[b-iqb964ddrc] {
        width: 100% !important;
        overflow: visible !important;
        display: block !important;
    }

    .sidebar-container.expanded[b-iqb964ddrc] {
        width: 100% !important;
        display: block !important;
    }
    
    /* Mobil nézetben mindig úgy nézzen ki, mintha hover állapotban lenne */
    .sidebar-container.expanded .nav-item[b-iqb964ddrc]  .nav-link {
        justify-content: flex-start !important;
        padding: 0 1rem !important;
    }
    
    .sidebar-container.expanded .nav-text[b-iqb964ddrc] {
        opacity: 1 !important;
        width: auto !important;
        margin-left: 0.75rem !important;
    }
    
    .sidebar-container.expanded .navbar-brand[b-iqb964ddrc] {
        opacity: 1 !important;
        width: auto !important;
        margin-left: 0.75rem !important;
    }
    
    .sidebar-container.expanded .sidebar-header[b-iqb964ddrc] {
        justify-content: flex-start !important;
        padding: 1rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    
    .sidebar-container.expanded .bi[b-iqb964ddrc] {
        width: 1.25rem !important;
        height: 1.25rem !important;
        margin-right: 0.75rem !important;
    }
}
/* /Components/Pages/OfferList.razor.rz.scp.css */
/* Árajánlatok oldal: Bootstrap táblázat (Users mintája), table-responsive-cards az app.css-ben */
/* /Components/Pages/PlatformAdmin.razor.rz.scp.css */
/* RadzenTabs: mobilnézetben a fülsor ne essen szét és legyen vízszintesen görgethető */
.platform-admin-page[b-cidplyqaea]  .rz-tabview {
    width: 100%;
    max-width: 100%;
}

.platform-admin-page[b-cidplyqaea]  .rz-tabview-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    max-width: 100%;
}

.platform-admin-page[b-cidplyqaea]  .rz-tabview-nav li {
    flex: 0 0 auto;
}

@media (max-width: 576px) {
    .platform-admin-page[b-cidplyqaea]  .rz-tabview-nav li a,
    .platform-admin-page[b-cidplyqaea]  .rz-tabview-nav li button {
        min-height: 44px;
        align-items: center;
    }

    .platform-admin-page[b-cidplyqaea]  .rz-tabview-panels {
        padding-top: 0.25rem;
    }
}

.diagnostics-path[b-cidplyqaea] {
    word-break: break-all;
    font-size: 0.85em;
}

.diagnostics-log-viewer[b-cidplyqaea] {
    max-height: min(70vh, 720px);
    overflow: auto;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    background: #0f1419;
    color: #e7ecf1;
    padding: 0.5rem;
}

.diagnostics-log-entry[b-cidplyqaea] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.45rem 0.35rem;
}

.diagnostics-log-entry:last-child[b-cidplyqaea] {
    border-bottom: none;
}

.diagnostics-log-head[b-cidplyqaea] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.diagnostics-log-ts[b-cidplyqaea] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    opacity: 0.85;
}

.diagnostics-log-lvl[b-cidplyqaea] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.diagnostics-log-entry.level-inf .diagnostics-log-lvl[b-cidplyqaea],
.diagnostics-log-entry.level-information .diagnostics-log-lvl[b-cidplyqaea] {
    background: #2f6fed;
    color: #fff;
}

.diagnostics-log-entry.level-wrn .diagnostics-log-lvl[b-cidplyqaea],
.diagnostics-log-entry.level-warning .diagnostics-log-lvl[b-cidplyqaea] {
    background: #b8860b;
    color: #fff;
}

.diagnostics-log-entry.level-err .diagnostics-log-lvl[b-cidplyqaea],
.diagnostics-log-entry.level-error .diagnostics-log-lvl[b-cidplyqaea] {
    background: #c62828;
    color: #fff;
}

.diagnostics-log-entry.level-ftl .diagnostics-log-lvl[b-cidplyqaea],
.diagnostics-log-entry.level-fatal .diagnostics-log-lvl[b-cidplyqaea] {
    background: #6a1b9a;
    color: #fff;
}

.diagnostics-log-entry.level-dbg .diagnostics-log-lvl[b-cidplyqaea],
.diagnostics-log-entry.level-debug .diagnostics-log-lvl[b-cidplyqaea] {
    background: #546e7a;
    color: #fff;
}

.diagnostics-log-msg[b-cidplyqaea],
.diagnostics-log-ex[b-cidplyqaea] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.78rem;
    line-height: 1.35;
}

.diagnostics-log-ex[b-cidplyqaea] {
    margin-top: 0.35rem;
    color: #ffb4a8;
    opacity: 0.95;
}
/* /Components/Pages/SalesLanding.razor.rz.scp.css */
.sales[b-jvxyhsespn] {
    --landing-primary: #1b6ec2;
    --landing-navy: #0d3d6b;
    --landing-cta: #0d6efd;
    --landing-muted: rgba(26, 29, 33, 0.68);
    color: #1a1d21;
}

.sales-wrap[b-jvxyhsespn] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.sales-hero[b-jvxyhsespn] {
    background: linear-gradient(160deg, #1b6ec2 0%, #1861ac 42%, #0d3d6b 100%);
    color: #fff;
    padding: 3.5rem 0 4rem;
    overflow: hidden;
}

.sales-hero-grid[b-jvxyhsespn] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 3rem;
    align-items: center;
}

.sales-eyebrow[b-jvxyhsespn] {
    display: inline-block;
    margin: 0 0 0.85rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sales-hero h1[b-jvxyhsespn] {
    margin: 0 0 1rem;
    font-size: clamp(1.85rem, 3.4vw, 2.85rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.sales-lead[b-jvxyhsespn] {
    margin: 0 0 1.6rem;
    font-size: 1.12rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    max-width: 38rem;
}

.sales-hero-actions[b-jvxyhsespn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
}

.sales-cta[b-jvxyhsespn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.72rem 1.25rem;
    font-size: 1rem;
    line-height: 1.2;
}

.sales-cta--primary[b-jvxyhsespn] {
    background: #fff;
    color: var(--landing-navy);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.sales-cta--primary:hover[b-jvxyhsespn] {
    background: #f3f7fb;
    color: var(--landing-navy);
}

.sales-cta--ghost[b-jvxyhsespn] {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.sales-cta--ghost:hover[b-jvxyhsespn] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.sales-cta--light[b-jvxyhsespn] {
    background: #fff;
    color: var(--landing-navy);
}

.sales-cta--light:hover[b-jvxyhsespn] {
    background: #eef4fb;
    color: var(--landing-navy);
}

.sales-cta--ghost-light[b-jvxyhsespn] {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.sales-cta--ghost-light:hover[b-jvxyhsespn] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.sales-hero-points[b-jvxyhsespn] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.95rem;
}

.sales-hero-points li[b-jvxyhsespn] {
    padding-left: 1.15rem;
    position: relative;
}

.sales-hero-points li[b-jvxyhsespn]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #06d79c;
}

.sales-hero-visual[b-jvxyhsespn] {
    display: flex;
    justify-content: center;
}

.quote-mock[b-jvxyhsespn] {
    width: 100%;
    max-width: 420px;
    background: #fff;
    color: #1a1d21;
    border-radius: 14px;
    box-shadow: 0 22px 50px rgba(8, 28, 48, 0.32);
    transform: rotate(1.4deg);
    overflow: hidden;
}

.quote-mock-top[b-jvxyhsespn] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1.1rem;
    background: #f4f7fb;
    border-bottom: 1px solid rgba(13, 61, 107, 0.08);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--landing-navy);
}

.quote-mock-badge[b-jvxyhsespn] {
    background: var(--landing-cta);
    color: #fff;
    border-radius: 999px;
    padding: 0.12rem 0.5rem;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
}

.quote-mock-body[b-jvxyhsespn] {
    padding: 1.1rem 1.15rem 1.2rem;
}

.quote-mock-meta[b-jvxyhsespn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.quote-mock-meta span[b-jvxyhsespn] {
    display: block;
    font-size: 0.72rem;
    color: var(--landing-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.quote-mock-meta strong[b-jvxyhsespn] {
    font-size: 0.92rem;
}

.quote-mock-table[b-jvxyhsespn] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.quote-mock-table th[b-jvxyhsespn] {
    text-align: left;
    color: var(--landing-muted);
    font-weight: 600;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(13, 61, 107, 0.1);
}

.quote-mock-table td[b-jvxyhsespn] {
    padding: 0.48rem 0;
    border-bottom: 1px solid rgba(13, 61, 107, 0.06);
}

.quote-mock-table th:last-child[b-jvxyhsespn],
.quote-mock-table td:last-child[b-jvxyhsespn] {
    text-align: right;
}

.quote-mock-total[b-jvxyhsespn] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 0.9rem;
    padding-top: 0.75rem;
    border-top: 2px solid var(--landing-navy);
    font-size: 0.88rem;
}

.quote-mock-total strong[b-jvxyhsespn] {
    font-size: 1.05rem;
    color: var(--landing-navy);
}

.sales-section[b-jvxyhsespn] {
    padding: 4.2rem 0;
    scroll-margin-top: 84px;
}

.sales-section--alt[b-jvxyhsespn] {
    background: #fff;
}

.sales-h2[b-jvxyhsespn] {
    margin: 0 0 0.7rem;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    letter-spacing: -0.025em;
    font-weight: 700;
    color: var(--landing-navy);
    max-width: 22ch;
}

.sales-section-lead[b-jvxyhsespn] {
    margin: 0 0 2rem;
    color: var(--landing-muted);
    font-size: 1.05rem;
    max-width: 42rem;
    line-height: 1.55;
}

.sales-cards[b-jvxyhsespn] {
    display: grid;
    gap: 1rem;
}

.sales-cards--3[b-jvxyhsespn] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sales-card[b-jvxyhsespn] {
    background: #fff;
    border: 1px solid rgba(13, 61, 107, 0.1);
    border-radius: 14px;
    padding: 1.25rem 1.2rem 1.3rem;
    box-shadow: 0 1px 2px rgba(13, 61, 107, 0.04);
    height: 100%;
}

.sales-section--alt .sales-card[b-jvxyhsespn] {
    background: #f8fafc;
}

.sales-card h3[b-jvxyhsespn] {
    margin: 0.55rem 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--landing-navy);
}

.sales-card p[b-jvxyhsespn] {
    margin: 0;
    color: var(--landing-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.sales-card-icon[b-jvxyhsespn] {
    color: var(--landing-primary) !important;
    font-size: 1.7rem !important;
}

.sales-card-icon--accent[b-jvxyhsespn] {
    color: var(--landing-cta) !important;
}

.sales-steps[b-jvxyhsespn] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.sales-steps li[b-jvxyhsespn] {
    background: #fff;
    border: 1px solid rgba(13, 61, 107, 0.1);
    border-radius: 14px;
    padding: 1.2rem 1.1rem 1.3rem;
}

.sales-step-num[b-jvxyhsespn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--landing-primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.sales-steps h3[b-jvxyhsespn] {
    margin: 0 0 0.4rem;
    font-size: 1.02rem;
    color: var(--landing-navy);
}

.sales-steps p[b-jvxyhsespn] {
    margin: 0;
    color: var(--landing-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.sales-note[b-jvxyhsespn] {
    margin: 1.5rem 0 0;
    color: var(--landing-muted);
    font-size: 0.98rem;
}

.sales-faq-wrap[b-jvxyhsespn] {
    max-width: 760px;
}

.sales-faq[b-jvxyhsespn] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.sales-faq-item[b-jvxyhsespn] {
    background: #fff;
    border: 1px solid rgba(13, 61, 107, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.sales-faq-q[b-jvxyhsespn] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    appearance: none;
    background: none;
    border: 0;
    padding: 1rem 1.1rem;
    font: inherit;
    font-weight: 600;
    color: var(--landing-navy);
    cursor: pointer;
}

.sales-faq-a[b-jvxyhsespn] {
    margin: 0;
    padding: 0 1.1rem 1.1rem;
    color: var(--landing-muted);
    line-height: 1.55;
}

.sales-cta-band[b-jvxyhsespn] {
    background: linear-gradient(160deg, #1861ac 0%, #0d3d6b 100%);
    color: #fff;
    padding: 3.4rem 0;
}

.sales-cta-band-inner[b-jvxyhsespn] {
    text-align: center;
}

.sales-cta-band h2[b-jvxyhsespn] {
    margin: 0 0 0.7rem;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    letter-spacing: -0.025em;
}

.sales-cta-band p[b-jvxyhsespn] {
    margin: 0 auto 1.5rem;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.86);
}

.sales-cta-band .sales-hero-actions[b-jvxyhsespn] {
    justify-content: center;
    margin-bottom: 0;
}

@media (max-width: 960px) {
    .sales-hero-grid[b-jvxyhsespn],
    .sales-cards--3[b-jvxyhsespn],
    .sales-steps[b-jvxyhsespn] {
        grid-template-columns: 1fr;
    }

    .sales-h2[b-jvxyhsespn] {
        max-width: none;
    }

    .sales-hero[b-jvxyhsespn] {
        padding: 2.4rem 0 2.8rem;
    }

    .quote-mock[b-jvxyhsespn] {
        transform: none;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .sales-hero-actions[b-jvxyhsespn] {
        flex-direction: column;
        align-items: stretch;
    }

    .sales-cta[b-jvxyhsespn] {
        width: 100%;
    }
}
/* /Components/Shared/LegalMarkdownDocumentPage.razor.rz.scp.css */
.legal-page[b-cr8uhkctt8] {
    --legal-navy: #0d3d6b;
    --legal-muted: rgba(26, 29, 33, 0.68);
    --legal-primary: #1b6ec2;
}

.legal-hero[b-cr8uhkctt8] {
    background: linear-gradient(160deg, #1b6ec2 0%, #1861ac 42%, #0d3d6b 100%);
    color: #fff;
    padding: 2.4rem 0 3.4rem;
}

.legal-hero-inner[b-cr8uhkctt8] {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.legal-eyebrow[b-cr8uhkctt8] {
    display: inline-block;
    margin: 0 0 0.75rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.legal-hero h1[b-cr8uhkctt8] {
    margin: 0;
    font-size: clamp(1.55rem, 2.8vw, 2.25rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.legal-body[b-cr8uhkctt8] {
    max-width: 820px;
    margin: -1.6rem auto 0;
    padding: 0 1.25rem 3.5rem;
    position: relative;
}

.legal-doc[b-cr8uhkctt8] {
    max-width: none;
}

.legal-doc-editor[b-cr8uhkctt8] {
    min-height: 420px;
    resize: vertical;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(13, 61, 107, 0.12);
    padding: 1rem 1.1rem;
}

.legal-doc--rendered[b-cr8uhkctt8] {
    background: #fff;
    border: 1px solid rgba(13, 61, 107, 0.1);
    border-radius: 14px;
    padding: 2rem 1.75rem 2.5rem;
    box-shadow: 0 10px 30px rgba(13, 61, 107, 0.08);
}

/* Markdig HTML – ::deep kell, mert a tartalom MarkupString (nincs scope attribútum) */
.legal-doc--rendered[b-cr8uhkctt8]  :first-child {
    margin-top: 0;
}

.legal-doc--has-hero[b-cr8uhkctt8]  h1:first-of-type {
    display: none;
}

.legal-doc--has-hero[b-cr8uhkctt8]  h1:first-of-type + p {
    margin: 0 0 1.35rem;
}

.legal-doc--has-hero[b-cr8uhkctt8]  h1:first-of-type + p em {
    color: var(--legal-navy);
    font-style: normal;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
}

.legal-doc--rendered[b-cr8uhkctt8]  h1 {
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--legal-navy);
    margin: 0 0 1rem;
}

.legal-doc--rendered[b-cr8uhkctt8]  h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--legal-navy);
    letter-spacing: -0.02em;
    margin: 1.85rem 0 0.65rem;
    padding-top: 0.35rem;
}

.legal-doc--rendered[b-cr8uhkctt8]  h3 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--legal-navy);
    margin: 1.35rem 0 0.45rem;
}

.legal-doc--rendered[b-cr8uhkctt8]  p,
.legal-doc--rendered[b-cr8uhkctt8]  li {
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--legal-muted);
    margin: 0 0 0.85rem;
}

.legal-doc--rendered[b-cr8uhkctt8]  strong {
    color: #1a1d21;
    font-weight: 600;
}

.legal-doc--rendered[b-cr8uhkctt8]  ul,
.legal-doc--rendered[b-cr8uhkctt8]  ol {
    margin: 0 0 1.15rem;
    padding-left: 1.3rem;
}

.legal-doc--rendered[b-cr8uhkctt8]  ul li,
.legal-doc--rendered[b-cr8uhkctt8]  ol li {
    margin-bottom: 0.45rem;
}

.legal-doc--rendered[b-cr8uhkctt8]  blockquote {
    margin: 0 0 1.15rem;
    padding: 0.7rem 1.1rem;
    border-left: 4px solid var(--legal-primary);
    background: #f8fafc;
    border-radius: 0 10px 10px 0;
    color: var(--legal-muted);
    font-size: 1rem;
}

.legal-doc--rendered[b-cr8uhkctt8]  hr {
    margin: 1.75rem 0;
    border: 0;
    border-top: 1px solid rgba(13, 61, 107, 0.12);
}

.legal-doc--rendered[b-cr8uhkctt8]  a {
    color: var(--legal-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-doc--rendered[b-cr8uhkctt8]  a:hover {
    color: #0d3d6b;
}

.legal-doc--rendered[b-cr8uhkctt8]  table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.35rem;
    font-size: 0.95rem;
    overflow: hidden;
    border-radius: 10px;
}

.legal-doc--rendered[b-cr8uhkctt8]  th,
.legal-doc--rendered[b-cr8uhkctt8]  td {
    text-align: left;
    padding: 0.65rem 0.8rem;
    border-bottom: 1px solid rgba(13, 61, 107, 0.1);
    vertical-align: top;
    color: #1a1d21;
}

.legal-doc--rendered[b-cr8uhkctt8]  th {
    color: var(--legal-muted);
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f4f7fb;
}

.legal-doc--rendered[b-cr8uhkctt8]  tr:last-child td {
    border-bottom: 0;
}

.legal-doc--rendered[b-cr8uhkctt8]  code {
    font-size: 0.9em;
    background: #f4f7fb;
    border-radius: 4px;
    padding: 0.1em 0.35em;
    color: var(--legal-navy);
}

.legal-doc[b-cr8uhkctt8]  .legal-list {
    margin: 0 0 1.15rem;
    padding-left: 1.3rem;
}

.legal-doc[b-cr8uhkctt8]  .legal-list li {
    margin-bottom: 0.45rem;
}

@media (max-width: 600px) {
    .legal-doc--rendered[b-cr8uhkctt8] {
        padding: 1.35rem 1.1rem 1.7rem;
    }
}
/* /Components/Shared/SettingsPageHeader.razor.rz.scp.css */
.settings-page-header__breadcrumb .breadcrumb[b-bmug3mqyiv] {
    font-size: 0.875rem;
}

.settings-page-header__breadcrumb .breadcrumb-item a[b-bmug3mqyiv] {
    color: var(--mud-palette-primary, #0d6efd);
    text-decoration: none;
}

.settings-page-header__breadcrumb .breadcrumb-item a:hover[b-bmug3mqyiv] {
    text-decoration: underline;
}

.settings-page-header__title[b-bmug3mqyiv] {
    font-weight: 600;
}

.settings-page-header__nav[b-bmug3mqyiv] {
    flex-shrink: 0;
}

.settings-page-toolbar[b-bmug3mqyiv] {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
/* /Components/Shared/WorkspaceSubscriptionSection.razor.rz.scp.css */
.subscription-plans-row[b-n8ogzeeorf] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch;
}

.subscription-plan-card[b-n8ogzeeorf] {
    flex: 1 1 14rem;
    max-width: 20rem;
    min-width: 12rem;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    padding: 1.25rem;
    background: var(--bs-body-bg, #fff);
    display: flex;
    flex-direction: column;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.subscription-plan-card--current[b-n8ogzeeorf] {
    border-color: var(--bs-primary, #0d6efd);
    box-shadow: 0 0 0 1px var(--bs-primary, #0d6efd);
}

.subscription-plan-card__price[b-n8ogzeeorf] {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.subscription-plan-card__modules[b-n8ogzeeorf] {
    flex-grow: 1;
    font-size: 0.8125rem;
}

.subscription-plan-card__footer[b-n8ogzeeorf] {
    margin-top: auto;
    padding-top: 0.75rem;
}
