/* Furry Latino Makers — teal / violet brand */
.fl-makers {
	--ink: #0b1220;
	--ink-soft: #12182a;
	--fog: #9aa3b5;
	--bone: #e8e4dc;
	--paper: #f3efe6;
	--copper: #2EC4B6;
	--copper-deep: #1A9E92;
	--violet: #7B5CFF;
	--sage: #6f8f7a;
	--danger: #b45a4e;
	--line: rgba(232, 228, 220, 0.12);
	--shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	color: var(--bone);
	font-family: "Sora", system-ui, sans-serif;
	background:
		radial-gradient(1200px 500px at 10% -10%, rgba(46, 196, 182, 0.16), transparent 55%),
		radial-gradient(900px 420px at 90% 0%, rgba(123, 92, 255, 0.1), transparent 50%),
		linear-gradient(180deg, #0b1220 0%, var(--ink) 40%, #080d18 100%);
	min-height: 70vh;
	padding-bottom: 4rem;
}

.fl-makers__display,
.fl-makers__h2,
.fl-makers__h3,
.fl-makers__card-title {
	font-family: "Fraunces", "Times New Roman", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.fl-makers__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(280px, 42vh, 420px);
	display: flex;
	align-items: flex-end;
	padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem);
	background:
		linear-gradient(120deg, rgba(18, 20, 26, 0.2), rgba(18, 20, 26, 0.75)),
		repeating-linear-gradient(
			-12deg,
			transparent,
			transparent 11px,
			rgba(232, 228, 220, 0.03) 11px,
			rgba(232, 228, 220, 0.03) 12px
		),
		radial-gradient(ellipse at 30% 20%, #2a3144 0%, transparent 55%),
		var(--ink-soft);
	animation: flAtelierFade 0.9s var(--ease) both;
}

.fl-makers__hero--compact {
	min-height: 220px;
}

.fl-makers__hero-veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top, var(--ink) 0%, transparent 55%),
		radial-gradient(circle at 80% 30%, rgba(46, 196, 182, 0.22), transparent 40%);
	pointer-events: none;
	z-index: 0;
	animation: flAtelierDrift 12s ease-in-out infinite alternate;
}

.fl-makers__hero-inner {
	position: relative;
	z-index: 1;
	max-width: 46rem;
}

.fl-makers__eyebrow {
	margin: 0 0 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 0.72rem;
	color: var(--copper);
	font-weight: 600;
}

.fl-makers__display {
	margin: 0 0 0.85rem;
	font-size: clamp(2.1rem, 5vw, 3.4rem);
	line-height: 1.05;
	color: var(--paper);
	animation: flAtelierRise 0.85s var(--ease) 0.1s both;
}

.fl-makers__lead {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--fog);
	max-width: 38rem;
	animation: flAtelierRise 0.85s var(--ease) 0.2s both;
}

.fl-makers__cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
	animation: flAtelierRise 0.85s var(--ease) 0.3s both;
}

.fl-makers__btn {
	appearance: none !important;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	padding: 0.7rem 1.25rem !important;
	font: inherit !important;
	font-size: 0.92rem !important;
	font-weight: 600 !important;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: none !important;
	box-shadow: none !important;
	filter: none !important;
	background-image: none !important;
	transition: transform 0.25s var(--ease), background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.fl-makers__btn--sm {
	padding: 0.35rem 0.7rem !important;
	font-size: 0.8rem !important;
}

.fl-makers__btn--primary,
.fl-makers button.fl-makers__btn--primary,
.fl-makers a.fl-makers__btn--primary {
	background: linear-gradient(135deg, var(--copper), var(--copper-deep)) !important;
	background-image: linear-gradient(135deg, var(--copper), var(--copper-deep)) !important;
	color: #140f0a !important;
	border-color: transparent !important;
}

.fl-makers__btn--primary:hover,
.fl-makers button.fl-makers__btn--primary:hover,
.fl-makers a.fl-makers__btn--primary:hover {
	transform: translateY(-2px);
	filter: brightness(1.05) !important;
	background: linear-gradient(135deg, #4ED4C8, var(--copper)) !important;
	background-image: linear-gradient(135deg, #4ED4C8, var(--copper)) !important;
	color: #140f0a !important;
}

.fl-makers__form.is-submitting {
	opacity: 0.92;
}

.fl-makers__form.is-submitting .fl-makers__btn--primary {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
	transform: none !important;
	filter: none !important;
	pointer-events: none;
	box-shadow: none !important;
}

.fl-makers__btn--primary:disabled,
.fl-makers button.fl-makers__btn--primary:disabled,
.fl-makers a.fl-makers__btn--primary[aria-disabled="true"] {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
	transform: none !important;
	filter: none !important;
	pointer-events: none;
	box-shadow: none !important;
}

.fl-makers__btn--ghost,
.fl-makers button.fl-makers__btn--ghost,
.fl-makers a.fl-makers__btn--ghost {
	background: rgba(46, 196, 182, 0.14) !important;
	background-image: none !important;
	border-color: rgba(46, 196, 182, 0.55) !important;
	color: var(--paper) !important;
}

.fl-makers__btn--ghost:hover,
.fl-makers button.fl-makers__btn--ghost:hover,
.fl-makers a.fl-makers__btn--ghost:hover {
	border-color: rgba(46, 196, 182, 0.85) !important;
	background: rgba(46, 196, 182, 0.28) !important;
	color: var(--paper) !important;
	filter: none !important;
}

.fl-makers__disclaimer {
	margin: 2.5rem clamp(1.25rem, 4vw, 3rem) 0;
	padding: 0.85rem 1.05rem;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: rgba(14, 16, 22, 0.55);
	color: var(--fog);
	font-size: 0.8rem;
	line-height: 1.45;
}

.fl-makers__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 1.75rem clamp(1.25rem, 4vw, 3rem) 0.5rem;
}

.fl-makers__filters--content {
	padding-top: 0.35rem;
}

.fl-makers__chip {
	text-decoration: none;
	color: var(--fog);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 0.45rem 0.9rem;
	font-size: 0.82rem;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fl-makers__chip:hover,
.fl-makers__chip.is-active {
	color: var(--paper);
	border-color: rgba(46, 196, 182, 0.5);
	background: rgba(46, 196, 182, 0.12);
}

.fl-makers__grid {
	list-style: none;
	margin: 0;
	padding: 1.25rem clamp(1.25rem, 4vw, 3rem) 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.15rem;
}

.fl-makers__card {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	min-height: 320px;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	border-radius: 18px;
	border: 1px solid rgba(232, 228, 220, 0.14);
	background: #12151c;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
	transition: transform 0.35s var(--ease), border-color 0.25s ease, box-shadow 0.35s ease;
}

.fl-makers__card:hover {
	transform: translateY(-5px) scale(1.01);
	border-color: rgba(46, 196, 182, 0.55);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
}

.fl-makers__card-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(ellipse 80% 60% at 20% 20%, rgba(212, 154, 88, 0.22), transparent 55%),
		radial-gradient(ellipse 70% 50% at 90% 80%, rgba(111, 143, 122, 0.14), transparent 50%),
		linear-gradient(155deg, #1a1620 0%, #0b1220 50%, #141820 100%);
}

.fl-makers__card--has-cover .fl-makers__card-media {
	background-image: var(--card-cover);
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	transition: transform 0.55s var(--ease);
}

.fl-makers__card--has-cover:hover .fl-makers__card-media {
	transform: scale(1.08);
}

.fl-makers__card-veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(10, 12, 18, 0.28) 0%, rgba(10, 12, 18, 0.55) 42%, rgba(10, 12, 18, 0.92) 100%),
		linear-gradient(90deg, rgba(10, 12, 18, 0.35) 0%, transparent 55%);
}

.fl-makers__card-body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	flex: 1;
	min-height: 320px;
	padding: 1.15rem 1.2rem 1.2rem;
}

.fl-makers__card-artist {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.15rem;
}

.fl-makers__card-ava-ring {
	flex: 0 0 auto;
	padding: 3px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--copper), transparent 55%, var(--sage));
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.fl-makers__card-ava {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #12141a;
	background: #1c2030;
}

.fl-makers__card-ava--empty {
	display: grid;
	place-items: center;
	font-family: "Fraunces", serif;
	font-size: 1.55rem;
	color: var(--copper);
}

.fl-makers__card-handle {
	font-family: "Fraunces", serif;
	font-size: clamp(1.35rem, 3vw, 1.65rem);
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
	word-break: break-word;
}

.fl-makers__card-artist-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	min-width: 0;
}

.fl-makers__card-artist-meta .fl-makers__owner-badges--card {
	margin: 0;
}

.fl-makers__card-artist-meta .fl-makers__owner-badge--xs {
	width: 1.05rem;
	height: 1.05rem;
	flex: 0 0 auto;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 2px 6px rgba(0, 0, 0, 0.22);
}

.fl-makers__card-artist-meta .fl-makers__owner-badge--xs img {
	width: 0.68rem !important;
	height: 0.68rem !important;
	max-width: 0.68rem !important;
	max-height: 0.68rem !important;
	object-fit: contain;
}

.fl-makers__card-artist-meta .fl-makers__owner-badge--xs span {
	font-size: 0.58rem;
}

.fl-makers__card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	font-size: 0.72rem;
	color: var(--fog);
}

.fl-makers__tag {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	border: 1px solid rgba(232, 228, 220, 0.16);
	background: rgba(10, 12, 18, 0.45);
	color: #d7deea;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.fl-makers__tag--content {
	color: #f0d2a8;
	border-color: rgba(46, 196, 182, 0.35);
}

.fl-makers__card-title {
	margin-top: 0.15rem;
	font-family: "Fraunces", serif;
	font-size: 1.35rem;
	line-height: 1.2;
	color: var(--paper);
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.fl-makers__card-desc {
	font-size: 0.88rem;
	line-height: 1.45;
	color: #d7deea;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.fl-makers__card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.35rem;
	padding-top: 0.7rem;
	border-top: 1px solid rgba(232, 228, 220, 0.12);
}

.fl-makers__inquiry-peer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1rem;
	margin-top: 0.85rem;
}

.fl-makers__inquiry-peer-card,
a.fl-makers__inquiry-peer-card {
	display: inline-flex;
	align-items: center;
	gap: 0.95rem;
	padding: 0.9rem 1.25rem 0.9rem 0.9rem;
	border-radius: 1.35rem;
	border: 1px solid rgba(232, 228, 220, 0.16);
	background: rgba(12, 14, 20, 0.55);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none !important;
	color: inherit;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.25s var(--ease);
}

a.fl-makers__inquiry-peer-card:hover {
	border-color: rgba(46, 196, 182, 0.55);
	background: rgba(18, 20, 28, 0.78);
	transform: translateY(-1px);
}

.fl-makers__inquiry-peer-card--static {
	cursor: default;
}

.fl-makers__inquiry-peer-ava-ring {
	flex: 0 0 auto;
	padding: 2px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--copper), transparent 55%, var(--sage));
}

.fl-makers__inquiry-peer-ava {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #12141a;
	background: #1c2030;
}

.fl-makers__inquiry-peer-ava--empty {
	display: grid;
	place-items: center;
	font-family: "Fraunces", serif;
	font-size: 1.2rem;
	color: var(--copper);
}

.fl-makers__inquiry-peer-copy {
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-width: 0;
	padding: 0.1rem 0;
}

.fl-makers__inquiry-peer-label {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--copper);
	font-weight: 600;
	line-height: 1.3;
}

.fl-makers__inquiry-peer-handle {
	font-family: "Fraunces", serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}

