/* _content/AiValueRankNetDev/Components/Layout/Footer.razor.rz.scp.css */
/* _content/AiValueRankNetDev/Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout Structure */
.layout-root[b-ebasmmjekh] {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.layout-body[b-ebasmmjekh] {
	display: flex;
	flex: 1;
	/* Grows to push footer down */
	width: 100%;
	position: relative;
}

/* Sidebar: Sticky within layout-body */
.sidebar-area[b-ebasmmjekh] {
	width: 200px;
	/* Slightly narrower */
	background-color: #fff;
	border-right: 1px solid #e4e4e7;
	position: sticky;
	top: 60px;
	/* Starts below the header */
	height: calc(100vh - 60px);
	/* Full height minus header */
	display: flex;
	flex-direction: column;
	z-index: 10;
}

/* Content Area */
.content-area[b-ebasmmjekh] {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
	background-color: #fff;
}

/* Header Styling */
/* Header Styling */
.top-header[b-ebasmmjekh] {
	height: 60px;
	/* Increased slightly for better spacing */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border-bottom: 1px solid #e4e4e7;
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
	/* High z-index to stay on top */
}

.header-inner[b-ebasmmjekh] {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	margin: 0;
}

/* Brand Section in Header */
.brand-section-header[b-ebasmmjekh] {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-right: 40px;
}

.brand-logo[b-ebasmmjekh] {
	height: 52px;
	width: auto;
	object-fit: contain;
}

.brand-name[b-ebasmmjekh] {
	font-weight: 700;
	font-size: 16px;
	color: #09090b;
	letter-spacing: -0.02em;
}

.header-tabs[b-ebasmmjekh] {
	display: flex;
	gap: 24px;
	margin-left: 0;
	/* Removed margin to align flush left */
}

.header-tabs[b-ebasmmjekh]  .dev-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #52525b !important;
	background-color: transparent !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	text-decoration: none !important;
	transition: all 0.2s ease;
	user-select: none;
	margin-right: 4px;
	/* Slight spacing between buttons */
}

.header-tabs[b-ebasmmjekh]  .dev-button:hover {
	color: #18181b !important;
	background-color: #f4f4f5 !important;
}

.header-tabs[b-ebasmmjekh]  .dev-button.active {
	color: #18181b !important;
	background-color: #f3f3f1 !important;
	font-weight: 600 !important;
}

.auth-buttons[b-ebasmmjekh] {
	display: flex;
	gap: 16px;
	align-items: center;
}

.btn-login[b-ebasmmjekh] {
	font-weight: 500;
	color: #09090b;
	font-size: 14px;
	transition: opacity 0.2s;
}

.btn-login:hover[b-ebasmmjekh] {
	opacity: 0.7;
}

.btn-signup[b-ebasmmjekh] {
	background-color: #09090b;
	color: #fff;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	transition: background-color 0.2s;
}

.btn-signup:hover[b-ebasmmjekh] {
	background-color: #27272a;
	color: #fff;
}

.page-content[b-ebasmmjekh] {
	flex: 1;
	padding: 20px 40px;
	/* Generous padding */
	max-width: 1400px;
	/* Widened from 1200px */
	margin: 0 auto;
	width: 100%;
}

/* Compact layout — wide-ish screens where space is tight */
@media (max-width: 1350px) {
	.sidebar-area[b-ebasmmjekh] {
		width: 160px;
	}

	.page-content[b-ebasmmjekh] {
		padding: 20px 16px;
	}
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	.layout-body[b-ebasmmjekh] {
		flex-direction: column;
	}

	.sidebar-area[b-ebasmmjekh] {
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #e4e4e7;
		position: static;
	}

	.page-content[b-ebasmmjekh] {
		padding: 20px;
	}
}
/* _content/AiValueRankNetDev/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xecgabquwd] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xecgabquwd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xecgabquwd] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xecgabquwd] {
    font-size: 1.1rem;
}

.bi[b-xecgabquwd] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xecgabquwd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xecgabquwd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xecgabquwd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xecgabquwd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xecgabquwd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xecgabquwd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xecgabquwd]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xecgabquwd]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xecgabquwd]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xecgabquwd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xecgabquwd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xecgabquwd] {
        display: none;
    }

    .nav-scrollable[b-xecgabquwd] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AiValueRankNetDev/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-p8dq36uvn9],
.components-reconnect-repeated-attempt-visible[b-p8dq36uvn9],
.components-reconnect-failed-visible[b-p8dq36uvn9],
.components-pause-visible[b-p8dq36uvn9],
.components-resume-failed-visible[b-p8dq36uvn9],
.components-rejoining-animation[b-p8dq36uvn9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-p8dq36uvn9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-p8dq36uvn9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-p8dq36uvn9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-p8dq36uvn9],
#components-reconnect-modal.components-reconnect-retrying[b-p8dq36uvn9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-p8dq36uvn9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-p8dq36uvn9],
#components-reconnect-modal.components-reconnect-failed[b-p8dq36uvn9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-p8dq36uvn9] {
    display: block;
}


#components-reconnect-modal[b-p8dq36uvn9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-p8dq36uvn9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-p8dq36uvn9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-p8dq36uvn9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-p8dq36uvn9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-p8dq36uvn9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-p8dq36uvn9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-p8dq36uvn9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-p8dq36uvn9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-p8dq36uvn9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-p8dq36uvn9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-p8dq36uvn9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-p8dq36uvn9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-p8dq36uvn9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-p8dq36uvn9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-p8dq36uvn9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-p8dq36uvn9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-p8dq36uvn9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-p8dq36uvn9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/AiValueRankNetDev/Components/Pages/Home.Razor.rz.scp.css */
/* Header */
.dashboard-header[b-u4k48vnyxy] {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 24px;
}

