.gf-stories-global {
	position: relative;
	z-index: 20;
	width: 100%;
	margin: 0 0 18px;
}

.gf-stories-strip {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 14px 20px 12px;
	background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
	border-top: 1px solid #f1e4d5;
	border-bottom: 1px solid #f1e4d5;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

.gf-stories-strip-track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: thin;
}

.gf-story-bubble {
	flex: 0 0 auto;
	display: grid;
	justify-items: center;
	gap: 8px;
	width: 84px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0f172a;
	cursor: pointer;
}

.gf-story-bubble-ring {
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	padding: 3px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f97316 0%, #fb7185 45%, #facc15 100%);
	box-shadow: 0 10px 24px rgba(249, 115, 22, 0.2);
	position: relative;
}

.gf-story-bubble.is-seen .gf-story-bubble-ring {
	background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
	box-shadow: none;
}

.gf-story-bubble.is-active .gf-story-bubble-ring {
	transform: scale(1.06);
	box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.18), 0 14px 28px rgba(249, 115, 22, 0.28);
}

.gf-story-bubble.is-seen .gf-story-bubble-label {
	color: #64748b;
}

.gf-story-bubble-ring img,
.gf-story-bubble-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: 999px;
	border: 3px solid #fff;
	background: #fff7ed;
	object-fit: cover;
}

.gf-story-bubble-placeholder {
	font-size: 22px;
	font-weight: 800;
	color: #c2410c;
}