.fl-makers__inquiry-peer-link {
	font-size: 0.78rem;
	color: #d7deea;
	line-height: 1.3;
}

a.fl-makers__inquiry-peer-card:hover .fl-makers__inquiry-peer-link {
	color: var(--copper);
}

.fl-makers__from {
	font-size: 0.92rem;
	font-weight: 600;
	color: #f0d2a8;
}

.fl-makers__card-cta {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(243, 239, 230, 0.75);
	transition: color 0.2s ease;
}

.fl-makers__card:hover .fl-makers__card-cta {
	color: var(--copper);
}

.fl-makers__layout {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr;
	gap: 1.25rem;
	padding: 1.75rem clamp(1.25rem, 4vw, 3rem) 0;
}

.fl-makers__layout--studio {
	grid-template-columns: 1.35fr 0.85fr;
}

@media (max-width: 900px) {
	.fl-makers__layout,
	.fl-makers__layout--studio {
		grid-template-columns: 1fr;
	}
}

.fl-makers__panel {
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 1.35rem 1.4rem 1.5rem;
	background: rgba(28, 32, 48, 0.65);
	box-shadow: var(--shadow);
}

.fl-makers__h2 {
	margin: 0 0 1rem;
	font-size: 1.45rem;
	color: var(--paper);
}

.fl-makers__h3 {
	margin: 0;
	font-size: 1.1rem;
	color: var(--paper);
}

.fl-makers__muted {
	color: var(--fog);
	font-size: 0.92rem;
}

.fl-makers__muted a {
	color: var(--copper);
}

.fl-makers__options {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.fl-makers__option {
	display: flex;
	gap: 1rem;
	align-items: stretch;
	padding: 0.95rem 1.05rem;
	border-radius: 14px;
	border: 1px solid var(--line);
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	position: relative;
}

.fl-makers__option--has-thumb {
	align-items: center;
}

.fl-makers__option-main {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	flex: 1;
	min-width: 0;
	cursor: pointer;
}

.fl-makers__option-input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	pointer-events: none;
}

.fl-makers__option-check {
	flex: 0 0 auto;
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.35rem;
	border-radius: 50%;
	border: 2px solid rgba(46, 196, 182, 0.45);
	background: transparent;
	box-shadow: inset 0 0 0 0 var(--copper);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.fl-makers__option:has(.fl-makers__option-input:checked) {
	border-color: rgba(46, 196, 182, 0.65);
	background: rgba(46, 196, 182, 0.1);
	box-shadow: 0 0 0 1px rgba(46, 196, 182, 0.2);
}

.fl-makers__option:has(.fl-makers__option-input:checked) .fl-makers__option-check {
	border-color: var(--copper);
	background: var(--copper);
	box-shadow: inset 0 0 0 3px #1c2030;
}

.fl-makers__option-body {
	min-width: 0;
	flex: 1;
}

.fl-makers__option strong {
	display: block;
	color: var(--paper);
}

.fl-makers__option em {
	font-style: normal;
	color: var(--copper);
	font-weight: 600;
	font-size: 0.9rem;
}

.fl-makers__option small {
	display: block;
	margin-top: 0.25rem;
	color: var(--fog);
}

.fl-makers__hero--artist {
	min-height: clamp(340px, 52vh, 520px);
	align-items: stretch;
	padding: 0;
	background: #0b1220;
}

.fl-makers__cover {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--artist-cover);
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
	animation: flAtelierCoverIn 1.1s var(--ease) both;
}

.fl-makers__cover-fallback {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(ellipse 80% 60% at 18% 20%, rgba(212, 154, 88, 0.28), transparent 55%),
		radial-gradient(ellipse 70% 50% at 88% 75%, rgba(154, 106, 50, 0.18), transparent 50%),
		radial-gradient(circle at 50% 100%, rgba(111, 143, 122, 0.12), transparent 45%),
		linear-gradient(155deg, #16131a 0%, #0b1220 42%, #12141c 100%);
	overflow: hidden;
}

/* Puntos + trazo diagonal suave (lux cobre) */
.fl-makers__cover-fallback::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle, rgba(232, 196, 140, 0.22) 1px, transparent 1.5px),
		radial-gradient(circle, rgba(46, 196, 182, 0.12) 1px, transparent 1.5px);
	background-size: 22px 22px, 11px 11px;
	background-position: 0 0, 5px 8px;
	opacity: 0.85;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 92%);
	animation: flAtelierDrift 18s ease-in-out infinite alternate;
}

.fl-makers__cover-fallback::after {
	content: "";
	position: absolute;
	inset: -20%;
	background:
		repeating-linear-gradient(
			-18deg,
			transparent,
			transparent 14px,
			rgba(232, 196, 140, 0.035) 14px,
			rgba(232, 196, 140, 0.035) 15px
		);
	opacity: 0.7;
	pointer-events: none;
}

.fl-makers__hero--artist > .fl-makers__hero-veil {
	background:
		linear-gradient(to top, var(--ink) 0%, rgba(14, 16, 22, 0.55) 38%, rgba(14, 16, 22, 0.35) 70%, rgba(14, 16, 22, 0.5) 100%),
		linear-gradient(90deg, rgba(14, 16, 22, 0.55) 0%, transparent 40%);
	z-index: 1;
}

.fl-makers__hero--has-cover > .fl-makers__hero-veil {
	background:
		linear-gradient(to top, var(--ink) 0%, rgba(14, 16, 22, 0.78) 40%, rgba(14, 16, 22, 0.45) 100%),
		radial-gradient(ellipse at 70% 30%, rgba(46, 196, 182, 0.1), transparent 50%);
}

.fl-makers__hero--fallback > .fl-makers__hero-veil {
	background:
		linear-gradient(to top, var(--ink) 0%, transparent 55%),
		radial-gradient(circle at 80% 30%, rgba(46, 196, 182, 0.18), transparent 42%);
}

.fl-makers__hero-inner--artist {
	max-width: none;
	width: 100%;
	min-height: inherit;
	align-self: stretch;
	display: flex;
	align-items: stretch;
	padding: 0 clamp(1.25rem, 4vw, 3rem);
	box-sizing: border-box;
	z-index: 2;
}

.fl-makers__artist-stage {
	display: flex;
	align-items: center;
	gap: clamp(1.1rem, 3.5vw, 1.85rem);
	flex-wrap: wrap;
	width: min(100%, 38rem);
	min-height: 100%;
	padding: clamp(1.25rem, 3.2vw, 2rem) clamp(1.35rem, 3.5vw, 2rem);
	border-radius: 0;
	border: none;
	background: rgba(12, 14, 20, 0.82);
	backdrop-filter: blur(16px) saturate(1.05);
	-webkit-backdrop-filter: blur(16px) saturate(1.05);
	box-shadow: none;
	-webkit-mask-image: none;
	mask-image: none;
	animation: flAtelierRise 0.85s var(--ease) both;
}

@media (max-width: 640px) {
	.fl-makers__artist-stage {
		width: 100%;
		padding-bottom: 1.75rem;
	}
}

.fl-makers__avatar-ring {
	position: relative;
	flex: 0 0 auto;
	padding: 4px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--copper), transparent 55%, var(--sage));
	box-shadow: 0 0 0 1px rgba(46, 196, 182, 0.35), 0 12px 28px rgba(0, 0, 0, 0.35);
}

.fl-makers__avatar {
	display: block;
	width: clamp(96px, 18vw, 128px);
	height: clamp(96px, 18vw, 128px);
	border-radius: 50%;
	object-fit: cover;
	background: #1c2030;
	border: 3px solid #12141a;
}

.fl-makers__avatar--empty {
	display: grid;
	place-items: center;
	font-family: "Fraunces", serif;
	font-size: 2.5rem;
	color: var(--copper);
}

.fl-makers__artist-copy {
	flex: 1 1 220px;
	min-width: 0;
}

.fl-makers__display--artist {
	font-size: clamp(2.4rem, 6vw, 3.8rem);
	margin-bottom: 0.35rem;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.fl-makers__artist-copy .fl-makers__lead,
.fl-makers__artist-copy .fl-makers__sheet-title {
	text-shadow: none;
	opacity: 1;
	color: var(--fog);
}

.fl-makers__artist-copy .fl-makers__sheet-title {
	color: var(--paper);
}

.fl-makers__sheet-title {
	margin: 0 0 0.65rem;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--paper);
}

@keyframes flAtelierCoverIn {
	from {
		opacity: 0;
		transform: scale(1.06);
	}
	to {
		opacity: 1;
		transform: scale(1.02);
	}
}

.fl-makers__cta-row--tight {
	margin-top: 1rem;
}

.fl-makers__closed-banner {
	margin: 1.75rem clamp(1.25rem, 4vw, 3rem) 0;
	padding: 1.25rem 1.4rem;
	border-radius: 16px;
	border: 1px solid rgba(46, 196, 182, 0.28);
	background: rgba(28, 32, 48, 0.72);
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.fl-makers__closed-banner strong {
	display: block;
	font-family: "Fraunces", serif;
	font-size: 1.2rem;
	color: var(--paper);
	margin-bottom: 0.35rem;
}

.fl-makers__closed-banner p {
	margin: 0;
	color: var(--fog);
	font-size: 0.95rem;
}

.fl-makers__mod-banner {
	margin: 0 0 1.1rem;
	padding: 0.85rem 1rem;
	border-radius: 0.65rem;
	border: 1px solid #9a2f2f;
	background: #5c1818;
	color: #ffe8e8;
	font-size: 0.92rem;
	line-height: 1.45;
}

.fl-makers__mod-banner--studio {
	margin: 0 0 1.1rem;
}

.fl-makers__mod-banner strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #fff;
}

.fl-makers__mod-banner p {
	margin: 0.35rem 0 0;
	color: #ffe8e8;
	opacity: 1;
}

.fl-makers__mod-alert {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	margin: 1.1rem clamp(1.25rem, 4vw, 3rem) 0.35rem;
	padding: 1rem 1.15rem;
	border-radius: 0.75rem;
	border: 1px solid #b33a3a;
	background: #6e1c1c;
	color: #ffeaea;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.fl-makers__mod-alert-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 999px;
	background: #ef4444;
	color: #fff;
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1;
}

.fl-makers__mod-alert-body {
	min-width: 0;
	flex: 1 1 auto;
}

.fl-makers__mod-alert-body strong {
	display: block;
	margin-bottom: 0.3rem;
	color: #fff;
	font-size: 1.02rem;
}

.fl-makers__mod-alert-body p {
	margin: 0;
	color: #ffeaea;
	font-size: 0.95rem;
	line-height: 1.45;
}

.fl-makers__mod-alert-reason {
	margin-top: 0 !important;
	padding-top: 0;
	border-top: none;
	color: #ffd0d0 !important;
	font-weight: 500;
}

.fl-makers__mod-divider {
	display: block;
	width: 100%;
	margin: 0.75rem 0 0.65rem;
	border: 0;
	border-top: 1px dashed rgba(255, 220, 220, 0.45);
	height: 0;
}

.fl-makers__mod-banner .fl-makers__mod-alert-reason,
.fl-makers__mod-banner p {
	margin: 0.35rem 0 0;
	color: #ffe8e8;
	opacity: 1;
}

.fl-makers__closed-icon {
	font-size: 1.6rem;
	color: var(--copper);
	line-height: 1;
}

.fl-makers__form[hidden],
.fl-makers__success[hidden] {
	display: none !important;
}

.fl-makers__panel--form.is-success > .fl-makers__h2,
.fl-makers__panel--form.is-success [data-inquire-form] {
	display: none !important;
}

