/* _content/Platform.Web/Components/AnimatedChatComponent.razor.rz.scp.css */
/* Fills parent phone mockup; no Tailwind — Telegram-inspired dark chrome */
.ac-root[b-teyrim8jtg] {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #0e1621;
    border-radius: inherit;
    overflow: hidden;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #e2e8f0;
}

/* ----- Telegram-style header ----- */
.ac-tg-header[b-teyrim8jtg] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.15rem;
    min-height: 3rem;
    padding: 0.35rem 0.25rem 0.35rem 0.15rem;
    background: #17212b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ac-rtl .ac-tg-header[b-teyrim8jtg] {
    flex-direction: row-reverse;
}

.ac-tg-header-btn[b-teyrim8jtg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #6ab7ff;
    cursor: default;
    flex-shrink: 0;
}

.ac-tg-back[b-teyrim8jtg] {
    display: block;
}

.ac-tg-header-main[b-teyrim8jtg] {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.ac-rtl .ac-tg-header-main[b-teyrim8jtg] {
    flex-direction: row-reverse;
}

.ac-tg-avatar[b-teyrim8jtg] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #242f3d;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ac-tg-avatar img[b-teyrim8jtg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ac-tg-header-text[b-teyrim8jtg] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    align-items: flex-start;
}

.ac-rtl .ac-tg-header-text[b-teyrim8jtg] {
    align-items: flex-end;
}

.ac-tg-title[b-teyrim8jtg] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #f5f5f5;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.ac-tg-status[b-teyrim8jtg] {
    font-size: 0.6875rem;
    color: #4dcd5e;
    text-transform: lowercase;
    letter-spacing: 0.02em;
}

.ac-tg-kebab[b-teyrim8jtg] {
    display: block;
    opacity: 0.85;
}

/* ----- Telegram-style footer composer ----- */
.ac-tg-footer[b-teyrim8jtg] {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
    padding: 0.4rem 0.45rem calc(0.45rem + env(safe-area-inset-bottom, 0));
    background: #17212b;
    border-top: 1px solid rgba(0, 0, 0, 0.35);
}

.ac-rtl .ac-tg-footer[b-teyrim8jtg] {
    flex-direction: row-reverse;
}

.ac-tg-footer-icon-btn[b-teyrim8jtg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    margin: 0 0 0.05rem 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #6ab7ff;
    cursor: default;
    flex-shrink: 0;
}

.ac-tg-input-wrap[b-teyrim8jtg] {
    flex: 1;
    min-width: 0;
    margin-bottom: 0.05rem;
}

.ac-tg-input-faux[b-teyrim8jtg] {
    display: block;
    padding: 0.55rem 0.85rem;
    border-radius: 1.35rem;
    background: #242f3d;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.875rem;
    line-height: 1.25;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.ac-tg-send-wrap[b-teyrim8jtg] {
    flex-shrink: 0;
    width: 2.55rem;
    height: 2.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.02rem;
}

.ac-tg-send-btn[b-teyrim8jtg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    cursor: default;
    transition: transform 0.12s ease, opacity 0.12s ease, filter 0.12s ease;
}

.ac-tg-send-btn--mic[b-teyrim8jtg] {
    background: #3390ec;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.ac-tg-send-btn--mic svg[b-teyrim8jtg] {
    margin-top: 2px;
}

.ac-tg-send-btn--arrow[b-teyrim8jtg] {
    background: #3390ec;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.ac-tg-send-btn--arrow svg[b-teyrim8jtg] {
    margin-left: 2px;
}

.ac-rtl .ac-tg-send-btn--arrow svg[b-teyrim8jtg] {
    margin-left: 0;
    margin-right: 2px;
    transform: scaleX(-1);
}

.ac-send-button-flash[b-teyrim8jtg] {
    transition: none;
    animation: ac-send-flash-b-teyrim8jtg 0.14s ease-out both;
}

@keyframes ac-send-flash-b-teyrim8jtg {
    0% {
        transform: scale(1);
        opacity: 1;
        filter: brightness(1);
    }
    45% {
        transform: scale(1.1);
        opacity: 0.72;
        filter: brightness(1.15);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        filter: brightness(1);
    }
}

.ac-stream[b-teyrim8jtg] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 0.5rem 0.65rem;
    background: #0e1621;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(148, 163, 184, 0.5) transparent;
}

.ac-stream[b-teyrim8jtg]::-webkit-scrollbar {
    width: 4px;
}

.ac-stream[b-teyrim8jtg]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.45);
    border-radius: 4px;
}

.ac-row[b-teyrim8jtg] {
    display: flex;
    width: 100%;
}

.ac-row-user[b-teyrim8jtg] {
    justify-content: flex-end;
}

.ac-row-ai[b-teyrim8jtg] {
    justify-content: flex-start;
}

