/* Support flow mockup — dark theme aligned with login / members chrome */
.rsi-support {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 16px 48px;
	box-sizing: border-box;
	font-family: Inter, Arial, Helvetica, sans-serif;
	color: #efefef;
}
.rsi-support__mockBanner {
	margin: 0 0 20px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #1a2332;
	border: 1px solid #2a4a6a;
	color: #9ec5ff;
	font-size: 0.85rem;
	line-height: 1.45;
}
.rsi-support h1 {
	margin: 0 0 10px;
	font-size: 1.45rem;
	line-height: 1.25;
	font-weight: 700;
}
.rsi-support h2 {
	margin: 24px 0 10px;
	font-size: 1.1rem;
	font-weight: 600;
	color: #e0e0e0;
}
.rsi-support p {
	margin: 0 0 14px;
	color: #c0c0c0;
	font-size: 0.95rem;
	line-height: 1.5;
}
.rsi-support__muted {
	color: #888;
	font-size: 0.88rem;
}
.rsi-support__card {
	margin-top: 16px;
	padding: 18px 16px;
	border-radius: 10px;
	background: #141414;
	border: 1px solid #2a2a2a;
}
.rsi-support__card--accent {
	border-color: #2196f3;
}
.rsi-support label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.9rem;
	color: #d7d7d7;
}
.rsi-support input[type="text"],
.rsi-support input[type="email"],
.rsi-support select,
.rsi-support textarea {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #343434;
	background: #0f0f0f;
	color: #fff;
	padding: 10px 12px;
	font-size: 0.95rem;
	margin-bottom: 12px;
	font-family: inherit;
}
.rsi-support__fieldGrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 12px;
}
@media (min-width: 560px) {
	.rsi-support__fieldGrid {
		grid-template-columns: 1fr 1fr;
	}
}
.rsi-support textarea {
	min-height: 120px;
	resize: vertical;
}
.rsi-support__hp {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.rsi-support__captcha {
	margin: 10px 0 14px;
}
.rsi-support__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}
.rsi-support__row label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
	cursor: pointer;
}
.rsi-support__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 8px;
}
@media (min-width: 480px) {
	.rsi-support__actions--row {
		flex-direction: row;
		flex-wrap: wrap;
	}
}
.rsi-support button,
.rsi-support .rsi-support__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 10px;
	border: 1px solid #2196f3;
	background: #121212;
	color: #90caf9;
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
}
.rsi-support button:hover,
.rsi-support .rsi-support__btn:hover {
	background: #2196f3;
	border-color: #2196f3;
	color: #000;
}
.rsi-support .rsi-support__btn--secondary {
	background: #121212;
	color: #90caf9;
	border: 1px solid #2196f3;
}
.rsi-support .rsi-support__btn--secondary:hover {
	background: #2196f3;
	color: #000;
}
.rsi-support .rsi-support__btn--ghost {
	background: #121212;
	color: #90caf9;
	border: 1px solid #2196f3;
}
.rsi-support .rsi-support__btn--ghost:hover {
	background: #2196f3;
	color: #000;
}
.rsi-support .rsi-support__btn--stack {
	flex-direction: column;
	gap: 3px;
	line-height: 1.15;
}
.rsi-support .rsi-support__btn--stack small {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #a9d6ff;
}
.rsi-support .rsi-support__btn--stack:hover small {
	color: rgba(0, 0, 0, 0.72);
}
.rsi-support__hubGrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 8px;
}
@media (min-width: 520px) {
	.rsi-support__hubGrid {
		grid-template-columns: 1fr 1fr;
	}
}
.rsi-support__hubGrid a.rsi-support__btn {
	width: 100%;
	text-align: center;
}
.rsi-support__pillOk {
	margin: 0 0 16px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #132a1a;
	border: 1px solid #2d6a3e;
	color: #b8f0c8;
}
.rsi-support__pillWarn {
	margin: 0 0 16px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #2a2210;
	border: 1px solid #6a5a2d;
	color: #f0e0a8;
}
.rsi-support__pillInfo {
	margin: 0 0 16px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #1a2332;
	border: 1px solid #2a4a6a;
	color: #b0d4ff;
}
.rsi-support__error {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #271717;
	border: 1px solid #5a2323;
	color: #ffc8c8;
	font-size: 0.9rem;
}
.rsi-support__list {
	margin: 0 0 14px 1.1em;
	padding: 0;
	color: #c0c0c0;
	line-height: 1.55;
}
.rsi-support__footerLinks {
	margin-top: 28px;
	padding-top: 16px;
	border-top: 1px solid #2a2a2a;
	font-size: 0.85rem;
}
.rsi-support__footerLinks a {
	color: #90caf9;
	text-decoration: none;
}
.rsi-support__footerLinks a:hover {
	text-decoration: underline;
}
