main.page-shell.flora-route-page.flora-square-page,
.flora-square-page {
	width: calc(100vw - 332px);
	max-width: 1660px;
}

.flora-square-page .main-shell {
	width: 100%;
}

.fw-discovery {
	--fw-bg: #ffffff;
	--fw-panel: #ffffff;
	--fw-panel-soft: #faf9f6;
	--fw-ink: #111111;
	--fw-muted: #6f6f68;
	--fw-faint: #9a958e;
	--fw-line: rgba(17, 17, 17, .1);
	--fw-line-strong: rgba(17, 17, 17, .18);
	--fw-green: #2e8f4d;
	--fw-green-soft: #eaf6ed;
	--fw-red: #dc3f48;
	--fw-blue: #2e65d5;
	display: grid;
	gap: 16px;
	padding: 18px 0 26px;
	background: var(--fw-bg);
	color: var(--fw-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.fw-discovery * {
	box-sizing: border-box;
}

.fw-discovery button,
.fw-discovery input {
	font: inherit;
}

.fw-discovery-topbar,
.fw-discovery-brand,
.fw-discovery-search,
.fw-discovery-actions,
.fw-discovery-primary,
.fw-icon-button,
.fw-discovery-filtermeta,
.fw-discovery-filtermeta button,
.fw-post-source,
.fw-post-actions,
.fw-post-actions .fw-post-metric,
.fw-post-actions button,
.fw-post-actions a,
.fw-card-meta,
.fw-trend-row,
.fw-rail-head,
.fw-platform-chip,
.fw-calendar-row,
.fw-source-legend-row,
.fw-compliance-check {
	display: flex;
	align-items: center;
}

.fw-discovery-topbar {
	display: grid;
	grid-template-columns: 210px minmax(320px, 1fr) auto;
	gap: 16px;
	align-items: center;
}

.flora-square-page .fw-discovery-topbar {
	display: flex;
	justify-content: flex-end;
	min-height: 0;
}

.flora-square-page .fw-discovery-brand,
.flora-square-page .fw-discovery-search {
	display: none;
}

.fw-discovery-brand {
	gap: 10px;
	min-width: 0;
	color: var(--fw-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.fw-discovery-search {
	gap: 10px;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid var(--fw-line);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(0, 0, 0, .045);
	color: var(--fw-faint);
}

.fw-discovery-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--fw-ink);
	font-size: 15px;
}

.fw-discovery-search input::placeholder {
	color: #8d8a84;
}

.fw-discovery-actions {
	justify-content: flex-end;
	gap: 10px;
}

.fw-icon-button,
.fw-discovery-primary,
.fw-discovery-filtermeta button {
	border: 1px solid var(--fw-line);
	background: #fff;
	color: var(--fw-ink);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
}

.fw-icon-button {
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
}

.fw-discovery-primary {
	gap: 8px;
	min-height: 44px;
	padding: 0 17px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
}

.fw-discovery-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	padding-top: 8px;
}

.fw-discovery-hero h1 {
	margin: 0;
	font-size: clamp(38px, 3.5vw, 56px);
	font-weight: 800;
	line-height: .95;
	letter-spacing: 0;
}

.fw-discovery-hero h1::after {
	content: "expand_more";
	margin-left: 7px;
	font-family: "Material Symbols Outlined";
	font-size: .5em;
	font-weight: 400;
	vertical-align: 12%;
}

.fw-discovery-hero p {
	max-width: 790px;
	margin: 12px 0 0;
	color: var(--fw-muted);
	font-size: 14px;
	line-height: 1.6;
}

.fw-discovery-status {
	display: grid;
	gap: 5px;
	min-width: 240px;
	padding: 12px 14px;
	border: 1px solid var(--fw-line);
	border-radius: 12px;
	background: var(--fw-panel-soft);
}

.fw-discovery-status span,
.fw-discovery-status small,
.fw-card-meta,
.fw-card-note,
.fw-post-source,
.fw-rail-head span,
.fw-source-legend-row,
.fw-calendar-row span,
.fw-compliance p {
	color: var(--fw-muted);
	font-size: 12px;
}

.fw-discovery-status strong {
	color: var(--fw-green);
	font-size: 14px;
}

.fw-discovery-tabs,
.fw-chip-group {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.fw-discovery-tabs {
	min-height: 54px;
	padding: 6px;
	border: 1px solid var(--fw-line);
	border-radius: 16px;
	background: #fff;
}

.fw-discovery-tabs button,
.fw-chip-group button {
	flex: 0 0 auto;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #514f4b;
	font-size: 13px;
	font-weight: 650;
	white-space: nowrap;
}

.fw-discovery-tabs button {
	min-width: 96px;
	min-height: 40px;
	padding: 0 18px;
}

.fw-discovery-tabs button.is-active {
	background: #111;
	color: #fff;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .14);
}

.fw-discovery-filterbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
}

.fw-chip-group {
	min-height: 46px;
	padding: 5px;
	border: 1px solid var(--fw-line);
	border-radius: 999px;
	background: #fff;
}

.fw-chip-group button {
	position: relative;
	min-height: 34px;
	padding: 0 13px;
}

.fw-chip-group button.is-active {
	border: 1px solid rgba(46, 143, 77, .75);
	background: var(--fw-green-soft);
	color: #24743d;
}

.fw-discovery-filtermeta {
	gap: 12px;
	color: var(--fw-muted);
	font-size: 13px;
	white-space: nowrap;
}

.fw-discovery-filtermeta button {
	gap: 6px;
	min-height: 38px;
	padding: 0 13px;
	border-radius: 999px;
	font-size: 13px;
}

.fw-discovery-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 22px;
	align-items: start;
}

