/* _content/Legatio.Web/Components/DetailPageSkeleton.razor.rz.scp.css */
.detail-page-skeleton[b-19f0r1xao7] {
    display: grid;
    gap: 1rem;
    animation: detail-skeleton-fade-b-19f0r1xao7 140ms ease-out;
}

.detail-skeleton-header[b-19f0r1xao7],
.detail-skeleton-metrics article[b-19f0r1xao7],
.detail-skeleton-grid article[b-19f0r1xao7],
.detail-skeleton-grid aside[b-19f0r1xao7] {
    border: 1px solid rgba(222, 216, 209, 0.78);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-soft);
}

.detail-skeleton-header[b-19f0r1xao7] {
    position: relative;
    display: grid;
    gap: 0.7rem;
    padding: 1.2rem;
}

.detail-skeleton-actions[b-19f0r1xao7] {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    display: flex;
    gap: 0.6rem;
}

.detail-skeleton-actions span[b-19f0r1xao7] {
    width: 7.5rem;
    height: 2.25rem;
    border-radius: 999px;
}

.detail-skeleton-metrics[b-19f0r1xao7] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.detail-skeleton-metrics article[b-19f0r1xao7] {
    display: grid;
    gap: 0.7rem;
    min-height: 8rem;
    padding: 1rem;
}

.detail-skeleton-grid[b-19f0r1xao7] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
    gap: 1rem;
}

.detail-skeleton-grid article[b-19f0r1xao7],
.detail-skeleton-grid aside[b-19f0r1xao7] {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    padding: 1rem;
}

.detail-skeleton-row[b-19f0r1xao7] {
    display: grid;
    grid-template-columns: minmax(10rem, 1fr) minmax(7rem, 0.55fr);
    gap: 0.75rem;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(222, 216, 209, 0.58);
}

.detail-skeleton-row.compact[b-19f0r1xao7] {
    grid-template-columns: 1fr;
}

.detail-skeleton-line[b-19f0r1xao7],
.detail-skeleton-title[b-19f0r1xao7],
.detail-skeleton-actions span[b-19f0r1xao7],
.detail-skeleton-metrics span[b-19f0r1xao7],
.detail-skeleton-metrics strong[b-19f0r1xao7],
.detail-skeleton-metrics small[b-19f0r1xao7],
.detail-skeleton-row span[b-19f0r1xao7] {
    display: block;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(220, 213, 205, 0.62), rgba(255, 255, 255, 0.9), rgba(220, 213, 205, 0.62));
    background-size: 220% 100%;
    animation: detail-skeleton-shimmer-b-19f0r1xao7 1.12s ease-in-out infinite;
}

.detail-skeleton-line[b-19f0r1xao7] {
    height: 0.75rem;
}

.detail-skeleton-line.short[b-19f0r1xao7] {
    width: min(11rem, 34%);
}

.detail-skeleton-line.medium[b-19f0r1xao7] {
    width: min(28rem, 62%);
}

.detail-skeleton-title[b-19f0r1xao7] {
    width: min(25rem, 58%);
    height: 2.35rem;
    border-radius: 12px;
}

.detail-skeleton-metrics span[b-19f0r1xao7] {
    width: 42%;
    height: 0.75rem;
}

.detail-skeleton-metrics strong[b-19f0r1xao7] {
    width: 58%;
    height: 1.9rem;
    border-radius: 12px;
}

.detail-skeleton-metrics small[b-19f0r1xao7] {
    width: 72%;
    height: 0.7rem;
}

.detail-skeleton-row span[b-19f0r1xao7] {
    height: 0.85rem;
}

@keyframes detail-skeleton-shimmer-b-19f0r1xao7 {
    from {
        background-position: 120% 0;
    }

    to {
        background-position: -120% 0;
    }
}