.fl-makers__success {
	text-align: center;
	padding: 1.5rem 0.5rem 0.75rem;
	animation: flAtelierRise 0.6s var(--ease) both;
}

.fl-makers__success-mark {
	display: grid;
	place-items: center;
	width: 3.25rem;
	height: 3.25rem;
	margin: 0 auto 0.85rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--copper), var(--copper-deep));
	color: #140f0a;
	font-size: 1.55rem;
	font-weight: 700;
	box-shadow: 0 10px 28px rgba(46, 196, 182, 0.35);
}

.fl-makers__success-title {
	display: block;
	font-family: "Fraunces", serif;
	font-size: 1.45rem;
	color: var(--paper);
	margin-bottom: 0.45rem;
}

.fl-makers__success-body {
	margin: 0;
	color: var(--fog);
	font-size: 0.95rem;
	line-height: 1.5;
}

.fl-makers__artist {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.fl-makers__note {
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line);
}

.fl-makers__note strong {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--paper);
}

.fl-makers__note-disclaimer {
	margin: 0.75rem 0 0;
	font-size: 0.85rem;
	line-height: 1.45;
	opacity: 0.72;
}

.fl-makers__note--legal {
	margin-top: 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.18);
	font-size: 0.88rem;
	line-height: 1.45;
	opacity: 0.92;
}

.fl-makers__note--legal p {
	margin: 0;
}

.fl-makers__note--legal p + p {
	margin-top: 0.55rem;
}

.fl-makers__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.fl-makers__form label {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	font-size: 0.85rem;
	color: var(--fog);
}

.fl-makers__form input,
.fl-makers__form textarea,
.fl-makers__form select {
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid var(--line);
	background: rgba(14, 16, 22, 0.7);
	color: var(--paper);
	padding: 0.7rem 0.85rem;
	font: inherit;
}

.fl-makers__form input:focus,
.fl-makers__form textarea:focus,
.fl-makers__form select:focus {
	outline: 2px solid rgba(46, 196, 182, 0.45);
	outline-offset: 1px;
}

.fl-makers__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.fl-makers__row--align .fl-studio-field {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.fl-makers__row--align .fl-studio-field__help {
	flex: 1 1 auto;
}

.fl-makers__row--align .fl-studio-field select,
.fl-makers__row--align .fl-studio-field input {
	margin-top: auto;
}

@media (max-width: 640px) {
	.fl-makers__row {
		grid-template-columns: 1fr;
	}
}

.fl-makers__hint {
	margin: 0;
	font-size: 0.82rem;
	color: var(--fog);
}

.fl-makers__cta-row--actions {
	margin-bottom: 0;
}

.fl-makers__actions-hint {
	margin: 1.15rem 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--fog);
}

.fl-makers__form-msg {
	margin: 0;
	font-size: 0.88rem;
}

.fl-makers__form-msg.is-ok {
	color: var(--sage);
}

.fl-makers__form-msg.is-err {
	color: #e0a39a;
}

.fl-makers__options-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.fl-makers__option-row {
	display: grid;
	grid-template-columns: 1.4fr 0.7fr 0.45fr 1.2fr auto;
	gap: 0.45rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 800px) {
	.fl-makers__option-row {
		grid-template-columns: 1fr 1fr;
	}
}

.fl-makers__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.fl-makers__list a {
	display: grid;
	gap: 0.2rem;
	text-decoration: none;
	color: inherit;
	padding: 0.75rem 0.85rem;
	border-radius: 12px;
	border: 1px solid var(--line);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.fl-makers__list a:hover {
	border-color: rgba(46, 196, 182, 0.4);
	background: rgba(46, 196, 182, 0.06);
}

.fl-makers__layout--single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 48rem;
}

.fl-makers__layout--inbox {
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	align-items: start;
}

@media (max-width: 900px) {
	.fl-makers__layout--inbox {
		grid-template-columns: 1fr;
	}
}

.fl-makers__inbox-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1.25rem;
	padding: 0.3rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: rgba(12, 14, 20, 0.45);
}

.fl-makers__inbox-tab {
	flex: 1 1 auto;
	text-align: center;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--fog);
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.fl-makers__inbox-tab:hover {
	color: var(--paper);
	background: rgba(232, 228, 220, 0.06);
}

.fl-makers__inbox-tab.is-active {
	color: #140f0a;
	background: linear-gradient(135deg, var(--copper), var(--copper-deep));
}

.fl-makers__inbox-item {
	gap: 0.35rem !important;
}

.fl-makers__inbox-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.fl-makers__inbox-date {
	font-size: 0.72rem;
	color: var(--fog);
}

.fl-makers__inbox-peer {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.95rem;
	color: var(--paper);
	font-weight: 600;
}

.fl-makers__inbox-ava {
	flex: 0 0 auto;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(232, 228, 220, 0.12);
	background: #1c2030;
}

.fl-makers__inbox-ava--empty {
	display: grid;
	place-items: center;
	font-family: "Fraunces", serif;
	font-size: 1rem;
	color: var(--copper);
	box-sizing: border-box;
}

.fl-makers__inbox-peer-text {
	min-width: 0;
	line-height: 1.25;
}

.fl-makers__inquiry-chat {
	margin-top: 1.35rem;
}

.fl-makers__inbox-sheet {
	font-size: 0.82rem;
	color: var(--copper);
}

.fl-makers__inbox-msg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--fog);
	font-size: 0.82rem;
	line-height: 1.35;
	max-width: 100%;
}

.fl-makers__panel-hint {
	margin: -0.5rem 0 1rem;
	font-size: 0.82rem;
	color: var(--fog);
}

.fl-makers__promo {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin: 0 0 1.15rem;
	padding: 1.35rem 1.35rem 1.4rem;
	border-radius: 16px;
	border: 1px solid rgba(46, 196, 182, 0.42);
	background:
		linear-gradient(145deg, rgba(40, 28, 18, 0.95) 0%, rgba(18, 20, 28, 0.92) 55%, rgba(22, 30, 26, 0.9) 100%);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	animation: flAtelierRise 0.7s var(--ease) both;
}

.fl-makers__promo-glow {
	position: absolute;
	inset: -40% -20% auto auto;
	width: 70%;
	height: 140%;
	background:
		radial-gradient(circle at 70% 30%, rgba(212, 154, 88, 0.35), transparent 55%),
		radial-gradient(circle at 20% 80%, rgba(111, 143, 122, 0.18), transparent 50%);
	pointer-events: none;
	z-index: 0;
	animation: flAtelierDrift 14s ease-in-out infinite alternate;
}

.fl-makers__promo-eyebrow,
.fl-makers__promo-title,
.fl-makers__promo-body,
.fl-makers__promo-cta {
	position: relative;
	z-index: 1;
}

.fl-makers__promo-eyebrow {
	margin: 0 0 0.55rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--copper);
}

.fl-makers__promo-title {
	display: block;
	margin: 0 0 0.55rem;
	font-family: "Fraunces", serif;
	font-size: clamp(1.35rem, 3.2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--paper);
}

.fl-makers__promo-body {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #d7deea;
	max-width: 36rem;
}

.fl-makers__promo-cta {
	margin: 1.1rem 0 0;
}

.fl-makers__promo-foot {
	margin: 0 0 0.85rem;
	font-size: 0.88rem;
}

.fl-makers__list code {
	font-size: 0.78rem;
	color: var(--copper);
}

.fl-makers__list small {
	color: var(--fog);
}

.fl-makers__status {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	background: rgba(154, 163, 181, 0.15);
	color: var(--fog);
	width: fit-content;
}

.fl-makers__status--open {
	background: rgba(46, 196, 182, 0.18);
	color: #4ED4C8;
}

.fl-makers__status--accepted {
	background: rgba(111, 143, 122, 0.2);
	color: #b5d0c0;
}

.fl-makers__status--declined,
.fl-makers__status--closed {
	background: rgba(180, 90, 78, 0.18);
	color: #e0a39a;
}

.fl-makers__brief {
	margin: 0 0 1.25rem;
	padding: 1rem 1.1rem;
	border-left: 3px solid var(--copper);
	background: rgba(14, 16, 22, 0.55);
	border-radius: 0 12px 12px 0;
	color: var(--paper);
	line-height: 1.55;
}

.fl-makers__gate,
.fl-makers__empty {
	margin: 2rem clamp(1.25rem, 4vw, 3rem);
	padding: 2rem;
	border: 1px dashed rgba(232, 228, 220, 0.2);
	border-radius: 16px;
	text-align: center;
	color: var(--fog);
}

@keyframes flAtelierFade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes flAtelierRise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes flAtelierDrift {
	from { transform: scale(1) translate(0, 0); }
	to { transform: scale(1.05) translate(-1.5%, 1%); }
}

@media (prefers-reduced-motion: reduce) {
	.fl-makers__hero,
	.fl-makers__display,
	.fl-makers__lead,
	.fl-makers__cta-row,
	.fl-makers__hero-veil,
	.fl-makers__card {
		animation: none !important;
		transition: none !important;
	}
}

/* Profile tab module (embedded in profile sheets — light surface) */
.fl-makers-mod {
	--mod-ink: #1a1c24;
	--mod-fog: #6b7280;
	--mod-line: rgba(26, 28, 36, 0.12);
	--mod-copper: #1A9E92;
	font-family: "Sora", system-ui, sans-serif;
	color: var(--mod-ink);
	padding: 0.25rem 0 0.5rem;
}

.fl-makers-mod__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--mod-copper);
	font-weight: 600;
}

.fl-makers-mod__title {
	display: block;
	font-family: "Fraunces", "Times New Roman", serif;
	font-size: 1.35rem;
	line-height: 1.2;
	margin: 0 0 0.5rem;
}

.fl-makers-mod__text {
	margin: 0 0 1rem;
	color: var(--mod-fog);
	font-size: 0.92rem;
	line-height: 1.5;
}

.fl-makers-mod__banner {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	border-radius: 10px;
	border: 1px solid rgba(154, 106, 50, 0.35);
	background: rgba(46, 196, 182, 0.1);
	color: #6a4a22;
	font-size: 0.85rem;
}

.fl-makers-mod__locked,
.fl-makers-mod__empty {
	position: relative;
	padding: 1.15rem 1.2rem 1.25rem;
	border-radius: 14px;
	border: 1px dashed rgba(154, 106, 50, 0.45);
	background:
		linear-gradient(160deg, rgba(247, 244, 239, 0.9), rgba(255, 255, 255, 0.65)),
		repeating-linear-gradient(-12deg, transparent, transparent 10px, rgba(154, 106, 50, 0.04) 10px, rgba(154, 106, 50, 0.04) 11px);
}

.fl-makers-mod__preview {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0 0 1.1rem;
	filter: blur(1.5px);
	opacity: 0.55;
}

.fl-makers-mod__preview-row {
	display: block;
	height: 2.1rem;
	border-radius: 8px;
	background: linear-gradient(90deg, #e8e0d4, #f3efe6);
}

.fl-makers-mod__preview-row.is-short {
	width: 62%;
}

.fl-makers-mod__options {
	list-style: none;
	margin: 0 0 1.1rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.fl-makers-mod__options li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.65rem 0.8rem;
	border-radius: 10px;
	border: 1px solid var(--mod-line);
	background: #fff;
	font-size: 0.9rem;
}

.fl-makers-mod__options em {
	font-style: normal;
	font-weight: 600;
	color: var(--mod-copper);
	white-space: nowrap;
}

.fl-makers-mod__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	position: relative;
	z-index: 1;
}

