/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-ay7hniz9rd] .app-bar-custom {
    border-bottom: 1px solid var(--mud-palette-divider);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
}

[b-ay7hniz9rd] .mud-theme-dark .app-bar-custom {
    background-color: rgba(26, 35, 50, 0.95) !important;
}

[b-ay7hniz9rd] .drawer-custom {
    border-right: 1px solid var(--mud-palette-divider);
}

[b-ay7hniz9rd] .drawer-header-custom {
    padding: 1.5rem 1rem 1rem 1rem;
    border-bottom: 1px solid var(--mud-palette-divider);
}

[b-ay7hniz9rd] .main-content-custom {
    background-color: var(--mud-palette-background);
}

.cursor-pointer[b-ay7hniz9rd] {
    cursor: pointer;
}

.font-weight-bold[b-ay7hniz9rd] {
    font-weight: 600 !important;
}

.font-weight-medium[b-ay7hniz9rd] {
    font-weight: 500 !important;
}

[b-ay7hniz9rd] .e-sidebar-overlay {
    pointer-events: none !important;
}

.deploy-code-inline[b-ay7hniz9rd] {
    margin: 0.75rem 1rem 0.5rem 1rem;
    padding: 0.35rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 0.4rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
}

[b-ay7hniz9rd] .mud-theme-dark .deploy-code-inline {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.45);
}

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

/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-yuoglma9mu] .nav-menu-custom {
    padding: 0.5rem 0;
}

[b-yuoglma9mu] .nav-menu-custom .mud-nav-link {
    margin: 0.25rem 0.5rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

[b-yuoglma9mu] .nav-menu-custom .mud-nav-link:hover {
    background-color: rgba(0, 102, 204, 0.08);
    transform: translateX(2px);
}

[b-yuoglma9mu] .nav-menu-custom .mud-nav-link.active {
    background-color: rgba(0, 102, 204, 0.12);
    font-weight: 600;
}

[b-yuoglma9mu] .nav-menu-custom .mud-nav-group {
    margin: 0.25rem 0.5rem;
}

[b-yuoglma9mu] .nav-menu-custom .mud-nav-group .mud-nav-group-header {
    border-radius: 8px;
    transition: all 0.2s ease;
}

[b-yuoglma9mu] .nav-menu-custom .mud-nav-group .mud-nav-group-header:hover {
    background-color: rgba(0, 102, 204, 0.08);
}

[b-yuoglma9mu] .nav-menu-custom .mud-nav-item {
    font-size: 0.875rem;
}

[b-yuoglma9mu] .mud-theme-dark .nav-menu-custom .mud-nav-link:hover {
    background-color: rgba(77, 163, 255, 0.12);
}

[b-yuoglma9mu] .mud-theme-dark .nav-menu-custom .mud-nav-link.active {
    background-color: rgba(77, 163, 255, 0.18);
}

[b-yuoglma9mu] .mud-theme-dark .nav-menu-custom .mud-nav-group .mud-nav-group-header:hover {
    background-color: rgba(77, 163, 255, 0.12);
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0kc9pb31aq],
.components-reconnect-repeated-attempt-visible[b-0kc9pb31aq],
.components-reconnect-failed-visible[b-0kc9pb31aq],
.components-pause-visible[b-0kc9pb31aq],
.components-resume-failed-visible[b-0kc9pb31aq],
.components-rejoining-animation[b-0kc9pb31aq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-retrying[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-failed[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0kc9pb31aq] {
    display: flex !important;
}

/* Premium Flaura Reconnect Pill */
#components-reconnect-modal[b-0kc9pb31aq] {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background-color: var(--color-white, #ffffff);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--color-border, #e2e8f0);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}

#components-reconnect-modal.components-reconnect-show[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-paused[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-resume-failed[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-retrying[b-0kc9pb31aq],
#components-reconnect-modal.components-reconnect-failed[b-0kc9pb31aq] {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

#components-reconnect-modal[data-theme="dark"][b-0kc9pb31aq] {
    background-color: #1e293b;
    border-color: #334155;
    color: #f8fafc;
}

.components-reconnect-container[b-0kc9pb31aq] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #components-reconnect-modal[b-0kc9pb31aq] {
        bottom: 1rem;
        width: 90%;
        max-width: 320px;
        padding: 0.75rem 1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Scoped CSS for Home.razor */

.tracking-wider[b-b4p51im391] {
    letter-spacing: 0.1em;
}

.z-index-1[b-b4p51im391] {
    z-index: 1;
}

.z-index-2[b-b4p51im391] {
    z-index: 2;
}

.backdrop-blur[b-b4p51im391] {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* New Enhancements */

/* Grayscale Hover Effect */
.grayscale-hover[b-b4p51im391] {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
    cursor: default;
}

.grayscale-hover:hover[b-b4p51im391] {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-2px);
}

/* Hover Lift Effect for Cards */
.hover-lift[b-b4p51im391] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover[b-b4p51im391] {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
}

/* Gradient Text Utility */
.text-gradient[b-b4p51im391] {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-info) 100%);
}

