@font-face {
	font-family: Geist;
	src: url("/geist.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	color-scheme: dark;
	font-family: Geist, ui-sans-serif, system-ui, sans-serif;
	background: #1e1d1b;
	color: #f4f1e9;
	font-synthesis: none;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	min-width: 280px;
}
button,
input {
	font: inherit;
}
button {
	cursor: pointer;
}
button:disabled {
	cursor: wait;
	opacity: 0.62;
}
a {
	color: inherit;
}
:focus-visible {
	outline: 2px solid #b8f4de;
	outline-offset: 3px;
}
.mono {
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	overflow-wrap: anywhere;
}
.claim-page {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	background: radial-gradient(circle at 90% -15%, #25443a 0, transparent 33rem), #1e1d1b;
}
.claim-header {
	width: min(100% - 40px, 760px);
	min-height: 84px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
.claim-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.035em;
}
.claim-wordmark img {
	filter: invert(1);
}
.network-pill {
	padding: 5px 9px;
	border: 1px solid #484940;
	border-radius: 999px;
	color: #bdc5b9;
	font-size: 12px;
	text-transform: capitalize;
}
.claim-main {
	width: min(100% - 40px, 600px);
	margin: 22px auto 48px;
}
.claim-footer {
	margin: auto auto 0;
	width: min(100% - 40px, 760px);
	padding: 22px 0;
	border-top: 1px solid #343633;
	color: #a8aca4;
	font-size: 12px;
	text-align: center;
}
.gift-art {
	isolation: isolate;
	position: relative;
	overflow: hidden;
	min-height: 256px;
	border: 1px solid #627e72;
	border-radius: 16px;
	background:
		radial-gradient(circle at 75% 20%, #468c79 0%, transparent 36%),
		radial-gradient(circle at 6% 95%, #315e58, transparent 48%), #1d302c;
}
.gift-art--dusk {
	background:
		radial-gradient(circle at 78% 17%, #7371ad 0%, transparent 36%),
		radial-gradient(circle at 8% 98%, #423c76, transparent 46%), #242331;
	border-color: #686486;
}
.gift-art--coral {
	background:
		radial-gradient(circle at 78% 17%, #d68a74 0%, transparent 36%),
		radial-gradient(circle at 8% 98%, #815861, transparent 46%), #3c2d31;
	border-color: #90706c;
}
.gift-orbit {
	position: absolute;
	z-index: -1;
	border: 1px solid rgb(245 255 245 / 20%);
	border-radius: 50%;
	transform: rotate(-22deg);
}
.gift-orbit--one {
	width: 450px;
	height: 260px;
	right: -190px;
	top: -120px;
}
.gift-orbit--two {
	width: 350px;
	height: 350px;
	right: -170px;
	bottom: -260px;
}
.gift-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 256px;
	max-width: 90%;
	padding: 30px;
}
.gift-overline {
	margin: 0 0 11px;
	color: #e0ebe0;
	font-size: 13px;
}
.gift-art h1 {
	margin: 0;
	font-size: clamp(31px, 7vw, 48px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -0.045em;
}
.gift-message {
	max-width: 45ch;
	margin: 18px 0 0;
	font-size: clamp(15px, 3.5vw, 18px);
	line-height: 1.4;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}
.gift-disclosure {
	margin: 12px 0 0;
	color: #e5e9e2;
	font-size: 11px;
}
.claim-body {
	padding: 8px 0 0;
}
.claim-section {
	margin: 25px 0;
	padding: 0;
	border: 0;
}
.claim-section h2,
.payment-fieldset legend {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 600;
}
.asset-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #3d403b;
}
.asset-row {
	min-height: 63px;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 9px 0;
	border-bottom: 1px solid #3d403b;
}
.asset-icon {
	width: 36px;
	height: 36px;
	display: grid;
	flex: none;
	place-items: center;
	border-radius: 50%;
	background: #354c43;
	color: #c9f5df;
	font-size: 21px;
}
.asset-icon--object {
	border-radius: 10px;
	background: #4b435e;
	color: #e8d8fc;
}
.asset-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 3px;
}
.asset-copy strong {
	font-size: 14px;
	font-weight: 550;
	overflow-wrap: anywhere;
}
.asset-copy small {
	color: #afb4aa;
	font-size: 12px;
	overflow-wrap: anywhere;
}
.field-label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
}
.claim-input {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid #62665e;
	border-radius: 9px;
	outline: none;
	background: #2a2b27;
	color: #f4f1e9;
	font-size: 13px;
}
.claim-input:focus {
	border-color: #a5e7c8;
	box-shadow: 0 0 0 2px rgb(165 231 200 / 20%);
}
.claim-input::placeholder {
	color: #858a82;
}
.field-hint {
	margin: 7px 0 0;
	color: #b6bbb2;
	font-size: 12px;
	line-height: 1.45;
}
.payment-fieldset {
	border-top: 1px solid #3d403b;
	padding-top: 22px;
}
.payment-option {
	display: flex;
	gap: 12px;
	padding: 14px 15px;
	margin-top: 9px;
	border: 1px solid #51544e;
	border-radius: 10px;
	cursor: pointer;
}
.payment-option:has(input:checked) {
	border-color: #a5e7c8;
	background: rgb(165 231 200 / 7%);
}
.payment-option input {
	margin: 3px 0 0;
	accent-color: #a5e7c8;
}
.payment-option span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.payment-option strong {
	font-size: 13px;
	font-weight: 550;
}
.payment-option small {
	color: #b6bbb2;
	font-size: 12px;
	line-height: 1.45;
}
.wallet-choice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
.wallet-choice-list .mono {
	max-width: 100%;
	overflow-wrap: anywhere;
	text-align: left;
	white-space: normal;
}
.claim-notice {
	margin: 14px 0;
	padding: 11px 13px;
	border: 1px solid #465a50;
	border-radius: 8px;
	background: #26372f;
	color: #e5efe9;
	font-size: 12px;
	line-height: 1.5;
}
.claim-notice--error {
	border-color: #906b61;
	background: #3a2928;
	color: #ffe3dc;
}
.claim-actions {
	display: flex;
	justify-content: flex-end;
	gap: 9px;
	padding-top: 9px;
}
.claim-primary,
.claim-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 9px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.claim-primary {
	background: #a5e7c8;
	color: #173127;
}
.claim-primary:hover:not(:disabled) {
	background: #c1f7dd;
}
.claim-secondary {
	border-color: #62665e;
	background: transparent;
	color: #f4f1e9;
}
.claim-secondary:hover:not(:disabled) {
	background: #343933;
}
.review-list {
	margin: 0;
	border-top: 1px solid #3d403b;
}
.creator-review-assets {
	list-style: none;
	margin: 22px 0;
	padding: 0;
	border-top: 1px solid #3d403b;
}
.creator-review-assets li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid #3d403b;
	font-size: 13px;
}
.creator-review-assets li span {
	min-width: 0;
	color: #b6bbb2;
}
.creator-review-assets li small {
	display: block;
	overflow-wrap: anywhere;
}
.creator-review-assets li strong {
	font-weight: 600;
	text-align: right;
}
.review-list > div {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid #3d403b;
	font-size: 13px;
}
.review-list dt {
	color: #b6bbb2;
}
.review-list dd {
	min-width: 0;
	max-width: 70%;
	margin: 0;
	text-align: right;
}
.claim-status {
	width: 100%;
	min-height: min(70dvh, 520px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.claim-status h1 {
	margin: 16px 0 4px;
	font-size: 24px;
}
.claim-status p {
	margin: 0 0 20px;
	max-width: 40ch;
	color: #b6bbb2;
	line-height: 1.5;
}
.status-mark {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border: 1px solid #be8f7f;
	border-radius: 50%;
	color: #f2c5b7;
	font-size: 28px;
}
.status-mark--success {
	border-color: #a5e7c8;
	color: #a5e7c8;
}
.claim-spinner {
	width: 36px;
	height: 36px;
	border: 3px solid #59675f;
	border-top-color: #a5e7c8;
	border-radius: 50%;
	animation: claim-spin 0.8s linear infinite;
}
@keyframes claim-spin {
	to {
		transform: rotate(360deg);
	}
}
@media (max-width: 600px) {
	.claim-main,
	.claim-header,
	.claim-footer {
		width: calc(100% - 28px);
	}
	.claim-header {
		min-height: 66px;
	}
	.claim-main {
		margin-top: 6px;
	}
	.gift-art,
	.gift-content {
		min-height: 215px;
	}
	.gift-content {
		padding: 22px;
	}
	.claim-actions {
		flex-direction: column-reverse;
	}
	.claim-actions > * {
		width: 100%;
	}
}
@media (prefers-reduced-motion: reduce) {
	.claim-spinner {
		animation: none;
	}
}
.creator-main {
	max-width: 600px;
}
.creator-heading h1 {
	margin: 0;
	font-size: 30px;
	letter-spacing: -0.035em;
}
.creator-heading p {
	margin: 8px 0 18px;
	max-width: 55ch;
	color: #b6bbb2;
	font-size: 14px;
	line-height: 1.5;
}
.creator-asset-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #3d403b;
}
.creator-asset-list li {
	border-bottom: 1px solid #3d403b;
}
.creator-asset-option {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	cursor: pointer;
}
.creator-asset-option input {
	accent-color: #a5e7c8;
}
.creator-asset-option span {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}
.creator-asset-option strong {
	font-size: 14px;
	font-weight: 550;
	overflow-wrap: anywhere;
}
.creator-asset-option small {
	color: #b6bbb2;
	font-size: 12px;
	overflow-wrap: anywhere;
}
.creator-amount,
.creator-reserve {
	padding: 0 0 14px 26px;
}
.creator-reserve {
	padding: 14px 0 0 0;
}
.gift-textarea {
	min-height: 92px;
	resize: vertical;
	font-family: inherit;
}
.artwork-fieldset {
	margin: 17px 0 0;
	padding: 0;
	border: 0;
}
.artwork-fieldset legend {
	margin-bottom: 9px;
	font-size: 13px;
}
.artwork-options {
	display: flex;
	gap: 8px;
}
.artwork-option {
	flex: 1;
	min-height: 82px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 9px;
	border: 1px solid #6d7e72;
	border-radius: 9px;
	color: white;
	cursor: pointer;
	font-size: 12px;
	text-transform: capitalize;
}
.artwork-option--mint {
	background: radial-gradient(circle at 90% 0%, #519983, transparent 70%), #263c35;
}
.artwork-option--dusk {
	background: radial-gradient(circle at 90% 0%, #7d74af, transparent 70%), #333047;
}
.artwork-option--coral {
	background: radial-gradient(circle at 90% 0%, #d5927d, transparent 70%), #563735;
}
.artwork-option:has(input:checked) {
	outline: 2px solid #c7f1dc;
	outline-offset: 2px;
}
.artwork-option input {
	accent-color: #a5e7c8;
}
.share-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
.creator-complete {
	padding: 34px 0;
}
.creator-complete h2 {
	margin: 20px 0 5px;
	font-size: 25px;
}
.creator-complete p {
	color: #b6bbb2;
	line-height: 1.5;
}
.creator-complete .claim-input {
	margin-bottom: 2px;
}