.fl-makers-mod__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 999px;
	padding: 0.55rem 1rem;
	font-size: 0.88rem;
	font-weight: 600;
	border: 1px solid transparent;
}

.fl-makers-mod__btn--primary {
	background: linear-gradient(135deg, #2EC4B6, #1A9E92);
	color: #140f0a;
}

.fl-makers-mod__btn--ghost {
	border-color: var(--mod-line);
	color: var(--mod-ink);
	background: #fff;
}

.fl-makers-mod__legal {
	margin: 1rem 0 0;
	font-size: 0.75rem;
	color: var(--mod-fog);
	line-height: 1.4;
}

/* —— Studio form (refined) —— */
.fl-makers--studio .fl-makers__hero--studio {
	min-height: 200px;
}

.fl-studio-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin-top: 1.1rem;
	font-size: 0.84rem;
	color: var(--fog);
	animation: flAtelierRise 0.85s var(--ease) 0.3s both;
}

.fl-studio-nav a {
	color: var(--copper);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.fl-studio-nav a:hover {
	color: var(--paper);
	border-bottom-color: rgba(46, 196, 182, 0.55);
}

.fl-studio-form {
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
}

.fl-studio-form__head {
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--line);
}

.fl-studio-form__intro {
	margin: 0.35rem 0 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--fog);
	max-width: 38rem;
}

.fl-studio-field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.fl-studio-field--grow {
	flex: 1 1 auto;
	min-width: 0;
}

.fl-studio-field--currency {
	max-width: 5.5rem;
}

.fl-studio-field__label {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #c5cddc;
}

.fl-studio-field__help {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.45;
	color: var(--fog);
}

.fl-studio-field__hint {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.78rem;
	color: var(--fog);
}

.fl-studio-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.25rem;
}

.fl-studio-filters__item {
	display: inline-flex;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	user-select: none;
}

.fl-studio-filters__item:has(.fl-studio-filters__input:disabled) {
	cursor: default;
	opacity: 0.85;
}

/* Oculto: el chip visual evita pelear con appearance:auto del tema base. */
.fl-studio-filters .fl-studio-filters__input[type="checkbox"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	opacity: 0 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	pointer-events: none;
}

.fl-studio-filters__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 2.25rem;
	padding: 0.4rem 0.85rem 0.4rem 0.65rem;
	border: 2px solid rgba(160, 175, 200, 0.35);
	border-radius: 0.5rem;
	background: rgba(6, 10, 18, 0.75);
	color: rgba(200, 210, 225, 0.55);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease, box-shadow 0.12s ease;
}

.fl-studio-filters__tick {
	display: inline-grid;
	place-content: center;
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
	border: 2px solid rgba(160, 175, 200, 0.45);
	border-radius: 0.25rem;
	background: rgba(0, 0, 0, 0.4);
	color: transparent;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 900;
}

.fl-studio-filters__tick::before {
	content: '✓';
}

.fl-studio-filters__input:checked + .fl-studio-filters__chip {
	border-color: #4d9fff;
	background: #1a6fd4;
	color: #fff;
	box-shadow: 0 0 0 3px rgba(77, 159, 255, 0.35);
}

.fl-studio-filters__input:checked + .fl-studio-filters__chip .fl-studio-filters__tick {
	border-color: #fff;
	background: #0d4ea0;
	color: #fff;
}

.fl-studio-filters__input:focus-visible + .fl-studio-filters__chip {
	outline: 2px solid #7eb6ff;
	outline-offset: 2px;
}

.fl-studio-keywords {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	min-height: 2.5rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid rgba(232, 228, 220, 0.14);
	border-radius: 8px;
	background: rgba(10, 12, 18, 0.55);
	cursor: text;
}

.fl-studio-keywords:focus-within {
	border-color: rgba(232, 228, 220, 0.32);
	box-shadow: 0 0 0 1px rgba(232, 228, 220, 0.08);
}

.fl-studio-keywords__chips {
	display: contents;
}

.fl-studio-keywords__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	max-width: 100%;
	padding: 0.32rem 0.65rem;
	border-radius: 999px;
	background: rgba(232, 228, 220, 0.1);
	color: var(--paper);
	font-size: 0.88rem;
	line-height: 1.25;
}

.fl-studio-keywords__chip-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fl-studio-keywords__chip-remove {
	display: inline;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: rgba(232, 228, 220, 0.45);
	font-size: 0.95rem;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}

.fl-studio-keywords__chip-remove:hover,
.fl-studio-keywords__chip-remove:focus-visible {
	color: rgba(232, 228, 220, 0.9);
	outline: none;
}

.fl-studio-keywords__input {
	flex: 1 1 8rem;
	min-width: 6rem;
	width: auto !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit;
	font: inherit;
	padding: 0.15rem 0 !important;
	outline: none;
}

.fl-makers__keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	list-style: none;
	margin: 0.85rem 0 0;
	padding: 0;
}

.fl-makers__keyword {
	display: inline-block;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: rgba(14, 16, 22, 0.45);
	color: var(--fog);
	font-size: 0.82rem;
	line-height: 1.2;
}

.fl-studio-form input,
.fl-studio-form textarea,
.fl-studio-form select,
.fl-studio-opt input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid rgba(232, 228, 220, 0.14);
	background: rgba(10, 12, 18, 0.55);
	color: var(--paper);
	padding: 0.55rem 0.7rem;
	font: inherit;
	font-size: 0.92rem;
	line-height: 1.4;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fl-studio-form textarea {
	resize: vertical;
	min-height: 6rem;
}

.fl-studio-form input:focus,
.fl-studio-form textarea:focus,
.fl-studio-form select:focus,
.fl-studio-opt input:focus {
	outline: none;
	border-color: rgba(46, 196, 182, 0.5);
	box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.12);
}

.fl-studio-options {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-top: 1.15rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--line);
}

.fl-studio-options__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.15rem;
}

.fl-studio-options__head .fl-studio-linkbtn {
	margin-top: 0.15rem;
}

.fl-studio-options__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.fl-studio-opt {
	position: relative;
	display: grid;
	grid-template-columns: minmax(88px, 7.5rem) minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: start;
	padding: 0.9rem 1rem 0.95rem;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: rgba(14, 16, 22, 0.45);
}

.fl-studio-opt__media-col {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	min-width: 0;
}

.fl-studio-field--filter select {
	font-size: 0.78rem !important;
	padding: 0.35rem 0.45rem !important;
}

.fl-studio-field--filter-sm {
	margin: 0;
}

.fl-studio-field--filter-sm .fl-studio-field__label {
	font-size: 0.65rem;
}

.fl-studio-opt__media {
	position: relative;
	width: 100%;
	max-width: 88px;
	aspect-ratio: 1;
	height: auto;
	min-height: 72px;
	border-radius: 14px;
	border: 1px dashed rgba(46, 196, 182, 0.45);
	background:
		linear-gradient(145deg, rgba(46, 196, 182, 0.08), transparent),
		rgba(18, 20, 28, 0.9);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	overflow: hidden;
	flex: 0 0 auto;
	box-sizing: border-box;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.fl-studio-opt__media:hover {
	border-color: rgba(46, 196, 182, 0.8);
	transform: translateY(-1px);
}

.fl-studio-opt__media.has-image {
	border-style: solid;
	background-image: var(--opt-img);
	background-size: cover;
	background-position: center;
}

.fl-studio-opt__media.has-image .fl-studio-opt__media-plus,
.fl-studio-opt__media.has-image .fl-studio-opt__media-label {
	opacity: 0;
}

.fl-studio-opt__media-plus {
	font-size: 1.4rem;
	color: var(--copper);
	line-height: 1;
}

.fl-studio-opt__media-label {
	font-size: 0.68rem;
	color: var(--fog);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.fl-studio-opt__media-clear {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background: rgba(12, 14, 20, 0.82);
	color: var(--paper);
	display: grid;
	place-items: center;
	font-size: 0.95rem;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.15s ease;
}

.fl-studio-opt__media.has-image:hover .fl-studio-opt__media-clear {
	opacity: 1;
}

.fl-studio-opt__media.is-uploading::after,
.fl-studio-gallery__slot.is-uploading::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(12, 14, 20, 0.55);
	z-index: 2;
}

.fl-studio-upload-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.55rem;
	height: 1.55rem;
	margin: -0.775rem 0 0 -0.775rem;
	border-radius: 50%;
	border: 2px solid rgba(232, 228, 220, 0.2);
	border-top-color: var(--copper);
	animation: fl-makers-spin 0.7s linear infinite;
	z-index: 3;
	pointer-events: none;
}

@keyframes fl-makers-spin {
	to { transform: rotate(360deg); }
}

.fl-studio-opt__body {
	min-width: 0;
	overflow: hidden;
}

.fl-studio-opt__grid {
	display: grid;
	grid-template-columns: 1fr 6.5rem 5.5rem;
	gap: 0.55rem;
	margin-bottom: 0.55rem;
}

@media (max-width: 720px) {
	.fl-studio-opt {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.7rem;
	}

	.fl-studio-opt__media-col {
		max-width: 140px;
	}

	.fl-studio-opt__media {
		max-width: 112px;
		justify-self: start;
	}

	.fl-studio-opt__remove {
		grid-column: 1 / -1;
		justify-self: stretch;
	}

	.fl-studio-opt__grid {
		grid-template-columns: 1fr 1fr;
	}

	.fl-studio-field--currency {
		max-width: none;
	}
}

.fl-studio-gallery {
	margin: 1.25rem 0 0.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line);
}

.fl-studio-gallery__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.55rem;
	margin-top: 0.75rem;
}