.ac-bubble[b-teyrim8jtg] {
    max-width: 88%;
    padding: 0.5rem 0.65rem;
    border-radius: 0.75rem;
    word-wrap: break-word;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ac-bubble-user[b-teyrim8jtg] {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #f0fdf4;
    border-bottom-right-radius: 0.25rem;
}

.ac-bubble-ai[b-teyrim8jtg] {
    background: #334155;
    color: #f1f5f9;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-bottom-left-radius: 0.25rem;
}

.ac-rtl .ac-bubble-user[b-teyrim8jtg] {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.25rem;
}

.ac-rtl .ac-bubble-ai[b-teyrim8jtg] {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.25rem;
}

.ac-pop[b-teyrim8jtg] {
    animation: ac-pop-in-b-teyrim8jtg 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ac-pop-in-b-teyrim8jtg {
    0% {
        opacity: 0;
        transform: translateY(6px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ac-typing[b-teyrim8jtg] {
    min-width: 3.25rem;
    min-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.75rem;
}

.ac-dots[b-teyrim8jtg] {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
}

.ac-dot[b-teyrim8jtg] {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: #94a3b8;
    animation: ac-bounce-b-teyrim8jtg 1.1s ease-in-out infinite;
}

.ac-dot:nth-child(2)[b-teyrim8jtg] {
    animation-delay: 0.15s;
}

.ac-dot:nth-child(3)[b-teyrim8jtg] {
    animation-delay: 0.3s;
}

@keyframes ac-bounce-b-teyrim8jtg {
    0%,
    60%,
    100% {
        transform: translateY(0);
        opacity: 0.45;
    }
    30% {
        transform: translateY(-5px);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ac-pop[b-teyrim8jtg] {
        animation: none;
    }

    .ac-dot[b-teyrim8jtg] {
        animation: none;
        opacity: 0.7;
    }

    .ac-send-button-flash[b-teyrim8jtg] {
        animation: none;
    }

    .ac-tg-send-btn.ac-send-button-flash[b-teyrim8jtg] {
        opacity: 0.75;
    }
}
/* _content/Platform.Web/Components/Layout/LandingLayout.razor.rz.scp.css */
/* ===== Landing Layout - Modern Dark Mode (Mobile-first) ===== */

.landing-layout[b-x6gwiwsycw] {
    --landing-bg: #0f172a;
    --landing-surface: #1e293b;
    --landing-border: rgba(255, 255, 255, 0.08);
    --landing-text: #f8fafc;
    --landing-text-muted: #94a3b8;
    --landing-accent: #38bdf8;
    --landing-accent-emerald: #34d399;
    --landing-accent-glow: rgba(56, 189, 248, 0.25);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--landing-bg);
    color: var(--landing-text-muted);
}

/* ----- Header / Navbar ----- */
.landing-header[b-x6gwiwsycw] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--landing-surface);
    border-bottom: 1px solid var(--landing-border);
}

.landing-nav[b-x6gwiwsycw] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
}

.landing-brand[b-x6gwiwsycw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--landing-text);
    font-weight: 700;
    font-size: 1.125rem;
}

.landing-brand:hover[b-x6gwiwsycw] {
    color: var(--landing-accent);
}

.landing-brand-icon[b-x6gwiwsycw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, var(--landing-accent) 0%, var(--landing-accent-emerald) 100%);
    color: var(--landing-bg);
    border-radius: 0.5rem;
    font-size: 1.125rem;
}

.landing-nav-actions[b-x6gwiwsycw] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
    flex-shrink: 1;
    min-width: 0;
}

.landing-social[b-x6gwiwsycw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.landing-social a[b-x6gwiwsycw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--landing-text-muted);
    border-radius: 0.375rem;
    transition: color 0.2s, background 0.2s;
}

.landing-social a i[b-x6gwiwsycw] {
    font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free";
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    display: inline-block;
    line-height: 1;
}

.landing-social a:hover[b-x6gwiwsycw] {
    color: var(--landing-accent);
    background: var(--landing-accent-glow);
}

/* Pure CSS language dropdown (SSR — no Blazor/Mud components) */
.landing-lang-custom[b-x6gwiwsycw] {
    position: relative;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    flex-shrink: 0;
}

.landing-lang-trigger[b-x6gwiwsycw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.35rem 0.45rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--landing-text);
    background: var(--landing-surface);
    border: 1px solid var(--landing-border);
    border-radius: 0.375rem;
    cursor: pointer;
    line-height: 1;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-lang-trigger:hover[b-x6gwiwsycw],
.landing-lang-custom:focus-within .landing-lang-trigger[b-x6gwiwsycw] {
    border-color: var(--landing-accent);
    box-shadow: 0 0 0 1px var(--landing-accent-glow);
}

.landing-lang-trigger-label[b-x6gwiwsycw] {
    white-space: nowrap;
}

.landing-lang-chevron[b-x6gwiwsycw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--landing-text-muted);
    transition: transform 0.2s ease;
}

.landing-lang-custom:hover .landing-lang-chevron[b-x6gwiwsycw],
.landing-lang-custom:focus-within .landing-lang-chevron[b-x6gwiwsycw] {
    transform: rotate(180deg);
}

.landing-lang-dropdown[b-x6gwiwsycw] {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    left: auto;
    inset-inline-end: 0;
    inset-inline-start: auto;
    width: 100%;
    min-width: 100px;
    max-width: 120px;
    margin: 0;
    padding: 0.2rem 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.5rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14), 0 2px 8px rgba(15, 23, 42, 0.06);
    z-index: 1100;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

[dir="rtl"] .landing-lang-dropdown[b-x6gwiwsycw] {
    right: auto;
    left: 0;
}

.landing-lang-custom:hover .landing-lang-dropdown[b-x6gwiwsycw],
.landing-lang-custom:focus-within .landing-lang-dropdown[b-x6gwiwsycw] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.landing-lang-dropdown li[b-x6gwiwsycw] {
    margin: 0;
    padding: 0;
}

