/* /Components/Layout/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-banner[b-kopbtsv3vu] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 154, 86, 0.2);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    max-width: 400px;
    min-width: 320px;
    transform: translateY(100px);
    opacity: 0;
    animation: slideInUp-b-kopbtsv3vu 0.3s ease-out forwards;
}

@keyframes slideInUp-b-kopbtsv3vu {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-consent-compact[b-kopbtsv3vu] {
    font-size: 0.85rem;
    line-height: 1.4;
}

.cookie-icon[b-kopbtsv3vu] {
    color: #ff9a56;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.cookie-consent-text[b-kopbtsv3vu] {
    color: #4b5563;
    flex: 1;
}

.cookie-link[b-kopbtsv3vu] {
    color: #ff9a56;
    text-decoration: none;
    font-weight: 500;
}

.cookie-link:hover[b-kopbtsv3vu] {
    text-decoration: underline;
}

.cookie-consent-actions[b-kopbtsv3vu] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.btn-cookie-accept[b-kopbtsv3vu] {
    background: linear-gradient(135deg, #ff9a56, #ff6b9d);
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.btn-cookie-accept:hover[b-kopbtsv3vu] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255, 154, 86, 0.3);
    color: white;
}

.btn-cookie-manage[b-kopbtsv3vu] {
    background: transparent;
    border: 1px solid rgba(255, 154, 86, 0.3);
    color: #ff9a56;
    font-weight: 500;
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.btn-cookie-manage:hover[b-kopbtsv3vu] {
    background: rgba(255, 154, 86, 0.1);
    border-color: #ff9a56;
    color: #e8824a;
}

.btn-cookie-decline[b-kopbtsv3vu] {
    background: rgba(75, 85, 99, 0.1);
    border: 1px solid rgba(75, 85, 99, 0.2);
    color: #6b7280;
    font-weight: 500;
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.btn-cookie-decline:hover[b-kopbtsv3vu] {
    background: rgba(75, 85, 99, 0.15);
    color: #4b5563;
}

.btn-cookie-back[b-kopbtsv3vu] {
    background: transparent;
    border: 1px solid rgba(156, 163, 175, 0.3);
    color: #6b7280;
    font-weight: 500;
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.btn-cookie-back:hover[b-kopbtsv3vu] {
    background: rgba(156, 163, 175, 0.1);
    border-color: #9ca3af;
}

.btn-cookie-close[b-kopbtsv3vu] {
    background: transparent;
    border: none;
    color: #9ca3af;
    padding: 0.25rem;
    border-radius: 4px;
    line-height: 1;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

.btn-cookie-close:hover[b-kopbtsv3vu] {
    background: rgba(156, 163, 175, 0.1);
    color: #6b7280;
}

.cookie-consent-details-expanded[b-kopbtsv3vu] {
    padding: 0.25rem 0;
}

.cookie-consent-title[b-kopbtsv3vu] {
    color: #1f2937;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0;
}

.cookie-detail-section[b-kopbtsv3vu] {
    margin-bottom: 0.5rem;
}

.cookie-detail-section .form-check[b-kopbtsv3vu] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.cookie-detail-section .form-check-label[b-kopbtsv3vu] {
    font-size: 0.8rem;
    color: #4b5563;
    margin-left: 0.5rem;
    margin-bottom: 0;
}

.form-check-input[b-kopbtsv3vu] {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
}

.form-check-input:checked[b-kopbtsv3vu] {
    background-color: #ff9a56;
    border-color: #ff9a56;
}

.form-check-input:focus[b-kopbtsv3vu] {
    border-color: #ff9a56;
    box-shadow: 0 0 0 0.15rem rgba(255, 154, 86, 0.25);
}

@media (max-width: 768px) {
    .cookie-consent-banner[b-kopbtsv3vu] {
        bottom: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        min-width: auto;
    }

    .cookie-consent-compact[b-kopbtsv3vu] {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent-compact .d-flex[b-kopbtsv3vu] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .cookie-consent-text[b-kopbtsv3vu] {
        text-align: center;
        margin: 0 !important;
    }

    .cookie-consent-actions[b-kopbtsv3vu] {
        justify-content: center;
        gap: 0.5rem;
    }

    .cookie-icon[b-kopbtsv3vu] {
        align-self: center;
        margin: 0 !important;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-yew127g00p] {
    background: var(--bg-dark);
    border-top: 1px solid var(--border-color);
    padding: 4rem 0 2rem;
    margin-top: 4rem;
}

.footer-brand[b-yew127g00p] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.footer-logo[b-yew127g00p] {
    width: 32px;
    height: 32px;
}

.footer-description[b-yew127g00p] {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.footer-heading[b-yew127g00p] {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links[b-yew127g00p] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li[b-yew127g00p] {
        margin-bottom: 0.5rem;
    }

    .footer-links a[b-yew127g00p] {
        color: var(--text-secondary);
        text-decoration: none;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .footer-links a:hover[b-yew127g00p] {
            color: #ff9a56;
            transform: translateX(2px);
        }

.social-links[b-yew127g00p] {
    display: flex;
    gap: 1rem;
}

.social-link[b-yew127g00p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 154, 86, 0.1);
    border: 1px solid rgba(255, 154, 86, 0.2);
    border-radius: 50%;
    color: #ff9a56;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

    .social-link:hover[b-yew127g00p] {
        background: var(--gradient-primary);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 154, 86, 0.3);
    }

.footer-divider[b-yew127g00p] {
    border: none;
    height: 1px;
    background: var(--border-color);
    margin: 2rem 0 1.5rem;
}

.footer-copyright[b-yew127g00p],
.footer-made-with[b-yew127g00p] {
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin: 0;
}

.footer-made-with[b-yew127g00p] {
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer[b-yew127g00p] {
        padding: 3rem 0 1.5rem;
        margin-top: 2rem;
    }

    .footer-brand[b-yew127g00p] {
        justify-content: center;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .footer-description[b-yew127g00p] {
        text-align: center;
        margin-bottom: 2rem;
    }

    .social-links[b-yew127g00p] {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer-heading[b-yew127g00p] {
        text-align: center;
        margin-top: 1.5rem;
    }

    .footer-links[b-yew127g00p] {
        text-align: center;
    }

    .footer-copyright[b-yew127g00p],
    .footer-made-with[b-yew127g00p] {
        text-align: center !important;
        margin-bottom: 0.5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.blazor-error-ui[b-4cw0wg6kbe] {
    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-4cw0wg6kbe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-custom[b-rwukn5vh61] {
    backdrop-filter: blur(20px);
    background: var(--navbar-bg) !important;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    border-radius: 50px;
    margin: 1rem;
    padding: 0.5rem 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    width: calc(100% - 2rem);
    max-width: min(1200px, calc(100vw - 2rem));
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

    .navbar-custom.scrolled[b-rwukn5vh61] {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

.navbar-brand[b-rwukn5vh61] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar-nav[b-rwukn5vh61]  .nav-link {
    color: var(--text-secondary) !important;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 0 0.25rem;
    padding: 0.5rem 1rem !important;
    border-radius: 20px;
}

.navbar-nav[b-rwukn5vh61]  .nav-link:hover,
.navbar-nav[b-rwukn5vh61]  .nav-link.active {
    color: #ff9a56 !important;
    background: rgba(255, 154, 86, 0.1);
}

.navbar-logo-icon[b-rwukn5vh61] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navbar-member-avatar[b-rwukn5vh61] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
}

@media (max-width: 992px) {
    .navbar-custom[b-rwukn5vh61] {
        margin: 0.5rem;
        width: calc(100% - 1rem);
        max-width: calc(100vw - 1rem);
        padding: 0.5rem 1rem;
        box-sizing: border-box;
    }

    .nav-item[b-rwukn5vh61] {
        margin-bottom: 8px;
    }
}
/* /Components/Pages/Changelog.razor.rz.scp.css */
.changelog-hero[b-i0184gsznc] {
	min-height: 40vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
	padding-bottom: 40px;
}

