/* /Components/LoadingSpinner.razor.rz.scp.css */
.loader[b-l1klvoxhgs] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 300px;
	padding: 3rem 0;
}

.spinner-border[b-l1klvoxhgs] {
	color: var(--primary, #10b981);
}
/* /Components/Modal.razor.rz.scp.css */
.modal-backdrop[b-51tvvkqfl0] {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	backdrop-filter: blur(2px);
}

.modal-container[b-51tvvkqfl0] {
	background: var(--card-background, #fff);
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	animation: modal-enter-b-51tvvkqfl0 0.2s ease;
}

@keyframes modal-enter-b-51tvvkqfl0 {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(10px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.modal-header[b-51tvvkqfl0] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.modal-header h3[b-51tvvkqfl0] {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--text-primary, #111827);
}

.modal-close[b-51tvvkqfl0] {
	background: none;
	border: none;
	color: var(--text-secondary, #6b7280);
	cursor: pointer;
	font-size: 1rem;
	padding: 0.25rem;
	border-radius: 6px;
	transition: color 0.15s, background 0.15s;
}

.modal-close:hover[b-51tvvkqfl0] {
	color: var(--text-primary, #111827);
	background: rgba(0, 0, 0, 0.05);
}

.modal-body[b-51tvvkqfl0] {
	padding: 1.5rem;
}

.modal-footer[b-51tvvkqfl0] {
	display: flex;
	justify-content: flex-end;
	gap: 0.75rem;
	padding: 1rem 1.5rem;
	border-top: 1px solid var(--border-color, #e5e7eb);
}
/* /Components/SideBar.razor.rz.scp.css */
/* Sidebar styles */
.sidebar-nav[b-y3od0wm94y] {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem 0;
}

.sidebar-brand[b-y3od0wm94y] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0 1.5rem 1.75rem 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 1.25rem;
}

.brand-icon[b-y3od0wm94y] {
	font-size: 1.75rem;
	color: #10b981;
}

.brand-text[b-y3od0wm94y] {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.025em;
}

.sidebar-section-label[b-y3od0wm94y] {
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.35);
	padding: 0.75rem 1.5rem 0.5rem;
}

.sidebar-menu[b-y3od0wm94y] {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0.5rem 0;
}

.sidebar-link[b-y3od0wm94y] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.625rem 1.5rem;
	margin: 2px 0.75rem;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #9ca3af;
	text-decoration: none;
	transition: all 0.15s ease;
}

	.sidebar-link:hover[b-y3od0wm94y] {
		background-color: rgba(255, 255, 255, 0.06);
		color: #f3f4f6;
	}

	.sidebar-link.active[b-y3od0wm94y] {
		background-color: rgba(16, 185, 129, 0.15);
		color: #10b981;
	}

	.sidebar-link.active i[b-y3od0wm94y] {
		color: #10b981;
	}

	.sidebar-link i[b-y3od0wm94y] {
		width: 20px;
		text-align: center;
		font-size: 1rem;
	}

.logout-link:hover[b-y3od0wm94y] {
	background-color: rgba(239, 68, 68, 0.1);
	color: #ef4444;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.main[b-dv2s6li298] {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 100%;
	height: 100%;
	background-color: #f9fafb;
}

.main__content[b-dv2s6li298] {
	display: flex;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.sidebar[b-dv2s6li298] {
	width: 240px;
	min-width: 240px;
	background-color: #111827;
	color: #d1d5db;
	overflow-y: auto;
	transition: width 0.2s ease, min-width 0.2s ease;
}

.main__content__body[b-dv2s6li298] {
	flex: 1;
	height: 100%;
	overflow: auto;
	background: #f9fafb;
}

/* Hamburger button � hidden on desktop */
.mobile-menu-btn[b-dv2s6li298] {
	display: none;
}

/* Sidebar overlay � hidden on desktop */
.sidebar-overlay[b-dv2s6li298] {
	display: none;
}

/* ??? Mobile ??? */
@media screen and (max-width: 768px) {
	.sidebar[b-dv2s6li298] {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 1001;
		width: 240px;
		min-width: 240px;
		transform: translateX(-100%);
		transition: transform 0.25s ease;
	}

	.sidebar.open[b-dv2s6li298] {
		transform: translateX(0);
	}

	.sidebar.collapsed[b-dv2s6li298] {
		transform: translateX(-100%);
		width: 240px;
		min-width: 240px;
	}

	.sidebar-overlay[b-dv2s6li298] {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1000;
	}

	.mobile-menu-btn[b-dv2s6li298] {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 1.5rem;
		left: 0.75rem;
		z-index: 999;
		width: 40px;
		height: 40px;
		border-radius: 10px;
		border: none;
		background: #111827;
		color: white;
		font-size: 1.1rem;
		cursor: pointer;
		box-shadow: 0 2px 8px rgba(0,0,0,0.15);
		transition: background 0.15s;
	}

	.mobile-menu-btn:hover[b-dv2s6li298] {
		background: #1f2937;
	}
}
/* /Pages/Categories.razor.rz.scp.css */
.categories-container[b-q7znwp6er6] {
    padding: 2rem 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.categories-grid[b-q7znwp6er6] {
    display: grid;
    gap: 0.75rem;
}

.category-card[b-q7znwp6er6] {
    display: flex;
    align-items: center;
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.category-card:hover[b-q7znwp6er6] {
    box-shadow: var(--shadow-md);
    transform: translateX(2px);
}

.category-color[b-q7znwp6er6] {
    width: 5px;
    height: 100%;
    min-height: 68px;
    flex-shrink: 0;
}

.category-info[b-q7znwp6er6] {
    flex: 1;
    padding: 0.875rem 1.25rem;
}

.category-info h3[b-q7znwp6er6] {
    color: var(--text-primary);
    margin: 0 0 0.25rem 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.clip-count[b-q7znwp6er6] {
    color: var(--text-secondary);
    font-size: 0.8rem;
}

.category-actions[b-q7znwp6er6] {
    display: flex;
    gap: 0.5rem;
    padding-right: 1rem;
}

.shortcut-badge[b-q7znwp6er6] {
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.shortcut-badge kbd[b-q7znwp6er6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 0.5rem;
    background: var(--background-secondary);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-primary);
    box-shadow: 0 1px 0 var(--border-color);
}

.category-form[b-q7znwp6er6] {
    padding: 0.5rem 0;
}

.color-picker[b-q7znwp6er6] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
}

.color-option[b-q7znwp6er6] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border: 2px solid transparent;
}

.color-option:hover[b-q7znwp6er6] {
    transform: scale(1.1);
}

.color-option.selected[b-q7znwp6er6] {
    border-color: var(--text-primary);
    box-shadow: var(--shadow);
}

.color-option i[b-q7znwp6er6] {
    color: white;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .categories-container[b-q7znwp6er6] {
        padding: 1.5rem 1rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.dashboard[b-tvn4vew2e3] {
    padding: 2rem 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.page-subtitle[b-tvn4vew2e3] {
    color: var(--text-secondary);
    margin: 0.25rem 0 0 0;
    font-size: 0.9rem;
}

.stats-row[b-tvn4vew2e3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.stat-card[b-tvn4vew2e3] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: box-shadow 0.2s ease;
}

.stat-card:hover[b-tvn4vew2e3] {
    box-shadow: var(--shadow-md);
}

.stat-icon[b-tvn4vew2e3] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.stat-icon--videos[b-tvn4vew2e3] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.stat-icon--clips[b-tvn4vew2e3] {
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
}

.stat-icon--categories[b-tvn4vew2e3] {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.stat-body[b-tvn4vew2e3] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-tvn4vew2e3] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
    letter-spacing: -0.025em;
}

.stat-label[b-tvn4vew2e3] {
    color: var(--text-secondary);
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    font-weight: 500;
}

.section-card[b-tvn4vew2e3] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.section-card__header[b-tvn4vew2e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.section-card__header h2[b-tvn4vew2e3] {
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.view-all-link[b-tvn4vew2e3] {
    color: var(--primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.view-all-link:hover[b-tvn4vew2e3] {
    color: var(--primary-hover);
}

.video-grid[b-tvn4vew2e3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
    padding: 1.5rem;
}

.video-card[b-tvn4vew2e3] {
    background: var(--background-secondary);
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid transparent;
}

.video-card:hover[b-tvn4vew2e3] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--border-color);
}

.video-thumb[b-tvn4vew2e3] {
    height: 150px;
    background: linear-gradient(135deg, #111827, #1f2937);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.video-thumb img[b-tvn4vew2e3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumb .yt-badge[b-tvn4vew2e3] {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    font-size: 1.1rem;
    color: #ff0000;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 0.1rem 0.3rem;
}

.video-thumb i.fa-play-circle[b-tvn4vew2e3] {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease, transform 0.2s ease;
}

.video-card:hover .video-thumb i.fa-play-circle[b-tvn4vew2e3] {
    color: #10b981;
    transform: scale(1.15);
}

.video-card__body[b-tvn4vew2e3] {
    padding: 1rem 1.125rem;
}

.video-card__body h3[b-tvn4vew2e3] {
    color: var(--text-primary);
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-card__meta[b-tvn4vew2e3] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.video-card__meta i[b-tvn4vew2e3] {
    margin-right: 0.25rem;
}

.empty-state[b-tvn4vew2e3] {
    padding: 3rem;
}

@media screen and (max-width: 767px) {
    .dashboard[b-tvn4vew2e3] {
        padding: 1.5rem 1rem;
    }
}
/* /Pages/JoinTeam.razor.rz.scp.css */
.join-page[b-4mm541zt9q] {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
}

.join-card[b-4mm541zt9q] {
	text-align: center;
	background: var(--card-background);
	border: 1px solid var(--border-color);
	padding: 3rem 2.5rem;
	border-radius: var(--radius-lg);
	max-width: 420px;
	width: 100%;
}

.join-icon[b-4mm541zt9q] {
	font-size: 3rem;
	margin-bottom: 1.25rem;
}

.join-icon.success[b-4mm541zt9q] {
	color: #10b981;
}

.join-icon.error[b-4mm541zt9q] {
	color: #ef4444;
}

.join-card h2[b-4mm541zt9q] {
	color: var(--text-primary);
	margin: 0 0 0.75rem 0;
	font-weight: 700;
	font-size: 1.375rem;
}

.join-card p[b-4mm541zt9q] {
	color: var(--text-secondary);
	margin-bottom: 2rem;
	line-height: 1.6;
	font-size: 0.9rem;
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-dvwunmxl62] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100vh;
}

.login-left[b-dvwunmxl62] {
	background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
}

.login-branding[b-dvwunmxl62] {
	text-align: center;
	color: white;
}

.login-branding .brand-icon[b-dvwunmxl62] {
	font-size: 4rem;
	color: #10b981;
	margin-bottom: 1.5rem;
}

.login-branding h1[b-dvwunmxl62] {
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: -0.05em;
	margin: 0 0 0.75rem 0;
	color: white;
}

.login-branding p[b-dvwunmxl62] {
	font-size: 1.125rem;
	color: #9ca3af;
	margin: 0;
}

.login-right[b-dvwunmxl62] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
	background: #f9fafb;
}

.login-box[b-dvwunmxl62] {
	width: 100%;
	max-width: 400px;
}

.login-box h2[b-dvwunmxl62] {
	font-size: 1.75rem;
	font-weight: 700;
	color: #111827;
	margin: 0 0 0.5rem 0;
	letter-spacing: -0.025em;
}

.login-subtitle[b-dvwunmxl62] {
	color: #6b7280;
	margin: 0 0 2rem 0;
	font-size: 0.95rem;
}

.login-field[b-dvwunmxl62] {
	margin-bottom: 1.25rem;
}

.login-field label[b-dvwunmxl62] {
	display: block;
	margin-bottom: 0.375rem;
	font-size: 0.8125rem !important;
	font-weight: 600;
	color: #374151;
	text-transform: none;
	letter-spacing: normal;
}

.login-footer[b-dvwunmxl62] {
	text-align: center;
	margin-top: 1rem;
}

.login-footer a[b-dvwunmxl62] {
	color: #10b981;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
}

.login-footer a:hover[b-dvwunmxl62] {
	color: #059669;
	text-decoration: underline;
}

.login-footer span[b-dvwunmxl62] {
	color: #6b7280;
	font-size: 0.875rem;
}

.login-field-row[b-dvwunmxl62] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.form-error[b-dvwunmxl62] {
	color: #dc3545;
	font-size: 0.8125rem;
	margin: 0 0 1rem 0;
	padding: 0.625rem 0.875rem;
	background: rgba(220, 53, 69, 0.08);
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	.login-page[b-dvwunmxl62] {
		grid-template-columns: 1fr;
	}

	.login-left[b-dvwunmxl62] {
		display: none;
	}

	.login-right[b-dvwunmxl62] {
		padding: 2rem;
	}

	.login-mobile-brand[b-dvwunmxl62] {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 2rem;
	}

	.login-mobile-brand .brand-icon[b-dvwunmxl62] {
		font-size: 3rem;
		color: #10b981;
		margin-bottom: 0.75rem;
	}

	.login-mobile-brand h1[b-dvwunmxl62] {
		font-size: 1.75rem;
		font-weight: 800;
		color: #111827;
		margin: 0;
		letter-spacing: -0.05em;
	}
}

@media screen and (min-width: 768px) {
	.login-mobile-brand[b-dvwunmxl62] {
		display: none;
	}
}
/* /Pages/Pricing.razor.rz.scp.css */
.pricing-page[b-hfomluze1a] {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1.5rem 3rem;
}

.pricing-header[b-hfomluze1a] {
	text-align: center;
	margin-bottom: 2.5rem;
}

.pricing-header h1[b-hfomluze1a] {
	font-size: 2rem;
	font-weight: 800;
	color: var(--text-primary);
	margin: 0 0 0.5rem 0;
}

.pricing-subtitle[b-hfomluze1a] {
	color: var(--text-secondary);
	font-size: 1rem;
	margin: 0 0 1.5rem 0;
}

/* ?? Billing Toggle ?? */

.billing-toggle[b-hfomluze1a] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.toggle-label[b-hfomluze1a] {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--text-secondary);
	transition: color 0.2s;
}

.toggle-label.active[b-hfomluze1a] {
	color: var(--text-primary);
	font-weight: 600;
}

.savings-badge[b-hfomluze1a] {
	background: #10b981;
	color: white;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.15rem 0.5rem;
	border-radius: 10px;
	margin-left: 0.25rem;
}

.toggle-switch[b-hfomluze1a] {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
}

.toggle-switch input[b-hfomluze1a] {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-slider[b-hfomluze1a] {
	position: absolute;
	cursor: pointer;
	inset: 0;
	background-color: #d1d5db;
	border-radius: 24px;
	transition: 0.2s;
}

.toggle-slider[b-hfomluze1a]::before {
	content: "";
	position: absolute;
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	border-radius: 50%;
	transition: 0.2s;
}

.toggle-switch input:checked + .toggle-slider[b-hfomluze1a] {
	background-color: #10b981;
}

.toggle-switch input:checked + .toggle-slider[b-hfomluze1a]::before {
	transform: translateX(20px);
}

/* ?? Cards Grid ?? */

.pricing-cards[b-hfomluze1a] {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	align-items: start;
}

.pricing-card[b-hfomluze1a] {
	background: var(--card-background);
	border: 1px solid var(--border-color);
	border-radius: var(--radius-lg);
	padding: 2rem 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
}

.pricing-card.featured[b-hfomluze1a] {
	border: 2px solid #10b981;
	box-shadow: 0 4px 24px rgba(16, 185, 129, 0.12);
}

.featured-badge[b-hfomluze1a] {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: #10b981;
	color: white;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.25rem 0.875rem;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.card-header[b-hfomluze1a] {
	margin-bottom: 1rem;
}

.card-header h2[b-hfomluze1a] {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--text-primary);
	margin: 0 0 0.25rem 0;
}

.card-subtitle[b-hfomluze1a] {
	color: var(--text-secondary);
	font-size: 0.8125rem;
	margin: 0;
}

.card-price[b-hfomluze1a] {
	margin-bottom: 1.5rem;
}

.price-amount[b-hfomluze1a] {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--text-primary);
	letter-spacing: -0.03em;
}

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

.price-billed[b-hfomluze1a] {
	display: block;
	font-size: 0.75rem;
	color: var(--text-secondary);
	margin-top: 0.25rem;
}

/* ?? Feature List ?? */

.feature-list[b-hfomluze1a] {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
	flex: 1;
}

.feature-list li[b-hfomluze1a] {
	padding: 0.4rem 0;
	font-size: 0.8125rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.feature-yes i[b-hfomluze1a] {
	color: #10b981;
	font-size: 0.75rem;
	width: 16px;
	text-align: center;
}

.feature-no[b-hfomluze1a] {
	color: var(--text-secondary);
	opacity: 0.6;
}

.feature-no i[b-hfomluze1a] {
	color: #d1d5db;
	font-size: 0.75rem;
	width: 16px;
	text-align: center;
}

/* ?? Buttons ?? */

.card-action[b-hfomluze1a] {
	margin-top: auto;
}

.btn-plan[b-hfomluze1a] {
	width: 100%;
	padding: 0.75rem;
	border: none;
	border-radius: var(--radius-md);
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, opacity 0.2s;
}

.btn-plan:disabled[b-hfomluze1a] {
	cursor: default;
	opacity: 0.7;
}

.btn-free[b-hfomluze1a] {
	background: var(--border-color);
	color: var(--text-primary);
}

.btn-free:hover[b-hfomluze1a] {
	background: #d1d5db;
}

.btn-primary[b-hfomluze1a] {
	background: #10b981;
	color: white;
}

.btn-primary:hover[b-hfomluze1a] {
	background: #059669;
}

.btn-club[b-hfomluze1a] {
	background: #111827;
	color: white;
}

.btn-club:hover[b-hfomluze1a] {
	background: #1f2937;
}

.btn-current[b-hfomluze1a] {
	background: var(--border-color);
	color: var(--text-secondary);
}

/* ?? Footer ?? */

.pricing-currency[b-hfomluze1a] {
	text-align: center;
	color: var(--text-secondary);
	font-size: 0.8125rem;
	margin-top: 2rem;
}

.pricing-error[b-hfomluze1a] {
	text-align: center;
	color: #dc3545;
	font-size: 0.8125rem;
	margin-top: 1rem;
	padding: 0.625rem 0.875rem;
	background: rgba(220, 53, 69, 0.08);
	border-radius: 6px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* ?? Responsive ?? */

@media screen and (max-width: 900px) {
	.pricing-cards[b-hfomluze1a] {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin: 0 auto;
	}
}
/* /Pages/SubscriptionSuccess.razor.rz.scp.css */
.success-page[b-udbxah9z5b] {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
}

.success-card[b-udbxah9z5b] {
	text-align: center;
	background: var(--card-background);
	border: 1px solid var(--border-color);
	padding: 3rem 2.5rem;
	border-radius: var(--radius-lg);
	max-width: 420px;
	width: 100%;
}

.success-icon[b-udbxah9z5b] {
	font-size: 3rem;
	color: #10b981;
	margin-bottom: 1.25rem;
}

.success-card h2[b-udbxah9z5b] {
	color: var(--text-primary);
	margin: 0 0 0.75rem 0;
	font-weight: 700;
}

.success-card p[b-udbxah9z5b] {
	color: var(--text-secondary);
	margin-bottom: 2rem;
	line-height: 1.6;
	font-size: 0.9rem;
}
/* /Pages/Team.razor.rz.scp.css */
.team-container[b-277058knwm] {
    padding: 2rem 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.error-state[b-277058knwm] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-secondary);
}

.error-state i[b-277058knwm] {
    font-size: 3rem;
    color: var(--text-tertiary);
    margin-bottom: 1rem;
}

.back-link[b-277058knwm] {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    transition: color 0.15s ease;
}

.back-link:hover[b-277058knwm] {
    color: var(--primary);
}

.team-header[b-277058knwm] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.team-header-actions[b-277058knwm] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.team-title-row[b-277058knwm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.team-info h1[b-277058knwm] {
    color: var(--text-primary);
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.team-description[b-277058knwm] {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.team-stats[b-277058knwm] {
    display: flex;
    gap: 1.5rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.team-stats i[b-277058knwm] {
    margin-right: 0.375rem;
    color: var(--primary);
}

.members-section[b-277058knwm] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.section-header[b-277058knwm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.section-header h2[b-277058knwm] {
    color: var(--text-primary);
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.empty-members[b-277058knwm] {
    text-align: center;
    padding: 3rem;
    color: var(--text-secondary);
}

.empty-members i[b-277058knwm] {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    color: var(--text-tertiary);
}

.members-list[b-277058knwm] {
    display: grid;
    gap: 0;
}

.member-card[b-277058knwm] {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    transition: background 0.15s ease;
    border-bottom: 1px solid var(--border-color);
}

.member-card:last-child[b-277058knwm] {
    border-bottom: none;
}

.member-card:hover[b-277058knwm] {
    background: var(--background-secondary);
}

.member-card.inactive[b-277058knwm] {
    opacity: 0.5;
}

.member-avatar[b-277058knwm] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.member-avatar i[b-277058knwm] {
    color: white;
    font-size: 1rem;
}

.member-info[b-277058knwm] {
    flex: 1;
    min-width: 0;
}

.member-info h3[b-277058knwm] {
    color: var(--text-primary);
    margin: 0 0 0.125rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.coach-badge[b-277058knwm] {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.5rem;
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.member-email[b-277058knwm] {
    color: var(--text-secondary);
    font-size: 0.8rem;
    display: block;
}

.member-joined[b-277058knwm] {
    color: var(--text-tertiary);
    font-size: 0.75rem;
}

.member-status[b-277058knwm] {
    margin-right: 0.75rem;
}

.status-active[b-277058knwm] {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    padding: 0.2rem 0.625rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-inactive[b-277058knwm] {
    background: var(--background-secondary);
    color: var(--text-secondary);
    padding: 0.2rem 0.625rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .team-container[b-277058knwm] {
        padding: 1.5rem 1rem;
    }
}

.team-form[b-277058knwm], .member-form[b-277058knwm] {
    padding: 1rem 0;
}

.form-group[b-277058knwm] {
    margin-bottom: 1.5rem;
}

.form-group label[b-277058knwm] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-weight: 500;
}

.error-message[b-277058knwm] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.hint[b-277058knwm] {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

/* ?? Invite section ?? */

.invite-section[b-277058knwm] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.invite-content[b-277058knwm] {
    padding: 1.25rem 1.5rem;
}

.invite-link-row[b-277058knwm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.invite-link[b-277058knwm] {
    flex: 1;
    background: var(--background-secondary);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 0.625rem 0.875rem;
    font-size: 0.8rem;
    color: var(--text-primary);
    word-break: break-all;
    font-family: monospace;
}

/* ?? Badges ?? */

.share-badge[b-277058knwm] {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.5rem;
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.team-inactive-badge[b-277058knwm] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    background: var(--background-secondary);
    color: var(--text-tertiary);
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* ?? Outline danger button ?? */

[b-277058knwm] .btn-outline-danger {
    background: transparent;
    color: #dc3545;
    border: 1px solid #dc3545;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.8125rem;
    transition: all 0.15s ease;
}

[b-277058knwm] .btn-outline-danger:hover {
    background: rgba(220, 53, 69, 0.08);
}

/* /Pages/Teams.razor.rz.scp.css */
.teams-container[b-kxv50obx9w] {
    padding: 2rem 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.teams-page-header[b-kxv50obx9w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.teams-page-header h1[b-kxv50obx9w] {
    color: var(--text-primary);
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.no-teams[b-kxv50obx9w] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}

.teams-grid[b-kxv50obx9w] {
    display: grid;
    gap: 1rem;
}

.team-card[b-kxv50obx9w] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

.team-card:hover[b-kxv50obx9w] {
    border-color: var(--primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.team-card-header[b-kxv50obx9w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.team-card-header h2[b-kxv50obx9w] {
    color: var(--text-primary);
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.team-card-desc[b-kxv50obx9w] {
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.team-card-stats[b-kxv50obx9w] {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: var(--text-secondary);
    font-size: 0.8rem;
}

.team-card-stats i[b-kxv50obx9w] {
    margin-right: 0.25rem;
    color: var(--primary);
}

.coach-badge[b-kxv50obx9w] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.member-badge[b-kxv50obx9w] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.team-inactive-badge[b-kxv50obx9w] {
    background: var(--background-secondary);
    color: var(--text-tertiary);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 600;
}

/* Reuse from Team.razor.css */
.create-team-card[b-kxv50obx9w] {
    text-align: center;
    background: var(--card-background);
    border: 1px solid var(--border-color);
    padding: 3rem 2.5rem;
    border-radius: var(--radius-lg);
    max-width: 420px;
}

.create-team-card i[b-kxv50obx9w] {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1.25rem;
}

.create-team-card h2[b-kxv50obx9w] {
    color: var(--text-primary);
    margin: 0 0 0.75rem 0;
    font-weight: 700;
    font-size: 1.375rem;
}

.create-team-card p[b-kxv50obx9w] {
    color: var(--text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 0.9rem;
}

.team-form[b-kxv50obx9w] {
    padding: 1rem 0;
}

.form-group[b-kxv50obx9w] {
    margin-bottom: 1.5rem;
}

.form-group label[b-kxv50obx9w] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .teams-container[b-kxv50obx9w] {
        padding: 1.5rem 1rem;
    }
}
/* /Pages/VideoPlayer.razor.rz.scp.css */
.video-player-container[b-bxtnons9xh] {
    padding: 1.5rem 2rem;
    height: calc(100vh - 3rem);
    overflow: hidden;
}

.error-state[b-bxtnons9xh] {
    text-align: center;
    padding: 4rem;
}

.error-state i[b-bxtnons9xh] {
    font-size: 3rem;
    color: var(--danger);
    margin-bottom: 1rem;
}

.player-layout[b-bxtnons9xh] {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 1.5rem;
    height: 100%;
}

.player-section[b-bxtnons9xh] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.video-header[b-bxtnons9xh] {
    margin-bottom: 1rem;
}

.back-link[b-bxtnons9xh] {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.5rem;
    transition: color 0.15s;
}

.back-link:hover[b-bxtnons9xh] {
    color: var(--primary);
}

.video-header h1[b-bxtnons9xh] {
    color: var(--text-primary);
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.025em;
}

/* ?? Video wrapper & fullscreen ?? */

.video-wrapper[b-bxtnons9xh] {
    flex: 1;
    background: #000;
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    position: relative;
}

.video-wrapper.is-fullscreen[b-bxtnons9xh] {
    border-radius: 0;
}

.video-wrapper video[b-bxtnons9xh] {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    display: block;
}

.video-wrapper #ytPlayer[b-bxtnons9xh] {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    position: relative;
    z-index: 1;
}

.video-wrapper.is-fullscreen #ytPlayer[b-bxtnons9xh] {
    aspect-ratio: auto;
    height: 100%;
}

/* Hide native fullscreen button */
video[b-bxtnons9xh]::-webkit-media-controls-fullscreen-button {
    display: none;
}

video[b-bxtnons9xh]::-moz-media-controls-fullscreen-button {
    display: none;
}

/* ?? Top-right video control buttons ?? */

.video-top-controls[b-bxtnons9xh] {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.video-wrapper:hover .video-top-controls[b-bxtnons9xh] {
    opacity: 1;
}

/* Keep visible in fullscreen */
.video-wrapper.is-fullscreen .video-top-controls[b-bxtnons9xh] {
    opacity: 1;
}

.btn-video-control[b-bxtnons9xh] {
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background 0.15s ease, transform 0.1s ease;
}

.btn-video-control:hover[b-bxtnons9xh] {
    background: rgba(0, 0, 0, 0.85);
    transform: scale(1.05);
}

/* ?? Seek indicator ?? */

.seek-indicator[b-bxtnons9xh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 20;
    font-variant-numeric: tabular-nums;
}

.seek-indicator.visible[b-bxtnons9xh] {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ?? Overlay recording indicator ?? */

.overlay-recording[b-bxtnons9xh] {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 38, 38, 0.85);
    backdrop-filter: blur(6px);
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 20;
    pointer-events: none;
}

.overlay-rec-dot[b-bxtnons9xh] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    animation: pulse-recording-b-bxtnons9xh 1s ease-in-out infinite;
    flex-shrink: 0;
}

.overlay-recording kbd[b-bxtnons9xh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
}

/* ?? Overlay legend (inside video) ?? */

.overlay-legend[b-bxtnons9xh] {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    z-index: 15;
    pointer-events: none;
    white-space: nowrap;
}

.overlay-legend-title[b-bxtnons9xh] {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 4px;
}

.overlay-legend-item[b-bxtnons9xh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.overlay-legend-item kbd[b-bxtnons9xh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
}

.overlay-legend-color[b-bxtnons9xh] {
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

/* ?? Clip saved toast ?? */

.overlay-clip-saved[b-bxtnons9xh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: rgba(16, 185, 129, 0.9);
    backdrop-filter: blur(6px);
    color: white;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 25;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.overlay-clip-saved.visible[b-bxtnons9xh] {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.overlay-legend-sep[b-bxtnons9xh] {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

/* ?? Bottom controls bar ?? */

.video-controls[b-bxtnons9xh] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
    margin-top: 1rem;
}

.time-display[b-bxtnons9xh] {
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    font-family: monospace;
}

.clip-controls[b-bxtnons9xh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.clip-category-select[b-bxtnons9xh] {
    min-width: 140px;
}

.btn-action[b-bxtnons9xh] {
    background: var(--background-secondary);
    border: 1px solid var(--border-color);
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    cursor: pointer;
    color: var(--text-primary);
    font-size: 0.8125rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.15s ease;
}

.btn-action:hover[b-bxtnons9xh] {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.time-range[b-bxtnons9xh] {
    background: var(--background-secondary);
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    font-family: monospace;
    font-size: 0.85rem;
    color: var(--text-primary);
}

.btn-primary[b-bxtnons9xh] {
    background: var(--primary);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-weight: 600;
    font-size: 0.8125rem;
    transition: all 0.15s ease;
}

.btn-primary:hover:not(:disabled)[b-bxtnons9xh] {
    background: var(--primary-hover);
}

.btn-primary:disabled[b-bxtnons9xh] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ?? Recording indicator (below controls) ?? */

.recording-indicator[b-bxtnons9xh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    margin-top: 0.75rem;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #dc2626;
}

.recording-dot[b-bxtnons9xh] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ef4444;
    animation: pulse-recording-b-bxtnons9xh 1s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes pulse-recording-b-bxtnons9xh {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.recording-indicator kbd[b-bxtnons9xh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 0.375rem;
    background: white;
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    color: #dc2626;
}

/* ?? Shortcut legend (below controls) ?? */

.shortcut-legend[b-bxtnons9xh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    margin-top: 0.5rem;
    background: var(--background-secondary);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.shortcut-legend--playback[b-bxtnons9xh] {
    margin-top: 0.375rem;
}

.legend-label[b-bxtnons9xh] {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-tertiary);
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.legend-divider[b-bxtnons9xh] {
    width: 1px;
    height: 16px;
    background: var(--border-color);
}

.legend-item[b-bxtnons9xh] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.legend-item kbd[b-bxtnons9xh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 0.3rem;
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-primary);
    box-shadow: 0 1px 0 var(--border-color);
}

.legend-color[b-bxtnons9xh] {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    flex-shrink: 0;
}

/* ?? Clips panel ?? */

.clips-panel[b-bxtnons9xh] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.clips-header[b-bxtnons9xh] {
    padding: 1.25rem;
    border-bottom: 1px solid var(--border-color);
}

.clips-header h2[b-bxtnons9xh] {
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

.filter-controls[b-bxtnons9xh] {
    width: 100%;
}

.clips-list[b-bxtnons9xh] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem;
}

.empty-clips[b-bxtnons9xh] {
    text-align: center;
    padding: 2rem;
    color: var(--text-secondary);
}

.empty-clips i[b-bxtnons9xh] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--text-tertiary);
}

.empty-clips .hint[b-bxtnons9xh] {
    font-size: 0.8rem;
}

.clip-card[b-bxtnons9xh] {
    display: flex;
    align-items: stretch;
    background: var(--background-secondary);
    border-radius: 8px;
    margin-bottom: 0.375rem;
    cursor: pointer;
    overflow: hidden;
    transition: background 0.15s ease;
    border: 1px solid transparent;
}

.clip-card:hover[b-bxtnons9xh] {
    background: var(--background-tertiary);
    border-color: var(--border-color);
}

.clip-card.selected[b-bxtnons9xh] {
    border-color: var(--primary);
    background: var(--primary-light);
}

.clip-color[b-bxtnons9xh] {
    width: 4px;
    flex-shrink: 0;
}

.clip-content[b-bxtnons9xh] {
    flex: 1;
    padding: 0.625rem 0.75rem;
    min-width: 0;
}

.clip-title[b-bxtnons9xh] {
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clip-meta[b-bxtnons9xh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.375rem;
}

.clip-time[b-bxtnons9xh] {
    color: var(--text-secondary);
    font-size: 0.75rem;
    font-family: monospace;
}

.clip-time i[b-bxtnons9xh] {
    margin-right: 0.25rem;
}

.clip-author[b-bxtnons9xh] {
    font-size: 0.7rem;
    color: var(--text-tertiary);
    font-weight: 500;
}

.clip-categories[b-bxtnons9xh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.25rem;
}

.clip-category[b-bxtnons9xh] {
    display: inline-block;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    color: white;
}

.clip-actions[b-bxtnons9xh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.375rem;
    gap: 0.25rem;
}

.clip-form[b-bxtnons9xh] {
    padding: 0.5rem 0;
}

.form-row[b-bxtnons9xh] {
    display: flex;
    gap: 1rem;
}

.form-group.half[b-bxtnons9xh] {
    flex: 1;
}

@media (max-width: 1024px) {
    .player-layout[b-bxtnons9xh] {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .clips-panel[b-bxtnons9xh] {
        max-height: 300px;
    }
}
/* /Pages/Videos.razor.rz.scp.css */
.videos-container[b-nsmlswxirr] {
    padding: 2rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.video-grid[b-nsmlswxirr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

.video-card[b-nsmlswxirr] {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-card:hover[b-nsmlswxirr] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.video-thumbnail[b-nsmlswxirr] {
    height: 170px;
    background: linear-gradient(135deg, #111827, #1f2937);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.video-thumbnail img[b-nsmlswxirr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumbnail .yt-badge[b-nsmlswxirr] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1.25rem;
    color: #ff0000;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 0.15rem 0.35rem;
}

.video-thumbnail i.fa-play-circle[b-nsmlswxirr] {
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.2s ease, transform 0.2s ease;
}

.video-thumbnail:hover i.fa-play-circle[b-nsmlswxirr] {
    color: #10b981;
    transform: scale(1.1);
}

/* ?? Source tabs in upload dialog ?? */

.source-tabs[b-nsmlswxirr] {
    display: flex;
    gap: 0;
    margin-bottom: 1.25rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.source-tab[b-nsmlswxirr] {
    flex: 1;
    padding: 0.6rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-secondary);
    transition: background 0.15s, color 0.15s;
}

.source-tab.active[b-nsmlswxirr] {
    background: var(--border-color);
    color: var(--text-primary);
}

.source-tab:hover:not(.active)[b-nsmlswxirr] {
    background: rgba(0,0,0,0.03);
}

.video-info[b-nsmlswxirr] {
    padding: 1.25rem;
}

.video-info h3[b-nsmlswxirr] {
    color: var(--text-primary);
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.video-info h3:hover[b-nsmlswxirr] {
    color: var(--primary);
}

.video-info .description[b-nsmlswxirr] {
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.video-meta[b-nsmlswxirr] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.clip-count i[b-nsmlswxirr] {
    margin-right: 0.25rem;
}

.video-actions[b-nsmlswxirr] {
    display: flex;
    gap: 0.5rem;
}

.upload-form[b-nsmlswxirr] {
    padding: 0.5rem 0;
}

.file-name[b-nsmlswxirr] {
    margin-top: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
    .videos-container[b-nsmlswxirr] {
        padding: 1.5rem 1rem;
    }

    .video-grid[b-nsmlswxirr] {
        grid-template-columns: 1fr;
    }
}
