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

.container-shell[b-kyx0wid985] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.utility-bar[b-kyx0wid985] {
    background: var(--chrome-bg);
    border-bottom: 1px solid var(--line);
}

.utility-content[b-kyx0wid985] {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.utility-links[b-kyx0wid985],
.footer-links[b-kyx0wid985] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.utility-actions[b-kyx0wid985] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.utility-userbox[b-kyx0wid985] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.utility-usertext[b-kyx0wid985] {
    color: var(--chrome-text);
    font-size: 0.92rem;
}

.utility-links[b-kyx0wid985]  a,
.footer-links a[b-kyx0wid985] {
    color: var(--chrome-link);
    font-size: 0.94rem;
    font-family: var(--font-ui);
    font-weight: 500;
    text-decoration: none;
}

.utility-links[b-kyx0wid985]  a:hover,
.footer-links a:hover[b-kyx0wid985] {
    color: var(--chrome-link-hover);
}

.utility-login[b-kyx0wid985] {
    color: #0b0f19;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-family: var(--font-ui);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(251, 191, 36, 0.2);
}

.utility-outline[b-kyx0wid985] {
    color: var(--utility-outline-text);
    text-decoration: none;
    padding: 0.55rem 1rem;
    border-radius: 999px;
}

.theme-toggle[b-kyx0wid985] {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 999px;
    background: var(--theme-toggle-bg);
    color: var(--theme-toggle-text);
    border: 1px solid var(--theme-toggle-border);
    box-shadow: var(--theme-toggle-shadow);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.theme-toggle:hover[b-kyx0wid985] {
    transform: translateY(-1px);
}

.theme-toggle-glyph[b-kyx0wid985] {
    width: 1.15rem;
    height: 1.15rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.theme-toggle-sun[b-kyx0wid985],
.theme-toggle-moon[b-kyx0wid985] {
    display: none;
}

.theme-toggle[data-current-theme="dark"] .theme-toggle-sun[b-kyx0wid985],
.theme-toggle[data-current-theme="light"] .theme-toggle-moon[b-kyx0wid985] {
    display: block;
}

.theme-toggle-label[b-kyx0wid985] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header[b-kyx0wid985] {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background: var(--header-bg);
    border-bottom: 1px solid var(--line);
}

.site-header-content[b-kyx0wid985] {
    min-height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.45rem 0;
}

.brand-lockup[b-kyx0wid985] {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
}

.brand-mark[b-kyx0wid985] {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    color: #0b0f19;
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(251, 191, 36, 0.25);
}

.brand-logo[b-kyx0wid985] {
    width: 3.2rem;
    height: 3.2rem;
    object-fit: cover;
    border-radius: 1rem;
    background: var(--brand-logo-bg);
    padding: 0.2rem;
    box-shadow: 0 10px 24px rgba(20, 35, 61, 0.18);
}

.brand-copy[b-kyx0wid985] {
    display: grid;
    gap: 0.1rem;
    color: var(--ink);
}

.brand-copy strong[b-kyx0wid985] {
    font-size: 1.02rem;
    font-family: var(--font-display);
    font-weight: 700;
}

.brand-copy small[b-kyx0wid985] {
    color: var(--ink-soft);
    font-family: var(--font-ui);
    font-weight: 500;
}

.main-nav[b-kyx0wid985] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: var(--main-nav-bg);
    box-shadow: var(--main-nav-shadow);
    border: 1px solid var(--line);
}

.main-nav[b-kyx0wid985]  a {
    color: var(--ink-soft);
    text-decoration: none;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    font-family: var(--font-ui);
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.main-nav[b-kyx0wid985]  a:hover,
.main-nav[b-kyx0wid985]  a.active {
    background: linear-gradient(135deg, var(--gold-deep), #f59e0b);
    color: #0b0f19;
    transform: translateY(-1px);
}

.page-stage[b-kyx0wid985] {
    flex: 1;
}

.page-body[b-kyx0wid985] {
    padding: 0 0 4.5rem;
}

.site-footer[b-kyx0wid985] {
    background: var(--footer-bg);
    border-top: 1px solid var(--line);
    padding: 3.25rem 0;
    color: var(--ink);
}

.footer-grid[b-kyx0wid985] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.footer-title[b-kyx0wid985] {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--footer-title);
    font-family: var(--font-display);
    font-weight: 800;
}

.site-footer p[b-kyx0wid985],
.footer-links span[b-kyx0wid985] {
    color: var(--footer-copy);
    margin: 0;
    line-height: 1.9;
}

@media (max-width: 900px) {
    .utility-content[b-kyx0wid985],
    .site-header-content[b-kyx0wid985] {
        flex-direction: column;
        justify-content: center;
        padding: 0.9rem 0;
    }

    .main-nav[b-kyx0wid985] {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 0.2rem;
        border-radius: 1.25rem;
    }

    .footer-grid[b-kyx0wid985] {
        grid-template-columns: 1fr;
    }
}

#blazor-error-ui[b-kyx0wid985] {
    color-scheme: light only;
    background: #fff6d5;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.12);
    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-kyx0wid985] {
    cursor: pointer;
    position: absolute;
    left: 0.75rem;
    top: 0.5rem;
}
/* _content/soum.GoodsAuctions/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q2oa83lhgr] {
    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-q2oa83lhgr] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-q2oa83lhgr] {
    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-q2oa83lhgr] {
    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-q2oa83lhgr] {
    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-q2oa83lhgr] {
    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");
}

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

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

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

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

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