.changelog-section[b-i0184gsznc] {
}

.changelog-timeline[b-i0184gsznc] {
	position: relative;
}

.changelog-entry[b-i0184gsznc] {
	position: relative;
	padding: 1.5rem;
	margin-bottom: 2rem;
	background: var(--bs-body-bg);
	border: 1px solid var(--bs-border-color);
	border-radius: 12px;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.changelog-entry:hover[b-i0184gsznc] {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.changelog-header[b-i0184gsznc] {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--bs-border-color-translucent);
}

.changelog-version[b-i0184gsznc] {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--bs-heading-color);
}

.changelog-date[b-i0184gsznc] {
	font-size: 0.9rem;
	white-space: nowrap;
}

.changelog-body[b-i0184gsznc] {
	padding-top: 0.5rem;
}

.changelog-list[b-i0184gsznc] {
	list-style: disc;
	padding-left: 1.25rem;
	margin-bottom: 0;
	color: var(--bs-body-color);
}

.changelog-list li[b-i0184gsznc] {
	margin-bottom: 0.75rem;
	line-height: 1.6;
}

.changelog-list li:last-child[b-i0184gsznc] {
	margin-bottom: 0;
}

.changelog-list li[b-i0184gsznc]::marker {
	color: var(--bs-secondary-color);
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
	.changelog-entry[b-i0184gsznc] {
		background: var(--bs-body-bg);
	}

	.changelog-entry:hover[b-i0184gsznc] {
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	}
}

/* Responsive */
@media (max-width: 576px) {
	.changelog-hero[b-i0184gsznc] {
		min-height: 30vh;
		padding-top: 100px;
	}

	.changelog-header[b-i0184gsznc] {
		flex-direction: column;
	}

	.changelog-entry[b-i0184gsznc] {
		padding: 1rem;
	}
}
/* /Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.dashboard-container[b-8mzcvzr16v] {
    padding-top: 120px;
}

.nav-link:not(.active)[b-8mzcvzr16v] {
    color: var(--text-body);
}

section[b-8mzcvzr16v] {
    background: #ffffff;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Organization Switcher Dropdown */
.org-switcher[b-8mzcvzr16v] {
    margin-bottom: 0.5rem;
}

    .org-switcher .dropdown-toggle[b-8mzcvzr16v] {
        border-radius: 10px;
        padding: 0.625rem 0.875rem;
        background: #f8f9fa;
        border: 1px solid var(--border-color);
        color: var(--text-body);
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .org-switcher .dropdown-toggle:hover[b-8mzcvzr16v],
        .org-switcher .dropdown-toggle:focus[b-8mzcvzr16v] {
            background: #fff;
            border-color: var(--bs-primary);
            box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.1);
        }

        .org-switcher .dropdown-toggle[b-8mzcvzr16v]::after {
            margin-left: auto;
            flex-shrink: 0;
            opacity: 0.6;
        }

    .org-switcher .org-switcher-label[b-8mzcvzr16v] {
        min-width: 0;
        overflow: hidden;
        line-height: 1.3;
    }

        .org-switcher .org-switcher-label .fw-semibold[b-8mzcvzr16v] {
            color: var(--text-primary, #212529);
            font-size: 0.9rem;
        }

        .org-switcher .org-switcher-label small[b-8mzcvzr16v] {
            font-size: 0.75rem;
            opacity: 0.7;
        }

    .org-switcher .dropdown-menu[b-8mzcvzr16v] {
        max-height: 360px;
        overflow-y: auto;
        border-radius: 10px;
        border: 1px solid var(--border-color);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        padding: 0.5rem;
    }

    .org-switcher .dropdown-item[b-8mzcvzr16v] {
        padding: 0.6rem 0.875rem;
        border-radius: 6px;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--text-body);
        font-size: 0.875rem;
    }

        .org-switcher .dropdown-item i[b-8mzcvzr16v] {
            opacity: 0.7;
        }

        .org-switcher .dropdown-item.active[b-8mzcvzr16v] {
            background-color: var(--bs-primary);
            color: #fff;
        }

            .org-switcher .dropdown-item.active i[b-8mzcvzr16v] {
                opacity: 1;
            }

        .org-switcher .dropdown-item:not(.active):hover[b-8mzcvzr16v] {
            background-color: #f0f0f0;
        }

    .org-switcher .dropdown-divider[b-8mzcvzr16v] {
        margin: 0.5rem 0;
    }

    .org-switcher .org-switcher-parent[b-8mzcvzr16v] {
        font-weight: 600;
        background: rgba(0, 0, 0, 0.02);
    }

        .org-switcher .org-switcher-parent:not(.active)[b-8mzcvzr16v] {
            color: var(--text-primary, #212529);
        }

    .org-switcher .org-switcher-child[b-8mzcvzr16v] {
        position: relative;
        padding-left: 1.5rem;
        font-weight: normal;
        font-size: 0.8125rem;
    }

        .org-switcher .org-switcher-child[b-8mzcvzr16v]::before {
            content: "";
            position: absolute;
            left: 0.75rem;
            top: 50%;
            width: 6px;
            height: 1px;
            background: var(--border-color);
        }
/* /Components/Pages/Dashboard/Organization/OrganizationMembers.razor.rz.scp.css */
.member-avatar[b-d2wvc5o6uv] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}
/* /Components/Pages/Dashboard/Organization/WindowSill/ManageExtensions.razor.rz.scp.css */
.extension-icon[b-y14pc5jyup] {
    width: 32px;
    height: 32px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
}

    .extension-icon img[b-y14pc5jyup] {
        height: 32px;
    }