/* Specific Component Styles */
.enterprise-role-tabs .e-tab-header[b-b4p51im391] {
    background: transparent !important;
    border-bottom: 1px solid #e9ecef !important;
}

.enterprise-role-tabs .e-tab-header .e-toolbar-item.e-active .e-tab-text[b-b4p51im391] {
    color: var(--bs-primary) !important;
    font-weight: 600;
}

.enterprise-role-tabs .e-toolbar-item.e-active .e-tab-wrap[b-b4p51im391] {
    border-bottom: 2px solid var(--bs-primary) !important;
}

.enterprise-role-tabs .e-content[b-b4p51im391] {
    background: #fff;
    border-radius: 0 0 1rem 1rem;
}
/* /Components/Pages/Marketing/Pricing.razor.rz.scp.css */
.comparison-shell[b-e4a6sjvedm] {
	background: #ffffff;
}

.comparison-table[b-e4a6sjvedm] {
	width: 100%;
	min-width: 860px;
	border-collapse: collapse;
}

.comparison-table th[b-e4a6sjvedm],
.comparison-table td[b-e4a6sjvedm] {
	padding: 0.95rem 1.1rem;
	vertical-align: middle;
}

.comparison-table .feature-label[b-e4a6sjvedm] {
	text-align: left;
}

.comparison-table .plan-cell[b-e4a6sjvedm] {
	text-align: center;
	width: 15%;
}

.comparison-table .comparison-section + .comparison-section .section-header-row th[b-e4a6sjvedm] {
	border-top: 14px solid #ffffff;
}

.comparison-table .section-header-row th[b-e4a6sjvedm] {
	background: #fbfbfc;
	border-bottom: 1px solid #edf0f3;
	font-size: 0.95rem;
}

.comparison-table .section-title[b-e4a6sjvedm] {
	font-weight: 700;
	color: #1f2937;
}

.comparison-table .section-plan-label[b-e4a6sjvedm] {
	font-weight: 700;
	color: #0b4f7d;
}

.comparison-table .feature-row th[b-e4a6sjvedm],
.comparison-table .feature-row td[b-e4a6sjvedm] {
	border-bottom: 1px solid #edf0f3;
	background: #ffffff;
}

.comparison-table .feature-row:last-child th[b-e4a6sjvedm],
.comparison-table .feature-row:last-child td[b-e4a6sjvedm] {
	border-bottom-color: #e5e7eb;
}

.comparison-table .feature-name-cell[b-e4a6sjvedm] {
	width: 55%;
	font-weight: 400;
}

.comparison-table .feature-name[b-e4a6sjvedm] {
	display: block;
	color: #374151;
	font-size: 0.975rem;
	line-height: 1.35;
}

.comparison-table .feature-meta[b-e4a6sjvedm] {
	display: block;
	margin-top: 0.18rem;
	color: #8a94a6;
	font-size: 0.78rem;
	line-height: 1.35;
}

.comparison-table .check-yes[b-e4a6sjvedm] {
	color: #5f7cff;
	font-size: 1.65rem;
	line-height: 1;
}

.comparison-table .check-muted[b-e4a6sjvedm] {
	color: #d8dde6;
	font-size: 1.65rem;
	line-height: 1;
}

.comparison-badge[b-e4a6sjvedm] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 5.5rem;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	white-space: nowrap;
}

.comparison-badge-text[b-e4a6sjvedm] {
	color: #475569;
	background: #f8fafc;
}

.comparison-badge-addon[b-e4a6sjvedm] {
	color: #0d6efd;
	background: rgba(13, 110, 253, 0.1);
}

