.gemlive-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	padding: 1rem;
	padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
	background: rgba(10, 10, 26, 0.96);
	border-top: 1px solid rgba(201, 168, 76, 0.35);
	contain: layout style;
}

body:has(#gemlive-consent-banner),
body:has(#gemlive-tier2-banner) {
	padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

.gemlive-consent__inner {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.gemlive-consent__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.875rem;
	line-height: 1.5;
	flex: 1 1 280px;
}

.gemlive-consent__text a {
	color: #c9a84c;
}

.gemlive-consent__btn {
	background: #c9a84c;
	color: #0a0a1a;
	border: 0;
	border-radius: 0.5rem;
	padding: 0.65rem 1.25rem;
	font-weight: 600;
	cursor: pointer;
}

/* 同意済み向け撤回 UI: 固定バナーではなく控えめなフッタリンク */
.gemlive-consent--manage {
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: auto;
	padding: 0.5rem 1rem 1.25rem;
	background: transparent;
	border: 0;
	text-align: center;
}

.gemlive-consent__btn--ghost {
	background: transparent;
	color: rgba(255, 255, 255, 0.45);
	border: 0;
	border-radius: 0;
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	cursor: pointer;
}

.gemlive-consent__btn--ghost:hover {
	color: rgba(255, 255, 255, 0.75);
}

.gemlive-ls-live-page__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 1.5rem;
}

.gemlive-ls-live-page__liver {
	color: #c9a84c;
	font-weight: 600;
}

.gemlive-ls-live-page__status {
	font-size: 0.75rem;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.gemlive-ls-live-page__status--gl_live {
	background: rgba(220, 38, 38, 0.2);
	color: #fca5a5;
}

.gemlive-ls-live-embed__frame {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background: #111;
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 2rem;
}

.gemlive-ls-live-embed__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.gemlive-ls-live-products__title,
.gemlive-ls-live-embed__title {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	color: #fff;
}

.gemlive-ls-live-products__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1rem;
}

.gemlive-ls-product-card {
	display: block;
	padding: 1rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: inherit;
	text-decoration: none;
	transition: border-color 0.2s;
}

.gemlive-ls-product-card:hover {
	border-color: rgba(201, 168, 76, 0.35);
}

.gemlive-ls-product-card__name {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.gemlive-ls-product-card__price {
	color: #c9a84c;
	font-size: 0.875rem;
}

.gemlive-ls-product-card__price .gemlive-product-price__tax--suffix {
	font-size: 0.75em;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.45);
}

.gemlive-ls-live-host {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-live-host__eyebrow {
	margin: 0 0 0.75rem;
	color: #c9a84c;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.gemlive-ls-live-host__card {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	background: linear-gradient(120deg, rgba(201, 168, 76, 0.08), rgba(255, 255, 255, 0.035));
}

.gemlive-ls-live-host__avatar {
	flex: 0 0 auto;
	width: 5.5rem;
	height: 5.5rem;
	border: 2px solid rgba(201, 168, 76, 0.45);
	border-radius: 999px;
	object-fit: cover;
}

.gemlive-ls-live-host__body {
	flex: 1;
	min-width: 0;
}

.gemlive-ls-live-host__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.gemlive-ls-live-host__heading h2 {
	margin: 0;
	color: #fff;
	font-size: 1.125rem;
}

.gemlive-ls-live-host__heading > span {
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgba(201, 168, 76, 0.12);
	color: #d4b55e;
	font-size: 0.6875rem;
}

.gemlive-ls-live-host__bio {
	max-width: 52rem;
	margin: 0.55rem 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.8125rem;
	line-height: 1.65;
}

.gemlive-ls-live-host__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.8rem;
}

.gemlive-ls-live-host__profile-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #c9a84c;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
}

.gemlive-ls-live-host__profile-link:hover {
	color: #d4b55e;
}

@media (max-width: 640px) {
	.gemlive-ls-live-host__card {
		align-items: flex-start;
		gap: 1rem;
		padding: 1rem;
	}

	.gemlive-ls-live-host__avatar {
		width: 4rem;
		height: 4rem;
	}
}

.gemlive-ls-schedule__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.gemlive-ls-schedule__item {
	display: grid;
	grid-template-columns: 140px 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1rem 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 640px) {
	.gemlive-ls-schedule__item {
		grid-template-columns: 1fr;
	}
}

.gemlive-ls-schedule__when {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.875rem;
}

.gemlive-ls-schedule__liver {
	display: block;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.8125rem;
	margin-top: 0.25rem;
}

.gemlive-ls-schedule__badge {
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0.6875rem;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	background: rgba(201, 168, 76, 0.15);
	color: #c9a84c;
}

.gemlive-ls-schedule__link {
	color: #c9a84c;
	text-decoration: none;
	font-size: 0.875rem;
	white-space: nowrap;
}

.gemlive-ls-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.gemlive-ls-table th,
.gemlive-ls-table td {
	padding: 0.65rem 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
}

.gemlive-ls-portal__section {
	margin-top: 2rem;
}

.gemlive-ls-portal__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.gemlive-ls-portal__tab {
	padding: 0.5rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 0.875rem;
}

.gemlive-ls-portal__tab.is-active,
.gemlive-ls-portal__tab:hover {
	border-color: rgba(201, 168, 76, 0.45);
	color: #c9a84c;
}

.gemlive-ls-btn,
.gemlive-ls-btn-sm {
	background: #c9a84c;
	color: #0a0a1a;
	border: 0;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.gemlive-ls-btn-sm {
	padding: 0.25rem 0.6rem;
	font-size: 0.75rem;
}

.gemlive-ls-notice {
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}

.gemlive-ls-notice--ok {
	background: rgba(34, 197, 94, 0.15);
}

.gemlive-ls-notice--err {
	background: rgba(239, 68, 68, 0.15);
}

.gemlive-ls-coupon-box {
	margin: 1rem 0;
	padding: 1rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.04);
}

.gemlive-ls-coupon-banner {
	border: 1px solid rgba(134, 239, 172, 0.25);
	background: rgba(22, 101, 52, 0.12);
}

.gemlive-ls-coupon-banner__badge {
	font-size: 0.75rem;
	font-weight: 600;
	color: #86efac;
	margin-bottom: 0.35rem;
}

.gemlive-ls-coupon-banner__hint {
	margin: 0.5rem 0 0;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.45);
}

.gemlive-ls-coupon-box__row {
	display: flex;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.gemlive-ls-coupon-box__result.is-ok {
	color: #86efac;
	margin-top: 0;
}

.gemlive-ls-coupon-banner__result.is-ok {
	display: grid;
	gap: 0.25rem;
}

.gemlive-ls-coupon-box__result.is-error {
	color: #fca5a5;
	margin-top: 0;
}

.gemlive-ls-coupon-banner__result.is-error {
	display: block;
}

.gemlive-ls-liver-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.gemlive-ls-liver-filter__label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
}

.gemlive-ls-liver-filter__select-wrap {
	position: relative;
	display: block;
}

.gemlive-ls-liver-filter__select {
	width: 12rem;
	height: 2.75rem;
	appearance: none;
	-webkit-appearance: none;
	padding: 0.5rem 2.75rem 0.5rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-size: 0.875rem;
	cursor: pointer;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.gemlive-ls-liver-filter__select:hover {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.08);
}

.gemlive-ls-liver-filter__select:focus {
	border-color: #c9a84c;
	box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.2);
}

.gemlive-ls-liver-filter__select option {
	background: #10101f;
	color: #fff;
}

.gemlive-ls-liver-filter__arrow {
	position: absolute;
	top: 50%;
	right: 0.875rem;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.55);
	font-size: 1.125rem;
	line-height: 1;
	pointer-events: none;
}

.gemlive-ls-liver-filter__submit {
	height: 2.75rem;
	padding: 0 1.25rem;
	border: 0;
	border-radius: 0.5rem;
	background: #c9a84c;
	color: #10101f;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s, box-shadow 0.2s;
}

.gemlive-ls-liver-filter__submit:hover {
	background: #d8bb68;
}

.gemlive-ls-liver-filter__submit:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.35);
}

/* Portal edit thumbnail (keep circular). */
.gemlive-ls-liver-profile__avatar {
	border-radius: 999px;
	object-fit: cover;
}

/* —— Public liver profile (/liver/{slug}/) —— */
.gemlive-liver-profile {
	margin-bottom: 2.5rem;
}

.gemlive-liver-profile__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.75rem;
	margin-bottom: 2.75rem;
}

@media (min-width: 1024px) {
	.gemlive-liver-profile__hero {
		grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
		gap: 2.75rem;
		align-items: start;
	}
}

.gemlive-liver-profile__photo-wrap {
	position: relative;
	aspect-ratio: 3 / 4;
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: #141424;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.gemlive-liver-profile__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.gemlive-liver-profile__photo-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 10, 26, 0.45) 0%, transparent 42%);
	pointer-events: none;
}

.gemlive-liver-profile__live-pill {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: #c9a84c;
	color: #0a0a1a;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.gemlive-liver-profile__live-dot {
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 999px;
	background: currentColor;
	animation: gemliveLivePulse 1.4s ease-in-out infinite;
}

.gemlive-liver-profile__info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.gemlive-liver-profile__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.85rem;
}

.gemlive-liver-profile__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.75rem;
	font-weight: 600;
}

.gemlive-liver-profile__badge--gold {
	border-color: rgba(201, 168, 76, 0.3);
	background: rgba(201, 168, 76, 0.1);
	color: rgba(201, 168, 76, 0.95);
}

.gemlive-liver-profile__name {
	margin: 0 0 0.35rem;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.gemlive-liver-profile__specialty {
	margin: 0 0 1.25rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: #c9a84c;
}

.gemlive-liver-profile__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0 0 1.5rem;
}

.gemlive-liver-profile__stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	padding: 0.95rem 1rem;
	border-radius: 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(26, 26, 46, 0.85);
}

.gemlive-liver-profile__stat > i {
	color: #c9a84c;
	font-size: 1.1rem;
	margin-bottom: 0.15rem;
}

.gemlive-liver-profile__stat-value {
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
}

.gemlive-liver-profile__stat-label {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.4);
}

.gemlive-liver-profile__details {
	margin: 0 0 1.35rem;
	padding: 1.1rem 1.2rem;
	border-radius: 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(26, 26, 46, 0.75);
}

.gemlive-liver-profile__details-title {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.85rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
}

.gemlive-liver-profile__details-title i {
	color: #c9a84c;
}

.gemlive-liver-profile__details-list {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.gemlive-liver-profile__details-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
}

.gemlive-liver-profile__details-row dt {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.4);
}

.gemlive-liver-profile__details-row dd {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	text-align: right;
}

.gemlive-liver-profile__bio {
	margin: 0 0 1.35rem;
}

.gemlive-liver-profile__bio p {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.68);
}

.gemlive-liver-profile__bio p:last-child {
	margin-bottom: 0;
}

.gemlive-liver-profile__actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.25rem;
}

.gemlive-liver-profile__cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.gemlive-liver-profile__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.9rem 1.25rem;
	border-radius: 0.85rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

.gemlive-liver-profile__cta--primary {
	background: #c9a84c;
	color: #0a0a1a;
}

.gemlive-liver-profile__cta--primary:hover {
	background: #d4b55e;
	color: #0a0a1a;
}

.gemlive-liver-profile__cta--ghost {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.75);
}

.gemlive-liver-profile__cta--ghost:hover {
	border-color: rgba(201, 168, 76, 0.4);
	color: #c9a84c;
}

.gemlive-liver-profile__section {
	padding: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.gemlive-liver-profile__section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.gemlive-liver-profile__section-eyebrow {
	margin: 0 0 0.35rem;
	color: #c9a84c;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.gemlive-liver-profile__section-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
}

.gemlive-liver-profile__section-desc {
	margin: 0.35rem 0 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.4);
}