.fl-studio-gallery__cell {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

@media (max-width: 700px) {
	.fl-studio-gallery__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.fl-makers button.fl-studio-gallery__slot,
button.fl-studio-gallery__slot {
	appearance: none !important;
	-webkit-appearance: none !important;
	position: relative;
	aspect-ratio: 1;
	border-radius: 14px !important;
	border: 1px dashed rgba(46, 196, 182, 0.4) !important;
	background: rgba(18, 20, 28, 0.85) !important;
	background-image: none !important;
	color: var(--fog) !important;
	cursor: pointer;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	padding: 0.4rem !important;
	overflow: hidden;
	box-shadow: none !important;
	filter: none !important;
	flex: none !important;
	width: auto !important;
}

.fl-makers button.fl-studio-gallery__slot.has-image,
button.fl-studio-gallery__slot.has-image {
	border-style: solid !important;
	background-image: var(--gal-img) !important;
	background-size: cover !important;
	background-position: center !important;
}

.fl-studio-gallery__slot.has-image .fl-studio-gallery__plus,
.fl-studio-gallery__slot.has-image .fl-studio-gallery__hint {
	opacity: 0;
}

.fl-studio-gallery__plus {
	font-size: 1.35rem;
	color: var(--copper);
	line-height: 1;
}

.fl-studio-gallery__hint {
	font-size: 0.65rem;
	text-align: center;
	line-height: 1.2;
}

.fl-studio-gallery__clear {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: rgba(12, 14, 20, 0.85);
	color: #fff;
	display: grid;
	place-items: center;
	opacity: 0;
	font-size: 0.9rem;
}

.fl-studio-gallery__slot.has-image:hover .fl-studio-gallery__clear {
	opacity: 1;
}

.fl-makers__samples {
	padding: 1.25rem clamp(1.25rem, 4vw, 3rem) 0;
}

.fl-makers__samples-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.55rem;
}

@media (max-width: 700px) {
	.fl-makers__samples-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.fl-makers__sample {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 14px !important;
	overflow: hidden;
	border: 1px solid var(--line) !important;
	background: #1c2030 !important;
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: zoom-in;
	appearance: none !important;
	-webkit-appearance: none !important;
	font: inherit;
	color: inherit !important;
	text-align: left;
	box-shadow: none !important;
	font-weight: inherit !important;
}

.fl-makers__sample img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s var(--ease);
}

.fl-makers__sample:hover img {
	transform: scale(1.04);
}

.fl-makers__sample--censored {
	cursor: default;
}

.fl-makers__sample--censored img {
	/* Archivo blur en servidor + un poco más de difuminado en cliente. */
	filter: blur(10px) saturate(0.85);
	transform: scale(1.08);
}

.fl-makers__sample--censored:hover img {
	transform: scale(1.08);
}

.fl-makers__censor {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.6rem;
	background: rgba(10, 12, 18, 0.42);
	backdrop-filter: blur(2px);
	text-align: center;
	z-index: 1;
}

.fl-makers__censor-eye {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 999px;
	background: rgba(12, 14, 20, 0.72);
	border: 1px solid rgba(232, 228, 220, 0.22);
	color: rgba(232, 228, 220, 0.95);
	font-size: 0.95rem;
	line-height: 1;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.fl-makers__censor-label {
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(232, 228, 220, 0.75);
}

.fl-makers__censor-link,
.fl-makers__censor-text {
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--paper);
	text-decoration: none;
	line-height: 1.3;
}

.fl-makers__censor-link:hover {
	color: var(--copper);
	text-decoration: underline;
}

.fl-makers__censor--sm {
	padding: 0.25rem;
}

.fl-makers__censor--sm .fl-makers__censor-link,
.fl-makers__censor--sm .fl-makers__censor-text {
	font-size: 0.58rem;
	line-height: 1.2;
}

.fl-makers__censor--icon {
	padding: 0;
	gap: 0;
	background: rgba(10, 12, 18, 0.28);
	backdrop-filter: blur(1px);
}

.fl-makers__censor--icon .fl-makers__censor-eye {
	width: 1.85rem;
	height: 1.85rem;
	font-size: 0.82rem;
}

.fl-makers__media-badge {
	position: absolute;
	left: 0.4rem;
	bottom: 0.4rem;
	padding: 0.15rem 0.4rem;
	border-radius: 6px;
	background: rgba(12, 14, 20, 0.78);
	color: var(--copper);
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	z-index: 2;
}

.fl-makers__media-badge--sm {
	left: 0.2rem;
	bottom: 0.2rem;
	font-size: 0.55rem;
	padding: 0.1rem 0.28rem;
}

.fl-makers__option-thumb {
	position: relative;
	flex: 0 0 auto;
	width: 112px;
	height: 112px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	border: 1px solid var(--line);
	overflow: hidden;
	cursor: zoom-in;
	align-self: center;
}

@media (max-width: 560px) {
	.fl-makers__option-thumb {
		width: 88px;
		height: 88px;
	}
}

.fl-makers__option-thumb--censored {
	background-color: #141820;
	cursor: default;
	pointer-events: none;
}

.fl-makers__option-thumb-blur {
	position: absolute;
	inset: -12%;
	background-size: cover;
	background-position: center;
	filter: blur(10px) saturate(0.8) brightness(0.78);
	transform: scale(1.12);
	z-index: 0;
}

.fl-makers__option-thumb--censored .fl-makers__censor {
	z-index: 1;
}

.fl-makers button.fl-studio-opt__remove,
button.fl-studio-opt__remove {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: inline !important;
	width: auto !important;
	flex: none !important;
	margin-top: 0.55rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #b08980 !important;
	font: inherit !important;
	font-size: 0.78rem !important;
	font-weight: 500 !important;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fl-makers button.fl-studio-opt__remove:hover,
button.fl-studio-opt__remove:hover {
	color: #e0a39a !important;
	background: none !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
}

.fl-makers button.fl-studio-linkbtn,
button.fl-studio-linkbtn {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: none !important;
	width: auto !important;
	flex-shrink: 0;
	border: 1px solid rgba(46, 196, 182, 0.4) !important;
	border-radius: 8px !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #2EC4B6 !important;
	font: inherit !important;
	font-size: 0.8rem !important;
	font-weight: 600 !important;
	padding: 0.4rem 0.75rem !important;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fl-makers button.fl-studio-linkbtn:hover,
.fl-makers button.fl-studio-linkbtn:focus,
button.fl-studio-linkbtn:hover,
button.fl-studio-linkbtn:focus {
	background: rgba(46, 196, 182, 0.12) !important;
	border-color: rgba(46, 196, 182, 0.6) !important;
	color: #4ED4C8 !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
}

.fl-studio-form__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
	padding-top: 0.35rem;
	border-top: 1px solid var(--line);
}

.fl-makers button.fl-studio-save,
button.fl-studio-save {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: none !important;
	width: auto !important;
	border: 0 !important;
	border-radius: 8px !important;
	padding: 0.55rem 1.15rem !important;
	font: inherit !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	cursor: pointer;
	background: linear-gradient(135deg, #2EC4B6, #1A9E92) !important;
	background-image: linear-gradient(135deg, #2EC4B6, #1A9E92) !important;
	box-shadow: none !important;
	color: #140f0a !important;
	transition: transform 0.2s var(--ease), filter 0.2s ease;
}

.fl-makers button.fl-studio-save:hover,
.fl-makers button.fl-studio-save:focus,
.fl-makers.fl-makers--studio button.fl-studio-save:hover,
.fl-makers.fl-makers--studio button.fl-studio-save:focus {
	filter: brightness(1.06);
	transform: translateY(-1px);
	background: linear-gradient(135deg, #4ED4C8, var(--copper)) !important;
	background-image: linear-gradient(135deg, #4ED4C8, var(--copper)) !important;
	box-shadow: none !important;
	color: #140f0a !important;
}

.fl-makers button.fl-studio-save:disabled,
button.fl-studio-save:disabled {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
	transform: none !important;
	filter: none !important;
	pointer-events: none;
}

.fl-studio-options__empty {
	margin: 0;
	padding: 1rem 1.05rem;
	border-radius: 10px;
	border: 1px dashed rgba(232, 228, 220, 0.18);
	color: var(--fog);
	font-size: 0.85rem;
	line-height: 1.45;
}

/* Inputs: no dejar que el tema base pinte blanco/morado encima */
.fl-makers--studio .fl-studio-form input,
.fl-makers--studio .fl-studio-form textarea,
.fl-makers--studio .fl-studio-form select,
.fl-makers--studio .fl-studio-opt input {
	flex: none !important;
	color: var(--paper) !important;
	background: rgba(10, 12, 18, 0.55) !important;
	border: 1px solid rgba(232, 228, 220, 0.14) !important;
	border-radius: 8px !important;
	padding: 0.55rem 0.7rem !important;
	box-shadow: none !important;
}

.fl-makers--studio .fl-studio-form input:focus,
.fl-makers--studio .fl-studio-form textarea:focus,
.fl-makers--studio .fl-studio-form select:focus,
.fl-makers--studio .fl-studio-opt input:focus {
	border-color: rgba(46, 196, 182, 0.5) !important;
	box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.12) !important;
}
.fl-studio-side .fl-makers__h2 {
	margin-bottom: 0.35rem;
}

.fl-studio-side__more {
	margin: 0.85rem 0 0;
	font-size: 0.82rem;
}

.fl-studio-side__more a {
	color: var(--copper);
}

.fl-makers__hero-inner--artist {
	position: relative;
}

.fl-makers__hero--artist > .fl-makers__menu {
	position: absolute;
	top: clamp(0.75rem, 2vw, 1.15rem);
	right: clamp(1.25rem, 4vw, 3rem);
	z-index: 6;
}

.fl-makers__menu {
	position: absolute;
	top: 0.35rem;
	right: 0.35rem;
	z-index: 5;
}

.fl-makers__menu-trigger {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 2.4rem !important;
	height: 2.4rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(232, 228, 220, 0.35) !important;
	border-radius: 999px !important;
	background: rgba(10, 12, 18, 0.72) !important;
	background-image: none !important;
	color: #f3efe6 !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	cursor: pointer;
	font: inherit !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	user-select: none;
}

.fl-makers__menu-trigger:hover,
.fl-makers__menu-trigger[aria-expanded="true"] {
	border-color: rgba(46, 196, 182, 0.7) !important;
	background: rgba(16, 18, 26, 0.9) !important;
	color: #fff !important;
}

.fl-makers__menu-dots {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.22rem;
}

.fl-makers__menu-dots span {
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background: #f3efe6;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.fl-makers__menu-trigger:hover .fl-makers__menu-dots span,
.fl-makers__menu-trigger[aria-expanded="true"] .fl-makers__menu-dots span {
	background: #f0d2a8;
}

.fl-makers__menu-panel {
	position: absolute;
	top: calc(100% + 0.35rem);
	right: 0;
	min-width: 10.5rem;
	padding: 0.35rem;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: #161a24;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.fl-makers__menu-panel[hidden] {
	display: none !important;
}

.fl-makers__menu-item {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: block !important;
	width: 100% !important;
	text-align: left;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	background-image: none !important;
	color: var(--paper) !important;
	padding: 0.55rem 0.7rem !important;
	margin: 0 !important;
	font: inherit !important;
	font-size: 0.88rem !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	cursor: pointer;
	user-select: none;
}

.fl-makers__menu-item:hover:not([aria-disabled="true"]) {
	background: rgba(46, 196, 182, 0.14) !important;
}

.fl-makers__menu-item[aria-disabled="true"] {
	opacity: 0.45;
	cursor: not-allowed;
}

.fl-makers__gate--inline {
	margin: 0;
	text-align: left;
}

.fl-makers__gate-note {
	margin: 1rem 0 0;
	color: var(--paper);
	font-size: 0.9rem;
}

.fl-makers-lightbox {
	border: 0 !important;
	padding: 0 !important;
	max-width: min(94vw, 1100px);
	max-height: 90vh;
	width: fit-content;
	height: fit-content;
	background: transparent !important;
	color: var(--paper);
	position: fixed !important;
	inset: 0;
	margin: auto !important;
	overflow: visible;
}

.fl-makers-lightbox::backdrop {
	background: rgba(6, 8, 12, 0.82);
	backdrop-filter: blur(4px);
}

.fl-makers-lightbox__figure {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: min(94vw, 1100px);
	max-height: 90vh;
}

.fl-makers-lightbox__img {
	display: block;
	max-width: min(92vw, 1080px);
	max-height: 86vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
	background: #12151c;
}

.fl-makers-lightbox__close,
.fl-makers-lightbox__nav {
	appearance: none !important;
	-webkit-appearance: none !important;
	position: absolute;
	z-index: 2;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(232, 228, 220, 0.28) !important;
	border-radius: 999px !important;
	background: rgba(12, 14, 20, 0.78) !important;
	background-image: none !important;
	color: var(--paper) !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35) !important;
	cursor: pointer;
	font: inherit !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	user-select: none;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.fl-makers-lightbox__close:hover,
.fl-makers-lightbox__nav:hover {
	background: rgba(28, 32, 48, 0.95) !important;
	border-color: rgba(46, 196, 182, 0.55) !important;
}

.fl-makers-lightbox__close {
	top: 0.45rem;
	right: 0.45rem;
	width: 2.5rem !important;
	height: 2.5rem !important;
	font-size: 1.55rem !important;
}

.fl-makers-lightbox__nav {
	top: 50%;
	margin-top: -1.375rem !important;
	width: 2.75rem !important;
	height: 2.75rem !important;
	font-size: 1.75rem !important;
	transform: none;
}

.fl-makers-lightbox__nav--prev { left: 0.45rem; }
.fl-makers-lightbox__nav--next { right: 0.45rem; }

.fl-makers-lightbox__nav[hidden],
.fl-makers-lightbox__nav[aria-disabled="true"] {
	opacity: 0.28;
	pointer-events: none;
}

.fl-makers__progress {
	margin-top: 1.35rem;
}

.fl-makers__progress-list {
	list-style: none;
	margin: 0.85rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.fl-makers__progress-item {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	margin: 0;
	padding: 0.75rem;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: rgba(14, 16, 22, 0.55);
}

.fl-makers button.fl-makers__progress-thumb,
button.fl-makers__progress-thumb {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: block !important;
	flex: none !important;
	width: 96px !important;
	height: 96px !important;
	min-width: 96px !important;
	min-height: 96px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--line) !important;
	border-radius: 10px !important;
	overflow: hidden;
	cursor: zoom-in;
	background: rgba(0, 0, 0, 0.35) !important;
	background-image: none !important;
	box-shadow: none !important;
	filter: none !important;
	color: inherit !important;
	font: inherit !important;
	font-weight: inherit !important;
	letter-spacing: normal !important;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.fl-makers button.fl-makers__progress-thumb:hover,
.fl-makers button.fl-makers__progress-thumb:focus-visible,
button.fl-makers__progress-thumb:hover,
button.fl-makers__progress-thumb:focus-visible {
	border-color: rgba(46, 196, 182, 0.55) !important;
	background: rgba(0, 0, 0, 0.35) !important;
	background-image: none !important;
	box-shadow: none !important;
	transform: scale(1.02);
	filter: none !important;
}

.fl-makers button.fl-makers__progress-thumb img,
button.fl-makers__progress-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
}

.fl-makers__progress-meta p {
	margin: 0.35rem 0 0;
	color: var(--paper);
	line-height: 1.5;
	white-space: pre-wrap;
}

.fl-makers__form.fl-makers__progress-form {
	margin-top: 1rem;
	max-width: none;
	width: 100%;
}

.fl-makers__field {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin: 0;
	width: 100%;
}

.fl-makers__field-label {
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--paper);
}

.fl-makers__dropzone {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 168px;
	padding: 1.15rem 1.1rem;
	border-radius: 14px;
	border: 1.5px dashed rgba(46, 196, 182, 0.45);
	background:
		linear-gradient(160deg, rgba(28, 32, 42, 0.92), rgba(16, 18, 24, 0.96));
	cursor: pointer;
	outline: none;
	transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
	user-select: none;
}

.fl-makers__dropzone-input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	font-size: 0;
}

.fl-makers__dropzone.is-filled .fl-makers__dropzone-input {
	pointer-events: none;
}

.fl-makers__dropzone:hover,
.fl-makers__dropzone:focus-visible {
	border-color: rgba(46, 196, 182, 0.82);
	box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.14);
}

.fl-makers__dropzone.is-dragover {
	border-color: rgba(46, 196, 182, 0.95);
	background: linear-gradient(160deg, rgba(18, 42, 40, 0.96), rgba(14, 22, 28, 0.98));
	box-shadow: inset 0 0 0 1px rgba(46, 196, 182, 0.28);
}

.fl-makers__dropzone-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	min-height: 136px;
	text-align: center;
	pointer-events: none;
}

.fl-makers__dropzone-empty[hidden],
.fl-makers__dropzone-preview[hidden] {
	display: none !important;
}

.fl-makers__dropzone-icon {
	width: 2.35rem;
	height: 2.35rem;
	margin-bottom: 0.25rem;
	border-radius: 999px;
	border: 1.5px solid rgba(46, 196, 182, 0.55);
	position: relative;
}

.fl-makers__dropzone-icon::before,
.fl-makers__dropzone-icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(46, 196, 182, 0.92);
	transform: translate(-50%, -50%);
}

.fl-makers__dropzone-icon::before {
	width: 0.95rem;
	height: 2px;
}

.fl-makers__dropzone-icon::after {
	width: 2px;
	height: 0.95rem;
}

.fl-makers__dropzone-empty strong {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.08rem;
	font-weight: 600;
	color: var(--paper);
}

.fl-makers__dropzone-empty span:not(.fl-makers__dropzone-icon) {
	font-size: 0.84rem;
	color: rgba(232, 226, 214, 0.68);
	line-height: 1.4;
	max-width: 28rem;
}

.fl-makers__dropzone-preview {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 0.95rem;
	align-items: center;
	width: 100%;
	min-height: 136px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.fl-makers__dropzone-preview img {
	width: 112px;
	height: 112px;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	background: rgba(0, 0, 0, 0.35);
	-webkit-user-drag: none;
}

.fl-makers__dropzone-name {
	font-size: 0.9rem;
	color: var(--paper);
	word-break: break-word;
	padding-right: 2rem;
	line-height: 1.4;
}

.fl-makers button.fl-makers__dropzone-clear,
button.fl-makers__dropzone-clear {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	z-index: 2;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: none !important;
	width: 2rem !important;
	height: 2rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(232, 228, 220, 0.28) !important;
	border-radius: 999px !important;
	background: rgba(12, 14, 20, 0.88) !important;
	background-image: none !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32) !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 1 !important;
	cursor: pointer;
	appearance: none !important;
	-webkit-appearance: none !important;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.fl-makers button.fl-makers__dropzone-clear::before,
.fl-makers button.fl-makers__dropzone-clear::after,
button.fl-makers__dropzone-clear::before,
button.fl-makers__dropzone-clear::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.72rem;
	height: 1.5px;
	background: rgba(46, 196, 182, 0.92);
	border-radius: 1px;
}

.fl-makers button.fl-makers__dropzone-clear::before,
button.fl-makers__dropzone-clear::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.fl-makers button.fl-makers__dropzone-clear::after,
button.fl-makers__dropzone-clear::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.fl-makers button.fl-makers__dropzone-clear:hover,
.fl-makers button.fl-makers__dropzone-clear:focus-visible,
button.fl-makers__dropzone-clear:hover,
button.fl-makers__dropzone-clear:focus-visible {
	background: rgba(28, 32, 48, 0.95) !important;
	border-color: rgba(46, 196, 182, 0.55) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.38) !important;
	transform: scale(1.04);
	filter: none !important;
}