.gf-story-bubble-label {
	display: block;
	max-width: 84px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gf-story-bubble-count {
	position: absolute;
	right: -2px;
	bottom: -2px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0f172a;
	border: 2px solid #fff;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.gf-stories-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	padding: 0;
	background: rgba(2, 6, 23, 0.7);
	backdrop-filter: blur(8px);
}

.gf-stories-modal[hidden] {
	display: none;
}

.gf-stories-modal.is-visible {
	display: block;
}

body.gf-stories-open {
	overflow: hidden;
}

.gf-progress-box,
.gf-wallet-box,
.gf-upsells,
.gf-account-card {
	margin: 0 0 24px;
	padding: 20px;
	border: 1px solid #d8e2dc;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f4fbf5 100%);
}

.gf-progress-header,
.gf-upsell-grid {
	display: flex;
	gap: 16px;
}

.gf-progress-header {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.gf-progress-track {
	height: 12px;
	border-radius: 999px;
	background: #e8f0ea;
	overflow: hidden;
}

.gf-progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #0f766e 0%, #84cc16 100%);
}

.gf-upsell-grid {
	flex-wrap: wrap;
}

.gf-upsell-card {
	width: 180px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e5e7eb;
}

.gf-account-card h2,
.gf-upsells h3,
.gf-wallet-box h3 {
	margin-top: 0;
}

.gf-history {
	margin: 12px 0 0;
	padding-left: 18px;
}

.gf-milestone-block {
	margin-top: 16px;
}

.gf-milestone-block h4,
.gf-tier-progress h3 {
	margin: 0 0 10px;
}

.gf-milestone-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.gf-milestone-list li {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 6px 12px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid #d8e2dc;
	background: #fff;
}

.gf-milestone-list li small {
	grid-column: 1 / -1;
	color: #475569;
}

.gf-milestone-track {
	grid-column: 1 / -1;
	height: 10px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.gf-milestone-fill {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #0f766e 0%, #84cc16 100%);
}

.gf-milestone-list li.is-unlocked {
	border-color: #16a34a;
	background: #f0fdf4;
}

.gf-milestone-list li.is-next {
	border-color: #0f766e;
	background: #ecfeff;
}

.gf-milestone-list li.is-pending {
	background: #f8fafc;
}

.gf-milestone-list li.is-disabled {
	border-color: #fdba74;
	background: #fff7ed;
}

.gf-progress-alerts {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.gf-progress-alert {
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid #cbd5e1;
	font-weight: 600;
}

.gf-progress-alert.is-warning {
	background: #fff7ed;
	border-color: #fdba74;
	color: #9a3412;
}

.gf-progress-alert.is-info {
	background: #eff6ff;
	border-color: #93c5fd;
	color: #1d4ed8;
}

.gf-tier-progress {
	margin-top: 16px;
}

.gf-saved-stories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.gf-saved-story-card {
	display: grid;
	gap: 14px;
	padding: 14px;
	border: 1px solid #d8e2dc;
	border-radius: 18px;
	background: #fff;
}

.gf-saved-story-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

.gf-saved-story-content {
	display: grid;
	gap: 10px;
}

.gf-saved-story-price {
	font-weight: 700;
	color: #14532d;
}

.gf-saved-story-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gf-saved-story-actions .button.alt {
	background: linear-gradient(90deg, #f97316 0%, #fb7185 100%);
	border-color: #f97316;
	color: #fff;
}

.gf-saved-story-actions .gf-saved-story-remove {
	border-color: #fecaca;
	color: #b91c1c;
	background: #fff5f5;
}

.gf-story-cart-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f97316 0%, #fb7185 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.gf-story-offer-notice {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid #fdba74;
	border-radius: 16px;
	background: linear-gradient(180deg, #fff7ed 0%, #fffbeb 100%);
}

.gf-story-offer-notice strong {
	display: block;
	margin-bottom: 10px;
	color: #9a3412;
}

.gf-story-offer-notice ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.gf-story-offer-notice li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 12px;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.8);
}

.gf-story-offer-notice small {
	color: #9a3412;
	font-weight: 600;
}

.gf-referral-note,
.gf-spin-note,
.gf-spin-countdown {
	margin: 12px 0;
	color: #14532d;
	font-weight: 600;
}

.gf-spinwheel-layout {
	display: grid;
	grid-template-columns: minmax(280px, 420px) 1fr;
	gap: 28px;
	align-items: center;
}

.gf-wheel-stage {
	position: relative;
	display: grid;
	place-items: center;
	padding: 18px;
}

.gf-wheel-pointer {
	position: absolute;
	top: 2px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 30px solid #111827;
	transform: translateX(-50%);
	z-index: 3;
}

.gf-wheel {
	position: relative;
	width: min(78vw, 360px);
	height: min(78vw, 360px);
	border-radius: 50%;
	border: 10px solid #fff;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
	overflow: hidden;
	transform: rotate(0deg);
	transition: transform 4.2s cubic-bezier(0.17, 0.88, 0.32, 1);
	will-change: transform;
}

.gf-wheel.is-spinning {
	filter: saturate(1.05);
}

.gf-wheel::after {
	content: "";
	position: absolute;
	inset: 12%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
}

.gf-wheel-segment {
	position: absolute;
	inset: 0;
	transform-origin: 50% 50%;
}

.gf-wheel-segment-content {
	position: absolute;
	inset: 0;
	transform: rotate(calc(var(--gf-wheel-segment-angle, 45deg) / 2));
	transform-origin: 50% 50%;
}

.gf-wheel-segment span,
.gf-wheel-segment img,
.gf-wheel-segment .gf-wheel-segment-chance {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: center center;
}

.gf-wheel-segment span {
	top: 12%;
	width: 34%;
	max-width: 116px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.gf-wheel-segment img {
	top: 30%;
	width: 50px;
	height: 50px;
	border-radius: 12px;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.75);
}

.gf-wheel-segment .gf-wheel-segment-chance {
	top: 48%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.24);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	backdrop-filter: blur(6px);
}

.gf-wheel-center {
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	width: 92px;
	height: 92px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #ffffff;
	color: #0f172a;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
	z-index: 3;
}

.gf-spinwheel-meta {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gf-spin-prizes-live {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.gf-spin-prizes-live li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #d9e6dc;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gf-spin-prize-summary {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.gf-spin-prize-icon {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	border-radius: 14px;
	object-fit: cover;
	border: 1px solid #d8e2dc;
	background: #f8fafc;
}

.gf-spin-prize-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.gf-spin-prize-copy strong,
.gf-spin-prize-copy small,
.gf-spin-prize-chance {
	display: block;
}

.gf-spin-prize-copy small {
	color: #64748b;
	font-weight: 600;
}

.gf-spin-prize-chance {
	flex: 0 0 auto;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-weight: 800;
}

.gf-spin-bonus-credit {
	padding: 12px 14px;
	border-radius: 14px;
	background: linear-gradient(135deg, #ecfccb 0%, #f0fdf4 100%);
	border: 1px solid #bbf7d0;
	color: #166534;
	font-weight: 700;
}

.gf-spin-prizes-live li.is-winner {
	border-color: #0f766e;
	box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
	transform: translateY(-2px);
}

.gf-spin-result p {
	margin: 16px 0 0;
	padding: 14px 16px;
	border-radius: 14px;
	background: #ecfdf5;
	color: #14532d;
	font-weight: 700;
}

@media (max-width: 768px) {
	.gf-spinwheel-layout {
		grid-template-columns: 1fr;
	}

	.gf-wheel {
		width: min(86vw, 320px);
		height: min(86vw, 320px);
	}
}

.gf-stories-app {
	position: relative;
	min-height: min(100vh, 860px);
	border-radius: 28px;
	overflow: hidden;
	background: #020617;
	color: #fff;
}

.gf-stories-modal .gf-stories-app {
	width: min(100vw, 520px);
	min-height: 100vh;
	margin: 0 auto;
	border-radius: 0;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.28);
}

.gf-stories-app.is-paused .gf-story-card::after {
	content: "Pauza";
	position: absolute;
	top: 118px;
	right: 24px;
	z-index: 5;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.65);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.gf-stories-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
}

.gf-stories-progress {
	flex: 1 1 auto;
	display: grid;
	grid-auto-flow: column;
	gap: 6px;
}

.gf-stories-progress-bar {
	position: relative;
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
	overflow: hidden;
}

.gf-stories-progress-fill {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left center;
}

.gf-stories-progress-bar.is-complete .gf-stories-progress-fill {
	transform: scaleX(1);
}

.gf-stories-progress-fill.is-running {
	animation: gf-story-progress-fill var(--gf-story-duration, 6s) linear forwards;
}

@keyframes gf-story-progress-fill {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

.gf-stories-close {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 20px;
}

.gf-stories-pill {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(249, 115, 22, 0.85);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.gf-stories-stage,
.gf-story-card {
	min-height: min(100vh, 860px);
}

.gf-story-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 28px 24px;
	background-position: center;
	background-size: cover;
}

.gf-story-overlay-top {
	position: absolute;
	top: 72px;
	left: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.gf-story-badge {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(248, 113, 113, 0.9);
	font-weight: 700;
}

.gf-story-frame-chip {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.55);
	font-size: 12px;
	font-weight: 700;
}

.gf-story-side-actions {
	position: absolute;
	right: 18px;
	bottom: 130px;
	z-index: 2;
	display: grid;
	gap: 12px;
}

.gf-story-side-actions button {
	display: grid;
	justify-items: center;
	gap: 4px;
	min-width: 58px;
	padding: 12px 8px;
	border: 0;
	border-radius: 18px;
	background: rgba(15, 23, 42, 0.55);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.gf-story-side-actions span {
	font-size: 12px;
	font-weight: 700;
}

.gf-story-bottom {
	width: min(100%, 560px);
	display: grid;
	gap: 16px;
}

.gf-story-meta strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(28px, 5vw, 42px);
	line-height: 1.05;
}

.gf-story-price-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
}

.gf-story-discount {
	color: #fde047;
}

.gf-story-rating {
	margin-bottom: 10px;
}

.gf-story-meta p {
	margin: 0;
	max-width: 42ch;
	color: rgba(255, 255, 255, 0.88);
}

.gf-story-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gf-story-detail,
.gf-story-cart {
	min-height: 52px;
	padding: 14px 20px;
	border: 0;
	border-radius: 18px;
	font-weight: 700;
}

.gf-story-detail {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.gf-story-cart {
	background: linear-gradient(90deg, #f97316 0%, #fb7185 100%);
	color: #fff;
}

.gf-stories-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 22%;
	z-index: 3;
}

.gf-stories-nav-left {
	left: 0;
}

.gf-stories-nav-right {
	right: 0;
}

.gf-stories-toast {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%) translateY(10px);
	padding: 12px 16px;
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.8);
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gf-stories-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.gf-story-empty {
	display: grid;
	place-items: center;
	min-height: 420px;
	padding: 24px;
	text-align: center;
}

@media (max-width: 768px) {
	.gf-stories-strip {
		padding: 12px 12px 10px;
	}

	.gf-story-bubble {
		width: 76px;
	}

	.gf-story-bubble-ring {
		width: 68px;
		height: 68px;
	}

	.gf-stories-app,
	.gf-stories-stage,
	.gf-story-card {
		min-height: 100vh;
		border-radius: 0;
	}

	.gf-story-card {
		padding: 24px 18px;
	}

	.gf-story-side-actions {
		right: 10px;
		bottom: 132px;
	}

	.gf-story-meta strong {
		font-size: 30px;
	}

	.gf-story-actions {
		grid-template-columns: 1fr;
	}

	.gf-story-detail,
	.gf-story-cart {
		width: 100%;
	}

	.gf-saved-stories-grid {
		grid-template-columns: 1fr;
	}
}

/* Stories visual refresh */
.gf-stories-global {
	margin-bottom: 22px;
}

.gf-stories-global .gf-stories-strip {
	position: relative;
	padding: 12px 18px 10px;
	background:
		radial-gradient(circle at top left, rgba(249, 115, 22, 0.12), transparent 30%),
		radial-gradient(circle at top right, rgba(244, 114, 182, 0.12), transparent 32%),
		#ffffff;
	border-top: 1px solid #f3e8dd;
	border-bottom: 1px solid #f3e8dd;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.gf-stories-global .gf-stories-strip-track {
	gap: 12px;
	padding: 2px 2px 6px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.gf-stories-global .gf-stories-strip-track::-webkit-scrollbar {
	display: none;
}

.gf-stories-global .gf-story-bubble {
	width: 72px;
	gap: 6px;
	text-align: center;
}

.gf-stories-global .gf-story-bubble-ring {
	width: 64px;
	height: 64px;
	padding: 2px;
	box-shadow: 0 8px 18px rgba(249, 115, 22, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gf-stories-global .gf-story-bubble-ring img,
.gf-stories-global .gf-story-bubble-placeholder {
	border-width: 2px;
}

.gf-stories-global .gf-story-bubble:hover .gf-story-bubble-ring,
.gf-stories-global .gf-story-bubble:focus-visible .gf-story-bubble-ring {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(249, 115, 22, 0.24);
}

.gf-stories-global .gf-story-bubble.is-active .gf-story-bubble-ring {
	transform: scale(1.06);
}

.gf-stories-global .gf-story-bubble-label {
	max-width: 72px;
	font-size: 11px;
	font-weight: 700;
	color: #334155;
}

.gf-stories-global .gf-story-bubble-count {
	right: -4px;
	bottom: -2px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	font-size: 10px;
	background: #111827;
}

.gf-stories-modal {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background:
		radial-gradient(circle at top, rgba(249, 115, 22, 0.16), transparent 25%),
		rgba(2, 6, 23, 0.82);
}

.gf-stories-modal.is-visible {
	display: flex;
	animation: gf-stories-fade-in 0.22s ease both;
}

.gf-stories-modal .gf-stories-app {
	position: relative;
	width: min(92vw, 392px);
	min-height: auto;
	height: min(88vh, 820px);
	aspect-ratio: 9 / 16;
	margin: 0;
	border-radius: 30px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.48)),
		#020617;
	box-shadow:
		0 28px 80px rgba(2, 6, 23, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.08);
	transform: translateY(18px) scale(0.965);
	opacity: 0;
	animation: gf-stories-modal-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.gf-stories-modal .gf-stories-app::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 34%;
	height: 26px;
	border-radius: 999px;
	background: rgba(2, 6, 23, 0.82);
	z-index: 6;
	pointer-events: none;
}

.gf-stories-app,
.gf-stories-stage,
.gf-story-card {
	min-height: 100%;
	height: 100%;
}

.gf-stories-top {
	padding: 18px 14px 0;
	gap: 10px;
}

.gf-stories-progress {
	gap: 4px;
}

.gf-stories-progress-bar {
	height: 3px;
	background: rgba(255, 255, 255, 0.28);
}

.gf-stories-close {
	width: 34px;
	height: 34px;
	background: rgba(15, 23, 42, 0.34);
	backdrop-filter: blur(8px);
	font-size: 18px;
	line-height: 1;
}

.gf-stories-pill {
	padding: 7px 10px;
	background: rgba(249, 115, 22, 0.88);
	font-size: 11px;
	white-space: nowrap;
}

.gf-story-card {
	padding: 108px 18px 18px;
	align-items: stretch;
}

.gf-story-card.is-entering .gf-story-media img {
	animation: gf-stories-media-in 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gf-story-card.is-entering .gf-story-overlay-top {
	animation: gf-stories-overlay-in 0.26s ease both;
}

.gf-story-card.is-entering .gf-story-bottom {
	animation: gf-stories-sheet-in 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gf-story-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 24%, transparent 46%, rgba(0, 0, 0, 0.78) 100%);
	pointer-events: none;
}

.gf-story-overlay-top,
.gf-story-side-actions,
.gf-story-bottom {
	position: relative;
	z-index: 5;
}

.gf-story-overlay-top {
	top: 64px;
	left: 18px;
	right: 18px;
	justify-content: space-between;
}

.gf-story-badge,
.gf-story-frame-chip {
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.gf-story-badge:empty {
	display: none;
}

.gf-story-side-actions {
	right: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	gap: 10px;
	width: 58px;
}

.gf-story-side-actions button {
	display: grid;
	justify-items: center;
	align-items: center;
	min-width: 50px;
	padding: 10px 6px;
	border-radius: 16px;
	background: rgba(15, 23, 42, 0.44);
	backdrop-filter: blur(10px);
	font-size: 15px;
	font-weight: 800;
}

.gf-story-side-actions button em {
	display: block;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
}

.gf-story-side-actions span {
	font-size: 10px;
	letter-spacing: 0.04em;
	text-align: center;
}

.gf-story-bottom {
	align-self: end;
	width: calc(100% - 76px);
	padding: 18px 16px 16px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.52));
	backdrop-filter: blur(12px);
	max-height: calc(100% - 128px);
	overflow: hidden;
}

.gf-story-meta strong {
	margin-bottom: 6px;
	font-size: clamp(22px, 4vw, 30px);
	line-height: 1.08;
}

.gf-story-price-row {
	gap: 10px;
	margin-bottom: 6px;
	font-size: 16px;
	flex-wrap: wrap;
}

.gf-story-rating {
	margin-bottom: 8px;
	font-size: 13px;
}

.gf-story-meta p {
	font-size: 13px;
	line-height: 1.45;
	max-width: 30ch;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gf-story-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gf-story-detail,
.gf-story-cart {
	width: 100%;
	min-height: 48px;
	padding: 13px 16px;
	border-radius: 16px;
	font-size: 14px;
	position: relative;
	z-index: 6;
	cursor: pointer;
}

.gf-story-detail {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.gf-story-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gf-story-cart:hover,
.gf-story-cart:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(249, 115, 22, 0.24);
}

.gf-story-cart.is-added {
	background: linear-gradient(90deg, #059669 0%, #22c55e 100%);
}

.gf-story-cart-state {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.gf-story-cart[disabled],
.gf-story-cart[aria-disabled="true"] {
	opacity: 0.55;
	cursor: not-allowed;
}

.gf-stories-nav {
	width: 28%;
	bottom: 168px;
	z-index: 4;
}

.gf-stories-app.is-paused .gf-story-card::after {
	top: 80px;
	right: 16px;
}

.gf-stories-toast {
	bottom: 18px;
	padding: 11px 14px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.88);
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.gf-stories-global .gf-stories-strip {
		padding: 10px 10px 8px;
	}

	.gf-stories-global .gf-story-bubble {
		width: 66px;
	}

	.gf-stories-global .gf-story-bubble-ring {
		width: 58px;
		height: 58px;
	}

	.gf-stories-global .gf-story-bubble-label {
		max-width: 64px;
		font-size: 10px;
	}

	.gf-stories-modal {
		padding: 0;
	}

	.gf-stories-modal .gf-stories-app {
		width: 100vw;
		height: 100vh;
		max-height: none;
		border-radius: 0;
	}

	.gf-stories-modal .gf-stories-app::before {
		display: none;
	}

	.gf-stories-top {
		padding: 14px 12px 0;
	}

	.gf-story-card {
		padding: 102px 14px 14px;
	}

	.gf-story-overlay-top {
		top: 58px;
		left: 14px;
		right: 14px;
	}

	.gf-story-side-actions {
		right: 10px;
		top: 48%;
		width: 52px;
	}

	.gf-story-side-actions button {
		min-width: 46px;
		font-size: 13px;
	}

	.gf-story-bottom {
		width: calc(100% - 62px);
		padding: 16px 14px 14px;
		border-radius: 22px;
	}

	.gf-story-actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.gf-stories-nav {
		bottom: 184px;
	}

	.gf-story-meta strong {
		font-size: 24px;
	}
}

/* Stories layout fix */
.gf-stories-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	display: grid;
	gap: 10px;
	padding: 16px 14px 0;
	pointer-events: none;
}

.gf-stories-top-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	pointer-events: auto;
}

.gf-stories-progress {
	min-width: 0;
}

.gf-stories-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.54);
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
}

