/*******************************/
/* GENERAL                     */
/*******************************/
html,
body {
	height: 100%;
}

html { font-size: 16px; }
body {
	font-family: 'Biennale-Regular', sans-serif;
	font-size: 1.1rem;
	color: #0e0e0e;
	background-color: #fff;
	height: 100%;
	margin: 0;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: antialiased;
	text-rendering: optimizeLegibility;
}

a, button, .button {
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
a {
	outline: none;
	color: #2762f8;
}
a:focus, a:hover { color: #2762f8; }

hr {
	border: 0;
	height: 1px;
	background-color: #002e66;
	margin: 50px 0;
}
hr.light {
	background-color: #dddd;
}


/*******************************/
/* STRUCTURE                   */
/*******************************/

/*
@media ( max-width: 599px ) { .grid-container { padding: 60px 20px; } }
@media ( min-width: 600px ) { .grid-container { padding: 100px 20px; } }
.grid-container.first { padding-top: 130px; }
*/

#pattern {
	background-image: url('../img/pattern.png');
	background-size: 120%;
	background-position: center;
	background-repeat: no-repeat;
}


.dark { background-color: #001C46; }
.light { background-color: #F2F5FA; }


/*******************************/
/* TYPOGRAPHY                  */
/*******************************/
.text-dark  { color: #0e0e0e; }
.text-light { color: #eeeeee; }
.text-blue  { color: #2762f8; }

p {
	font-size: 1.10rem;
	color: #0e0e0e;
}

.lead {
	font-family: 'Biennale-Regular', sans-serif;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.lead.text-light { font-family: 'Biennale-Regular', sans-serif; }

.subs {
	font-family: 'Biennale-Regular', sans-serif;
	font-size: 0.8rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Biennale-Regular', sans-serif;
	--letter-spacing: -2px;
	font-weight: normal;
	color: #001C46;
	line-height: 1.1;
	margin-bottom: 30px;
}
h1 { font-size: 2.8rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1.1rem; }

h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light { --font-family: 'Biennale-Regular', sans-serif; }

h1.huge {
	letter-spacing: -4px;
	line-height: 1;
}

@media ( min-width: 600px ) {
	h1 { font-size: 3rem; }
	h2 { font-size: 2.8rem; }
}
@media ( min-width: 768px ) {
	h1 { font-size: 3.6rem; }
	h2 { font-size: 3rem; }
	h3 { font-size: 1.8rem; }
}
@media ( min-width: 1024px ) {
	h1 { font-size: 4rem; }
	h2 { font-size: 3.2rem; }
	h3 { font-size: 2.8rem; letter-spacing: -2px; }
}
@media ( min-width: 1280px ) {
	h1 {
		font-size: 6rem;
		letter-spacing: -4px;
		line-height: 1;
	}

	h1.podcast { font-size: 4rem !important; }

	h2 { font-size: 4.2rem; }
	h3 { font-size: 2.8rem; letter-spacing: -2px;}
	h4 { font-size: 2rem; }
}


/*******************************/
/* BUTTONS                     */
/*******************************/
.button, button {
	font-family: 'Biennale-Regular', sans-serif;
	font-size: 0.95rem;

	text-rendering: geometricPrecision;
	background-color: #2762f8;
	border: 0px transparent;
	color: #fff;

	border-radius: 100px;
	padding: 15px 50px;
}
.button:hover, .button:focus,
button:hover, button:focus { background-color: #214bb7; }
@media ( min-width: 480px ) {
	.button, button { width: auto; }
}
.button.huge  {
	font-size: 1rem;
	margin-top: 20px;
	padding: 25px 55px;
}


/*******************************/
/* REVEAL                      */
/*******************************/
.reveal {
	border-radius: 15px;
	padding: 50px 20px;
}
.reveal .close-button {
	padding: 20px;
	background-color: transparent;
}
@media (max-width: 639px) {
	.reveal { border-radius: 0; }
}

.reveal-overlay {
	background-color: rgba(0, 0, 0, 0.75);
}

#join-newsletter.reveal h3 { font-size: 2rem; }
@media (max-width: 1023px) { #join-newsletter.reveal h3 { font-size: 2rem; } }


/*******************************/
/* FOOTER                      */
/*******************************/
.footer {
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .grid-container { padding: 0 20px; }
.footer p {
	font-size: 0.9rem;
	margin: 0;
}
.footer img {
	width: 40px;
	padding: 0 10px;
	margin-bottom: 10px;
}
@media (min-width: 640px) { 
	.footer a.legal-link { margin-right: 20px; }
	.footer img {
		width: 20px;
		padding: 0;
		margin: 0;
		margin-left: 10px;
	}
}


/*******************************/
/* APP STYLES BEGIN HERE       */
/*******************************/
:root {
	--course-ui-top-offset: 0px;
	--tf-accent: #481c6d;
	--tf-accent-hover: #351451;
	--tf-accent-soft: rgba(72, 28, 109, 0.08);
	--tf-accent-link: #481c6d;
}

/* evita que el contenido fuerce el ancho de las columnas en flex */
.tf-sidebar,
.tf-player {
	min-width: 0;
	min-height: 0;
}

/* altura visible del layout (si tu header ocupa espacio real, ajustá esta variable) */
.tf-course {
	height: calc(100dvh - var(--course-ui-top-offset, 0px));
	max-height: calc(100dvh - var(--course-ui-top-offset, 0px));
	overflow: hidden;
}

.tf-course-row {
	height: 100%;
	max-height: 100%;
	min-height: 0;
	overflow: hidden;
}

/* panel izquierdo: no scrollea el aside, scrollea el wrapper interno */
.tf-sidebar {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	display: flex;
}

.tf-player {
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 100%;
	padding-right: 2rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.tf-sidebar-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: hidden;
}

.tf-sidebar-brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex: 0 0 auto;
	min-width: 0;
	padding: 18px 10px;
	font-family: "Biennale-Semibold", sans-serif;
	color: #3f4652;
	border-bottom: 1px #dedede solid;
}
.tf-sidebar-logo {
	width: 180px;
	max-width: 100%;
	height: auto;
	min-width: 0;
}

.tf-sidebar-logo-dark {
	display: none;
}

body.is-dark-mode .tf-sidebar-logo-light {
	display: none;
}

body.is-dark-mode .tf-sidebar-logo-dark {
	display: block;
}

.tf-theme-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
}

.tf-theme-toggle:hover,
.tf-theme-toggle:focus {
	background-color: rgba(72, 28, 109, 0.08);
}

.tf-theme-toggle-icon {
	width: 22px;
	height: 22px;
}

.tf-theme-toggle-icon-sun {
	display: none;
}

.tf-sidebar-close-button {
	display: none;
}

.tf-sidebar-close-button {
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: transparent;
	color: #3f4652;
	cursor: pointer;
}

.tf-sidebar-close-button svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.tf-sidebar-close-button:hover,
.tf-sidebar-close-button:focus {
	background-color: rgba(72, 28, 109, 0.08);
	color: #481c6d;
}

body.is-dark-mode .tf-theme-toggle-icon-moon {
	display: none;
}

body.is-dark-mode .tf-theme-toggle-icon-sun {
	display: block;
}

.tf-sidebar-product-nav {
	display: flex;
	flex-direction: column;
	gap: 1px;
	flex: 0 0 auto;
	padding: 8px 0;
	border-bottom: 1px #dedede solid;
}

.tf-sidebar-product-link {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-height: 40px;
	padding: 2px 10px;
	border-radius: 10px;
	color: #3f4652;
	line-height: 1;
}

.tf-sidebar-product-link:hover,
.tf-sidebar-product-link:focus,
.tf-sidebar-product-link.is-active {
	background-color: rgba(72, 28, 109, 0.08);
	color: #481c6d;
}

.tf-sidebar-product-link.is-active {
	font-family: "Biennale-Semibold", sans-serif;
}

/* SIDEBAR PRODUCT ICONS - SIZE AND WEIGHT */
.tf-sidebar-product-icon {
	--icon-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
	width: 32px;
	height: 30px;
}

.tf-sidebar-product-icon svg {
	width: var(--icon-size);
	height: var(--icon-size);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tf-sidebar-product-icon-empezar-aqui {
	--icon-size: 30px;
}

.tf-sidebar-product-icon svg.tf-icon-empezar-aqui {
	stroke-width: 1;
}

.tf-sidebar-product-icon-curso {
	--icon-size: 18px;
}

.tf-sidebar-product-icon svg.tf-icon-curso {
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 0;
}

.tf-sidebar-product-icon-proyectos {
	--icon-size: 22px;
}

.tf-sidebar-product-icon svg.tf-icon-proyectos {
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 0;
}

.tf-sidebar-product-icon-vivos {
	--icon-size: 24px;
}

.tf-sidebar-product-icon svg.tf-icon-vivos {
	stroke-width: 2.7;
}

.tf-sidebar-product-icon-comunidad {
	--icon-size: 24px;
}

.tf-sidebar-product-icon svg.tf-icon-comunidad {
	stroke-width: 2.15;
}

.tf-sidebar-playlists-menu {
	position: relative;
	margin-bottom: 0;
}

.tf-sidebar-playlists-title {
	width: 100%;
	border: 0;
	background: transparent;
	font-family: "Biennale-Regular", sans-serif;
	font-size: inherit;
	text-align: left;
	cursor: pointer;
}

.tf-sidebar-playlists-menu.is-active .tf-sidebar-playlists-title {
	background-color: rgba(72, 28, 109, 0.08);
	color: #481c6d;
	font-family: "Biennale-Semibold", sans-serif;
}

.tf-sidebar-playlists-dropdown.dropdown-pane {
	z-index: 1000;
	width: min(260px, 80vw);
	padding: 8px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 14px 35px rgba(20, 24, 31, 0.14);
}

.tf-sidebar-playlists-dropdown-responsive.dropdown-pane {
	width: 100%;
	max-width: none;
	margin-top: 6px;
}

.tf-sidebar-playlist-link {
	display: block;
	padding: 10px 12px;
	border-radius: 100px;
	color: #3f4652;
	line-height: 1.15;
}

.tf-sidebar-playlist-title {
	display: block;
}

.tf-sidebar-playlist-difficulty {
	display: inline-flex;
	width: fit-content;
	margin-top: 7px;
	padding: 4px 9px;
	border-radius: 999px;
	background-color: rgba(72, 28, 109, 0.1);
	color: #481c6d;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.72rem;
	line-height: 1;
}

.tf-sidebar-playlist-link:hover,
.tf-sidebar-playlist-link:focus,
.tf-sidebar-playlist-link.is-active {
	background-color: rgba(72, 28, 109, 0.08);
	color: #481c6d;
}

.tf-sidebar-playlist-link.is-active {
	font-family: "Biennale-Semibold", sans-serif;
}

.tf-sidebar-scroll {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	max-height: 100%;
	margin-right: -20px;
	padding-right: 20px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.tf-community-sidebar-note {
	padding: 18px 10px;
	color: #5f6673;
	line-height: 1.2;
}

.tf-community-sidebar-note span,
.tf-community-sidebar-note strong {
	display: block;
}

.tf-community-sidebar-note span {
	margin-bottom: 0.35rem;
	font-size: 0.82rem;
}

.tf-community-sidebar-note strong {
	font-family: "Biennale-Semibold", sans-serif;
	color: #3f4652;
}

.tf-community-sidebar-forums {
	padding: 18px 10px;
}

.tf-community-sidebar-forums .tf-community-sidebar-note {
	padding: 0;
}

.tf-community-sidebar-label {
	display: block;
	margin-bottom: 0.55rem;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.82rem;
	line-height: 1.2;
	color: #5f6673;
}

.tf-community-sidebar-other-forums {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #dedede;
}

.tf-community-sidebar-forum-link {
	display: block;
	padding: 0.45rem 0;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 0.98rem;
	line-height: 1.25;
	color: #3f4652;
	text-decoration: none;
}

.tf-community-sidebar-forum-link:hover,
.tf-community-sidebar-forum-link:focus {
	color: var(--tf-accent-link);
	text-decoration: none;
}

.tf-index-toggle,
.tf-index-overlay {
	display: none;
}

.tf-mobile-logo {
	display: none;
}

.tf-topbar-actions {
	display: none;
}

@media print, screen and (min-width: 64em) {
	.tf-course-row {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 63.9375em) {
	.tf-course {
		overflow: hidden;
	}

	.tf-course-row {
		position: relative;
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	.tf-course-row.grid-margin-x > .tf-sidebar,
	.tf-course-row.grid-margin-x > .tf-player {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.tf-sidebar {
		position: fixed;
		z-index: 30;
		top: var(--course-ui-top-offset, 0px);
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		max-height: none;
		margin-right: 0;
		margin-left: 0;
		transform: translateX(-101%);
		transition: transform 0.25s ease-in-out;
	}

	.tf-course.is-index-open .tf-sidebar {
		transform: translateX(0);
	}

	.tf-player {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: 100%;
		min-height: calc(100vh - var(--course-ui-top-offset, 0px));
		min-height: calc(100svh - var(--course-ui-top-offset, 0px));
		min-height: calc(100dvh - var(--course-ui-top-offset, 0px));
		max-height: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.tf-product-nav {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		position: relative;
		align-items: center;
		align-content: center;
		height: 58px;
		min-height: 58px;
		margin-right: -1rem;
		margin-left: -1rem;
		padding-right: clamp(1.25rem, 4vw, 2rem);
		padding-left: clamp(1.25rem, 4vw, 2rem);
		background-color: #f9f8f9;
		box-shadow: inset 0 -12px 10px -12px rgba(0, 0, 0, 0.05);
	}

	.tf-sidebar-close-button {
		display: inline-flex;
	}

	.tf-index-toggle {
		display: inline-flex;
		grid-column: 1;
		align-items: center;
		justify-content: center;
		justify-self: start;
		gap: 0.45rem;
		padding: 0;
		border: 0;
		border-radius: 0;
		background-color: transparent;
		color: #3f4652;
		font-family: "Biennale-Semibold", sans-serif;
		font-size: 1.1rem;
		line-height: 1;
	}

	.tf-index-toggle-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
	}

	.tf-index-toggle-icon svg {
		width: 24px;
		height: 24px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.75;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.tf-index-toggle:hover,
	.tf-index-toggle:focus {
		background-color: transparent;
		color: #0e0e0e;
	}

	.tf-mobile-logo {
		display: block;
		grid-column: 2;
		align-self: center;
		width: clamp(150px, 28vw, 180px);
		max-width: 100%;
	}

	.tf-mobile-logo img {
		width: 100%;
		height: auto;
	}

	.tf-mobile-logo-dark {
		display: none;
	}

	.tf-topbar-actions {
		display: inline-flex;
		grid-column: 3;
		align-items: center;
		align-self: center;
		justify-self: end;
	}

	/* Foundation alinea el dropdown al borde derecho de la campanita. En pantallas
	 * angostas eso desplaza su ancho hacia fuera del viewport; lo centramos respecto
	 * de la pantalla sin alterar el dropdown de desktop. */
	.tf-notifications-dropdown.dropdown-pane {
		position: fixed !important;
		top: calc(var(--course-ui-top-offset, 0px) + 66px) !important;
		left: 50% !important;
		right: auto !important;
		width: min(360px, calc(100vw - 32px));
		max-height: calc(100dvh - var(--course-ui-top-offset, 0px) - 82px);
		transform: translateX(-50%);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tf-player-actions {
		display: none;
	}

	.tf-index-overlay {
		position: fixed;
		z-index: 20;
		inset: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background-color: rgba(0, 0, 0, 0.28);
	}

	.tf-course.is-index-open .tf-index-overlay {
		display: block;
	}

}

/* panel visual */
.apple-panel {
	background-color: #fbfbfb;
	box-shadow: inset -12px 0 10px -12px rgba(0, 0, 0, 0.05);
	padding: 0 20px;
}

.accordion-title {
	padding: 15px 30px 15px 20px ;
	border: 0;
	border-top: 1px #dedede solid;
	font-family: "Biennale-Semibold";
	font-size: 1.2rem;
	line-height: 1;
	color: #000;
}
.tf-sidebar .accordion > .accordion-item:first-child > .accordion-title {
	border-top: 0;
}

.accordion-title::before {
	top: 50%;
	right: 1rem;
	width: 0.7rem;
	height: 0.7rem;
	margin-top: -0.35rem;
	border-top: 2px solid #9aa3b2;
	border-right: 2px solid #9aa3b2;
	content: "";
	transform: rotate(45deg);
	transform-origin: center;
}

.accordion-item.is-active > .accordion-title::before {
	border-color: #d7deec;
	content: "";
	transform: rotate(-45deg);
}

.accordion-item.is-active > .accordion-title,
.accordion-item.is-active > .accordion-title:hover,
.accordion-item.is-active > .accordion-title:focus {
	background-color: #481c6d;
	color: #fff !important;
	border-radius: 10px;
	margin-bottom: 10px;
}

.accordion-content {
	padding: 0 1rem;
	border: 0;
	border-bottom: 0;
	background-color: transparent;
	color: #0a0a0a;
}

.accordion-content ul.video-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.tf-playlist-video-list {
	list-style: none;
	margin: 0;
	padding: 18px 0 0;
}

ul.video-list li {
	padding: 8px 0;
	line-height: 1;
}

ul.video-list li:last-child {
	margin-bottom: 20px;
}

.tf-video-link {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.45rem;
	color: #3f4652;
	line-height: 1.1;
}

.tf-video-link-text {
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	min-width: 0;
}

.tf-video-date {
	font-family: "Biennale-Regular", sans-serif;
	font-size: 1rem;
	line-height: 1;
	opacity: 0.85;
}

.tf-video-title {
	display: block;
}

.tf-video-resource-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0.7rem 0 0;
	padding: 0.68rem 1rem;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.95rem;
	line-height: 1.15;
	color: #fff;
	background-color: var(--tf-accent);
	border: 1px solid var(--tf-accent);
	border-radius: 999px;
	box-shadow: none;
	text-decoration: none;
}

.tf-video-resource-link:hover,
.tf-video-resource-link:focus-visible {
	color: #fff;
	background-color: var(--tf-accent-hover);
	border-color: var(--tf-accent-hover);
}

.tf-video-resource-link:focus-visible {
	outline: 3px solid rgba(72, 28, 109, 0.3);
	outline-offset: 3px;
}

.tf-video-resource-icon {
	flex: 0 0 1.15rem;
	width: 1.15rem;
	height: 1.15rem;
}

.tf-video-link::before {
	flex: 0 0 1.15rem;
	width: 1.15rem;
	min-width: 1.15rem;
	max-width: 1.15rem;
	height: 0.85rem;
	min-height: 0.85rem;
	max-height: 0.85rem;
	margin-top: 0.1em;
	border-radius: 4px;
	background-color: #b8bdc5;
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5L1 9V1L8 5Z' fill='white'/%3E%3C/svg%3E");
	background-position: 55% 50%;
	background-repeat: no-repeat;
	background-size: 0.5rem 0.56rem;
	content: "";
	transition: background-color 0.3s ease-in-out;
}

.tf-video-link:hover,
.tf-video-link:focus,
.tf-video-link.is-active {
	font-family: "Biennale-Semibold", sans-serif;
	color: #2762f8;
}

.tf-video-link:hover::before,
.tf-video-link:focus::before,
.tf-video-link.is-active::before {
	background-color: #2762f8;
}

.accordion-title:focus,
.accordion-title:hover {
	background-color: transparent;
	color: #000 !important;
}

:last-child>.accordion-content:last-child {
	border-bottom: 0;
}
.accordion-item:last-child>:last-child {
	border-radius: 0;
}
:last-child:not(.is-active)>.accordion-title {
	border-bottom: 0;
	border-radius: 0;
}


/*******************************/
/* BUNNY                       */
/*******************************/
.bunny {
	position: relative;
	flex: 0 0 auto;
	margin-top: 20px;
}

.tf-playlist-intro {
	margin-bottom: 1.75rem;
}

.tf-playlist-intro h2 {
	margin-bottom: 0.75rem;
	color: #0e0e0e;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1.3rem;
	line-height: 1.15;
}

.tf-playlist-difficulty {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 0.85rem;
	padding: 5px 11px;
	border-radius: 999px;
	background-color: rgba(72, 28, 109, 0.1);
	color: #481c6d;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.82rem;
	line-height: 1;
}

.tf-playlist-intro .lead {
	margin-bottom: 1.5rem;
	color: #5f6673;
}

.tf-playlist-intro-separator {
	height: 1px;
	margin: 0;
	border: 0;
	background-color: #e7e3ea;
}

.tf-bunny-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(1.5rem, 5vw, 4rem);
	margin-bottom: 24px;
}

.tf-bunny-title-block {
	flex: 1 1 auto;
	min-width: 0;
	max-width: calc(100% - 7rem);
}

.tf-bunny-title-block h3 {
	margin-bottom: 0;
	overflow-wrap: anywhere;
}

.tf-bunny-actions {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 0.45rem;
	flex: 0 0 auto;
	padding-top: 0.15rem;
}

.tf-player-actions {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.tf-notification-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: transparent;
	color: #3f4652;
	cursor: pointer;
}

.tf-notification-button:hover,
.tf-notification-button:focus {
	background-color: rgba(72, 28, 109, 0.08);
}

.tf-notification-button svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tf-notification-badge {
	position: absolute;
	top: -4px;
	right: -6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	min-width: 28px;
	height: 28px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #e53935;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.82rem;
	line-height: 1;
	color: #fff;
}

.tf-notifications-dropdown.dropdown-pane {
	width: min(360px, calc(100vw - 32px));
	padding: 0;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 16px 40px rgba(20, 20, 20, 0.14);
	overflow: hidden;
	z-index: 80;
}

.tf-notifications-empty {
	margin: 0;
	padding: 18px;
	font-size: 0.9rem;
	color: #5e6470;
}

.tf-notification-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	width: 100%;
	padding: 14px;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
	border-radius: 0;
	background-color: #fff;
	color: #3f4652;
	text-align: left;
	cursor: pointer;
}

.tf-notification-item:last-child {
	border-bottom: 0;
}

.tf-notification-item:hover,
.tf-notification-item:focus {
	background-color: #f9f8f9;
}

.tf-notification-thumb {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 5px;
	background-color: #d7d9de;
	overflow: hidden;
}

.tf-notification-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.tf-notification-copy {
	display: flex;
	flex-direction: column;
	gap: 0.22rem;
	min-width: 0;
	line-height: 1.18;
}

.tf-notification-title {
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1rem;
	color: #0e0e0e;
}

.tf-notification-title-row {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	min-width: 0;
}

.tf-notification-community-post-title {
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.95rem;
	line-height: 1.3;
	color: #292d35;
}

.tf-notification-subtitle {
	display: -webkit-box;
	max-height: 4.05em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #5e6470;
}

.tf-notification-item.is-community {
	gap: 0;
	padding: 16px 18px;
}

.tf-notification-item.is-community .tf-notification-copy {
	gap: 0.3rem;
	width: 100%;
	line-height: 1.3;
}

.tf-notification-item.is-community-teacher-post .tf-notification-copy {
	gap: 0.28rem;
}

.tf-notification-subtitle strong,
.tf-notification-subtitle b,
.tf-notification-reveal-body strong,
.tf-notification-reveal-body b {
	font-family: "Biennale-Semibold", sans-serif;
	font-weight: normal;
}

.tf-notification-link {
	margin-top: 0.18rem;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.82rem;
	color: #2762f8;
}

.tf-notification-reveal.reveal {
	width: min(540px, calc(100vw - 32px));
	max-width: 540px;
	padding: 0;
	border: 0;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
	overflow: hidden;
}

.tf-notification-reveal-image {
	width: 100%;
	aspect-ratio: 16 / 6;
	background-color: #d7d9de;
	overflow: hidden;
}

.tf-notification-reveal-image img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.tf-notification-reveal-image.has-image img {
	display: block;
}

.tf-notification-reveal-body {
	padding: 30px;
}

.tf-notification-reveal-body h3 {
	margin: 0 0 12px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1.5rem;
	line-height: 1.15;
	letter-spacing: 0;
	color: #001c46;
}

.tf-notification-reveal-body p {
	margin: 0 0 24px;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 1.05rem;
	line-height: 1.45;
	color: #3f4652;
}

.tf-notification-reveal-button,
.tf-notification-reveal-button:hover,
.tf-notification-reveal-button:focus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	border-radius: 999px;
	background-color: #481c6d;
	font-family: "Biennale-Semibold", sans-serif;
	color: #fff;
}

.tf-notification-reveal-button:hover,
.tf-notification-reveal-button:focus {
	background-color: #351451;
}

.tf-notification-reveal-close.close-button {
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.88);
	color: #3f4652;
}

.tf-notification-reveal-close.close-button:hover,
.tf-notification-reveal-close.close-button:focus {
	background-color: #fff;
	color: #0e0e0e;
}

@media screen and (max-width: 63.9375em) {
	.tf-player-actions {
		display: none;
	}
}

p.chapter {
	font-family: 'Biennale-Bold', sans-serif;
	margin-bottom: 0;
}

.tf-video-frame {
	position: relative;
	padding-top: 56.25%;
}

.tf-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 10px;
}

/*******************************/
/* COMMUNITY MOCKUP            */
/*******************************/
.tf-community-view {
	flex: 0 0 auto;
	margin-top: 20px;
}

.tf-community-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(1.25rem, 4vw, 3rem);
	margin-bottom: 28px;
}

.tf-community-title-block {
	min-width: 0;
}

.tf-community-title-block h3 {
	margin-bottom: 0;
	overflow-wrap: anywhere;
}

.tf-community-actions {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 0.65rem;
	flex: 0 0 auto;
}

.tf-community-publish-button,
.tf-community-publish-button:hover,
.tf-community-publish-button:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 42px;
	margin: 0;
	padding: 0.65rem 1.05rem;
	border-radius: 999px;
	background-color: var(--tf-accent);
	font-family: "Biennale-Semibold", sans-serif;
	line-height: 1;
	color: #fff;
}

.tf-community-publish-button:hover,
.tf-community-publish-button:focus {
	background-color: var(--tf-accent-hover);
}

.tf-community-publish-button span[aria-hidden="true"] {
	font-size: 1.45rem;
	line-height: 0.75;
}

.tf-community-profile-button,
.tf-community-profile-button:hover,
.tf-community-profile-button:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 42px;
	margin: 0;
	padding: 0.6rem 1rem;
	border: 1px solid #d8dce3;
	border-radius: 999px;
	background-color: transparent;
	font-family: "Biennale-Semibold", sans-serif;
	line-height: 1;
	color: #3f4652;
}

.tf-community-profile-button:hover,
.tf-community-profile-button:focus {
	border-color: var(--tf-accent);
	background-color: var(--tf-accent-soft);
	color: var(--tf-accent-link);
}

.tf-community-profile-button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tf-community-profile-reveal.reveal {
	width: min(600px, calc(100vw - 2rem));
	padding: 0;
	border: 0;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}

.tf-community-profile-card {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	align-items: center;
	gap: 2rem;
	padding: 2.35rem;
}

.tf-community-profile-avatar-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
}

.tf-community-profile-avatar-upload {
	display: block;
	border-radius: 999px;
	cursor: pointer !important;
}

.tf-community-profile-avatar-upload * {
	cursor: pointer !important;
}

.tf-community-profile-avatar-upload:focus-within {
	outline: 3px solid var(--tf-accent-link);
	outline-offset: 4px;
}

.tf-community-profile-avatar-image,
.tf-community-profile-avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 132px;
	border-radius: 999px;
}

.tf-community-profile-avatar-image {
	object-fit: cover;
}

.tf-community-profile-avatar-image[hidden],
.tf-community-profile-avatar-fallback[hidden] {
	display: none;
}

.tf-community-profile-avatar-fallback {
	position: relative;
	background: linear-gradient(135deg, #a23df0 0%, #5d1f9f 100%);
}

.tf-community-profile-avatar-fallback::before,
.tf-community-profile-avatar-fallback::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 3px;
	border-radius: 999px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.tf-community-profile-avatar-fallback::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.tf-community-profile-photo-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.tf-community-profile-photo-link {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.95rem;
	line-height: 1.2;
	color: var(--tf-accent-link);
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	cursor: pointer !important;
}

.tf-community-profile-photo-link:hover,
.tf-community-profile-photo-link:focus {
	background-color: transparent;
	color: var(--tf-accent-hover);
}

.tf-community-profile-photo-status {
	max-width: 180px;
	min-height: 1.2em;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 0.82rem;
	line-height: 1.35;
	color: #297548;
	text-align: center;
}

.tf-community-profile-photo-remove {
	color: #c03246;
}

.tf-community-profile-photo-remove:hover,
.tf-community-profile-photo-remove:focus {
	color: #e04458;
}

.tf-community-profile-details {
	min-width: 0;
}

.tf-community-profile-kicker {
	margin-bottom: 0.35rem;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	color: #7b8190;
}

.tf-community-profile-name-row {
	display: flex;
	align-items: baseline;
	gap: 0.85rem;
	min-width: 0;
}

.tf-community-profile-name-row h3 {
	min-width: 0;
	margin-bottom: 0;
	overflow-wrap: anywhere;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1.55rem;
	letter-spacing: 0;
	line-height: 1.15;
	color: #111827;
}

.tf-community-profile-name-row input {
	width: 100%;
	min-width: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #d8dce3;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.35;
	color: #111827;
}

.tf-community-profile-name-row input::placeholder {
	color: #7b8190;
	opacity: 1;
}

.tf-community-profile-name-row input:focus {
	border-color: var(--tf-accent);
	box-shadow: none;
}

.tf-community-profile-help {
	margin: 0 0 0.85rem;
	font-family: "Biennale-Regular", sans-serif;
	color: #5f6673;
}

.tf-community-profile-change-link {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.95rem;
	line-height: 1;
	color: var(--tf-accent-link);
}

.tf-community-profile-change-link:hover,
.tf-community-profile-change-link:focus {
	background-color: transparent;
	color: var(--tf-accent-hover);
}

.tf-community-profile-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.tf-community-profile-submit,
.tf-community-profile-cancel {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0.7rem 1.05rem;
	border-radius: 999px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.95rem;
	line-height: 1;
	text-decoration: none;
}

.tf-community-profile-submit {
	border: 1px solid var(--tf-accent);
	background-color: var(--tf-accent);
	color: #fff;
	cursor: pointer !important;
}

.tf-community-profile-submit:hover,
.tf-community-profile-submit:focus {
	border-color: var(--tf-accent-hover);
	background-color: var(--tf-accent-hover);
	color: #fff;
}

.tf-community-profile-cancel,
.tf-community-profile-cancel:hover,
.tf-community-profile-cancel:focus {
	border-color: var(--tf-accent);
	background-color: transparent;
	color: var(--tf-accent-link);
}

.tf-community-profile-close.close-button {
	top: 1rem;
	right: 1rem;
	color: #3f4652;
}

.tf-community-profile-close.close-button:hover,
.tf-community-profile-close.close-button:focus {
	background-color: transparent;
	color: var(--tf-accent-link);
}

.tf-community-global-actions {
	padding-top: 0;
}

.tf-community-layout {
	align-items: flex-start;
}

.tf-community-timeline {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.tf-community-post {
	padding: 18px;
	border: 1px solid #e4e5e8;
	border-radius: 10px;
	background-color: #fff;
	color: #3f4652;
}

.tf-community-post-meta {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 12px;
	color: #7a808b;
	font-size: 0.86rem;
	line-height: 1;
}

.tf-community-post-meta-copy {
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-width: 0;
}

.tf-community-post-meta-byline {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	min-width: 0;
}

.tf-community-forum-link {
	width: fit-content;
	max-width: 100%;
	overflow: hidden;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.84rem;
	line-height: 1.1;
	color: var(--tf-accent-link);
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tf-community-forum-link:hover,
.tf-community-forum-link:focus {
	color: var(--tf-accent-hover);
	text-decoration: underline;
}

.tf-community-author {
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1rem;
	color: #3f4652;
}

.tf-community-teacher-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.45rem;
	padding: 0.22rem 0.48rem 0.18rem;
	border-radius: 999px;
	background-color: #0b57d0;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0.035em;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}

.tf-community-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, #a548f5, #481c6d);
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1.2rem;
	color: #fff;
}

.tf-community-avatar-alt {
	background: linear-gradient(135deg, #f6a548, #c64f7d);
}

.tf-community-avatar-image {
	flex: 0 0 auto;
	object-fit: cover;
}

.tf-community-post h4 {
	margin: 0 0 10px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: clamp(1.12rem, 1.7vw, 1.4rem);
	line-height: 1.18;
	color: #0e0e0e;
}

.tf-community-post-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.tf-community-post-link:hover,
.tf-community-post-link:focus {
	color: inherit;
	text-decoration: none;
}

.tf-community-post h4 a {
	color: inherit;
	text-decoration: none;
}

.tf-community-post-link:hover h4,
.tf-community-post-link:focus h4,
.tf-community-post h4 a:hover,
.tf-community-post h4 a:focus {
	color: var(--tf-accent-link);
}

.tf-community-post p {
	margin: 0;
	font-family: "Biennale-Medium", sans-serif;
	color: #5f6673;
	line-height: 1.45;
}

.tf-community-post p + p {
	margin-top: 0.8rem;
}

.tf-community-post-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 14px 0;
	border-radius: 10px;
	background:
		radial-gradient(circle at 35% 45%, rgba(255,255,255,0.86) 0 8%, transparent 9%),
		radial-gradient(circle at 55% 48%, rgba(255,255,255,0.75) 0 10%, transparent 11%),
		linear-gradient(135deg, #9b6b3d 0%, #d2a665 26%, #8046a8 52%, #38205d 100%);
	background-size: cover;
}

.tf-community-media {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: 14px 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	background-color: #e4e5e8;
	font: inherit;
	cursor: zoom-in;
	isolation: isolate;
	appearance: none;
}

.tf-community-media:focus-visible {
	outline: 4px solid var(--tf-accent-link);
	outline-offset: 3px;
}

.tf-community-media::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.08);
	content: "";
	pointer-events: none;
}

.tf-community-media-backdrop {
	position: absolute;
	z-index: 0;
	inset: -8%;
	width: 116%;
	height: 116%;
	max-width: none;
	object-fit: cover;
	filter: blur(30px);
	transform: scale(1.06);
	opacity: 0.82;
	pointer-events: none;
}

.tf-community-media-image {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.tf-community-image-reveal.reveal.full {
	position: fixed;
	z-index: 1010;
	inset: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	max-width: none;
	max-height: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #17181b;
}

.tf-community-image-reveal-canvas {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #17181b;
	cursor: zoom-out;
	isolation: isolate;
}

.tf-community-image-reveal-canvas::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	content: "";
	pointer-events: none;
}

.tf-community-image-reveal-backdrop {
	position: absolute;
	z-index: 0;
	inset: -6%;
	width: 112%;
	height: 112%;
	max-width: none;
	object-fit: cover;
	filter: blur(46px);
	transform: scale(1.06);
	opacity: 0.82;
	pointer-events: none;
}

.tf-community-image-reveal-image {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.tf-community-image-reveal-close.close-button {
	position: fixed;
	z-index: 4;
	top: max(20px, env(safe-area-inset-top, 0px));
	right: max(20px, env(safe-area-inset-right, 0px));
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: rgba(12, 13, 15, 0.84);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	backdrop-filter: blur(10px);
}

.tf-community-image-reveal-close.close-button:hover,
.tf-community-image-reveal-close.close-button:focus {
	background: #111216;
	color: #fff;
}

.tf-community-image-reveal-close.close-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.tf-community-file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.tf-community-flash-notice,
.tf-community-empty-state {
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px solid #d8dce3;
	border-radius: 10px;
	background-color: #f8f8fa;
	color: #3f4652;
}

.tf-community-flash-notice.is-error {
	border-color: #efc5c9;
	background-color: #fff2f2;
	color: #a33442;
}

.tf-community-empty-state h4,
.tf-community-empty-state p {
	margin: 0;
}

.tf-community-empty-state p {
	margin-top: 0.35rem;
}

.tf-community-post-footer {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 16px;
}

.tf-community-replies-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background-color: #f0f1f3;
	color: #3f4652;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.82rem;
	line-height: 1;
	text-decoration: none;
}

.tf-community-replies-link:hover,
.tf-community-replies-link:focus {
	background-color: var(--tf-accent-soft);
	color: var(--tf-accent-hover);
	text-decoration: underline;
}

.tf-community-post-footer svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tf-community-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	width: fit-content;
	margin-bottom: 12px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.92rem;
	color: var(--tf-accent-link);
	text-decoration: none;
}

.tf-community-back-link svg {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tf-community-back-link:hover,
.tf-community-back-link:focus {
	color: var(--tf-accent-hover);
	text-decoration: underline;
}

.tf-community-post-open h4 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.tf-community-reply-form,
.tf-community-comment {
	padding: 18px;
	border: 1px solid #e4e5e8;
	border-radius: 10px;
	background-color: #fff;
}

.tf-community-comment {
	scroll-margin-top: 2rem;
}

.tf-community-reply-form label {
	display: block;
	margin-bottom: 10px;
	font-family: "Biennale-Semibold", sans-serif;
	color: #0e0e0e;
}

.tf-community-reply-form textarea {
	min-height: 118px;
	margin: 0;
	border-color: #d8dce3;
	border-radius: 8px;
	box-shadow: none;
	font-family: "Biennale-Regular", sans-serif;
	resize: vertical;
}

.tf-community-composer-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 12px;
}

.tf-community-composer-toolbar {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-width: 0;
}

.tf-community-composer-tool {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 38px;
	padding: 0.45rem 0.75rem;
	border: 1px solid #d8dce3;
	border-radius: 999px;
	background-color: #fff;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.88rem;
	color: var(--tf-accent-link);
	cursor: pointer;
}

.tf-community-composer-tool:hover,
.tf-community-composer-tool:focus {
	border-color: var(--tf-accent);
	background-color: var(--tf-accent-soft);
	color: var(--tf-accent-link);
}

.tf-community-composer-tool svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tf-community-create-form {
	padding: 22px;
	border: 1px solid #e4e5e8;
	border-radius: 14px;
	background-color: #fff;
	color: #3f4652;
}

.tf-community-create-form label,
.tf-community-create-label {
	display: block;
	margin-bottom: 8px;
	font-family: "Biennale-Semibold", sans-serif;
	color: #0e0e0e;
}

.tf-community-create-title,
.tf-community-create-form textarea {
	width: 100%;
	margin: 0 0 18px;
	border: 1px solid #d8dce3;
	border-radius: 10px;
	box-shadow: none;
	font-family: "Biennale-Regular", sans-serif;
	color: #3f4652;
}

.tf-community-create-title {
	min-height: 48px;
	font-size: 1.05rem;
}

.tf-community-create-form textarea {
	min-height: 220px;
	font-size: 1rem;
	line-height: 1.45;
	resize: vertical;
}

.tf-community-rich-editor {
	margin-bottom: 18px;
	border: 1px solid #d8dce3;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.tf-community-rich-editor:focus-within {
	border-color: var(--tf-accent);
	box-shadow: 0 0 0 1px var(--tf-accent);
}

.tf-community-rich-editor-toolbar {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 6px 8px;
	border-bottom: 1px solid #e4e5e8;
	background-color: #f8f8fa;
}

.tf-community-format-tool strong {
	font-family: "Biennale-Bold", "Biennale-Semibold", sans-serif;
	font-size: 1rem;
}

.tf-community-rich-editor-field {
	min-height: 220px;
	padding: 0.75rem;
	background-color: #fff;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 1rem;
	line-height: 1.45;
	color: #3f4652;
	outline: none;
}

.tf-community-rich-editor-field.is-empty::before {
	content: attr(data-placeholder);
	color: #b9bdc5;
	pointer-events: none;
}

.tf-community-rich-editor-field p,
.tf-community-rich-editor-field div {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.tf-community-rich-editor-field p {
	margin: 0 0 0.85rem;
}

.tf-community-rich-editor-field p:last-child {
	margin-bottom: 0;
}

.tf-community-rich-editor-field strong,
.tf-community-post-content strong {
	font-family: "Biennale-Semibold", sans-serif;
	font-weight: 700;
}

.tf-community-create-tools {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: -4px;
	margin-bottom: 0;
}

.tf-community-image-status {
	font-family: "Biennale-Regular", sans-serif;
	font-size: 0.88rem;
	line-height: 1.35;
	color: #5f6673;
}

.tf-community-remove-image-button {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.88rem;
	line-height: 1.35;
	color: #b33645;
	text-decoration: underline;
	cursor: pointer;
}

.tf-community-remove-image-button:hover,
.tf-community-remove-image-button:focus {
	background-color: transparent;
	color: #8f2432;
}

.tf-community-edit-image-preview {
	width: min(100%, 520px);
	margin-top: 16px;
	padding: 10px;
	border: 1px solid #e4e5e8;
	border-radius: 12px;
	background-color: #f8f8fa;
}

.tf-community-edit-image-preview img {
	display: block;
	width: 100%;
	max-height: 320px;
	border-radius: 8px;
	object-fit: contain;
}

.tf-community-create-actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.75rem;
	margin-top: 22px;
}

.tf-community-post-management {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem;
}

.tf-community-post-management form {
	margin: 0;
}

.tf-community-edit-post-button,
.tf-community-delete-post-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 0;
	padding: 0.6rem 1rem;
	border-radius: 999px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.9rem;
	line-height: 1;
	cursor: pointer;
}

.tf-community-edit-post-button,
.tf-community-edit-post-button:hover,
.tf-community-edit-post-button:focus {
	border-color: var(--tf-accent);
	background-color: transparent;
	color: var(--tf-accent-link);
}

.tf-community-edit-post-button:hover,
.tf-community-edit-post-button:focus {
	background-color: var(--tf-accent-soft);
}

.tf-community-delete-post-button,
.tf-community-delete-post-button:hover,
.tf-community-delete-post-button:focus {
	border-color: #c94b59;
	background-color: transparent;
	color: #a33442;
}

.tf-community-delete-post-button:hover,
.tf-community-delete-post-button:focus {
	background-color: #fff2f2;
	color: #872a35;
}

.tf-community-cancel-button,
.tf-community-cancel-button:hover,
.tf-community-cancel-button:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0;
	padding: 0.65rem 1.05rem;
	border-color: #d8dce3;
	border-radius: 999px;
	font-family: "Biennale-Semibold", sans-serif;
	line-height: 1;
	color: #3f4652;
}

.tf-community-cancel-button:hover,
.tf-community-cancel-button:focus {
	border-color: var(--tf-accent);
	background-color: var(--tf-accent-soft);
	color: var(--tf-accent-link);
}

.tf-community-reply-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
}

.tf-community-comments {
	display: flex;
	flex-direction: column;
	gap: 12px;
	scroll-margin-top: 2rem;
}

.tf-community-comment p {
	margin: 0;
	font-family: "Biennale-Medium", sans-serif;
	color: #5f6673;
	line-height: 1.45;
}

.tf-community-comment-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 10px;
}

