.scp-pay {
	max-width: 560px;
	margin: 0 auto;
	font-size: 15px;
	color: #1e2330;
}
.scp-card {
	border: 2px solid #2f5bff;
	border-radius: 22px;
	padding: 26px 24px;
	background: #fff;
	box-shadow: 0 10px 40px rgba( 47, 91, 255, .08 );
}

/* Amount header */
.scp-sum {
	text-align: center;
	margin-bottom: 18px;
}
.scp-sum-label {
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 12px;
	color: #8a93a6;
	font-weight: 600;
}
.scp-sum-amount {
	font-size: 40px;
	font-weight: 800;
	color: #2f5bff;
	line-height: 1.1;
	margin-top: 4px;
}

/* Helper card */
.scp-helper {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #eef2ff;
	border-radius: 14px;
	padding: 12px 14px;
	margin-bottom: 16px;
}
.scp-helper-icon img {
	width: 26px;
	height: 26px;
}
.scp-helper-txt {
	flex: 1;
	font-size: 13.5px;
	line-height: 1.35;
	color: #36406b;
}
.scp-start {
	background: #2f5bff;
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 10px 22px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}
.scp-start:hover {
	background: #2547d8;
}

/* Coin rows */
.scp-coins {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.scp-coin {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #e6e9f0;
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	text-align: left;
	transition: border-color .15s, box-shadow .15s, background .15s;
}
.scp-coin:hover {
	border-color: #b9c4ff;
	background: #fafbff;
}
.scp-coin.active {
	border-color: #2f5bff;
	box-shadow: 0 0 0 3px rgba( 47, 91, 255, .15 );
}
.scp-coin-ic {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scp-coin-ic img {
	width: 34px;
	height: 34px;
}
.scp-coin-name {
	flex: 1;
	font-weight: 700;
	font-size: 17px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.scp-badge {
	font-size: 11px;
	font-weight: 600;
	color: #5566b3;
	background: #eef2ff;
	border: 1px solid #d7deff;
	border-radius: 8px;
	padding: 2px 8px;
}
.scp-coin-tick {
	color: #9aa3b5;
	font-weight: 700;
	font-size: 15px;
}
.scp-chev {
	color: #c2c9d6;
	flex: 0 0 auto;
}
.scp-coin:hover .scp-chev {
	color: #2f5bff;
}

/* Back nav + picked line */
.scp-back {
	background: none;
	border: 0;
	color: #2f5bff;
	font-weight: 700;
	cursor: pointer;
	padding: 0 0 12px;
	font-size: 15px;
}
.scp-pickline {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 17px;
	margin-bottom: 14px;
}
.scp-pickline img {
	width: 24px;
	height: 24px;
}

/* Payment panel */
.scp-loading,
.scp-err {
	padding: 14px;
	border-radius: 10px;
	background: #f1f5f9;
}
.scp-err {
	background: #ffeaea;
	color: #c02626;
}
.scp-grid {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	flex-wrap: wrap;
}
.scp-qr-wrap {
	text-align: center;
}
.scp-qr-wrap small {
	display: block;
	margin-top: 6px;
	color: #777;
}
#scp-qr img,
#scp-qr canvas {
	border: 1px solid #eee;
	padding: 8px;
	background: #fff;
	border-radius: 10px;
}
.scp-details {
	flex: 1;
	min-width: 240px;
}
.scp-row {
	display: flex;
	flex-direction: column;
	padding: 10px 0;
	border-bottom: 1px solid #eef0f4;
}
.scp-label {
	color: #8a93a6;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 4px;
}
.scp-value {
	font-weight: 600;
	word-break: break-all;
}
.scp-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 13px;
}
.scp-copy {
	margin-left: 8px;
	font-size: 11px;
	padding: 2px 8px;
	border: 1px solid #ccd2dd;
	border-radius: 6px;
	background: #f7f8fa;
	cursor: pointer;
}
.scp-copy:hover {
	background: #eceef2;
}
.scp-status {
	margin-top: 20px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #f1f5f9;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.scp-status.scp-detected { background: #e3f2fd; }
.scp-status.scp-paid { background: #e8f5e9; }
.scp-status.scp-expired { background: #ffebee; }
.scp-countdown {
	margin-left: auto;
	font-variant-numeric: tabular-nums;
	color: #555;
}
.scp-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #cbd5e1;
	border-top-color: #2f5bff;
	border-radius: 50%;
	animation: scp-spin .8s linear infinite;
}
.scp-paid .scp-spinner,
.scp-expired .scp-spinner { display: none; }
@keyframes scp-spin { to { transform: rotate( 360deg ); } }

.scp-help {
	margin: 16px auto 0;
	max-width: 560px;
	color: #8a93a6;
	font-size: 12.5px;
	line-height: 1.5;
	text-align: center;
}

/* ===================== Payment guide ===================== */

.scp-hot { color: #e8552d; font-weight: 700; font-style: normal; }

/* Banner ("Įjungti gidą") */
.scp-guide-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #eef3ff;
	border: 1px solid #dbe4ff;
	border-radius: 14px;
	padding: 12px 14px;
	margin-bottom: 16px;
}
.scp-banner-ic { font-size: 20px; line-height: 1; }
.scp-banner-txt { flex: 1; font-size: 13.5px; line-height: 1.35; color: #36406b; }
.scp-banner-btn {
	background: #2f5bff;
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 10px 20px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}
.scp-banner-btn:hover { background: #2547d8; }

/* Guide header bar */
.scp-guide-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #eef3ff;
	border-radius: 14px;
	padding: 14px 16px;
	margin: -6px -6px 18px;
}
.scp-guide-title { font-size: 18px; font-weight: 800; color: #2f5bff; }
.scp-guide-exit {
	background: #fff;
	border: 1px solid #cdd9ff;
	color: #2f5bff;
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}
.scp-guide-exit:hover { background: #f5f8ff; }

.scp-guide-backbtn {
	background: #fff;
	border: 1px solid #cdd9ff;
	color: #2f5bff;
	border-radius: 999px;
	padding: 7px 16px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 14px;
}
.scp-guide-backbtn:hover { background: #f5f8ff; }

.scp-guide-q {
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	margin: 6px 0 18px;
	color: #1e2330;
}

/* Device / method cards */
.scp-gcards { display: flex; flex-direction: column; gap: 12px; }
.scp-gcard {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 16px 18px;
	border: 1px solid #e6e9f0;
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	text-align: left;
	transition: border-color .15s, box-shadow .15s, background .15s;
}
.scp-gcard:hover { border-color: #b9c4ff; background: #fafbff; box-shadow: 0 4px 16px rgba( 47, 91, 255, .08 ); }
.scp-gcard-ic { font-size: 26px; line-height: 1; flex: 0 0 auto; }
.scp-gcard-body { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.scp-gcard-name { font-weight: 700; font-size: 17px; }
.scp-gcard-desc { color: #8a93a6; font-size: 13.5px; line-height: 1.3; }
.scp-gbadge {
	background: #3aa657;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
	border-radius: 999px;
	padding: 5px 12px;
	white-space: nowrap;
	flex: 0 0 auto;
}

/* Method head + intro note */
.scp-method-head { display: flex; align-items: center; gap: 8px; font-size: 18px; margin-bottom: 12px; }
.scp-guide-intro {
	background: #f3f5f9;
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 13px;
	line-height: 1.5;
	color: #5a6477;
	margin-bottom: 18px;
}

/* Steps */
.scp-steps { list-style: none; margin: 0; padding: 0; counter-reset: scp; }
.scp-step { display: flex; gap: 12px; padding: 10px 0; align-items: flex-start; }
.scp-step-n {
	flex: 0 0 auto;
	min-width: 22px;
	font-weight: 800;
	color: #2f5bff;
	font-size: 15px;
	padding-top: 1px;
}
.scp-step-tx { flex: 1; line-height: 1.5; font-size: 14.5px; }
.scp-step-tx strong { font-weight: 700; }

/* Copy chip (address / amount) */
.scp-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #f3f5f9;
	border: 1px solid #e3e7ef;
	border-radius: 10px;
	padding: 8px 10px;
	margin: 6px 0;
	max-width: 100%;
}
.scp-chip-val {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 13.5px;
	word-break: break-all;
	color: #1e2330;
}
.scp-chip-copy {
	margin-left: auto;
	white-space: nowrap;
	border: 1px solid #cdd9ff;
	background: #fff;
	color: #2f5bff;
	border-radius: 8px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}
.scp-chip-copy:hover { background: #f5f8ff; }

/* Open-provider link button */
.scp-open-btn {
	display: inline-block;
	margin: 6px 0;
	background: #fff;
	border: 1px solid #cdd9ff;
	color: #2f5bff;
	border-radius: 10px;
	padding: 9px 16px;
	font-weight: 700;
	text-decoration: none;
}
.scp-open-btn:hover { background: #f5f8ff; }

/* Extra recipient info (collapsible) */
.scp-extra {
	margin-top: 18px;
	border: 1px solid #e3e7ef;
	border-radius: 12px;
	background: #f9fafc;
	padding: 0 14px;
}
.scp-extra > summary {
	cursor: pointer;
	font-weight: 700;
	color: #2f5bff;
	padding: 13px 0;
	list-style: none;
}
.scp-extra > summary::-webkit-details-marker { display: none; }
.scp-extra-body { padding: 0 0 14px; }
.scp-extra-body p { margin: 0 0 10px; font-size: 13px; color: #5a6477; line-height: 1.45; }
.scp-extra-row { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.scp-extra-label { font-size: 12px; text-transform: uppercase; letter-spacing: .03em; color: #8a93a6; font-weight: 600; }

/* ===================== Static help page ([scp_payment_guide]) ===================== */

/* Center the page title on the help page only (scoped via body class). */
.scp-guide-page #main h1 { text-align: center; }

.scp-help-page { max-width: 640px; margin: 0 auto; font-size: 15px; color: #1e2330; }
.scp-static-note {
	background: #eef3ff;
	border: 1px solid #dbe4ff;
	border-radius: 14px;
	padding: 14px 16px;
	margin-bottom: 18px;
}
.scp-static-note strong { display: block; color: #2f5bff; font-size: 16px; margin-bottom: 6px; }
.scp-static-note p { margin: 0; font-size: 13.5px; line-height: 1.5; color: #36406b; }

.scp-static-method {
	border: 1px solid #e6e9f0;
	border-radius: 16px;
	background: #fff;
	padding: 0 18px;
	margin-bottom: 12px;
}
.scp-static-method[open] { border-color: #b9c4ff; box-shadow: 0 4px 16px rgba( 47, 91, 255, .06 ); }
.scp-static-method > summary {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	padding: 16px 0;
	list-style: none;
	font-size: 16px;
}
.scp-static-method > summary::-webkit-details-marker { display: none; }
.scp-static-name { flex: 1; line-height: 1.3; }
.scp-static-name strong { font-weight: 700; }
.scp-static-method .scp-steps { padding: 0 0 14px; }

.scp-chip-static {
	background: #f6f7fa;
	border-style: dashed;
	border-color: #cfd6e4;
}
.scp-chip-static .scp-chip-val { color: #8a93a6; font-family: inherit; font-size: 13px; }

.scp-static-others { margin-top: 18px; }
.scp-static-others strong { display: inline; color: inherit; font-size: inherit; margin: 0; }

/* "How to get this coin?" opener inside the live payment panel */
.scp-panel-guide {
	display: block;
	width: 100%;
	margin: 14px 0 0;
	background: #eef3ff;
	border: 1px solid #dbe4ff;
	border-radius: 12px;
	padding: 11px 14px;
	color: #2547d8;
	font-weight: 600;
	font-size: 13.5px;
	cursor: pointer;
	text-align: center;
}
.scp-panel-guide:hover { background: #e3ebff; }