.fl-makers-lightbox--progress {
	inset: auto;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	max-width: min(96vw, 1080px);
	width: auto;
	height: auto;
	max-height: 90dvh;
	overflow: visible;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__box {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 90dvh;
	background: rgba(10, 12, 18, 0.96);
	border: 1px solid rgba(46, 196, 182, 0.28);
	border-radius: 14px;
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.52);
	overflow: hidden;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__layout {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	min-height: 0;
	max-height: 90dvh;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__media {
	position: relative;
	flex: 1 1 58%;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #080a0f;
	padding: 0.35rem;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__stage {
	position: relative;
	display: block;
	line-height: 0;
	width: 100%;
	max-width: 100%;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__close {
	z-index: 6;
	top: 0.55rem;
	right: 0.55rem;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__media .fl-makers-lightbox__nav {
	z-index: 6;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__nav--prev {
	left: 0.55rem;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__nav--next {
	right: 0.55rem;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: min(78dvh, 760px);
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: none;
	background: transparent;
	-webkit-user-drag: none;
	user-select: none;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__panel {
	flex: 0 0 min(42%, 380px);
	width: min(42%, 380px);
	min-width: 220px;
	max-width: 380px;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1.2rem 1.15rem;
	box-sizing: border-box;
	border-left: 1px solid rgba(46, 196, 182, 0.22);
	background: rgba(12, 14, 20, 0.88);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.fl-makers-lightbox--progress .fl-makers-lightbox__index {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(46, 196, 182, 0.96);
}

.fl-makers-lightbox--progress .fl-makers-lightbox__text {
	color: #f4efe6;
	font-size: 1rem;
	line-height: 1.65;
	text-align: left;
	white-space: pre-wrap;
	word-break: break-word;
}

.fl-makers-lightbox__shield {
	display: none;
}

.fl-makers-lightbox--progress.is-mobile-protected .fl-makers-lightbox__shield {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 2;
	background: transparent;
	-webkit-touch-callout: none;
	touch-action: pan-y;
}

.fl-makers-lightbox--progress.is-mobile-protected .fl-makers-lightbox__close,
.fl-makers-lightbox--progress.is-mobile-protected .fl-makers-lightbox__nav {
	z-index: 4;
}

.fl-makers-lightbox--progress.is-mobile-protected .fl-makers-lightbox__img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

html.fl-makers-progress-lightbox-open,
html.fl-makers-progress-lightbox-open body {
	-webkit-touch-callout: none;
}

@media (max-width: 768px) {
	.fl-makers-lightbox--progress {
		inset: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: none;
		max-width: 100vw;
		width: 100%;
		max-height: 100dvh;
		height: 100dvh;
		margin: 0 !important;
		padding: 0 !important;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
	}

	.fl-makers-lightbox--progress .fl-makers-lightbox__box {
		min-height: min-content;
		max-height: none;
		height: auto;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		overflow: visible;
	}

	.fl-makers-lightbox--progress .fl-makers-lightbox__layout {
		flex-direction: column;
		max-height: none;
		min-height: min-content;
	}

	.fl-makers-lightbox--progress .fl-makers-lightbox__media {
		flex: none;
		width: 100%;
		padding: 0;
	}

	.fl-makers-lightbox--progress .fl-makers-lightbox__img {
		width: 100%;
		max-width: 100%;
		max-height: none;
		border-radius: 0;
	}

	.fl-makers-lightbox--progress .fl-makers-lightbox__panel {
		flex: none;
		width: 100%;
		min-width: 0;
		max-width: none;
		overflow: visible;
		border-left: 0;
		border-top: 1px solid rgba(46, 196, 182, 0.22);
		padding: 1rem 0.95rem 1.35rem;
	}

	.fl-makers-lightbox--progress .fl-makers-lightbox__text {
		font-size: 1.02rem;
		line-height: 1.7;
	}
}

@media (max-width: 560px) {
	.fl-makers__progress-item {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.fl-makers button.fl-makers__progress-thumb,
	button.fl-makers__progress-thumb {
		width: 72px !important;
		height: 72px !important;
		min-width: 72px !important;
		min-height: 72px !important;
	}
}

.fl-makers__notes {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.fl-makers__note-item {
	margin: 0;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: rgba(14, 16, 22, 0.55);
}

.fl-makers__note-item p {
	margin: 0.35rem 0 0;
	color: var(--paper);
	line-height: 1.5;
	white-space: pre-wrap;
}

.fl-makers__note-meta {
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0.03em;
	color: var(--copper);
	font-weight: 600;
}

.fl-makers__pending-brief {
	margin: 1rem 0;
	padding: 0.75rem 0.9rem;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: rgba(14, 16, 22, 0.4);
}

.fl-makers__pending-brief summary {
	cursor: pointer;
	color: var(--paper);
	font-weight: 600;
}

.fl-makers__pending-brief .fl-makers__brief {
	margin-top: 0.75rem;
}

.fl-makers__h3 {
	margin: 1.25rem 0 0.5rem;
	font-size: 1rem;
	color: var(--paper);
}

/* Briefs / encargos abiertos (paridad commissions build 18) */
.fl-makers__layout--briefs {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	gap: 1.5rem;
}

.fl-makers__layout--briefs .fl-makers__form {
	max-width: none;
}

.fl-makers__layout--briefs > .fl-makers__panel + .fl-makers__panel {
	margin-top: 0;
}

@media (max-width: 900px) {
	.fl-makers__layout--briefs {
		grid-template-columns: 1fr;
	}
}

.fl-makers--briefs-page .fl-makers__layout--briefs {
	padding: 1.5rem clamp(0.75rem, 2vw, 2rem) 0;
	max-width: min(1520px, calc(100vw - 1.5rem));
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.fl-makers--briefs-page .fl-makers__hero,
.fl-makers--briefs-page .fl-makers__disclaimer {
	padding-left: clamp(0.75rem, 2vw, 2rem);
	padding-right: clamp(0.75rem, 2vw, 2rem);
}

.fl-makers--briefs-page .fl-makers__panel {
	padding: 1.65rem 1.75rem 1.8rem;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.fl-makers--briefs-page .fl-makers__list a {
	padding: 0.95rem 1.05rem;
	border-radius: 14px;
	width: 100%;
	box-sizing: border-box;
}

.fl-makers__brief-list-body {
	width: 100%;
	min-width: 0;
}

.fl-makers__brief-list-body.is-loading {
	opacity: 0.55;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.fl-makers__brief-list-body .fl-makers__list {
	width: 100%;
}

.fl-makers__brief-list-more {
	margin-top: 0.75rem;
	margin-bottom: 0;
}

.fl-makers__brief-list-summary {
	margin: 0.75rem 0 0.85rem;
}

.fl-makers__brief-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	margin: 0 0 0.85rem;
}

.fl-makers__brief-pagination .page,
.fl-makers__brief-pagination .previous,
.fl-makers__brief-pagination .next,
.fl-makers__brief-pagination .more {
	min-width: 2rem;
}

.fl-makers__brief-pagination .page.selected {
	border-radius: 999px;
	background: linear-gradient(135deg, var(--copper), var(--copper-deep));
	color: #140f0a;
	font-weight: 700;
}

.fl-makers__brief-pagination a {
	text-decoration: none;
}

[data-brief-list-pagination-top]:empty,
[data-brief-list-pagination-bottom]:empty {
	display: none;
}

.fl-makers__brief-list-head {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-bottom: 0;
}

.fl-makers__brief-tabs {
	margin-top: 0.15rem;
}

.fl-makers__brief-search {
	width: 100%;
	margin-top: 0.15rem;
}

.fl-makers__brief-search-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	gap: 0.45rem;
	width: 100%;
}

.fl-makers__brief-search-label {
	display: block;
	min-width: 0;
	margin: 0;
}

.fl-makers__brief-search input[type="search"] {
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid var(--line);
	background: rgba(14, 16, 22, 0.7);
	color: var(--paper);
	padding: 0.55rem 0.75rem;
	font: inherit;
	min-width: 0;
}

.fl-makers__brief-search-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	flex-shrink: 0;
	min-height: 100%;
	align-self: stretch;
	white-space: nowrap;
}

.fl-makers__brief-search-btn span {
	display: none;
}

@media (min-width: 520px) {
	.fl-makers__brief-search-btn span {
		display: inline;
	}
}

.fl-makers__paws-notice {
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.35rem;
	padding: 1rem 1.15rem;
	border-radius: 12px;
	border: 1px solid rgba(110, 200, 255, 0.38);
	background:
		linear-gradient(145deg, rgba(10, 22, 40, 0.82), rgba(8, 14, 26, 0.72));
	color: #e8f4ff;
}

.fl-makers__paws-notice--free {
	border-color: rgba(110, 200, 255, 0.24);
}

.fl-makers__paws-notice-head {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 0.45rem;
}

.fl-makers__paws-notice-icon {
	width: 26px;
	height: 26px;
	object-fit: contain;
	flex-shrink: 0;
}

.fl-makers__paws-notice-icon-fa {
	color: #6ec8ff;
	font-size: 1.2rem;
}

.fl-makers__paws-notice-amount {
	font-size: 1.05rem;
	font-weight: 700;
	color: #6ec8ff;
}

.fl-makers__paws-notice-text {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(232, 244, 255, 0.82);
}

.fl-makers__brief-item-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.4rem;
	font-size: 0.82rem;
	color: var(--copper);
}

.fl-makers__brief-item-user {
	line-height: 1.2;
}

.fl-makers__brief-item-filter {
	align-self: flex-start;
	margin-top: 0.15rem;
	font-size: 0.72rem;
	padding: 0.15rem 0.45rem;
}

.fl-makers__brief-item-disclosure {
	align-self: flex-start;
	margin-top: 0.15rem;
	font-size: 0.72rem;
	padding: 0.15rem 0.45rem;
	flex: 0 0 auto;
	width: max-content;
	max-width: 100%;
	white-space: nowrap;
}

.fl-makers__owner-badges--brief-inline {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.fl-makers__brief-item .fl-makers__owner-badge--xs {
	width: 1.05rem;
	height: 1.05rem;
	flex: 0 0 auto;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 2px 6px rgba(0, 0, 0, 0.22);
}

.fl-makers__brief-item .fl-makers__owner-badge--xs img {
	width: 0.68rem !important;
	height: 0.68rem !important;
	max-width: 0.68rem !important;
	max-height: 0.68rem !important;
	object-fit: contain;
}

.fl-makers__brief-item .fl-makers__owner-badge--xs span {
	font-size: 0.58rem;
}

.fl-makers__brief-item-head {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

.fl-makers__brief-item-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12rem;
	min-width: 0;
	flex: 1;
}

.fl-makers__brief-item {
	min-width: 0;
}

.fl-makers__brief-item-proposals {
	display: inline-flex;
	flex: 0 0 auto;
	align-self: auto;
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

.fl-makers__brief-item-meta .fl-makers__brief-item-proposals {
	margin-top: 0;
}

.fl-makers__tag.fl-makers__tag--proposals {
	background: rgba(196, 138, 74, 0.14);
	border: 1px solid rgba(196, 138, 74, 0.35);
	color: #e8c89a;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	flex: 0 0 auto;
	width: max-content;
	max-width: 100%;
	white-space: nowrap;
}

.fl-makers__brief-item .fl-makers__inbox-peer-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

.fl-makers__brief-item .fl-makers__inbox-msg {
	-webkit-line-clamp: 2;
	line-clamp: 2;
	margin-top: 0.1rem;
	word-break: break-word;
}

.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.fl-makers--brief .fl-makers__layout--brief-detail,
.fl-makers--brief .fl-makers__brief-nav,
.fl-makers--brief .fl-makers__disclaimer {
	padding-left: clamp(0.75rem, 2vw, 2rem);
	padding-right: clamp(0.75rem, 2vw, 2rem);
}

.fl-makers--brief .fl-makers__hero {
	padding-left: clamp(0.75rem, 2vw, 2rem);
	padding-right: clamp(0.75rem, 2vw, 2rem);
	overflow: visible;
}

.fl-makers--brief .fl-makers__hero > .fl-makers__menu {
	z-index: 8;
}

.fl-makers--brief .fl-makers__layout--brief-detail {
	padding: 1.5rem clamp(0.75rem, 2vw, 2rem) 0;
	max-width: min(1520px, calc(100vw - 1.5rem));
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
}

.fl-makers--brief .fl-makers__panel {
	padding: 1.65rem 1.75rem 1.8rem;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.fl-makers--brief .fl-makers__brief-nav {
	padding-top: 1.25rem;
	padding-bottom: 0.15rem;
	max-width: min(1520px, calc(100vw - 1.5rem));
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.fl-makers--brief .fl-makers__brief-nav .fl-makers__cta-row {
	margin-top: 0;
}

.fl-makers--brief .fl-makers__panel--brief-side .fl-makers__form,
.fl-makers--brief .fl-makers__form--propose {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: stretch;
	width: 100%;
	max-width: none;
}

.fl-makers--brief .fl-makers__label,
.fl-makers--brief .fl-makers__panel--brief-side .fl-makers__form label {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	position: static !important;
	inset: auto !important;
	pointer-events: auto !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0;
	font-size: 0.85rem;
	color: var(--fog);
	flex: none;
}

.fl-makers--brief .fl-makers__label-text {
	line-height: 1.35;
	color: var(--fog);
}

.fl-makers--brief .fl-makers__panel--brief-side .fl-makers__form textarea {
	min-height: 9rem;
	max-height: 18rem;
	width: 100%;
	flex: none !important;
}

.fl-makers--brief .fl-makers__panel--brief-side .fl-makers__form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.35rem;
	position: relative;
	z-index: 1;
}

.fl-makers__brief-side-section + .fl-makers__brief-side-section,
.fl-makers__brief-side-section--split {
	margin-top: 1.65rem;
	padding-top: 1.45rem;
	border-top: 1px solid var(--line);
}

.fl-makers__brief-side-section .fl-makers__h2 {
	margin-bottom: 0.65rem;
}

.fl-makers__list--proposals {
	margin-top: 0.35rem;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.fl-makers__proposal-item {
	padding: 1rem 1.05rem;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: rgba(10, 12, 18, 0.55);
}

.fl-makers__proposal-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
}

.fl-makers__proposal-artist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.75rem;
	min-width: 0;
	flex: 1;
}

.fl-makers__inquiry-peer-card--proposal {
	padding: 0;
	min-height: 0;
}

.fl-makers__inquiry-peer-ava-ring--sm {
	width: 44px;
	height: 44px;
}

.fl-makers__owner-badges--inline {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.fl-makers__menu--proposal {
	position: relative;
	flex-shrink: 0;
	z-index: 4;
	top: auto;
	right: auto;
}

.fl-makers__proposal-status {
	margin: 0.65rem 0 0.45rem;
}

.fl-makers__proposal-body {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--paper);
	white-space: pre-wrap;
	word-break: break-word;
}

.fl-makers__proposal-actions {
	margin-top: 0.85rem;
}

.fl-makers__proposal-summary {
	margin: 0 0 0.85rem;
}

.fl-makers--brief-unavailable .fl-makers__panel--empty {
	max-width: 640px;
	margin: 2rem auto;
	padding: 2rem 1.75rem;
	text-align: center;
}

@media (max-width: 900px) {
	.fl-makers--brief .fl-makers__layout--brief-detail {
		grid-template-columns: 1fr;
	}
}

.fl-makers__brief-owner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1rem;
	margin-top: 0.85rem;
}

.fl-makers__brief-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.75rem;
	margin: 1rem 0 0;
	font-size: 0.92rem;
	color: var(--fog);
}

.fl-makers__brief-expiry {
	font-size: 0.88rem;
	color: var(--fog);
}

.fl-makers__owner-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-makers__owner-badge {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background:
		radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.28), transparent 45%),
		linear-gradient(145deg, var(--badge-primary, var(--copper)), var(--badge-secondary, rgba(196, 138, 74, 0.22)));
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 6px 16px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.fl-makers__owner-badge img {
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.fl-makers__owner-badge span {
	font-family: "Fraunces", serif;
	font-size: 0.82rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.fl-makers__panel--brief-side {
	border-color: rgba(196, 138, 74, 0.22);
	background:
		linear-gradient(180deg, rgba(196, 138, 74, 0.08) 0%, rgba(28, 32, 48, 0.72) 38%),
		rgba(28, 32, 48, 0.72);
}

.fl-makers__form--propose,
.fl-makers__panel--brief-side .fl-makers__form {
	max-width: none;
}

.fl-makers__form--propose label,
.fl-makers__panel--brief-side .fl-makers__form label {
	flex: none;
}

.fl-makers__form--propose input,
.fl-makers__form--propose textarea,
.fl-makers__form--propose select,
.fl-makers__form--propose button,
.fl-makers__panel--brief-side .fl-makers__form input,
.fl-makers__panel--brief-side .fl-makers__form textarea,
.fl-makers__panel--brief-side .fl-makers__form select,
.fl-makers__panel--brief-side .fl-makers__form button {
	flex: none !important;
}

.fl-makers__form--propose textarea,
.fl-makers__panel--brief-side .fl-makers__form textarea {
	min-height: 8.5rem;
	max-height: 16rem;
}

.fl-makers__form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.15rem;
}

.fl-makers__form input:focus,
.fl-makers__form textarea:focus,
.fl-makers__form select:focus {
	outline: 2px solid rgba(46, 196, 182, 0.45);
	outline-offset: 1px;
}

.fl-makers__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.fl-makers__row--align .fl-studio-field {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.fl-makers__row--align .fl-studio-field__help {
	flex: 1 1 auto;
}

.fl-makers__row--align .fl-studio-field select,
.fl-makers__row--align .fl-studio-field input {
	margin-top: auto;
}

@media (max-width: 640px) {
	.fl-makers__row {
		grid-template-columns: 1fr;
	}
}

.fl-makers__hint {
	margin: 0;
	font-size: 0.82rem;
	color: var(--fog);
}

.fl-makers__cta-row--actions {
	margin-bottom: 0;
}

.fl-makers__actions-hint {
	margin: 1.15rem 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--fog);
}

.fl-makers__form-msg {
	margin: 0;
	font-size: 0.88rem;
}

.fl-makers__form-msg.is-ok {
	color: var(--sage);
}

.fl-makers__form-msg.is-err {
	color: #e0a39a;
}

.fl-makers__options-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.fl-makers__option-row {
	display: grid;
	grid-template-columns: 1.4fr 0.7fr 0.45fr 1.2fr auto;
	gap: 0.45rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 800px) {
	.fl-makers__option-row {
		grid-template-columns: 1fr 1fr;
	}
}

.fl-makers__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.fl-makers__list a {
	display: grid;
	gap: 0.2rem;
	text-decoration: none;
	color: inherit;
	padding: 0.75rem 0.85rem;
	border-radius: 12px;
	border: 1px solid var(--line);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.fl-makers__list a:hover {
	border-color: rgba(196, 138, 74, 0.4);
	background: rgba(196, 138, 74, 0.06);
}

.fl-makers__layout--single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 48rem;
	width: 100%;
	box-sizing: border-box;
}

.fl-makers__layout--inbox {
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	align-items: start;
}

@media (max-width: 900px) {
	.fl-makers__layout--inbox {
		grid-template-columns: 1fr;
	}
}

.fl-makers__inbox-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1.25rem;
	padding: 0.3rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: rgba(12, 14, 20, 0.45);
}

.fl-makers__inbox-tab {
	flex: 1 1 auto;
	text-align: center;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--fog);
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.fl-makers__inbox-tab:hover {
	color: var(--paper);
	background: rgba(232, 228, 220, 0.06);
}

.fl-makers__inbox-tab.is-active {
	color: #140f0a;
	background: linear-gradient(135deg, var(--copper), var(--copper-deep));
}

.fl-makers__inbox-item {
	gap: 0.35rem !important;
}

.fl-makers__inbox-item .fl-makers__brief-item-proposals,
.fl-makers__inbox-item .fl-makers__tag.fl-makers__tag--proposals {
	flex: 0 0 auto;
	width: max-content;
	max-width: 100%;
	white-space: nowrap;
}

.fl-makers__inbox-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.fl-makers__inbox-kind {
	display: inline-flex;
	align-items: center;
	padding: 0.12rem 0.45rem;
	border-radius: 999px;
	border: 1px solid rgba(232, 228, 220, 0.18);
	background: rgba(10, 12, 18, 0.55);
	color: var(--fog);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.fl-makers__inbox-date {
	font-size: 0.72rem;
	color: var(--fog);
}

.fl-makers__inbox-peer {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.95rem;
	color: var(--paper);
	font-weight: 600;
}

.fl-makers__inbox-ava {
	flex: 0 0 auto;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(232, 228, 220, 0.12);
	background: #1c2030;
}

.fl-makers__inbox-ava--empty {
	display: grid;
	place-items: center;
	font-family: "Fraunces", serif;
	font-size: 1rem;
	color: var(--copper);
	box-sizing: border-box;
}

.fl-makers__inbox-peer-text {
	min-width: 0;
	line-height: 1.25;
}

.fl-makers__inquiry-chat {
	margin-top: 1.35rem;
}

.fl-makers__inbox-sheet {
	font-size: 0.82rem;
	color: var(--copper);
}

.fl-makers__inbox-msg {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--fog);
	font-size: 0.82rem;
	line-height: 1.35;
	max-width: 100%;
}

.fl-makers__panel-hint {
	margin: -0.5rem 0 1rem;
	font-size: 0.82rem;
	color: var(--fog);
}

.fl-makers__panel-hint.fl-makers__brief-list-summary {
	margin: 0.75rem 0 0.85rem;
}

.fl-makers__brief-list-scope {
	margin: 0.15rem 0 0;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--paper);
}

.fl-makers__panel-hint--notice {
	margin-top: 0.35rem;
	color: var(--fog);
}

.fl-makers__brief-append {
	margin-top: 1.35rem;
	padding-top: 1.15rem;
	border-top: 1px solid var(--line);
}

.fl-makers__brief-owner-msg {
	margin: 0.65rem 0 0;
}

.fl-makers__btn--danger-outline {
	border-color: rgba(255, 120, 120, 0.45) !important;
	color: #ffb4b4 !important;
}

.fl-makers__btn--danger {
	border-color: rgba(255, 90, 90, 0.55) !important;
	background: rgba(120, 28, 28, 0.55) !important;
	color: #ffd6d6 !important;
}

.fl-makers--brief .fl-makers__h3 {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	color: var(--paper);
}

.fl-makers__brief-list-body > [data-brief-list-empty] {
	margin: 0.35rem 0 0;
}

/* —— /start hint (explore) + start page —— */
.fl-makers__start-hint {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 1rem 1rem;
	padding: 0.55rem 0.65rem 0.55rem 0.85rem;
	border-radius: 10px;
	border: 1px solid rgba(46, 196, 182, 0.22);
	background: rgba(11, 18, 32, 0.55);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.fl-makers__start-hint:not([hidden]):hover {
	border-color: rgba(46, 196, 182, 0.38);
	background: rgba(18, 24, 42, 0.72);
}

.fl-makers__start-hint-main {
	flex: 1 1 auto;
	min-width: 0;
	text-decoration: none;
	color: inherit;
}

.fl-makers__start-hint-main:hover .fl-makers__start-hint-link {
	text-decoration: underline;
}

.fl-makers__start-hint-text {
	flex: 1 1 auto;
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--fog);
}

.fl-makers__start-hint-link {
	margin-left: 0.35rem;
	color: var(--copper);
	font-weight: 600;
	white-space: nowrap;
}

.fl-makers__start-hint-dismiss {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	appearance: none !important;
	-webkit-appearance: none !important;
	background: transparent !important;
	background-image: none !important;
	color: var(--fog) !important;
	box-shadow: none !important;
	cursor: pointer;
	opacity: 0.72;
	transition: opacity 0.15s var(--ease), background 0.15s var(--ease), color 0.15s var(--ease);
}

.fl-makers__start-hint-dismiss-icon {
	display: block;
	width: 0.82rem;
	height: 0.82rem;
}

.fl-makers__start-hint-dismiss:hover,
.fl-makers__start-hint-dismiss:focus-visible {
	opacity: 1;
	color: var(--bone) !important;
	background: rgba(255, 255, 255, 0.07) !important;
	outline: none;
}

.fl-makers__hero--start {
	min-height: clamp(240px, 36vh, 360px);
}

.fl-makers__start-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 4vw, 3rem) 2rem;
	display: grid;
	gap: 1.75rem;
}

.fl-makers__start-block {
	padding: 1.5rem 1.4rem 1.55rem;
	border-radius: 18px;
	border: 1px solid var(--line);
	background: rgba(11, 18, 32, 0.72);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.fl-makers__start-block-head {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	margin-bottom: 1.25rem;
}

.fl-makers__start-block-head .fl-makers__h2 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 2.8vw, 1.75rem);
	color: var(--paper);
}

.fl-makers__start-block-head .fl-makers__muted {
	margin: 0;
	max-width: 40rem;
}

.fl-makers__start-kicker {
	flex: 0 0 auto;
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(46, 196, 182, 0.18);
	border: 1px solid rgba(46, 196, 182, 0.35);
	color: var(--copper);
	font-size: 1.15rem;
}

.fl-makers__start-kicker--maker {
	background: rgba(123, 92, 255, 0.14);
	border-color: rgba(123, 92, 255, 0.35);
	color: #b8a8ff;
}

.fl-makers__start-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.9rem;
}

@media (min-width: 820px) {
	.fl-makers__start-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}
}

.fl-makers__start-step {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1rem;
	border-radius: 14px;
	border: 1px solid rgba(232, 228, 220, 0.08);
	background: linear-gradient(165deg, rgba(18, 24, 42, 0.55) 0%, rgba(11, 18, 32, 0.85) 100%);
	min-height: 100%;
}

.fl-makers__start-visual {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 70% 20%, rgba(46, 196, 182, 0.35), transparent 55%),
		radial-gradient(circle at 20% 80%, rgba(123, 92, 255, 0.18), transparent 50%),
		linear-gradient(135deg, #12182a 0%, #0b1220 55%, #080d18 100%);
	border: 1px solid rgba(46, 196, 182, 0.28);
}

.fl-makers__start-visual--maker {
	background:
		radial-gradient(circle at 30% 25%, rgba(123, 92, 255, 0.35), transparent 55%),
		radial-gradient(circle at 80% 70%, rgba(46, 196, 182, 0.22), transparent 50%),
		linear-gradient(135deg, #141a28 0%, #0b1220 55%, #080d18 100%);
	border-color: rgba(123, 92, 255, 0.32);
}

.fl-makers__start-visual > i {
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	color: var(--paper);
	opacity: 0.92;
	z-index: 1;
}

.fl-makers__start-num {
	position: absolute;
	top: 0.65rem;
	left: 0.7rem;
	z-index: 1;
	font-family: "Fraunces", serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: rgba(243, 239, 230, 0.88);
	line-height: 1;
}

.fl-makers__start-copy strong {
	display: block;
	margin: 0 0 0.4rem;
	font-size: 1.02rem;
	color: var(--paper);
}

.fl-makers__start-copy p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #c8d0de;
}

.fl-makers__cta-row--start {
	margin-top: 1.25rem;
	flex-wrap: wrap;
}

.fl-makers__start-notes {
	padding: 1.25rem 1.35rem 1.35rem;
	border-radius: 16px;
	border: 1px solid rgba(180, 90, 78, 0.28);
	background: rgba(36, 22, 20, 0.55);
}

.fl-makers__start-notes .fl-makers__h3 {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	color: #e8c4bc;
}

.fl-makers__start-notes ul {
	margin: 0;
	padding-left: 1.15rem;
	color: #d7c6c2;
	line-height: 1.55;
	font-size: 0.92rem;
}

.fl-makers__start-notes li + li {
	margin-top: 0.4rem;
}

.fl-makers__start-faq {
	margin: 1.1rem 0 0;
}