.gemlive-liver-profile__section-link {
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
	color: #c9a84c;
	font-size: 0.875rem;
	text-decoration: none;
	white-space: nowrap;
}

.gemlive-liver-profile__section-link:hover {
	color: #d4b55e;
}

.gemlive-liver-profile__session-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
}

@media (min-width: 768px) {
	.gemlive-liver-profile__session-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.gemlive-liver-profile__session-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.gemlive-liver-profile__session-card {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	min-height: 100%;
	padding: 1.15rem 1.2rem;
	border-radius: 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(26, 26, 46, 0.8);
	color: inherit;
	text-decoration: none;
	transition: border-color 0.2s, transform 0.2s;
}

.gemlive-liver-profile__session-card:hover {
	border-color: rgba(201, 168, 76, 0.35);
	transform: translateY(-2px);
}

.gemlive-liver-profile__session-card.is-live {
	border-color: rgba(201, 168, 76, 0.45);
	box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.12);
}

.gemlive-liver-profile__session-status {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	align-self: flex-start;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #c9a84c;
	color: #0a0a1a;
	font-size: 0.6875rem;
	font-weight: 800;
}

.gemlive-liver-profile__session-when {
	color: #c9a84c;
	font-size: 0.8125rem;
	font-weight: 700;
}

.gemlive-liver-profile__session-title {
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.45;
}

.gemlive-liver-profile__session-go {
	margin-top: auto;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.75rem;
}

.gemlive-liver-profile__product-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.gemlive-liver-profile__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.gemlive-liver-profile__product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.gemlive-liver-profile__product-card {
	display: block;
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: #1a1a2e;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.2s, transform 0.2s;
}

.gemlive-liver-profile__product-card:hover {
	border-color: rgba(201, 168, 76, 0.3);
	transform: translateY(-2px);
}

.gemlive-liver-profile__product-card.is-soldout {
	opacity: 0.55;
}

.gemlive-liver-profile__product-media {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #121222;
}

.gemlive-liver-profile__product-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.gemlive-liver-profile__product-card:hover .gemlive-liver-profile__product-img {
	transform: scale(1.04);
}

.gemlive-liver-profile__product-body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem 1.1rem 1.15rem;
}

.gemlive-liver-profile__product-name {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
}

.gemlive-liver-profile__product-price {
	color: #c9a84c;
	font-size: 1rem;
	font-weight: 700;
}

.gemlive-liver-profile__product-badge {
	align-self: flex-start;
	margin-top: 0.2rem;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	background: rgba(239, 68, 68, 0.18);
	color: #fca5a5;
	font-size: 0.6875rem;
	font-weight: 700;
}

.gemlive-liver-profile__history {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 0.95rem;
	overflow: hidden;
	background: rgba(26, 26, 46, 0.55);
}

.gemlive-liver-profile__history-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: inherit;
	text-decoration: none;
	transition: background-color 0.15s;
}

.gemlive-liver-profile__history li:last-child .gemlive-liver-profile__history-row {
	border-bottom: 0;
}

.gemlive-liver-profile__history-row:hover {
	background: rgba(255, 255, 255, 0.03);
}

.gemlive-liver-profile__history-main {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.gemlive-liver-profile__history-title {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
}

.gemlive-liver-profile__history-when {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.75rem;
}

.gemlive-liver-profile__history-meta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.75rem;
	white-space: nowrap;
}

.gemlive-liver-profile__back {
	margin: 1.5rem 0 0;
}

.gemlive-liver-profile__back a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.875rem;
	text-decoration: none;
}

.gemlive-liver-profile__back a:hover {
	color: #c9a84c;
}

/* SP / tablet: thumb-friendly, shorter hero, denser product grid */
@media (max-width: 1023px) {
	.gemlive-liver-profile {
		margin-bottom: 1.5rem;
	}

	.gemlive-liver-profile__hero {
		gap: 1.2rem;
		margin-bottom: 1.75rem;
	}

	.gemlive-liver-profile__photo-wrap {
		aspect-ratio: 4 / 5;
		max-height: min(52vh, 400px);
		border-radius: 0.85rem;
		box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
		margin-inline: auto;
	}

	.gemlive-liver-profile__name {
		margin: 0 0 0.85rem;
		font-size: 1.65rem;
	}

	.gemlive-liver-profile__bio {
		margin-bottom: 1.1rem;
	}

	.gemlive-liver-profile__bio p {
		font-size: 0.9rem;
		line-height: 1.7;
	}

	.gemlive-liver-profile__cta-row {
		flex-direction: column;
	}

	.gemlive-liver-profile__cta {
		width: 100%;
		min-height: 2.85rem;
	}

	.gemlive-liver-profile .gemlive-fav,
	.gemlive-liver-profile .gemlive-fav__btn {
		display: flex;
		width: 100%;
	}

	.gemlive-liver-profile .gemlive-fav {
		flex-direction: column;
	}

	.gemlive-liver-profile .gemlive-fav__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 2.85rem;
		box-sizing: border-box;
	}

	.gemlive-liver-social--labeled {
		margin-bottom: 1.1rem;
	}

	.gemlive-liver-social--labeled .gemlive-liver-social__link {
		flex: 1 1 calc(50% - 0.35rem);
		min-width: 8.5rem;
		justify-content: center;
	}

	.gemlive-liver-profile__section {
		padding: 1.5rem 0;
	}

	.gemlive-liver-profile__section-head {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 0.5rem 1rem;
		margin-bottom: 1rem;
	}

	.gemlive-liver-profile__section-title {
		font-size: 1.125rem;
	}

	.gemlive-liver-profile__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.gemlive-liver-profile__product-body {
		padding: 0.75rem 0.8rem 0.9rem;
	}

	.gemlive-liver-profile__product-name {
		font-size: 0.8rem;
	}

	.gemlive-liver-profile__product-price {
		font-size: 0.9rem;
	}

	.gemlive-liver-profile__history-row {
		align-items: flex-start;
		padding: 0.85rem 0.95rem;
	}

	.gemlive-liver-profile__history-meta {
		white-space: normal;
		text-align: right;
	}
}

@media (max-width: 359px) {
	.gemlive-liver-profile__product-grid {
		grid-template-columns: 1fr;
	}
}

.gemlive-liver-social {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.gemlive-liver-social--profile {
	margin-bottom: 1rem;
}

.gemlive-liver-social--labeled {
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0 0 1.35rem;
}

.gemlive-liver-social--labeled .gemlive-liver-social__link {
	width: auto;
	height: auto;
	padding: 0.7rem 1rem;
	border-radius: 0.85rem;
	gap: 0.45rem;
}

.gemlive-liver-social__label {
	font-size: 0.8125rem;
	font-weight: 600;
}

.gemlive-liver-social__external {
	font-size: 0.75rem;
	opacity: 0.45;
}

.gemlive-liver-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.05rem;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

@keyframes gemliveLivePulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.35;
	}
}

.gemlive-liver-social__link:hover {
	color: #c9a84c;
	border-color: rgba(201, 168, 76, 0.35);
	background: rgba(201, 168, 76, 0.08);
}

.gemlive-liver-social--card .gemlive-liver-social__link {
	width: 1.75rem;
	height: 1.75rem;
	font-size: 0.9rem;
}

.gemlive-ls-analytics-summary {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
}

.gemlive-ls-analytics-summary li {
	padding: 0.35rem 0;
}

.gemlive-ls-bento-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.gemlive-ls-bento-card {
	padding: 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-bento-card--wide {
	grid-column: 1 / -1;
}

.gemlive-ls-bento-card__label {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.5);
}

.gemlive-ls-bento-card__value {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #c9a84c;
}

.gemlive-ls-charts canvas {
	max-height: 220px;
}

.gemlive-ls-alert {
	color: #fca5a5;
	font-weight: 600;
	margin-left: 0.5rem;
}

.gemlive-ls-product-card--soldout {
	opacity: 0.45;
	pointer-events: none;
	position: relative;
}

.gemlive-ls-product-card__badge {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 0.6875rem;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	background: rgba(239, 68, 68, 0.2);
	color: #fca5a5;
}

.gemlive-ls-live-coupons {
	margin-top: 2rem;
}

.gemlive-ls-live-coupons__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.gemlive-ls-live-coupon-chip {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	border-radius: 0.75rem;
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.25);
}

.gemlive-ls-coupon-box__countdown {
	margin-top: 0.5rem;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.65);
}

.gemlive-ls-prep-coupon {
	margin: 12px 0 16px;
	padding: 12px 14px;
	border-radius: 8px;
	background: rgba(201, 168, 76, 0.08);
	border: 1px solid rgba(201, 168, 76, 0.25);
}

.gemlive-ls-prep-coupon__label {
	font-weight: 600;
	margin-right: 8px;
}

.gemlive-ls-prep-coupon--empty {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.12);
}

.gemlive-ls-prep-coupon__summary {
	cursor: pointer;
	list-style: none;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72);
}

.gemlive-ls-prep-coupon__summary::-webkit-details-marker {
	display: none;
}

.gemlive-ls-prep-coupon__summary::marker {
	content: '';
}

.gemlive-ls-prep-coupon__summary::before {
	content: '▸';
	display: inline-block;
	margin-right: 0.4rem;
	color: rgba(201, 168, 76, 0.85);
	transition: transform 0.15s ease;
}

.gemlive-ls-prep-coupon[open] > .gemlive-ls-prep-coupon__summary::before {
	transform: rotate(90deg);
}

.gemlive-ls-prep-coupon__summary:hover {
	color: #e6cd7d;
}

.gemlive-ls-prep-coupon__body {
	margin-top: 0.85rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gemlive-ls-prep-coupon__warn {
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
	border-radius: 8px;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.gemlive-ls-prep-urls {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 0.35rem;
}

.gemlive-ls-prep-more {
	margin: 0.65rem 0 0;
}

.gemlive-ls-prep-more--brief {
	margin: 0.15rem 0 0.35rem;
}

.gemlive-ls-prep-more--inline {
	display: inline-block;
	margin: 0.35rem 0 0;
}

.gemlive-ls-prep-more__summary {
	cursor: pointer;
	list-style: none;
	font-size: 0.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
}

.gemlive-ls-prep-more__summary::-webkit-details-marker {
	display: none;
}

.gemlive-ls-prep-more__summary::marker {
	content: '';
}

.gemlive-ls-prep-more__summary:hover {
	color: #e6cd7d;
}

.gemlive-ls-prep-more[open] > .gemlive-ls-prep-more__summary {
	color: rgba(201, 168, 76, 0.9);
}

.gemlive-ls-prep-more .gemlive-ls-prep-block__tools {
	margin-top: 0.55rem;
	justify-content: flex-start;
}

.gemlive-ls-prep-more .gemlive-ls-prep-product__brief-text {
	margin: 0.5rem 0 0;
}

.gemlive-ls-radio-line {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin: 8px 0;
}

.gemlive-ls-coupon-session-fields {
	margin-top: 20px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.gemlive-ls-coupon-session-fields__body {
	margin-top: 12px;
}

.gemlive-ls-coupon-window {
	margin: 12px 0 8px;
}

.gemlive-ls-coupon-window__hours {
	margin: 4px 0 12px 0;
	padding: 12px 14px;
	border: 1px solid rgba(201, 168, 76, 0.25);
	background: rgba(0, 0, 0, 0.18);
	border-radius: 10px;
}

.gemlive-ls-coupon-window__hours[hidden] {
	display: none;
}

/* Coupon slider control */
.gemlive-ls-slider {
	margin: 10px 0 14px;
	padding: 14px 14px 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.gemlive-ls-slider--compact {
	margin: 8px 0 0;
	padding: 10px 10px 8px;
	background: rgba(0, 0, 0, 0.12);
}

.gemlive-ls-slider__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.65rem;
}

.gemlive-ls-slider__head--compact {
	margin-bottom: 0.45rem;
}

.gemlive-ls-slider__head-label {
	font-size: 0.75rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
}

.gemlive-ls-slider__label {
	font-size: 0.82rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
}

.gemlive-ls-slider__value {
	font-size: 1.35rem;
	font-weight: 700;
	color: #f3e3b3;
	letter-spacing: 0.02em;
}

.gemlive-ls-slider--compact .gemlive-ls-slider__value {
	font-size: 1.05rem;
}

.gemlive-ls-slider__presets {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 0.75rem;
}

.gemlive-ls-slider__preset {
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.74rem;
	font-weight: 600;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.gemlive-ls-slider__preset:hover {
	border-color: rgba(201, 168, 76, 0.55);
	color: #f3e3b3;
}

.gemlive-ls-slider__preset.is-active {
	background: rgba(201, 168, 76, 0.22);
	border-color: #c9a84c;
	color: #fff8e7;
}

.gemlive-ls-slider__track-wrap {
	padding: 0.15rem 0 0.35rem;
}

.gemlive-ls-slider__range {
	--gl-slider-pct: 50%;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		#c9a84c 0%,
		#e8c96a var(--gl-slider-pct),
		rgba(255, 255, 255, 0.12) var(--gl-slider-pct),
		rgba(255, 255, 255, 0.12) 100%
	);
	outline: none;
	cursor: pointer;
}

.gemlive-ls-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #fff8e7;
	background: #c9a84c;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
	cursor: grab;
}

.gemlive-ls-slider__range::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #fff8e7;
	background: #c9a84c;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
	cursor: grab;
}

.gemlive-ls-slider__range:active::-webkit-slider-thumb {
	cursor: grabbing;
}

.gemlive-ls-slider__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-top: 0.35rem;
}