.fw-feed {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.fw-feature-card {
	display: grid;
	grid-template-columns: minmax(360px, 1.1fr) minmax(360px, 1.35fr);
	gap: 10px;
	min-height: 408px;
}

.fw-feature-main,
.fw-feature-tile,
.fw-post-card,
.fw-rail-panel {
	overflow: hidden;
	border: 1px solid var(--fw-line);
	border-radius: 10px;
	background: var(--fw-panel);
	box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}

.fw-feature-main,
.fw-feature-tile {
	position: relative;
	background: var(--fw-image) center/cover;
	color: #fff;
	cursor: pointer;
}

.fw-feature-main {
	min-height: 408px;
}

.fw-feature-tile {
	min-height: 198px;
}

.fw-feature-small-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.fw-feature-main::before,
.fw-feature-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .12) 48%, rgba(0, 0, 0, .68));
	pointer-events: none;
}

.fw-feature-content {
	position: relative;
	z-index: 2;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	padding: 18px;
}

.fw-feature-main .fw-feature-content {
	padding: 22px;
}

.fw-platform-chip {
	align-self: flex-start;
	gap: 7px;
	max-width: 100%;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .9);
	color: #24231f;
	font-size: 12px;
	font-weight: 800;
}

.fw-platform-mark {
	display: inline-grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 7px;
	background: var(--source-color, var(--fw-green));
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.fw-feature-main h2,
.fw-feature-tile h3,
.fw-card-body h3,
.fw-rail-panel h2 {
	margin: 0;
	letter-spacing: 0;
}

.fw-feature-main h2 {
	max-width: 470px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.2vw, 32px);
	font-weight: 700;
	line-height: 1.04;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fw-feature-tile h3 {
	max-width: 280px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.02;
}

.fw-feature-main p,
.fw-feature-tile p {
	max-width: 470px;
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fw-feature-main p {
	-webkit-line-clamp: 2;
}

.fw-feature-tile p {
	-webkit-line-clamp: 1;
}

.fw-card-play {
	display: inline-grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #111;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.fw-card-play .material-symbols-outlined {
	font-size: 30px;
	font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 32;
	transform: translateX(1px);
}

.fw-feature-main .fw-card-play {
	margin-top: auto;
	margin-bottom: 2px;
}

.fw-feature-main .fw-platform-chip + .fw-card-play {
	margin-top: auto;
}

.fw-feature-main .fw-feature-content {
	max-height: 100%;
}

.fw-post-actions {
	gap: 8px;
	margin-top: auto;
}

.fw-post-actions .fw-post-metric,
.fw-post-actions button,
.fw-post-actions a {
	gap: 5px;
	min-height: 30px;
	padding: 0 4px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

.fw-post-actions .fw-post-metric {
	pointer-events: none;
}

.fw-feature-main .fw-post-actions,
.fw-feature-tile .fw-post-actions {
	color: rgba(255, 255, 255, .92);
}

.fw-feed-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.fw-discovery.is-compact .fw-feed-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fw-post-card {
	display: grid;
	grid-template-rows: auto auto;
	align-self: start;
	min-height: 0;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.fw-post-card:hover,
.fw-feature-main:hover,
.fw-feature-tile:hover {
	border-color: rgba(46, 143, 77, .34);
	box-shadow: 0 16px 38px rgba(0, 0, 0, .1);
	transform: translateY(-1px);
}

.fw-post-card:focus-visible,
.fw-feature-main:focus-visible,
.fw-feature-tile:focus-visible {
	outline: 3px solid rgba(46, 143, 77, .3);
	outline-offset: 3px;
}

.fw-card-media {
	position: relative;
	aspect-ratio: auto;
	height: clamp(178px, 14vw, 230px);
	background: var(--fw-image) center/cover;
	overflow: hidden;
}

.fw-card-media .fw-platform-chip {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.fw-card-media .fw-card-play {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, .94);
}

.fw-card-media .fw-card-play .material-symbols-outlined {
	font-size: 25px;
}

.fw-video-preview {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	background: #050505;
	pointer-events: none;
}

.fw-feature-main > .fw-video-preview,
.fw-feature-tile > .fw-video-preview {
	z-index: 0;
}

.fw-video-preview iframe {
	position: absolute;
	inset: 50% auto auto 50%;
	width: 177.78%;
	height: 100%;
	min-width: 100%;
	min-height: 177.78%;
	border: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.fw-video-preview video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.fw-pinterest-preview {
	display: grid;
	place-items: center;
	padding: 8px;
	background: #f8f5f0;
}

.fw-pinterest-preview > span,
.fw-pinterest-preview iframe {
	position: static;
	inset: auto;
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	max-height: 100%;
	transform: none;
}

.fw-card-body,
.fw-rail-panel {
	padding: 16px;
}

.fw-card-body {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.fw-card-body h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow-wrap: anywhere;
}

.fw-card-body p,
.fw-calendar-watch p,
.fw-compliance p {
	margin: 0;
	color: var(--fw-muted);
	line-height: 1.5;
}

.fw-card-body p {
	overflow: hidden;
	display: -webkit-box;
	font-size: 12.5px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.fw-card-meta {
	min-width: 0;
	justify-content: space-between;
	gap: 8px;
	color: var(--fw-muted);
	font-size: 11.5px;
	line-height: 1.2;
}

.fw-post-source {
	flex: 1 1 auto;
	gap: 6px;
	min-width: 0;
	max-width: calc(100% - 58px);
	font-weight: 650;
	white-space: nowrap;
	overflow: hidden;
}

.fw-source-dot {
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--source-color, var(--fw-green));
	box-shadow: 0 0 0 3px rgba(46, 143, 77, .12);
}

.fw-post-source span:last-child,
.fw-card-meta > span:last-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fw-card-meta > span:last-child {
	flex: 0 0 auto;
	max-width: 54px;
	font-weight: 600;
	text-align: right;
}

.fw-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	max-height: 18px;
	overflow: hidden;
}

.fw-card-tags span {
	color: var(--fw-muted);
	font-size: 10.5px;
	font-weight: 600;
}

.fw-card-body .fw-post-actions {
	margin-top: auto;
	padding-top: 7px;
	border-top: 1px solid var(--fw-line);
	color: var(--fw-muted);
}

.fw-post-actions button:hover,
.fw-post-actions a:hover,
.fw-post-actions button.is-active {
	color: var(--fw-ink);
}

.fw-post-actions button:disabled,
.fw-dialog-actions button:disabled {
	opacity: .48;
	cursor: not-allowed;
}

.fw-post-actions button:disabled:hover,
.fw-dialog-actions button:disabled:hover {
	color: inherit;
}

.fw-post-actions button.is-active .material-symbols-outlined,
.fw-dialog-actions button.is-active .material-symbols-outlined {
	font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.fw-heart-icon {
	display: inline-grid;
	width: 1em;
	height: 1em;
	place-items: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.fw-post-actions button[data-action="like"].is-active {
	color: #d94046;
}

.fw-dialog-actions button[data-action="like"].is-active,
.fw-dialog-stats button[data-action="like"].is-active {
	border-color: rgba(217, 64, 70, .34);
	background: rgba(217, 64, 70, .08);
	color: #d94046;
}

.fw-post-actions button[data-action="save"].is-active {
	color: var(--fw-green);
}

.fw-insight-rail {
	position: sticky;
	top: 18px;
	display: grid;
	gap: 14px;
}

.fw-rail-panel {
	border-radius: 12px;
}

.fw-rail-head {
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 13px;
}

.fw-rail-panel h2 {
	font-size: 16px;
	font-weight: 800;
}

.fw-trend-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.fw-trend-row {
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	padding: 8px 10px;
	border: 1px solid var(--fw-line);
	border-radius: 999px;
	background: #fff;
	text-align: left;
}

.fw-trend-row strong {
	overflow: hidden;
	color: #58544f;
	font-size: 12px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fw-trend-row span {
	color: var(--fw-faint);
	font-size: 11px;
	font-weight: 700;
}

.fw-bouquet-ranking {
	background: linear-gradient(180deg, #ffffff, #fff9f3);
}

.fw-ranking-list {
	display: grid;
	gap: 8px;
}

.fw-ranking-row {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	width: 100%;
	min-height: 64px;
	padding: 10px;
	border: 1px solid var(--fw-line);
	border-radius: 10px;
	background: #fff;
	color: var(--fw-ink);
	text-align: left;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.fw-ranking-row:hover,
.fw-ranking-row:focus-visible {
	border-color: color-mix(in srgb, var(--source-color, var(--fw-green)) 44%, transparent);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
	transform: translateY(-1px);
	outline: none;
}

.fw-ranking-number {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 999px;
	background: var(--source-color, var(--fw-green));
	color: #fff;
	font-size: 12px;
	font-weight: 850;
}

.fw-ranking-main {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.fw-ranking-main strong {
	overflow: hidden;
	display: -webkit-box;
	color: #27231f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow-wrap: anywhere;
}

.fw-ranking-main small {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	color: var(--fw-muted);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.15;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fw-ranking-main .fw-source-dot {
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--source-color, var(--fw-green)) 16%, transparent);
}

.fw-ranking-score {
	display: grid;
	justify-items: end;
	gap: 1px;
	color: #3c332d;
	font-size: 11px;
	font-weight: 750;
}

.fw-ranking-score strong {
	font-size: 14px;
}

.fw-ranking-score small,
.fw-ranking-empty {
	color: var(--fw-faint);
	font-size: 11px;
	font-weight: 700;
}

.fw-ranking-empty {
	margin: 0;
	padding: 10px 0 2px;
	line-height: 1.4;
}

.fw-mobile-ranking-lead {
	grid-column: 1 / -1;
	min-width: 0;
}

.fw-ranking-post-card {
	overflow: hidden;
	background: #fff;
}

.fw-ranking-card-media {
	height: clamp(184px, 18vw, 260px);
	background-color: #efe8df;
}

.fw-ranking-card-badge {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #3c332d;
	font-size: 11px;
	font-weight: 850;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.fw-ranking-card-body {
	gap: 10px;
}

.fw-ranking-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--fw-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.fw-ranking-card-head strong {
	flex: 0 0 auto;
	color: var(--fw-ink);
	font-size: 11px;
}

.fw-ranking-card-list {
	display: grid;
	gap: 7px;
	padding-top: 2px;
}

.fw-ranking-card-row {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	width: 100%;
	min-height: 52px;
	padding: 8px;
	border: 1px solid var(--fw-line);
	border-radius: 8px;
	background: #fffaf4;
	color: var(--fw-ink);
	text-align: left;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.fw-ranking-card-row:hover,
.fw-ranking-card-row:focus-visible {
	border-color: color-mix(in srgb, var(--source-color, var(--fw-green)) 42%, transparent);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .07);
	transform: translateY(-1px);
	outline: none;
}

.fw-ranking-card-number {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 999px;
	background: var(--source-color, var(--fw-green));
	color: #fff;
	font-size: 11px;
	font-weight: 850;
}

.fw-ranking-card-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.fw-ranking-card-copy strong {
	overflow: hidden;
	display: -webkit-box;
	color: #27231f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow-wrap: anywhere;
}

.fw-ranking-card-copy small {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	color: var(--fw-muted);
	font-size: 10.5px;
	font-weight: 650;
	line-height: 1.15;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fw-ranking-card-score {
	display: grid;
	justify-items: end;
	gap: 1px;
	color: #3c332d;
	font-size: 10px;
	font-weight: 750;
}

.fw-ranking-card-score strong {
	font-size: 12px;
}

.fw-ranking-card-score small {
	color: var(--fw-faint);
	font-size: 10px;
	font-weight: 700;
}

.fw-source-mix {
	display: grid;
	grid-template-columns: 122px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.fw-source-donut {
	width: 116px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: conic-gradient(var(--slice-1), var(--slice-2), var(--slice-3), var(--slice-4), var(--slice-5), var(--slice-6));
	position: relative;
}

.fw-source-donut::after {
	content: "";
	position: absolute;
	inset: 28px;
	border-radius: inherit;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--fw-line);
}

.fw-source-legend {
	display: grid;
	gap: 8px;
}

.fw-source-legend-row {
	justify-content: space-between;
	gap: 10px;
}

.fw-source-legend-row span:first-child {
	position: relative;
	padding-left: 14px;
}

.fw-source-legend-row span:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--source-color, var(--fw-green));
	transform: translateY(-50%);
}

.fw-calendar-watch {
	display: grid;
	gap: 8px;
}

.fw-calendar-row {
	justify-content: space-between;
	gap: 10px;
	padding: 9px 10px;
	border: 1px solid var(--fw-line);
	border-radius: 999px;
	background: #fff;
}

.fw-calendar-row strong {
	font-size: 13px;
}

.fw-calendar-row em {
	color: var(--fw-green);
	font-size: 12px;
	font-style: normal;
	font-weight: 750;
}

.fw-compliance {
	background: #fff;
}

.fw-compliance p {
	font-size: 13px;
}

.fw-compliance-check {
	gap: 8px;
	margin-top: 8px;
	color: #297842;
	font-size: 12px;
	font-weight: 700;
}

.fw-feed-empty {
	display: grid;
	min-height: 220px;
	place-items: center;
	gap: 8px;
	border: 1px dashed var(--fw-line-strong);
	border-radius: 12px;
	color: var(--fw-muted);
	text-align: center;
}

.fw-feed-empty[hidden] {
	display: none !important;
}

.fw-feed-empty strong {
	color: var(--fw-ink);
}

.fw-dialog-open {
	overflow: hidden;
}

.fw-post-dialog[hidden] {
	display: none !important;
}

.fw-post-dialog {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: grid;
	place-items: center;
	padding: 22px;
}

.fw-post-dialog-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, .48);
	backdrop-filter: blur(10px);
}

.fw-post-dialog-panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(320px, .95fr) minmax(360px, 1fr);
	width: min(1040px, 94vw);
	height: min(760px, 92vh);
	max-height: min(760px, 92vh);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .52);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
}

.fw-dialog-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .9);
	color: var(--fw-ink);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.fw-dialog-gallery {
	position: relative;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	background: #111;
}

.fw-dialog-media {
	position: relative;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	overflow: hidden;
	background: var(--fw-image) center/cover;
}

.fw-dialog-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .28));
}

.fw-dialog-media-video {
	display: grid;
	place-items: center;
	background: #050505;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

.fw-dialog-media-video::after {
	display: none;
}

.fw-dialog-media-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #050505;
}

.fw-direct-video-stage {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #050505;
	overflow: hidden;
}

.fw-direct-video-frame {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 100%;
	aspect-ratio: var(--fw-video-ratio, 9 / 16);
	background: #050505;
}

.fw-direct-video-frame video {
	position: static !important;
	inset: auto !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	object-position: center center !important;
	background: #050505;
}

.fw-direct-video-error {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 10px;
	padding: 24px;
	text-align: center;
	color: #fff;
	background: linear-gradient(180deg, rgba(5, 5, 5, .38), rgba(5, 5, 5, .88));
}

.fw-direct-video-error[hidden] {
	display: none !important;
}

.fw-direct-video-error strong {
	font-family: Georgia, serif;
	font-size: 22px;
}

.fw-direct-video-error span {
	color: rgba(255, 255, 255, .78);
}

.fw-direct-video-error a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	margin-top: 6px;
	padding: 0 18px;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 800;
	text-decoration: none;
}

