/* ────────────────────────────────────────────────────────────
   Globalist Capital — auth + app surfaces
   Same language as gc-premium.css: deep-teal grounds, hairline
   rules, Satoshi display type, lime used sparingly.
   Used by: signin.html, signup.html, forgot-pass.html,
            dashboard.html, admin.html
   ──────────────────────────────────────────────────────────── */

.gc-auth,
.gc-app {
	--a-ink: #0A2A28;
	--a-body: #4A6462;
	--a-muted: #6B8482;
	--a-line: #DFE7E3;
	--a-paper: #FFFFFF;
	--a-canvas: #F6F9F7;
	--a-ground: #0E3A3C;
	--a-ground-deep: #06211F;
	--a-lime: #AEFF1C;
	--a-lime-ink: #5F8F00;
	--a-good: #1F7A3D;
	--a-warn: #8A6100;
	--a-bad: #A62B1F;
}

/* ══════════════════════════════════════════════════════════
   AUTH — split screen
   ══════════════════════════════════════════════════════════ */
.gc-auth {
	min-height: 100vh;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	background: var(--a-canvas);
	color: var(--a-ink);
}

.gc-auth-brand {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--a-ground);
	color: #F2F7F3;
	padding: clamp(34px, 4vw, 56px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}

.gc-auth-brand::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(110% 80% at 88% 4%, rgba(174, 255, 28, 0.14), transparent 58%),
		radial-gradient(95% 85% at 0% 100%, rgba(6, 33, 31, 0.9), transparent 62%);
}

.gc-auth-logo {
	display: inline-flex;
	align-items: center;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 22px;
	letter-spacing: -0.015em;
	color: #ffffff;
	text-decoration: none;
}

.gc-auth-logo span {
	color: var(--a-lime);
	margin-left: 0.32em;
}

.gc-auth-pitch h2 {
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.06;
	letter-spacing: -0.03em;
	color: #F2F7F3;
	margin: 0 0 18px;
	max-width: 18ch;
}

.gc-auth-pitch h2 em {
	font-style: normal;
	font-family: "Satoshi-Medium", sans-serif;
}

.gc-auth-pitch p {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(242, 247, 243, 0.74);
	margin: 0;
	max-width: 42ch;
}

.gc-auth-facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(242, 247, 243, 0.16);
}

.gc-auth-facts li {
	padding: 22px 16px 0 0;
	border-right: 1px solid rgba(242, 247, 243, 0.16);
}

.gc-auth-facts li:last-child {
	border-right: 0;
}

.gc-auth-facts b {
	display: block;
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1;
	letter-spacing: -0.02em;
	color: #F2F7F3;
	margin-bottom: 8px;
	font-variant-numeric: tabular-nums;
}

.gc-auth-facts i {
	font-style: normal;
	color: var(--a-lime);
}

.gc-auth-facts span {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(242, 247, 243, 0.7);
}

/* form side */
.gc-auth-main {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(34px, 4vw, 64px) clamp(22px, 3vw, 56px);
}

.gc-auth-card {
	width: 100%;
	max-width: 468px;
}

.gc-auth-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--a-body);
	margin: 0 0 18px;
}

.gc-auth-eyebrow::before {
	content: "";
	width: 22px;
	height: 1px;
	background: var(--a-lime);
}

.gc-auth-card h1 {
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--a-ink);
	margin: 0 0 12px;
}

.gc-auth-card h1 em {
	font-style: normal;
	font-family: "Satoshi-Medium", sans-serif;
}

.gc-auth-intro {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: var(--a-body);
	margin: 0 0 30px;
}

.gc-auth-alt {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	color: var(--a-body);
	margin: 26px 0 0;
	padding-top: 22px;
	border-top: 1px solid var(--a-line);
}

.gc-auth-alt a {
	font-family: "Satoshi-Medium", sans-serif;
	color: var(--a-ink);
	text-decoration: none;
	border-bottom: 1px solid var(--a-ink);
}

.gc-auth-alt a:hover {
	color: var(--a-lime-ink);
	border-bottom-color: var(--a-lime-ink);
}

