/* HL2GO shop account / auth — keeps site look, no card clutter */

.shop-auth,
.shop-account {
	max-width: 960px;
	margin: 0 auto;
	padding: calc(var(--nav-h) + 36px) 22px 72px;
}

.shop-auth-panel {
	max-width: 420px;
	margin: 0 auto;
}

.shop-auth h1,
.shop-account h1 {
	font-family: var(--font-display);
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: var(--text);
}

.shop-auth-lead {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 22px;
}

.shop-auth-lead a { color: var(--accent-bright); }

.shop-form {
	display: grid;
	gap: 14px;
}

.shop-form label {
	display: grid;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
}

.shop-form input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(232, 149, 46, 0.28);
	background: rgba(8, 12, 16, 0.85);
	color: var(--text);
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
	border-radius: 0;
}

.shop-form input:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.18);
}

.shop-pass-wrap {
	position: relative;
	display: block;
}

.shop-pass-wrap input {
	padding-right: 46px;
}

.shop-pass-toggle {
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--muted, #9aa3ad);
	cursor: pointer;
	border-radius: 4px;
}

.shop-pass-toggle:hover,
.shop-pass-toggle:focus-visible {
	color: var(--accent-bright, #e8952e);
	outline: none;
}

.shop-pass-toggle[aria-pressed="true"] {
	color: var(--accent-bright, #e8952e);
}

.shop-form .btn {
	justify-self: start;
	margin-top: 6px;
}

.shop-auth-links {
	margin-top: 18px;
	font-size: 13px;
	color: var(--muted);
}

.shop-auth-links a { color: var(--accent-bright); }

.shop-optional {
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: var(--muted);
	font-size: 11px;
}

.shop-field-hint {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--muted);
	letter-spacing: normal;
	text-transform: none;
}

.shop-steam-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.shop-steam-actions .btn {
	padding: 8px 12px;
	font-size: 11px;
}

.shop-turnstile {
	margin: 4px 0 8px;
	min-height: 65px;
}

.shop-turnstile .cf-turnstile {
	width: 100%;
}

.shop-list-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.shop-steam-linked {
	margin: 0 0 14px;
	font-size: 15px;
}

.shop-steam-linked code {
	font-size: 14px;
	color: #9fffd0;
}

.shop-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.shop-code {
	margin: 0 0 14px;
	padding: 12px 14px;
	font-size: 13px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	color: #9fffd0;
	background: rgba(46, 204, 113, 0.08);
	border: 1px solid rgba(46, 204, 113, 0.22);
	overflow-x: auto;
}

.shop-code + .shop-form {
	margin-top: 8px;
}

kbd {
	font-family: inherit;
	font-size: 0.9em;
	padding: 1px 6px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	background: rgba(255,255,255,0.06);
}

/* —— Service manage —— */
.shop-manage {
	max-width: 1040px;
}

.shop-manage-head {
	margin-bottom: 28px;
}

.shop-manage-back {
	display: inline-block;
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--accent-bright);
	text-decoration: none;
	opacity: 0.85;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.shop-manage-back:hover {
	opacity: 1;
	transform: translateX(-3px);
}

.shop-manage-eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--lambda-bright);
}

.shop-manage-title h1 {
	margin-bottom: 12px;
}

.shop-manage-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-manage-meta li {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--muted);
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-manage-meta .shop-status {
	letter-spacing: 0.06em;
}

.shop-manage-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 22px;
	align-items: stretch;
	animation: shopManageIn 0.45s ease both;
}

@keyframes shopManageIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: none; }
}

.shop-manage-guide,
.shop-manage-panel {
	padding: 22px 22px 24px;
	background:
		linear-gradient(160deg, rgba(232, 149, 46, 0.07), transparent 42%),
		rgba(10, 14, 18, 0.72);
	border: 1px solid rgba(232, 149, 46, 0.18);
	border-left: 3px solid rgba(46, 204, 113, 0.55);
}

.shop-manage-panel {
	border-left-color: rgba(232, 149, 46, 0.65);
	background:
		linear-gradient(200deg, rgba(46, 204, 113, 0.06), transparent 45%),
		rgba(10, 14, 18, 0.78);
}