.landing-lang-dropdown a[b-x6gwiwsycw] {
    display: block;
    padding: 0.4rem 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.landing-lang-dropdown a:hover[b-x6gwiwsycw],
.landing-lang-dropdown a:focus[b-x6gwiwsycw] {
    background-color: #f1f5f9;
    color: #0284c7;
    outline: none;
}

/* ----- Main ----- */
.landing-main[b-x6gwiwsycw] {
    flex: 1;
    background: var(--landing-bg);
}

/* ----- Footer ----- */
.landing-footer[b-x6gwiwsycw] {
    background: #0c1222;
    color: var(--landing-text-muted);
    padding: 2.5rem 1rem 1.5rem;
    margin-top: auto;
    border-top: 1px solid var(--landing-border);
}

.landing-footer-grid[b-x6gwiwsycw] {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.landing-footer-brand[b-x6gwiwsycw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--landing-text);
    font-weight: 700;
    font-size: 1rem;
}

.landing-footer-brand .landing-brand-icon[b-x6gwiwsycw] {
    background: linear-gradient(135deg, var(--landing-accent) 0%, var(--landing-accent-emerald) 100%);
    color: var(--landing-bg);
}

.landing-footer-block h4[b-x6gwiwsycw] {
    color: var(--landing-text);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.landing-footer-block p[b-x6gwiwsycw] {
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 0;
    max-width: 320px;
    color: var(--landing-text-muted);
}

.landing-footer-legal[b-x6gwiwsycw] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.landing-footer-legal a[b-x6gwiwsycw] {
    color: var(--landing-text-muted);
    text-decoration: none;
    font-size: 0.875rem;
}

.landing-footer-legal a:hover[b-x6gwiwsycw] {
    color: var(--landing-accent);
    text-decoration: underline;
}

.landing-footer-copy[b-x6gwiwsycw] {
    padding-top: 1rem;
    border-top: 1px solid var(--landing-border);
}

.landing-footer-copy p[b-x6gwiwsycw] {
    margin: 0;
    font-size: 0.75rem;
    color: #64748b;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
    .landing-nav-actions[b-x6gwiwsycw] {
        gap: 0.5rem;
    }

    .landing-lang-dropdown[b-x6gwiwsycw] {
        max-width: min(120px, calc(100vw - 1.5rem));
    }
}

@media (min-width: 768px) {
    .landing-nav[b-x6gwiwsycw] {
        padding: 1rem 1.5rem;
    }

    .landing-footer-grid[b-x6gwiwsycw] {
        grid-template-columns: auto 1fr 1fr auto;
        align-items: start;
        gap: 2rem;
    }

    .landing-footer[b-x6gwiwsycw] {
        padding: 3rem 1.5rem 2rem;
    }
}

@media (min-width: 992px) {
    .landing-nav .container[b-x6gwiwsycw] {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .landing-nav .container[b-x6gwiwsycw] {
        max-width: 1140px;
    }
}
/* _content/Platform.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* MudBlazor dashboard layout overrides */
.mud-drawer-dashboard[b-fz3sp8f2y5] {
    width: 260px;
}

.mud-drawer-dashboard .mud-nav-link-text[b-fz3sp8f2y5] {
    text-decoration: none;
}

.mud-appbar-dashboard .mud-nav-brand .mud-nav-link-text[b-fz3sp8f2y5] {
    color: inherit;
    font-weight: 600;
    display: inline-block;
    max-width: 50vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mud-appbar-dashboard .mud-nav-brand[b-fz3sp8f2y5] {
    min-width: 0;
    flex-shrink: 1;
}

/* App bar: allow overflow so dropdowns and AuthorizeView content are visible */
.mud-appbar-dashboard[b-fz3sp8f2y5] {
    overflow: visible;
}

/* Header actions (AuthorizeView, notifications, language, profile) stay visible and don't shrink */
.mud-appbar-actions[b-fz3sp8f2y5] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0.5rem;
}

/* App bar dropdowns (language, profile) - appear BELOW the icon, above MudAppBar (z-index 1300) */
.mud-appbar-dropdown-wrapper[b-fz3sp8f2y5] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.mud-appbar-dropdown-overlay[b-fz3sp8f2y5] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    pointer-events: auto;
}

.mud-appbar-dropdown-paper[b-fz3sp8f2y5] {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 180px;
    z-index: 1301;
    margin-top: 4px;
    border-radius: 8px;
    pointer-events: auto;
}

[dir="rtl"] .mud-appbar-dropdown-paper[b-fz3sp8f2y5] {
    left: auto;
    right: 0;
}

/* Fixed-position dropdown: above overlay so list options are clickable */
.mud-appbar-dropdown-paper-fixed[b-fz3sp8f2y5] {
    position: fixed;
    z-index: 1301;
    min-width: 180px;
    border-radius: 8px;
}

/* Notifications in header: visible and match app bar */
.mud-appbar-dashboard .mud-appbar-actions .notification-dropdown[b-fz3sp8f2y5] {
    display: inline-flex;
    position: relative;
}

/* Language & Profile: same anchoring as NotificationDropdown so tooltip and menu position correctly */
.mud-appbar-actions .notification-dropdown[b-fz3sp8f2y5] {
    position: relative;
    display: inline-flex;
    --sidebar-blue: rgb(5, 39, 103);
    --sidebar-purple: #3a0647;
}

.mud-appbar-actions .lang-switcher-menu[b-fz3sp8f2y5] {
    min-width: 7rem;
}

.mud-appbar-actions .lang-flag-item[b-fz3sp8f2y5] {
    cursor: pointer;
    font-size: 1.35rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.15rem;
}

.mud-appbar-actions .notification-icon-wrapper[b-fz3sp8f2y5] {
    position: relative;
    display: inline-flex;
}

/* Tooltip for Language/Profile (NotificationDropdown.razor.css is scoped to that component only) */
.mud-appbar-actions .notification-tooltip[b-fz3sp8f2y5] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    margin-top: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    background: linear-gradient(180deg, var(--sidebar-blue) 0%, var(--sidebar-purple) 100%);
    border-radius: 6px;
    max-width: 260px;
    white-space: normal;
    text-align: center;
    box-shadow: 0 4px 12px rgba(5, 39, 103, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 1060;
    pointer-events: none;
}

.mud-appbar-actions .notification-tooltip[b-fz3sp8f2y5]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: var(--sidebar-purple);
}

.mud-appbar-actions .notification-icon-wrapper:hover .notification-tooltip[b-fz3sp8f2y5] {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(4px);
}

/* Dropdown menu: z-index and color; horizontal position is set per RTL/LTR in component markup */
.mud-appbar-dashboard .notification-dropdown-menu[b-fz3sp8f2y5] {
    z-index: 1402;
    color: #212529;
}

[dir="rtl"] .mud-appbar-dashboard .notification-dropdown-menu[b-fz3sp8f2y5] {
    direction: rtl;
    text-align: start;
}

[dir="rtl"] .mud-appbar-dashboard .notification-dropdown-menu .notification-item[b-fz3sp8f2y5],
[dir="rtl"] .mud-appbar-dashboard .notification-dropdown-menu .px-3[b-fz3sp8f2y5] {
    text-align: start;
}

[dir="rtl"] .mud-appbar-dashboard .notification-dropdown-menu .d-flex[b-fz3sp8f2y5] {
    direction: rtl;
}

[dir="rtl"] .mud-appbar-dashboard .notification-badge[b-fz3sp8f2y5] {
    right: auto;
    left: -2px;
}
.mud-appbar-dashboard .notification-icon-btn[b-fz3sp8f2y5],
.mud-appbar-dashboard .notification-dropdown .notification-icon-btn[b-fz3sp8f2y5],
.mud-appbar-dashboard .mud-appbar-actions .notification-icon-btn[b-fz3sp8f2y5] {
    color: #fff !important;
    min-width: 40px;
    min-height: 40px;
}

.mud-appbar-dashboard .notification-icon[b-fz3sp8f2y5],
.mud-appbar-dashboard .notification-dropdown .notification-icon[b-fz3sp8f2y5],
.mud-appbar-dashboard .notification-dropdown i.notification-icon[b-fz3sp8f2y5],
.mud-appbar-dashboard .mud-appbar-actions .notification-icon[b-fz3sp8f2y5] {
    color: #fff !important;
    font-size: 1.25rem;
    opacity: 1;
}

.mud-appbar-dashboard .notification-dropdown button i[b-fz3sp8f2y5],
.mud-appbar-dashboard .notification-dropdown .notification-icon-wrapper i[b-fz3sp8f2y5] {
    color: #fff !important;
}

.mud-main-content-dashboard[b-fz3sp8f2y5] {
    padding-top: 0;
}

#blazor-error-ui[b-fz3sp8f2y5] {
    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-fz3sp8f2y5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Platform.Web/Components/Layout/NotificationDropdown.razor.rz.scp.css */
/* Sidebar-matching colors (same as MainLayout .sidebar gradient) */
.notification-dropdown[b-ngatd53k40] {
    --sidebar-blue: rgb(5, 39, 103);
    --sidebar-purple: #3a0647;
    --sidebar-icon: #052767;
    --sidebar-icon-hover: #3a0647;
}

/* Icon wrapper for tooltip positioning */
.notification-icon-wrapper[b-ngatd53k40] {
    position: relative;
    display: inline-flex;
}

/* Button: no default link color, use sidebar color */
.notification-icon-btn[b-ngatd53k40] {
    color: var(--sidebar-icon) !important;
    text-decoration: none !important;
    border: none;
    border-radius: 0.375rem;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.25s ease;
}

/* When in app bar header: force white so icons are visible */
.mud-appbar-dashboard .notification-icon-btn[b-ngatd53k40] {
    color: #fff !important;
}

.mud-appbar-dashboard .notification-icon-btn:hover[b-ngatd53k40],
.mud-appbar-dashboard .notification-icon-btn:focus[b-ngatd53k40] {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
}

.mud-appbar-dashboard .notification-icon[b-ngatd53k40],
.mud-appbar-dashboard .notification-icon-wrapper .notification-icon[b-ngatd53k40] {
    color: #fff !important;
}

.notification-icon-btn:hover[b-ngatd53k40] {
    color: var(--sidebar-icon-hover) !important;
    background-color: rgba(5, 39, 103, 0.08) !important;
    text-decoration: none !important;
    transform: scale(1.08);
}

.notification-icon-btn:focus[b-ngatd53k40] {
    color: var(--sidebar-icon-hover) !important;
    box-shadow: 0 0 0 2px rgba(58, 6, 71, 0.25);
}

/* Icon: CSS animation (subtle pulse) */
.notification-icon[b-ngatd53k40] {
    display: inline-block;
    animation: notification-icon-pulse-b-ngatd53k40 2.5s ease-in-out infinite;
}

.notification-icon-wrapper:hover .notification-icon[b-ngatd53k40] {
    animation: notification-icon-hover-b-ngatd53k40 0.6s ease-in-out;
}

@keyframes notification-icon-pulse-b-ngatd53k40 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.03);
    }
}