.fw-dialog-media-direct-video.is-video-unavailable video {
	opacity: .42;
}

.fw-dialog-media-pinterest {
	display: grid;
	place-items: center;
	align-content: center;
	justify-content: center;
	padding: 18px;
	background: #111;
}

.fw-dialog-media-pinterest::after {
	display: none;
}

.fw-dialog-media-pinterest > span:not(.fw-platform-chip),
.fw-dialog-media-pinterest iframe {
	width: min(96%, 520px) !important;
	max-width: min(96%, 520px) !important;
	max-height: calc(100% - 36px) !important;
}

.fw-pinterest-play {
	position: absolute;
	left: 50%;
	bottom: 22px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: #bd081c;
	color: #fff;
	font-weight: 850;
	box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
	transform: translateX(-50%);
	cursor: pointer;
}

.fw-pinterest-play .material-symbols-outlined {
	font-size: 22px;
}

.fw-dialog-media-pinterest.is-playing {
	background: #f8f5f0;
	padding: 18px;
}

.fw-dialog-media-pinterest.is-playing > .fw-platform-chip {
	display: none;
}

.fw-pinterest-embed-wrap {
	position: absolute;
	inset: 18px;
	display: grid;
	place-items: center;
	min-height: 0;
	overflow: hidden;
}

