

.x22ff5853-co-page { padding: calc(var(--header-height) + 28px) 16px 72px; min-height: 60vh; }

.x22ff5853-co-main { display: flex; align-items: flex-start; justify-content: center; }
.x22ff5853-co-card {
	width: 100%; max-width: 980px; display: grid; grid-template-columns: 1.25fr 1fr;
	border-radius: var(--radius-2xl); overflow: hidden; box-shadow: var(--shadow-md);
	background: #fff;
}
@media (max-width: 820px) { .x22ff5853-co-card { grid-template-columns: 1fr; } }

.x22ff5853-co-sumtop { display: none; }
@media (max-width: 820px) {
	.x22ff5853-co-sumtop { display: block; background: #f4f2f6; color: #1c191f; border-radius: var(--radius-md); padding: 12px 14px; margin: 0 0 18px; }
	.x22ff5853-co-sumtop__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-weight: 600; }
	.x22ff5853-co-sumtop__row strong { font-size: var(--text-lg); white-space: nowrap; }
	.x22ff5853-co-sumtop__sub { color: #6b6770; font-size: var(--text-sm); margin-top: 2px; }
}

.x22ff5853-co-left { background: #fff; color: #1c191f; padding: 32px 32px 28px; }
.x22ff5853-co-h1 { font-size: var(--text-2xl); font-weight: 800; margin: 0 0 18px; color: #1c191f; }

.x22ff5853-co-steps { list-style: none; display: flex; gap: 8px; padding: 0; margin: 0 0 22px; }
.x22ff5853-co-steps li { display: flex; align-items: center; gap: 8px; font-size: var(--text-sm); color: #9a96a1; flex: 1; }
.x22ff5853-co-steps li span { width: 22px; height: 22px; border-radius: 50%; background: #ece9ef; color: #9a96a1; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; }
.x22ff5853-co-steps li.on { color: #1c191f; font-weight: 600; }
.x22ff5853-co-steps li.on span { background: #111016; color: #fff; }
.x22ff5853-co-steps li.done span { background: var(--accent-green, #16a34a); color: #fff; }

.x22ff5853-co-form { display: flex; flex-direction: column; gap: 14px; }
.x22ff5853-co-fld { display: flex; flex-direction: column; gap: 5px; }
.x22ff5853-co-fld > span { font-size: var(--text-sm); font-weight: 600; color: #2b2631; }
.x22ff5853-co-fld em { color: #9a96a1; font-style: normal; font-weight: 400; }
.x22ff5853-co-fld input { border: 1px solid #d9d6dd; border-radius: var(--radius-md); padding: 12px 14px; font-size: var(--text-base); color: #1c191f; background: #fff; width: 100%; }
.x22ff5853-co-fld input::placeholder { color: #b3afb8; }
.x22ff5853-co-fld input:focus { outline: none; border-color: var(--accent-pink); box-shadow: 0 0 0 3px var(--focus-ring); }
.x22ff5853-co-fld small { font-size: var(--text-xs); color: #8b8792; }
.x22ff5853-co-email-issue { display: flex; align-items: center; gap: 8px; font-size: var(--text-xs); line-height: 1.4; }
.x22ff5853-co-email-issue.typo { color: #b26a00; }
.x22ff5853-co-email-issue.test, .x22ff5853-co-email-issue.format { color: #c0392b; }
.x22ff5853-co-email-fix { background: rgba(178,106,0,.12); color: #b26a00; border: 1px solid rgba(178,106,0,.35); border-radius: 6px; padding: 2px 10px; font-size: var(--text-xs); font-weight: 600; cursor: pointer; }
.x22ff5853-co-fld2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .x22ff5853-co-fld2 { grid-template-columns: 1fr; } }
.x22ff5853-co-hint { font-size: var(--text-xs); color: #8b8792; margin: 0; }
.x22ff5853-co-renew { display: flex; align-items: flex-start; gap: 8px; font-size: var(--text-sm); color: #4a4651; cursor: pointer; padding: 10px 12px; border: 1px solid #e6e3ea; border-radius: var(--radius-md); background: #fbfafc; }
.x22ff5853-co-renew input { margin-top: 2px; }

.x22ff5853-co-cta { width: 100%; background: var(--accent-pink); color: #1c191f; border: none; border-radius: var(--radius-md); padding: 14px 16px; font-size: var(--text-base); font-weight: 800; cursor: pointer; transition: background .15s; margin-top: 4px; }
.x22ff5853-co-cta:hover { background: var(--accent-hover, var(--accent-red-hover)); }
.x22ff5853-co-cta:disabled { background: #ece9ef; color: #b3afb8; cursor: default; }

.x22ff5853-co-secure { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: var(--text-sm); color: #6b6770; margin: 14px 0 0; }
.x22ff5853-co-err { color: var(--color-error, #c0392b); font-size: var(--text-sm); margin: 8px 0 0; }

.x22ff5853-co-lines { border: 1px solid #e6e3ea; border-radius: var(--radius-md); padding: 14px; display: flex; flex-direction: column; gap: 12px; background: #fbfafc; }
.x22ff5853-co-lines__head { display: flex; flex-direction: column; gap: 2px; }
.x22ff5853-co-lines__head span { font-size: var(--text-sm); font-weight: 800; color: #2b2631; }
.x22ff5853-co-lines__head small { font-size: var(--text-xs); color: #8b8792; }
.x22ff5853-co-line { border: 1px solid #e6e3ea; border-radius: 10px; padding: 11px 12px; background: #fff; display: flex; flex-direction: column; gap: 8px; }
.x22ff5853-co-line__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.x22ff5853-co-line__n { font-size: var(--text-sm); font-weight: 600; color: #2b2631; }
.x22ff5853-co-seg { display: inline-flex; border: 1px solid #d9d6dd; border-radius: 8px; overflow: hidden; }
.x22ff5853-co-seg button { background: #fff; border: none; padding: 7px 12px; font-size: var(--text-xs); font-weight: 600; color: #6b6770; cursor: pointer; }
.x22ff5853-co-seg button.on { background: var(--accent-pink); color: #1c191f; }
.x22ff5853-co-line__hint { font-size: var(--text-xs); color: #8b8792; margin: 0; }
.x22ff5853-co-line__mag { display: flex; flex-direction: column; gap: 8px; }
.x22ff5853-co-line__mag input { font-family: ui-monospace, Menlo, monospace; letter-spacing: 1px; text-transform: uppercase; border: 1px solid #d9d6dd; border-radius: var(--radius-md); padding: 10px 12px; width: 100%; }
.x22ff5853-co-later { display: flex; align-items: center; gap: 8px; font-size: var(--text-xs); color: #6b6770; cursor: pointer; }
.x22ff5853-co-later input { width: auto; }
.x22ff5853-co-line-err { color: var(--color-error, #c0392b); font-size: var(--text-xs); margin: 0; }

.x22ff5853-co-back { background: none; border: none; color: #6b6770; font-size: var(--text-sm); cursor: pointer; padding: 0; }
.x22ff5853-co-payas { font-size: var(--text-sm); color: #6b6770; margin: 6px 0 18px; }
.x22ff5853-co-grouplbl { display: flex; align-items: center; gap: 8px; font-size: var(--text-sm); font-weight: 700; color: #2b2631; margin: 16px 0 8px; }
.x22ff5853-co-opt { border: 1px solid #e7e4ea; border-radius: var(--radius-lg); margin-bottom: 8px; overflow: hidden; }
.x22ff5853-co-opt.open { border-color: var(--accent-pink); box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent-red) 25%, transparent); }
.x22ff5853-co-opt.free { background: #fffafc; }
.x22ff5853-co-opthead { display: flex; align-items: center; gap: 12px; width: 100%; background: none; border: none; padding: 14px; cursor: pointer; text-align: left; }
.x22ff5853-co-ico { width: 44px; height: 32px; border-radius: 8px; background: #f4f2f6; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; padding: 4px 7px; }
.x22ff5853-co-ico img { max-width: 100%; max-height: 100%; object-fit: contain; }
.x22ff5853-co-obody { display: flex; flex-direction: column; flex: 1; }
.x22ff5853-co-oname { font-size: var(--text-base); font-weight: 600; color: #1c191f; }
.x22ff5853-co-odesc { font-size: var(--text-xs); color: #8b8792; }
.x22ff5853-co-right-cl { display: flex; align-items: center; gap: 10px; }
.x22ff5853-co-badge { font-size: var(--text-xs); font-weight: 700; padding: 3px 8px; border-radius: var(--radius-full); color: var(--accent-dark, var(--accent-red-dark)); background: #fff0f5; }
.x22ff5853-co-radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #cfcad6; }
.x22ff5853-co-radio.on { border-color: var(--accent-pink); background: radial-gradient(circle, var(--accent-pink) 0 5px, #fff 6px); }

.x22ff5853-co-panel { padding: 0 14px 16px; }
.x22ff5853-co-psub { font-size: var(--text-sm); color: #4a4651; margin: 4px 0 12px; line-height: 1.55; }
.x22ff5853-co-cryptogrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 8px; margin-bottom: 14px; }
.x22ff5853-co-cryptocard { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 12px 6px; border: 1px solid #e7e4ea; border-radius: var(--radius-md); background: #fff; cursor: pointer; transition: border-color .15s, background .15s; }
.x22ff5853-co-cryptocard:hover { border-color: #cfcad6; }
.x22ff5853-co-cryptocard.on { border-color: var(--accent-pink); background: color-mix(in srgb, var(--accent-red) 6%, #fff); box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent-red) 25%, transparent); }
.x22ff5853-co-cryptocard__icon { width: 30px; height: 30px; object-fit: contain; }
.x22ff5853-co-cryptocard__sym { font-size: var(--text-sm); font-weight: 700; color: #2b2631; }
.x22ff5853-co-cryptocard__name { font-size: 10px; font-weight: 600; color: #9a96a1; line-height: 1.1; text-align: center; }

.x22ff5853-co-netlbl { font-size: var(--text-sm); font-weight: 700; color: #2b2631; margin: 4px 0 8px; }
.x22ff5853-co-netsel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 14px; }
@media (max-width: 480px) { .x22ff5853-co-netsel { grid-template-columns: 1fr; } }
.x22ff5853-co-netcard { display: flex; align-items: center; gap: 10px; border: 1px solid #e7e4ea; background: #fff; border-radius: var(--radius-md); padding: 10px 12px; cursor: pointer; text-align: left; transition: border-color .15s, background .15s; }
.x22ff5853-co-netcard:hover { border-color: #cfcad6; }
.x22ff5853-co-netcard.on { border-color: var(--accent-pink); background: color-mix(in srgb, var(--accent-red) 6%, #fff); box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent-red) 25%, transparent); }
.x22ff5853-co-netcard__icon { width: 22px; height: 22px; object-fit: contain; flex-shrink: 0; }
.x22ff5853-co-netcard__chain { font-size: var(--text-sm); font-weight: 600; color: #1c191f; flex: 1; }
.x22ff5853-co-netcard__check { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #cfcad6; flex-shrink: 0; }
.x22ff5853-co-netcard.on .x22ff5853-co-netcard__check { border-color: var(--accent-pink); background: radial-gradient(circle, var(--accent-pink) 0 4px, #fff 5px); }

.x22ff5853-co-netwarn { font-size: var(--text-sm); line-height: 1.5; color: #8a4b00; background: #fff4e5; border: 1px solid #ffd9a8; border-radius: var(--radius-md); padding: 10px 12px; margin: 12px 0; }
.x22ff5853-co-codelbl { font-size: var(--text-sm); font-weight: 600; color: #2b2631; margin: 8px 0 6px; }
.x22ff5853-co-addr { display: flex; align-items: center; gap: 8px; border: 1px solid #e7e4ea; border-radius: var(--radius-md); padding: 10px 12px; font-family: ui-monospace, Menlo, monospace; font-size: var(--text-sm); color: #6b6770; }
.x22ff5853-co-addr span { word-break: break-all; }
.x22ff5853-co-addr .x22ff5853-co-amount { font-weight: 700; color: #1c191f; font-size: var(--text-base); }
.x22ff5853-co-addr .x22ff5853-co-copy { margin-left: auto; background: none; border: none; cursor: pointer; flex-shrink: 0; color: var(--accent-dark, var(--accent-red-dark)); font-weight: 700; font-size: var(--text-xs); }
.x22ff5853-co-qrwrap { display: flex; justify-content: center; padding: 14px; background: #fff; border: 1px solid #e7e4ea; border-radius: var(--radius-md); margin: 12px 0; }
.x22ff5853-co-qrwrap img, .x22ff5853-co-qrwrap canvas { width: 200px; height: 200px; }
.x22ff5853-co-note { font-size: var(--text-xs); color: #4a7a5c; background: #f0f8f3; border-radius: var(--radius-md); padding: 9px 11px; margin: 10px 0; }
.x22ff5853-co-foot { font-size: var(--text-xs); color: #8b8792; line-height: 1.6; margin: 18px 0 0; }

.x22ff5853-co-done { text-align: center; padding: 8px 4px; }
.x22ff5853-co-done__badge { width: 60px; height: 60px; margin: 6px auto 16px; border-radius: var(--radius-full); background: #eafaf0; border: 1px solid #b7e6c8; color: #1f9d57; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.x22ff5853-co-done h1 { font-size: var(--text-2xl); font-weight: 800; margin: 0 0 8px; color: #1c191f; }
.x22ff5853-co-done__code { color: #8b8792; margin: 0 0 16px; font-size: var(--text-sm); }
.x22ff5853-co-done__code strong { color: #1c191f; }
.x22ff5853-co-done__lead { color: #4a4651; line-height: 1.6; margin: 0 auto 20px; max-width: 420px; font-size: var(--text-base); }
.x22ff5853-co-done__btns { display: flex; gap: 10px; justify-content: center; margin-bottom: 18px; flex-wrap: wrap; }
.x22ff5853-co-done__btns button { flex: 1; min-width: 150px; border: none; border-radius: var(--radius-md); padding: 14px 16px; font-weight: 700; cursor: pointer; color: #fff; font-size: var(--text-base); }
.x22ff5853-co-wa, .x22ff5853-co-done__wa { background: #25d366; color: #fff; }
.x22ff5853-co-tg, .x22ff5853-co-done__tg { background: #229ed9; color: #fff; }
.x22ff5853-co-done__tip { background: #f0f8f3; border: 1px solid #c7ead5; color: #2a6b46; border-radius: var(--radius-md); padding: 12px 14px; font-size: var(--text-sm); line-height: 1.55; margin: 0 auto 16px; max-width: 460px; text-align: left; }
.x22ff5853-co-done__home { color: #6b6770; text-decoration: none; font-size: var(--text-sm); }

.x22ff5853-co-right { background: #f4f2f6; color: #1c191f; padding: 32px 28px; }
@media (max-width: 820px) { .x22ff5853-co-right { display: none; } }
.x22ff5853-co-sumh { font-size: var(--text-md); font-weight: 700; margin: 0 0 20px; color: #1c191f; }
.x22ff5853-co-sumitem { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #e2dee7; }
.x22ff5853-co-sumname { display: flex; flex-direction: column; font-weight: 600; font-size: var(--text-base); }
.x22ff5853-co-sumname small { font-weight: 400; color: #8b8792; font-size: var(--text-xs); }
.x22ff5853-co-sumprice { font-weight: 600; }
.x22ff5853-co-sumrow { display: flex; justify-content: space-between; font-size: var(--text-sm); color: #6b6770; margin: 16px 0 12px; }
.x22ff5853-co-sumtotal { display: flex; justify-content: space-between; align-items: center; margin: 16px 0 22px; font-size: var(--text-md); font-weight: 700; }
.x22ff5853-co-sumtotal strong { color: var(--accent-dark, var(--accent-red-dark)); font-size: var(--text-lg); }
.x22ff5853-co-trust { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.x22ff5853-co-trust li { font-size: var(--text-xs); color: #4a4651; line-height: 1.5; }
.x22ff5853-co-trust b { color: #16a34a; margin-right: 4px; }
.x22ff5853-co-qhelp { margin-top: 20px; padding: 14px; border-radius: var(--radius-md); background: #fff; border: 1px solid #e2dee7; }
.x22ff5853-co-qhelp__h { font-size: var(--text-sm); font-weight: 700; color: #1c191f; }
.x22ff5853-co-qhelp p { font-size: var(--text-xs); color: #6b6770; line-height: 1.5; margin: 4px 0 10px; }
.x22ff5853-co-qhelp__btns { display: flex; gap: 6px; }
.x22ff5853-co-qhelp__btns button { flex: 1; border: none; border-radius: var(--radius-sm); padding: 8px 4px; font-size: var(--text-xs); font-weight: 700; cursor: pointer; color: #fff; }
