@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-nav-menu .nav-link[b-d0jbgrm1id] {
    color: #374151;
    border-radius: 0.25rem;
}

.manage-nav-menu .nav-link.active[b-d0jbgrm1id] {
    background-color: #2563eb;
    color: #fff;
}

.manage-nav-menu .nav-link:hover[b-d0jbgrm1id] {
    background-color: rgba(37, 99, 235, 0.08);
}
/* /Components/Layout/CookieBanner.razor.rz.scp.css */
.cookie-banner-shell[b-kg5b77w5bi] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 1rem;
    z-index: 1045;
    padding: 0 1rem;
}

.cookie-banner-card[b-kg5b77w5bi],
.cookie-preferences-card[b-kg5b77w5bi] {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0.5rem;
}

.cookie-banner-card[b-kg5b77w5bi] {
    border-left: 0.35rem solid #2563eb;
    max-width: 1100px;
    margin: 0 auto;
}

.cookie-banner-copy[b-kg5b77w5bi] {
    max-width: 65rem;
}

.cookie-banner-actions[b-kg5b77w5bi],
.cookie-preference-item[b-kg5b77w5bi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cookie-banner-actions[b-kg5b77w5bi] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cookie-preference-item[b-kg5b77w5bi] {
    justify-content: space-between;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
    background: #fff;
}

.cookie-banner-backdrop[b-kg5b77w5bi] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 1046;
}

.cookie-preferences-shell[b-kg5b77w5bi] {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    width: min(92vw, 52rem);
    z-index: 1047;
}

@media (max-width: 575.98px) {
    .cookie-banner-shell[b-kg5b77w5bi] {
        bottom: 0.5rem;
        padding: 0 0.5rem;
    }

    .cookie-preferences-shell[b-kg5b77w5bi] {
        width: calc(100vw - 1rem);
        bottom: 0.5rem;
    }

    .cookie-banner-actions[b-kg5b77w5bi] {
        width: 100%;
        justify-content: stretch;
    }

    .cookie-banner-actions .btn[b-kg5b77w5bi],
    .cookie-preferences-shell .btn[b-kg5b77w5bi] {
        width: 100%;
    }

    .cookie-preference-item[b-kg5b77w5bi] {
        align-items: flex-start;
    }
}
/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
.dashboard-page .dashboard-nav-card[b-ujovsoa6tw] {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0.25rem;
}

.dashboard-nav-menu .nav-link[b-ujovsoa6tw] {
    color: #374151;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
    padding: 0.75rem 1rem;
    font-weight: 500;
}

.dashboard-nav-menu .nav-link.active[b-ujovsoa6tw] {
    background-color: #2563eb;
    color: #fff;
}

.dashboard-nav-menu .nav-link:hover[b-ujovsoa6tw] {
    background-color: rgba(37, 99, 235, 0.08);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-whp0bvpnde] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
}

.app-header[b-whp0bvpnde],
.app-footer[b-whp0bvpnde] {
    z-index: 1030;
}

.app-main[b-whp0bvpnde] {
    min-height: 0;
}

.app-main-scroll[b-whp0bvpnde] {
    height: auto;
    overflow: visible;
}

.content[b-whp0bvpnde] {
    padding-top: 0;
}

@media (min-width: 641px) {
    .app-main-scroll[b-whp0bvpnde] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-whp0bvpnde] {
    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-whp0bvpnde] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d2vhp3xn3h] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-d2vhp3xn3h] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-d2vhp3xn3h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d2vhp3xn3h] {
    font-size: 1.1rem;
}

