/* /Components/Chat/ConversationThread.razor.rz.scp.css */
/* Full-height chat layout — fills viewport minus nav/top-bar */
.conversation-thread[b-cwxoxpa766] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 200px);
    min-height: 500px;
}

/* Scrollable messages pane — flex-grows to fill available space */
.chat-messages[b-cwxoxpa766] {
    flex: 1;
    min-height: 0; /* required for overflow-y inside a flex child */
    max-height: none; /* override global 320px cap from app.css */
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
    scroll-behavior: smooth;
}

/* Empty state */
.chat-messages .text-muted[b-cwxoxpa766] {
    margin: 0;
}

/* Compose area — stays pinned to bottom */
.chat-compose[b-cwxoxpa766] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.chat-compose textarea[b-cwxoxpa766] {
    resize: none;
    min-height: 42px;
    max-height: 120px;
    overflow-y: auto;
    line-height: 1.4;
}

.chat-compose .btn[b-cwxoxpa766] {
    white-space: nowrap;
    align-self: flex-end;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-content[b-ausfjn561i] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 1.5rem 2rem 2rem;
    width: 100%;
}

#blazor-error-ui[b-ausfjn561i] {
    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-ausfjn561i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .page-content[b-ausfjn561i] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Top Nav (orange accent as border-top, always visible) ── */
.dtp-topnav[b-qp2a2derji] {
    background: #fff;
    border-top: 4px solid #FE7743;
    border-bottom: 1px solid #e0ddd8;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

.dtp-topnav-inner[b-qp2a2derji] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    height: 58px;
    gap: 0;
}

/* ── Brand ── */
.dtp-brand[b-qp2a2derji] {
    text-decoration: none;
    white-space: nowrap;
    margin-right: 1.25rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.dtp-brand:hover[b-qp2a2derji] {
    text-decoration: none;
    opacity: 0.85;
}

.dtp-logo[b-qp2a2derji] {
    height: 36px;
    width: auto;
    display: block;
}

/* ── Nav links container ── */
.dtp-nav-links[b-qp2a2derji] {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    gap: 0.1rem;
}

/* ── Individual nav link ── */
.dtp-nav-link[b-qp2a2derji] {
    color: #444;
    text-decoration: none;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0 0.85rem;
    height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: none;
    background: none;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    line-height: 1;
    box-sizing: border-box;
}

/* NavLink renders <a> tags that don't receive the Blazor scope attribute — ::deep required */
[b-qp2a2derji] a.dtp-nav-link {
    color: #444;
    text-decoration: none;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0 0.85rem;
    height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: none;
    background: none;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    line-height: 1;
    box-sizing: border-box;
}

.dtp-nav-link:hover[b-qp2a2derji] {
    color: #273F4F;
    text-decoration: none;
}

[b-qp2a2derji] a.dtp-nav-link:hover {
    color: #273F4F;
    text-decoration: none;
}

/* Active state — NavLink adds .active; dropdown toggles use .dtp-nav-link-active */
[b-qp2a2derji] a.dtp-nav-link.active {
    color: #273F4F !important;
    border-bottom-color: #FE7743 !important;
    font-weight: 700;
}

.dtp-nav-link-active[b-qp2a2derji] {
    color: #273F4F !important;
    border-bottom-color: #FE7743 !important;
    font-weight: 700;
}

/* ── Badge pill ── */
.dtp-badge[b-qp2a2derji] {
    background: #FE7743;
    color: #fff;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 1px 5px;
    min-width: 1.1rem;
    text-align: center;
    line-height: 1.4;
}

/* ── Caret ── */
.dtp-caret[b-qp2a2derji] {
    font-size: 0.75rem;
    opacity: 0.55;
    margin-left: 2px;
}

/* ── Dropdown wrapper ── */
.dtp-dropdown[b-qp2a2derji] {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

/* ── Dropdown menu ── */
.dtp-dropdown-menu[b-qp2a2derji] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 185px;
    background: #fff;
    border: 1px solid #e0ddd8;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 0.35rem 0;
    z-index: 300;
    white-space: nowrap;
}

.dtp-dropdown-menu-right[b-qp2a2derji] {
    left: auto;
    right: 0;
}

.dtp-dropdown.open .dtp-dropdown-menu[b-qp2a2derji] {
    display: block;
}

/* ── Dropdown item — explicit overrides to beat Bootstrap resets ── */
.dtp-dropdown-item[b-qp2a2derji] {
    display: flex !important;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem !important;
    font-family: inherit !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: background 0.12s;
    width: 100%;
    border: none;
    background: none !important;
    cursor: pointer;
    text-align: left;
    line-height: 1.4;
    box-sizing: border-box;
}

[b-qp2a2derji] a.dtp-dropdown-item {
    display: flex !important;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem !important;
    font-family: inherit !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: background 0.12s;
    width: 100%;
    border: none;
    background: none !important;
    cursor: pointer;
    text-align: left;
    line-height: 1.4;
    box-sizing: border-box;
}

.dtp-dropdown-item:hover[b-qp2a2derji] {
    background: #f4f3f0 !important;
    color: #273F4F !important;
    text-decoration: none !important;
}

[b-qp2a2derji] a.dtp-dropdown-item:hover {
    background: #f4f3f0 !important;
    color: #273F4F !important;
    text-decoration: none !important;
}

[b-qp2a2derji] a.dtp-dropdown-item.active {
    background: rgba(254, 119, 67, 0.1) !important;
    color: #FE7743 !important;
    font-weight: 600 !important;
}

.dtp-dropdown-divider[b-qp2a2derji] {
    margin: 0.35rem 0;
    border-color: #e0ddd8;
}

/* ── Click-outside backdrop ── */
.dtp-backdrop[b-qp2a2derji] {
    position: fixed;
    inset: 0;
    z-index: 150;
    background: transparent;
}

/* ── User section — pushed to far right via margin-left:auto ── */
.dtp-nav-user[b-qp2a2derji] {
    margin-left: auto;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #e0ddd8;
    padding-left: 0.25rem;
    flex-shrink: 0;
}

.dtp-user-toggle[b-qp2a2derji] {
    gap: 0.45rem;
    padding: 0 0.75rem;
}

.dtp-user-name[b-qp2a2derji] {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.85rem;
}

/* ── Avatar circle ── */
.dtp-avatar[b-qp2a2derji] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #273F4F;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.68rem;
    flex-shrink: 0;
}