.gf-stories-pill {
	display: inline-flex;
	align-items: center;
	max-width: calc(100% - 48px);
	padding: 10px 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f97316 0%, #fb7185 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	box-shadow: 0 12px 24px rgba(249, 115, 22, 0.22);
	pointer-events: auto;
}

.gf-story-card {
	padding: 0;
}

.gf-story-card::before {
	display: none;
}

.gf-story-media {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 74px 16px 118px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.gf-story-media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(2, 6, 23, 0.2) 0%, rgba(2, 6, 23, 0.05) 28%, rgba(2, 6, 23, 0.18) 55%, rgba(2, 6, 23, 0.82) 100%),
		radial-gradient(circle at center, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 48%);
	backdrop-filter: blur(2px);
}

.gf-story-media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 18px 30px rgba(15, 23, 42, 0.28));
}

.gf-story-overlay-top {
	position: absolute;
	top: 126px;
	left: 18px;
	right: 18px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.gf-story-bottom {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 10;
	width: auto;
	max-height: none;
	padding: 18px 16px 16px;
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.28), rgba(15, 23, 42, 0.76));
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.gf-story-meta {
	display: grid;
	gap: 8px;
}

.gf-story-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.86);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gf-story-meta strong {
	font-size: clamp(20px, 4vw, 32px);
	line-height: 1.02;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.gf-story-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 2px;
}