.gemlive-ls-slider__bound {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.45);
	white-space: nowrap;
}

.gemlive-ls-slider__number-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.gemlive-ls-slider__number-wrap--compact {
	justify-content: flex-end;
	margin-top: 0.25rem;
}

.gemlive-ls-slider__number {
	width: 3.5rem;
	text-align: center;
	padding: 0.35rem 0.4rem;
}

.gemlive-ls-slider__number-unit {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.65);
}

.gemlive-ls-coupon-discount {
	margin: 12px 0 16px;
}

.gemlive-ls-coupon-discount__uniform {
	margin-top: 10px;
}

.gemlive-ls-coupon-discount__per-product {
	margin-top: 10px;
}

.gemlive-ls-input-group {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.gemlive-ls-input-group__suffix {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}

.gemlive-ls-coupon-product-rows {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.gemlive-ls-coupon-product-row {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.18);
}

.gemlive-ls-coupon-product-row__top {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.gemlive-ls-coupon-product-row__thumb {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-coupon-product-row__thumb--empty {
	display: inline-block;
}

.gemlive-ls-coupon-product-row__meta {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
	flex: 1;
}

.gemlive-ls-coupon-product-row__name {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.92);
}

.gemlive-ls-coupon-product-row__price-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

.gemlive-ls-coupon-product-row__pct {
	font-size: 0.75rem;
	font-weight: 700;
	color: #e6cd7d;
	padding: 0.1rem 0.4rem;
	border-radius: 999px;
	background: rgba(201, 168, 76, 0.15);
}

.gemlive-ls-coupon-product-row__price {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
}

.gemlive-ls-coupon-product-row__input {
	min-width: 5.5rem;
}

.gemlive-ls-coupon-impact {
	margin-top: 2px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-coupon-impact__flow {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	flex-wrap: wrap;
}

.gemlive-ls-coupon-impact__cell {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.gemlive-ls-coupon-impact__cell--pay .gemlive-ls-coupon-impact__value {
	color: #fff;
	font-size: 1.05rem;
}

.gemlive-ls-coupon-impact__label {
	font-size: 0.68rem;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.45);
}

.gemlive-ls-coupon-impact__value {
	font-size: 0.95rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.88);
	font-variant-numeric: tabular-nums;
}

.gemlive-ls-coupon-impact__arrow {
	color: rgba(201, 168, 76, 0.75);
	font-size: 1rem;
	line-height: 1;
	margin-top: 0.85rem;
}

.gemlive-ls-coupon-impact__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.7rem;
	margin-top: 0.65rem;
}

.gemlive-ls-coupon-impact__chip {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.62);
}

.gemlive-ls-coupon-impact__chip strong {
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.gemlive-ls-coupon-impact__chip.is-discount strong {
	color: #f5a623;
}

.gemlive-ls-coupon-impact__chip.is-take strong {
	color: #7dcea0;
}

.gemlive-ls-coupon-impact__chip.is-fee strong {
	color: rgba(255, 255, 255, 0.75);
}

.gemlive-ls-coupon-preview {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gemlive-ls-coupon-preview__note {
	margin-bottom: 0.65rem;
}

.gemlive-ls-coupon-preview__totals {
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(201, 168, 76, 0.06);
	border: 1px solid rgba(201, 168, 76, 0.2);
}

.gemlive-ls-coupon-preview__totals-label {
	margin: 0 0 0.55rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(230, 205, 125, 0.95);
}

.gemlive-ls-coupon-impact--totals {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.gemlive-ls-coupon-preview__table-wrap {
	overflow-x: auto;
	margin-top: 8px;
}

.gemlive-ls-coupon-preview__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8rem;
}

.gemlive-ls-coupon-preview__table th,
.gemlive-ls-coupon-preview__table td {
	padding: 8px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
	vertical-align: middle;
}

.gemlive-ls-coupon-preview__table th.is-num,
.gemlive-ls-coupon-preview__table td.is-num {
	text-align: right;
	white-space: nowrap;
}

.gemlive-ls-coupon-preview__table th {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
}

.gemlive-ls-coupon-preview__pct {
	font-size: 0.75rem;
	color: rgba(255, 200, 100, 0.9);
}

.gemlive-ls-coupon-preview__table .is-discount {
	color: #f5a623;
}

.gemlive-ls-coupon-preview__table .is-take {
	color: #7dcea0;
	font-weight: 600;
}

.gemlive-ls-coupon-preview__total th,
.gemlive-ls-coupon-preview__total td {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-weight: 600;
}

@media (max-width: 640px) {
	.gemlive-ls-coupon-product-row {
		padding: 11px 12px;
	}

	.gemlive-ls-coupon-impact__cell--pay .gemlive-ls-coupon-impact__value {
		font-size: 1rem;
	}

	.gemlive-ls-coupon-preview__table {
		font-size: 0.72rem;
	}
}

/* Field hint (coupon + forms) */
.gemlive-ls-field__hint {
	margin: 0.3rem 0 0.75rem;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.55;
}

/* Toggle switch (coupon enable) */
.gemlive-ls-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	cursor: pointer;
	user-select: none;
}

.gemlive-ls-toggle input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.gemlive-ls-toggle__track {
	position: relative;
	flex: 0 0 auto;
	width: 44px;
	height: 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: background 0.18s ease;
}

.gemlive-ls-toggle__track::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #fff;
	transition: transform 0.18s ease;
}

.gemlive-ls-toggle input:checked + .gemlive-ls-toggle__track {
	background: #c9a84c;
	border-color: #c9a84c;
}

.gemlive-ls-toggle input:checked + .gemlive-ls-toggle__track::after {
	transform: translateX(20px);
}

.gemlive-ls-toggle input:focus-visible + .gemlive-ls-toggle__track {
	outline: 2px solid rgba(201, 168, 76, 0.8);
	outline-offset: 2px;
}

.gemlive-ls-toggle__text {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.85);
}

.gemlive-ls-link-coupon-form {
	margin-top: 0.75rem;
}

.gemlive-ls-live-router__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0;
}

.gemlive-ls-soldout-live {
	color: #fca5a5;
	font-weight: 600;
	margin-bottom: 0.75rem;
}

.gemlive-ls-product-soldout .single_add_to_cart_button {
	opacity: 0.4;
	pointer-events: none;
}

.gemlive-ls-portal__stats.gemlive-ls-bento-grid {
	margin-top: 1rem;
}

.gemlive-ls-preview-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border-radius: 0.75rem;
	background: rgba(201, 168, 76, 0.12);
	border: 1px solid rgba(201, 168, 76, 0.35);
	font-size: 0.875rem;
	color: #f3e3b3;
}

.gemlive-ls-preview-bar__text {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
	flex: 1 1 280px;
}

.gemlive-ls-preview-bar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.gemlive-ls-portal--preview .gemlive-ls-form__foot button[disabled],
.gemlive-ls-portal--preview button[type="submit"][disabled] {
	opacity: 0.55;
	cursor: not-allowed;
}

.gemlive-ls-preview-picker {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.gemlive-ls-todo {
	margin-bottom: 1.25rem;
}

.gemlive-ls-todo__list {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.gemlive-ls-todo__item {
	padding: 0.6rem 0.85rem;
	border-radius: 0.6rem;
	background: rgba(255, 255, 255, 0.05);
	border-left: 3px solid rgba(255, 255, 255, 0.2);
	font-size: 0.875rem;
}

.gemlive-ls-todo__item a {
	color: inherit;
	text-decoration: none;
}

.gemlive-ls-todo__item a:hover {
	text-decoration: underline;
}

.gemlive-ls-todo__item--warn {
	border-left-color: #f87171;
	background: rgba(239, 68, 68, 0.12);
}

.gemlive-ls-todo__item--ok {
	border-left-color: #86efac;
	background: rgba(34, 197, 94, 0.12);
}

.gemlive-ls-todo__item--info {
	border-left-color: #c9a84c;
	background: rgba(201, 168, 76, 0.1);
}

.gemlive-ls-bento-card__sub {
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.55);
}

.gemlive-ls-bento-card__value--sm {
	font-size: 1.05rem;
}

.gemlive-ls-bento-card--accent {
	background: rgba(201, 168, 76, 0.12);
	border-color: rgba(201, 168, 76, 0.35);
}

.gemlive-ls-goal {
	margin-bottom: 1.5rem;
}

.gemlive-ls-goal__head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: space-between;
	align-items: baseline;
}

.gemlive-ls-goal__nums {
	margin: 0;
	color: #c9a84c;
	font-weight: 600;
	font-size: 0.9rem;
}

.gemlive-ls-goal__bar {
	margin: 0.6rem 0 0.9rem;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.gemlive-ls-goal__bar span {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #c9a84c, #e6cd7d);
}

.gemlive-ls-goal__form {
	display: flex;
	gap: 0.5rem;
	align-items: flex-end;
	flex-wrap: wrap;
}

.gemlive-ls-goal__form label {
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.6);
	gap: 0.25rem;
}

.gemlive-ls-goal__form input {
	padding: 0.4rem 0.6rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	width: 160px;
}

.gemlive-ls-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	align-items: flex-end;
	margin-bottom: 1.25rem;
}

.gemlive-ls-filter label {
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.6);
	gap: 0.25rem;
}

.gemlive-ls-filter input {
	padding: 0.4rem 0.6rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
}