.fw-dialog-media-pinterest.is-playing .fw-pinterest-embed-wrap > span,
.fw-dialog-media-pinterest.is-playing .fw-pinterest-embed-wrap iframe {
	width: min(96%, 560px) !important;
	max-width: min(96%, 560px) !important;
	max-height: calc(100% - 24px) !important;
}

.fw-dialog-main-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100% - 8px);
	object-fit: contain;
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.fw-dialog-media-pinterest > span:not(.fw-platform-chip) {
	display: flex !important;
	justify-content: center;
}

.fw-dialog-media-pinterest span[data-pin-href] {
	margin: auto !important;
}

.fw-pinterest-fallback {
	display: none;
	align-self: end;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 12px;
	background: #fff;
	color: var(--fw-ink);
}

.fw-dialog-media-pinterest + .fw-pinterest-fallback {
	display: none;
}

.fw-pinterest-fallback img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 10px;
}

.fw-pinterest-fallback p {
	margin: 0;
	color: var(--fw-muted);
	font-size: 12px;
	line-height: 1.35;
}

.fw-pinterest-fallback a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 36px;
	padding: 0 12px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.fw-dialog-media .fw-platform-chip {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 2;
}

.fw-gallery-count {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 1;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(17, 17, 17, .72);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.fw-gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 17, 17, .42);
	color: #fff;
	transform: translateY(-50%);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .24);
}