@keyframes detail-skeleton-fade-b-19f0r1xao7 {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

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

@media (max-width: 1100px) {
    .detail-skeleton-metrics[b-19f0r1xao7] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-skeleton-grid[b-19f0r1xao7] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .detail-skeleton-actions[b-19f0r1xao7] {
        position: static;
    }

    .detail-skeleton-metrics[b-19f0r1xao7],
    .detail-skeleton-row[b-19f0r1xao7] {
        grid-template-columns: 1fr;
    }
}
/* _content/Legatio.Web/Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-shell[b-j7clymsvtd] {
    min-height: 100vh;
    background: var(--color-background);
}

.marketing-header[b-j7clymsvtd] {
    min-height: 4.5rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding: 0 2rem;
    border-bottom: 1px solid var(--color-border);
    background: rgba(255, 255, 255, 0.94);
    position: sticky;
    top: 0;
    z-index: 5;
}

.marketing-brand[b-j7clymsvtd] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--color-text);
    font-weight: 800;
    text-decoration: none;
}

.marketing-brand:hover[b-j7clymsvtd] {
    color: var(--color-text);
    text-decoration: none;
}

.marketing-brand img[b-j7clymsvtd] {
    width: 42px;
    height: auto;
    display: block;
}

.marketing-nav[b-j7clymsvtd] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.marketing-nav a[b-j7clymsvtd] {
    color: var(--color-muted);
    font-weight: 650;
}

.marketing-nav a:hover[b-j7clymsvtd] {
    color: var(--color-primary);
}

.marketing-actions[b-j7clymsvtd] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.landing-main[b-j7clymsvtd] {
    position: relative;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

@media (max-width: 780px) {
    .marketing-header[b-j7clymsvtd] {
        grid-template-columns: 1fr auto;
        padding: 0.85rem 1rem;
    }

    .marketing-nav[b-j7clymsvtd] {
        display: none;
    }
}

@media (max-width: 520px) {
    .marketing-header[b-j7clymsvtd] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .marketing-actions[b-j7clymsvtd] {
        justify-content: stretch;
    }

    .marketing-actions .btn[b-j7clymsvtd] {
        flex: 1;
    }
}
/* _content/Legatio.Web/Components/Layout/LegalFooter.razor.rz.scp.css */
.legal-footer[b-6xaike3ap3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(220, 213, 205, 0.76);
    background: var(--brand-green);
    font-size: 0.84rem;
}

.legal-footer div[b-6xaike3ap3] {
    display: grid;
    gap: 0.15rem;
}

.legal-footer strong[b-6xaike3ap3] {
    color: #ffffff;
    font-size: 0.9rem;
}

.legal-footer nav[b-6xaike3ap3] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.85rem;
}

.legal-footer a[b-6xaike3ap3] {
    color: #f4f0ea;
    font-weight: 650;
}

.legal-footer a:hover[b-6xaike3ap3] {
    color: #ffffff;
}