.gemlive-ls-btn-ghost {
	background: transparent;
	color: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

.gemlive-ls-hint {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.875rem;
	margin: 0 0 1rem;
}

.gemlive-ls-prep-block {
	margin-bottom: 1.75rem;
	padding: 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-prep-block__head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.gemlive-ls-prep-block__head h3 {
	margin: 0;
	font-size: 1rem;
	color: #fff;
}

.gemlive-ls-prep-block__when {
	display: inline-block;
	margin-left: 0.35rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: #c9a84c;
}

.gemlive-ls-prep-block--pending {
	border-color: rgba(251, 191, 36, 0.35);
}

.gemlive-ls-prep-block__pending-note {
	margin: -0.35rem 0 0.85rem;
	color: #fde68a;
}

.gemlive-ls-urlrow--locked .gemlive-ls-urlrow__input {
	color: rgba(255, 255, 255, 0.45);
	font-style: italic;
}

.gemlive-ls-session-card__readonly-live {
	margin: 0;
	font-size: 0.82rem;
	color: #fca5a5;
}

.gemlive-ls-session-card.is-focused {
	outline: 2px solid rgba(201, 168, 76, 0.85);
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.18);
}

.gemlive-ls-prep-block--evergreen {
	margin-top: 2rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gemlive-ls-prep-evergreen__summary {
	cursor: pointer;
	list-style: none;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}

.gemlive-ls-prep-evergreen__summary::-webkit-details-marker {
	display: none;
}

.gemlive-ls-prep-evergreen__summary::marker {
	content: '';
}

.gemlive-ls-prep-evergreen__summary::before {
	content: '▸';
	display: inline-block;
	margin-right: 0.45rem;
	color: rgba(201, 168, 76, 0.85);
	transition: transform 0.15s ease;
}

.gemlive-ls-prep-block--evergreen[open] > .gemlive-ls-prep-evergreen__summary::before {
	transform: rotate(90deg);
}

.gemlive-ls-prep-evergreen__summary:hover {
	color: #e6cd7d;
}

.gemlive-ls-prep-evergreen__body {
	margin-top: 0.85rem;
}

.gemlive-ls-prep-evergreen-lead {
	margin: 0 0 0.75rem;
}

.gemlive-ls-prep-block__tools {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.gemlive-ls-badge {
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0.6875rem;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	background: rgba(201, 168, 76, 0.15);
	color: #c9a84c;
	vertical-align: middle;
}

.gemlive-ls-urlrow {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.5rem 0.75rem;
	align-items: center;
	padding: 0.6rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.gemlive-ls-urlrow:first-of-type {
	border-top: 0;
}

.gemlive-ls-urlrow__main {
	min-width: 0;
}

.gemlive-ls-urlrow__label {
	display: block;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 0.3rem;
}

.gemlive-ls-urlrow__input {
	width: 100%;
	padding: 0.4rem 0.6rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.8125rem;
}

.gemlive-ls-urlrow__actions {
	display: flex;
	gap: 0.4rem;
	flex-wrap: wrap;
	align-items: center;
}

.gemlive-ls-urlrow__qr {
	grid-column: 1 / -1;
	padding-top: 0.5rem;
}

.gemlive-ls-urlrow__qr img,
.gemlive-ls-urlrow__qr canvas {
	background: #fff;
	padding: 8px;
	border-radius: 0.5rem;
}

.gemlive-ls-share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.2rem;
	padding: 0.25rem 0.55rem;
	border-radius: 0.5rem;
	font-size: 0.7rem;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.gemlive-ls-share--x {
	background: #000;
}

.gemlive-ls-share--line {
	background: #06c755;
}

.gemlive-ls-share--fb {
	background: #1877f2;
}

.gemlive-ls-toast {
	position: fixed;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%) translateY(1rem);
	background: #c9a84c;
	color: #0a0a1a;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.6rem 1.25rem;
	border-radius: 999px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s, transform 0.2s;
	z-index: var(--staff-z-portal-toast, 100001);
}

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

@media (max-width: 640px) {
	.gemlive-ls-urlrow {
		grid-template-columns: 1fr;
	}

	.gemlive-ls-prep-block__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.gemlive-ls-prep-product__head {
		align-items: flex-start;
	}

	.gemlive-ls-prep-product__thumb {
		width: 56px;
		height: 56px;
	}
}

@media (max-width: 768px) {
	.gemlive-ls-portal__tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.35rem;
		scrollbar-width: thin;
	}

	.gemlive-ls-portal__tab {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.gemlive-ls-bento-grid {
		grid-template-columns: 1fr;
	}

	.gemlive-ls-table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.gemlive-ls-urlrow__actions {
		gap: 0.5rem;
	}

	.gemlive-ls-btn-sm,
	.gemlive-ls-share {
		min-height: 2.4rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

/* ===== Liver portal — flow-based build ===== */

/* Grouped tab navigation */
.gemlive-ls-portal__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	align-items: flex-end;
	margin-bottom: 1.75rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-portal__navgroup {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.gemlive-ls-portal__navgroup--flow {
	position: relative;
	padding-left: 1.5rem;
	margin-left: 0.25rem;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.gemlive-ls-portal__navgroup--settings {
	margin-left: auto;
}

.gemlive-ls-portal__navlabel {
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.35);
}

.gemlive-ls-portal__nav .gemlive-ls-portal__tabs {
	margin-bottom: 0;
}

/* Dashboard hero */
.gemlive-ls-hero {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 1.75rem;
	border-radius: 1.25rem;
	margin-bottom: 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-hero--live {
	background: linear-gradient(120deg, rgba(220, 38, 38, 0.18), rgba(201, 168, 76, 0.1));
	border-color: rgba(248, 113, 113, 0.45);
}

.gemlive-ls-hero--next {
	background: linear-gradient(120deg, rgba(201, 168, 76, 0.16), rgba(255, 255, 255, 0.03));
	border-color: rgba(201, 168, 76, 0.4);
}

.gemlive-ls-hero--overdue {
	background: linear-gradient(120deg, rgba(234, 88, 12, 0.14), rgba(255, 255, 255, 0.03));
	border-color: rgba(251, 146, 60, 0.45);
}

.gemlive-ls-hero__body {
	min-width: 0;
	flex: 1 1 320px;
}

.gemlive-ls-hero__eyebrow {
	display: inline-block;
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #c9a84c;
	margin-bottom: 0.35rem;
}

.gemlive-ls-hero__pulse {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	color: #fca5a5;
	margin-bottom: 0.35rem;
	animation: gemlive-ls-pulse 1.6s ease-in-out infinite;
}

@keyframes gemlive-ls-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.45; }
}

.gemlive-ls-hero__title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}

.gemlive-ls-hero__sub {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.5;
}

.gemlive-ls-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

/* Portal mission — why am I here */
.gemlive-ls-mission {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	font-size: 0.85rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
	background: rgba(201, 168, 76, 0.08);
	border: 1px solid rgba(201, 168, 76, 0.22);
	border-radius: 0.75rem;
}

.gemlive-ls-mission strong {
	color: #e8d5a3;
	font-weight: 600;
}

/* Flow section wrapper */
.gemlive-ls-flow {
	margin-bottom: 1.75rem;
}

.gemlive-ls-flow__head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.gemlive-ls-flow__title {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
}

.gemlive-ls-flow__hint {
	margin: 0;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.55);
	max-width: 36rem;
}

.gemlive-ls-flow .gemlive-ls-flowrail {
	margin-bottom: 0;
}

/* Flow rail */
.gemlive-ls-flowrail {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
	margin: 0 0 1.75rem;
	padding: 0;
	counter-reset: none;
}

.gemlive-ls-flowrail__step a {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.9rem 1rem;
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-decoration: none;
	height: 100%;
	transition: border-color 0.15s, background 0.15s;
}

.gemlive-ls-flowrail__step a:hover {
	border-color: rgba(201, 168, 76, 0.4);
}

.gemlive-ls-flowrail__step.is-current a {
	background: rgba(201, 168, 76, 0.12);
	border-color: rgba(201, 168, 76, 0.5);
}

.gemlive-ls-flowrail__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.08);
	margin-bottom: 0.25rem;
}

.gemlive-ls-flowrail__step.is-current .gemlive-ls-flowrail__num {
	color: #0a0a1a;
	background: #c9a84c;
}

.gemlive-ls-flowrail__label {
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
}

.gemlive-ls-flowrail__sub {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.5);
}

/* Section head */
.gemlive-ls-section-head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.gemlive-ls-section-head h2 {
	margin: 0;
	font-size: 1.2rem;
	color: #fff;
}

/* Empty state */
.gemlive-ls-empty {
	text-align: center;
	padding: 2.5rem 1rem;
	border-radius: 1rem;
	border: 1px dashed rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.6);
}

.gemlive-ls-empty p {
	margin: 0 0 1rem;
}

/* Session cards */
.gemlive-ls-session-list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.gemlive-ls-session-card {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 1.1rem 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left: 3px solid rgba(255, 255, 255, 0.15);
}

.gemlive-ls-session-card--live {
	border-left-color: #f87171;
	background: rgba(220, 38, 38, 0.08);
}

.gemlive-ls-session-card--approved {
	border-left-color: #c9a84c;
}

.gemlive-ls-session-card--pending {
	border-left-color: rgba(255, 255, 255, 0.35);
}

.gemlive-ls-session-card--rejected {
	border-left-color: #f87171;
	opacity: 0.85;
}

.gemlive-ls-session-card--ended {
	border-left-color: rgba(134, 239, 172, 0.6);
}

.gemlive-ls-session-card__main {
	min-width: 0;
	flex: 1 1 300px;
}

.gemlive-ls-session-card__top {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	align-items: center;
	margin-bottom: 0.6rem;
}

.gemlive-ls-session-card__title {
	margin: 0;
	font-size: 1rem;
	color: #fff;
}

.gemlive-ls-session-card__meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1.25rem;
}

.gemlive-ls-session-card__meta li {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.8);
}

.gemlive-ls-session-card__meta span {
	display: block;
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.4);
}

.gemlive-ls-session-card__reason {
	margin: 0.65rem 0 0;
	padding: 0.55rem 0.75rem;
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.78);
	background: rgba(239, 68, 68, 0.1);
	border: 1px solid rgba(239, 68, 68, 0.25);
	border-radius: 0.55rem;
}

.gemlive-ls-session-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.gemlive-ls-session-card__actions form {
	margin: 0;
}

/* Status pills */
.gemlive-ls-status-pill {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.2rem 0.65rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
}

.gemlive-ls-status-pill--live {
	background: rgba(220, 38, 38, 0.25);
	color: #fca5a5;
}

.gemlive-ls-status-pill--approved {
	background: rgba(201, 168, 76, 0.2);
	color: #e6cd7d;
}