.fw-gallery-arrow-prev {
	left: 18px;
}

.fw-gallery-arrow-next {
	right: 18px;
}

.fw-gallery-arrow:hover {
	background: rgba(17, 17, 17, .62);
}

.fw-gallery-arrow:disabled {
	opacity: .28;
	cursor: not-allowed;
}

.fw-dialog-thumbs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 10px;
	background: #111;
}

.fw-dialog-thumbs button {
	flex: 0 0 68px;
	width: 68px;
	height: 68px;
	border: 2px solid rgba(255, 255, 255, .24);
	border-radius: 10px;
	background: var(--fw-image) center/cover;
	opacity: .72;
}

.fw-dialog-thumbs button.is-active,
.fw-dialog-thumbs button:hover {
	border-color: #fff;
	opacity: 1;
}

.fw-dialog-body {
	display: flex;
	min-height: 0;
	flex-direction: column;
	gap: 18px;
	overflow-y: auto;
	padding: 40px;
}

.fw-dialog-kicker,
.fw-dialog-stats,
.fw-dialog-tags,
.fw-dialog-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
}

.fw-dialog-kicker span,
.fw-dialog-stats span,
.fw-dialog-stats .fw-dialog-stat {
	padding: 7px 10px;
	border: 1px solid var(--fw-line);
	border-radius: 999px;
	background: #fff;
	color: var(--fw-muted);
	font-size: 12px;
	font-weight: 700;
}