.bi[b-d2vhp3xn3h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-d2vhp3xn3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-d2vhp3xn3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-d2vhp3xn3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-d2vhp3xn3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-d2vhp3xn3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-d2vhp3xn3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-d2vhp3xn3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-d2vhp3xn3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-d2vhp3xn3h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d2vhp3xn3h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d2vhp3xn3h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d2vhp3xn3h]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-d2vhp3xn3h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-d2vhp3xn3h]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.navbar .dropdown-toggle.btn-link[b-d2vhp3xn3h] {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    border: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.navbar .dropdown-toggle.btn-link:hover[b-d2vhp3xn3h],
.navbar .dropdown-toggle.btn-link:focus[b-d2vhp3xn3h] {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar .dropdown-menu[b-d2vhp3xn3h] {
    min-width: 14rem;
}

.navbar .dropdown-menu .dropdown-item[b-d2vhp3xn3h] {
    color: #212529;
}

.navbar .dropdown-menu .dropdown-item.active[b-d2vhp3xn3h],
.navbar .dropdown-menu .dropdown-item.dropdown-item-active[b-d2vhp3xn3h],
.navbar .dropdown-menu .dropdown-item:active[b-d2vhp3xn3h] {
    color: #fff;
    background-color: #0d6efd;
}

.nav-scrollable[b-d2vhp3xn3h] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-d2vhp3xn3h] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d2vhp3xn3h] {
        display: none;
    }

    .nav-scrollable[b-d2vhp3xn3h] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-llz9xovppy],
.components-reconnect-repeated-attempt-visible[b-llz9xovppy],
.components-reconnect-failed-visible[b-llz9xovppy],
.components-pause-visible[b-llz9xovppy],
.components-resume-failed-visible[b-llz9xovppy],
.components-rejoining-animation[b-llz9xovppy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-llz9xovppy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-llz9xovppy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-llz9xovppy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-llz9xovppy],
#components-reconnect-modal.components-reconnect-retrying[b-llz9xovppy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-llz9xovppy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-llz9xovppy],
#components-reconnect-modal.components-reconnect-failed[b-llz9xovppy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-llz9xovppy] {
    display: block;
}


#components-reconnect-modal[b-llz9xovppy] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-llz9xovppy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-llz9xovppy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-llz9xovppy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-llz9xovppy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-llz9xovppy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-llz9xovppy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-llz9xovppy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-llz9xovppy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-llz9xovppy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-llz9xovppy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-llz9xovppy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-llz9xovppy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-llz9xovppy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-llz9xovppy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-llz9xovppy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-llz9xovppy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-llz9xovppy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-llz9xovppy {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-grid[b-lrwwlbkttd] {
    align-items: stretch;
}

.dashboard-nav-card[b-lrwwlbkttd],
.dashboard-card[b-lrwwlbkttd],
.dashboard-widget[b-lrwwlbkttd] {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.25rem;
    color: #1f2937;
}

.dashboard-nav-menu .nav-link[b-lrwwlbkttd] {
    color: #374151;
    border-radius: 0.25rem;
}

.dashboard-nav-menu .nav-link.active[b-lrwwlbkttd] {
    background-color: #2563eb;
    color: #fff;
}

.dashboard-nav-menu .nav-link:hover[b-lrwwlbkttd] {
    background-color: rgba(37, 99, 235, 0.08);
}

.dashboard-widget[b-lrwwlbkttd] {
    overflow: hidden;
}

.dashboard-card .card-title[b-lrwwlbkttd],
.dashboard-widget h2[b-lrwwlbkttd],
.dashboard-widget h3[b-lrwwlbkttd],
.dashboard-widget h4[b-lrwwlbkttd] {
    color: #111827;
}

.dashboard-actions[b-lrwwlbkttd] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: min(100%, 18rem);
}

.dashboard-action-btn[b-lrwwlbkttd] {
    min-width: 15rem;
}

.dashboard-widget .text-secondary[b-lrwwlbkttd] {
    color: #6b7280 !important;
}

.dashboard-widget .btn-outline-light[b-lrwwlbkttd] {
    color: #1f2937;
    border-color: #cbd5e1;
}

.dashboard-widget .btn-outline-light:hover[b-lrwwlbkttd] {
    color: #fff;
    background-color: #1f2937;
    border-color: #1f2937;
}