@media (max-width: 720px) {
    .legal-footer[b-6xaike3ap3] {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-footer nav[b-6xaike3ap3] {
        justify-content: flex-start;
    }
}
/* _content/Legatio.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b90pavuibz] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--color-background);
}

main[b-b90pavuibz] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

main > .content[b-b90pavuibz] {
    flex: 1;
}

.sidebar[b-b90pavuibz] {
    background: var(--brand-green);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

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

    .sidebar[b-b90pavuibz] {
        width: 76px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 20;
        overflow: visible;
        transition: width 180ms ease;
    }

    .sidebar:hover[b-b90pavuibz],
    .sidebar:focus-within[b-b90pavuibz] {
        width: 270px;
    }

    .sidebar:hover[b-b90pavuibz]  .brand-link span,
    .sidebar:focus-within[b-b90pavuibz]  .brand-link span,
    .sidebar:hover[b-b90pavuibz]  .nav-section,
    .sidebar:focus-within[b-b90pavuibz]  .nav-section,
    .sidebar:hover[b-b90pavuibz]  .nav-label,
    .sidebar:focus-within[b-b90pavuibz]  .nav-label,
    .sidebar:hover[b-b90pavuibz]  .nav-summary,
    .sidebar:focus-within[b-b90pavuibz]  .nav-summary,
    .sidebar:hover[b-b90pavuibz]  .nav-account-session,
    .sidebar:focus-within[b-b90pavuibz]  .nav-account-session {
        opacity: 1;
        transform: translateX(0);
    }

    .sidebar:not(:hover):not(:focus-within)[b-b90pavuibz]  .nav-link {
        justify-content: center !important;
        align-items: center;
        gap: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
        width: 2.75rem;
    }

    .sidebar:not(:hover):not(:focus-within)[b-b90pavuibz]  .nav-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        justify-content: center;
    }

    .sidebar:not(:hover):not(:focus-within)[b-b90pavuibz]  .nav-icon {
        width: 2.75rem;
        min-width: 2.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar:not(:hover):not(:focus-within)[b-b90pavuibz]  .nav-label,
    .sidebar:not(:hover):not(:focus-within)[b-b90pavuibz]  .brand-link span,
    .sidebar:not(:hover):not(:focus-within)[b-b90pavuibz]  .nav-section,
    .sidebar:not(:hover):not(:focus-within)[b-b90pavuibz]  .nav-summary,
    .sidebar:not(:hover):not(:focus-within)[b-b90pavuibz]  .nav-account-session {
        width: 0;
        min-width: 0;
        max-width: 0;
        overflow: hidden;
        pointer-events: none;
    }

}

#blazor-error-ui[b-b90pavuibz] {
    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-b90pavuibz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Legatio.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.brand[b-l0ynlxe8te] {
    min-height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.brand-link[b-l0ynlxe8te] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    text-decoration: none;
    min-width: 0;
}

.brand-link img[b-l0ynlxe8te] {
    width: 42px;
    min-width: 42px;
    height: auto;
    display: block;
}

.brand-link span[b-l0ynlxe8te] {
    min-width: 11rem;
    opacity: 0;
    transform: translateX(-0.35rem);
    transition: opacity 160ms ease, transform 160ms ease;
}

.brand strong[b-l0ynlxe8te],
.brand small[b-l0ynlxe8te] {
    display: block;
}

.brand small[b-l0ynlxe8te] {
    color: var(--brand-cream);
    font-size: 0.75rem;
}

.brand-slogan[b-l0ynlxe8te] {
    min-width: 9rem;
    opacity: 0;
    transform: translateY(0.15rem);
    transition:
        opacity 220ms ease,
        transform 220ms ease;
}

.brand-slogan.visible[b-l0ynlxe8te] {
    opacity: 1;
    transform: translateY(0);
}

.navbar-toggler[b-l0ynlxe8te] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler[b-l0ynlxe8te]::after {
    content: "☰";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
}

.navbar-toggler:checked[b-l0ynlxe8te] {
    background-color: rgba(255, 255, 255, 0.18);
}

.nav-section[b-l0ynlxe8te] {
    padding: 1.25rem 1.25rem 0.5rem;
    color: rgba(220, 213, 205, 0.72);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 160ms ease;
}

.nav-item[b-l0ynlxe8te] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.nav-item[b-l0ynlxe8te]  .nav-link {
    color: #f4f0ea;
    border: none;
    border-radius: 6px;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.nav-icon[b-l0ynlxe8te] {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-cream);
    text-align: center;
}

.nav-icon img[b-l0ynlxe8te] {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    object-fit: contain;
    filter: invert(92%) sepia(9%) saturate(315%) hue-rotate(345deg) brightness(104%) contrast(92%);
}

.nav-label[b-l0ynlxe8te] {
    min-width: 11rem;
    opacity: 0;
    transform: translateX(-0.35rem);
    transition: opacity 160ms ease, transform 160ms ease;
}

.nav-item[b-l0ynlxe8te]  .nav-link:not(.active) {
    justify-content: flex-start;
}

.nav-item[b-l0ynlxe8te]  a.active {
    background-color: rgba(220, 213, 205, 0.16);
    color: #ffffff;
}

.nav-item[b-l0ynlxe8te]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nav-summary[b-l0ynlxe8te] {
    margin: 0.5rem 1rem 1rem;
    padding: 0.75rem;
    display: grid;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #f4f0ea;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.86rem;
    opacity: 0;
    transform: translateX(-0.35rem);
    transition: opacity 160ms ease, transform 160ms ease;
}

.nav-account-session[b-l0ynlxe8te] {
    margin: 0.5rem 1rem 1rem;
    padding: 0.75rem;
    display: grid;
    gap: 0.35rem;
    border: 1px solid rgba(220, 213, 205, 0.14);
    border-radius: 12px;
    color: #f4f0ea;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
        rgba(8, 54, 51, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 30px rgba(0, 0, 0, 0.18);
    font-size: 0.86rem;
    opacity: 0;
    transform: translateX(-0.35rem);
    transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.nav-account-session strong[b-l0ynlxe8te],
.nav-account-session span[b-l0ynlxe8te] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-account-session span[b-l0ynlxe8te] {
    color: rgba(220, 213, 205, 0.74);
    font-size: 0.76rem;
}

.nav-account-session form[b-l0ynlxe8te] {
    margin: 0.25rem 0 0;
}

.nav-account-session button[b-l0ynlxe8te] {
    width: 100%;
    min-height: 2rem;
    border: 1px solid rgba(220, 213, 205, 0.22);
    border-radius: 8px;
    color: #f4f0ea;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 750;
}

.nav-account-session button:hover[b-l0ynlxe8te] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.nav-shell[b-l0ynlxe8te] {
    display: none;
}

.nav-scrollable[b-l0ynlxe8te] {
    scrollbar-color: rgba(220, 213, 205, 0.34) transparent;
    scrollbar-width: thin;
}


.nav-scrollable[b-l0ynlxe8te]::-webkit-scrollbar {
    width: 0.55rem;
}

.nav-scrollable[b-l0ynlxe8te]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scrollable[b-l0ynlxe8te]::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        rgba(220, 213, 205, 0.46),
        rgba(125, 153, 145, 0.42)
    );
    border: 2px solid var(--brand-green);
    border-radius: 999px;
}

.nav-scrollable[b-l0ynlxe8te]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        rgba(220, 213, 205, 0.68),
        rgba(125, 153, 145, 0.64)
    );
}

.navbar-toggler:checked ~ .nav-shell[b-l0ynlxe8te] {
    display: flex;
    flex-direction: column;
}

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

    .nav-shell[b-l0ynlxe8te] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 4rem);
        min-height: 0;
    }

    .nav-scrollable[b-l0ynlxe8te] {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .primary-nav[b-l0ynlxe8te] {
        flex: none;
    }

}
/* _content/Legatio.Web/Components/Layout/RouteLoadingSkeleton.razor.rz.scp.css */
.route-skeleton-overlay[b-9jdu0mor1g] {
    position: absolute;
    inset: 0;
    z-index: 15;
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(246, 244, 241, 0.92);
    backdrop-filter: blur(8px);
    animation: route-skeleton-fade-b-9jdu0mor1g 140ms ease-out;
    pointer-events: none;
}

.route-skeleton-header[b-9jdu0mor1g],
.route-skeleton-panel[b-9jdu0mor1g],
.route-skeleton-metrics article[b-9jdu0mor1g] {
    border: 1px solid rgba(222, 216, 209, 0.78);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-soft);
}