.tf-community-delete-reply-form {
	margin: 0;
}

.tf-community-reply-button {
	display: inline-flex;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.9rem;
	line-height: 1.2;
	color: var(--tf-accent-link);
	cursor: pointer;
}

.tf-community-reply-button:hover,
.tf-community-reply-button:focus {
	background-color: transparent;
	color: var(--tf-accent-hover);
	text-decoration: underline;
}

.tf-community-delete-reply-button,
.tf-community-delete-reply-button:hover,
.tf-community-delete-reply-button:focus {
	color: #a33442;
}

.tf-community-delete-reply-button:hover,
.tf-community-delete-reply-button:focus {
	color: #872a35;
}

.tf-community-reply-edit-form {
	display: none;
	margin-top: 0.9rem;
	padding: 16px;
	border: 1px solid #e4e5e8;
	border-radius: 10px;
	background-color: #f8f8fa;
}

.tf-community-reply-edit-form.is-open {
	display: block;
}

.tf-community-reply-edit-form label {
	display: block;
	margin-bottom: 8px;
	font-family: "Biennale-Semibold", sans-serif;
	color: #0e0e0e;
}

.tf-community-reply-edit-form textarea {
	min-height: 110px;
	margin: 0;
	border: 1px solid #d8dce3;
	border-radius: 8px;
	box-shadow: none;
	font-family: "Biennale-Regular", sans-serif;
	resize: vertical;
}