.dashboard-widget .btn-outline-secondary[b-lrwwlbkttd] {
    color: #374151;
    border-color: #cbd5e1;
}

.dashboard-widget .btn-outline-secondary:hover[b-lrwwlbkttd] {
    color: #fff;
    background-color: #374151;
    border-color: #374151;
}

@media (max-width: 575.98px) {
    .dashboard-actions[b-lrwwlbkttd],
    .dashboard-action-btn[b-lrwwlbkttd] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/Explore.razor.rz.scp.css */
.explore-page[b-faqbv1wt9f] {
    min-height: 100%;
}

.explore-controls[b-faqbv1wt9f] {
    border-radius: 0.45rem;
}

.explore-search-group[b-faqbv1wt9f] {
    border-radius: 0.45rem;
    overflow: hidden;
}

.explore-search-group .input-group-text[b-faqbv1wt9f] {
    background: #fff;
    border-right: 0;
    color: var(--bs-secondary-color);
    padding-inline: 0.6rem;
}

.explore-search-group .form-control[b-faqbv1wt9f] {
    border-left: 0;
    box-shadow: none;
    padding-inline: 0.6rem;
}

.explore-search-group .form-control:focus[b-faqbv1wt9f] {
    box-shadow: none;
}

.explore-card[b-faqbv1wt9f] {
    overflow: hidden;
}

.explore-card-media img[b-faqbv1wt9f] {
    object-fit: cover;
}

.explore-card-overlay[b-faqbv1wt9f] {
    display: flex;
    align-items: end;
    padding: 0.85rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.82) 100%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.explore-card:hover .explore-card-overlay[b-faqbv1wt9f],
.explore-card:focus-within .explore-card-overlay[b-faqbv1wt9f] {
    opacity: 1;
}

.explore-card-title[b-faqbv1wt9f] {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.explore-card-meta[b-faqbv1wt9f] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-page[b-3au3aul766] {
    background: linear-gradient(180deg, rgba(13, 110, 253, 0.06) 0%, rgba(255, 255, 255, 0) 240px);
}

.landing-hero[b-3au3aul766] {
    padding-bottom: 2rem;
}

.landing-hero-panel[b-3au3aul766] {
    border-radius: 1.25rem;
    background: #fff;
}

.landing-trust[b-3au3aul766] {
    font-size: 0.95rem;
}

.landing-steps[b-3au3aul766] {
    display: grid;
    gap: 1rem;
}

.landing-step[b-3au3aul766] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.landing-step-number[b-3au3aul766] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--bs-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.landing-feature-card[b-3au3aul766],
.landing-cta-card[b-3au3aul766],
.landing-hero-panel[b-3au3aul766] {
    border-radius: 1.25rem;
}

.landing-feature-icon[b-3au3aul766] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    background: rgba(13, 110, 253, 0.1);
    color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .landing-hero[b-3au3aul766] {
        padding-top: 4rem;
    }
}
/* /Components/Pages/WorkpiecePages/Details.razor.rz.scp.css */
.details-page[b-fresimaiao] {
    max-width: 100%;
}

.details-hero[b-fresimaiao],
.details-gallery-card[b-fresimaiao] {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0.25rem;
}

.details-owner[b-fresimaiao] {
    background: rgba(37, 99, 235, 0.08);
}

.image-thumb-card[b-fresimaiao] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.25rem;
    overflow: hidden;
}

.image-thumb-button[b-fresimaiao] {
    display: block;
    width: 100%;
    text-align: inherit;
}