/* ── Mobile hamburger ── */
.dtp-hamburger[b-qp2a2derji] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 8px;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
}

.dtp-hamburger span[b-qp2a2derji] {
    display: block;
    width: 20px;
    height: 2px;
    background: #444;
    border-radius: 2px;
}

/* ── Mobile breakpoint ── */
@media (max-width: 767.98px) {
    .dtp-topnav-inner[b-qp2a2derji] {
        flex-wrap: wrap;
        height: auto;
        padding: 0.6rem 1rem;
        gap: 0;
    }

    .dtp-hamburger[b-qp2a2derji] {
        display: flex;
    }

    /* Collapse nav links + user section on mobile */
    .dtp-nav-links[b-qp2a2derji] {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        border-top: 1px solid #e0ddd8;
        padding: 0.4rem 0 0.6rem;
        height: auto;
        flex: none;
    }

    .dtp-nav-links.open[b-qp2a2derji] {
        display: flex;
    }

    .dtp-nav-link[b-qp2a2derji] {
        height: auto;
        padding: 0.6rem 0.5rem;
        border-bottom: none;
        width: 100%;
    }

    [b-qp2a2derji] a.dtp-nav-link {
        height: auto;
        padding: 0.6rem 0.5rem;
        border-bottom: none;
        width: 100%;
    }

    /* User section stacks naturally at bottom of the nav links */
    .dtp-nav-user[b-qp2a2derji] {
        width: 100%;
        border-left: none;
        border-top: 1px solid #e0ddd8;
        padding-left: 0;
        padding-top: 0.4rem;
        margin-left: 0;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .dtp-user-dropdown[b-qp2a2derji],
    .dtp-user-dropdown .dtp-dropdown-toggle[b-qp2a2derji] {
        width: 100%;
    }

    /* Dropdown menus go static/inline on mobile */
    .dtp-dropdown[b-qp2a2derji] {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .dtp-dropdown-menu[b-qp2a2derji] {
        position: static;
        box-shadow: none;
        border: none;
        border-left: 3px solid #e0ddd8;
        border-radius: 0;
        padding: 0;
        margin-left: 1rem;
        width: calc(100% - 1rem);
    }

    .dtp-dropdown-menu-right[b-qp2a2derji] {
        left: 0;
        right: auto;
    }

    .dtp-dropdown-toggle[b-qp2a2derji] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ══════════════════════════════════════
   HOME — Marketing Page
   ══════════════════════════════════════ */

/* ── Hero — full-bleed navy ── */
.home-hero[b-4583wbzmyg] {
    background: #273F4F;
    color: #fff;
    padding: 3.5rem 0 4rem;
    /* Full-viewport breakout from page-content container */
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -1.5rem;
    margin-bottom: 0;
}

.home-hero-inner[b-4583wbzmyg] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.hero-content[b-4583wbzmyg] {
    flex: 1;
}

.hero-eyebrow[b-4583wbzmyg] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FE7743;
    margin-bottom: 0.85rem;
}

.hero-headline[b-4583wbzmyg] {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 1.1rem;
}

.hero-sub[b-4583wbzmyg] {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 480px;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-actions[b-4583wbzmyg] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.btn-hero-primary[b-4583wbzmyg] {
    background: #FE7743;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.75rem;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.15s, transform 0.1s;
    display: inline-block;
}

.btn-hero-primary:hover[b-4583wbzmyg] {
    background: #e5622e;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-hero-secondary[b-4583wbzmyg] {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
    display: inline-block;
}

.btn-hero-secondary:hover[b-4583wbzmyg] {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
}

/* Decorative puck visual */
.hero-visual[b-4583wbzmyg] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-puck[b-4583wbzmyg] {
    font-size: 7rem;
    line-height: 1;
    opacity: 0.18;
    user-select: none;
}

@media (max-width: 767.98px) {
    .hero-visual[b-4583wbzmyg] { display: none; }
    .home-hero[b-4583wbzmyg] { padding: 2.5rem 0 3rem; }
}

/* ── Stats strip ── */
.stats-strip[b-4583wbzmyg] {
    background: #fff;
    border-bottom: 1px solid #e4e1db;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 3.5rem;
    z-index: 1;
}

.stats-inner[b-4583wbzmyg] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.stat-item[b-4583wbzmyg] {
    flex: 1;
    text-align: center;
    padding: 0.5rem 1rem;
}

.stat-number[b-4583wbzmyg] {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: #FE7743;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.stat-label[b-4583wbzmyg] {
    display: block;
    font-size: 0.78rem;
    color: #7a8a94;
    font-weight: 500;
    margin-top: 0.2rem;
}

.stat-divider[b-4583wbzmyg] {
    width: 1px;
    height: 2.5rem;
    background: #e4e1db;
    flex-shrink: 0;
}

/* ── How It Works ── */
.section-how[b-4583wbzmyg] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-label[b-4583wbzmyg] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FE7743;
    margin-bottom: 0.5rem;
}

.section-title[b-4583wbzmyg] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #273F4F;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
}

.steps-grid[b-4583wbzmyg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.step-card[b-4583wbzmyg] {
    background: #fff;
    border: 1px solid #e4e1db;
    border-radius: 12px;
    padding: 2rem 1.75rem;
    text-align: left;
    transition: box-shadow 0.2s;
}

.step-card:hover[b-4583wbzmyg] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.step-number[b-4583wbzmyg] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #273F4F;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.step-title[b-4583wbzmyg] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #273F4F;
    margin-bottom: 0.5rem;
}

.step-desc[b-4583wbzmyg] {
    font-size: 0.88rem;
    color: #5a6a75;
    line-height: 1.6;
    margin: 0;
}

/* ── For / For ── */
.for-section[b-4583wbzmyg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 3.5rem;
}

@media (max-width: 767.98px) {
    .for-section[b-4583wbzmyg] { grid-template-columns: 1fr; }
}

.for-card[b-4583wbzmyg] {
    background: #fff;
    border: 1px solid #e4e1db;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.for-host[b-4583wbzmyg] { border-top: 4px solid #FE7743; }
.for-travel[b-4583wbzmyg] { border-top: 4px solid #273F4F; }

.for-icon[b-4583wbzmyg] {
    font-size: 2rem;
    margin-bottom: 0.85rem;
}

.for-title[b-4583wbzmyg] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #273F4F;
    margin-bottom: 0.6rem;
}

.for-desc[b-4583wbzmyg] {
    font-size: 0.88rem;
    color: #5a6a75;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.for-list[b-4583wbzmyg] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex: 1;
}

.for-list li[b-4583wbzmyg] {
    font-size: 0.86rem;
    color: #444;
    padding: 0.3rem 0;
    padding-left: 1.4rem;
    position: relative;
}

.for-list li[b-4583wbzmyg]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #FE7743;
    font-weight: 700;
}

.for-cta[b-4583wbzmyg] {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FE7743;
    text-decoration: none;
    border-top: 1px solid #e4e1db;
    padding-top: 1rem;
    margin-top: auto;
    transition: color 0.15s;
}

.for-cta:hover[b-4583wbzmyg] {
    color: #e5622e;
    text-decoration: none;
}

/* ── Bottom CTA band ── */
.cta-band[b-4583wbzmyg] {
    background: #273F4F;
    color: #fff;
    text-align: center;
    padding: 3rem 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -2rem;
    z-index: 1;
}

.cta-band-inner[b-4583wbzmyg] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.cta-title[b-4583wbzmyg] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 0.6rem;
}