/* /Components/Pages/Error.razor.rz.scp.css */
.error-hero[b-wmbdlnzakt] {
	min-height: 60vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
	padding-bottom: 40px;
}

.error-icon[b-wmbdlnzakt] {
	font-size: 5rem;
	line-height: 1;
}
/* /Components/Pages/ExtensionDetail.razor.rz.scp.css */
/* Extension Detail Page Styles - Matching Site Theme */

.extension-detail-hero[b-iq1znxvsrd] {
	padding-top: 120px;
	background: var(--bg-dark);
	display: flex;
	align-items: center;
}

.extension-icon-xl[b-iq1znxvsrd] {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: 2px solid var(--border-color);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

	.extension-icon-xl img[b-iq1znxvsrd] {
		width: 100px;
		height: 100px;
		border-radius: 16px;
		object-fit: cover;
	}

.extension-category-badge[b-iq1znxvsrd] {
	display: inline-block;
}

.category-label[b-iq1znxvsrd] {
	display: inline-flex;
	align-items: center;
	padding: 0.375rem 0.875rem;
	border-radius: 2rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: capitalize;
}

.extension-name[b-iq1znxvsrd] {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--text-primary);
	margin-bottom: 0;
	line-height: 1.2;
}

.extension-author[b-iq1znxvsrd] {
	color: var(--text-secondary);
	font-size: 1.1rem;
	margin-bottom: 0;
	font-weight: 500;
}

.extension-stats[b-iq1znxvsrd] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--text-secondary);
	font-size: 0.95rem;
	flex-wrap: wrap;
}

.stat-item[b-iq1znxvsrd] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.stat-separator[b-iq1znxvsrd] {
	color: var(--border-color);
	margin: 0 0.5rem;
}

.extension-actions-panel[b-iq1znxvsrd] {
	background: #ffffff;
	padding: 2rem;
	border-radius: 20px;
	border: 1px solid var(--border-color);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.extension-content-section[b-iq1znxvsrd] {
	background: var(--bg-dark);
}

.content-section[b-iq1znxvsrd] {
	margin-bottom: 2rem;
}

.section-title[b-iq1znxvsrd] {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--text-primary);
	margin-bottom: 1.5rem;
	border-bottom: 2px solid var(--border-color);
	padding-bottom: 0.5rem;
}

.section-content[b-iq1znxvsrd] {
	background: #ffffff;
	padding: 2rem;
	border-radius: 15px;
	border: 1px solid var(--border-color);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.extension-overview[b-iq1znxvsrd] {
	font-size: 1.1rem;
	line-height: 1.6;
	color: var(--text-primary);
	margin: 0;
}

.changelog-item[b-iq1znxvsrd] {
	padding: 1rem 0;
}

.info-panel[b-iq1znxvsrd] {
	background: #ffffff;
	padding: 2rem;
	border-radius: 15px;
	border: 1px solid var(--border-color);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 2rem;
}

.info-title[b-iq1znxvsrd] {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--text-primary);
	margin-bottom: 1.5rem;
	border-bottom: 2px solid var(--border-color);
	padding-bottom: 0.5rem;
}

.info-section[b-iq1znxvsrd] {
	margin-bottom: 1.5rem;
}

.info-row[b-iq1znxvsrd] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--border-color);
}

	.info-row:last-child[b-iq1znxvsrd] {
		border-bottom: none;
	}

.info-label[b-iq1znxvsrd] {
	color: var(--text-secondary);
	font-weight: 500;
	font-size: 0.95rem;
}

.info-value[b-iq1znxvsrd] {
	color: var(--text-primary);
	font-weight: 500;
	text-align: right;
}

.package-id[b-iq1znxvsrd] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

	.package-id code[b-iq1znxvsrd] {
		background: var(--bg-dark);
		color: var(--text-primary);
		padding: 0.25rem 0.5rem;
		border-radius: 4px;
		font-size: 0.8rem;
		border: 1px solid var(--border-color);
	}

.copy-btn[b-iq1znxvsrd] {
	background: transparent;
	border: 1px solid var(--border-color);
	color: var(--text-secondary);
	padding: 0.25rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
}

	.copy-btn:hover[b-iq1znxvsrd] {
		color: var(--text-primary);
		background: var(--bg-dark);
		border-color: var(--text-secondary);
	}

.info-subtitle[b-iq1znxvsrd] {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--text-primary);
	margin-bottom: 1rem;
}