.fw-dialog-stats .fw-dialog-stat {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.fw-dialog-kicker span:first-child {
	border-color: color-mix(in srgb, var(--source-color) 42%, white);
	background: color-mix(in srgb, var(--source-color) 10%, white);
	color: var(--source-color);
}

.fw-dialog-body h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3.3vw, 44px);
	line-height: 1.04;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.fw-dialog-copy {
	max-height: min(260px, 28vh);
	overflow-y: auto;
	margin: 0;
	padding-right: 10px;
	color: #3f3d38;
	font-size: 16px;
	line-height: 1.65;
	scrollbar-width: thin;
	white-space: pre-line;
}

.fw-dialog-stats strong {
	color: var(--fw-ink);
}

.fw-dialog-tags button {
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid var(--fw-line);
	border-radius: 999px;
	background: #fff;
	color: var(--fw-muted);
	font-size: 12px;
	font-weight: 750;
}

.fw-dialog-note {
	padding: 16px;
	border: 1px solid var(--fw-line);
	border-radius: 14px;
	background: var(--fw-panel-soft);
}

.fw-dialog-note strong {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
}

.fw-dialog-note p {
	margin: 0;
	color: var(--fw-muted);
	font-size: 13px;
	line-height: 1.55;
}

.fw-dialog-source-action {
	display: flex;
	margin: -4px 0 4px;
}