.gemlive-ls-status-pill--pending {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

.gemlive-ls-status-pill--ended {
	background: rgba(34, 197, 94, 0.18);
	color: #86efac;
}

.gemlive-ls-status-pill--rejected {
	background: rgba(239, 68, 68, 0.18);
	color: #fca5a5;
}

/* Go / stop buttons */
.gemlive-ls-btn--go {
	background: #22c55e;
	color: #04220f;
}

.gemlive-ls-btn--stop {
	background: #ef4444;
	color: #2a0606;
}

.gemlive-ls-btn--cancel {
	color: #fca5a5;
	border-color: rgba(239, 68, 68, 0.35);
}

.gemlive-ls-btn--cancel:hover {
	color: #fecaca;
	border-color: rgba(239, 68, 68, 0.55);
}

/* Warn bento card */
.gemlive-ls-bento-card--warn {
	background: rgba(239, 68, 68, 0.12);
	border-color: rgba(239, 68, 68, 0.4);
}

/* Forms */
.gemlive-ls-form.gemlive-ls-bento-card {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.gemlive-ls-form__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.gemlive-ls-field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.gemlive-ls-field__label {
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
}

.gemlive-ls-field__opt {
	margin-left: 0.5rem;
	font-size: 0.7rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
}

.gemlive-ls-form input[type="text"],
.gemlive-ls-form input[type="number"],
.gemlive-ls-form input[type="datetime-local"],
.gemlive-ls-form input[type="date"],
.gemlive-ls-form input:not([type]),
.gemlive-ls-form select,
.gemlive-ls-form textarea {
	width: 100%;
	padding: 0.55rem 0.7rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 0.9rem;
}

.gemlive-ls-datetime {
	display: flex;
	align-items: stretch;
	gap: 0.5rem;
}

.gemlive-ls-datetime__input {
	flex: 1;
	min-width: 0;
	color-scheme: dark;
}

.gemlive-ls-datetime__input::-webkit-calendar-picker-indicator {
	cursor: pointer;
	filter: invert(0.92) sepia(0.15) saturate(2.5) hue-rotate(5deg);
	opacity: 1;
	width: 1.35rem;
	height: 1.35rem;
	margin-left: 0.15rem;
}

.gemlive-ls-datetime__trigger {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0 0.9rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(201, 168, 76, 0.55);
	background: rgba(201, 168, 76, 0.16);
	color: #f0e0b8;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.gemlive-ls-datetime__trigger:hover,
.gemlive-ls-datetime__trigger:focus-visible {
	background: rgba(201, 168, 76, 0.28);
	border-color: rgba(201, 168, 76, 0.85);
	color: #fff;
	outline: none;
}

.gemlive-ls-datetime__trigger i {
	font-size: 1.15rem;
}

.gemlive-ls-datetime__trigger:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

@media (max-width: 480px) {
	.gemlive-ls-datetime__trigger-label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.gemlive-ls-datetime__trigger {
		padding: 0 0.65rem;
	}
}

.gemlive-ls-form input:focus,
.gemlive-ls-form select:focus,
.gemlive-ls-form textarea:focus {
	outline: none;
	border-color: rgba(201, 168, 76, 0.6);
}

.gemlive-ls-form textarea {
	resize: vertical;
}

.gemlive-ls-check {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 0.5rem;
}

.gemlive-ls-field--collab {
	padding: 1rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-collab-partner {
	margin-top: 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.gemlive-ls-collab-partner__select {
	color-scheme: dark;
	cursor: pointer;
}

.gemlive-ls-collab-partner__select:focus {
	border-color: rgba(201, 168, 76, 0.75);
	box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.2);
}

.gemlive-ls-field--collab.is-active {
	border-color: rgba(201, 168, 76, 0.35);
	background: rgba(201, 168, 76, 0.06);
}

.gemlive-ls-productpick {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.75rem;
	padding: 1rem;
	margin: 0;
}

.gemlive-ls-productpick__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.gemlive-ls-productpick__item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.7rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
}

.gemlive-ls-productpick__item:hover {
	border-color: rgba(201, 168, 76, 0.35);
}

.gemlive-ls-productpick__item.is-active {
	border-color: rgba(201, 168, 76, 0.55);
	background: rgba(201, 168, 76, 0.08);
}

.gemlive-ls-productpick__badge {
	margin-left: auto;
	font-size: 0.68rem;
	font-weight: 600;
	color: #c9a84c;
	white-space: nowrap;
}

.gemlive-ls-product-brief {
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(201, 168, 76, 0.35);
	background: rgba(201, 168, 76, 0.08);
}

.gemlive-ls-product-brief--prep {
	margin-bottom: 1.25rem;
}

.gemlive-ls-product-brief__head {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.5rem;
}

.gemlive-ls-product-brief__title {
	margin: 0;
	font-size: 1rem;
	color: #fff;
}

.gemlive-ls-product-brief__badge {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 700;
	color: #1a1a2e;
	background: #c9a84c;
	border-radius: 999px;
	padding: 0.15rem 0.55rem;
}

.gemlive-ls-product-brief__product {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
}

.gemlive-ls-product-brief__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9rem;
	line-height: 1.65;
	white-space: pre-wrap;
}

.gemlive-ls-prep-brief-link {
	margin: -0.35rem 0 0.85rem;
}

.gemlive-ls-prep-product {
	margin-top: 0.85rem;
	padding: 0.85rem;
	border-radius: 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.18);
}

.gemlive-ls-prep-product + .gemlive-ls-prep-product {
	margin-top: 0.65rem;
}

.gemlive-ls-prep-product__head {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 0.65rem;
}

.gemlive-ls-prep-product__thumb {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.04);
}

.gemlive-ls-prep-product__meta {
	min-width: 0;
	flex: 1;
}

.gemlive-ls-prep-product__name {
	margin: 0 0 0.25rem;
	font-size: 0.95rem;
	color: #fff;
	line-height: 1.35;
}

.gemlive-ls-prep-product__sub {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.55rem;
	align-items: center;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.65);
}

.gemlive-ls-prep-product__price {
	color: #c9a84c;
	font-weight: 600;
}

.gemlive-ls-prep-product__stock {
	color: #f87171;
	font-weight: 600;
}

.gemlive-ls-prep-product__brief-badge {
	font-size: 0.68rem;
	font-weight: 700;
	color: #c9a84c;
	border: 1px solid rgba(201, 168, 76, 0.45);
	border-radius: 999px;
	padding: 0.1rem 0.45rem;
}

.gemlive-ls-prep-product__tabs {
	display: flex;
	gap: 0.35rem;
	margin-bottom: 0.55rem;
}

.gemlive-ls-prep-product__tab {
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 600;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	cursor: pointer;
}

.gemlive-ls-prep-product__tab.is-active {
	background: rgba(201, 168, 76, 0.18);
	border-color: rgba(201, 168, 76, 0.55);
	color: #f3e3b3;
}

.gemlive-ls-prep-product__panel[hidden] {
	display: none !important;
}

.gemlive-ls-prep-product__brief-text {
	margin: 0;
	padding-top: 0.15rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	line-height: 1.65;
	white-space: pre-wrap;
}

.gemlive-ls-urlrow--inset {
	border-top: 0;
	padding: 0;
}

.gemlive-ls-product-brief--inline {
	margin: 0;
}

.gemlive-ls-product-brief--inline .gemlive-ls-product-brief__title {
	font-size: 0.9rem;
}

/* Apply session form */
.gemlive-ls-apply-status {
	margin-bottom: 1.25rem;
	padding: 1rem 1.1rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(201, 168, 76, 0.35);
	background: rgba(201, 168, 76, 0.08);
}

.gemlive-ls-apply-status__title {
	margin: 0 0 0.6rem;
	font-size: 0.95rem;
	color: #fff;
}

.gemlive-ls-apply-status__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.5rem;
}

.gemlive-ls-apply-status__list li {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.65rem;
	align-items: center;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.88);
}

.gemlive-ls-apply-products {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.75rem;
	padding: 1rem;
	margin: 0;
}

.gemlive-ls-apply-products__toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.gemlive-ls-apply-products__search {
	flex: 1 1 220px;
}

.gemlive-ls-apply-products__search input {
	width: 100%;
	padding: 0.45rem 0.65rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 0.875rem;
}

.gemlive-ls-apply-products__count {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: #c9a84c;
}

.gemlive-ls-apply-products__count.is-limit {
	color: #fbbf24;
}

.gemlive-ls-apply-products__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 0.65rem;
}

.gemlive-ls-apply-product {
	border-radius: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.gemlive-ls-apply-product.is-selected {
	border-color: rgba(201, 168, 76, 0.55);
	box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.2);
}

.gemlive-ls-apply-product__pick {
	display: flex;
	gap: 0.65rem;
	align-items: center;
	padding: 0.65rem;
	cursor: pointer;
	margin: 0;
}

.gemlive-ls-apply-product__thumb {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	flex-shrink: 0;
}

.gemlive-ls-apply-product__meta {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.gemlive-ls-apply-product__name {
	font-size: 0.88rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.35;
}

.gemlive-ls-apply-product__sub {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.65);
}

.gemlive-ls-apply-product__price {
	color: #c9a84c;
	font-weight: 600;
}

.gemlive-ls-apply-product__stock {
	color: #f87171;
	font-weight: 600;
}

.gemlive-ls-apply-product__tabs {
	margin: 0 0.65rem 0.5rem;
}

.gemlive-ls-apply-product__brief-details {
	margin: 0 0.65rem 0.45rem;
}

.gemlive-ls-apply-product__brief-details:not([open]) .gemlive-ls-apply-product__brief-panel {
	display: none;
}

.gemlive-ls-apply-product__brief-link {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.1rem 0;
	list-style: none;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.74rem;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: rgba(255, 255, 255, 0.25);
	transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.gemlive-ls-apply-product__brief-link::-webkit-details-marker {
	display: none;
}

.gemlive-ls-apply-product__brief-link::marker {
	content: '';
}

.gemlive-ls-apply-product__brief-link:hover {
	color: rgba(201, 168, 76, 0.95);
	text-decoration-color: rgba(201, 168, 76, 0.55);
}

.gemlive-ls-apply-product__brief-details[open] .gemlive-ls-apply-product__brief-link {
	color: rgba(201, 168, 76, 0.9);
	text-decoration-color: rgba(201, 168, 76, 0.45);
}

.gemlive-ls-apply-product__brief-chevron {
	font-size: 0.95rem;
	color: inherit;
	opacity: 0.75;
	transition: transform 0.2s ease;
}

.gemlive-ls-apply-product__brief-details[open] .gemlive-ls-apply-product__brief-chevron {
	transform: rotate(180deg);
}

.gemlive-ls-apply-product__brief-panel {
	margin-top: 0.35rem;
	padding: 0.45rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-apply-product__brief-text {
	margin: 0.45rem 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	line-height: 1.6;
	white-space: pre-wrap;
}

.gemlive-ls-apply-product__brief-link:focus-visible {
	outline: none;
}

.gemlive-ls-apply-product__panel {
	margin: 0 0.65rem 0.65rem;
	padding-top: 0.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-ls-apply-product--has-brief.is-selected {
	border-color: rgba(201, 168, 76, 0.35);
}

.gemlive-ls-notice--warn {
	background: rgba(251, 191, 36, 0.12);
	border: 1px solid rgba(251, 191, 36, 0.35);
	color: #fde68a;
}

.gemlive-ls-btn.is-loading {
	opacity: 0.75;
	pointer-events: none;
}

.gemlive-ls-form__foot {
	display: flex;
	justify-content: flex-end;
	gap: 0.75rem;
}

/* Profile edit layout */
.gemlive-ls-profile-edit {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: flex-start;
}

.gemlive-ls-profile-edit__avatar {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	flex: 0 0 auto;
	width: 150px;
}

.gemlive-ls-profile-edit__avatar-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px dashed rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.7rem;
}

.gemlive-ls-profile-edit__fields {
	flex: 1 1 320px;
}

/* Dashboard welcome header */
.gemlive-ls-welcome {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-bottom: 1.25rem;
}

.gemlive-ls-welcome__avatar img {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	object-fit: cover;
	border: 2px solid rgba(201, 168, 76, 0.5);
}

.gemlive-ls-welcome__initial {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: rgba(201, 168, 76, 0.18);
	color: #e6cd7d;
	font-size: 1.35rem;
	font-weight: 700;
}

.gemlive-ls-welcome__greet {
	margin: 0;
	font-size: 1.05rem;
	color: #fff;
}

.gemlive-ls-welcome__greet strong {
	color: #e6cd7d;
}

.gemlive-ls-welcome__meta {
	margin: 0.25rem 0 0;
	display: flex;
	gap: 0.6rem;
	align-items: center;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.55);
}

/* Dashboard 2-column layout */
.gemlive-ls-dash-cols {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
}

.gemlive-ls-dash-title {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.85);
}

.gemlive-ls-dash-side > .gemlive-ls-dash-title:not(:first-child) {
	margin-top: 1.5rem;
}

/* Money block */
.gemlive-ls-money-main {
	margin-bottom: 1rem;
}

.gemlive-ls-money-main__value {
	margin: 0.2rem 0 0.3rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: #e6cd7d;
	line-height: 1.15;
}

.gemlive-ls-money-sub {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 0.75rem;
}

.gemlive-ls-goal-edit {
	margin-top: 0.85rem;
}

.gemlive-ls-goal-edit summary {
	cursor: pointer;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.55);
}

.gemlive-ls-goal-edit summary:hover {
	color: #e6cd7d;
}

.gemlive-ls-goal-edit .gemlive-ls-goal__form {
	margin-top: 0.75rem;
}

.gemlive-ls-dash-more {
	margin: 0.75rem 0 0;
	font-size: 0.85rem;
}

.gemlive-ls-dash-more a {
	color: #c9a84c;
	text-decoration: none;
}