.tf-community-reply-edit-tools,
.tf-community-reply-edit-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.75rem;
}

.tf-community-reply-edit-actions {
	justify-content: flex-end;
}

.tf-community-reply-edit-image-preview {
	width: min(100%, 360px);
	margin-top: 0.75rem;
}

.tf-community-inline-reply-form {
	display: none;
	margin-top: 0.9rem;
}

.tf-community-inline-reply-form.is-open {
	display: block;
}

.tf-community-inline-reply-form textarea {
	min-height: 90px;
	margin: 0;
	border: 1px solid #d8dce3;
	border-radius: 8px;
	box-shadow: none;
	font-family: "Biennale-Regular", sans-serif;
	resize: vertical;
}

.tf-community-inline-reply-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.7rem;
}

.tf-community-comment-children {
	margin-top: 14px;
	padding-left: 22px;
	border-left: 2px solid #e4e5e8;
}

.tf-community-comment-nested {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.tf-community-about-card {
	position: sticky;
	top: 20px;
	padding: 18px;
	border: 1px solid #e4e5e8;
	border-radius: 10px;
	background-color: #fff;
	color: #3f4652;
}

.tf-community-about-card h4 {
	margin: 0 0 8px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1.05rem;
	line-height: 1.15;
	color: #0e0e0e;
}

.tf-community-about-card h5 {
	margin: 0 0 10px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.88rem;
	line-height: 1.15;
	color: #0e0e0e;
}

.tf-community-about-card p {
	margin: 0;
	color: #5f6673;
	font-size: 0.92rem;
	line-height: 1.38;
}

.tf-community-about-card hr {
	height: 1px;
	margin: 16px 0;
	border: 0;
	background-color: #e4e5e8;
}

.tf-community-about-card ul {
	margin: 0;
	padding-left: 1.05rem;
	color: #5f6673;
	font-size: 0.9rem;
	line-height: 1.45;
}

.tf-course-copyright {
	margin: auto 0 0;
	padding: 32px 0 20px;
	color: #6f7480;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 0.9rem;
	text-align: center;
}

.tf-library-nav {
	display: flex;
	gap: 10px;
	padding: 14px 0;
}

.tf-library-link {
	font-family: "Biennale-Semibold", sans-serif;
}

.tf-library-link.is-active {
	color: #000;
}

.tf-product-nav {
	display: none;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	padding: 14px 0;
}

.tf-course-message {
	padding: 24px 0;
}

.tf-empty-chapter {
	margin: 0;
	padding: 8px 0;
	color: #555;
}

/* FIX: que la sombra no se recorte y que no aparezca fondo blanco */
.tf-sidebar-panel.apple-panel{
	overflow:hidden;
	background-color:#f9f8f9;
}

.tf-sidebar-scroll{
	background-color:transparent;
}

.tf-sidebar-panel.apple-panel .accordion{
	background-color:transparent;
}

/*******************************/
/* DARK MODE                   */
/*******************************/
body.is-dark-mode {
	--tf-accent: #9b63ff;
	--tf-accent-hover: #b98cff;
	--tf-accent-soft: rgba(155, 99, 255, 0.18);
	--tf-accent-link: #caa8ff;
	background-color: #101114;
	color: #e8e8ec;
}

body.is-dark-mode .tf-course,
body.is-dark-mode .tf-player {
	background-color: #101114;
}

body.is-dark-mode .tf-sidebar-panel.apple-panel {
	background-color: #19191e;
	box-shadow: inset -12px 0 10px -12px rgba(0, 0, 0, 0.45);
}

body.is-dark-mode .tf-product-nav {
	background-color: #17171b;
	box-shadow: inset 0 -12px 10px -12px rgba(0, 0, 0, 0.45);
}

body.is-dark-mode .tf-sidebar-brand {
	border-bottom-color: #2d2d34;
	color: #e8e8ec;
}

body.is-dark-mode .accordion-title {
	border-top-color: #2d2d34;
	color: #f2f2f5;
}

body.is-dark-mode .accordion-title:focus,
body.is-dark-mode .accordion-title:hover {
	color: #f2f2f5 !important;
}

body.is-dark-mode .accordion-content {
	color: #d9d9df;
}

body.is-dark-mode .tf-video-link {
	color: #c7c9d1;
}

body.is-dark-mode .tf-video-link::before {
	background-color: #5e6470;
}

body.is-dark-mode .tf-video-link:hover,
body.is-dark-mode .tf-video-link:focus,
body.is-dark-mode .tf-video-link.is-active {
	color: #8facff;
}

body.is-dark-mode .tf-video-link:hover::before,
body.is-dark-mode .tf-video-link:focus::before,
body.is-dark-mode .tf-video-link.is-active::before {
	background-color: #8facff;
}

body.is-dark-mode .tf-player h3,
body.is-dark-mode p.chapter {
	color: #f2f2f5;
}

body.is-dark-mode .tf-playlist-intro h2 {
	color: #f2f2f5;
}

body.is-dark-mode .tf-playlist-difficulty {
	background-color: rgba(255, 255, 255, 0.12);
	color: #fff;
}

body.is-dark-mode .tf-playlist-intro .lead {
	color: #c7c9d1;
}

body.is-dark-mode .tf-playlist-intro-separator {
	background-color: #2d2d34;
}

body.is-dark-mode .tf-course-copyright {
	color: #a8abb4;
}

body.is-dark-mode .tf-sidebar-product-nav {
	border-bottom-color: #2d2d34;
}

body.is-dark-mode .tf-sidebar-product-link {
	color: #d9dbe2;
}

body.is-dark-mode .tf-sidebar-product-link:hover,
body.is-dark-mode .tf-sidebar-product-link:focus,
body.is-dark-mode .tf-sidebar-product-link.is-active {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff;
}

body.is-dark-mode .tf-sidebar-playlists-menu.is-active .tf-sidebar-playlists-title,
body.is-dark-mode .tf-sidebar-playlist-link:hover,
body.is-dark-mode .tf-sidebar-playlist-link:focus,
body.is-dark-mode .tf-sidebar-playlist-link.is-active {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff;
}

body.is-dark-mode .tf-sidebar-playlists-dropdown.dropdown-pane {
	border-color: #2d2d34;
	background-color: #19191e;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

body.is-dark-mode .tf-sidebar-playlist-link {
	color: #d9dbe2;
}

body.is-dark-mode .tf-sidebar-playlist-difficulty {
	background-color: rgba(255, 255, 255, 0.12);
	color: #fff;
}

body.is-dark-mode .tf-community-sidebar-note {
	color: #a8abb4;
}

body.is-dark-mode .tf-community-sidebar-note strong {
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-sidebar-label {
	color: #a8abb4;
}

body.is-dark-mode .tf-community-sidebar-other-forums {
	border-top-color: #2d2d34;
}

body.is-dark-mode .tf-community-sidebar-forum-link {
	color: #e8e8ec;
}

body.is-dark-mode .tf-community-sidebar-forum-link:hover,
body.is-dark-mode .tf-community-sidebar-forum-link:focus {
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-title-block h3,
body.is-dark-mode .tf-community-post h4,
body.is-dark-mode .tf-community-about-card h4,
body.is-dark-mode .tf-community-about-card h5,
body.is-dark-mode .tf-community-reply-form label,
body.is-dark-mode .tf-community-create-form label,
body.is-dark-mode .tf-community-create-label {
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-profile-button,
body.is-dark-mode .tf-community-profile-button:hover,
body.is-dark-mode .tf-community-profile-button:focus {
	border-color: #343740;
	color: #e8e8ec;
}

body.is-dark-mode .tf-community-profile-button:hover,
body.is-dark-mode .tf-community-profile-button:focus {
	border-color: var(--tf-accent);
	background-color: var(--tf-accent-soft);
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-profile-reveal.reveal {
	background-color: #17191f;
}

body.is-dark-mode .tf-community-profile-kicker {
	color: #9ca3af;
}

body.is-dark-mode .tf-community-profile-name-row h3 {
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-profile-name-row input {
	border-bottom-color: #343740;
	background-color: transparent;
	color: #f2f2f5;
	caret-color: #f2f2f5;
}

body.is-dark-mode .tf-community-profile-name-row input:focus {
	border-bottom-color: var(--tf-accent);
	background-color: transparent;
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-profile-help {
	color: #a8abb4;
}

body.is-dark-mode .tf-community-profile-cancel {
	color: #b8bdc8;
}

body.is-dark-mode .tf-community-profile-cancel:hover,
body.is-dark-mode .tf-community-profile-cancel:focus {
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-profile-photo-remove {
	color: #ff7685;
}

body.is-dark-mode .tf-community-profile-photo-remove:hover,
body.is-dark-mode .tf-community-profile-photo-remove:focus {
	color: #ff9aa5;
}

body.is-dark-mode .tf-community-profile-close.close-button {
	color: #e8e8ec;
}

body.is-dark-mode .tf-community-profile-close.close-button:hover,
body.is-dark-mode .tf-community-profile-close.close-button:focus {
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-post,
body.is-dark-mode .tf-community-about-card,
body.is-dark-mode .tf-community-reply-form,
body.is-dark-mode .tf-community-create-form,
body.is-dark-mode .tf-community-comment,
body.is-dark-mode .tf-community-empty-state {
	border-color: #2d2d34;
	background-color: #19191e;
	color: #d9dbe2;
}

body.is-dark-mode .tf-community-post-meta,
body.is-dark-mode .tf-community-about-card p,
body.is-dark-mode .tf-community-about-card ul {
	color: #a8abb4;
}

body.is-dark-mode .tf-community-post p,
body.is-dark-mode .tf-community-comment p {
	color: #d2d5de;
}

body.is-dark-mode .tf-community-author {
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-teacher-badge {
	background-color: #0b57d0;
	color: #fff;
}

body.is-dark-mode .tf-community-replies-link {
	background-color: #282a31;
	color: #e8e8ec;
}

body.is-dark-mode .tf-community-replies-link:hover,
body.is-dark-mode .tf-community-replies-link:focus {
	background-color: var(--tf-accent-soft);
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-media {
	background-color: #18191e;
}

body.is-dark-mode .tf-community-about-card hr {
	background-color: #2d2d34;
}

body.is-dark-mode .tf-community-reply-form textarea {
	border-color: #343740;
	background-color: #101114;
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-inline-reply-form textarea {
	border-color: #343740;
	background-color: #101114;
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-reply-edit-form {
	border-color: #343740;
	background-color: #101114;
}

body.is-dark-mode .tf-community-reply-edit-form label {
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-reply-edit-form textarea {
	border-color: #343740;
	background-color: #19191e;
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-delete-reply-button,
body.is-dark-mode .tf-community-delete-reply-button:hover,
body.is-dark-mode .tf-community-delete-reply-button:focus {
	color: #ff9ca8;
}

body.is-dark-mode .tf-community-flash-notice {
	border-color: #315b45;
	background-color: #183326;
	color: #d0f0da;
}

body.is-dark-mode .tf-community-flash-notice.is-error {
	border-color: #6b3440;
	background-color: #3a1c22;
	color: #ffb6bd;
}

body.is-dark-mode .tf-community-create-title,
body.is-dark-mode .tf-community-create-form textarea {
	border-color: #343740;
	background-color: #101114;
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-rich-editor {
	border-color: #343740;
	background-color: #101114;
}

body.is-dark-mode .tf-community-rich-editor:focus-within {
	border-color: var(--tf-accent);
}

body.is-dark-mode .tf-community-rich-editor-toolbar {
	border-bottom-color: #2d2d34;
	background-color: #19191e;
}

body.is-dark-mode .tf-community-rich-editor-field {
	background-color: #101114;
	color: #f2f2f5;
}

body.is-dark-mode .tf-community-rich-editor-field.is-empty::before {
	color: #777b85;
}

body.is-dark-mode .tf-community-image-status {
	color: #a8abb4;
}

body.is-dark-mode .tf-community-remove-image-button {
	color: #ff9ca8;
}

body.is-dark-mode .tf-community-remove-image-button:hover,
body.is-dark-mode .tf-community-remove-image-button:focus {
	color: #ffc0c7;
}

body.is-dark-mode .tf-community-edit-image-preview {
	border-color: #343740;
	background-color: #101114;
}

body.is-dark-mode .tf-community-composer-tool {
	border-color: #343740;
	background-color: #101114;
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-composer-tool:hover,
body.is-dark-mode .tf-community-composer-tool:focus {
	border-color: var(--tf-accent);
	background-color: var(--tf-accent-soft);
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-cancel-button,
body.is-dark-mode .tf-community-cancel-button:hover,
body.is-dark-mode .tf-community-cancel-button:focus {
	border-color: #343740;
	color: #e8e8ec;
}

body.is-dark-mode .tf-community-cancel-button:hover,
body.is-dark-mode .tf-community-cancel-button:focus {
	border-color: var(--tf-accent);
	background-color: var(--tf-accent-soft);
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-edit-post-button,
body.is-dark-mode .tf-community-edit-post-button:hover,
body.is-dark-mode .tf-community-edit-post-button:focus {
	border-color: var(--tf-accent);
	color: var(--tf-accent-link);
}

body.is-dark-mode .tf-community-edit-post-button:hover,
body.is-dark-mode .tf-community-edit-post-button:focus {
	background-color: var(--tf-accent-soft);
}

body.is-dark-mode .tf-community-delete-post-button,
body.is-dark-mode .tf-community-delete-post-button:hover,
body.is-dark-mode .tf-community-delete-post-button:focus {
	border-color: #e06c79;
	color: #ffadb6;
}

body.is-dark-mode .tf-community-delete-post-button:hover,
body.is-dark-mode .tf-community-delete-post-button:focus {
	background-color: #3a1c22;
	color: #ffd0d5;
}

body.is-dark-mode .tf-community-comment-children {
	border-left-color: #343740;
}

body.is-dark-mode .tf-community-comment-nested {
	background-color: transparent;
}

body.is-dark-mode .tf-sidebar-close-button {
	color: #e8e8ec;
}

body.is-dark-mode .tf-sidebar-close-button:hover,
body.is-dark-mode .tf-sidebar-close-button:focus {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff;
}

body.is-dark-mode .tf-notification-button {
	color: #e8e8ec;
}

body.is-dark-mode .tf-notification-button:hover,
body.is-dark-mode .tf-notification-button:focus {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff;
}

body.is-dark-mode .tf-notification-badge {
	border-color: #101114;
}

body.is-dark-mode .tf-notifications-dropdown.dropdown-pane {
	border-color: #2d2d34;
	background-color: #19191e;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

body.is-dark-mode .tf-notification-item {
	border-bottom-color: #2d2d34;
	background-color: #19191e;
	color: #d9dbe2;
}

body.is-dark-mode .tf-notifications-empty {
	color: #a8abb4;
}

body.is-dark-mode .tf-notification-item:hover,
body.is-dark-mode .tf-notification-item:focus {
	background-color: #222229;
}

body.is-dark-mode .tf-notification-thumb {
	background-color: #343740;
}

body.is-dark-mode .tf-notification-title {
	color: #f2f2f5;
}

body.is-dark-mode .tf-notification-community-post-title {
	color: #e2e4ea;
}

body.is-dark-mode .tf-notification-subtitle {
	color: #a8abb4;
}

body.is-dark-mode .tf-notification-link {
	color: #8facff;
}

body.is-dark-mode .tf-notification-reveal.reveal {
	background-color: #19191e;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

body.is-dark-mode .tf-notification-reveal-image {
	background-color: #343740;
}

body.is-dark-mode .tf-notification-reveal-body h3 {
	color: #f2f2f5;
}

body.is-dark-mode .tf-notification-reveal-body p {
	color: #d9dbe2;
}

body.is-dark-mode .tf-theme-toggle:hover,
body.is-dark-mode .tf-theme-toggle:focus {
	background-color: rgba(255, 255, 255, 0.08);
}

body.is-dark-mode .tf-index-toggle {
	color: #e8e8ec;
}

body.is-dark-mode .tf-index-toggle:hover,
body.is-dark-mode .tf-index-toggle:focus {
	color: #fff;
}

body.is-dark-mode .tf-mobile-logo-light {
	display: none;
}

body.is-dark-mode .tf-mobile-logo-dark {
	display: block;
}

@media screen and (max-width: 63.9375em) {
	.tf-product-nav {
		display: grid;
		padding-right: 20px;
		padding-left: 20px;
	}

	.tf-community-header {
		gap: 1rem;
		margin-bottom: 22px;
	}

	.tf-community-actions {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.tf-community-global-actions {
		display: none;
	}

	.tf-community-about {
		margin-top: 18px;
	}

	.tf-community-about-card {
		position: static;
	}
}

@media screen and (max-width: 39.9375em) {
	.tf-community-profile-reveal.reveal {
		position: fixed;
		top: 50% !important;
		right: auto;
		bottom: auto;
		left: 50%;
		width: calc(100vw - 2rem);
		height: auto;
		min-height: 0;
		max-height: calc(100vh - 2rem);
		max-height: calc(100dvh - 2rem);
		margin: 0;
		transform: translate(-50%, -50%);
		overflow-x: hidden;
		overflow-y: auto;
	}

	.tf-community-header {
		flex-direction: column;
	}

	.tf-community-actions {
		width: 100%;
		justify-content: flex-start;
	}

	.tf-community-publish-button,
	.tf-community-profile-button {
		flex: 1 1 auto;
	}

	.tf-community-profile-card {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		padding: 1.75rem 1.35rem;
		text-align: center;
	}

	.tf-community-profile-name-row {
		justify-content: center;
		flex-wrap: wrap;
	}

	.tf-community-profile-actions {
		justify-content: center;
	}

	.tf-community-comment-children {
		padding-left: 14px;
	}

	.tf-community-composer-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.tf-community-create-form {
		padding: 18px;
	}

	.tf-community-create-actions {
		flex-direction: column;
	}

	.tf-community-create-actions .button {
		width: 100%;
	}

	.tf-community-post-management {
		align-items: stretch;
		justify-content: flex-start;
	}

	.tf-community-post-management form {
		display: flex;
	}

	.tf-community-edit-post-button,
	.tf-community-delete-post-button {
		min-height: 44px;
	}

	.tf-community-composer-toolbar,
	.tf-community-reply-actions {
		width: 100%;
	}

	.tf-community-composer-tool,
	.tf-community-reply-actions .tf-community-publish-button {
		width: 100%;
	}

	.tf-community-inline-reply-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.tf-community-inline-reply-actions .tf-community-composer-tool,
	.tf-community-inline-reply-actions .tf-community-publish-button {
		width: 100%;
	}
}


/*******************************/
/* LOGIN STYLES                */
/*******************************/
.tf-auth-page {
	min-height: 100dvh;
	padding: 48px 0;
	background-color: #f9f8f9;
}

.tf-auth-logo {
	margin-bottom: 28px;
	text-align: center;
}

.tf-auth-logo img {
	width: 260px;
	max-width: 82%;
	height: auto;
}

.tf-auth-card {
	--tf-auth-card-padding: 32px;
	padding: var(--tf-auth-card-padding);
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 12px 30px rgba(20, 20, 20, 0.06);
	overflow: hidden;
}

.tf-auth-admin-ribbon {
	margin: calc(var(--tf-auth-card-padding) * -1) calc(var(--tf-auth-card-padding) * -1) 28px;
	padding: 12px var(--tf-auth-card-padding);
	background-color: #e7e7e7;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 10px;
	text-align: center;
	color: #5e6470;
}

.tf-auth-card h1 {
	margin-bottom: 24px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1.65rem;
	letter-spacing: 0;
	color: #001c46;
}

.tf-auth-form label {
	margin-bottom: 8px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.95rem;
	color: #3f4652;
}

.tf-auth-form input[type="email"],
.tf-auth-form input[type="password"] {
	height: 48px;
	margin-bottom: 18px;
	border: 1px solid #dedede;
	border-radius: 10px;
	box-shadow: none;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 1rem;
	color: #0e0e0e;
}

.tf-auth-form input[type="email"]:focus,
.tf-auth-form input[type="password"]:focus {
	border-color: #481c6d;
	box-shadow: 0 0 0 3px rgba(72, 28, 109, 0.12);
}

.tf-auth-check {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 4px 0 22px;
	font-family: "Biennale-Regular", sans-serif;
	color: #3f4652;
}

.tf-auth-check input {
	margin: 0;
}

.tf-auth-submit,
.tf-auth-submit:hover,
.tf-auth-submit:focus {
	width: 100%;
	background-color: #481c6d;
	font-family: "Biennale-Semibold", sans-serif;
	color: #fff;
}

.tf-auth-submit:hover,
.tf-auth-submit:focus {
	background-color: #351451;
}

.tf-auth-links {
	margin: 22px 0 0;
	text-align: center;
}

.tf-auth-links a {
	font-family: "Biennale-Semibold", sans-serif;
	color: #481c6d;
}

.tf-auth-intro {
	margin-bottom: 22px;
	color: #3f4652;
}

.tf-auth-notice {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 10px;
	font-family: "Biennale-Regular", sans-serif;
}

.tf-auth-notice p {
	margin: 0;
	font-size: 0.95rem;
	color: inherit;
}

.tf-auth-notice p + p {
	margin-top: 8px;
}

.tf-auth-notice-success {
	background-color: #eef8f1;
	color: #226332;
}

.tf-auth-notice-error {
	background-color: #fff0f0;
	color: #8a2424;
}

@media screen and (max-width: 39.9375em) {
	.tf-auth-page {
		padding: 32px 0;
	}

	.tf-auth-card {
		--tf-auth-card-padding: 24px;
	}

	.tf-auth-card h1 {
		font-size: 1.4rem;
	}
}

/* VIDEOLLAMADAS */
.tf-sidebar-video-call-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	width: 100%;
	min-height: 52px;
	margin: 0 0 8px;
	padding: 0.95rem 1rem;
	border: 0;
	border-radius: 999px;
	background-color: #2762f8;
	box-shadow: 0 7px 18px rgba(39, 98, 248, 0.2);
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

.tf-sidebar-video-call-button:hover,
.tf-sidebar-video-call-button:focus {
	background-color: #214bb7;
	color: #fff;
}

.tf-sidebar-video-call-button:focus-visible {
	outline: 3px solid rgba(39, 98, 248, 0.3);
	outline-offset: 3px;
}

.tf-sidebar-video-call-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.tf-sidebar-video-call-icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tf-video-call-reveal.reveal {
	width: min(680px, calc(100vw - 2rem));
	padding: 0;
	border: 0;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 0 22px 65px rgba(10, 21, 42, 0.24);
	overflow: hidden;
}

.tf-video-call-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 215px;
	padding: 2.65rem 3rem 2.3rem;
	background-color: #5b237a;
	overflow: hidden;
	text-align: center;
}

.tf-video-call-header-content {
	position: relative;
	z-index: 1;
	max-width: 560px;
}

.tf-video-call-header h2 {
	margin: 0 0 0.85rem;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: clamp(1.65rem, 4vw, 2.15rem);
	line-height: 1.1;
	color: #fff;
}

.tf-video-call-header p {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.45;
	color: #fff;
}

.tf-video-call-body {
	padding: 2rem 2.25rem 2.25rem;
}

.tf-video-call-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 1.25rem;
}

.tf-video-call-form[hidden] {
	display: none;
}

.tf-video-call-form label {
	margin: 0;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 0.95rem;
	color: #303744;
}

.tf-video-call-form input {
	width: 100%;
	height: 50px;
	margin: 0.45rem 0 0;
	padding: 0.75rem 1rem;
	border: 1px solid #d8dce3;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: none;
	font-family: "Biennale-Regular", sans-serif;
	font-size: 1rem;
	color: #222936;
}

.tf-video-call-form input:focus {
	border-color: #5b237a;
	box-shadow: 0 0 0 3px rgba(91, 35, 122, 0.12);
}

.tf-video-call-form input[readonly] {
	background-color: #f3f4f6;
	color: #545b67;
	cursor: default;
}

.tf-video-call-submit-wrap {
	grid-column: 1 / -1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
	margin-top: 0.25rem;
}

.tf-video-call-schedule {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center;
	color: #676e7a;
}

.tf-video-call-submit,
.tf-video-call-submit:hover,
.tf-video-call-submit:focus,
.tf-video-call-done,
.tf-video-call-done:hover,
.tf-video-call-done:focus {
	grid-column: 1 / -1;
	justify-self: center;
	min-width: 230px;
	margin: 0;
	padding: 1.08rem 1.55rem;
	border-radius: 999px;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1rem;
	color: #fff;
	cursor: pointer;
}

.tf-video-call-submit {
	background-color: #2762f8;
}

.tf-video-call-submit:hover,
.tf-video-call-submit:focus {
	background-color: #214bb7;
}

.tf-video-call-done {
	background-color: #5b237a;
}

.tf-video-call-done:hover,
.tf-video-call-done:focus {
	background-color: #42185b;
}

.tf-video-call-submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.tf-video-call-error {
	grid-column: 1 / -1;
	padding: 0.85rem 1rem;
	border-radius: 10px;
	background-color: #fff0f0;
	font-family: "Biennale-Semibold", sans-serif;
	color: #8a2424;
}

.tf-video-call-success {
	text-align: center;
}

.tf-video-call-success p {
	margin: 0 0 1.25rem;
	padding: 1rem 1.15rem;
	border-radius: 12px;
	background-color: #e8f7ed;
	font-family: "Biennale-Semibold", sans-serif;
	font-size: 1rem;
	line-height: 1.45;
	color: #1e6b3a;
}

.tf-video-call-close.close-button {
	top: 1rem;
	right: 1rem;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.78);
	background-color: rgba(0, 0, 0, 0.24);
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

.tf-video-call-close.close-button span {
	display: block;
	transform: translateY(-1px);
}

.tf-video-call-close.close-button:hover,
.tf-video-call-close.close-button:focus {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

body.is-dark-mode .tf-sidebar-video-call-button {
	background-color: #2762f8;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.25);
}

body.is-dark-mode .tf-sidebar-video-call-button:hover,
body.is-dark-mode .tf-sidebar-video-call-button:focus {
	background-color: #214bb7;
}

body.is-dark-mode .tf-video-call-reveal.reveal,
body.is-dark-mode .tf-video-call-body {
	background-color: #17181d;
}

body.is-dark-mode .tf-video-call-header {
	background-color: #5b237a;
}

body.is-dark-mode .tf-video-call-header h2,
body.is-dark-mode .tf-video-call-header p,
body.is-dark-mode .tf-video-call-header p + p {
	color: #fff;
}

body.is-dark-mode .tf-video-call-form label {
	color: #f2f3f6;
}

body.is-dark-mode .tf-video-call-form input {
	border-color: #3b3e47;
	background-color: #202228;
	color: #f2f3f6;
}

body.is-dark-mode .tf-video-call-form input[readonly] {
	background-color: #292b32;
	color: #c8cbd2;
}

body.is-dark-mode .tf-video-call-schedule {
	color: #bfc2ca;
}

body.is-dark-mode .tf-video-call-success p {
	background-color: #173923;
	color: #a7e8bb;
}

body.is-dark-mode .tf-video-call-close.close-button {
	border-color: rgba(255, 255, 255, 0.78);
	background-color: rgba(0, 0, 0, 0.24);
	color: #fff;
}

body.is-dark-mode .tf-video-call-close.close-button:hover,
body.is-dark-mode .tf-video-call-close.close-button:focus {
	background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 39.9375em) {
	.tf-video-call-reveal.reveal {
		position: fixed;
		top: 50% !important;
		right: auto;
		bottom: auto;
		left: 50%;
		width: calc(100vw - 1.5rem);
		height: auto;
		min-height: 0;
		max-height: calc(100vh - 1.5rem);
		max-height: calc(100dvh - 1.5rem);
		margin: 0;
		transform: translate(-50%, -50%);
		overflow-x: hidden;
		overflow-y: auto;
	}

	.tf-video-call-header {
		min-height: 0;
		padding: 3rem 1.35rem 1.65rem;
	}

	.tf-video-call-header h2 {
		font-size: 1.65rem;
	}

	.tf-video-call-header p {
		font-size: 1rem;
	}

	.tf-video-call-body {
		padding: 1.5rem 1.25rem 1.65rem;
	}

	.tf-video-call-form {
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
	}

	.tf-video-call-submit,
	.tf-video-call-done {
		width: 100%;
		min-width: 0;
	}

	.tf-video-call-close.close-button {
		top: 0.65rem;
		right: 0.65rem;
		width: 40px;
		height: 40px;
	}
}