.fw-dialog-source-action a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 15px;
	border-radius: 999px;
	background: var(--source-color, #111);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

.fw-dialog-actions {
	margin-top: auto;
	padding-top: 8px;
}

.fw-dialog-actions button,
.fw-dialog-actions a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid var(--fw-line);
	border-radius: 999px;
	background: #fff;
	color: var(--fw-ink);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.fw-dialog-actions button.is-active {
	border-color: rgba(46, 143, 77, .42);
	background: var(--fw-green-soft);
	color: var(--fw-green);
}

.fw-dialog-actions a {
	background: #111;
	color: #fff;
}

.fw-compose-panel {
	position: relative;
	z-index: 1;
	width: min(680px, 94vw);
	max-height: min(760px, 92vh);
	overflow-y: auto;
	border: 1px solid rgba(255, 255, 255, .52);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
}

.fw-compose-head,
.fw-compose-form {
	display: grid;
	gap: 14px;
	padding: 26px;
}

.fw-compose-head {
	padding-bottom: 8px;
}

.fw-compose-head h2,
.fw-dialog-reviews h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
}

.fw-compose-head p,
.fw-review-summary,
.fw-review-login,
.fw-compose-message {
	margin: 0;
	color: var(--fw-muted);
	line-height: 1.5;
}

.fw-compose-reference {
	display: grid;
	gap: 4px;
	border: 1px solid rgba(35, 123, 69, .2);
	border-radius: 12px;
	background: rgba(35, 123, 69, .07);
	padding: 12px 14px;
}

.fw-compose-reference span {
	color: #237b45;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.fw-compose-reference strong {
	color: var(--fw-ink);
	font-size: 14px;
	line-height: 1.35;
}