/* Header Actions Area */
.header-actions[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	gap: 24px;
}

/* Group of toggles */
.toggles-group[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	gap: 16px;
}

/* Responsive Header */
@media (max-width: 1350px) {
	.dashboard-header[b-u4k48vnyxy] {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.header-actions[b-u4k48vnyxy] {
		width: 100%;
		flex-wrap: wrap;
		/* Allow wrapping */
		justify-content: flex-start;
		/* Left align */
		gap: 16px;
	}

	.toggles-group[b-u4k48vnyxy] {
		flex-wrap: wrap;
		/* Allow toggles to wrap if very small */
	}

	.quick-select[b-u4k48vnyxy] {
		width: auto;
		/* Reset to auto width */
		max-width: 100%;
	}
}

.header-text h1[b-u4k48vnyxy] {
	font-size: 24px;
	font-weight: 700;
	margin: 0 12px 0 0;
	letter-spacing: -0.03em;
}

.header-text[b-u4k48vnyxy] {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.update-badge[b-u4k48vnyxy] {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	margin-top: 0;
	background-color: #EFF6FF;
	color: #1E40AF;
	padding: 4px 12px;
	border-radius: 9999px;
	font-size: 13px;
	font-weight: 500;
}

.update-badge svg[b-u4k48vnyxy] {
	width: 14px;
	height: 14px;
}

.header-text p[b-u4k48vnyxy] {
	margin: 0;
	color: #71717a;
	font-size: 13px;
}

/* Quick Select */
.quick-select[b-u4k48vnyxy] {
	/* Quick Filter - Search Style */
	padding: 10px 40px 10px 16px;
	/* Right padding for icon */
	border: 1px solid #e4e4e7;
	border-radius: 999px;
	/* Pill shape */
	font-size: 14px;
	color: #71717a;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23a1a1aa' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.quick-select:focus[b-u4k48vnyxy] {
	border-color: #09090b;
	box-shadow: 0 0 0 2px rgba(9, 9, 11, 0.1);
	color: #09090b;
}

/* Table Container */
.table-frame[b-u4k48vnyxy] {
	/* Removed border, added modern shadow */
	border: none;
	border-radius: 12px;
	/* overflow: hidden;  <-- REMOVED to allow floating tag overlap */
	background: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Table Mechanics */
.data-table[b-u4k48vnyxy] {
	width: 100%;
	border-collapse: collapse;
}

.data-table th[b-u4k48vnyxy] {
	background-color: #fafafa;
	border-bottom: 1px solid #e4e4e7;
	padding: 12px 16px;
	font-size: 11px;
	font-weight: 600;
	color: #71717a;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	/* No vertical borders */
}

.data-table td[b-u4k48vnyxy] {
	padding: 14px 16px;
	border-bottom: 1px solid #e4e4e7;
	font-size: 13px;
	vertical-align: middle;
	color: #09090b;
	/* No vertical borders */
}

.data-table tr:last-child td[b-u4k48vnyxy] {
	border-bottom: none;
}

.data-table tbody tr:hover td[b-u4k48vnyxy] {
	background-color: #fafafa;
}

/* Alignment Utilities */
.text-right[b-u4k48vnyxy] {
	text-align: right;
}

.text-left[b-u4k48vnyxy] {
	text-align: left;
}

.text-center[b-u4k48vnyxy] {
	text-align: center;
}

/* Column Widths */
.col-rank[b-u4k48vnyxy] {
	width: 60px;
}

.col-model[b-u4k48vnyxy] {
	width: 25%;
}

.col-provider[b-u4k48vnyxy] {
	width: 20%;
}

.col-category[b-u4k48vnyxy] {
	width: 10%;
}

.col-arena[b-u4k48vnyxy] {
	width: 10%;
}

.col-money[b-u4k48vnyxy] {
	width: 10%;
}

.col-ctx[b-u4k48vnyxy] {
	width: 8%;
}

/* Typography & Stacking */
.model-name-wrapper[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	gap: 5px;
}

.model-logo[b-u4k48vnyxy] {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.model-info-stack[b-u4k48vnyxy] {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.model-name-primary[b-u4k48vnyxy] {
	font-weight: 700;
	color: #09090b;
	font-size: 14px;
}

.model-meta-row[b-u4k48vnyxy] {
	font-size: 12px;
	color: #71717a;
	/* Lighter gray */
	display: flex;
	gap: 4px;
	align-items: center;
}

.meta-dot[b-u4k48vnyxy] {
	color: #d4d4d8;
}

/* Provider Badges - Removed in favor of text meta row */

/* Category Pills (Existing logic reused but aligned style) */
.category-badge[b-u4k48vnyxy] {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 9999px;
	font-size: 11px;
	font-weight: 500;
	/* text-transform: uppercase; Removed for less "shouty" look */
}

/* Option 1: Subtle + Professional */
.category-flagship[b-u4k48vnyxy] {
	background-color: #1e40af;
	color: #ffffff;
}

.category-medium[b-u4k48vnyxy] {
	background-color: #dbeafe;
	/* Light Blue */
	color: #1e3a8a;
	/* Dark Blue Text */
}

.category-small[b-u4k48vnyxy] {
	background-color: #475569;
	/* Slate-600 (Dark Gray) */
	color: #ffffff;
	/* White Text */
	border: none;
	font-weight: 600;
}

.category-nano[b-u4k48vnyxy] {
	background-color: #e2e8f0;
	/* Blue-Gray (Slate-200) */
	color: #334155;
	/* Slate-700 */
	font-weight: 500;
}


.elo-score[b-u4k48vnyxy] {
	font-weight: 600;
	background-color: #f4f4f5;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 12px;
	font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
	/* Monospace */
}

.font-mono[b-u4k48vnyxy] {
	font-family: 'JetBrains Mono', 'Roboto Mono', 'SF Mono', monospace;
	font-feature-settings: "tnum";
}

.currency[b-u4k48vnyxy] {
	color: #a1a1aa;
	margin-right: 2px;
}

.text-muted[b-u4k48vnyxy] {
	color: #71717a;
}


/* --- NEW FILTER BAR DESIGN --- */

/* --- NEW FILTER BAR DESIGN --- */

.filter-bar[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	/* Group left + right close together */
	justify-content: flex-start;
	padding: 12px 0 24px 0;
	gap: 24px;
	flex-wrap: wrap;
	/* Be safe but manage children */
	width: 100%;
}

/* Force single row on larger screens */
@media (min-width: 900px) {
	.filter-bar[b-u4k48vnyxy] {
		flex-wrap: nowrap;
	}
}

/* (Moved media query to bottom) */

.filter-section-categories[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 1 auto;
	min-width: 0;
	flex-wrap: nowrap;
	overflow-x: visible;
}

.filter-section-inputs[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 auto;
}

.filter-section-sort[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	margin-left: auto;
	/* Push to the right */
}



/* Responsive Overrides for smaller devices */
@media (max-width: 768px) {
	.filter-group-left[b-u4k48vnyxy] {
		gap: 8px;
	}

	.filter-group-right[b-u4k48vnyxy] {
		justify-content: space-between;
		/* Spread sort controls on mobile */
		width: 100%;
	}

	/* .filter-label-inline removed */
}

/* .filter-label-inline removed */

/* Category Pills */
.pill-btn[b-u4k48vnyxy] {
	border: 1px solid #e5e7eb;
	background-color: #ffffff;
	color: #374151;
	/* Gray-700 */
	padding: 4px 10px;
	/* Reduced horizontal padding significantly, slightly reduced vertical */
	border-radius: 999px;
	/* Pill shape */
	font-size: 12px;
	/* Kept legible but smaller footprint via padding */
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	outline: none;
	line-height: 1.2;
}

.pill-btn:hover[b-u4k48vnyxy] {
	background-color: #f9fafb;
	border-color: #d1d5db;
}

.pill-btn.active[b-u4k48vnyxy] {
	background-color: #2563EB;
	/* Blue-600 */
	color: #ffffff;
	border-color: #2563EB;
}

.pill-all.active[b-u4k48vnyxy] {
	background-color: #2563EB;
	color: white;
	border-color: #2563EB;
}

/* Vertical Divider */
.vertical-divider[b-u4k48vnyxy] {
	width: 1px;
	height: 24px;
	background-color: #d1d5db;
	/* Gray-300 */
	margin: 0 12px;
}

/* Inline Inputs */
.input-wrapper-inline[b-u4k48vnyxy] {
	position: relative;
	display: flex;
	align-items: center;
	/* Let inputs grow to fill space */
	flex: 1 1 auto;
	max-width: 600px;
	/* Don't grow indefinitely, stick to ~200px */
	min-width: 135px;
	/* Ensure input has enough space */
}

.input-icon-inline[b-u4k48vnyxy] {
	position: absolute;
	left: 12px;
	color: #9ca3af;
	/* Gray-400 */
	font-size: 14px;
}

.inline-input[b-u4k48vnyxy] {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	/* Rounded corners like image */
	padding: 8px 12px 8px 36px;
	/* Icon padding */
	font-size: 13px;
	color: #374151;
	background-color: #ffffff;
	width: 100%;
	/* Fill available space */
	min-width: 0;
	/* Let wrapper handle min-width */
	outline: none;
	transition: border-color 0.2s;
}

.inline-input:focus[b-u4k48vnyxy] {
	border-color: #2563EB;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}

/* Inline Selects */
.select-wrapper-inline[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 0 12px;
	height: 35px;
	/* Match input height */
}

.inline-label[b-u4k48vnyxy] {
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin-right: 4px;
}

.inline-select[b-u4k48vnyxy] {
	border: none;
	background: transparent;
	font-size: 13px;
	color: #374151;
	cursor: pointer;
	outline: none;
	padding: 0;
}

/* Clear old specific legacy styles */
/* Filter Card */
.filter-card[b-u4k48vnyxy] {
	display: none;
	/* Safely hide if anything remains */
}


/* Remove old row/input-group styles dependent on flex */
.filter-section[b-u4k48vnyxy] {
	display: flex;
	flex-direction: column;
	gap: 2px;
	/* Close gap between label and input */
	padding-top: 10px;
	/* Push the label down */
}

.filter-row[b-u4k48vnyxy] {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.filter-label[b-u4k48vnyxy] {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #71717a;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	/* Removed spacing to get closer */
}

/* Categories */
.category-header[b-u4k48vnyxy],
.section-header[b-u4k48vnyxy] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2px;
	/* reduced from 8px to get closer */
}

.btn-clear[b-u4k48vnyxy] {
	background: none;
	border: none;
	color: #71717a;
	font-size: 13px;
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 4px;
	transition: all 0.2s;
}

.btn-clear:hover[b-u4k48vnyxy] {
	background-color: #f4f4f5;
	color: #18181b;
}

.pills-group[b-u4k48vnyxy] {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* Removed duplicate .pill-btn styles to let the main definition apply */

/* Inputs */
.input-wrapper[b-u4k48vnyxy] {
	position: relative;
	width: 100%;
}

.input-icon[b-u4k48vnyxy] {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #a1a1aa;
	font-size: 16px;
}

.card-input[b-u4k48vnyxy] {
	width: 100%;
	padding: 10px 12px 10px 40px !important;
	/* Space for icon */
	border: 1px solid #e4e4e7;
	border-radius: 8px;
	font-size: 14px;
	outline: none;
	transition: all 0.2s;
	background-color: #ffffff;
	box-sizing: border-box;
	/* Ensure padding doesn't affect width */
}

.card-input:focus[b-u4k48vnyxy] {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Sort Controls */
.sort-controls[b-u4k48vnyxy] {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.select-wrapper[b-u4k48vnyxy] {
	position: relative;
	display: flex;
	align-items: center;
}

.card-select[b-u4k48vnyxy] {
	appearance: none;
	/* Remove default arrow */
	-webkit-appearance: none;
	padding: 10px 36px 10px 16px;
	border: 1px solid #e4e4e7;
	border-radius: 8px;
	font-size: 14px;
	background-color: #ffffff;
	color: #18181b;
	cursor: pointer;
	min-width: 140px;
	outline: none;
	transition: border-color 0.2s;
}

.card-select:focus[b-u4k48vnyxy] {
	border-color: #3b82f6;
}

/* Custom arrow for select if not using icon wrapper */
.select-wrapper[b-u4k48vnyxy]::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-20%);
	border: 5px solid transparent;
	border-top-color: #71717a;
	pointer-events: none;
}

.select-wrapper:hover .card-select[b-u4k48vnyxy] {
	border-color: #d4d4d8;
}

/* Price Tag / Best Value Styling */
.price-winner-text[b-u4k48vnyxy] {
	color: #10b981 !important;
	/* Emerald Green text */
	font-weight: 700;
}

/* Floating Tag in Rank Column */
.rank-cell-winner[b-u4k48vnyxy] {
	position: relative;
	font-weight: 700;
	/* Highlight the rank number too */
	color: #10b981;
	/* Emerald green rank */
}

.floating-tag[b-u4k48vnyxy] {
	position: absolute;
	left: -28px;
	/* Position to left of number */
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	/* Bigger icon as requested */
	line-height: 1;
	cursor: help;
}

/* Ensure currency symbol inherits the green color */
.price-winner-text .currency[b-u4k48vnyxy] {
	color: #10b981;
	opacity: 0.8;
}

/* Ensure currency symbol inherits the green color */
.price-winner-text .currency[b-u4k48vnyxy] {
	color: #10b981;
	opacity: 0.8;
}

/* Fix for sort icons position if needed */
.sort-icon[b-u4k48vnyxy] {
	position: absolute;
	left: 12px;
	pointer-events: none;
	color: #71717a;
}

/* Provider Column Styles (Restored) */
.col-provider[b-u4k48vnyxy] {
	width: 20%;
}

.provider-wrapper[b-u4k48vnyxy] {
	display: flex;
	align-items: center;
	gap: 8px;
	/* Close proximity */
}

.provider-logo[b-u4k48vnyxy] {
	width: 20px;
	/* Small logo */
	height: 20px;
	object-fit: contain;
	border-radius: 4px;
	/* Optional: slight radius */
}

/* Vertical Divider */
.provider-name[b-u4k48vnyxy] {
	font-size: 12px;
	/* Smaller text */
	font-weight: 500;
	color: #52525b;
	/* Muted gray */
}

/* Category Filter Toast */
.filter-toast[b-u4k48vnyxy] {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: baseline;
    gap: 10px;
    background: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    box-shadow: 0 0 0 2px #2563EB, 0 8px 32px rgba(37, 99, 235, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    pointer-events: none;
    white-space: nowrap;
    animation: toastLifecycle-b-u4k48vnyxy 2.6s ease forwards;
}

.filter-toast-count[b-u4k48vnyxy] {
    font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
    font-weight: 700;
    font-size: 28px;
    color: #2563EB;
    line-height: 1;
}

.filter-toast-label[b-u4k48vnyxy] {
    font-weight: 500;
    font-size: 16px;
    color: #52525b;
}

@keyframes toastLifecycle-b-u4k48vnyxy {
    0%   { opacity: 0; transform: translateX(-50%) translateY(-10px); }
    12%  { opacity: 1; transform: translateX(-50%) translateY(0); }
    80%  { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(-6px); }
}

/* Stack inputs on medium screens - 2-Column Grid Layout */
@media (max-width: 1400px) {
	.filter-bar[b-u4k48vnyxy] {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"categories inputs"
			"sort       inputs";
		gap: 24px;
		align-items: start;
	}

	.filter-section-categories[b-u4k48vnyxy] {
		grid-area: categories;
		flex-wrap: wrap;
		width: 100%;
	}

	.filter-section-sort[b-u4k48vnyxy] {
		grid-area: sort;
		justify-content: flex-start;
		width: 100%;
	}

	.filter-section-inputs[b-u4k48vnyxy] {
		grid-area: inputs;
		flex-direction: column;
		width: 100%;
		gap: 12px;
		align-items: stretch;
	}

	.input-wrapper-inline[b-u4k48vnyxy] {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
}
/* _content/AiValueRankNetDev/Components/Pages/WebInterface.razor.rz.scp.css */
/* ===================================================
   Web Interface Plans — Table Layout
   =================================================== */

/* Page Header */
.wi-header[b-stfwck1dvc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.wi-title[b-stfwck1dvc] {
    font-size: 24px;
    font-weight: 700;
    color: #09090b;
    margin: 0 0 6px 0;
    letter-spacing: -0.03em;
}

.wi-subtitle[b-stfwck1dvc] {
    font-size: 13px;
    color: #71717a;
    margin: 0;
}

/* Sort Bar */
.wi-sort-bar[b-stfwck1dvc] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wi-sort-label[b-stfwck1dvc] {
    font-size: 13px;
    font-weight: 500;
    color: #71717a;
    margin-right: 4px;
}

.wi-sort-pill[b-stfwck1dvc] {
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #374151;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}

.wi-sort-pill:hover[b-stfwck1dvc] {
    border-color: #d1d5db;
    background: #f9fafb;
}

.wi-sort-pill--active[b-stfwck1dvc] {
    background: #2563EB;
    color: #ffffff;
    border-color: #2563EB;
}

/* Tier Legend */
.wi-tier-legend[b-stfwck1dvc] {
    display: flex;
    gap: 0;
    margin-bottom: 16px;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
}

.wi-legend-item[b-stfwck1dvc] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-right: 1px solid #e4e4e7;
    background: #fafafa;
}

.wi-legend-item:last-child[b-stfwck1dvc] {
    border-right: none;
}

.wi-legend-num[b-stfwck1dvc] {
    font-size: 11px;
    font-weight: 700;
    color: #2563EB;
}

.wi-legend-desc[b-stfwck1dvc] {
    font-size: 11px;
    color: #71717a;
    font-weight: 500;
}

/* Table Wrapper */
.wi-table-wrapper[b-stfwck1dvc] {
    overflow-x: auto;
    margin-bottom: 100px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
}

/* Main Price Table */
.wi-price-table[b-stfwck1dvc] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

/* Service Column Header */
.wi-th-service[b-stfwck1dvc] {
    width: 88px;
    min-width: 80px;
    padding: 14px 6px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #fafafa;
    border-bottom: 2px solid #e4e4e7;
    border-right: 1px solid #e4e4e7;
}

/* Tier Column Headers */
.wi-th-tier[b-stfwck1dvc] {
    padding: 12px 16px;
    text-align: center;
    background: #fafafa;
    border-bottom: 2px solid #e4e4e7;
    border-right: 1px solid #f0f0f0;
    min-width: 210px;
}

.wi-th-tier:last-child[b-stfwck1dvc] {
    border-right: none;
}

.wi-th-tier-num[b-stfwck1dvc] {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #09090b;
}

.wi-th-tier-label[b-stfwck1dvc] {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #a1a1aa;
    margin-top: 2px;
}

/* Table Rows */
.wi-tr[b-stfwck1dvc] {
    border-bottom: 1px solid #e4e4e7;
}

.wi-tr:last-child td[b-stfwck1dvc] {
    border-bottom: none;
}

.wi-tr:nth-child(even) .wi-td-service[b-stfwck1dvc],
.wi-tr:nth-child(even) .wi-td-plan[b-stfwck1dvc],
.wi-tr:nth-child(even) .wi-td-empty[b-stfwck1dvc] {
    background: #fcfcfc;
}

/* Service Identity Cell */
.wi-td-service[b-stfwck1dvc] {
    padding: 16px 6px;
    vertical-align: middle;
    border-right: 1px solid #e4e4e7;
    border-bottom: 1px solid #e4e4e7;
    background: #fafafa;
}

.wi-service-cell[b-stfwck1dvc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.wi-svc-logo[b-stfwck1dvc] {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.wi-svc-name[b-stfwck1dvc] {
    font-size: 12px;
    font-weight: 700;
    color: #09090b;
    text-align: center;
    line-height: 1.2;
}

/* Plan Cells */
.wi-td-plan[b-stfwck1dvc] {
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #e4e4e7;
}

.wi-td-plan:last-child[b-stfwck1dvc] {
    border-right: none;
}

/* Empty Cells */
.wi-td-empty[b-stfwck1dvc] {
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #e4e4e7;
    background: #fafafa;
}

.wi-td-empty:last-child[b-stfwck1dvc] {
    border-right: none;
}

.wi-empty-slot[b-stfwck1dvc] {
    height: 100%;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e4e4e7;
    font-size: 20px;
}

/* ===================================================
   Mini Card — SaaS Pricing Card Design
   =================================================== */

.wi-mini-card[b-stfwck1dvc] {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1.5px solid #e4e4e7;
    border-radius: 14px;
    overflow: hidden;
    min-height: 400px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.2s;
}

.wi-mini-card:hover[b-stfwck1dvc] {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.11), 0 2px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-4px);
}

.wi-mini-card--entry:hover[b-stfwck1dvc] { border-color: #93c5fd; }
.wi-mini-card--mid:hover[b-stfwck1dvc]   { border-color: #60a5fa; }
.wi-mini-card--pro:hover[b-stfwck1dvc]   { border-color: #3b82f6; }
.wi-mini-card--max:hover[b-stfwck1dvc]   { border-color: #475569; }

.wi-mini-card--selected[b-stfwck1dvc] {
    border-color: #2563EB !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14),
                0 8px 24px rgba(37, 99, 235, 0.10) !important;
    transform: translateY(-3px);
}

/* ===================================================
   Card Header Zone (colored, tier-specific)
   =================================================== */

.wi-mc-head[b-stfwck1dvc] {
    padding: 22px 20px 16px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

/* Free */
.wi-mini-card--free  .wi-mc-head[b-stfwck1dvc] { background: #f9f9fb; }
/* Entry ~$20 */
.wi-mini-card--entry .wi-mc-head[b-stfwck1dvc] { background: linear-gradient(150deg, #f0f7ff 0%, #dbeafe 100%); }
/* Mid ~$30 */
.wi-mini-card--mid   .wi-mc-head[b-stfwck1dvc] { background: linear-gradient(150deg, #dbeafe 0%, #bfdbfe 100%); }
/* Pro ~$100 */
.wi-mini-card--pro   .wi-mc-head[b-stfwck1dvc] { background: linear-gradient(150deg, #1e3a8a 0%, #1e40af 100%); }
/* Max ~$200 */
.wi-mini-card--max   .wi-mc-head[b-stfwck1dvc] { background: linear-gradient(150deg, #0f172a 0%, #1e293b 100%); }

/* ---- Tier badge ---- */

.wi-mc-badge[b-stfwck1dvc] {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
    width: fit-content;
    line-height: 1.5;
}

.wi-mc-badge--free[b-stfwck1dvc]  { background: #e4e4e7;               color: #71717a; }
.wi-mc-badge--entry[b-stfwck1dvc] { background: #dbeafe;               color: #1d4ed8; border: 1px solid #bfdbfe; }
.wi-mc-badge--mid[b-stfwck1dvc]   { background: #bfdbfe;               color: #1e40af; }
.wi-mc-badge--pro[b-stfwck1dvc]   { background: rgba(255,255,255,0.15); color: #93c5fd; }
.wi-mc-badge--max[b-stfwck1dvc]   { background: rgba(255,255,255,0.08); color: #94a3b8; }

/* ---- Price block ---- */

.wi-mc-price-block[b-stfwck1dvc] {
    margin-bottom: 8px;
}

.wi-mc-price-row[b-stfwck1dvc] {
    display: flex;
    align-items: flex-start;
    gap: 1px;
    line-height: 1;
}

.wi-mc-currency[b-stfwck1dvc] {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1;
    color: #09090b;
}

.wi-mc-price[b-stfwck1dvc] {
    font-size: 54px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
    color: #09090b;
    font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
}

.wi-mc-period[b-stfwck1dvc] {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin-top: 5px;
}

.wi-mc-price-free[b-stfwck1dvc] {
    font-size: 46px;
    font-weight: 800;
    color: #374151;
    letter-spacing: -0.05em;
    line-height: 1;
}

/* Dark header text overrides */
.wi-mini-card--pro .wi-mc-currency[b-stfwck1dvc],
.wi-mini-card--pro .wi-mc-price[b-stfwck1dvc],
.wi-mini-card--pro .wi-mc-price-free[b-stfwck1dvc] { color: #ffffff; }
.wi-mini-card--pro .wi-mc-period[b-stfwck1dvc]     { color: rgba(255, 255, 255, 0.55); }

.wi-mini-card--max .wi-mc-currency[b-stfwck1dvc],
.wi-mini-card--max .wi-mc-price[b-stfwck1dvc],
.wi-mini-card--max .wi-mc-price-free[b-stfwck1dvc] { color: #f1f5f9; }
.wi-mini-card--max .wi-mc-period[b-stfwck1dvc]     { color: rgba(255, 255, 255, 0.45); }

/* ---- Model name (subtitle) ---- */

.wi-mc-model[b-stfwck1dvc] {
    font-size: 11px;
    font-weight: 600;
    color: #3b82f6;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.wi-mini-card--free .wi-mc-model[b-stfwck1dvc] { color: #9ca3af; }
.wi-mini-card--pro  .wi-mc-model[b-stfwck1dvc] { color: rgba(147, 197, 253, 0.9); }
.wi-mini-card--max  .wi-mc-model[b-stfwck1dvc] { color: #64748b; }

/* ===================================================
   CTA Section (still inside the colored zone)
   =================================================== */

.wi-mc-cta[b-stfwck1dvc] {
    padding: 16px 20px 20px;
    flex-shrink: 0;
}

.wi-mini-card--free  .wi-mc-cta[b-stfwck1dvc] { background: #f9f9fb; }
.wi-mini-card--entry .wi-mc-cta[b-stfwck1dvc] { background: linear-gradient(150deg, #dbeafe 0%, #bfdbfe 100%); }
.wi-mini-card--mid   .wi-mc-cta[b-stfwck1dvc] { background: linear-gradient(150deg, #bfdbfe 0%, #a5c8fd 100%); }
.wi-mini-card--pro   .wi-mc-cta[b-stfwck1dvc] { background: linear-gradient(150deg, #1e40af 0%, #1d4ed8 100%); }
.wi-mini-card--max   .wi-mc-cta[b-stfwck1dvc] { background: linear-gradient(150deg, #1e293b 0%, #0f172a 100%); }

/* ---- Compare button ---- */

.wi-mc-btn[b-stfwck1dvc] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 14px;
    border-radius: 8px;
    border: 1.5px solid transparent;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    outline: none;
    letter-spacing: 0.01em;
}

/* Free: outlined ghost */
.wi-mini-card--free .wi-mc-btn[b-stfwck1dvc] {
    background: #ffffff;
    color: #374151;
    border-color: #d4d4d8;
}
.wi-mini-card--free .wi-mc-btn:hover:not(:disabled)[b-stfwck1dvc] {
    background: #f4f4f5;
    border-color: #a1a1aa;
    color: #09090b;
}

/* Entry + Mid: solid blue */
.wi-mini-card--entry .wi-mc-btn[b-stfwck1dvc],
.wi-mini-card--mid   .wi-mc-btn[b-stfwck1dvc] {
    background: #2563EB;
    color: #ffffff;
    border-color: #2563EB;
}
.wi-mini-card--entry .wi-mc-btn:hover:not(:disabled)[b-stfwck1dvc],
.wi-mini-card--mid   .wi-mc-btn:hover:not(:disabled)[b-stfwck1dvc] {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

/* Pro: white button on navy */
.wi-mini-card--pro .wi-mc-btn[b-stfwck1dvc] {
    background: #ffffff;
    color: #1e3a8a;
    border-color: transparent;
    font-weight: 700;
}
.wi-mini-card--pro .wi-mc-btn:hover:not(:disabled)[b-stfwck1dvc] {
    background: #eff6ff;
}

/* Max: subtle ghost on dark */
.wi-mini-card--max .wi-mc-btn[b-stfwck1dvc] {
    background: rgba(255, 255, 255, 0.10);
    color: #e2e8f0;
    border-color: rgba(255, 255, 255, 0.18);
}
.wi-mini-card--max .wi-mc-btn:hover:not(:disabled)[b-stfwck1dvc] {
    background: rgba(255, 255, 255, 0.18);
}

/* Active (selected) — green */
.wi-mc-btn--active[b-stfwck1dvc] {
    background: #166534 !important;
    color: #ffffff !important;
    border-color: #166534 !important;
}
.wi-mc-btn--active:hover:not(:disabled)[b-stfwck1dvc] {
    background: #15803d !important;
    border-color: #15803d !important;
}

.wi-mc-btn:disabled[b-stfwck1dvc] {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

/* ===================================================
   Feature Checklist (white zone)
   =================================================== */

.wi-mc-features[b-stfwck1dvc] {
    flex: 1;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 6px 0 8px;
}

.wi-mc-feature[b-stfwck1dvc] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 20px;
    border-bottom: 1px solid #f4f4f5;
}

.wi-mc-feature:last-child[b-stfwck1dvc] { border-bottom: none; }

.wi-mc-feat-check[b-stfwck1dvc] {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #2563EB;
}

.wi-mini-card--free .wi-mc-feat-check[b-stfwck1dvc] { color: #9ca3af; }
.wi-mc-feature--elo .wi-mc-feat-check[b-stfwck1dvc] { color: #d97706; }

.wi-mc-feat-body[b-stfwck1dvc] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.wi-mc-feat-label[b-stfwck1dvc] {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    line-height: 1.3;
}

.wi-mc-feat-val[b-stfwck1dvc] {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
    line-height: 1.3;
}

.wi-mc-feat-sub[b-stfwck1dvc] {
    font-size: 10px;
    color: #9ca3af;
    line-height: 1.3;
    margin-top: 1px;
}

.wi-mc-feature--elo .wi-mc-feat-val[b-stfwck1dvc] { color: #2563EB; }

/* ===================================================
   Compare Bar (fixed bottom)
   =================================================== */

.wi-compare-bar[b-stfwck1dvc] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #09090b;
    border-top: 1px solid #27272a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 32px;
    z-index: 500;
    gap: 16px;
}

.wi-bar-chips[b-stfwck1dvc] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wi-bar-chip[b-stfwck1dvc] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #27272a;
    border: 1px solid #3f3f46;
    border-radius: 6px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.wi-bar-chip-remove[b-stfwck1dvc] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: #a1a1aa;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    transition: color 0.15s;
}

.wi-bar-chip-remove:hover[b-stfwck1dvc] {
    color: #ffffff;
}

.wi-bar-hint[b-stfwck1dvc] {
    font-size: 12px;
    color: #71717a;
}

.wi-compare-now-btn[b-stfwck1dvc] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 24px;
    border-radius: 8px;
    background: #2563EB;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.wi-compare-now-btn:hover:not(:disabled)[b-stfwck1dvc] {
    background: #1d4ed8;
}

.wi-compare-now-btn:disabled[b-stfwck1dvc] {
    opacity: 0.4;
    cursor: not-allowed;
}

.wi-compare-now-btn .bi[b-stfwck1dvc] {
    font-size: 18px;
}

/* ===================================================
   Compare Modal
   =================================================== */

.wi-modal-backdrop[b-stfwck1dvc] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.wi-modal[b-stfwck1dvc] {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 860px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
}

.wi-modal-header[b-stfwck1dvc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    border-bottom: 1px solid #e4e4e7;
    flex-shrink: 0;
}

.wi-modal-title[b-stfwck1dvc] {
    font-size: 18px;
    font-weight: 700;
    color: #09090b;
    margin: 0;
    letter-spacing: -0.02em;
}

.wi-modal-close[b-stfwck1dvc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    background: #f4f4f5;
    color: #52525b;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.15s;
}

.wi-modal-close:hover[b-stfwck1dvc] {
    background: #e4e4e7;
    color: #09090b;
}

.wi-modal-body[b-stfwck1dvc] {
    overflow-y: auto;
    padding: 24px 28px;
    flex: 1;
}

.wi-compare-table[b-stfwck1dvc] {
    width: 100%;
    border-collapse: collapse;
}

.wi-ct-label-col[b-stfwck1dvc] {
    width: 180px;
    text-align: left;
}

.wi-ct-plan-col[b-stfwck1dvc] {
    text-align: center;
    padding-bottom: 16px;
}

.wi-ct-plan-header[b-stfwck1dvc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.wi-ct-logo[b-stfwck1dvc] {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 4px;
}

.wi-ct-service[b-stfwck1dvc] {
    font-size: 15px;
    font-weight: 700;
    color: #09090b;
}

.wi-ct-tier[b-stfwck1dvc] {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f4f4f5;
    color: #52525b;
    border: 1px solid #e4e4e7;
}

.wi-ct-row td[b-stfwck1dvc] {
    padding: 13px 16px;
    border-bottom: 1px solid #e4e4e7;
    font-size: 14px;
    vertical-align: middle;
}

.wi-ct-row--alt td[b-stfwck1dvc] {
    background: #fafafa;
}

.wi-ct-row--price td[b-stfwck1dvc] {
    border-top: 1px solid #e4e4e7;
}

.wi-ct-label[b-stfwck1dvc] {
    font-size: 12px;
    font-weight: 600;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.wi-ct-value[b-stfwck1dvc] {
    text-align: center;
    font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
    font-size: 14px;
    font-weight: 600;
    color: #09090b;
}

.wi-ct-value--price[b-stfwck1dvc] {
    font-size: 22px;
    font-weight: 800;
    color: #09090b;
    letter-spacing: -0.03em;
}

.wi-ct-value--highlight[b-stfwck1dvc] {
    font-weight: 700;
}

.wi-ct-value--elo[b-stfwck1dvc] {
    color: #2563EB;
    font-weight: 700;
}

/* ===================================================
   Responsive — 1350px and below
   =================================================== */

@media (max-width: 1350px) {
    .wi-th-service[b-stfwck1dvc] { width: 80px; min-width: 72px; }
    .wi-th-tier[b-stfwck1dvc]    { min-width: 175px; }

    .wi-td-service[b-stfwck1dvc] { padding: 14px 4px; }
    .wi-svc-logo[b-stfwck1dvc]   { width: 24px; height: 24px; }
    .wi-svc-name[b-stfwck1dvc]   { font-size: 11px; }

    .wi-mc-head[b-stfwck1dvc]        { padding: 18px 16px 14px; }
    .wi-mc-price[b-stfwck1dvc]       { font-size: 48px; }
    .wi-mc-price-free[b-stfwck1dvc]  { font-size: 40px; }
    .wi-mc-cta[b-stfwck1dvc]         { padding: 12px 16px 16px; }
    .wi-mc-feature[b-stfwck1dvc]     { padding: 8px 16px; }
    .wi-mini-card[b-stfwck1dvc]      { min-height: 380px; }
}

/* ===================================================
   Responsive — 1200px and below
   =================================================== */

@media (max-width: 1200px) {
    .wi-th-service[b-stfwck1dvc] { width: 72px; min-width: 64px; }
    .wi-th-tier[b-stfwck1dvc]    { min-width: 155px; }

    .wi-td-service[b-stfwck1dvc]   { padding: 12px 4px; }
    .wi-svc-logo[b-stfwck1dvc]     { width: 20px; height: 20px; }
    .wi-svc-name[b-stfwck1dvc]     { font-size: 10px; }

    .wi-mc-head[b-stfwck1dvc]       { padding: 16px 14px 12px; }
    .wi-mc-badge[b-stfwck1dvc]      { margin-bottom: 12px; padding: 3px 10px; font-size: 8px; }
    .wi-mc-price[b-stfwck1dvc]      { font-size: 40px; }
    .wi-mc-currency[b-stfwck1dvc]   { font-size: 16px; margin-top: 7px; }
    .wi-mc-price-free[b-stfwck1dvc] { font-size: 34px; }
    .wi-mc-period[b-stfwck1dvc]     { font-size: 11px; margin-top: 3px; }
    .wi-mc-model[b-stfwck1dvc]      { font-size: 10px; margin-top: 6px; }

    .wi-mc-cta[b-stfwck1dvc]        { padding: 10px 14px 14px; }
    .wi-mc-btn[b-stfwck1dvc]        { padding: 9px 10px; font-size: 12px; }

    .wi-mc-feature[b-stfwck1dvc]    { padding: 7px 14px; gap: 8px; }
    .wi-mc-feat-check[b-stfwck1dvc] { font-size: 12px; }
    .wi-mc-feat-label[b-stfwck1dvc] { font-size: 8px; }
    .wi-mc-feat-val[b-stfwck1dvc]   { font-size: 12px; }
    .wi-mc-feat-sub[b-stfwck1dvc]   { font-size: 9px; }

    .wi-mini-card[b-stfwck1dvc]     { min-height: 340px; }

    /* Reduce compare bar padding */
    .wi-compare-bar[b-stfwck1dvc]   { padding: 12px 16px; }
}

/* ===================================================
   Mobile View — hidden on desktop, shown ≤ 768px
   =================================================== */

.wi-mobile-view[b-stfwck1dvc] {
    display: none;
}

@media (max-width: 768px) {

    /* Swap desktop table for mobile layout */
    .wi-table-wrapper[b-stfwck1dvc] { display: none; }
    .wi-tier-legend[b-stfwck1dvc]   { display: none; }
    .wi-mobile-view[b-stfwck1dvc]   { display: block; margin-bottom: 120px; }

    /* Page header stacks vertically */
    .wi-header[b-stfwck1dvc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .wi-sort-bar[b-stfwck1dvc] {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }
    .wi-sort-bar[b-stfwck1dvc]::-webkit-scrollbar { display: none; }

    /* ---- Service section ---- */
    .wi-mob-section[b-stfwck1dvc] {
        margin-bottom: 32px;
    }

    .wi-mob-svc-header[b-stfwck1dvc] {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 12px;
        margin-bottom: 14px;
        border-bottom: 1.5px solid #e4e4e7;
    }

    .wi-mob-svc-logo[b-stfwck1dvc] {
        width: 26px;
        height: 26px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .wi-mob-svc-name[b-stfwck1dvc] {
        font-size: 17px;
        font-weight: 700;
        color: #09090b;
        letter-spacing: -0.02em;
    }

    .wi-mob-tier-count[b-stfwck1dvc] {
        margin-left: auto;
        font-size: 12px;
        color: #9ca3af;
        font-weight: 500;
        white-space: nowrap;
    }

    /* ---- Card grid ---- */
    .wi-mob-scroll[b-stfwck1dvc] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wi-mob-card .wi-mini-card[b-stfwck1dvc] {
        min-height: 0;
    }

    /* ---- Adjust card internals for mobile ---- */
    .wi-mob-card .wi-mc-head[b-stfwck1dvc]      { padding: 18px 16px 14px; }
    .wi-mob-card .wi-mc-price[b-stfwck1dvc]     { font-size: 48px; }
    .wi-mob-card .wi-mc-currency[b-stfwck1dvc]  { font-size: 18px; margin-top: 9px; }
    .wi-mob-card .wi-mc-price-free[b-stfwck1dvc]{ font-size: 40px; }
    .wi-mob-card .wi-mc-cta[b-stfwck1dvc]       { padding: 12px 16px 16px; }
    .wi-mob-card .wi-mc-feature[b-stfwck1dvc]   { padding: 9px 16px; }
}

/* Tablet (480–768px): 2-column grid */
@media (max-width: 768px) and (min-width: 480px) {
    .wi-mob-scroll[b-stfwck1dvc] {
        grid-template-columns: repeat(2, 1fr);
    }
}