.info-links[b-iq1znxvsrd] {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.info-link[b-iq1znxvsrd] {
	color: #ff9a56;
	text-decoration: none;
	padding: 0.5rem 0;
	transition: all 0.3s ease;
	border-radius: 4px;
}

	.info-link:hover[b-iq1znxvsrd] {
		color: #ff6b9d;
		text-decoration: none;
		background: rgba(255, 154, 86, 0.1);
		padding-left: 0.5rem;
	}

.extension-not-found[b-iq1znxvsrd] {
	background: var(--bg-dark);
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding-top: 140px;
}

/* Category-specific colors matching your theme */
.category-label.productivity[b-iq1znxvsrd] {
	background-color: var(--category-bg-productivity);
	color: var(--category-fg-productivity);
}

.category-label.ai[b-iq1znxvsrd] {
	background-color: var(--category-bg-ai);
	color: var(--category-fg-ai);
}

.category-label.development[b-iq1znxvsrd] {
	background-color: var(--category-bg-development);
	color: var(--category-fg-development);
}

.category-label.media[b-iq1znxvsrd] {
	background-color: var(--category-bg-media);
	color: var(--category-fg-media);
}

.category-label.utilities[b-iq1znxvsrd] {
	background-color: var(--category-bg-utilities);
	color: var(--category-fg-utilities);
}

.category-label.integration[b-iq1znxvsrd] {
	background-color: var(--category-bg-integration);
	color: var(--category-fg-integration);
}

/* Enhanced button hover effects */
.extension-actions-panel .btn[b-iq1znxvsrd] {
	transition: all 0.3s ease;
}

	.extension-actions-panel .btn:hover[b-iq1znxvsrd] {
		transform: translateY(-1px);
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	}

/* Responsive Design */
@media (max-width: 991px) {
	.extension-actions-panel[b-iq1znxvsrd] {
		margin-top: 2rem;
	}
}

@media (max-width: 768px) {
	.extension-detail-hero[b-iq1znxvsrd] {
		padding-top: 120px;
		padding-bottom: 2rem;
		min-height: auto;
	}

	.extension-main-info .d-flex[b-iq1znxvsrd] {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.extension-details[b-iq1znxvsrd] {
		margin: 1.5rem 0 0 0 !important;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.extension-name[b-iq1znxvsrd] {
		font-size: 1.8rem;
		text-align: center;
	}

	.extension-author[b-iq1znxvsrd] {
		text-align: center;
		margin-bottom: 0;
	}

	.extension-actions-panel[b-iq1znxvsrd] {
		margin-top: 2rem;
		padding: 1.5rem;
	}

	.info-panel[b-iq1znxvsrd] {
		margin-top: 2rem;
		position: static;
	}

	.extension-stats[b-iq1znxvsrd] {
		justify-content: center;
		flex-wrap: wrap;
	}

	.stat-separator[b-iq1znxvsrd] {
		display: none;
	}

	.extension-not-found[b-iq1znxvsrd] {
		padding-top: 120px;
	}

	.extension-category-badge[b-iq1znxvsrd] {
		display: flex;
		justify-content: center;
		margin-bottom: 1rem;
		width: 100%;
	}

	.extension-icon-xl[b-iq1znxvsrd] {
		width: 100px;
		height: 100px;
		margin-bottom: 1rem;
	}

		.extension-icon-xl img[b-iq1znxvsrd] {
			width: 80px;
			height: 80px;
		}
}

@media (max-width: 576px) {
	.extension-name[b-iq1znxvsrd] {
		font-size: 1.5rem;
		line-height: 1.3;
		text-align: center;
	}

	.section-content[b-iq1znxvsrd], .info-panel[b-iq1znxvsrd], .extension-actions-panel[b-iq1znxvsrd] {
		padding: 1.5rem;
	}

	.extension-stats[b-iq1znxvsrd] {
		font-size: 0.85rem;
		justify-content: center;
	}

	.extension-author[b-iq1znxvsrd] {
		font-size: 1rem;
		text-align: center;
	}

	.category-label[b-iq1znxvsrd] {
		font-size: 0.8rem;
		padding: 0.25rem 0.75rem;
	}

	.extension-details[b-iq1znxvsrd] {
		align-items: center;
		text-align: center;
	}
}
/* /Components/Pages/Extensions.razor.rz.scp.css */
.extensions-hero[b-s2fhj8vcrf] {
	min-height: 60vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
}

/* Search Section */
.search-section[b-s2fhj8vcrf] {
	background: var(--bg-dark);
	border-bottom: 1px solid var(--border-color);
}

.search-container[b-s2fhj8vcrf] {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.search-box[b-s2fhj8vcrf] {
	position: relative;
	display: flex;
	align-items: center;
}

.search-icon[b-s2fhj8vcrf] {
	position: absolute;
	left: 1rem;
	color: var(--text-secondary);
	z-index: 10;
	font-size: 1.1rem;
}

.search-input[b-s2fhj8vcrf] {
	width: 100%;
	padding: 1rem 1rem 1rem 3rem;
	border: 2px solid var(--border-color);
	border-radius: 50px;
	font-size: 1rem;
	background: white;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

	.search-input:focus[b-s2fhj8vcrf] {
		outline: none;
		border-color: #ff9a56;
		box-shadow: 0 4px 25px rgba(255, 154, 86, 0.2);
	}

.filter-tags[b-s2fhj8vcrf] {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	flex-wrap: wrap;
}

.filter-tag[b-s2fhj8vcrf] {
	padding: 0.5rem 1.25rem;
	outline: 2px solid var(--border-color);
	border-radius: 25px;
	background: white;
	color: var(--text-secondary);
	font-size: 0.9rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: capitalize;
}

	.filter-tag:hover[b-s2fhj8vcrf],
	.filter-tag.active[b-s2fhj8vcrf] {
		background: var(--gradient-primary);
		outline: 2px solid var(--gradient-primary);
		color: white;
		transform: translateY(-1px);
	}

/* Extensions Grid */
.extensions-section[b-s2fhj8vcrf] {
	background: var(--bg-dark);
}

.extension-item[b-s2fhj8vcrf] {
	color: inherit;
	text-decoration: none;
}

.extension-card[b-s2fhj8vcrf] {
	background: white;
	border: 1px solid var(--border-color);
	border-radius: 20px;
	padding: 1.5rem;
	height: 100%;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

	.extension-item:hover .extension-card[b-s2fhj8vcrf] {
		transform: translateY(-5px);
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
		border-color: rgba(255, 154, 86, 0.3);
	}

	.extension-item a:hover[b-s2fhj8vcrf] {
		color: inherit;
	}

.extension-icon[b-s2fhj8vcrf] {
	width: 60px;
	height: 60px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	font-size: 1.75rem;
	color: white;
}

	.extension-icon img[b-s2fhj8vcrf] {
		height: 64px;
	}

.extension-content[b-s2fhj8vcrf] {
	flex: 1;
	margin-bottom: 1rem;
}

.extension-title[b-s2fhj8vcrf] {
	color: var(--text-primary);
	font-weight: 600;
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	text-wrap-mode: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.extension-description[b-s2fhj8vcrf] {
	color: var(--text-secondary);
	margin-bottom: 1rem;
	font-size: 0.9rem;
	/* Clamp to 3 lines. */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.6;
	max-height: calc(1.6em * 3);
}

.extension-meta[b-s2fhj8vcrf] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.extension-category[b-s2fhj8vcrf] {
	padding: 0.25rem 0.75rem;
	border-radius: 15px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

	.extension-category.productivity[b-s2fhj8vcrf] {
		background-color: var(--category-bg-productivity);
		color: var(--category-fg-productivity);
	}

	.extension-category.ai[b-s2fhj8vcrf] {
		background-color: var(--category-bg-ai);
		color: var(--category-fg-ai);
	}

	.extension-category.development[b-s2fhj8vcrf] {
		background-color: var(--category-bg-development);
		color: var(--category-fg-development);
	}

	.extension-category.media[b-s2fhj8vcrf] {
		background-color: var(--category-bg-media);
		color: var(--category-fg-media);
	}

	.extension-category.utilities[b-s2fhj8vcrf] {
		background-color: var(--category-bg-utilities);
		color: var(--category-fg-utilities);
	}

	.extension-category.integration[b-s2fhj8vcrf] {
		background-color: var(--category-bg-integration);
		color: var(--category-fg-integration);
	}

.extension-rating[b-s2fhj8vcrf] {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	color: #fbbf24;
	font-size: 0.85rem;
	font-weight: 600;
}

	.extension-rating i[b-s2fhj8vcrf] {
		font-size: 0.75rem;
	}

.extension-footer[b-s2fhj8vcrf] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	border-top: 1px solid var(--border-color);
}

.extension-downloads[b-s2fhj8vcrf] {
	color: var(--text-secondary);
	font-size: 0.85rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

	.extension-downloads i[b-s2fhj8vcrf] {
		font-size: 0.9rem;
	}

/* No Results */
.no-results[b-s2fhj8vcrf] {
	padding: 3rem 1rem;
}

	.no-results i[b-s2fhj8vcrf] {
		opacity: 0.3;
	}

/* Pagination */
.pagination .page-link[b-s2fhj8vcrf] {
	border: 1px solid var(--border-color);
	color: var(--text-secondary);
	background: white;
	padding: 0.75rem 1rem;
	transition: all 0.3s ease;
}

.pagination .page-item.active .page-link[b-s2fhj8vcrf] {
	background: var(--gradient-primary);
	border-color: var(--gradient-primary);
	color: white;
}

.pagination .page-link:hover:not(.disabled)[b-s2fhj8vcrf] {
	background: var(--gradient-primary);
	border-color: var(--gradient-primary);
	color: white;
	transform: translateY(-1px);
}

.pagination .page-item.disabled .page-link[b-s2fhj8vcrf] {
	color: #ccc;
	background: #f8f9fa;
	border-color: var(--border-color);
	cursor: not-allowed;
}

/* Mobile Extensions Styles */
@media (max-width: 768px) {
	.extensions-hero[b-s2fhj8vcrf] {
		min-height: 50vh;
		padding-top: 140px;
	}

	.search-input[b-s2fhj8vcrf] {
		padding: 0.875rem 0.875rem 0.875rem 2.75rem;
	}

	.filter-tags[b-s2fhj8vcrf] {
		gap: 0.5rem;
	}

	.filter-tag[b-s2fhj8vcrf] {
		padding: 0.4rem 1rem;
		font-size: 0.8rem;
	}

	.extension-card[b-s2fhj8vcrf] {
		padding: 1.25rem;
	}

	.extension-meta[b-s2fhj8vcrf] {
		flex-direction: column;
		align-items: flex-start;
	}

	.extension-footer[b-s2fhj8vcrf] {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
	}

	.pagination .page-link[b-s2fhj8vcrf] {
		padding: 0.5rem 0.75rem;
		font-size: 0.9rem;
	}

	.pagination-lg[b-s2fhj8vcrf] {
		font-size: 1rem;
	}
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Hero Section */
.hero[b-57eapq89oq] {
	min-height: 100vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
}

.title[b-57eapq89oq] {
	font-size: clamp(2.5rem, 8vw, 4rem);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

.hero .hero-img-container[b-57eapq89oq] {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.hero .hero-img[b-57eapq89oq] {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	z-index: 0;
}

/* As Featured On Section Styles */
.featured-link[b-57eapq89oq] {
	transition: all 0.3s ease;
	text-decoration: none;
	display: block;
	border-radius: 12px;
	padding: 1rem;
}

	.featured-link:hover[b-57eapq89oq] {
		transform: translateY(-2px);
		text-decoration: none;
	}

.featured-badge[b-57eapq89oq] {
	max-height: 80px;
	width: auto;
	transition: all 0.3s ease;
}

.featured-link:hover .featured-badge[b-57eapq89oq] {
	transform: scale(1.05);
}

.featured-text-logo[b-57eapq89oq] {
	text-align: center;
	padding: 1rem;
	border: 2px solid rgba(0, 123, 255, 0.2);
	border-radius: 12px;
	background: rgba(0, 123, 255, 0.05);
	transition: all 0.3s ease;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.featured-link:hover .featured-text-logo[b-57eapq89oq] {
	border-color: rgba(0, 123, 255, 0.4);
	background: rgba(0, 123, 255, 0.1);
	transform: scale(1.02);
}

/* MS Store */
.ms-store-download[b-57eapq89oq] {
	width: 100%;
	max-height: 104px;
}

/* Videos section */
.features-video[b-57eapq89oq] {
	display: block;
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
}

	.features-video:hover[b-57eapq89oq] {
		transform: translateY(-5px);
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.40);
	}

.feature-ai-video[b-57eapq89oq] {
	max-width: 100%;
	max-height: 720px;
	object-fit: cover;
	-o-object-fit: cover;
	border-radius: 8px;
}

/* Supported App List */
.app-list[b-57eapq89oq] {
	margin: 0;
	padding-inline: 0;
	list-style: none;
}

	.app-list li[b-57eapq89oq] {
		margin-right: 24px;
	}

	.app-list img[b-57eapq89oq] {
		width: 48px;
		height: 48px;
		margin-right: 8px;
	}

	.app-list p[b-57eapq89oq] {
		margin: 0;
	}

		.app-list p.text-muted[b-57eapq89oq] {
			font-size: 12px;
		}

/* Infinite Horizontal Scroller */
.scroller[b-57eapq89oq] {
	max-width: 100%;
}

.scroller__inner[b-57eapq89oq] {
	padding-block: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.scroller[data-animated="true"][b-57eapq89oq] {
	overflow: hidden;
	-webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
	mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

	.scroller[data-animated="true"] .scroller__inner[b-57eapq89oq] {
		width: max-content;
		flex-wrap: nowrap;
		animation: scroll-b-57eapq89oq var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
	}

.scroller[data-direction="right"][b-57eapq89oq] {
	--_animation-direction: reverse;
}

.scroller[data-direction="left"][b-57eapq89oq] {
	--_animation-direction: forwards;
}


.scroller[data-speed="slow"][b-57eapq89oq] {
	--_animation-duration: 120s;
}

.scroller[data-speed="normal"][b-57eapq89oq] {
	--_animation-duration: 90s;
}

.scroller[data-speed="fast"][b-57eapq89oq] {
	--_animation-duration: 70s;
}

@keyframes scroll-b-57eapq89oq {
	to {
		transform: translate(calc(-50% - 0.5rem));
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.hero[b-57eapq89oq] {
		padding-top: 140px;
		text-align: center;
	}

		.hero h1[b-57eapq89oq] {
			font-size: 2.5rem;
		}

	/* Featured section responsive adjustments */
	.featured-badge[b-57eapq89oq] {
		max-height: 60px;
	}

	.featured-text-logo[b-57eapq89oq] {
		min-height: 60px;
		padding: 0.75rem;
	}

		.featured-text-logo .fs-5[b-57eapq89oq] {
			font-size: 1rem !important;
		}
}
/* /Components/Pages/Identity/SignIn.razor.rz.scp.css */
.code-input[b-uhaxzfyf51] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    font-family: monospace;
}

    .code-input[b-uhaxzfyf51]::placeholder {
        letter-spacing: 0.3rem;
        font-weight: 400;
    }

.divider[b-uhaxzfyf51] {
    display: flex;
    align-items: center;
    color: var(--text-muted, #999);
    font-size: 1rem;
}

    .divider[b-uhaxzfyf51]::before,
    .divider[b-uhaxzfyf51]::after {
        content: "";
        flex: 1;
        height: 1px;
        background: var(--border-color, #ddd);
    }

    .divider span[b-uhaxzfyf51] {
        padding: 0 1rem;
    }
/* /Components/Pages/Identity/SignUp.razor.rz.scp.css */
.code-input[b-7l8pb5v04d] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    font-family: monospace;
}

    .code-input[b-7l8pb5v04d]::placeholder {
        letter-spacing: 0.3rem;
        font-weight: 400;
    }

.divider[b-7l8pb5v04d] {
    display: flex;
    align-items: center;
    color: var(--text-muted, #999);
    font-size: 1rem;
}

    .divider[b-7l8pb5v04d]::before,
    .divider[b-7l8pb5v04d]::after {
        content: "";
        flex: 1;
        height: 1px;
        background: var(--border-color, #ddd);
    }

    .divider span[b-7l8pb5v04d] {
        padding: 0 1rem;
    }
/* /Components/Pages/PressKit.razor.rz.scp.css */
/* Press Kit Page Styles */
.press-kit-hero[b-kjxz6pyv0c] {
	min-height: 60vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
}

.press-info-grid .press-info-item[b-kjxz6pyv0c] {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 1.5rem;
}

.press-info-grid .press-info-item:last-child[b-kjxz6pyv0c] {
	border-bottom: none;
}

/* Media queries for press kit responsiveness */
@media (max-width: 768px) {
	.press-kit-hero[b-kjxz6pyv0c] {
		min-height: 50vh;
		padding-top: 140px;
	}
	
	.press-info-grid .press-info-item h3[b-kjxz6pyv0c] {
		font-size: 1.25rem;
	}
	
	.press-info-grid .press-info-item p[b-kjxz6pyv0c] {
		font-size: 1rem;
	}
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
/* Hero Section */
.pricing-hero[b-ef6umpu35y] {
	min-height: 40vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
}

/* Pricing Section */
.pricing-section[b-ef6umpu35y] {
	background: var(--bg-dark);
}

/* Pricing Toggle */
.pricing-toggle[b-ef6umpu35y] {
	display: inline-flex;
	background: white;
	border: 2px solid var(--border-color);
	border-radius: 50px;
	padding: 4px;
	gap: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.toggle-btn[b-ef6umpu35y] {
	position: relative;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 50px;
	background: transparent;
	color: var(--text-secondary);
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

	.toggle-btn:hover[b-ef6umpu35y] {
		color: var(--text-primary);
	}

	.toggle-btn.active[b-ef6umpu35y] {
		background: var(--gradient-primary);
		color: white;
	}

.save-badge[b-ef6umpu35y] {
	display: inline-block;
	margin-left: 0.5rem;
	padding: 0.2rem 0.5rem;
	background: rgba(40, 167, 69, 0.15);
	color: #28a745;
	font-size: 0.7rem;
	font-weight: 600;
	border-radius: 20px;
	text-transform: uppercase;
}

.toggle-btn.active .save-badge[b-ef6umpu35y] {
	background: rgba(255, 255, 255, 0.25);
	color: white;
}

/* Pricing Cards */
.pricing-card[b-ef6umpu35y] {
	position: relative;
	background: white;
	border: 1px solid var(--border-color);
	border-radius: 20px;
	padding: 2rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

	.pricing-card:hover[b-ef6umpu35y] {
		transform: translateY(-4px);
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	}

.pricing-card-featured[b-ef6umpu35y] {
	border: 2px solid transparent;
	background: linear-gradient(white, white) padding-box,
				var(--gradient-primary) border-box;
	transform: scale(1.02);
}

	.pricing-card-featured:hover[b-ef6umpu35y] {
		transform: scale(1.02) translateY(-4px);
	}

/* Disabled Pricing Card */
.pricing-card-disabled[b-ef6umpu35y] {
	opacity: 0.6;
}

	.pricing-card-disabled:hover[b-ef6umpu35y] {
		transform: none;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	}

.featured-badge[b-ef6umpu35y] {
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.4rem 1rem;
	background: var(--gradient-primary);
	color: white;
	font-size: 0.75rem;
	font-weight: 600;
	border-radius: 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

.pricing-card-header[b-ef6umpu35y] {
	margin-bottom: 1.5rem;
}

.pricing-tier-name[b-ef6umpu35y] {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.pricing-tier-tagline[b-ef6umpu35y] {
	font-size: 0.9rem;
	margin-bottom: 0;
}

.pricing-price[b-ef6umpu35y] {
	margin-bottom: 1.5rem;
}

.price-amount[b-ef6umpu35y] {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.price-period[b-ef6umpu35y] {
	font-size: 1rem;
	color: var(--text-secondary);
}

.price-billed-note[b-ef6umpu35y] {
	font-size: 0.85rem;
	color: var(--text-secondary);
	margin-top: 0.25rem;
	min-height: 22px;
}

.pricing-cta[b-ef6umpu35y] {
	margin-bottom: 1rem;
}

.trial-badge[b-ef6umpu35y] {
	text-align: center;
	margin-top: 0.5rem;
	font-size: 0.85rem;
	color: #28a745;
	font-weight: 500;
	min-height: 22px;
}

	.trial-badge i[b-ef6umpu35y] {
		margin-right: 0.25rem;
	}

.pricing-distribution[b-ef6umpu35y] {
	font-size: 0.85rem;
	color: var(--text-secondary);
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--border-color);
}

	.pricing-distribution i[b-ef6umpu35y] {
		margin-right: 0.5rem;
	}

.pricing-features[b-ef6umpu35y] {
	list-style: none;
	padding: 0;
	margin: 0;
	flex-grow: 1;
}

	.pricing-features li[b-ef6umpu35y] {
		padding: 0.5rem 0;
		display: flex;
		align-items: center;
		gap: 0.75rem;
		font-size: 0.95rem;
	}

		.pricing-features li i[b-ef6umpu35y] {
			flex-shrink: 0;
		}

	.pricing-features .features-inherit[b-ef6umpu35y] {
		color: var(--text-secondary);
		font-style: italic;
/*        padding-bottom: 0.75rem;
		margin-bottom: 0.5rem;*/
		border-bottom: 1px dashed var(--border-color);
	}

/* AI Model Badge */
.ai-model-badge[b-ef6umpu35y] {
	display: inline-block;
	margin-left: 0.5rem;
	padding: 0.15rem 0.5rem;
	background: linear-gradient(135deg, rgba(255, 154, 86, 0.15), rgba(123, 104, 238, 0.15));
	color: #7b68ee;
	font-size: 0.7rem;
	font-weight: 600;
	border-radius: 12px;
}

/* Comparison Table Section */
.comparison-section[b-ef6umpu35y] {
}

.comparison-table-wrapper[b-ef6umpu35y] {
	overflow-x: auto;
	max-width: 100%;
	border-radius: 16px;
	border: 1px solid var(--border-color);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comparison-table[b-ef6umpu35y] {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
	background: white;
}

	.comparison-table thead[b-ef6umpu35y] {
		background: linear-gradient(135deg, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.1) 50%, rgba(255, 107, 157, 0.1) 100%);
		position: sticky;
		top: 0;
		z-index: 10;
	}

	.comparison-table th[b-ef6umpu35y],
	.comparison-table td[b-ef6umpu35y] {
		padding: 1rem 1.25rem;
		text-align: center;
		border-bottom: 1px solid var(--border-color);
	}

	.comparison-table th[b-ef6umpu35y] {
		font-weight: 600;
		font-size: 0.95rem;
	}

	.comparison-table .feature-column[b-ef6umpu35y] {
		text-align: left;
		width: 40%;
	}

	.comparison-table .plan-column[b-ef6umpu35y] {
		width: 20%;
	}

	.comparison-table tbody tr:hover[b-ef6umpu35y] {
		background: rgba(0, 0, 0, 0.05);
	}

	.comparison-table .category-row[b-ef6umpu35y] {
		background: linear-gradient(135deg, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.1) 50%, rgba(255, 107, 157, 0.1) 100%);
	}

		.comparison-table .category-row td[b-ef6umpu35y] {
			font-weight: 600;
			text-align: left;
			color: var(--text-primary);
			font-size: 0.9rem;
			text-transform: uppercase;
			letter-spacing: 0.5px;
		}

	.comparison-table td:first-child[b-ef6umpu35y] {
		text-align: left;
		color: var(--text-secondary);
	}

	.comparison-table i[b-ef6umpu35y] {
		font-size: 1.1rem;
	}

/* FAQ Section */
.faq-section[b-ef6umpu35y] {
	background: var(--bg-dark);
}

.accordion[b-ef6umpu35y] {
	--bs-accordion-border-color: var(--border-color);
	--bs-accordion-border-radius: 16px;
	--bs-accordion-inner-border-radius: 14px;
	--bs-accordion-btn-padding-x: 1.5rem;
	--bs-accordion-btn-padding-y: 1.25rem;
	--bs-accordion-body-padding-x: 1.5rem;
	--bs-accordion-body-padding-y: 1.25rem;
}

.accordion-item[b-ef6umpu35y] {
	background: white;
	border: 1px solid var(--border-color);
	margin-bottom: 1rem;
	border-radius: 16px !important;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

	.accordion-item:last-child[b-ef6umpu35y] {
		margin-bottom: 0;
	}

.accordion-button[b-ef6umpu35y] {
	font-weight: 600;
	color: var(--text-primary);
	background: white;
}

	.accordion-button:not(.collapsed)[b-ef6umpu35y] {
		color: var(--text-primary);
		background: white;
		box-shadow: none;
	}

	.accordion-button:focus[b-ef6umpu35y] {
		box-shadow: none;
		border-color: var(--border-color);
	}

	.accordion-button[b-ef6umpu35y]::after {
		background-size: 1rem;
	}

.accordion-body[b-ef6umpu35y] {
	color: var(--text-secondary);
	line-height: 1.7;
}

/* CTA Section */
.cta-section[b-ef6umpu35y] {
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.08) 0%, rgba(123, 104, 238, 0.04) 50%, transparent 70%);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
	.pricing-hero[b-ef6umpu35y] {
		min-height: 30vh;
		padding-top: 100px;
	}

	.pricing-card-featured[b-ef6umpu35y] {
		transform: none;
	}

		.pricing-card-featured:hover[b-ef6umpu35y] {
			transform: translateY(-4px);
		}

	.price-amount[b-ef6umpu35y] {
		font-size: 2.5rem;
	}
}

@media (max-width: 767.98px) {
	.pricing-toggle[b-ef6umpu35y] {
		flex-direction: column;
		border-radius: 16px;
	}

	.toggle-btn[b-ef6umpu35y] {
		border-radius: 12px;
	}

	.pricing-card[b-ef6umpu35y] {
		padding: 1.5rem;
	}

	.featured-badge[b-ef6umpu35y] {
		position: static;
		transform: none;
		display: inline-block;
		margin-bottom: 1rem;
	}

	.comparison-table th[b-ef6umpu35y],
	.comparison-table td[b-ef6umpu35y] {
		padding: 0.75rem 1rem;
		font-size: 0.9rem;
	}

	.comparison-table .feature-column[b-ef6umpu35y] {
		min-width: 200px;
	}
}
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
/* Hero Section - matches roadmap theme */
.roadmap-hero[b-5lf37zmg1c] {
	min-height: 60vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
}

/* Press info styling from existing theme */
.press-info-grid[b-5lf37zmg1c] {
	/* Uses existing press-info-grid styles */
}

.press-info-item[b-5lf37zmg1c] {
	/* Uses existing press-info-item styles */
}

.press-info-item h3[b-5lf37zmg1c] {
	color: var(--text-primary);
	margin-bottom: 1rem;
}

.press-info-item h4[b-5lf37zmg1c] {
	color: var(--text-secondary);
	margin-bottom: 1rem;
}

.press-info-item p[b-5lf37zmg1c] {
	line-height: 1.6;
}

.press-info-item ul[b-5lf37zmg1c] {
	padding-left: 1.2rem;
}

.press-info-item ul li[b-5lf37zmg1c] {
	margin-bottom: 0.5rem;
}

.press-info-item .alert[b-5lf37zmg1c] {
	border-radius: 0.5rem;
	border: none;
}

.press-info-item .alert-success[b-5lf37zmg1c] {
	background-color: rgba(25, 135, 84, 0.1);
	color: var(--text-primary);
}

.press-info-item .alert-info[b-5lf37zmg1c] {
	background-color: rgba(13, 110, 253, 0.1);
	color: var(--text-primary);
}

.press-info-item a[b-5lf37zmg1c] {
	color: #ff6b9d;
	text-decoration: none;
}

.press-info-item a:hover[b-5lf37zmg1c] {
	text-decoration: underline;
	color: #e8558a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.roadmap-hero[b-5lf37zmg1c] {
		padding: 6rem 0 4rem;
	}
}
/* /Components/Pages/StatusCode.razor.rz.scp.css */
.error-hero[b-iaqbdcsag7] {
	min-height: 60vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
	padding-bottom: 40px;
}

.error-code[b-iaqbdcsag7] {
	font-size: 8rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
}

@media (max-width: 576px) {
	.error-code[b-iaqbdcsag7] {
		font-size: 5rem;
	}
}

.help-link-card[b-iaqbdcsag7] {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.5rem;
	background: var(--card-bg, rgba(30, 30, 30, 0.5));
	border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
	border-radius: 0.75rem;
	color: var(--text-primary, #fff);
	transition: all 0.2s ease;
}

.help-link-card:hover[b-iaqbdcsag7] {
	background: var(--card-bg-hover, rgba(50, 50, 50, 0.7));
	border-color: var(--primary-color, #ff9a56);
	transform: translateX(4px);
}

.help-link-card i[b-iaqbdcsag7] {
	color: var(--primary-color, #ff9a56);
}
/* /Components/Pages/TermsConditions.razor.rz.scp.css */
/* Hero Section - matches roadmap theme */
.roadmap-hero[b-2eue91vlhc] {
	min-height: 60vh;
	background: radial-gradient(ellipse at center, rgba(255, 154, 86, 0.1) 0%, rgba(123, 104, 238, 0.05) 50%, transparent 70%);
	display: flex;
	align-items: center;
	padding-top: 120px;
}

/* Press info styling from existing theme */
.press-info-grid[b-2eue91vlhc] {
	/* Uses existing press-info-grid styles */
}

.press-info-item[b-2eue91vlhc] {
	/* Uses existing press-info-item styles */
}

.press-info-item h3[b-2eue91vlhc] {
	color: var(--text-primary);
	margin-bottom: 1rem;
}

.press-info-item h4[b-2eue91vlhc] {
	color: var(--text-secondary);
	margin-bottom: 1rem;
}

.press-info-item p[b-2eue91vlhc] {
	line-height: 1.6;
}

.press-info-item ul[b-2eue91vlhc] {
	padding-left: 1.2rem;
}

.press-info-item ul li[b-2eue91vlhc] {
	margin-bottom: 0.5rem;
}

.press-info-item .alert[b-2eue91vlhc] {
	border-radius: 0.5rem;
	border: none;
}

.press-info-item .alert-success[b-2eue91vlhc] {
	background-color: rgba(25, 135, 84, 0.1);
	color: var(--text-primary);
}

.press-info-item .alert-info[b-2eue91vlhc] {
	background-color: rgba(13, 110, 253, 0.1);
	color: var(--text-primary);
}

.press-info-item a[b-2eue91vlhc] {
	color: #ff6b9d;
	text-decoration: none;
}

.press-info-item a:hover[b-2eue91vlhc] {
	text-decoration: underline;
	color: #e8558a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.roadmap-hero[b-2eue91vlhc] {
		padding: 6rem 0 4rem;
	}
}

/* Existing legal styles for reference */
.legal-hero[b-2eue91vlhc] {
	background: var(--gradient-primary);
	color: white;
}

.legal-content[b-2eue91vlhc] {
	line-height: 1.7;
}

.legal-content h2[b-2eue91vlhc] {
	background: var(--gradient-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 2px solid #e9ecef;
}

.legal-content h2:first-child[b-2eue91vlhc] {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.legal-content h3[b-2eue91vlhc] {
	color: var(--text-primary);
	margin-top: 1.5rem;
}

.legal-content ul[b-2eue91vlhc] {
	padding-left: 1.2rem;
}

.legal-content ul li[b-2eue91vlhc] {
	margin-bottom: 0.5rem;
}

.legal-content .alert[b-2eue91vlhc] {
	border-radius: 0.5rem;
	border: none;
}

.legal-content .alert-success[b-2eue91vlhc] {
	background-color: rgba(25, 135, 84, 0.1);
	color: var(--text-primary);
}

.legal-content .alert-info[b-2eue91vlhc] {
	background-color: rgba(13, 110, 253, 0.1);
	color: var(--text-primary);
}

.legal-content a[b-2eue91vlhc] {
	color: #ff6b9d;
	text-decoration: none;
}

.legal-content a:hover[b-2eue91vlhc] {
	text-decoration: underline;
	color: #e8558a;
}