.image-thumb[b-fresimaiao] {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/* /Components/Pages/WorkpiecePages/Index.razor.rz.scp.css */
 .workpiece-table thead th[b-190n0jfpz5] {
    color: #6b7280;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.workpiece-table tbody tr:hover[b-190n0jfpz5] {
    background-color: rgba(37, 99, 235, 0.03);
}

.workpiece-thumbnail[b-190n0jfpz5] {
    border-radius: 0.25rem;
}

.workpiece-mobile-preview[b-190n0jfpz5] {
    background-color: #f8fafc;
}

.workpiece-mobile-image[b-190n0jfpz5] {
    object-fit: cover;
}

.workpiece-mobile-card[b-190n0jfpz5] {
    overflow: hidden;
}

.workpiece-actions .btn[b-190n0jfpz5] {
    white-space: nowrap;
}

.workpiece-actions .btn-outline-primary[b-190n0jfpz5] {
    color: #2563eb;
    border-color: #93c5fd;
}

.workpiece-actions .btn-outline-primary:hover[b-190n0jfpz5] {
    background-color: #2563eb;
    border-color: #2563eb;
}

.workpiece-actions .btn-outline-secondary[b-190n0jfpz5] {
    color: #374151;
    border-color: #cbd5e1;
}

.workpiece-actions .btn-outline-secondary:hover[b-190n0jfpz5] {
    background-color: #374151;
    border-color: #374151;
}

.workpiece-actions .btn-outline-danger[b-190n0jfpz5] {
    color: #b91c1c;
    border-color: #fca5a5;
}

.workpiece-actions .btn-outline-danger:hover[b-190n0jfpz5] {
    background-color: #b91c1c;
    border-color: #b91c1c;
}
/* /Components/UI/CreateNewWorkpieceButton.razor.rz.scp.css */
.dashboard-create-work-btn[b-gerhsdykrt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 15rem;
    color: #fff;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border: 1px solid #1d4ed8;
    box-shadow: 0 0.5rem 1.25rem rgba(37, 99, 235, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.dashboard-create-work-btn:hover[b-gerhsdykrt] {
    color: #fff;
    filter: brightness(1.03);
    transform: translateY(-1px);
    box-shadow: 0 0.65rem 1.5rem rgba(37, 99, 235, 0.24);
}

.dashboard-create-work-btn:focus-visible[b-gerhsdykrt] {
    color: #fff;
    box-shadow: 0 0 0 0.1rem rgba(11, 18, 32, 0.75), 0 0 0 0.25rem rgba(37, 99, 235, 0.45);
}

@media (max-width: 575.98px) {
    .dashboard-create-work-btn[b-gerhsdykrt] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/UI/FeedbackPromptEditPanel.razor.rz.scp.css */
.feedback-prompts[b-l6m6sl0ota] {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0.25rem;
}

.feedback-prompt-list[b-l6m6sl0ota] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.feedback-prompt-item[b-l6m6sl0ota] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.feedback-prompt-item:last-child[b-l6m6sl0ota] {
    border-bottom: 0;
}

.feedback-prompt-text[b-l6m6sl0ota] {
    font-weight: 500;
}

.feedback-prompt-note[b-l6m6sl0ota] {
    border-radius: 0.25rem;
}
/* /Components/UI/ImageCarousel.razor.rz.scp.css */
.carousel-inner-fullsize[b-tq0777m41c] {
    background: #111827;
}

.carousel-image-frame[b-tq0777m41c] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    max-height: 80vh;
    padding: 1rem;
    background: #111827;
}

.carousel-image[b-tq0777m41c] {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
}
/* /Components/UI/ImageUploadPanel.razor.rz.scp.css */
.image-upload-panel[b-z9e2opdjvb] {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0.25rem;
}

.image-preview-card[b-z9e2opdjvb],
.image-upload-card[b-z9e2opdjvb] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.25rem;
    overflow: hidden;
}

.image-preview-frame[b-z9e2opdjvb] {
    background: #f8fafc;
}

.image-preview-img[b-z9e2opdjvb] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-upload-card[b-z9e2opdjvb] {
    min-height: 100%;
    border-style: dashed;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.98));
}

.upload-icon[b-z9e2opdjvb] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
}

.image-upload-meta[b-z9e2opdjvb] {
    font-size: 0.9rem;
}

.image-upload-limit[b-z9e2opdjvb] {
    border-radius: 0.25rem;
}
