::selection {
	background: #ffffff;
	color: #000000;
}

::-moz-selection {
	background: #ffffff;
	color: #000000;
}

body.light-theme ::selection {
	background: #000000;
	color: #ffffff;
}

body.light-theme ::-moz-selection {
	background: #000000;
	color: #ffffff;
}

.main-container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	min-height: 100vh;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
}

.hero-section {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
	box-sizing: border-box;
}

.header-wrapper {
	position: relative;
	margin-top: 32px;
	margin-bottom: 0;
}

.header-wrapper::before,
.header-wrapper::after {
	content: '';
	position: absolute;
	left: -9999px;
	right: -9999px;
	height: 1px;
	background: #262626;
}

.header-wrapper::before {
	top: 0;
}

.header-wrapper::after {
	bottom: 0;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #262626;
	background: linear-gradient(to bottom, rgba(26, 26, 26, 0.5), #0a0a0a);
}

.site-header::before,
.site-header::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #737373;
	border-style: solid;
	pointer-events: none;
	z-index: 10;
}

.site-header::before {
	top: -1px;
	left: -1px;
	border-width: 1px 0 0 1px;
}

.site-header::after {
	top: -1px;
	right: -1px;
	border-width: 1px 1px 0 0;
}

.site-header-corners {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 10;
}

.site-header-corners::before,
.site-header-corners::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #737373;
	border-style: solid;
}

.site-header-corners::before {
	bottom: -1px;
	left: -1px;
	border-width: 0 0 1px 1px;
}

.site-header-corners::after {
	bottom: -1px;
	right: -1px;
	border-width: 0 1px 1px 0;
}

.side-decor {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
	background: linear-gradient(to bottom, rgba(26, 26, 26, 0.5), #0a0a0a);
	pointer-events: none;
}

.side-decor-left {
	left: calc(-50vw + 50% + 32px);
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
}

.side-decor-right {
	right: calc(-50vw + 50% + 32px);
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
}

.slash-divider {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	color: #262626;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -0.25em;
	overflow: hidden;
	white-space: nowrap;
	user-select: none;
}

.content-block {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 48px 32px 32px 32px;
	position: relative;
	border: 1px solid #262626;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.content-block-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('/images/swap-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.content-block > *:not(.content-block-bg):not(.content-block-corners) {
	position: relative;
	z-index: 1;
}

.hero-title {
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 12px 0;
	text-align: center;
}

.hero-desc {
	font-size: 16px;
	color: #737373;
	margin: 0 0 32px 0;
	text-align: center;
	max-width: 450px;
}

.swap-boxes-row {
	display: flex;
	gap: 24px;
	width: 100%;
	max-width: 900px;
	box-sizing: border-box;
}

.swap-boxes-row .swap-box {
	flex: 1;
	min-width: 0;
}

.content-block > .swap-box:not(.exchange-details-box) {
	max-width: 650px;
}

.swap-box {
	width: 100%;
	padding: 48px 32px 32px 32px;
	position: relative;
	background: #0a0a0a;
	border: 1px solid #1a1a1a;
	box-sizing: border-box;
}

.swap-box::before,
.swap-box::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #737373;
	border-style: solid;
	pointer-events: none;
}

.swap-box::before {
	top: -1px;
	left: -1px;
	border-width: 1px 0 0 1px;
}

.swap-box::after {
	top: -1px;
	right: -1px;
	border-width: 1px 1px 0 0;
}

.swap-box-corners {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.swap-box-corners::before,
.swap-box-corners::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #737373;
	border-style: solid;
}

.swap-box-corners::before {
	bottom: -1px;
	left: -1px;
	border-width: 0 0 1px 1px;
}

.swap-box-corners::after {
	bottom: -1px;
	right: -1px;
	border-width: 0 1px 1px 0;
}

.content-block::before,
.content-block::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #737373;
	border-style: solid;
	pointer-events: none;
	z-index: 10;
}

.content-block::before {
	top: -1px;
	left: -1px;
	border-width: 1px 0 0 1px;
}

.content-block::after {
	top: -1px;
	right: -1px;
	border-width: 1px 1px 0 0;
}

.content-block-corners {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 10;
}

.content-block-corners::before,
.content-block-corners::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #737373;
	border-style: solid;
}

.content-block-corners::before {
	bottom: -1px;
	left: -1px;
	border-width: 0 0 1px 1px;
}

.content-block-corners::after {
	bottom: -1px;
	right: -1px;
	border-width: 0 1px 1px 0;
}