.shop-manage-guide h2,
.shop-manage-panel h2 {
	margin: 0 0 14px;
	font-family: var(--font-display);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lambda-bright);
}

.shop-manage-guide ol {
	margin: 0 0 18px;
	padding: 0 0 0 18px;
	color: var(--text);
	font-size: 14px;
	line-height: 1.55;
}

.shop-manage-guide li + li {
	margin-top: 8px;
}

.shop-manage-guide strong {
	color: var(--accent-bright);
	font-weight: 700;
}

.shop-manage-current {
	display: grid;
	gap: 6px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-manage-current span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
}

.shop-manage-current code {
	font-size: 15px;
	color: #9fffd0;
	word-break: break-all;
}

.shop-manage-cmd {
	position: relative;
	display: grid;
	gap: 8px;
	padding: 14px 14px 16px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(46, 204, 113, 0.28);
	animation: shopCmdPulse 2.8s ease-in-out infinite;
}

@keyframes shopCmdPulse {
	0%, 100% { border-color: rgba(46, 204, 113, 0.28); }
	50% { border-color: rgba(88, 245, 163, 0.5); }
}

.shop-manage-cmd-label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}

.shop-manage-cmd code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	line-height: 1.45;
	color: #9fffd0;
	word-break: break-all;
	padding-right: 64px;
}

.shop-manage-copy {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 6px 10px;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #041510;
	background: var(--accent-bright);
	border: 0;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease;
}

.shop-manage-copy:hover {
	transform: translateY(-1px);
	background: #9fffd0;
}

.shop-manage-panel .shop-form .btn {
	justify-self: stretch;
	text-align: center;
	width: 100%;
}

.shop-manage-panel .shop-form-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.shop-manage-panel .shop-form-actions .btn {
	justify-self: stretch;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.shop-manage-empty {
	padding: 28px 22px;
	border: 1px dashed rgba(255, 255, 255, 0.14);
	color: var(--muted);
}

@media (max-width: 820px) {
	.shop-manage-layout {
		grid-template-columns: 1fr;
	}

	.shop-manage-panel .shop-form-actions {
		grid-template-columns: 1fr;
	}

	.shop-manage-cmd code {
		padding-right: 0;
		padding-top: 28px;
	}
}

.shop-flash {
	padding: 10px 12px;
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
}

.shop-flash-error {
	background: rgba(220, 60, 60, 0.12);
	border: 1px solid rgba(220, 60, 60, 0.35);
	color: #ffb4b4;
}

.shop-flash-ok {
	background: rgba(46, 204, 113, 0.12);
	border: 1px solid rgba(46, 204, 113, 0.35);
	color: #9fffd0;
}

.shop-verify-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 20px;
	padding: 14px 16px;
	border: 1px solid rgba(232, 149, 46, 0.4);
	background: rgba(232, 149, 46, 0.1);
}

.shop-verify-banner strong {
	display: block;
	margin-bottom: 4px;
	color: var(--lambda-bright);
}

.shop-verify-banner p {
	margin: 0;
	font-size: 13px;
	color: var(--muted);
}

.shop-auth-note-warn {
	border-color: rgba(232, 149, 46, 0.4) !important;
	color: #f0d2a0;
}