.gf-story-price-row .price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0;
	color: #fff;
	font-size: clamp(20px, 3.3vw, 28px);
	font-weight: 800;
}

.gf-story-meta p {
	max-width: none;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	line-height: 1.45;
}

.gf-story-discount {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(249, 115, 22, 0.2);
	border: 1px solid rgba(251, 113, 133, 0.2);
	color: #ffd6c2;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.gf-story-rating {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	color: rgba(255, 255, 255, 0.92);
}

.gf-story-reaction-row,
.gf-story-utility-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.gf-story-reaction-pill,
.gf-story-utility-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	backdrop-filter: blur(10px);
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.gf-story-reaction-pill:hover,
.gf-story-reaction-pill:focus-visible,
.gf-story-utility-pill:hover,
.gf-story-utility-pill:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
	transform: translateY(-1px);
}

.gf-story-reaction-pill em,
.gf-story-utility-pill em {
	font-style: normal;
	font-size: 16px;
	line-height: 1;
}

.gf-story-actions {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gf-story-detail,
.gf-story-cart {
	min-height: 56px;
	border: 0;
	border-radius: 18px;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.gf-story-detail {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.gf-story-cart {
	background: linear-gradient(90deg, #f97316 0%, #fb7185 100%);
	color: #fff;
}

.gf-story-cart.is-added {
	background: linear-gradient(90deg, #059669 0%, #22c55e 100%);
}

.gf-story-detail:hover,
.gf-story-detail:focus-visible,
.gf-story-cart:hover,
.gf-story-cart:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
}

.gf-story-detail[disabled],
.gf-story-detail[aria-disabled="true"],
.gf-story-cart[disabled],
.gf-story-cart[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.56;
	box-shadow: none;
}

.gf-story-cart-state {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 11px;
	font-weight: 800;
	vertical-align: middle;
}

.gf-stories-nav {
	top: 84px;
	bottom: 210px;
	width: 24%;
	z-index: 7;
}

.gf-stories-toast {
	z-index: 13;
}

@media (max-width: 768px) {
	.gf-stories-top {
		padding: calc(10px + env(safe-area-inset-top, 0px)) 12px 0;
	}

	.gf-stories-pill {
		max-width: 100%;
		font-size: 11px;
	}

	.gf-story-media {
		padding: 70px 10px 210px;
	}

	.gf-story-overlay-top {
		top: 118px;
		left: 14px;
		right: 14px;
	}

	.gf-story-bottom {
		left: 10px;
		right: 10px;
		bottom: calc(10px + env(safe-area-inset-bottom, 0px));
		padding: 16px 14px 14px;
		border-radius: 24px;
	}

	.gf-story-kicker {
		font-size: 10px;
		padding: 5px 9px;
	}

	.gf-story-price-row .price {
		font-size: 22px;
	}

	.gf-story-reaction-row,
	.gf-story-utility-row {
		gap: 6px;
	}

	.gf-story-reaction-pill,
	.gf-story-utility-pill {
		padding: 9px 10px;
		font-size: 11px;
	}

	.gf-story-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gf-story-detail,
	.gf-story-cart {
		min-height: 52px;
		font-size: 14px;
	}

	.gf-stories-nav {
		top: 88px;
		bottom: 270px;
		width: 22%;
	}
}

/* Stories strip premium pass */
.gf-stories-global {
	position: relative;
	width: 100%;
	padding: 12px clamp(12px, 2vw, 22px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98)),
		#fff;
	border-bottom: 1px solid rgba(226, 232, 240, 0.92);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
	overflow: hidden;
}

.gf-stories-global::before {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(251, 113, 133, 0), rgba(251, 113, 133, 0.28), rgba(249, 115, 22, 0.28), rgba(249, 115, 22, 0));
	pointer-events: none;
}

.gf-stories-global .gf-stories-strip {
	max-width: min(1480px, 100%);
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.gf-stories-global .gf-stories-strip-track {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 2px 2px 4px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
}

.gf-stories-global .gf-story-bubble {
	flex: 0 0 auto;
	width: 78px;
	gap: 8px;
	padding: 2px 0;
	background: transparent;
	border: 0;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	transform: translateY(10px) scale(0.98);
	animation: gf-stories-bubble-in 0.34s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: var(--gf-story-delay, 0ms);
}

.gf-stories-global .gf-story-bubble-ring {
	position: relative;
	width: 70px;
	height: 70px;
	padding: 3px;
	border-radius: 999px;
	background: linear-gradient(135deg, #fb7185 0%, #f97316 52%, #f59e0b 100%);
	box-shadow: 0 14px 28px rgba(249, 115, 22, 0.16);
	transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.gf-stories-global .gf-story-bubble.is-seen .gf-story-bubble-ring {
	background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
	box-shadow: 0 10px 20px rgba(148, 163, 184, 0.16);
	filter: saturate(0.88);
}

.gf-stories-global .gf-story-bubble.is-active .gf-story-bubble-ring {
	transform: translateY(-1px) scale(1.06);
	box-shadow: 0 16px 34px rgba(249, 115, 22, 0.24);
}

.gf-stories-global .gf-story-bubble:hover .gf-story-bubble-ring,
.gf-stories-global .gf-story-bubble:focus-visible .gf-story-bubble-ring {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(249, 115, 22, 0.22);
}

.gf-stories-global .gf-story-bubble-ring img,
.gf-stories-global .gf-story-bubble-placeholder {
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	border-radius: inherit;
	object-fit: cover;
	background: linear-gradient(180deg, #e2e8f0, #cbd5e1);
}

.gf-stories-global .gf-story-bubble-placeholder {
	display: grid;
	place-items: center;
	color: #0f172a;
	font-size: 22px;
	font-weight: 800;
}

.gf-stories-global .gf-story-bubble-label {
	display: block;
	max-width: 78px;
	margin: 0 auto;
	color: #0f172a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.92;
}

.gf-stories-global .gf-story-bubble.is-seen .gf-story-bubble-label {
	color: #64748b;
}

.gf-stories-global .gf-story-bubble-count {
	right: -2px;
	bottom: -1px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #0f172a;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}

@media (max-width: 768px) {
	.gf-stories-global {
		padding: 10px 10px 11px;
	}

	.gf-stories-global .gf-stories-strip-track {
		gap: 12px;
		padding-bottom: 2px;
	}

	.gf-stories-global .gf-story-bubble {
		width: 72px;
		gap: 7px;
	}

	.gf-stories-global .gf-story-bubble-ring {
		width: 64px;
		height: 64px;
		padding: 3px;
	}

	.gf-stories-global .gf-story-bubble-label {
		max-width: 72px;
		font-size: 10px;
	}

	.gf-stories-global .gf-story-bubble-count {
		min-width: 20px;
		height: 20px;
		font-size: 9px;
	}
}

@keyframes gf-stories-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes gf-stories-modal-in {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.965);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes gf-stories-media-in {
	from {
		opacity: 0;
		transform: scale(0.96);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes gf-stories-overlay-in {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes gf-stories-sheet-in {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes gf-stories-bubble-in {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* Stories final interaction and overlap fix */
.gf-stories-global {
	position: relative !important;
	z-index: 30 !important;
	display: block !important;
	clear: both;
	isolation: isolate;
	margin-top: var(--gf-header-offset, 0px) !important;
}

.gf-stories-global .gf-stories-strip {
	width: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.gf-stories-modal {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483000 !important;
	display: none;
	align-items: center;
	justify-content: center;
	padding: max(18px, env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) max(18px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left, 0px)) !important;
	isolation: isolate;
}

.gf-stories-modal.is-visible {
	display: flex !important;
}

.gf-stories-modal .gf-stories-app {
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.gf-stories-top,
.gf-stories-top-row,
.gf-stories-pill,
.gf-stories-close,
.gf-story-overlay-top,
.gf-story-bottom,
.gf-story-reaction-row,
.gf-story-utility-row,
.gf-story-actions,
.gf-story-detail,
.gf-story-cart,
.gf-story-reaction-pill,
.gf-story-utility-pill {
	pointer-events: auto !important;
}

.gf-stories-top {
	z-index: 30 !important;
}

.gf-stories-close {
	position: relative;
	z-index: 32 !important;
}

.gf-story-overlay-top {
	z-index: 20 !important;
}

.gf-story-media {
	padding: 94px 18px 308px !important;
}

.gf-story-media img {
	max-width: 100%;
	max-height: 100%;
}

.gf-story-bottom {
	z-index: 24 !important;
	max-height: min(44%, 360px);
	overflow: auto;
	scrollbar-width: none;
}

.gf-story-bottom::-webkit-scrollbar {
	display: none;
}

.gf-story-meta p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gf-stories-nav {
	top: 92px !important;
	bottom: 332px !important;
	width: 15% !important;
	z-index: 12 !important;
}

.gf-stories-nav-left {
	left: 0;
}

.gf-stories-nav-right {
	right: 0;
}

@media (max-width: 768px) {
	.gf-stories-global {
		margin-top: var(--gf-header-offset, 0px) !important;
	}

	.gf-stories-modal {
		padding: max(10px, env(safe-area-inset-top, 0px)) max(8px, env(safe-area-inset-right, 0px)) max(10px, env(safe-area-inset-bottom, 0px)) max(8px, env(safe-area-inset-left, 0px)) !important;
	}

	.gf-story-media {
		padding: 88px 10px 338px !important;
	}

	.gf-story-bottom {
		max-height: min(46%, 390px);
	}

	.gf-stories-nav {
		top: 88px !important;
		bottom: 358px !important;
		width: 12% !important;
	}
}