@keyframes notification-icon-hover-b-ngatd53k40 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1.08);
    }
}

/* Definition popup on hover (below icon) */
.notification-tooltip[b-ngatd53k40] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    margin-top: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    background: linear-gradient(180deg, var(--sidebar-blue) 0%, var(--sidebar-purple) 100%);
    border-radius: 6px;
    max-width: 260px;
    white-space: normal;
    text-align: center;
    box-shadow: 0 4px 12px rgba(5, 39, 103, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 1060;
    pointer-events: none;
}

.notification-tooltip[b-ngatd53k40]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: var(--sidebar-purple);
}

.notification-icon-wrapper:hover .notification-tooltip[b-ngatd53k40] {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(4px);
}

/* Badge stays visible and readable on sidebar-colored button */
.notification-badge[b-ngatd53k40] {
    z-index: 1;
}

.notification-dropdown .notification-item:hover[b-ngatd53k40] {
    background-color: rgba(0, 0, 0, 0.05);
}

.notification-dropdown-menu[b-ngatd53k40] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
/* _content/Platform.Web/Components/Pages/Admin/GlobalSettings.razor.rz.scp.css */
/* Actions column: enough width for Save + Cancel side by side */
[b-d6qcr5igdu] .global-settings-col-actions {
    width: 1%;
    min-width: 240px;
    max-width: 340px;
    vertical-align: middle;
    white-space: nowrap;
}

.global-settings-actions-row[b-d6qcr5igdu] {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
}
/* _content/Platform.Web/Components/Pages/Admin/VouchersManagement.razor.rz.scp.css */
/* Distinct background for selected rows (multi-selection and clicked row) */
.selected-row-highlight[b-orv5vxloot],
[b-orv5vxloot] .selected-row-highlight,
[b-orv5vxloot] tr.selected-row-highlight {
    background-color: var(--mud-palette-action-default-hover, #e0f2fe) !important;
}

[b-orv5vxloot] .selected-row-highlight td,
[b-orv5vxloot] tr.selected-row-highlight td {
    background-color: inherit !important;
}

/* Legacy class kept for compatibility */
[b-orv5vxloot] .voucher-row-selected {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.2) !important;
    box-shadow: inset 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.6);
}
[b-orv5vxloot] .voucher-row-selected td {
    background-color: inherit !important;
}
/* _content/Platform.Web/Components/Pages/Home.razor.rz.scp.css */
/* ===== Landing Home - Modern Dark Mode (Mobile-first) ===== */
/* Uses --landing-* variables from LandingLayout.razor.css (accent, surface, border). */

/* ----- Section common ----- */
.landing-section-title[b-hawxs2yirc] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 0.5rem;
    text-align: center;
}

.landing-section-lead[b-hawxs2yirc] {
    font-size: 1rem;
    color: #94a3b8;
    text-align: center;
    max-width: 540px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

/* ----- Hero ----- */
.landing-hero[b-hawxs2yirc] {
    padding: 2.5rem 1rem 3rem;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.6) 0%, #0f172a 50%);
}