.gemlive-ls-dash-more a:hover {
	text-decoration: underline;
}

/* Recent sessions list */
.gemlive-ls-recent {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.gemlive-ls-recent__item {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	align-items: center;
	padding: 0.7rem 0.85rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.85rem;
}

.gemlive-ls-recent__title {
	color: #fff;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gemlive-ls-recent__date {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.75rem;
}

/* Quick menu */
.gemlive-ls-quick {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

.gemlive-ls-quick__item {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.9rem 1rem;
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-decoration: none;
	transition: border-color 0.15s, background 0.15s;
}

.gemlive-ls-quick__item:hover {
	border-color: rgba(201, 168, 76, 0.45);
	background: rgba(201, 168, 76, 0.08);
}

.gemlive-ls-quick__item--highlight {
	border-color: rgba(201, 168, 76, 0.5);
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.gemlive-ls-quick__icon {
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 0.2rem;
}

.gemlive-ls-quick__label {
	font-size: 0.9rem;
	font-weight: 700;
	color: #fff;
}

.gemlive-ls-quick__sub {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.4;
}

.gemlive-ls-empty--sm {
	padding: 1.25rem 1rem;
	font-size: 0.85rem;
}

.gemlive-ls-empty--sm p {
	margin: 0;
}

/* ---- Dashboard fine details ---- */

/* Tabular figures everywhere numbers align */
.gemlive-ls-bento-card__value,
.gemlive-ls-money-main__value,
.gemlive-ls-ministats__num,
.gemlive-ls-recent__date,
.gemlive-ls-goal__nums {
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum";
}

/* Subtle card hover lift (pointer devices only) */
@media (hover: hover) {
	.gemlive-ls-dash-cols .gemlive-ls-bento-card {
		transition: border-color 0.18s ease, transform 0.18s ease;
	}

	.gemlive-ls-dash-cols .gemlive-ls-bento-card:hover {
		border-color: rgba(201, 168, 76, 0.3);
		transform: translateY(-1px);
	}
}

/* Money card: head row + trend badge */
.gemlive-ls-money-main {
	position: relative;
	overflow: hidden;
}

.gemlive-ls-money-main::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: radial-gradient(closest-side, rgba(201, 168, 76, 0.18), transparent);
	pointer-events: none;
}

.gemlive-ls-money-main__head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	align-items: center;
	justify-content: space-between;
}

.gemlive-ls-money-main__head .gemlive-ls-bento-card__label {
	margin-bottom: 0;
}

.gemlive-ls-trend {
	display: inline-flex;
	align-items: baseline;
	gap: 0.3rem;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.18rem 0.6rem;
	border-radius: 999px;
	white-space: nowrap;
}

.gemlive-ls-trend small {
	font-weight: 400;
	font-size: 0.68rem;
	opacity: 0.75;
}

.gemlive-ls-trend--up {
	background: rgba(34, 197, 94, 0.16);
	color: #86efac;
}

.gemlive-ls-trend--down {
	background: rgba(239, 68, 68, 0.14);
	color: #fca5a5;
}

.gemlive-ls-trend--new {
	background: rgba(201, 168, 76, 0.16);
	color: #e6cd7d;
	font-weight: 600;
}

/* Sparkline */
.gemlive-ls-spark {
	margin: 0.9rem 0 0.2rem;
}

.gemlive-ls-spark svg {
	display: block;
	width: 100%;
	height: 46px;
}

.gemlive-ls-spark__line {
	fill: none;
	stroke: #e6cd7d;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.gemlive-ls-spark__area {
	fill: rgba(201, 168, 76, 0.14);
	stroke: none;
}

.gemlive-ls-spark figcaption {
	margin-top: 0.25rem;
	font-size: 0.65rem;
	color: rgba(255, 255, 255, 0.35);
	text-align: right;
}

/* Countdown line in hero */
.gemlive-ls-hero__countdown {
	margin: 0.6rem 0 0;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.7);
}

.gemlive-ls-hero__countdown strong {
	color: #e6cd7d;
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum";
}

/* My link quick copy */
.gemlive-ls-mylink {
	margin-bottom: 1.5rem;
}

.gemlive-ls-mylink__hint {
	margin: 0 0 0.7rem;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.55;
}

.gemlive-ls-mylink__row {
	display: flex;
	gap: 0.5rem;
}

.gemlive-ls-mylink__row input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.45rem 0.65rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.78rem;
}

/* Mini stats */
.gemlive-ls-ministats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.gemlive-ls-ministats__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	padding: 0.85rem 0.5rem;
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.gemlive-ls-ministats__num {
	font-size: 1.45rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}

.gemlive-ls-ministats__label {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.5);
}

.gemlive-ls-ministats__label small {
	font-size: 0.6rem;
}

/* Recent list spacing under title */
.gemlive-ls-recent {
	margin-bottom: 0.25rem;
}

/* Focus visibility for keyboard users */
.gemlive-ls-portal a:focus-visible,
.gemlive-ls-portal button:focus-visible,
.gemlive-ls-portal input:focus-visible,
.gemlive-ls-portal summary:focus-visible {
	outline: 2px solid rgba(201, 168, 76, 0.8);
	outline-offset: 2px;
	border-radius: 0.4rem;
}

@media (max-width: 900px) {
	.gemlive-ls-dash-cols {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.gemlive-ls-flowrail {
		grid-template-columns: repeat(2, 1fr);
	}

	.gemlive-ls-portal__navgroup--settings {
		margin-left: 0;
	}

	.gemlive-ls-portal__navgroup--flow {
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
	}

	.gemlive-ls-hero {
		padding: 1.25rem;
	}

	.gemlive-ls-hero__actions {
		width: 100%;
	}

	.gemlive-ls-hero__actions .gemlive-ls-btn {
		flex: 1 1 auto;
	}

	.gemlive-ls-session-card__actions {
		width: 100%;
	}
}

/* =========================================================
   Liver portal — pro-grade polish layer
   Design tokens + panels + refined tables + onboarding
   ========================================================= */

.gemlive-ls-portal {
	--gl-gold: #c9a84c;
	--gl-gold-soft: #e6cd7d;
	--gl-ink: #0a0a1a;
	--gl-surface: rgba(255, 255, 255, 0.04);
	--gl-surface-2: rgba(255, 255, 255, 0.06);
	--gl-line: rgba(255, 255, 255, 0.08);
	--gl-line-strong: rgba(255, 255, 255, 0.14);
	--gl-text: #ffffff;
	--gl-text-dim: rgba(255, 255, 255, 0.6);
	--gl-text-muted: var(--gl-text-dim);
	--gl-text-faint: rgba(255, 255, 255, 0.4);
	--gl-radius: 1rem;
	--gl-radius-sm: 0.6rem;
	--gl-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	--gl-shadow-lift: 0 10px 30px -12px rgba(0, 0, 0, 0.55);
	--gl-ease: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cohesive card depth */
.gemlive-ls-portal .gemlive-ls-bento-card {
	box-shadow: var(--gl-shadow);
}

/* Shared staff disclosure adapted to portal dark surface (layout only; colors via portal tokens) */
.gemlive-ls-portal .gemlive-staff-disclosure {
	background: var(--gl-surface);
	border-color: var(--gl-line);
}

.gemlive-ls-portal .gemlive-staff-disclosure > summary {
	color: var(--gl-text);
}

/* Section panels (analytics, coupons, activity). Portal-only: kept distinct from admin .gemlive-staff-panel / .gemlive-ls-panel (liver-system-admin.css). */
.gemlive-ls-portal-panel {
	margin-top: 1.5rem;
	padding: 1.35rem 1.4rem;
	border-radius: var(--gl-radius);
	background: var(--gl-surface);
	border: 1px solid var(--gl-line);
	box-shadow: var(--gl-shadow);
}

.gemlive-ls-portal-panel__head {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.8rem;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.gemlive-ls-portal-panel__head h3 {
	margin: 0;
	font-size: 1rem;
	color: var(--gl-text);
}

.gemlive-ls-portal-panel__note {
	font-size: 0.75rem;
	color: var(--gl-text-faint);
}

.gemlive-ls-portal-panel__empty {
	margin: 0;
	padding: 1.5rem 1rem;
	text-align: center;
	color: var(--gl-text-dim);
	font-size: 0.85rem;
	border: 1px dashed var(--gl-line-strong);
	border-radius: var(--gl-radius-sm);
}

.gemlive-ls-portal-panel .gemlive-ls-bento-grid {
	margin-bottom: 1rem;
}

.gemlive-ls-portal-panel > .gemlive-ls-tablewrap:last-child,
.gemlive-ls-portal-panel > .gemlive-ls-bento-grid:last-child {
	margin-bottom: 0;
}

/* Refined tables */
.gemlive-ls-tablewrap {
	border: 1px solid var(--gl-line);
	border-radius: var(--gl-radius-sm);
	overflow: hidden;
}

.gemlive-ls-portal .gemlive-ls-table {
	margin: 0;
}

.gemlive-ls-portal .gemlive-ls-table thead th {
	background: rgba(255, 255, 255, 0.03);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--gl-text-dim);
	text-transform: none;
	border-bottom: 1px solid var(--gl-line-strong);
}

.gemlive-ls-portal .gemlive-ls-table td {
	color: rgba(255, 255, 255, 0.85);
}

.gemlive-ls-table--zebra tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 0.02);
}

.gemlive-ls-table--zebra tbody tr {
	transition: background var(--gl-ease);
}

.gemlive-ls-table--zebra tbody tr:hover {
	background: rgba(201, 168, 76, 0.06);
}

.gemlive-ls-table .is-num {
	text-align: right;
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum";
	white-space: nowrap;
}

.gemlive-ls-table td small {
	color: var(--gl-text-faint);
}

.gemlive-ls-table tbody tr:last-child td {
	border-bottom: 0;
}

/* Onboarding checklist */
.gemlive-ls-onboard {
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.1), var(--gl-surface));
	border-color: rgba(201, 168, 76, 0.3);
}

.gemlive-ls-onboard__head {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.gemlive-ls-onboard__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--gl-text);
}

.gemlive-ls-onboard__lead {
	margin: 0.2rem 0 0;
	font-size: 0.8rem;
	color: var(--gl-text-dim);
}

.gemlive-ls-onboard__progress {
	position: relative;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
}

.gemlive-ls-onboard__progress svg {
	transform: rotate(-90deg);
}

.gemlive-ls-onboard__ring-bg {
	fill: none;
	stroke: rgba(255, 255, 255, 0.12);
	stroke-width: 3;
}

.gemlive-ls-onboard__ring-fg {
	fill: none;
	stroke: var(--gl-gold);
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 100;
	transition: stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gemlive-ls-onboard__count {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--gl-gold-soft);
	font-variant-numeric: tabular-nums;
}

.gemlive-ls-onboard__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	counter-reset: none;
}

.gemlive-ls-onboard__item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem 0.85rem;
	border-radius: var(--gl-radius-sm);
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid var(--gl-line);
}

.gemlive-ls-onboard__item.is-done {
	opacity: 0.7;
}

.gemlive-ls-onboard__check {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 1.5px solid var(--gl-line-strong);
	color: var(--gl-ink);
	font-size: 0.75rem;
	font-weight: 700;
}

.gemlive-ls-onboard__item.is-done .gemlive-ls-onboard__check {
	background: #22c55e;
	border-color: #22c55e;
	color: #04220f;
}

.gemlive-ls-onboard__body {
	flex: 1 1 auto;
	min-width: 0;
}

.gemlive-ls-onboard__label {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--gl-text);
}

.gemlive-ls-onboard__item.is-done .gemlive-ls-onboard__label {
	text-decoration: line-through;
	text-decoration-color: rgba(255, 255, 255, 0.3);
}

.gemlive-ls-onboard__sub {
	display: block;
	font-size: 0.72rem;
	color: var(--gl-text-faint);
}