.route-skeleton-header[b-9jdu0mor1g] {
    display: grid;
    gap: 0.7rem;
    padding: 1.1rem;
}

.route-skeleton-metrics[b-9jdu0mor1g] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.route-skeleton-metrics article[b-9jdu0mor1g] {
    display: grid;
    gap: 0.7rem;
    min-height: 8rem;
    padding: 1rem;
}

.route-skeleton-panel[b-9jdu0mor1g] {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
}

.route-skeleton-row[b-9jdu0mor1g] {
    display: grid;
    grid-template-columns: minmax(12rem, 1.3fr) minmax(7rem, 0.7fr) minmax(7rem, 0.5fr);
    gap: 0.75rem;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(222, 216, 209, 0.58);
}

.route-skeleton-line[b-9jdu0mor1g],
.route-skeleton-title[b-9jdu0mor1g],
.route-skeleton-metrics span[b-9jdu0mor1g],
.route-skeleton-metrics strong[b-9jdu0mor1g],
.route-skeleton-metrics small[b-9jdu0mor1g],
.route-skeleton-row span[b-9jdu0mor1g] {
    display: block;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(220, 213, 205, 0.62), rgba(255, 255, 255, 0.9), rgba(220, 213, 205, 0.62));
    background-size: 220% 100%;
    animation: route-skeleton-shimmer-b-9jdu0mor1g 1.12s ease-in-out infinite;
}

.route-skeleton-line[b-9jdu0mor1g] {
    height: 0.75rem;
}

.route-skeleton-line.short[b-9jdu0mor1g] {
    width: min(11rem, 34%);
}

.route-skeleton-line.medium[b-9jdu0mor1g] {
    width: min(28rem, 62%);
}

.route-skeleton-title[b-9jdu0mor1g] {
    width: min(22rem, 54%);
    height: 2.2rem;
    border-radius: 12px;
}

.route-skeleton-metrics span[b-9jdu0mor1g] {
    width: 42%;
    height: 0.75rem;
}

.route-skeleton-metrics strong[b-9jdu0mor1g] {
    width: 58%;
    height: 1.9rem;
    border-radius: 12px;
}

.route-skeleton-metrics small[b-9jdu0mor1g] {
    width: 72%;
    height: 0.7rem;
}

.route-skeleton-row span[b-9jdu0mor1g] {
    height: 0.85rem;
}

@keyframes route-skeleton-shimmer-b-9jdu0mor1g {
    from {
        background-position: 120% 0;
    }

    to {
        background-position: -120% 0;
    }
}

@keyframes route-skeleton-fade-b-9jdu0mor1g {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

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

@media (max-width: 1100px) {
    .route-skeleton-metrics[b-9jdu0mor1g] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .route-skeleton-overlay[b-9jdu0mor1g] {
        padding: 1rem;
    }

    .route-skeleton-metrics[b-9jdu0mor1g],
    .route-skeleton-row[b-9jdu0mor1g] {
        grid-template-columns: 1fr;
    }
}
