/* _content/ScanningTree/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4fcuzqu225] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-4fcuzqu225] {
    flex: 1;
    background: var(--st-grad-page, linear-gradient(165deg, #edf7ef 0%, #f8f9fa 45%, #eef5f0 100%));
    background-attachment: fixed;
}

.content[b-4fcuzqu225] {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 641px) {
    article[b-4fcuzqu225] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4fcuzqu225] {
    background: #fff3cd;
    color: #856404;
    bottom: 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-weight: 500;
}

    #blazor-error-ui .dismiss[b-4fcuzqu225] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ScanningTree/Components/Layout/NavMenu.razor.rz.scp.css */
/* Unified top navigation */
.site-header[b-mtmhy5hr4q] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 249, 246, 0.96) 100%);
    border-bottom: 1px solid rgba(91, 44, 48, 0.1);
    box-shadow: 0 2px 12px rgba(60, 42, 33, 0.06);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner[b-mtmhy5hr4q] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 56px;
}

.brand[b-mtmhy5hr4q] {
    font-family: var(--st-font-display, "Josefin Sans", sans-serif);
    font-size: 1.35rem;
    font-weight: 700;
    background: linear-gradient(135deg, #3C2A21 0%, #5B2C30 55%, #B26B5D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    flex-shrink: 0;
}

.brand:hover[b-mtmhy5hr4q] {
    background: linear-gradient(135deg, #2A2018 0%, #3C2A21 55%, #8B5A4A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-nav[b-mtmhy5hr4q] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-nav[b-mtmhy5hr4q]  a.site-nav-link,
.header-nav[b-mtmhy5hr4q]  button.site-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333 !important;
    text-decoration: none !important;
    border-radius: 4px;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    transition: color 0.15s ease, background 0.15s ease;
    line-height: 1.4;
}

.header-nav[b-mtmhy5hr4q]  a.site-nav-link:hover,
.header-nav[b-mtmhy5hr4q]  button.site-nav-link:hover {
    color: #B26B5D !important;
    background: #F5EDE8;
}

.header-nav[b-mtmhy5hr4q]  a.site-nav-link.active {
    color: #5B2C30 !important;
    font-weight: 700;
    background: #F5EDE8;
}

.header-nav[b-mtmhy5hr4q]  a.site-nav-cta,
.header-nav[b-mtmhy5hr4q]  a.site-nav-cta.active {
    background: linear-gradient(180deg, #5B2C30 0%, #3C2A21 100%) !important;
    color: #fff !important;
    padding: 0.45rem 1rem;
    margin-left: 0.15rem;
    box-shadow: 0 2px 8px rgba(60, 42, 33, 0.2);
}

.header-nav[b-mtmhy5hr4q]  a.site-nav-cta:hover {
    background: linear-gradient(180deg, #3C2A21 0%, #2A2018 100%) !important;
    color: #fff !important;
}

.header-nav[b-mtmhy5hr4q]  a.site-nav-account {
    color: #757575 !important;
    font-weight: 500;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-logout-form[b-mtmhy5hr4q] {
    display: inline;
    margin: 0;
    padding: 0;
}

.site-nav-btn[b-mtmhy5hr4q] {
    appearance: none;
}

.nav-toggle[b-mtmhy5hr4q] {
    display: none;
}

.nav-toggle-btn[b-mtmhy5hr4q] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 6px;
    margin-left: auto;
    cursor: pointer;
    border: 1px solid rgba(91, 44, 48, 0.15);
    border-radius: 4px;
    background: #FAF9F6;
}

.nav-toggle-btn span[b-mtmhy5hr4q] {
    display: block;
    height: 2px;
    background: #333;
    border-radius: 1px;
}

@media (max-width: 768px) {
    .nav-toggle-btn[b-mtmhy5hr4q] {
        display: flex;
    }

    .header-nav[b-mtmhy5hr4q] {
        display: none;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #FAF9F6;
        border-bottom: 1px solid rgba(91, 44, 48, 0.1);
        box-shadow: 0 4px 16px rgba(60, 42, 33, 0.08);
        padding: 0.5rem 0;
        margin-left: 0;
    }

    .nav-toggle:checked ~ .header-nav[b-mtmhy5hr4q] {
        display: flex;
    }

    .header-inner[b-mtmhy5hr4q] {
        position: relative;
        flex-wrap: wrap;
    }

    .header-nav[b-mtmhy5hr4q]  a.site-nav-link,
    .header-nav[b-mtmhy5hr4q]  button.site-nav-link {
        padding: 0.75rem 1.25rem;
        border-radius: 0;
    }

    .header-nav[b-mtmhy5hr4q]  a.site-nav-cta {
        margin: 0.5rem 1.25rem;
        text-align: center;
        justify-content: center;
    }
}

body:has(.lang-bar) .header-nav[b-mtmhy5hr4q] {
    top: calc(var(--st-lang-bar-height, 42px) + 56px);
}
/* _content/ScanningTree/Components/Layout/NoSideBar.razor.rz.scp.css */
.page[b-w14sfbsitd] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-w14sfbsitd] {
    flex: 1;
    background: var(--st-bg, #f5f5f5);
}

.content[b-w14sfbsitd] {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 641px) {
    article[b-w14sfbsitd] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-w14sfbsitd] {
    background: #fff3cd;
    color: #856404;
    bottom: 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-weight: 500;
}

    #blazor-error-ui .dismiss[b-w14sfbsitd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ScanningTree/Components/Layout/PreviewLayout.razor.rz.scp.css */
.preview-shell[b-mhv6jq6i4p] {
    min-height: calc(100vh - 56px);
    width: 100%;
    background: var(--st-grad-page, linear-gradient(165deg, #edf7ef 0%, #f8f9fa 45%, #eef5f0 100%));
    background-attachment: fixed;
}

#blazor-error-ui[b-mhv6jq6i4p] {
    background: #fff3cd;
    color: #856404;
    bottom: 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-weight: 500;
}

    #blazor-error-ui .dismiss[b-mhv6jq6i4p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ScanningTree/Components/Pages/Business/MyDaps.razor.rz.scp.css */
.my-daps-hero[b-g58ilwf69e] {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.my-daps-hero-inner[b-g58ilwf69e] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    min-width: 240px;
}

.my-daps-logo[b-g58ilwf69e] {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--st-border);
}

.my-daps-sub[b-g58ilwf69e] {
    color: var(--st-text-muted);
    font-size: 0.95rem;
    margin-top: 6px;
    max-width: 640px;
}

.my-daps-summary p[b-g58ilwf69e] {
    color: var(--st-text);
    line-height: 1.6;
    margin-top: 8px;
}

.my-daps-error[b-g58ilwf69e] {
    padding: 16px 20px;
    background: var(--st-danger-soft);
    color: var(--st-danger);
}

.my-daps-count[b-g58ilwf69e] {
    font-weight: 600;
    color: var(--st-heading);
}

.my-daps-group-title[b-g58ilwf69e] {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--st-accent);
    margin-bottom: 14px;
}

.my-daps-grid[b-g58ilwf69e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.my-daps-card[b-g58ilwf69e] {
    background: var(--st-grad-card);
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius);
    padding: 18px;
    box-shadow: var(--st-shadow);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.my-daps-card-top[b-g58ilwf69e] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.my-daps-card h4[b-g58ilwf69e] {
    font-size: 1.05rem;
    color: var(--st-heading);
    line-height: 1.25;
}

.my-daps-priority[b-g58ilwf69e] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    border-radius: 999px;
    white-space: nowrap;
}

.my-daps-priority.priority-high[b-g58ilwf69e] {
    background: var(--st-accent-soft);
    color: var(--st-accent);
}

.my-daps-priority.priority-mid[b-g58ilwf69e] {
    background: var(--st-primary-soft);
    color: var(--st-primary);
}

.my-daps-priority.priority-low[b-g58ilwf69e] {
    background: #f0eeeb;
    color: var(--st-text-muted);
}

.my-daps-badge[b-g58ilwf69e] {
    align-self: flex-start;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--st-primary);
    background: var(--st-primary-soft);
    padding: 3px 8px;
    border-radius: 4px;
}

.my-daps-label[b-g58ilwf69e] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--st-text-muted);
    margin-top: 6px;
}

.my-daps-text[b-g58ilwf69e] {
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--st-text);
}

.my-daps-offers[b-g58ilwf69e] {
    white-space: pre-wrap;
}

.my-daps-meta[b-g58ilwf69e] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.82rem;
    color: var(--st-text-muted);
    margin-top: 8px;
}

.my-daps-view-btn[b-g58ilwf69e] {
    margin-top: 10px;
    align-self: flex-start;
}