.cta-sub[b-4583wbzmyg] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
    line-height: 1.6;
}
/* /Components/Pages/Listings/BrowseListings.razor.rz.scp.css */
/* ── Hero section — full-viewport-width breakout ── */
.browse-hero[b-3xsy4ffs3e] {
    background: #273F4F;
    color: #fff;
    padding: 2.25rem 0 3.25rem;
    /* Break out of the centered page-content box to full viewport width */
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -1.5rem;    /* cancel page-content top padding */
    margin-bottom: 0;
}

.browse-hero-inner[b-3xsy4ffs3e] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
}

.browse-hero h1[b-3xsy4ffs3e] {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
    color: #fff;
}

.browse-hero p[b-3xsy4ffs3e] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 0;
}

/* ── Floating filter card ── */
.filter-float[b-3xsy4ffs3e] {
    margin-top: -1.5rem;
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 1;
}

.filter-float .filter-inner[b-3xsy4ffs3e] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    padding: 1.25rem 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.filter-group[b-3xsy4ffs3e] {
    flex: 1;
    min-width: 130px;
}

.filter-group label[b-3xsy4ffs3e] {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    color: #7a8a94;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.filter-group .form-select[b-3xsy4ffs3e],
.filter-group .form-control[b-3xsy4ffs3e] {
    border: 1.5px solid #e0ddd8;
    border-radius: 8px;
    font-size: 0.875rem;
    background: #fafaf8;
    transition: border-color 0.15s;
}

.filter-group .form-select:focus[b-3xsy4ffs3e],
.filter-group .form-control:focus[b-3xsy4ffs3e] {
    border-color: #FE7743;
    box-shadow: 0 0 0 0.15rem rgba(254, 119, 67, 0.15);
}

/* ── State info alert ── */
.state-info[b-3xsy4ffs3e] {
    font-size: 0.83rem;
    margin-bottom: 1.25rem;
}

/* ── Result count label ── */
.result-count[b-3xsy4ffs3e] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a8a94;
    margin-bottom: 0.85rem;
}

/* ── Card hover polish ── */
[b-3xsy4ffs3e] .card {
    border-radius: 10px;
    border-color: #e4e1db;
    transition: box-shadow 0.2s, transform 0.2s;
    overflow: hidden;
}

[b-3xsy4ffs3e] .card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
/* /Components/Pages/Onboarding/Onboarding.razor.rz.scp.css */
.onboarding-container[b-840x34b73d] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 16px;
    min-height: 60vh;
}

.onboarding-card[b-840x34b73d] {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.onboarding-step-indicator[b-840x34b73d] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.onboarding-icon[b-840x34b73d] {
    font-size: 3rem;
    margin-bottom: 16px;
}

.onboarding-card h1[b-840x34b73d] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.onboarding-card p[b-840x34b73d] {
    color: #495057;
    margin-bottom: 28px;
    font-size: 1.05rem;
}