.gc-auth-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 13px;
	color: rgba(242, 247, 243, 0.74);
	text-decoration: none;
}

.gc-auth-back:hover {
	color: var(--a-lime);
}

@media only screen and (max-width: 991.98px) {
	.gc-auth {
		grid-template-columns: minmax(0, 1fr);
	}

	.gc-auth-brand {
		gap: 30px;
	}

	.gc-auth-pitch h2 {
		max-width: none;
	}
}

@media only screen and (max-width: 575.98px) {
	.gc-auth-facts {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.gc-auth-facts li {
		border-right: 0;
		border-bottom: 1px solid rgba(242, 247, 243, 0.16);
		padding: 16px 0;
	}

	.gc-auth-facts li:last-child {
		border-bottom: 0;
	}
}

/* ══════════════════════════════════════════════════════════
   FORM CONTROLS (shared by auth + app)
   ══════════════════════════════════════════════════════════ */
.gc-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.gc-fields--1 {
	grid-template-columns: minmax(0, 1fr);
}

.gc-f {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.gc-f--wide {
	grid-column: 1 / -1;
}

.gc-f > label:not(.gc-check),
.gc-flabel {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--a-body);
}

.gc-f input:not([type="checkbox"]):not([type="radio"]),
.gc-f select,
.gc-f textarea {
	width: 100%;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 16px;
	color: var(--a-ink);
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--a-line);
	border-radius: 0;
	padding: 10px 0 12px;
	transition: border-color 0.25s ease;
	appearance: none;
}

.gc-f select {
	background-image: linear-gradient(45deg, transparent 50%, var(--a-body) 50%),
		linear-gradient(135deg, var(--a-body) 50%, transparent 50%);
	background-position: right 8px center, right 3px center;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 22px;
	cursor: pointer;
}

.gc-f textarea {
	min-height: 108px;
	resize: vertical;
}

.gc-f input::placeholder,
.gc-f textarea::placeholder {
	color: rgba(74, 100, 98, 0.5);
}

.gc-f input:not([type="checkbox"]):not([type="radio"]):focus,
.gc-f select:focus,
.gc-f textarea:focus {
	outline: none;
	border-bottom-color: var(--a-lime-ink);
}

.gc-f-note {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: var(--a-muted);
	margin: 0;
}

.gc-check {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: var(--a-body);
}

.gc-check input {
	flex: none;
	width: 17px;
	height: 17px;
	margin-top: 2px;
	accent-color: var(--a-lime-ink);
}

.gc-check a {
	color: var(--a-ink);
}

/* buttons */
.gc-b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	border: 0;
	border-radius: 999px;
	padding: 16px 30px;
	cursor: pointer;
	background: var(--a-lime);
	color: var(--a-ground-deep);
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.gc-b:hover {
	background: var(--a-ground);
	color: #ffffff;
}

.gc-b--wide {
	width: 100%;
}

.gc-b--ghost {
	background: transparent;
	color: var(--a-ink);
	border: 1px solid var(--a-line);
}

.gc-b--ghost:hover {
	background: transparent;
	border-color: var(--a-ink);
	color: var(--a-ink);
}

.gc-b--sm {
	font-size: 13px;
	padding: 10px 18px;
}

.gc-b--danger {
	background: transparent;
	border: 1px solid rgba(166, 43, 31, 0.35);
	color: var(--a-bad);
}

.gc-b--danger:hover {
	background: var(--a-bad);
	border-color: var(--a-bad);
	color: #ffffff;
}

.gc-b:focus-visible,
.gc-f input:focus-visible,
.gc-f select:focus-visible,
.gc-f textarea:focus-visible {
	outline: 2px solid var(--a-lime-ink);
	outline-offset: 3px;
}