.shop-ban-status {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #9aa3ad;
}
.shop-ban-status.is-loading { color: #c9d1d9; }
.shop-ban-status.is-ok { color: #6ddea4; }
.shop-ban-status.is-error { color: #ffb4b4; }

.shop-account-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.shop-account-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.shop-account-actions .btn {
	padding: 10px 18px;
	font-size: 11px;
}

.shop-account-credits {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px 14px;
	margin: 14px 0 0;
}

.shop-account-credits > a:first-child {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	padding: 8px 14px;
	border: 1px solid rgba(46, 204, 113, 0.35);
	background: rgba(46, 204, 113, 0.1);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.shop-account-credits > a:first-child:hover {
	border-color: rgba(46, 204, 113, 0.6);
	background: rgba(46, 204, 113, 0.16);
}

.shop-account-credits-label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.shop-account-credits-value {
	font-family: Orbitron, Montserrat, sans-serif;
	font-size: 1.35rem;
	font-weight: 900;
	color: var(--accent-bright, #6dffb0);
	line-height: 1;
}

.shop-account-credits-link {
	font-size: 13px;
	font-weight: 700;
	color: var(--accent-bright, #6dffb0);
}

.shop-account-home {
	max-width: 1040px;
	animation: shopManageIn 0.4s ease both;
}

.shop-home-top {
	display: grid;
	grid-template-columns: minmax(200px, 0.7fr) minmax(280px, 1.3fr);
	gap: 18px;
	margin-bottom: 18px;
	align-items: start;
}

.shop-home-profile {
	padding: 14px 16px 16px;
}

.shop-form-compact {
	gap: 8px;
}

.shop-inline-save {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.shop-inline-save input {
	flex: 1 1 auto;
	min-width: 0;
}

.shop-inline-save .btn {
	flex: 0 0 auto;
	align-self: stretch;
	white-space: nowrap;
	padding-left: 14px;
	padding-right: 14px;
}

.shop-home-bans-alert {
	border-left-color: rgba(231, 76, 60, 0.85);
	background:
		linear-gradient(165deg, rgba(231, 76, 60, 0.08), transparent 45%),
		rgba(10, 14, 18, 0.72);
}

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

.shop-ban-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 14px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.shop-ban-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.shop-ban-main {
	display: grid;
	gap: 4px;
	min-width: 0;
	flex: 1 1 220px;
}

.shop-ban-main strong {
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ff8f7a;
}

.shop-ban-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: center;
	font-size: 13px;
	color: var(--text);
}

.shop-ban-meta code {
	font-size: 12px;
	color: #9fffd0;
}

.shop-ban-reason {
	font-size: 12px;
	color: var(--muted);
	line-height: 1.4;
}

.shop-home-panel {
	padding: 20px 20px 22px;
	background:
		linear-gradient(165deg, rgba(232, 149, 46, 0.06), transparent 40%),
		rgba(10, 14, 18, 0.72);
	border: 1px solid rgba(232, 149, 46, 0.16);
	border-left: 3px solid rgba(46, 204, 113, 0.45);
	margin-bottom: 18px;
}

.shop-home-top .shop-home-panel {
	margin-bottom: 0;
}

.shop-home-steam {
	border-left-color: rgba(232, 149, 46, 0.7);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.shop-home-steam .btn {
	align-self: flex-start;
	margin-top: auto;
}

.shop-home-panel h2 {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lambda-bright);
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.shop-home-panel-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.shop-home-panel-head h2 {
	margin: 0;
}

.shop-home-link {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--accent-bright);
	text-decoration: none;
}

.shop-home-link:hover {
	text-decoration: underline;
}

.shop-home-note {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--muted);
}

.shop-home-note-strong {
	color: var(--text);
	margin-bottom: 8px;
}

.shop-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.shop-home-panel .shop-form .btn {
	justify-self: start;
}

.shop-svc-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.shop-svc-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px 20px;
	padding: 12px 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.shop-svc-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.shop-svc-main {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 14px;
	min-width: 0;
	flex: 1 1 auto;
}

.shop-svc-main strong {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--text);
}

.shop-svc-tags {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	font-size: 12px;
	color: var(--muted);
	font-weight: 600;
}

.shop-svc-sep {
	opacity: 0.35;
	font-weight: 400;
}

.shop-svc-tags .shop-status-active {
	color: #6bcf8e;
}

.shop-svc-list .btn {
	flex: 0 0 auto;
	margin: 0;
	padding: 8px 14px;
	font-size: 11px;
	align-self: center;
}

.shop-home-sub {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-home-sub h3 {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

@media (max-width: 820px) {
	.shop-home-top,
	.shop-form-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.shop-svc-list li {
		flex-wrap: wrap;
	}

	.shop-svc-list .btn {
		margin-left: auto;
	}
}

.shop-form select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(232, 149, 46, 0.28);
	background: rgba(8, 12, 16, 0.85);
	color: var(--text);
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	border-radius: 0;
}

.shop-form select:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.18);
}

.shop-admin-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.shop-admin-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
}

.shop-admin-tabs a {
	padding: 8px 14px;
	border: 1px solid rgba(232, 149, 46, 0.35);
	color: var(--muted, #9aa3ad);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.shop-admin-tabs a.is-active,
.shop-admin-tabs a:hover {
	border-color: var(--accent, #e8952e);
	color: var(--text, #fff);
	background: rgba(232, 149, 46, 0.12);
}

.shop-admin-settings h3 {
	margin: 22px 0 10px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.shop-pay-status-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin: 0 0 22px;
}

.shop-pay-status {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

.shop-pay-status-label {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.7;
}

.shop-pay-status strong {
	font-size: 22px;
	letter-spacing: 0.04em;
}

.shop-pay-status span:last-child {
	font-size: 13px;
	line-height: 1.35;
	opacity: 0.85;
}

.shop-pay-status.is-test {
	border-color: rgba(232, 149, 46, 0.55);
	background: rgba(232, 149, 46, 0.12);
}

.shop-pay-status.is-test strong {
	color: #ffc56e;
}

.shop-pay-status.is-live {
	border-color: rgba(46, 204, 113, 0.5);
	background: rgba(46, 204, 113, 0.1);
}

.shop-pay-status.is-live strong {
	color: #7dffb2;
}

.shop-pay-status.is-off {
	border-color: rgba(255, 255, 255, 0.15);
	opacity: 0.75;
}

.shop-mode-fieldset {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	padding: 12px 14px 6px;
	margin: 0 0 16px;
}

.shop-mode-fieldset legend {
	padding: 0 6px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.75;
}

.shop-mode-option {
	display: grid !important;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	margin-bottom: 10px !important;
	padding: 8px 6px;
	border-radius: 8px;
}

.shop-mode-option:has(input:checked) {
	background: rgba(255, 255, 255, 0.06);
}

.shop-mode-option input {
	width: auto;
	margin-top: 4px;
}

.shop-mode-option strong {
	display: block;
	font-size: 15px;
}

.shop-mode-option em {
	display: block;
	font-style: normal;
	font-size: 13px;
	opacity: 0.8;
	margin-top: 2px;
	line-height: 1.35;
}

.shop-key-group {
	margin: 0 0 14px;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px dashed rgba(255, 255, 255, 0.14);
	background: rgba(0, 0, 0, 0.15);
}

.shop-key-group-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
}

.shop-key-group-title span {
	font-weight: 400;
	opacity: 0.65;
}

.shop-check {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.shop-check input {
	width: auto;
	margin: 0;
}

.shop-svc-actions {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.shop-tos-check {
	display: grid !important;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	margin: 14px 0 8px !important;
	padding: 12px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(0, 0, 0, 0.18);
}

.shop-tos-check input {
	width: auto;
	margin-top: 3px;
}

.shop-tos-check span {
	font-size: 13px;
	line-height: 1.4;
	opacity: 0.92;
}

.shop-tos-check a {
	color: var(--accent, #e8952e);
	text-decoration: underline;
}

.shop-legal {
	max-width: 860px;
	margin: 0 auto;
}

.shop-legal .shop-account-head {
	margin-bottom: 18px;
}

.shop-legal-body {
	padding: 22px 24px 28px;
}

.shop-legal-body h2 {
	margin: 26px 0 10px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--accent, #e8952e);
}

.shop-legal-body h2:first-child {
	margin-top: 0;
}

.shop-legal-body p,
.shop-legal-body li {
	line-height: 1.6;
	opacity: 0.92;
	font-size: 14px;
}

.shop-legal-body p {
	margin: 0 0 12px;
}

.shop-legal-body ul {
	margin: 0 0 14px;
	padding-left: 1.25em;
}

.shop-legal-body li + li {
	margin-top: 6px;
}

.shop-legal-body a {
	color: var(--accent, #e8952e);
}

.shop-oauth-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.shop-oauth-btn {
	flex: 1 1 120px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
}

.shop-oauth-btn .shop-oauth-ico {
	flex: 0 0 auto;
	display: block;
}

.shop-oauth-steam {
	color: #66c0f4;
}

.shop-oauth-discord {
	color: #5865f2;
}

.shop-oauth-google {
	color: #e8e8e8;
}

.shop-oauth-btn.shop-oauth-steam:hover,
.shop-oauth-btn.shop-oauth-discord:hover,
.shop-oauth-btn.shop-oauth-google:hover {
	border-color: currentColor;
}

.shop-auth-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	color: var(--muted, #9aa3ad);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.shop-auth-divider::before,
.shop-auth-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(232, 149, 46, 0.25);
}

.shop-oauth-linked {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

.shop-oauth-linked li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 12px;
	row-gap: 0;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.shop-oauth-linked li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.shop-oauth-info {
	min-width: 0;
	display: grid;
	gap: 4px;
}

.shop-oauth-brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.shop-oauth-brand .shop-oauth-ico {
	flex: 0 0 auto;
}

.shop-oauth-meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	font-size: 13px;
	line-height: 1.3;
	overflow: hidden;
}

.shop-oauth-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--text, #f2f4f6);
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
}

.shop-oauth-avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 auto;
	background: rgba(255, 255, 255, 0.08);
}

.shop-oauth-linkbtn {
	flex: 0 0 auto;
	white-space: nowrap;
	padding: 8px 14px !important;
	font-size: 12px !important;
}

.shop-oauth-linked strong {
	min-width: 0;
	color: var(--text, #f2f4f6);
}

.shop-oauth-linked code {
	font-size: 12px;
	color: #9fffd0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.shop-oauth-sid {
	opacity: 0.75;
	font-weight: 500;
}

.shop-admin-filters input,
.shop-admin-filters select {
	padding: 10px 12px;
	border: 1px solid rgba(232, 149, 46, 0.28);
	background: rgba(8, 12, 16, 0.85);
	color: var(--text);
	font: inherit;
	font-size: 14px;
	min-width: 160px;
}

.shop-admin-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.shop-inline-form {
	display: inline;
	margin: 0;
}

.shop-admin-actions .btn {
	padding: 7px 12px;
	font-size: 10px;
	margin: 0;
}

.shop-admin-ident {
	font-size: 12px;
	color: #9fffd0;
	word-break: break-all;
}

.shop-status-suspended {
	color: #f5b041;
}

.shop-status-cancelled {
	color: #ff8f8f;
}

.shop-grid {
	display: grid;
	gap: 28px;
}

.shop-block h2 {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--lambda-bright);
	margin: 0 0 12px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.shop-count {
	font-size: 12px;
	color: var(--muted);
	letter-spacing: 0.04em;
	font-weight: 600;
}

.shop-empty {
	color: var(--muted);
	font-size: 14px;
	margin: 0;
}

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

.shop-list li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.shop-list strong {
	font-size: 15px;
	color: var(--text);
}

.shop-meta {
	font-size: 12px;
	color: var(--muted);
}

.shop-table-wrap {
	overflow-x: auto;
}

.shop-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.shop-table th,
.shop-table td {
	text-align: left;
	padding: 10px 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.shop-table th {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 700;
}

.shop-status {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.shop-status-active { color: var(--accent-bright); }
.shop-status-expired { color: var(--muted); }

.shop-stat-row {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.shop-stat-row li {
	min-width: 110px;
	padding: 14px 16px;
	background: rgba(8, 12, 16, 0.55);
	border: 1px solid rgba(232, 149, 46, 0.18);
	display: grid;
	gap: 4px;
}

.shop-stat-row strong {
	font-family: var(--font-display);
	font-size: 1.4rem;
	color: var(--text);
}

.shop-stat-row span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

/* Store catalog */
.shop-store {
	max-width: 1120px;
	margin: 0 auto;
	padding: calc(var(--nav-h) + 36px) 22px 80px;
}

.shop-store-head { margin-bottom: 28px; max-width: 40rem; }

.shop-store-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lambda-bright);
}

.shop-store-head h1 {
	font-family: var(--font-display);
	font-size: clamp(1.85rem, 3.4vw, 2.55rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 10px;
	background: linear-gradient(120deg, #fff 20%, var(--lambda-bright) 70%, var(--accent-bright));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.shop-store-head .shop-auth-lead {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
}

.shop-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 36px;
}

.shop-cats a {
	padding: 8px 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
	border: 1px solid rgba(255,255,255,0.1);
	transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.shop-cats a.is-active,
.shop-cats a:hover {
	color: var(--accent-bright);
	border-color: rgba(46, 204, 113, 0.45);
	background: rgba(46, 204, 113, 0.08);
}

.shop-store-group { margin-bottom: 42px; }

.shop-store-group-head {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(232, 149, 46, 0.22);
}

.shop-store-group-head h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 0.95rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text);
}

.shop-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 18px;
}

.shop-product-tile {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 20px;
	border: 1px solid rgba(232, 149, 46, 0.22);
	background:
		linear-gradient(165deg, rgba(232, 149, 46, 0.07), transparent 42%),
		rgba(8, 12, 16, 0.72);
	min-height: 220px;
	transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.shop-product-tile--source {
	border-color: rgba(46, 204, 113, 0.28);
	background:
		linear-gradient(165deg, rgba(46, 204, 113, 0.08), transparent 42%),
		rgba(8, 12, 16, 0.72);
}

.shop-product-tile:hover {
	border-color: rgba(232, 149, 46, 0.55);
	transform: translateY(-2px);
}

.shop-product-tile--source:hover {
	border-color: rgba(46, 204, 113, 0.55);
}

.shop-product-cat {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 8px;
}

.shop-product-tile h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.shop-product-tile h2 a { color: var(--text); }

.shop-product-tile h2 a:hover { color: var(--lambda-bright); }

.shop-product-blurb {
	margin: 10px 0 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.5;
}

.shop-product-tile-perks {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 6px;
}

.shop-product-tile-perks li {
	position: relative;
	padding-left: 16px;
	font-size: 12.5px;
	line-height: 1.4;
	color: rgba(232, 236, 240, 0.88);
}

.shop-product-tile-perks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 7px;
	height: 7px;
	background: var(--accent);
	box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.2);
}

.shop-product-price {
	margin: 14px 0 0;
	color: var(--lambda-bright);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.02em;
}

.shop-product-tile .btn {
	align-self: flex-start;
	padding: 10px 20px;
	font-size: 11px;
}

.shop-back {
	margin: 0 0 14px;
	font-size: 13px;
}

.shop-back a { color: var(--muted); }

.shop-back a:hover { color: var(--accent-bright); }

.shop-product-desc {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
	max-width: 42rem;
}

/* Product detail */
.shop-product-hero {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 28px;
	padding: 22px 0 24px;
	border-bottom: 1px solid rgba(232, 149, 46, 0.2);
	background:
		radial-gradient(ellipse 70% 120% at 0% 0%, rgba(232, 149, 46, 0.14), transparent 55%),
		radial-gradient(ellipse 50% 100% at 100% 80%, rgba(46, 204, 113, 0.08), transparent 50%);
}

.shop-product-hero-copy { flex: 1 1 280px; max-width: 40rem; }

.shop-platform-badge {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--lambda-bright);
	border: 1px solid rgba(232, 149, 46, 0.4);
	background: rgba(232, 149, 46, 0.1);
}

.shop-platform-source {
	color: var(--accent-bright);
	border-color: rgba(46, 204, 113, 0.45);
	background: rgba(46, 204, 113, 0.1);
}

.shop-product-hero h1 {
	font-family: var(--font-display);
	font-size: clamp(1.7rem, 3.2vw, 2.4rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.shop-product-tagline {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
}

.shop-product-highlights {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.shop-product-highlights li {
	padding: 6px 11px;
	font-size: 12px;
	font-weight: 700;
	color: var(--text);
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(0, 0, 0, 0.25);
}

.shop-product-hero-price {
	display: grid;
	gap: 2px;
	text-align: right;
	padding: 12px 16px;
	border: 1px solid rgba(232, 149, 46, 0.3);
	background: rgba(8, 12, 16, 0.65);
}

.shop-product-hero-price-label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.shop-product-hero-price-value {
	font-family: var(--font-display);
	font-size: 1.55rem;
	color: var(--lambda-bright);
	letter-spacing: 0.04em;
}

.shop-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 28px 36px;
	align-items: start;
}

.shop-benefits h2,
.shop-order-title {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-size: 0.95rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.shop-benefits-lead {
	margin: 0 0 20px;
	color: var(--muted);
	font-size: 14px;
}

.shop-benefit-block {
	margin-bottom: 18px;
	padding: 16px 18px;
	border-left: 3px solid var(--accent);
	background: linear-gradient(90deg, rgba(46, 204, 113, 0.07), transparent 70%);
}

.shop-benefit-block h3 {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--accent-bright);
}

.shop-benefit-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 7px;
}

.shop-benefit-block li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(232, 236, 240, 0.92);
}

.shop-benefit-block li::before {
	content: "▸";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--lambda-bright);
	font-size: 12px;
}

.shop-product-aside {
	position: sticky;
	top: calc(var(--nav-h) + 16px);
}

.shop-product-page .shop-order-form {
	max-width: none;
	margin: 0;
	padding: 20px 18px;
	border: 1px solid rgba(232, 149, 46, 0.28);
	background:
		linear-gradient(180deg, rgba(232, 149, 46, 0.08), transparent 40%),
		rgba(8, 12, 16, 0.85);
}

.shop-product-aside .shop-auth-note {
	margin: 0 0 14px;
	padding: 12px 14px;
	font-size: 13px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.25);
}

.shop-fieldset {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 14px 16px;
	margin: 0;
	display: grid;
	gap: 8px;
}

.shop-fieldset legend {
	padding: 0 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.shop-radio {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
	color: var(--text);
	cursor: pointer;
}

.shop-radio input { width: auto; }

.shop-form select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(232, 149, 46, 0.28);
	background: rgba(8, 12, 16, 0.85);
	color: var(--text);
	font: inherit;
	font-size: 15px;
	font-weight: 600;
}

@media (max-width: 860px) {
	.shop-product-layout {
		grid-template-columns: 1fr;
	}
	.shop-product-aside {
		position: static;
		order: -1;
	}
}

@media (max-width: 640px) {
	.shop-account-head { flex-direction: column; }
	.shop-product-hero-price { text-align: left; width: 100%; }
}

/* ---------- Rewards / GO Credits ---------- */
.shop-product-hero-price-credits {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 700;
	color: var(--accent-bright, #6dffb0);
	letter-spacing: 0.04em;
}

.shop-rewards {
	max-width: 920px;
	margin: 0 auto;
	padding: calc(var(--nav-h) + 36px) 22px 72px;
}

.rewards-hero { margin-bottom: 28px; }
.rewards-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.45);
}
.rewards-hero h1 {
	margin: 0 0 10px;
	font-family: Orbitron, Montserrat, sans-serif;
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	font-weight: 900;
}
.rewards-lead { margin: 0; color: rgba(255,255,255,0.55); max-width: 36rem; line-height: 1.5; }

.rewards-gate {
	padding: 28px 24px;
	border: 1px solid rgba(46, 204, 113, 0.28);
	background: rgba(46, 204, 113, 0.06);
	display: grid;
	gap: 12px;
	justify-items: start;
}
.rewards-gate h2 { margin: 0; font-size: 1.25rem; }
.rewards-gate p { margin: 0; color: rgba(255,255,255,0.6); }

.rewards-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 22px;
}
@media (max-width: 720px) {
	.rewards-grid { grid-template-columns: 1fr; }
}

.rewards-balance {
	padding: 24px 22px;
	border: 1px solid rgba(46, 204, 113, 0.3);
	background: linear-gradient(160deg, rgba(46, 204, 113, 0.12), rgba(8, 12, 16, 0.9));
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.rewards-balance-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
}
.rewards-balance-value {
	font-family: Orbitron, Montserrat, sans-serif;
	font-size: clamp(2.4rem, 6vw, 3.4rem);
	font-weight: 900;
	line-height: 1;
	color: var(--accent-bright, #6dffb0);
}
.rewards-balance-unit { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.55); }
.rewards-unlock { margin: 14px 0 0; font-size: 14px; color: rgba(255,255,255,0.7); }
.rewards-unlock a { color: var(--accent-bright, #6dffb0); }

.rewards-ring-wrap {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.25);
}
.rewards-ring {
	--ring: 0;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	background:
		radial-gradient(closest-side, #0a1014 72%, transparent 73%),
		conic-gradient(var(--accent, #2ecc71) calc(var(--ring) * 1%), rgba(255,255,255,0.08) 0);
	font-weight: 800;
	font-size: 15px;
}
.rewards-ring-meta p { margin: 0 0 6px; font-size: 14px; }
.rewards-muted { color: rgba(255,255,255,0.45); font-size: 12px !important; }

.rewards-claim { margin-bottom: 28px; }
.rewards-claim-btn { width: 100%; max-width: 420px; justify-content: center; }
.rewards-claim-btn:disabled { opacity: 0.55; cursor: not-allowed; }

.rewards-streak {
	margin-bottom: 28px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(8, 12, 16, 0.7);
}
.rewards-streak-head h2 { margin: 0 0 6px; font-size: 1.1rem; }
.rewards-streak-head p { margin: 0 0 16px; color: rgba(255,255,255,0.55); font-size: 14px; }
.rewards-streak-days {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.rewards-streak-days li {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.12);
	background: rgba(255,255,255,0.04);
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 13px;
	color: rgba(255,255,255,0.4);
}
.rewards-streak-days li.is-on {
	border-color: rgba(46, 204, 113, 0.55);
	background: rgba(46, 204, 113, 0.2);
	color: var(--accent-bright, #6dffb0);
}
.rewards-streak-status { margin: 14px 0 0; font-size: 13px; color: rgba(255,255,255,0.55); }

.rewards-activity h2 { margin: 0 0 12px; font-size: 1.05rem; }
.rewards-activity ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.rewards-activity li {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 12px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid rgba(255,255,255,0.08);
	font-size: 13px;
}
.rewards-act-amt { font-weight: 800; color: var(--accent-bright, #6dffb0); }
.rewards-act-amt.is-neg { color: #ff8f8f; }
.rewards-act-when { color: rgba(255,255,255,0.4); font-variant-numeric: tabular-nums; }
.rewards-footnote { margin-top: 28px; color: rgba(255,255,255,0.45); font-size: 13px; }
.rewards-footnote a { color: var(--accent-bright, #6dffb0); }

.rewards-discord {
	margin-bottom: 28px;
	padding: 20px;
	border: 1px solid rgba(88, 101, 242, 0.35);
	background: rgba(88, 101, 242, 0.08);
}
.rewards-invite-box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0;
}
.rewards-invite-box input {
	flex: 1 1 220px;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(255,255,255,0.15);
	background: rgba(0,0,0,0.35);
	color: inherit;
	font: inherit;
}
.rewards-invite-members {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: grid;
	gap: 6px;
}
.rewards-invite-members li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,0.08);
}

.rewards-balance-solo { margin-bottom: 28px; }
.rewards-playtime {
	margin-bottom: 28px;
	padding: 20px;
	border: 1px solid rgba(46, 204, 113, 0.28);
	background: rgba(46, 204, 113, 0.05);
}
.rewards-gate-inline {
	padding: 16px 0 4px;
	border: none;
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.rewards-gate-inline p { margin: 0; color: rgba(255,255,255,0.6); }
.rewards-playtime .rewards-grid { margin-bottom: 16px; }
.rewards-playtime .rewards-streak {
	margin-bottom: 0;
	border: none;
	background: transparent;
	padding: 8px 0 0;
}

.rewards-claim-shared {
	margin-bottom: 28px;
	padding: 20px;
	border: 1px solid rgba(255, 193, 7, 0.3);
	background: rgba(255, 193, 7, 0.06);
}
.rewards-claim-shared .rewards-streak {
	margin: 20px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.08);
	border: none;
	background: transparent;
}
.rewards-claim-breakdown { margin: 8px 0 0; text-align: center; }