.plan-header-starter[b-e4a6sjvedm] { color: #495057; }
.plan-header-pro[b-e4a6sjvedm] { color: #0d6efd; }
.plan-header-enterprise[b-e4a6sjvedm] { color: #6610f2; }
.plan-price[b-e4a6sjvedm] { font-size: 1.75rem; font-weight: 700; line-height: 1; }
.plan-subtext[b-e4a6sjvedm] { font-size: 0.8rem; color: #6c757d; }
.pricing-card[b-e4a6sjvedm] {
	box-shadow: none;
	transition: none;
}

.pricing-card ul[b-e4a6sjvedm] {
	margin-top: 0.5rem;
	padding-top: 0.75rem;
	border-top: 1px solid #e9ecef;
}

.pricing-card ul li[b-e4a6sjvedm] {
	line-height: 1.35;
}

.pricing-card ul li i.bi-check-circle-fill[b-e4a6sjvedm] {
	color: #0d6efd !important;
	font-size: 0.95rem;
}

.pricing-card ul li.opacity-50[b-e4a6sjvedm] {
	opacity: 1 !important;
}

.pricing-card ul li.opacity-50 i.bi-dash-circle[b-e4a6sjvedm] {
	color: #d6d9de !important;
	font-size: 0.95rem;
}

.pricing-card ul li.opacity-50 span[b-e4a6sjvedm] {
	color: #b8bec7 !important;
}

.addon-card[b-e4a6sjvedm] { border: 1px solid #dee2e6; border-radius: 12px; padding: 1.5rem; height: 100%; }
.addon-card .addon-icon[b-e4a6sjvedm] { font-size: 2rem; }

@media (max-width: 767.98px) {
	.comparison-table th[b-e4a6sjvedm],
	.comparison-table td[b-e4a6sjvedm] {
		padding: 0.8rem 0.85rem;
	}

	.comparison-table .feature-name[b-e4a6sjvedm] {
		font-size: 0.92rem;
	}

	.comparison-table .check-yes[b-e4a6sjvedm],
	.comparison-table .check-muted[b-e4a6sjvedm] {
		font-size: 1.45rem;
	}
}
/* /Components/Shared/FeatureCatalog.razor.rz.scp.css */
.feature-catalog-section[b-klmk16m8sv] {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 28%),
        radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.1), transparent 24%),
        #f8fafc;
}

.feature-catalog-item[b-klmk16m8sv] {
    position: relative;
}

.feature-trigger[b-klmk16m8sv] {
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    padding: 1.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.feature-trigger:hover[b-klmk16m8sv],
.feature-trigger:focus-visible[b-klmk16m8sv],
.feature-trigger.is-active[b-klmk16m8sv] {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
    outline: none;
}

.feature-trigger-icon[b-klmk16m8sv] {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex: 0 0 auto;
}

.feature-trigger-hint[b-klmk16m8sv] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
    white-space: nowrap;
}

.feature-panel[b-klmk16m8sv] {
    display: none;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.98));
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.feature-panel.is-open[b-klmk16m8sv] {
    display: block;
}

.feature-detail-card[b-klmk16m8sv] {
    height: 100%;
    padding: 1rem 1rem 1.1rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.feature-detail-title[b-klmk16m8sv] {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.35rem;
}

.feature-detail-text[b-klmk16m8sv] {
    color: #475569;
    line-height: 1.45;
    font-size: 0.95rem;
}

.feature-panel-actions[b-klmk16m8sv] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.tone-blue[b-klmk16m8sv] {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.tone-cyan[b-klmk16m8sv] {
    background: rgba(8, 145, 178, 0.12);
    color: #0e7490;
}

.tone-emerald[b-klmk16m8sv] {
    background: rgba(5, 150, 105, 0.12);
    color: #047857;
}

.tone-amber[b-klmk16m8sv] {
    background: rgba(217, 119, 6, 0.12);
    color: #b45309;
}

.tone-rose[b-klmk16m8sv] {
    background: rgba(225, 29, 72, 0.1);
    color: #be123c;
}

.tone-indigo[b-klmk16m8sv] {
    background: rgba(79, 70, 229, 0.11);
    color: #4338ca;
}

@media (max-width: 767.98px) {
    .feature-trigger[b-klmk16m8sv] {
        padding: 1.25rem;
    }

    .feature-panel[b-klmk16m8sv] {
        padding: 0.85rem;
    }

    .feature-panel-actions[b-klmk16m8sv] {
        justify-content: stretch;
    }

    .feature-panel-actions .btn[b-klmk16m8sv] {
        width: 100%;
    }
}