@media only screen and (max-width: 575.98px) {
	.gc-fields {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* upload dropzone */
.gc-drop {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-align: center;
	padding: 26px 18px;
	border: 1px dashed var(--a-line);
	border-radius: 14px;
	background: var(--a-canvas);
	cursor: pointer;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14px;
	color: var(--a-body);
	transition: border-color 0.25s ease;
}

.gc-drop:hover {
	border-color: var(--a-lime-ink);
}

.gc-drop input {
	display: none;
}

.gc-drop b {
	font-family: "Satoshi-Medium", sans-serif;
	font-weight: normal;
	color: var(--a-ink);
}

/* ══════════════════════════════════════════════════════════
   APP SHELL
   ══════════════════════════════════════════════════════════ */
.gc-app {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	background: var(--a-canvas);
	color: var(--a-ink);
}

/* the scrim must never take part in the grid */
.gc-scrim {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 20;
	background: rgba(6, 33, 31, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

/* sidebar */
.gc-side {
	position: sticky;
	top: 0;
	align-self: start;
	height: 100vh;
	display: flex;
	flex-direction: column;
	gap: 26px;
	padding: 26px 20px;
	background: var(--a-ground);
	color: #F2F7F3;
	overflow-y: auto;
}

.gc-side-logo {
	display: inline-flex;
	align-items: center;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 19px;
	letter-spacing: -0.015em;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(242, 247, 243, 0.16);
}

.gc-side-logo span {
	color: var(--a-lime);
	margin-left: 0.3em;
}

.gc-side-tag {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 11px;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	color: rgba(242, 247, 243, 0.55);
	margin: 0;
}

.gc-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gc-nav button {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 11px;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	text-align: left;
	color: rgba(242, 247, 243, 0.78);
	background: transparent;
	border: 0;
	border-radius: 10px;
	padding: 11px 13px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.gc-nav button i {
	font-style: normal;
	font-size: 15px;
	width: 18px;
	flex: none;
	opacity: 0.75;
}

.gc-nav button:hover {
	background: rgba(242, 247, 243, 0.07);
	color: #ffffff;
}

.gc-nav button[aria-current="page"] {
	background: rgba(174, 255, 28, 0.14);
	color: #ffffff;
	font-family: "Satoshi-Medium", sans-serif;
}

.gc-nav button[aria-current="page"] i {
	opacity: 1;
	color: var(--a-lime);
}

.gc-nav button:focus-visible {
	outline: 2px solid var(--a-lime);
	outline-offset: 2px;
}

.gc-side-foot {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid rgba(242, 247, 243, 0.16);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gc-side-user {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}

.gc-avatar {
	flex: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(174, 255, 28, 0.16);
	color: var(--a-lime);
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.gc-side-user b {
	display: block;
	font-family: "Satoshi-Medium", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gc-side-user span {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 12px;
	color: rgba(242, 247, 243, 0.6);
}

.gc-side-out {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 13px;
	color: rgba(242, 247, 243, 0.74);
	text-decoration: none;
}

.gc-side-out:hover {
	color: var(--a-lime);
}

/* main column */
.gc-main {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.gc-top {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px clamp(18px, 2.4vw, 40px);
	background: var(--a-paper);
	border-bottom: 1px solid var(--a-line);
	position: sticky;
	top: 0;
	z-index: 5;
}

.gc-burger {
	display: none;
	flex: none;
	width: 40px;
	height: 40px;
	border: 1px solid var(--a-line);
	border-radius: 10px;
	background: transparent;
	color: var(--a-ink);
	font-size: 17px;
	cursor: pointer;
}

.gc-top-title {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: clamp(17px, 1.5vw, 21px);
	letter-spacing: -0.01em;
	margin: 0;
	color: var(--a-ink);
}

.gc-top-sub {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13px;
	color: var(--a-muted);
	margin: 3px 0 0;
}

.gc-top-actions {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

.gc-body {
	padding: clamp(20px, 2.6vw, 40px);
	display: flex;
	flex-direction: column;
	gap: clamp(18px, 2vw, 28px);
}

/* class-level display must never defeat the hidden attribute */
[hidden] {
	display: none !important;
}

.gc-panel {
	display: flex;
	flex-direction: column;
	gap: clamp(18px, 2vw, 26px);
}

@media only screen and (max-width: 991.98px) {
	.gc-app {
		grid-template-columns: minmax(0, 1fr);
	}

	.gc-side {
		position: fixed;
		inset: 0 auto 0 0;
		width: 268px;
		z-index: 30;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
	}

	.gc-app.is-open .gc-side {
		transform: none;
	}

	.gc-burger {
		display: grid;
		place-items: center;
	}

	.gc-scrim {
		display: block;
	}

	.gc-app.is-open .gc-scrim {
		opacity: 1;
		pointer-events: auto;
	}
}

/* ══════════════════════════════════════════════════════════
   CARDS, TILES, TABLES
   ══════════════════════════════════════════════════════════ */
.gc-card2 {
	background: var(--a-paper);
	border: 1px solid var(--a-line);
	border-radius: 18px;
	padding: clamp(18px, 2vw, 26px);
	min-width: 0;
}

.gc-card2--flush {
	padding: 0;
	overflow: hidden;
}

.gc-card2-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 20px;
}

.gc-card2--flush .gc-card2-head {
	margin: 0;
	padding: clamp(18px, 2vw, 24px);
	border-bottom: 1px solid var(--a-line);
}

.gc-h {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: clamp(16px, 1.3vw, 19px);
	letter-spacing: -0.01em;
	color: var(--a-ink);
	margin: 0;
}

.gc-h-sub {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13px;
	color: var(--a-muted);
	margin: 4px 0 0;
}

.gc-grid2 {
	display: grid;
	gap: clamp(16px, 1.8vw, 24px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gc-grid2--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-grid2--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gc-grid2--wide-left {
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
}

@media only screen and (max-width: 1199.98px) {
	.gc-grid2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gc-grid2--wide-left {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media only screen and (max-width: 767.98px) {

	.gc-grid2,
	.gc-grid2--3,
	.gc-grid2--2 {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* stat tile */
.gc-tile {
	background: var(--a-paper);
	border: 1px solid var(--a-line);
	border-radius: 18px;
	padding: clamp(18px, 1.9vw, 24px);
}

.gc-tile-label {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--a-body);
	margin: 0 0 14px;
}

.gc-tile-num {
	display: block;
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(26px, 2.6vw, 36px);
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--a-ink);
	font-variant-numeric: tabular-nums;
	margin-bottom: 10px;
}

.gc-tile-foot {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13px;
	color: var(--a-muted);
	margin: 0;
	display: flex;
	align-items: center;
	gap: 7px;
}

.gc-delta {
	font-family: "Satoshi-Medium", sans-serif;
	font-variant-numeric: tabular-nums;
}

.gc-delta--up {
	color: var(--a-good);
}

.gc-delta--down {
	color: var(--a-bad);
}

/* table */
.gc-tw {
	overflow-x: auto;
}

.gc-t {
	width: 100%;
	border-collapse: collapse;
	min-width: 620px;
}

.gc-t th,
.gc-t td {
	text-align: left;
	padding: 14px clamp(12px, 1.4vw, 20px);
	border-bottom: 1px solid var(--a-line);
	white-space: nowrap;
}

.gc-t th {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--a-body);
	background: var(--a-canvas);
}

.gc-t td {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14.5px;
	color: var(--a-ink);
}

.gc-t td.gc-num {
	font-variant-numeric: tabular-nums;
	text-align: right;
}

.gc-t th.gc-num {
	text-align: right;
}

.gc-t tbody tr:last-child td {
	border-bottom: 0;
}

.gc-t tbody tr:hover td {
	background: rgba(174, 255, 28, 0.05);
}

.gc-t-strong {
	font-family: "Satoshi-Medium", sans-serif;
}

.gc-t-sub {
	display: block;
	font-size: 12.5px;
	color: var(--a-muted);
	margin-top: 3px;
}

.gc-t-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

/* status badge — always a word, never colour alone */
.gc-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.04em;
	padding: 5px 12px 5px 10px;
	border-radius: 999px;
	border: 1px solid var(--a-line);
	color: var(--a-body);
	background: var(--a-canvas);
	white-space: nowrap;
}

.gc-badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	flex: none;
}

.gc-badge--good {
	color: var(--a-good);
	border-color: rgba(31, 122, 61, 0.3);
	background: rgba(31, 122, 61, 0.07);
}

.gc-badge--warn {
	color: var(--a-warn);
	border-color: rgba(138, 97, 0, 0.3);
	background: rgba(138, 97, 0, 0.07);
}

.gc-badge--bad {
	color: var(--a-bad);
	border-color: rgba(166, 43, 31, 0.3);
	background: rgba(166, 43, 31, 0.07);
}

/* ledger rows inside app panels */
.gc-rows2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gc-rows2 > li {
	padding: 15px 0;
	border-bottom: 1px solid var(--a-line);
}

.gc-rows2 > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.gc-row2-top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 9px;
}

.gc-row2-name {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14.5px;
	color: var(--a-ink);
}

.gc-row2-val {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 14.5px;
	color: var(--a-ink);
	font-variant-numeric: tabular-nums;
}

.gc-bar {
	height: 2px;
	border-radius: 2px;
	background: var(--a-line);
	overflow: hidden;
}

.gc-bar span {
	display: block;
	height: 100%;
	border-radius: 2px;
	background: var(--a-lime-ink);
}

.gc-rows2 > li:nth-child(2) .gc-bar span {
	opacity: 0.72;
}

.gc-rows2 > li:nth-child(3) .gc-bar span {
	opacity: 0.5;
}

.gc-rows2 > li:nth-child(4) .gc-bar span {
	opacity: 0.34;
}

/* key/value list */
.gc-kv {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gc-kv > li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px solid var(--a-line);
}

.gc-kv > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.gc-kv dt,
.gc-kv-k {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14px;
	color: var(--a-body);
}

.gc-kv dd,
.gc-kv-v {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 14px;
	color: var(--a-ink);
	margin: 0;
	text-align: right;
	word-break: break-word;
}

/* copyable address */
.gc-copy {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 15px;
	border: 1px solid var(--a-line);
	border-radius: 12px;
	background: var(--a-canvas);
}

.gc-copy code {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13.5px;
	color: var(--a-ink);
	word-break: break-all;
	min-width: 0;
}

.gc-copy button {
	flex: none;
	margin-left: auto;
}

/* tabs inside a panel */
.gc-tabs {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--a-line);
	margin-bottom: 22px;
}

.gc-tabs button {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 14px;
	color: var(--a-body);
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	padding: 11px 14px;
	cursor: pointer;
	margin-bottom: -1px;
}

.gc-tabs button:hover {
	color: var(--a-ink);
}

.gc-tabs button[aria-selected="true"] {
	color: var(--a-ink);
	border-bottom-color: var(--a-lime-ink);
}

.gc-tabs button:focus-visible {
	outline: 2px solid var(--a-lime-ink);
	outline-offset: 2px;
}

/* empty state */
.gc-empty {
	text-align: center;
	padding: 42px 20px;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14.5px;
	color: var(--a-muted);
}

.gc-empty b {
	display: block;
	font-family: "Satoshi-Medium", sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: var(--a-ink);
	margin-bottom: 6px;
}

/* notice */
.gc-note2 {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 15px 17px;
	border: 1px solid var(--a-line);
	border-left: 2px solid var(--a-lime-ink);
	border-radius: 12px;
	background: var(--a-canvas);
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: var(--a-body);
}

.gc-note2 b {
	font-family: "Satoshi-Medium", sans-serif;
	font-weight: normal;
	color: var(--a-ink);
}

/* ══════════════════════════════════════════════════════════
   CHART — single series, one axis, title names it
   ══════════════════════════════════════════════════════════ */
.gc-chart {
	position: relative;
}

/* a chart card stretched by its grid row lets the plot take up the slack */
.gc-card2--fill {
	display: flex;
	flex-direction: column;
}

.gc-card2--fill .gc-chart {
	flex: 1 1 auto;
	min-height: 230px;
}

.gc-card2--fill .gc-chart svg {
	height: 100%;
}

.gc-chart svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.gc-chart .gc-grid-line {
	stroke: var(--a-line);
	stroke-width: 1;
}

.gc-chart .gc-axis-text {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 11px;
	fill: var(--a-muted);
}

.gc-chart .gc-line {
	fill: none;
	stroke: var(--a-lime-ink);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.gc-chart .gc-area {
	fill: url(#gcAreaFill);
	stroke: none;
}

.gc-chart .gc-crosshair {
	stroke: var(--a-ink);
	stroke-width: 1;
	stroke-dasharray: 3 3;
	opacity: 0;
}

.gc-chart .gc-dot {
	fill: var(--a-lime-ink);
	stroke: var(--a-paper);
	stroke-width: 2;
	opacity: 0;
}

.gc-chart.is-hover .gc-crosshair,
.gc-chart.is-hover .gc-dot {
	opacity: 1;
}

.gc-tip {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -120%);
	background: var(--a-ground-deep);
	color: #F2F7F3;
	border-radius: 10px;
	padding: 9px 12px;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13px;
	line-height: 1.4;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.15s ease;
	z-index: 2;
}

.gc-tip b {
	font-family: "Satoshi-Medium", sans-serif;
	font-weight: normal;
	display: block;
	font-variant-numeric: tabular-nums;
}

.gc-chart.is-hover .gc-tip {
	opacity: 1;
}

.gc-chart-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 14px;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13px;
	color: var(--a-muted);
}

@media (prefers-reduced-motion: reduce) {
	.gc-tip {
		transition: none;
	}
}

/* visually hidden but available to assistive tech + a table fallback */
.gc-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* the top bar keeps only the primary action on small screens */
@media only screen and (max-width: 575.98px) {
	.gc-top {
		padding: 14px 18px;
		gap: 12px;
	}

	.gc-top-actions .gc-b--ghost {
		display: none;
	}

	.gc-top-sub {
		display: none;
	}
}

/* links inside notices and checkbox labels follow the system, not the browser */
.gc-note2 a,
.gc-check a {
	color: var(--a-ink);
	text-decoration: none;
	border-bottom: 1px solid rgba(10, 42, 40, 0.35);
}

.gc-note2 a:hover,
.gc-check a:hover {
	color: var(--a-lime-ink);
	border-bottom-color: var(--a-lime-ink);
}

/* ══════════════════════════════════════════════════════════
   PRELOADER — shown briefly after an account is created
   ══════════════════════════════════════════════════════════ */
.gc-preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 26px;
	background: #0E3A3C;
	background-image: radial-gradient(110% 80% at 50% 0%, rgba(174, 255, 28, 0.14), transparent 60%);
}

.gc-preloader-word {
	user-select: none;
	display: flex;
}

.gc-preloader-word span {
	position: relative;
	display: inline-block;
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(30px, 5vw, 52px);
	line-height: 1;
	letter-spacing: 0.06em;
	color: rgba(242, 247, 243, 0.16);
}

.gc-preloader-word span::before {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	color: #F2F7F3;
	animation: gc-letters 2s infinite;
}

.gc-preloader-word span:nth-child(2)::before { animation-delay: 0.09s; }
.gc-preloader-word span:nth-child(3)::before { animation-delay: 0.18s; }
.gc-preloader-word span:nth-child(4)::before { animation-delay: 0.27s; }
.gc-preloader-word span:nth-child(5)::before { animation-delay: 0.36s; }
.gc-preloader-word span:nth-child(6)::before { animation-delay: 0.45s; }
.gc-preloader-word span:nth-child(7)::before { animation-delay: 0.54s; }
.gc-preloader-word span:nth-child(8)::before { animation-delay: 0.63s; }
.gc-preloader-word span:nth-child(9)::before { animation-delay: 0.72s; }

@keyframes gc-letters {
	0%, 70%, 100% { opacity: 0; transform: rotateY(-90deg); }
	25%, 45% { opacity: 1; transform: rotateY(0deg); }
}

.gc-preloader-note {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	color: rgba(242, 247, 243, 0.74);
	margin: 0;
}

@media (prefers-reduced-motion: reduce) {
	.gc-preloader-word span {
		color: #F2F7F3;
	}

	.gc-preloader-word span::before {
		animation: none;
		opacity: 0;
	}
}