.gemlive-ls-onboard__done-label {
	font-size: 0.72rem;
	color: #86efac;
	font-weight: 600;
	white-space: nowrap;
}

/* Motion & smoothness */
.gemlive-ls-portal {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	.gemlive-ls-portal *,
	.gemlive-ls-portal *::before,
	.gemlive-ls-portal *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}
}

@media (max-width: 640px) {
	.gemlive-ls-portal-panel {
		padding: 1.1rem;
	}

	.gemlive-ls-onboard__item {
		flex-wrap: wrap;
	}

	.gemlive-ls-onboard__body {
		flex-basis: calc(100% - 2.5rem);
	}
}

/* Portal FAQ */
.gemlive-ls-portal__navgroup--support {
	margin-top: 0.5rem;
}

.gemlive-ls-faq-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1.5rem;
}

.gemlive-ls-faq-nav__link {
	display: inline-flex;
	padding: 0.35rem 0.75rem;
	border-radius: 9999px;
	font-size: 0.75rem;
	color: var(--gl-text-muted);
	border: 1px solid var(--gl-line);
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s;
}

.gemlive-ls-faq-nav__link:hover {
	color: var(--gl-gold-soft);
	border-color: rgba(201, 168, 76, 0.35);
}

.gemlive-ls-faq-section {
	margin-bottom: 2rem;
}

.gemlive-ls-faq-section__title {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	margin: 0 0 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--gl-line);
}