.landing-hero-grid[b-hawxs2yirc] {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.landing-hero-content[b-hawxs2yirc] {
    text-align: center;
}

.landing-hero-title[b-hawxs2yirc] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #f8fafc;
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.landing-hero-sub[b-hawxs2yirc] {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.landing-cta[b-hawxs2yirc] {
    display: inline-block;
    padding: 0.875rem 1.75rem;
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: #0f172a !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(56, 189, 248, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.landing-cta:hover[b-hawxs2yirc] {
    transform: translateY(-1px);
    box-shadow: 0 6px 28px rgba(56, 189, 248, 0.5);
    color: #0f172a;
}

.landing-cta-group[b-hawxs2yirc] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-cta-outline[b-hawxs2yirc] {
    background: transparent !important;
    color: #38bdf8 !important;
    border: 2px solid #38bdf8;
    box-shadow: none;
}

.landing-cta-outline:hover[b-hawxs2yirc] {
    transform: translateY(-1px);
    background: rgba(56, 189, 248, 0.12) !important;
    color: #7dd3fc !important;
    border-color: #7dd3fc;
    box-shadow: none;
}

.landing-hero-visual[b-hawxs2yirc] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-phone-mockup[b-hawxs2yirc] {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 9 / 16;
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 55%, #334155 100%);
    border: 1px solid var(--landing-border);
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    position: relative;
}

.landing-phone-notch[b-hawxs2yirc] {
    flex-shrink: 0;
    height: 0.65rem;
    margin: 0.5rem auto 0.25rem;
    width: 32%;
    max-width: 5.5rem;
    background: #020617;
    border-radius: 9999px;
    opacity: 0.85;
}

.landing-phone-screen[b-hawxs2yirc] {
    flex: 1;
    min-height: 0;
    margin: 0 0.35rem 0.35rem;
    border-radius: 0.85rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #0f172a;
}

/* ----- Partners Ticker ----- */
.landing-ticker[b-hawxs2yirc] {
    padding: 1rem 0;
    background: #1e293b;
    border-top: 1px solid var(--landing-border);
    border-bottom: 1px solid var(--landing-border);
    overflow: hidden;
}

.landing-ticker-wrap[b-hawxs2yirc] {
    width: 100%;
}

.landing-ticker-track[b-hawxs2yirc] {
    display: flex;
    width: max-content;
    animation: landing-ticker-scroll-b-hawxs2yirc 40s linear infinite;
    gap: 2rem;
    padding: 0 1rem;
}

.landing-ticker-item[b-hawxs2yirc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    background: #0f172a;
    border-radius: 0.5rem;
    border: 1px solid var(--landing-border);
    white-space: nowrap;
}

.landing-ticker-logo[b-hawxs2yirc] {
    height: 2rem;
    width: auto;
    max-width: 80px;
    object-fit: contain;
}

.landing-ticker-name[b-hawxs2yirc] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #e2e8f0;
}

@keyframes landing-ticker-scroll-b-hawxs2yirc {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ----- Impact Statistics ----- */
.landing-stats[b-hawxs2yirc] {
    padding: 3rem 1rem;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    border-top: 1px solid var(--landing-border);
    border-bottom: 1px solid var(--landing-border);
}

.landing-stats-grid[b-hawxs2yirc] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.landing-stat[b-hawxs2yirc] {
    text-align: center;
    padding: 1.5rem;
}

.landing-stat-number[b-hawxs2yirc] {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #38bdf8;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.landing-stat-label[b-hawxs2yirc] {
    display: block;
    font-size: 0.9375rem;
    color: #94a3b8;
    margin-top: 0.25rem;
}

.landing-pricing-loading[b-hawxs2yirc],
.landing-pricing-error[b-hawxs2yirc],
.landing-pricing-empty[b-hawxs2yirc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem;
    color: #94a3b8;
    flex-direction: column;
}

.landing-pricing-loading .spinner-border[b-hawxs2yirc] {
    color: #38bdf8;
}

.landing-pricing-error .small[b-hawxs2yirc],
.landing-pricing-empty .small[b-hawxs2yirc] {
    font-size: 0.8125rem;
    color: #64748b;
}

/* ----- Features ----- */
.landing-features[b-hawxs2yirc] {
    padding: 3rem 1rem;
    background: #0f172a;
}

.landing-features-grid[b-hawxs2yirc] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1.25rem;
}

.landing-feature-card[b-hawxs2yirc] {
    padding: 1.5rem;
    background: #1e293b;
    border: 1px solid var(--landing-border);
    border-radius: 0.75rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.landing-feature-card:hover[b-hawxs2yirc] {
    border-color: rgba(56, 189, 248, 0.4);
    box-shadow: 0 4px 24px rgba(56, 189, 248, 0.12);
}

.landing-feature-icon[b-hawxs2yirc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #38bdf8 0%, #34d399 100%);
    color: #0f172a;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.landing-feature-card h3[b-hawxs2yirc] {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #f8fafc;
    margin: 0 0 0.375rem;
}

.landing-feature-card p[b-hawxs2yirc] {
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* ----- Pricing ----- */
.landing-pricing[b-hawxs2yirc] {
    padding: 3rem 1rem 4rem;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 30%, #0f172a 100%);
}

.landing-pricing-grid[b-hawxs2yirc] {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
}

.landing-price-card[b-hawxs2yirc] {
    position: relative;
    padding: 1.75rem;
    background: #1e293b;
    border: 2px solid var(--landing-border);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.landing-price-card:hover[b-hawxs2yirc] {
    border-color: rgba(56, 189, 248, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.landing-price-card-featured[b-hawxs2yirc] {
    border-color: #38bdf8;
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.3), 0 8px 32px rgba(56, 189, 248, 0.2);
    background: linear-gradient(180deg, rgba(56, 189, 248, 0.06) 0%, #1e293b 40%);
}

.landing-price-card-featured:hover[b-hawxs2yirc] {
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.5), 0 12px 48px rgba(56, 189, 248, 0.25);
}

.landing-price-badge[b-hawxs2yirc] {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.25rem 0.75rem;
    background: linear-gradient(135deg, #38bdf8 0%, #34d399 100%);
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 9999px;
    box-shadow: 0 2px 12px rgba(56, 189, 248, 0.4);
}

.landing-price-name[b-hawxs2yirc] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8fafc;
    margin: 0 0 0.5rem;
}

.landing-price-amount[b-hawxs2yirc] {
    margin-bottom: 0.25rem;
}

.landing-price-currency[b-hawxs2yirc] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #94a3b8;
}

.landing-price-value[b-hawxs2yirc] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #f8fafc;
    letter-spacing: -0.02em;
}

.landing-price-period[b-hawxs2yirc] {
    font-size: 1rem;
    font-weight: 500;
    color: #94a3b8;
}

.landing-price-features[b-hawxs2yirc] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex: 1;
}

.landing-price-features li[b-hawxs2yirc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #cbd5e1;
    padding: 0.25rem 0;
}

.landing-price-features li i[b-hawxs2yirc] {
    color: #34d399;
    flex-shrink: 0;
}

.landing-price-cta[b-hawxs2yirc] {
    display: block;
    text-align: center;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.landing-price-cta:not(.landing-price-cta-secondary)[b-hawxs2yirc] {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: #0f172a !important;
    border: none;
    box-shadow: 0 4px 14px rgba(56, 189, 248, 0.35);
}

.landing-price-cta:not(.landing-price-cta-secondary):hover[b-hawxs2yirc] {
    background: linear-gradient(135deg, #7dd3fc 0%, #38bdf8 100%);
    color: #0f172a;
    box-shadow: 0 6px 20px rgba(56, 189, 248, 0.45);
}

.landing-price-cta-secondary[b-hawxs2yirc] {
    background: #334155;
    color: #e2e8f0 !important;
    border: 1px solid var(--landing-border);
}

.landing-price-cta-secondary:hover[b-hawxs2yirc] {
    background: #475569;
    color: #f8fafc;
    border-color: rgba(56, 189, 248, 0.3);
}

/* ----- Responsive ----- */
@media (min-width: 768px) {
    .landing-hero[b-hawxs2yirc] {
        padding: 4rem 1.5rem 5rem;
    }

    .landing-hero-grid[b-hawxs2yirc] {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        text-align: left;
    }

    .landing-hero-content[b-hawxs2yirc] {
        text-align: left;
    }

    .landing-cta-group[b-hawxs2yirc] {
        justify-content: flex-start;
    }

    .landing-hero-title[b-hawxs2yirc] {
        font-size: 2.25rem;
    }

    .landing-hero-sub[b-hawxs2yirc] {
        font-size: 1.125rem;
    }

    .landing-section-title[b-hawxs2yirc] {
        font-size: 2rem;
    }

    .landing-features-grid[b-hawxs2yirc] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .landing-pricing-grid[b-hawxs2yirc] {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    .landing-price-card-featured[b-hawxs2yirc] {
        transform: scale(1.02);
    }

    .landing-stats-grid[b-hawxs2yirc] {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .landing-stat-number[b-hawxs2yirc] {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .landing-hero-title[b-hawxs2yirc] {
        font-size: 2.75rem;
    }

    .landing-section-title[b-hawxs2yirc] {
        font-size: 2.25rem;
    }

    .landing-features-grid[b-hawxs2yirc] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }

    .landing-feature-card[b-hawxs2yirc] {
        padding: 1.75rem;
    }

    .landing-feature-card h3[b-hawxs2yirc] {
        font-size: 1.125rem;
    }

    .landing-feature-card p[b-hawxs2yirc] {
        font-size: 0.9375rem;
    }
}

@media (min-width: 1200px) {
    .landing-phone-mockup[b-hawxs2yirc] {
        max-width: 320px;
    }
}
/* _content/Platform.Web/Components/Pages/Privacy.razor.rz.scp.css */
.legal[b-y9j69nkb8m] {
    padding: 2.5rem 1rem 3.5rem;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.35) 0%, #0f172a 55%);
}

.legal-container[b-y9j69nkb8m] {
    max-width: 920px;
}

.legal-header[b-y9j69nkb8m] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.legal-title[b-y9j69nkb8m] {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    font-weight: 850;
    letter-spacing: -0.02em;
    color: #f8fafc;
}

.legal-subtitle[b-y9j69nkb8m] {
    margin: 0;
    color: #94a3b8;
    font-size: 0.95rem;
}

.legal-card[b-y9j69nkb8m] {
    background: #1e293b;
    border: 1px solid var(--landing-border);
    border-radius: 1rem;
    padding: 1.5rem;
    color: #e2e8f0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}

.legal-card h2[b-y9j69nkb8m] {
    margin: 1.25rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #f8fafc;
}

.legal-card h2:first-child[b-y9j69nkb8m] {
    margin-top: 0;
}

.legal-card p[b-y9j69nkb8m] {
    margin: 0 0 0.75rem;
    color: #cbd5e1;
    line-height: 1.7;
}

.legal-card ul[b-y9j69nkb8m] {
    margin: 0 0 0.75rem;
    padding-left: 1.25rem;
    color: #cbd5e1;
}

.legal-card li[b-y9j69nkb8m] {
    margin: 0.25rem 0;
}

@media (min-width: 768px) {
    .legal[b-y9j69nkb8m] {
        padding: 3.5rem 1.5rem 4.5rem;
    }

    .legal-card[b-y9j69nkb8m] {
        padding: 2rem;
    }

    .legal-title[b-y9j69nkb8m] {
        font-size: 2.25rem;
    }
}

/* _content/Platform.Web/Components/Pages/Tenant/AppointmentsDashboard.razor.rz.scp.css */
/* Cancelled appointment rows (MudTable RowClassFunc) */
.cancelled-row[b-elybhbwq8r] {
    opacity: 0.65;
    background-color: var(--mud-palette-background-grey, rgba(0, 0, 0, 0.06));
}

.cancelled-row td[b-elybhbwq8r] {
    text-decoration: line-through;
}

/* Row styling by appointment status */
.status-pending[b-elybhbwq8r] {
    background-color: rgba(255, 193, 7, 0.15);
}

.status-confirmed[b-elybhbwq8r] {
    background-color: rgba(76, 175, 80, 0.15);
}

.status-cancelled[b-elybhbwq8r] {
    background-color: rgba(158, 158, 158, 0.15);
}

.status-completed[b-elybhbwq8r] {
    background-color: rgba(33, 150, 243, 0.15);
}

/* Duration-based row styling */
.duration-short[b-elybhbwq8r] {
    background-color: #e8f5e9 !important;
}

.duration-medium[b-elybhbwq8r] {
    background-color: #fff9c4 !important;
}

.duration-long[b-elybhbwq8r] {
    background-color: #e1f5fe !important;
}

.duration-very-long[b-elybhbwq8r] {
    background-color: #f3e5f5 !important;
}

/* Multiple appointments sharing the same start time (stacked in each cell) */
.appointment-slot-stack[b-elybhbwq8r] {
    width: 100%;
}

.appointment-slot-stack > * + *[b-elybhbwq8r] {
    border-top: 1px solid var(--mud-palette-divider, rgba(0, 0, 0, 0.12));
    padding-top: 0.35rem;
    margin-top: 0.15rem;
}

/* Empty slot */
.empty-slot[b-elybhbwq8r] {
    opacity: 0.8;
}

.empty-slot td[b-elybhbwq8r] {
    font-style: italic;
}

/* Highlight animation for new bookings */
.row-flash[b-elybhbwq8r] {
    animation: flash-animation-b-elybhbwq8r 1.5s infinite;
    border: 2px solid #ff9800 !important;
    box-shadow: 0 0 10px rgba(255, 152, 0, 0.5);
}

@keyframes flash-animation-b-elybhbwq8r {
    0% {
        background-color: rgba(255, 152, 0, 0.1);
        border-color: #ff9800;
    }
    50% {
        background-color: rgba(255, 152, 0, 0.5);
        border-color: #ff6f00;
    }
    100% {
        background-color: rgba(255, 152, 0, 0.1);
        border-color: #ff9800;
    }
}
/* _content/Platform.Web/Components/Pages/Tenant/ChatDashboard.razor.rz.scp.css */
/* Force guest list to top: single guest at top, not vertically centered (block flow) */
.chat-sidebar-list[b-tk1y1xthl9] {
    display: block !important;
}

/* High contrast for selected guest: white text on primary background */
.chat-customer-item--selected .mud-typography[b-tk1y1xthl9],
.chat-customer-item--selected .mud-stack[b-tk1y1xthl9] {
    color: #fff !important;
}

.chat-customer-item--selected .mud-typography[b-tk1y1xthl9] {
    opacity: 1;
}
/* _content/Platform.Web/Components/Pages/Tenant/CustomerHubDialog.razor.rz.scp.css */
.customer-hub-general-summary[b-elcqov464i] {
    border-inline-start: 4px solid var(--mud-palette-primary);
    background-color: color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-surface));
}

.customer-hub-section-title[b-elcqov464i] {
    letter-spacing: 0.02em;
}

.customer-hub-note-actions[b-elcqov464i] {
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

.customer-hub-note-composer[b-elcqov464i] {
    position: relative;
}

.customer-hub-mic-recording[b-elcqov464i] {
    animation: customer-hub-mic-pulse-b-elcqov464i 1.25s ease-in-out infinite;
}

@keyframes customer-hub-mic-pulse-b-elcqov464i {
    0%, 100% {
        opacity: 1;
        filter: brightness(1);
    }
    50% {
        opacity: 0.72;
        filter: brightness(1.15);
    }
}

.customer-hub-recording-hint[b-elcqov464i] {
    animation: customer-hub-mic-pulse-b-elcqov464i 1.25s ease-in-out infinite;
}

.customer-hub-dialog-scroll[b-elcqov464i] {
    overflow-y: auto;
}

.customer-hub-split[b-elcqov464i] {
    align-items: flex-start;
}

.customer-hub-ai-panel[b-elcqov464i] {
    min-height: 280px;
    max-height: min(70vh, 640px);
}

.customer-hub-ai-messages[b-elcqov464i] {
    min-height: 140px;
    max-height: min(42vh, 360px);
    overflow-y: auto;
}

.customer-hub-ai-msg-user[b-elcqov464i] {
    background-color: color-mix(in srgb, var(--mud-palette-primary) 12%, var(--mud-palette-surface));
}

.customer-hub-assistant-input .mud-input-adornment .mud-icon-root[b-elcqov464i] {
    transition: transform 120ms ease-in-out;
}

.customer-hub-assistant-input.rtl .mud-input-adornment .mud-icon-root[b-elcqov464i] {
    transform: scaleX(-1);
}
/* _content/Platform.Web/Components/Pages/Tenant/CustomersDashboard.razor.rz.scp.css */
/* Prevent horizontal scroll on desktop while keeping actions usable */
.customers-dashboard-table-wrap[b-917prh1kk9] {
    max-width: 100%;
    overflow-x: hidden;
}

.customers-dashboard-col-expand[b-917prh1kk9] {
    width: 48px;
}

.customers-dashboard-col-actions[b-917prh1kk9] {
    width: 1%;
    white-space: nowrap;
}

.customers-dashboard-child-row .mud-table-cell[b-917prh1kk9] {
    background-color: var(--mud-palette-background-grey, rgba(0, 0, 0, 0.04));
}
/* _content/Platform.Web/Components/Pages/Tenant/DriverDashboard.razor.rz.scp.css */
.scm-driver-page[b-sov63y3lvm] {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.scm-driver-action-btn[b-sov63y3lvm] {
    min-height: 48px;
    font-size: 1rem;
}

.scm-driver-card[b-sov63y3lvm] {
    border-radius: 12px;
}

.scm-driver-card-actions[b-sov63y3lvm] {
    flex-direction: column;
    align-items: stretch;
}

.scm-driver-grid[b-sov63y3lvm] {
    width: 100%;
}

@media (min-width: 960px) {
    .scm-driver-page[b-sov63y3lvm] {
        max-width: 720px;
    }
}
/* _content/Platform.Web/Components/Pages/Tenant/DriverMyWallet.razor.rz.scp.css */
[b-x31xd7v3hd] tr.driver-settlement-reverted td {
    text-decoration: line-through;
    opacity: 0.85;
}
/* _content/Platform.Web/Components/Pages/Tenant/DriverWalletsDashboard.razor.rz.scp.css */
[b-nfdcagna9x] tr.driver-settlement-reverted td {
    text-decoration: line-through;
    opacity: 0.85;
}
/* _content/Platform.Web/Components/Pages/Tenant/Marketing.razor.rz.scp.css */
/* Target audience / product / service MudSelect: ensure expanded dropdown is visible and not clipped */
[b-p7ygjl6mnz] .marketing-target-audience-popover,
:global(.marketing-target-audience-popover)[b-p7ygjl6mnz] {
    z-index: 1400 !important;
}

[b-p7ygjl6mnz] .marketing-target-audience-popover .mud-list-item,
[b-p7ygjl6mnz] .marketing-target-audience-popover .mud-popover-content .mud-list-item,
:global(.marketing-target-audience-popover .mud-list-item)[b-p7ygjl6mnz],
:global(.marketing-target-audience-popover .mud-popover-content .mud-list-item)[b-p7ygjl6mnz] {
    color: rgba(0, 0, 0, 0.87) !important;
}

[b-p7ygjl6mnz] .marketing-target-audience-popover .mud-popover-content,
:global(.marketing-target-audience-popover .mud-popover-content)[b-p7ygjl6mnz] {
    background-color: var(--mud-palette-surface) !important;
    color: var(--mud-palette-surface-color) !important;
}
/* _content/Platform.Web/Components/Pages/Tenant/OrdersDashboard.razor.rz.scp.css */
/* Temporary highlight when an order is cancelled or modified via AI (SignalR). */
[b-02rsr6dg3l] tr.order-row-highlight td {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.14);
    transition: background-color 0.3s ease;
}
/* _content/Platform.Web/Components/Pages/Tenant/Settings.razor.rz.scp.css */
/* BusinessType MudSelect: ensure expanded dropdown is visible and not clipped */
.settings-business-type-select[b-kmujxz1nnq] {
    position: relative;
}

/* Popover is rendered in a portal; use global so it applies when MudBlazor injects it */
[b-kmujxz1nnq] .settings-business-type-popover,
:global(.settings-business-type-popover)[b-kmujxz1nnq] {
    z-index: 1400 !important;
}

[b-kmujxz1nnq] .settings-business-type-popover .mud-list-item,
[b-kmujxz1nnq] .settings-business-type-popover .mud-popover-content .mud-list-item,
:global(.settings-business-type-popover .mud-list-item)[b-kmujxz1nnq],
:global(.settings-business-type-popover .mud-popover-content .mud-list-item)[b-kmujxz1nnq] {
    color: rgba(0, 0, 0, 0.87) !important;
}

/* Ensure popover content background so items are readable */
[b-kmujxz1nnq] .settings-business-type-popover .mud-popover-content,
:global(.settings-business-type-popover .mud-popover-content)[b-kmujxz1nnq] {
    background-color: var(--mud-palette-surface) !important;
    color: var(--mud-palette-surface-color) !important;
}

[b-kmujxz1nnq] .settings-business-type-popover .mud-list .mud-list-item,
:global(.settings-business-type-popover .mud-list .mud-list-item)[b-kmujxz1nnq] {
    color: inherit !important;
}

/* Time zone MudSelect: keep expanded list on screen with scroll */
[b-kmujxz1nnq] .settings-timezone-popover,
:global(.settings-timezone-popover)[b-kmujxz1nnq] {
    z-index: 1400 !important;
}

[b-kmujxz1nnq] .settings-timezone-popover .mud-popover-content,
:global(.settings-timezone-popover .mud-popover-content)[b-kmujxz1nnq] {
    max-height: min(60vh, 320px) !important;
    overflow-y: auto !important;
    background-color: var(--mud-palette-surface) !important;
    color: var(--mud-palette-surface-color) !important;
}

[b-kmujxz1nnq] .settings-timezone-popover .mud-list-item,
[b-kmujxz1nnq] .settings-timezone-popover .mud-popover-content .mud-list-item,
:global(.settings-timezone-popover .mud-list-item)[b-kmujxz1nnq],
:global(.settings-timezone-popover .mud-popover-content .mud-list-item)[b-kmujxz1nnq] {
    color: inherit !important;
}

/* Whisper language MudSelect: keep expanded list on screen with scroll */
[b-kmujxz1nnq] .settings-whisper-popover,
:global(.settings-whisper-popover)[b-kmujxz1nnq] {
    z-index: 1400 !important;
}

[b-kmujxz1nnq] .settings-whisper-popover .mud-popover-content,
:global(.settings-whisper-popover .mud-popover-content)[b-kmujxz1nnq] {
    max-height: min(60vh, 320px) !important;
    overflow-y: auto !important;
    background-color: var(--mud-palette-surface) !important;
    color: var(--mud-palette-surface-color) !important;
}
/* _content/Platform.Web/Components/Pages/Tenant/WarehouseDashboard.razor.rz.scp.css */
.warehouse-order-card[b-wvotdca4vm]  .warehouse-cancel-overlay {
    background-color: rgba(198, 40, 40, 0.52) !important;
    backdrop-filter: blur(1px);
}
/* _content/Platform.Web/Components/Pages/Terms.razor.rz.scp.css */
.legal[b-aqj5smtsyy] {
    padding: 2.5rem 1rem 3.5rem;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.35) 0%, #0f172a 55%);
}

.legal-container[b-aqj5smtsyy] {
    max-width: 920px;
}

.legal-header[b-aqj5smtsyy] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.legal-title[b-aqj5smtsyy] {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    font-weight: 850;
    letter-spacing: -0.02em;
    color: #f8fafc;
}

.legal-subtitle[b-aqj5smtsyy] {
    margin: 0;
    color: #94a3b8;
    font-size: 0.95rem;
}

.legal-card[b-aqj5smtsyy] {
    background: #1e293b;
    border: 1px solid var(--landing-border);
    border-radius: 1rem;
    padding: 1.5rem;
    color: #e2e8f0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}

.legal-card h2[b-aqj5smtsyy] {
    margin: 1.25rem 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #f8fafc;
}

.legal-card h2:first-child[b-aqj5smtsyy] {
    margin-top: 0;
}

.legal-card p[b-aqj5smtsyy] {
    margin: 0 0 0.75rem;
    color: #cbd5e1;
    line-height: 1.7;
}

.legal-card ul[b-aqj5smtsyy] {
    margin: 0 0 0.75rem;
    padding-left: 1.25rem;
    color: #cbd5e1;
}

.legal-card li[b-aqj5smtsyy] {
    margin: 0.25rem 0;
}

@media (min-width: 768px) {
    .legal[b-aqj5smtsyy] {
        padding: 3.5rem 1.5rem 4.5rem;
    }

    .legal-card[b-aqj5smtsyy] {
        padding: 2rem;
    }

    .legal-title[b-aqj5smtsyy] {
        font-size: 2.25rem;
    }
}

/* _content/Platform.Web/Components/SupportBotLinkButton.razor.rz.scp.css */
.support-bot-fab[b-iohjm46q7x] {
    position: fixed;
    z-index: 1100;
    bottom: 1.5rem;
    inset-inline-end: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8 0%, #34d399 100%);
    color: #0f172a;
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.35);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-bot-fab:hover[b-iohjm46q7x] {
    transform: scale(1.06);
    box-shadow: 0 12px 28px rgba(56, 189, 248, 0.45);
    color: #0f172a;
}

.support-bot-appbar[b-iohjm46q7x] {
    display: inline-flex;
    align-items: center;
}

.support-bot-appbar .support-bot-appbar-btn[b-iohjm46q7x] {
    color: inherit;
}