a.site-logo {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 8px;
	transition: opacity 0.2s ease;
}

a.site-logo:hover {
	opacity: 0.8;
	text-decoration: none;
}

.logo-img {
	height: 14px;
	width: auto;
}

.site-nav {
	display: flex;
	gap: 32px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.site-nav a {
	text-decoration: none;
	font-size: 16px;
	transition: color 0.2s ease;
}

.site-nav a:hover {
	text-decoration: none;
}

a.header-btn {
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background: transparent;
	border: 1px solid #222222;
	text-decoration: none;
	transition: all 0.2s;
}

a.header-btn:hover {
	color: #ffffff;
	background: #222222;
	text-decoration: none;
}

.branding-header {
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.swap-container {
	width: 100%;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}

.swap-inputs-area {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 16px;
}

.input-row {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.label-col {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: relative;
}

.input-label {
	position: absolute;
	top: -12px;
	left: 16px;
	background: #141414;
	padding: 2px 8px;
	font-size: 14px;
	color: #737373;
	text-transform: uppercase;
	border-top: 1px solid #262626;
	z-index: 1;
}

.input-label::before,
.input-label::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 12px;
	background: #262626;
}

.input-label::before {
	left: 0;
}

.input-label::after {
	right: 0;
}

.min-amount-error {
	color: #ff6b6b;
	font-size: 13px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 5px;
}

.exchange-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	margin-bottom: 29px;
	transition: transform 0.2s;
	height: 100%;
	min-height: 60px;
}

.exchange-icon:hover {
	transform: scale(1.1);
}

.exchange-icon span {
	display: block;
	font-size: 36px;
	color: #ffd700;
	font-weight: bold;
	user-select: none;
	line-height: 0.4;
	margin: 0;
	padding: 0;
}

.exchange-icon-static {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	margin-bottom: 29px;
	height: 100%;
	min-height: 60px;
}

.exchange-icon-static span {
	display: block;
	font-size: 36px;
	color: #ffd700;
	font-weight: bold;
	user-select: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.arrow-up {
	margin-bottom: -5px;
}

.arrow-down {
	margin-top: -5px;
}

.address-row {
	margin-top: 16px;
}

.full-field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.button-row {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 16px;
}

.swap-warning {
	margin-top: 16px;
	text-align: center;
}

.swap-warning-divider {
	height: 1px;
	background-color: #262626;
	margin: 0 -32px 32px -32px;
}

.swap-warning-text {
	font-size: 12px;
	color: #737373;
	margin: 0;
}

.api-form-field {
	margin-bottom: 20px;
}

.api-form-label {
	display: block;
	font-size: 14px;
	color: #737373;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.api-form-input {
	width: 100%;
	padding: 16px;
	font-family: inherit;
	font-size: 16px;
	background-color: #141414;
	color: #ffffff;
	border: 1px solid #262626;
	outline: none;
	box-sizing: border-box;
}

.api-form-input:focus {
	border-color: #444444;
}

.api-form-textarea {
	width: 100%;
	min-height: 120px;
	padding: 16px;
	font-family: inherit;
	font-size: 16px;
	background-color: #141414;
	color: #ffffff;
	border: 1px solid #262626;
	outline: none;
	resize: vertical;
	box-sizing: border-box;
}

.api-form-textarea:focus {
	border-color: #444444;
}

.api-docs-page {
	align-items: flex-start;
	padding-bottom: 48px;
}

.api-docs-container {
	width: 100%;
	max-width: 100%;
}

.api-notice {
	padding: 16px 24px;
	background: #141414;
	border: 1px solid #262626;
	text-align: center;
	font-size: 14px;
	color: #888888;
	margin-bottom: 32px;
}

.api-notice a {
	color: #ffffff;
	text-decoration: none;
}

.api-notice a:hover {
	text-decoration: underline;
}

.api-section {
	padding: 32px;
	background: #0a0a0a;
	border: 1px solid #1a1a1a;
	margin-bottom: 24px;
}

.api-section-title {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.api-subtitle {
	font-size: 14px;
	font-weight: 600;
	color: #737373;
	margin: 24px 0 12px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.api-text {
	font-size: 14px;
	color: #888888;
	line-height: 1.6;
	margin-bottom: 12px;
}

.api-text a {
	color: #ffffff;
	text-decoration: none;
}

.api-text a:hover {
	text-decoration: underline;
}

body.light-theme .api-text a {
	color: #0a0a0a;
}

.api-endpoint {
	font-family: "Fira Code", monospace;
	font-size: 13px;
	padding: 12px 16px;
	background: #141414;
	border-left: 3px solid #ffffff;
	margin: 12px 0;
	color: #ffffff;
}

.api-method {
	font-weight: 600;
	margin-right: 8px;
}

.api-method.get {
	color: #4caf50;
}

.api-method.post {
	color: #ffa500;
}

.api-code {
	font-family: "Fira Code", monospace;
	font-size: 12px;
	padding: 16px;
	background: #0d0d0d;
	border: 1px solid #1a1a1a;
	margin: 12px 0;
	white-space: pre;
	overflow-x: auto;
	color: #888888;
}

.api-table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
	font-size: 13px;
}

.api-table th {
	text-align: left;
	padding: 12px;
	border-bottom: 1px solid #262626;
	color: #737373;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

.api-table td {
	padding: 12px;
	border-bottom: 1px solid #1a1a1a;
	color: #888888;
}

.api-param {
	font-family: "Fira Code", monospace;
	color: #ffffff;
}

.api-required {
	color: #ff6b6b;
	font-size: 11px;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.api-docs-container {
		padding: 0;
	}
	.api-section {
		padding: 16px;
		margin-bottom: 16px;
		overflow-x: auto;
	}
	.api-section-title {
		font-size: 16px;
	}
	.api-code {
		font-size: 10px;
		padding: 12px;
	}
	.api-endpoint {
		font-size: 11px;
		word-break: break-all;
	}
	.api-table {
		font-size: 11px;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	.api-table th,
	.api-table td {
		padding: 8px 6px;
	}
}

.swap-box.api-apply {
	padding: 32px;
}

.swap-box.api-apply .swap-inputs-area {
	padding-top: 0;
	gap: 24px;
}

.swap-box.api-apply .api-form-field {
	margin-bottom: 0;
}

.swap-box.api-apply .api-form-label {
	margin-bottom: 8px;
}

.swap-box.api-apply .button-row {
	margin-top: 0;
}

.swap-box.api-apply > .notice-box {
	margin-bottom: 24px;
}

.swap-box.api-apply .swap-warning {
	margin-top: 24px;
}

.swap-box.api-apply .swap-warning-divider {
	margin: 0 -32px 32px -32px;
}

.swap-box.api-apply .swap-warning-text {
	padding-bottom: 0;
}

@media (max-width: 600px) {
	.swap-box.api-apply {
		padding: 16px;
	}
	.swap-box.api-apply .swap-inputs-area {
		gap: 20px;
	}
	.swap-box.api-apply .swap-warning-divider {
		margin-left: -16px;
		margin-right: -16px;
	}
	.swap-box.api-apply .swap-warning {
		margin-top: 20px;
	}
}

.footer-wrapper {
	position: relative;
	margin-top: 0;
	margin-bottom: 32px;
}

.footer-wrapper::before,
.footer-wrapper::after {
	content: '';
	position: absolute;
	left: -9999px;
	right: -9999px;
	height: 1px;
	background: #262626;
}

.footer-wrapper::before {
	top: 0;
}

.footer-wrapper::after {
	bottom: 0;
}

.site-footer {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 24px 32px;
	position: relative;
	background: transparent;
	border: 1px solid #262626;
}

.site-footer::before,
.site-footer::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #737373;
	border-style: solid;
	pointer-events: none;
}

.site-footer::before {
	top: -1px;
	left: -1px;
	border-width: 1px 0 0 1px;
}

.site-footer::after {
	top: -1px;
	right: -1px;
	border-width: 1px 1px 0 0;
}

.site-footer-corners {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.site-footer-corners::before,
.site-footer-corners::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #737373;
	border-style: solid;
}

.site-footer-corners::before {
	bottom: -1px;
	left: -1px;
	border-width: 0 0 1px 1px;
}

.site-footer-corners::after {
	bottom: -1px;
	right: -1px;
	border-width: 0 1px 1px 0;
}

.footer-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-logo {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: opacity 0.2s ease;
}

.footer-logo:hover {
	opacity: 0.8;
	text-decoration: none;
}

.footer-logo .logo-img {
	height: 14px;
	width: auto;
}

.footer-nav {
	display: flex;
	gap: 32px;
}

.footer-links-api {
	display: flex;
	gap: 24px;
}

.footer-links-api a {
	opacity: 0.5;
}

.footer-links-api a:hover {
	opacity: 0.7;
}

.feedback-row {
	margin-top: 10px;
}

.swap-feedback {
	min-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.swap-feedback.error {
	color: #ff6b6b;
}

.swap-feedback.success {
	color: #4caf50;
}

.swap-tracker {
	margin-top: 60px;
}

.tracker-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.exchange-id {
	font-size: 18px;
	font-weight: bold;
}

.copy-link-btn {
	padding: 8px 16px;
	font-family: inherit;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid;
}

body.dark-theme .copy-link-btn {
	background-color: #1a1a1a;
	color: #dddddd;
	border-color: #444444;
}

body.light-theme .copy-link-btn {
	background-color: #ffffff;
	color: #333333;
	border-color: #cccccc;
}

.copy-link-btn:hover {
	opacity: 0.8;
}

.address-display {
	display: flex;
	min-width: 0;
	border: 1px solid;
	padding: 2px;
	margin-bottom: 10px;
}

body.dark-theme .address-display {
	border-color: #444444;
}

body.light-theme .address-display {
	border-color: #cccccc;
}

.address-text {
	flex: 1;
	min-width: 0;
	padding: 15px;
	font-family: 'Fira Code', monospace;
	font-size: 14px;
	white-space: nowrap;
	overflow-x: auto;
	border-radius: 3px;
	cursor: text;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.address-text::-webkit-scrollbar {
	display: none;
}

body.dark-theme .address-text {
	background-color: #222222;
	color: #ffffff;
}

body.light-theme .address-text {
	background-color: #ffffff;
	color: #000000;
}

.copy-btn {
	padding: 0 20px;
	font-family: inherit;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border-radius: 0 3px 3px 0;
	border: none;
	border-left: 1px solid;
	font-weight: bold;
}

body.dark-theme .copy-btn {
	background-color: #222222;
	color: #ffffff;
	border-left-color: #444444;
}

body.light-theme .copy-btn {
	background-color: #ffffff;
	color: #000000;
	border-left-color: #cccccc;
}

.copy-btn:hover {
	opacity: 0.7;
}

.extra-memo {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 3px;
	font-size: 14px;
}

body.dark-theme .extra-memo {
	background-color: #1a1a1a;
	color: #ffb347;
}

body.light-theme .extra-memo {
	background-color: #fff3cd;
	color: #856404;
}

.swap-detail-top {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.qr-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.qr-container canvas {
	width: 200px !important;
	height: 200px !important;
}

.exchange-details {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid;
	border-radius: 3px;
	transition: border-color 0.3s ease;
}

.exchange-details.finished {
	border-color: #4caf50 !important;
}

.swap-inputs-area.processing {
	opacity: 0.5 !important;
	pointer-events: none;
	transition: opacity 0.3s ease;
	filter: grayscale(20%);
}

body.dark-theme .exchange-details {
	border-color: #444444;
	background-color: #1a1a1a;
}

body.light-theme .exchange-details {
	border-color: #cccccc;
	background-color: #f9f9f9;
}

.exchange-details h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.detail-line {
	margin: 8px 0;
	font-size: 14px;
}

.detail-line span {
	font-weight: bold;
}

.swap-details-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.swap-detail-card {
    display: flex;
    flex-direction: column;
}

.detail-content {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.detail-label {
	font-size: 12px;
	color: #737373;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.detail-amount {
	font-family: 'Fira Code', monospace;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 4px;
}

.detail-usd {
	font-size: 14px;
	color: #737373;
	margin-bottom: 16px;
}

.detail-address-box {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.detail-address {
	font-family: 'Fira Code', monospace;
	font-size: 11px;
	line-height: 1.5;
	color: #888888;
	word-break: break-all;
	padding: 16px;
	background: #0a0a0a;
	border: 1px solid #1a1a1a;
	min-height: 70px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.detail-memo {
	font-family: 'Fira Code', monospace;
	font-size: 12px;
	padding: 12px 16px;
	background: #0a0a0a;
	border: 1px solid #1a1a1a;
	text-align: center;
}

.detail-memo-label,
.detail-memo-note {
	color: #737373;
}

.detail-memo-value {
	color: #ffffff;
}

.detail-memo-note {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 8px;
	text-align: center;
}

.qr-code {
	width: 100px;
	height: 100px;
}

.swap-action-row {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 32px;
	width: 100%;
	max-width: 900px;
}

.swap-action-row .action-btn {
	width: auto !important;
	flex: none !important;
	padding: 16px 64px;
}

.notice-success {
	background-color: #4caf50;
	color: #ffffff;
}

.notice-error {
	background-color: #ff6b6b;
	color: #ffffff;
}

body.dark-theme .notice-box.notice-error,
body.light-theme .notice-box.notice-error {
	background-color: #ff6b6b;
	color: #ffffff;
	border-color: #e55555;
}

body.dark-theme .notice-box.notice-success,
body.light-theme .notice-box.notice-success {
	background-color: #4caf50;
	color: #ffffff;
	border-color: #3d9140;
}

.notice-error a,
.notice-success a {
	color: #ffffff;
	text-decoration: underline;
}

.exchange-details-box {
    width: 100%;
    max-width: 900px;
    margin-top: 24px;
    height: auto;
    flex: none;
}

.exchange-details-title {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.exchange-details-row {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #1a1a1a;
}

.exchange-details-row:last-child {
	border-bottom: none;
}

.exchange-details-label {
	font-size: 14px;
	color: #737373;
}

.exchange-details-value {
	font-family: 'Fira Code', monospace;
	font-size: 14px;
	color: #ffffff;
}

@media (max-height: 1000px) {
	.hero-title {
		font-size: 28px;
	}
	.hero-desc {
		font-size: 14px;
		margin-bottom: 24px;
	}
}

@media (max-width: 1400px) {
	.side-decor {
		display: none;
	}
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 28px;
	}
	.swap-box {
		padding: 20px;
	}
	.content-block {
		padding: 20px 16px 0 16px;
	}
	.swap-boxes-row {
		flex-direction: column;
	}
	.swap-detail-top {
		flex-direction: column;
		align-items: center;
	}
	.detail-content {
		text-align: center;
	}
}

@media (max-width: 600px) {
	.input-row {
		flex-direction: column;
		align-items: stretch;
	}
	.exchange-icon {
		padding: 10px 0;
		transform: rotate(90deg);
	}
	.swap-details-grid {
		grid-template-columns: 1fr;
	}
	.hero-title {
		display: none;
	}
	.hero-desc {
		display: none;
	}
	.swap-box {
		padding: 16px;
	}
	.content-block {
		padding: 20px;
	}
	.button-row {
		flex-direction: column-reverse;
		margin-top: 0;
	}
	.button-row .action-btn {
		font-size: 14px;
		padding: 14px 24px;
	}
	.full-field input {
		font-size: 16px;
		padding: 16px 24px;
	}
	.full-field input::placeholder {
		font-size: 16px;
	}
	.address-row {
		margin-top: 0;
	}
	.swap-warning-divider {
		margin-left: -16px;
		margin-right: -16px;
	}
	.swap-warning-text br {
		display: none;
	}
	.swap-warning-text {
		padding-bottom: 16px;
	}
	.site-header {
		flex-wrap: wrap;
		padding: 20px;
	}
	.site-header .site-logo {
		order: 1;
	}
	.site-header .header-btn {
		order: 2;
		font-size: 14px;
	}
	.site-header .site-nav {
		order: 3;
		position: relative;
		left: auto;
		transform: none;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		justify-content: center;
		gap: 16px;
		padding: 20px 20px 0 20px;
		margin-top: 20px;
		border-top: 1px solid #262626;
	}
	.site-nav a {
		font-size: 14px;
	}
	.header-wrapper {
		margin-top: 20px;
	}
	.main-container {
		min-height: 100vh;
		min-height: 100dvh;
	}

	.hero-section {
		min-height: auto;
		flex: 1;
	}
	.header-wrapper::before,
	.header-wrapper::after,
	.footer-wrapper::before,
	.footer-wrapper::after {
		display: none;
	}
	.site-footer {
		padding: 20px;
	}
	.footer-content {
		flex-wrap: wrap;
	}
	.footer-logo {
		order: 1;
	}
	.footer-links-api {
		order: 2;
	}
	.footer-nav {
		order: 3;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		justify-content: center;
		gap: 16px;
		padding: 20px 20px 0 20px;
		margin-top: 20px;
		border-top: 1px solid #262626;
	}
	.footer-nav a {
		font-size: 14px;
	}
	.footer-links-api a {
		font-size: 14px;
	}
	.footer-wrapper {
		margin-top: auto;
		margin-bottom: 20px;
	}
	.qr-container {
		display: none;
	}
	.swap-action-row .action-btn {
		width: 100% !important;
		flex: 1 !important;
		padding: 16px 32px;
		text-align: center;
		justify-content: center;
		display: flex;
	}
}