.gemlive-ls-faq-list {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.gemlive-ls-faq-item {
	border: 1px solid var(--gl-line);
	border-radius: var(--gl-radius-sm);
	background: rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.gemlive-ls-faq-item__q {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.9rem 1rem;
	cursor: pointer;
	list-style: none;
	font-size: 0.875rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.55;
}

.gemlive-ls-faq-item__q::-webkit-details-marker {
	display: none;
}

.gemlive-ls-faq-item__badge {
	flex-shrink: 0;
	width: 1.4rem;
	height: 1.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	font-size: 0.625rem;
	font-weight: 700;
	background: rgba(201, 168, 76, 0.15);
	color: var(--gl-gold-soft);
	border: 1px solid rgba(201, 168, 76, 0.25);
}

.gemlive-ls-faq-item__badge--a {
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.65);
	border-color: var(--gl-line);
}

.gemlive-ls-faq-item__a {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0 1rem 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.gemlive-ls-faq-item__body p {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.7;
	color: var(--gl-text-muted);
}

.gemlive-ls-faq-item__links {
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.gemlive-ls-faq-item__links a {
	font-size: 0.75rem;
	color: var(--gl-gold-soft);
	text-decoration: none;
}

.gemlive-ls-faq-item__links a:hover {
	text-decoration: underline;
}

.gemlive-ls-faq-contact {
	margin-top: 1.5rem;
}

/* v2.9 portal mobile nav + form loading */
.gemlive-ls-portal__mobile-nav-label {
	display: none;
	font-size: 0.75rem;
	color: var(--gl-text-muted);
	margin-bottom: 0.35rem;
}

.gemlive-ls-portal__mobile-select {
	display: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	padding: 0.55rem 0.75rem;
	border-radius: 0.5rem;
	border: 1px solid var(--gl-line);
	background: var(--gl-surface);
	color: var(--gl-text);
}

.gemlive-ls-liver-profile__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
}

.gemlive-ls-badge--muted {
	opacity: 0.85;
	border-color: var(--gl-line);
}

.gemlive-ls-form-submit.is-loading,
.gemlive-ls-btn.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

@media (max-width: 767px) {
	.gemlive-ls-portal__mobile-nav-label,
	.gemlive-ls-portal__mobile-select {
		display: block;
	}

	.gemlive-ls-portal__nav {
		display: none;
	}

	.gemlive-ls-portal--site-header .gemlive-ls-portal__mobile-nav-label,
	.gemlive-ls-portal--site-header .gemlive-ls-portal__mobile-select {
		display: none;
	}
}

/* ===== Liver workspace header ===== */

.gemlive-site-nav--liver {
	background: rgb(8 12 28 / 0.96);
	border-bottom-color: rgba(201, 168, 76, 0.22);
}

.gemlive-site-nav--liver .gemlive-nav-accent {
	opacity: 1;
}

.gemlive-liver-nav-logo {
	gap: 0.65rem;
	text-decoration: none;
}

.gemlive-liver-nav-logo .gemlive-logo-icon {
	width: 2.5rem;
	height: 2.5rem;
}

.gemlive-liver-nav-brand {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
	min-width: 0;
}

.gemlive-liver-nav-brand__eyebrow {
	font-size: 0.6rem;
	letter-spacing: 0.14em;
	color: var(--gl-gold, #c9a84c);
	font-weight: 600;
}

.gemlive-liver-nav-brand__title {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--gemlive-bg, #0a0a1a);
	white-space: nowrap;
}

.gemlive-liver-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	white-space: nowrap;
}

.gemlive-liver-nav-link__icon {
	font-size: 1rem;
	opacity: 0.85;
}

.gemlive-liver-nav-link.is-active .gemlive-liver-nav-link__icon,
.gemlive-liver-nav-link:hover .gemlive-liver-nav-link__icon {
	opacity: 1;
	color: var(--gl-gold-soft, #e8d5a3);
}

.gemlive-liver-nav-more {
	position: relative;
}

.gemlive-liver-nav-more__toggle {
	list-style: none;
	cursor: pointer;
}

.gemlive-liver-nav-more__toggle::-webkit-details-marker {
	display: none;
}

.gemlive-liver-nav-more__panel,
.gemlive-liver-nav-user__panel {
	position: absolute;
	top: calc(100% + 0.35rem);
	right: 0;
	min-width: 12.5rem;
	padding: 0.5rem;
	border-radius: 0.65rem;
	border: 1px solid rgba(201, 168, 76, 0.25);
	background: rgb(12 14 32 / 0.98);
	box-shadow: 0 12px 32px rgb(0 0 0 / 0.45);
	z-index: 60;
}

.gemlive-liver-nav-more__panel {
	left: 0;
	right: auto;
}

.gemlive-liver-nav-more__heading {
	margin: 0.35rem 0.25rem 0.15rem;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
}

.gemlive-liver-nav-more__divider,
.gemlive-liver-nav-user__divider {
	height: 1px;
	margin: 0.35rem 0;
	background: rgba(255, 255, 255, 0.08);
}

.gemlive-liver-nav-more__link,
.gemlive-liver-nav-user__link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.65rem;
	border-radius: 0.45rem;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}

.gemlive-liver-nav-more__link:hover,
.gemlive-liver-nav-user__link:hover,
.gemlive-liver-nav-more__link.is-active,
.gemlive-liver-nav-user__link.is-active {
	background: rgba(201, 168, 76, 0.12);
	color: #fff;
}

.gemlive-liver-nav-user {
	position: relative;
}

.gemlive-liver-nav-user__toggle {
	list-style: none;
	cursor: pointer;
}

.gemlive-liver-nav-user__toggle::-webkit-details-marker {
	display: none;
}

.gemlive-liver-nav-user__caret {
	font-size: 0.95rem;
	opacity: 0.7;
}

.gemlive-liver-nav-user__meta {
	padding: 0.55rem 0.65rem 0.35rem;
}

.gemlive-liver-nav-user__meta strong {
	display: block;
	font-size: 0.85rem;
	color: #fff;
}

.gemlive-liver-nav-user__status {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.5);
}

.gemlive-liver-nav-user__link--logout {
	color: #f5b4b4;
}

.gemlive-liver-nav-mobile-cta {
	color: var(--gl-gold, #c9a84c);
}

.gemlive-liver-nav-mobile-head {
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gemlive-liver-nav-mobile-head__name {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}

.gemlive-liver-nav-mobile-head__status {
	margin: 0.2rem 0 0;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.5);
}

.gemlive-liver-nav-mobile-link {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.gemlive-liver-nav-mobile-logout {
	color: #f5b4b4;
}

.gemlive-ls-portal--site-header {
	margin-top: 0;
}

@media (min-width: 768px) {
	.gemlive-liver-nav-logo .gemlive-logo-wordmark {
		display: none;
	}
}

@media (max-width: 767px) {
	.gemlive-liver-nav-brand__title {
		font-size: 0.82rem;
	}
}

/* ライバーがお客さん用マイアカウントを見るときは EC サポートハブを非表示 */
.gemlive-liver-header.gemlive-liver-account-page .gemlive-support-hub {
	display: none;
}

.gemlive-privacy-supplement {
	width: calc(100% - 2rem);
	max-width: 56rem;
	margin: 2.5rem auto 0;
	padding: 1.75rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #ffffff;
	border-radius: 0.75rem;
	color: #374151;
}

.gemlive-privacy-supplement h2 {
	font-size: 1.15rem;
	margin: 0 0 0.75rem;
	color: #111827;
}

.gemlive-privacy-supplement p,
.gemlive-privacy-supplement li {
	color: #374151;
}

.gemlive-privacy-supplement strong {
	color: #111827;
}

.gemlive-privacy-supplement ul {
	margin: 0.75rem 0 1rem;
	padding-left: 1.25rem;
}

.gemlive-privacy-supplement li + li {
	margin-top: 0.45rem;
}

/* ==========================================================================
   Portal operation guide (CSS mocks, no screenshots)
   ========================================================================== */
.gemlive-ls-guide {
	--gl-guide-step: #2563eb;
	--gl-guide-action: #dc2626;
	--gl-guide-input: #ca8a04;
	--gl-guide-tip: #15803d;
	--gl-guide-warn: #b45309;
	--gl-guide-mock-bg: #f8fafc;
	--gl-guide-mock-line: #e2e8f0;
	--gl-guide-mock-text: #0f172a;
	--gl-guide-mock-muted: #64748b;
}

.gemlive-ls-mission__guide {
	margin-left: 0.35rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.gemlive-ls-guide-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	margin: 0 0 1.25rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--gl-line);
	border-radius: 12px;
	font-size: 0.75rem;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-legend__item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.gemlive-ls-guide-legend__swatch {
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 3px;
	border: 2px solid currentColor;
	flex-shrink: 0;
}

.gemlive-ls-guide-legend__swatch--action {
	color: var(--gl-guide-action);
}

.gemlive-ls-guide-legend__swatch--input {
	color: var(--gl-guide-input);
	background: color-mix(in srgb, var(--gl-guide-input) 25%, transparent);
}

.gemlive-ls-guide-legend__tag {
	display: inline-block;
	padding: 0.1rem 0.4rem;
	border-radius: 4px;
	font-size: 0.65rem;
	font-weight: 700;
	color: #fff;
}

.gemlive-ls-guide-legend__tag--warn {
	background: var(--gl-guide-warn);
}

.gemlive-ls-guide-legend__tag--tip {
	background: var(--gl-guide-tip);
}

.gemlive-ls-guide-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 9999px;
	background: var(--gl-guide-step);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	flex-shrink: 0;
}

.gemlive-ls-guide__layout {
	display: grid;
	grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
}

.gemlive-ls-guide-nav {
	position: sticky;
	top: 5.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.5rem;
	border: 1px solid var(--gl-line);
	border-radius: 12px;
	max-height: calc(100vh - 7rem);
	overflow: auto;
}

.gemlive-ls-guide-nav__link {
	display: block;
	padding: 0.45rem 0.65rem;
	border-radius: 8px;
	font-size: 0.8rem;
	color: var(--gl-text-muted);
	text-decoration: none;
	scroll-margin-top: 6rem;
}

.gemlive-ls-guide-nav__link:hover,
.gemlive-ls-guide-nav__link:focus-visible {
	color: var(--gl-gold-soft);
	background: rgba(201, 168, 76, 0.08);
	outline: none;
}

.gemlive-ls-guide-chapter,
.gemlive-ls-guide-glossary {
	scroll-margin-top: 6rem;
}

.gemlive-ls-guide-glossary {
	margin: 0 0 1.5rem;
	border: 1px solid var(--gl-line);
	border-radius: 12px;
	padding: 0.75rem 1rem;
}

.gemlive-ls-guide-glossary__summary {
	cursor: pointer;
	font-weight: 600;
	color: #fff;
}

.gemlive-ls-guide-glossary__list {
	margin: 0.75rem 0 0;
}

.gemlive-ls-guide-glossary__row {
	display: grid;
	grid-template-columns: minmax(6rem, 10rem) minmax(0, 1fr);
	gap: 0.5rem 1rem;
	padding: 0.5rem 0;
	border-top: 1px solid var(--gl-line);
	font-size: 0.85rem;
}

.gemlive-ls-guide-glossary__row dt {
	font-weight: 600;
	color: var(--gl-gold-soft);
	margin: 0;
}

.gemlive-ls-guide-glossary__row dd {
	margin: 0;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-chapter {
	margin: 0 0 2.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--gl-line);
}

.gemlive-ls-guide-chapter__title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	color: #fff;
}

.gemlive-ls-guide-chapter__goal {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-chapter__goal-label {
	display: inline-block;
	margin-right: 0.35rem;
	padding: 0.1rem 0.45rem;
	border-radius: 4px;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #0f172a;
	background: var(--gl-gold-soft);
}

.gemlive-ls-guide-prereq {
	margin: 0 0 1rem;
	padding-left: 1.2rem;
	font-size: 0.8rem;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-danger {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	border: 1px solid color-mix(in srgb, var(--gl-guide-action) 45%, transparent);
	background: color-mix(in srgb, var(--gl-guide-action) 12%, transparent);
}

.gemlive-ls-guide-danger__title {
	margin: 0 0 0.4rem;
	font-weight: 700;
	color: #fecaca;
	font-size: 0.85rem;
}

.gemlive-ls-guide-danger__list {
	margin: 0;
	padding-left: 1.2rem;
	font-size: 0.85rem;
	color: #fee2e2;
}

.gemlive-ls-guide-danger__list li + li {
	margin-top: 0.35rem;
}

.gemlive-ls-guide-notice {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	margin: 0 0 0.75rem;
	padding: 0.65rem 0.85rem;
	border-radius: 10px;
	border: 1px solid var(--gl-line);
	font-size: 0.85rem;
}

.gemlive-ls-guide-notice__label {
	flex-shrink: 0;
	padding: 0.1rem 0.4rem;
	border-radius: 4px;
	font-size: 0.65rem;
	font-weight: 700;
	color: #fff;
	background: #475569;
}

.gemlive-ls-guide-notice--tip .gemlive-ls-guide-notice__label {
	background: var(--gl-guide-tip);
}

.gemlive-ls-guide-notice--warn .gemlive-ls-guide-notice__label {
	background: var(--gl-guide-warn);
}

.gemlive-ls-guide-notice__text {
	margin: 0;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-flow {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

.gemlive-ls-guide-flow__item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.4rem 0.7rem;
	border-radius: 9999px;
	border: 1px solid var(--gl-line);
	font-size: 0.8rem;
	color: #fff;
}

.gemlive-ls-guide-flow__item:not(:last-child)::after {
	content: "→";
	margin-left: 0.35rem;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-step {
	margin: 0 0 1.5rem;
}

.gemlive-ls-guide-step__title {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	color: #fff;
}

.gemlive-ls-guide-step__body,
.gemlive-ls-guide-step__list {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-step__list {
	padding-left: 1.25rem;
}

.gemlive-ls-guide-step__list li + li {
	margin-top: 0.3rem;
}

.gemlive-ls-guide-advanced {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	border: 1px dashed var(--gl-line);
	border-radius: 10px;
}

.gemlive-ls-guide-advanced > summary {
	cursor: pointer;
	font-weight: 600;
	color: var(--gl-gold-soft);
}

.gemlive-ls-guide-advanced__body {
	margin-top: 0.75rem;
	font-size: 0.9rem;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-mock-wrap {
	margin: 0 0 1rem;
}

.gemlive-ls-guide-mock {
	border: 1px solid var(--gl-guide-mock-line);
	border-radius: 12px;
	overflow: hidden;
	background: var(--gl-guide-mock-bg);
	color: var(--gl-guide-mock-text);
	max-width: 36rem;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.gemlive-ls-guide-mock__chrome {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.45rem 0.75rem;
	background: #e2e8f0;
	font-size: 0.7rem;
	font-weight: 600;
}

.gemlive-ls-guide-mock__dots {
	width: 2.4rem;
	height: 0.55rem;
	border-radius: 9999px;
	background: linear-gradient(90deg, #f87171 0 28%, #fbbf24 36% 64%, #4ade80 72% 100%);
}

.gemlive-ls-guide-mock__stage {
	padding: 0.85rem;
	display: grid;
	gap: 0.65rem;
}

.gemlive-ls-guide-mock__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	font-size: 0.7rem;
}

.gemlive-ls-guide-mock__nav > span {
	padding: 0.25rem 0.5rem;
	border-radius: 6px;
	background: #fff;
	border: 1px solid var(--gl-guide-mock-line);
}

.gemlive-ls-guide-mock__nav > span.is-active {
	background: #0f172a;
	color: #fff;
	border-color: #0f172a;
}

.gemlive-ls-guide-mock__hero {
	padding: 0.75rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--gl-guide-mock-line);
	display: grid;
	gap: 0.35rem;
}

.gemlive-ls-guide-mock__eyebrow {
	font-size: 0.65rem;
	font-weight: 700;
	color: var(--gl-guide-mock-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.gemlive-ls-guide-mock__hero-title {
	font-weight: 700;
	font-size: 0.9rem;
}

.gemlive-ls-guide-mock__btn,
.gemlive-ls-guide-mock__btn-sm,
.gemlive-ls-guide-mock__btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.75rem;
	border-radius: 8px;
	font-size: 0.75rem;
	font-weight: 600;
	background: #0f172a;
	color: #fff;
	width: fit-content;
}

.gemlive-ls-guide-mock__btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.65rem;
}

.gemlive-ls-guide-mock__btn-ghost {
	background: #fff;
	color: #0f172a;
	border: 1px solid var(--gl-guide-mock-line);
}

.gemlive-ls-guide-mock__label {
	margin: 0 0 0.35rem;
	font-size: 0.7rem;
	font-weight: 700;
}

.gemlive-ls-guide-mock__block {
	padding: 0.65rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--gl-guide-mock-line);
}

.gemlive-ls-guide-mock__urlrow {
	display: flex;
	gap: 0.4rem;
	align-items: center;
	margin-bottom: 0.4rem;
}

.gemlive-ls-guide-mock__url {
	flex: 1;
	min-width: 0;
	padding: 0.35rem 0.5rem;
	border-radius: 6px;
	background: #f1f5f9;
	font-size: 0.65rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gemlive-ls-guide-mock__qr {
	width: 3.5rem;
	height: 3.5rem;
	display: grid;
	place-items: center;
	border: 1px dashed var(--gl-guide-mock-line);
	border-radius: 8px;
	font-size: 0.65rem;
	color: var(--gl-guide-mock-muted);
	background: repeating-conic-gradient(#e2e8f0 0% 25%, #fff 0% 50%) 50% / 8px 8px;
}

.gemlive-ls-guide-mock__details {
	font-size: 0.75rem;
	color: var(--gl-guide-mock-text);
}

.gemlive-ls-guide-mock__muted {
	margin: 0.25rem 0 0;
	color: var(--gl-guide-mock-muted);
	font-size: 0.7rem;
}

.gemlive-ls-guide-mock__card {
	padding: 0.65rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--gl-guide-mock-line);
	display: grid;
	gap: 0.35rem;
}

.gemlive-ls-guide-mock__card-title {
	margin: 0;
	font-weight: 700;
	font-size: 0.85rem;
}

.gemlive-ls-guide-mock__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.gemlive-ls-guide-mock__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
}

.gemlive-ls-guide-mock__stat {
	padding: 0.5rem;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--gl-guide-mock-line);
	display: grid;
	gap: 0.15rem;
}

.gemlive-ls-guide-mock__stat small {
	font-size: 0.6rem;
	color: var(--gl-guide-mock-muted);
}

.gemlive-ls-guide-mock__stat strong {
	font-size: 0.8rem;
}

.gemlive-ls-guide-mock__chart {
	height: 3.5rem;
	border-radius: 8px;
	background: linear-gradient(180deg, #dbeafe, #fff);
	border: 1px solid var(--gl-guide-mock-line);
}

.gemlive-ls-guide-mock__field-label {
	display: grid;
	gap: 0.25rem;
	font-size: 0.7rem;
	font-weight: 600;
}

.gemlive-ls-guide-mock__field {
	display: block;
	min-height: 1.75rem;
	border-radius: 6px;
	border: 1px solid var(--gl-guide-mock-line);
	background: #fff;
	padding: 0.35rem 0.5rem;
	font-weight: 400;
	font-size: 0.75rem;
	color: var(--gl-guide-mock-muted);
}

.gemlive-ls-guide-mock__tablehead {
	padding: 0.45rem 0.5rem;
	border-radius: 6px;
	background: #f1f5f9;
	font-size: 0.7rem;
}

.gemlive-ls-guide-mark {
	position: relative;
}

.gemlive-ls-guide-mark::after {
	content: attr(data-guide-n);
	position: absolute;
	top: -0.45rem;
	right: -0.45rem;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 9999px;
	background: var(--gl-guide-step);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	display: grid;
	place-items: center;
	box-shadow: 0 0 0 2px #fff;
	z-index: 1;
}

.gemlive-ls-guide-mark--action {
	outline: 2px solid var(--gl-guide-action);
	outline-offset: 2px;
	border-radius: 8px;
}

.gemlive-ls-guide-mark--input {
	outline: 2px solid var(--gl-guide-input);
	outline-offset: 2px;
	background: color-mix(in srgb, var(--gl-guide-input) 12%, #fff) !important;
}

.gemlive-ls-guide-callouts {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
	max-width: 36rem;
	display: grid;
	gap: 0.45rem;
}

.gemlive-ls-guide-callout {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	font-size: 0.8rem;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-callout__text {
	display: grid;
	gap: 0.15rem;
}

.gemlive-ls-guide-callout__text strong {
	color: #fff;
	font-weight: 600;
}

.gemlive-ls-guide-callout__why {
	font-size: 0.75rem;
}

.gemlive-ls-guide-mock__caption {
	margin: 0.4rem 0 0;
	font-size: 0.7rem;
	color: var(--gl-text-muted);
}

.gemlive-ls-guide-tablewrap {
	margin: 0 0 1rem;
	overflow-x: auto;
}

.gemlive-ls-guide-table__caption {
	margin: 0 0 0.4rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: #fff;
}

.gemlive-ls-guide-chapter__foot {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-top: 1rem;
}

.gemlive-ls-guide-next {
	margin-left: auto;
	font-size: 0.85rem;
	color: var(--gl-gold-soft);
	text-decoration: none;
}

.gemlive-ls-guide-next:hover {
	text-decoration: underline;
}

.gemlive-ls-guide-contact {
	margin-top: 1rem;
}

@media (max-width: 900px) {
	.gemlive-ls-guide__layout {
		grid-template-columns: 1fr;
	}

	.gemlive-ls-guide-nav {
		position: static;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		max-height: none;
		-webkit-overflow-scrolling: touch;
		gap: 0.35rem;
	}

	.gemlive-ls-guide-nav__link {
		white-space: nowrap;
		flex-shrink: 0;
	}

	.gemlive-ls-guide-glossary__row {
		grid-template-columns: 1fr;
	}

	.gemlive-ls-guide-mock__stats {
		grid-template-columns: 1fr;
	}

	.gemlive-ls-guide-next {
		margin-left: 0;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gemlive-ls-guide-nav__link {
		transition: none;
	}
}