.fw-compose-reference a {
	color: #237b45;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.fw-compose-form label,
.fw-review-form label {
	display: grid;
	gap: 7px;
	color: var(--fw-muted);
	font-size: 12px;
	font-weight: 750;
}

.fw-compose-form input,
.fw-compose-form textarea,
.fw-compose-form select,
.fw-review-form textarea,
.fw-review-form select {
	width: 100%;
	border: 1px solid var(--fw-line);
	border-radius: 12px;
	background: #fff;
	color: var(--fw-ink);
	font: inherit;
	font-size: 14px;
	padding: 12px;
}

.fw-compose-row {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: 12px;
}

.fw-compose-message.is-error {
	color: #b42318;
}

.fw-dialog-reviews {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid var(--fw-line);
	border-radius: 14px;
	background: var(--fw-panel-soft);
}

.fw-review-list {
	display: grid;
	gap: 8px;
	max-height: 150px;
	overflow-y: auto;
}

.fw-review-item {
	display: grid;
	gap: 4px;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
}

.fw-review-item strong,
.fw-review-item span {
	font-size: 12px;
}

.fw-review-item p {
	margin: 0;
	color: var(--fw-muted);
	font-size: 13px;
	line-height: 1.45;
}

.fw-review-form {
	display: grid;
	gap: 10px;
}

.fw-review-form button {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-weight: 800;
}

@media (max-width: 1600px) {
	.fw-feed-grid,
	.fw-discovery.is-compact .fw-feed-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1380px) {
	.fw-feature-card {
		grid-template-columns: 1fr;
	}

	.fw-feature-small-grid,
	.fw-feed-grid,
	.fw-discovery.is-compact .fw-feed-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.fw-discovery-layout {
		grid-template-columns: 1fr;
	}

	.fw-insight-rail {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	main.page-shell.flora-route-page.flora-square-page,
	.flora-square-page {
		width: calc(100vw - 20px);
		max-width: 900px;
	}

	.fw-discovery-topbar,
	.fw-discovery-hero,
	.fw-discovery-filterbar {
		grid-template-columns: 1fr;
	}

	.fw-discovery-actions {
		justify-content: flex-start;
	}

	.flora-square-page .fw-discovery-search {
		display: flex;
	}

	.fw-discovery-status {
		min-width: 0;
	}
}

@media (max-width: 640px) {
	main.page-shell.flora-route-page.flora-square-page,
	.flora-square-page {
		width: 100%;
		margin-top: 0;
	}

	.fw-discovery {
		padding: 10px 10px calc(116px + env(safe-area-inset-bottom));
	}

	.fw-discovery-topbar,
	.fw-feature-small-grid,
	.fw-insight-rail,
	.fw-source-mix {
		grid-template-columns: 1fr;
	}

	.fw-feature-card {
		display: none;
	}

	.fw-feed {
		gap: 10px;
	}

	.fw-feed-grid,
	.fw-discovery.is-compact .fw-feed-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		align-items: start;
	}

	.fw-masonry-column {
		display: grid;
		gap: 10px;
		min-width: 0;
		align-content: start;
	}

	.fw-post-card {
		display: grid;
		width: auto;
		margin: 0;
		break-inside: avoid;
		page-break-inside: avoid;
		border-radius: 8px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, .07);
	}

	.fw-mobile-ranking-lead {
		display: block;
	}

	.fw-ranking-post-card {
		border-radius: 8px;
		box-shadow: 0 10px 28px rgba(0, 0, 0, .09);
	}

	.fw-discovery-brand {
		font-size: 18px;
	}

	.fw-discovery-hero h1 {
		font-size: 42px;
	}

	.fw-feature-main,
	.fw-feature-tile {
		min-height: 260px;
	}

	.fw-card-media {
		height: 150px;
	}

	.fw-post-card:nth-child(3n+1) .fw-card-media {
		height: 176px;
	}

	.fw-post-card:nth-child(3n+2) .fw-card-media {
		height: 132px;
	}

	.fw-post-card:nth-child(3n+3) .fw-card-media {
		height: 204px;
	}

	.fw-ranking-post-card .fw-ranking-card-media {
		height: 172px;
	}

	.fw-ranking-card-body {
		gap: 8px;
	}

	.fw-ranking-card-head {
		font-size: 10.5px;
	}

	.fw-ranking-card-list {
		gap: 6px;
	}

	.fw-ranking-card-row {
		min-height: 48px;
		padding: 7px;
	}

	.fw-card-media .fw-platform-chip {
		top: 8px;
		left: 8px;
		max-width: calc(100% - 16px);
		padding: 4px 7px;
		font-size: 10.5px;
	}

	.fw-card-media .fw-card-play {
		right: 8px;
		bottom: 8px;
		width: 32px;
		height: 32px;
	}

	.fw-card-media .fw-card-play .material-symbols-outlined {
		font-size: 22px;
	}

	.fw-platform-mark {
		width: 17px;
		height: 17px;
		border-radius: 6px;
		font-size: 9px;
	}

	.fw-card-body {
		gap: 6px;
		padding: 10px;
	}

	.fw-card-meta {
		display: none;
	}

	.fw-card-body h3 {
		font-size: 13.5px;
		line-height: 1.18;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.fw-card-body p {
		font-size: 11px;
		line-height: 1.35;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.fw-card-tags {
		display: none;
	}

	.fw-card-body .fw-post-actions {
		gap: 2px;
		padding-top: 6px;
	}

	.fw-post-actions .fw-post-metric,
	.fw-post-actions button,
	.fw-post-actions a {
		min-height: 24px;
		font-size: 10.5px;
	}

	.fw-post-actions .material-symbols-outlined {
		font-size: 17px;
	}

	.fw-post-dialog {
		padding: 12px;
	}

	.fw-post-dialog-panel {
		grid-template-columns: 1fr;
		width: min(520px, 96vw);
		height: auto;
		max-height: 92vh;
	}

	.fw-dialog-media {
		min-height: 320px;
	}

	.fw-dialog-media:not(.fw-dialog-media-video):not(.fw-dialog-media-pinterest) {
		background-color: #111;
		background-image: var(--fw-image);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.fw-dialog-media:not(.fw-dialog-media-video):not(.fw-dialog-media-pinterest)::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .03) 55%, rgba(0, 0, 0, .24));
	}

	.fw-dialog-gallery {
		min-height: 320px;
	}

	.fw-dialog-thumbs button {
		flex-basis: 58px;
		width: 58px;
		height: 58px;
	}

	.fw-dialog-body {
		padding: 24px;
	}

	.fw-dialog-copy {
		max-height: 180px;
	}
}
