:root {
	--ryo-ink: #0b1422;
	--ryo-ink-soft: #40506a;
	--ryo-paper: #ffffff;
	--ryo-paper-blue: #f1f6fb;
	--ryo-night: #030711;
	--ryo-night-2: #07111f;
	--ryo-panel: #0b1727;
	--ryo-panel-2: #101f34;
	--ryo-line: rgba(124, 163, 205, .24);
	--ryo-line-light: #d6e1ec;
	--ryo-cyan: #2bdcff;
	--ryo-cyan-strong: #00c7f2;
	--ryo-blue: #5b7cff;
	--ryo-violet: #9d7cff;
	--ryo-mint: #73ffd2;
	--ryo-text-on-dark: #f5f9ff;
	--ryo-muted-on-dark: #b8c7db;
	--ryo-shadow: 0 24px 70px rgba(7, 23, 43, .14);
	--ryo-radius: 22px;
	--ryo-max: 1200px;
}

.ryo-hub-full-bleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: clip;
	background: var(--ryo-paper);
}

.ryo-hub,
.ryo-hub * {
	box-sizing: border-box;
}

.ryo-hub {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ryo-ink);
	line-height: 1.6;
	background: var(--ryo-paper);
}

.ryo-hub svg {
	display: block;
}

.ryo-hub a {
	text-decoration: none;
}

.ryo-hub a:focus-visible,
.ryo-hub button:focus-visible {
	outline: 3px solid #ffd65a;
	outline-offset: 4px;
}

.ryo-hub-inner {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 40px), var(--ryo-max));
	margin: 0 auto;
}

.ryo-hub-section {
	position: relative;
	padding: clamp(78px, 8vw, 126px) 0;
}

.ryo-hub-hero {
	min-height: 800px;
	display: flex;
	align-items: center;
	padding: 120px 0 100px;
	color: var(--ryo-text-on-dark);
	background:
		radial-gradient(circle at var(--mx, 76%) var(--my, 30%), rgba(43, 220, 255, .18), transparent 26%),
		radial-gradient(circle at 9% 15%, rgba(91, 124, 255, .20), transparent 30%),
		linear-gradient(135deg, #02050b 0%, #06101e 45%, #030711 100%);
	isolation: isolate;
}

.ryo-hub-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 0 49.8%, rgba(43, 220, 255, .08) 50%, transparent 50.2% 100%);
	background-size: 84px 100%;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 92%);
	pointer-events: none;
}

.ryo-hub-hero-grid,
.ryo-hub-tech-grid,
.ryo-hub-market-grid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(83, 130, 181, .10) 1px, transparent 1px),
		linear-gradient(90deg, rgba(83, 130, 181, .10) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 100%);
}

.ryo-hub-hero-noise {
	position: absolute;
	inset: 0;
	opacity: .18;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
	mix-blend-mode: screen;
}

.ryo-hub-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
	gap: 64px;
	align-items: center;
}

.ryo-hub-eyebrow,
.ryo-hub-kicker {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ryo-hub-eyebrow {
	color: #bcefff;
}

.ryo-hub-eyebrow span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 9px;
	border-radius: 50%;
	background: var(--ryo-mint);
	box-shadow: 0 0 18px var(--ryo-mint);
	animation: ryo-pulse-dot 2.2s infinite;
}

.ryo-hub-hero h1 {
	margin: 0;
	max-width: 760px;
	font-size: clamp(64px, 9vw, 132px);
	line-height: .88;
	letter-spacing: -.075em;
	font-weight: 850;
	background: linear-gradient(105deg, #ffffff 10%, #b9efff 50%, #8ea3ff 90%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-wrap: balance;
}

.ryo-hub-hero-lead {
	max-width: 720px;
	margin: 26px 0 0;
	font-size: clamp(20px, 2.1vw, 29px);
	line-height: 1.42;
	letter-spacing: -.02em;
	color: var(--ryo-muted-on-dark);
}

.ryo-hub-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 34px;
}

.ryo-hub-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 12px 19px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .015em;
	transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ryo-hub-button svg,
.ryo-hub-text-link svg,
.ryo-hub-official-link svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ryo-hub-button:hover {
	transform: translateY(-2px);
}

.ryo-hub-button-primary {
	color: #04131a !important;
	background: linear-gradient(135deg, #73ffd2, #2bdcff);
	box-shadow: 0 10px 34px rgba(43, 220, 255, .24);
}

.ryo-hub-button-primary:hover {
	box-shadow: 0 15px 40px rgba(43, 220, 255, .36);
}

.ryo-hub-button-secondary {
	color: #f6fbff !important;
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.22);
	backdrop-filter: blur(10px);
}

.ryo-hub-button-secondary:hover,
.ryo-hub-button-ghost:hover {
	background: rgba(255,255,255,.14);
	border-color: rgba(120, 231, 255, .75);
}

.ryo-hub-button-ghost {
	color: #d9f7ff !important;
	background: transparent;
	border-color: rgba(76, 212, 244, .30);
}

.ryo-hub-button-dark {
	color: #f8fcff !important;
	background: #07111f;
	box-shadow: 0 10px 24px rgba(3, 10, 20, .16);
}

.ryo-hub-button-dark:hover {
	background: #0b1b30;
}

.ryo-hub-hero-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 720px;
	margin-top: 46px;
}

.ryo-hub-hero-facts div {
	padding: 16px 17px;
	border: 1px solid rgba(111, 186, 224, .20);
	border-radius: 14px;
	background: rgba(7, 19, 33, .62);
	backdrop-filter: blur(12px);
}

.ryo-hub-hero-facts strong,
.ryo-hub-hero-facts span {
	display: block;
}

.ryo-hub-hero-facts strong {
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
}

.ryo-hub-hero-facts span {
	margin-top: 5px;
	font-size: 12px;
	color: #9fb4cc;
}

.ryo-hub-orbit-stage {
	position: relative;
	width: min(100%, 500px);
	aspect-ratio: 1;
	margin-inline: auto;
	filter: drop-shadow(0 0 60px rgba(43, 220, 255, .11));
}

.ryo-hub-orbit-stage::before {
	content: "";
	position: absolute;
	inset: 8%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(43,220,255,.12), transparent 62%);
	animation: ryo-breathe 5s ease-in-out infinite;
}

.ryo-hub-orbit-ring {
	position: absolute;
	inset: 10%;
	border: 1px solid rgba(101, 195, 235, .25);
	border-radius: 50%;
}

.ryo-hub-orbit-ring::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ryo-cyan);
	box-shadow: 0 0 18px var(--ryo-cyan);
}

.ryo-hub-orbit-ring-one { animation: ryo-rotate 18s linear infinite; }
.ryo-hub-orbit-ring-two { inset: 21%; animation: ryo-rotate-reverse 14s linear infinite; }
.ryo-hub-orbit-ring-three { inset: 31%; border-style: dashed; animation: ryo-rotate 22s linear infinite; }

.ryo-hub-core {
	position: absolute;
	inset: 34%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(142, 231, 255, .48);
	border-radius: 50%;
	background:
		linear-gradient(145deg, rgba(34, 72, 116, .84), rgba(4, 14, 27, .96)),
		radial-gradient(circle at 30% 25%, #54ecff, transparent 34%);
	box-shadow: inset 0 0 36px rgba(43, 220, 255, .22), 0 0 42px rgba(43, 220, 255, .18);
	z-index: 3;
}

.ryo-hub-core::before,
.ryo-hub-core::after {
	content: "";
	position: absolute;
	inset: 8%;
	border: 1px solid rgba(169, 239, 255, .17);
	border-radius: 50%;
}

.ryo-hub-core::after {
	inset: 17%;
	border-style: dashed;
	animation: ryo-rotate-reverse 12s linear infinite;
}

.ryo-hub-core-logo {
	position: relative;
	z-index: 2;
	display: block;
	width: 78%;
	height: 78%;
	object-fit: contain;
	filter: drop-shadow(0 0 18px rgba(82, 213, 255, .48));
	animation: ryo-core-logo-breathe 4.6s ease-in-out infinite;
}

.ryo-hub-core-glow {
	position: absolute;
	inset: 30%;
	border-radius: 50%;
	background: var(--ryo-cyan);
	filter: blur(34px);
	opacity: .3;
}

.ryo-hub-satellite {
	position: absolute;
	display: grid;
	place-items: center;
	width: 108px;
	height: 42px;
	border: 1px solid rgba(102, 219, 255, .36);
	border-radius: 999px;
	background: rgba(5, 16, 29, .86);
	box-shadow: 0 14px 30px rgba(0,0,0,.25), inset 0 0 18px rgba(43,220,255,.08);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .10em;
	text-transform: uppercase;
	color: #c9f4ff;
	z-index: 4;
}

.ryo-hub-satellite-one { top: 8%; left: 8%; }
.ryo-hub-satellite-two { top: 20%; right: -1%; }
.ryo-hub-satellite-three { bottom: 9%; left: 8%; }

.ryo-hub-system-nav {
	position: relative;
	z-index: 10;
	border-top: 1px solid rgba(85, 178, 223, .18);
	border-bottom: 1px solid rgba(85, 178, 223, .18);
	background: #07101d;
	box-shadow: 0 14px 40px rgba(0, 10, 25, .20);
}

.ryo-hub-system-nav .ryo-hub-inner {
	display: flex;
	align-items: center;
	gap: 4px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.ryo-hub-system-nav a {
	flex: 0 0 auto;
	padding: 17px 15px;
	border-bottom: 2px solid transparent;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .035em;
	color: #b8c9dc;
	transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.ryo-hub-system-nav a:hover {
	color: white;
	border-color: var(--ryo-cyan);
	background: rgba(43, 220, 255, .055);
}

.ryo-hub-section-light {
	background: var(--ryo-paper-blue);
}

.ryo-hub-section-white {
	background: white;
}

.ryo-hub-section-dark {
	color: var(--ryo-text-on-dark);
	background: linear-gradient(145deg, #07111f, #030711 72%);
}

.ryo-hub-section-header {
	max-width: 820px;
	margin-bottom: 48px;
}

.ryo-hub-section-header h2,
.ryo-hub-dax-title-row h2,
.ryo-hub-market-copy h2 {
	margin: 0;
	font-size: clamp(38px, 5.8vw, 72px);
	line-height: 1.02;
	letter-spacing: -.055em;
	text-wrap: balance;
}

.ryo-hub-section-header > p:last-child,
.ryo-hub-market-copy > p {
	max-width: 790px;
	margin: 20px 0 0;
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.65;
	color: var(--ryo-ink-soft);
}

.ryo-hub-kicker {
	color: #176b83;
}

.ryo-hub-section-header-dark h2 {
	color: var(--ryo-text-on-dark);
}

.ryo-hub-section-header-dark .ryo-hub-kicker {
	color: #7feaff;
}

.ryo-hub-section-header-dark > p:last-child {
	color: var(--ryo-muted-on-dark);
}

.ryo-hub-principles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.ryo-hub-principle {
	min-height: 294px;
	padding: 27px;
	border: 1px solid var(--ryo-line-light);
	border-radius: var(--ryo-radius);
	background: rgba(255,255,255,.78);
	box-shadow: 0 12px 34px rgba(33, 64, 95, .06);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ryo-hub-principle:hover {
	transform: translateY(-5px);
	border-color: #9ed9e8;
	box-shadow: var(--ryo-shadow);
}

.ryo-hub-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #b9dae6;
	border-radius: 14px;
	color: #096c87;
	background: #e9faff;
}

.ryo-hub-icon svg,
.ryo-hub-wallet-symbol svg,
.ryo-hub-ecosystem-card > span svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ryo-hub-principle h3 {
	margin: 24px 0 11px;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.ryo-hub-principle p {
	margin: 0;
	font-size: 15px;
	color: var(--ryo-ink-soft);
}

.ryo-hub-origin-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: 24px;
	padding: 29px 32px;
	border: 1px solid #c9d7e4;
	border-radius: var(--ryo-radius);
	background: linear-gradient(105deg, #ffffff 0%, #edf8fb 100%);
}

.ryo-hub-origin-panel > div:first-child {
	display: flex;
	align-items: center;
	gap: 22px;
}

.ryo-hub-origin-year {
	font-size: clamp(40px, 5vw, 66px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.06em;
	color: #087c99;
}

.ryo-hub-origin-panel p {
	max-width: 450px;
	margin: 0;
	font-size: 14px;
	color: #334760;
}

.ryo-hub-origin-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 5px;
}

.ryo-hub-origin-tags span {
	padding: 7px 10px;
	border: 1px solid #c5dce4;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .055em;
	color: #155a6e;
	background: white;
}

.ryo-hub-stack {
	border: 1px solid rgba(97, 172, 213, .24);
	border-radius: 24px;
	overflow: hidden;
	background: rgba(7, 19, 33, .68);
	box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.ryo-hub-stack-layer {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) minmax(160px, auto);
	gap: 22px;
	align-items: center;
	min-height: 130px;
	padding: 24px 30px;
	border-bottom: 1px solid rgba(105, 169, 206, .15);
	background: linear-gradient(90deg, rgba(47, 107, 143, .08), transparent 54%);
	transition: background .22s ease;
}

.ryo-hub-stack-layer:last-child {
	border-bottom: 0;
}

.ryo-hub-stack-layer:hover {
	background: linear-gradient(90deg, rgba(43, 220, 255, .13), rgba(91, 124, 255, .04));
}

.ryo-hub-stack-index {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(91, 211, 245, .42);
	border-radius: 14px;
	font-size: 14px;
	font-weight: 900;
	color: var(--ryo-cyan);
	background: rgba(43, 220, 255, .07);
}

.ryo-hub-status {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 7px;
	border-radius: 5px;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ryo-hub-status-live {
	color: #07160f;
	background: var(--ryo-mint);
}

.ryo-hub-status-future {
	color: #07111f;
	background: #9ab6ff;
}

.ryo-hub-stack-layer h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	color: white;
}

.ryo-hub-stack-layer p {
	margin: 7px 0 0;
	font-size: 14px;
	color: #adc0d5;
}

.ryo-hub-stack-layer > strong {
	justify-self: end;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #ccefff;
}

.ryo-hub-tech-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.ryo-hub-link-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 20px;
	border: 1px solid rgba(96, 169, 208, .22);
	border-radius: 16px;
	color: white !important;
	background: rgba(9, 24, 41, .78);
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.ryo-hub-link-card:hover {
	transform: translateY(-3px);
	border-color: rgba(80, 220, 255, .68);
	background: #0b1c30;
}

.ryo-hub-link-card .ryo-hub-icon {
	border-color: rgba(94, 220, 255, .26);
	color: #80ecff;
	background: rgba(43, 220, 255, .08);
}

.ryo-hub-link-card strong,
.ryo-hub-link-card small {
	display: block;
}

.ryo-hub-link-card small {
	margin-top: 3px;
	font-size: 12px;
	color: #9fb4ca;
}

.ryo-hub-link-card > svg,
.ryo-hub-ecosystem-card > svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ryo-hub-section-roadmap {
	color: var(--ryo-text-on-dark);
	background:
		radial-gradient(circle at 50% 20%, rgba(97, 89, 255, .17), transparent 32%),
		linear-gradient(180deg, #050814, #071421 62%, #050b13);
}

.ryo-hub-section-roadmap::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(122, 202, 239, .26) 1px, transparent 1.5px);
	background-size: 34px 34px;
	opacity: .12;
	mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.ryo-hub-roadmap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding-top: 50px;
}

.ryo-hub-roadmap-line {
	position: absolute;
	top: 81px;
	left: 14%;
	right: 14%;
	height: 2px;
	background: rgba(98, 158, 206, .22);
	overflow: hidden;
}

.ryo-hub-roadmap-line span {
	display: block;
	width: 35%;
	height: 100%;
	background: linear-gradient(90deg, transparent, var(--ryo-cyan), transparent);
	box-shadow: 0 0 16px var(--ryo-cyan);
	animation: ryo-roadmap-scan 4s linear infinite;
}

.ryo-hub-roadmap-step {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ryo-hub-roadmap-node {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	border: 1px solid rgba(104, 226, 255, .65);
	border-radius: 50%;
	background: #081727;
	box-shadow: 0 0 0 10px rgba(43,220,255,.035), 0 0 28px rgba(43,220,255,.24);
}

.ryo-hub-roadmap-node span {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	color: var(--ryo-cyan);
}

.ryo-hub-roadmap-card {
	flex: 1 1 auto;
	height: auto;
	min-height: 350px;
	padding: 28px;
	border: 1px solid rgba(105, 174, 212, .24);
	border-radius: 20px;
	background: linear-gradient(160deg, rgba(15, 36, 60, .94), rgba(6, 15, 27, .94));
	box-shadow: 0 24px 60px rgba(0,0,0,.28);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ryo-hub-roadmap-card:hover {
	transform: translateY(-6px);
	border-color: rgba(74, 224, 255, .58);
	box-shadow: 0 30px 80px rgba(0, 11, 29, .45);
}

.ryo-hub-roadmap-domain {
	margin: 0 0 18px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #82e9ff;
}

.ryo-hub-roadmap-card h3 {
	margin: 0;
	font-size: 27px;
	line-height: 1.12;
	letter-spacing: -.035em;
	color: white;
}

.ryo-hub-roadmap-card > p:not(.ryo-hub-roadmap-domain) {
	margin: 17px 0 0;
	font-size: 15px;
	color: #b3c4d8;
}

.ryo-hub-roadmap-output {
	margin-top: 25px;
	padding-top: 18px;
	border-top: 1px solid rgba(112, 175, 209, .17);
	font-size: 12px;
	color: #bbcad9;
}

.ryo-hub-roadmap-output span {
	display: block;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ryo-mint);
}

.ryo-hub-roadmap-result {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 148px;
	padding: 24px;
	border: 1px solid rgba(104, 180, 219, .22);
	border-radius: 18px;
	background: rgba(5, 16, 29, .72);
}

.ryo-hub-roadmap-result div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ryo-hub-roadmap-result span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	font-size: 9px;
	font-weight: 900;
	color: #041118;
	background: var(--ryo-cyan);
}

.ryo-hub-roadmap-result strong,
.ryo-hub-roadmap-result b {
	font-size: 12px;
	letter-spacing: .015em;
	color: #d9e7f6;
}

.ryo-hub-roadmap-result i {
	font-style: normal;
	color: #7690aa;
}

.ryo-hub-roadmap-result b {
	padding: 8px 11px;
	border-radius: 8px;
	color: #04120f;
	background: var(--ryo-mint);
}

.ryo-hub-wallet-grid {
	display: grid;
	grid-template-columns: 1.25fr .75fr .75fr;
	gap: 18px;
	align-items: stretch;
}

.ryo-hub-wallet-card {
	display: flex;
	flex-direction: column;
	min-height: 410px;
	padding: 28px;
	border: 1px solid var(--ryo-line-light);
	border-radius: var(--ryo-radius);
	background: #f8fbfe;
	box-shadow: 0 16px 46px rgba(26, 52, 82, .07);
}

.ryo-hub-wallet-featured {
	color: white;
	background:
		radial-gradient(circle at 85% 12%, rgba(43, 220, 255, .20), transparent 30%),
		linear-gradient(150deg, #102642, #07111f 70%);
	border-color: #17405f;
	box-shadow: 0 26px 70px rgba(5, 22, 42, .22);
}

.ryo-hub-wallet-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ryo-hub-wallet-type,
.ryo-hub-wallet-recommended {
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ryo-hub-wallet-type {
	color: #4b647f;
}

.ryo-hub-wallet-featured .ryo-hub-wallet-type {
	color: #9db8d3;
}

.ryo-hub-wallet-recommended {
	padding: 5px 8px;
	border-radius: 999px;
	color: #031810;
	background: var(--ryo-mint);
}

.ryo-hub-wallet-symbol {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	margin-top: 30px;
	border: 1px solid #bcdce8;
	border-radius: 17px;
	color: #0b718a;
	background: #eafaff;
}

.ryo-hub-wallet-featured .ryo-hub-wallet-symbol {
	border-color: rgba(86, 220, 255, .32);
	color: #8feeff;
	background: rgba(43, 220, 255, .08);
}

.ryo-hub-wallet-card h3 {
	margin: 22px 0 11px;
	font-size: 25px;
	line-height: 1.12;
	letter-spacing: -.035em;
}

.ryo-hub-wallet-featured h3 {
	color: #f7fcff !important;
	text-shadow: 0 0 22px rgba(95, 224, 255, .20);
}

.ryo-hub .ryo-hub-wallet-card.ryo-hub-wallet-featured h3.ryo-hub-wallet-featured-title,
.ryo-hub .ryo-hub-wallet-card.ryo-hub-wallet-featured h3.ryo-hub-wallet-featured-title a,
.ryo-hub .ryo-hub-wallet-card.ryo-hub-wallet-featured h3.ryo-hub-wallet-featured-title span {
	color: #fbfeff !important;
	-webkit-text-fill-color: #fbfeff !important;
	background: none !important;
	background-image: none !important;
	text-shadow: 0 0 10px rgba(113, 237, 255, .32), 0 0 24px rgba(43, 220, 255, .26) !important;
	opacity: 1 !important;
	filter: brightness(1.08);
}

.ryo-hub-wallet-card p {
	margin: 0;
	font-size: 14px;
	color: #52627a;
}

.ryo-hub-wallet-featured p {
	color: #bacadd;
}

.ryo-hub-wallet-card ul {
	margin: 22px 0 28px;
	padding: 0;
	list-style: none;
}

.ryo-hub-wallet-card li {
	position: relative;
	margin: 8px 0;
	padding-left: 21px;
	font-size: 13px;
	color: #d3e0ed;
}

.ryo-hub-wallet-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: 8px;
	height: 2px;
	background: var(--ryo-cyan);
	box-shadow: 0 0 8px var(--ryo-cyan);
}

.ryo-hub-wallet-card .ryo-hub-button,
.ryo-hub-wallet-card .ryo-hub-text-link {
	margin-top: auto;
}

.ryo-hub-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 900;
	color: #075f78 !important;
}

.ryo-hub-text-link:hover {
	color: #003e51 !important;
}

.ryo-hub-wallet-note {
	margin-top: 18px;
	padding: 15px 18px;
	border: 1px solid #cbd8e5;
	border-radius: 13px;
	font-size: 13px;
	color: #43546c;
	background: #f5f8fb;
}

.ryo-hub-section-dax {
	color: var(--ryo-text-on-dark);
	background:
		linear-gradient(90deg, rgba(4, 10, 19, .97), rgba(5, 20, 34, .91)),
		radial-gradient(circle at 80% 30%, #123f5c, transparent 40%);
}

.ryo-hub-dax-layout {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 70px;
	align-items: center;
}

.ryo-hub-dax-copy .ryo-hub-kicker {
	color: #7deaff;
}

.ryo-hub-dax-title-row {
	display: flex;
	align-items: center;
	gap: 15px;
}

.ryo-hub-dax-title-row h2 {
	font-size: clamp(56px, 8vw, 96px);
	color: white;
}

.ryo-hub-dax-title-row > span {
	padding: 6px 9px;
	border: 1px solid rgba(149, 216, 255, .32);
	border-radius: 7px;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #bdefff;
	background: rgba(43,220,255,.08);
}

.ryo-hub-dax-lead {
	margin: 19px 0 0;
	font-size: 19px;
	line-height: 1.6;
	color: #b7c9dc;
}

.ryo-hub-dax-points {
	display: grid;
	gap: 1px;
	margin: 30px 0;
	border: 1px solid rgba(105, 177, 216, .22);
	border-radius: 16px;
	overflow: hidden;
	background: rgba(92, 161, 200, .22);
}

.ryo-hub-dax-points div {
	padding: 17px 18px;
	background: rgba(7, 20, 34, .96);
}

.ryo-hub-dax-points strong,
.ryo-hub-dax-points span {
	display: block;
}

.ryo-hub-dax-points strong {
	font-size: 14px;
	color: white;
}

.ryo-hub-dax-points span {
	margin-top: 4px;
	font-size: 12px;
	color: #9fb5ca;
}

.ryo-hub-dax-terminal {
	border: 1px solid rgba(101, 208, 245, .34);
	border-radius: 18px;
	overflow: hidden;
	background: #040a11;
	box-shadow: 0 35px 100px rgba(0,0,0,.48), inset 0 0 60px rgba(43,220,255,.035);
	transform: perspective(1300px) rotateY(-4deg) rotateX(1.5deg);
}

.ryo-hub-terminal-header {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 13px 15px;
	border-bottom: 1px solid rgba(98, 177, 216, .18);
	background: #09131f;
}

.ryo-hub-terminal-header > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #55728e;
}

.ryo-hub-terminal-header > span:first-child { background: #ff7b7b; }
.ryo-hub-terminal-header > span:nth-child(2) { background: #ffd46c; }
.ryo-hub-terminal-header > span:nth-child(3) { background: #73ffd2; }

.ryo-hub-terminal-header strong {
	margin-left: auto;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 9px;
	letter-spacing: .14em;
	color: #93b3ce;
}

.ryo-hub-terminal-body {
	position: relative;
	min-height: 430px;
	padding: 28px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	background-image:
		linear-gradient(rgba(41, 113, 151, .10) 1px, transparent 1px),
		linear-gradient(90deg, rgba(41, 113, 151, .10) 1px, transparent 1px);
	background-size: 24px 24px;
}

.ryo-hub-terminal-row,
.ryo-hub-terminal-status {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 13px;
	border: 1px solid rgba(91, 170, 211, .20);
	border-radius: 9px;
	background: rgba(6, 18, 30, .88);
}

.ryo-hub-terminal-row span,
.ryo-hub-terminal-status span {
	font-size: 9px;
	letter-spacing: .14em;
	color: #728da6;
}

.ryo-hub-terminal-row strong,
.ryo-hub-terminal-status strong {
	font-size: 12px;
	color: #e2f5ff;
}

.ryo-hub-terminal-row i {
	margin-left: auto;
	font-size: 9px;
	font-style: normal;
	color: var(--ryo-mint);
}

.ryo-hub-terminal-route {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin: 25px 0 17px;
}

.ryo-hub-terminal-route span {
	width: 8px;
	height: 38px;
	border-radius: 4px;
	background: linear-gradient(to bottom, rgba(43,220,255,.05), var(--ryo-cyan));
	box-shadow: 0 0 12px rgba(43,220,255,.4);
	animation: ryo-route-pulse 1.4s ease-in-out infinite alternate;
}

.ryo-hub-terminal-route span:nth-child(2) { animation-delay: .2s; }
.ryo-hub-terminal-route span:nth-child(3) { animation-delay: .4s; }
.ryo-hub-terminal-route span:nth-child(4) { animation-delay: .6s; }

.ryo-hub-terminal-core {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	padding: 18px;
	border: 1px solid rgba(68, 222, 255, .58);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(43,220,255,.18), rgba(6,19,32,.96) 65%);
	box-shadow: 0 0 0 16px rgba(43,220,255,.025), 0 0 50px rgba(43,220,255,.18);
}

.ryo-hub-terminal-core-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.ryo-hub-terminal-core-logo-image {
	width: 74px;
	height: 74px;
	object-fit: contain;
	filter: drop-shadow(0 0 14px rgba(43, 220, 255, .28));
}

.ryo-hub-terminal-core-logo strong {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: #e7fbff;
	text-shadow: 0 0 18px rgba(43, 220, 255, .18);
}

.ryo-hub-terminal-core-caption {
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #a9eefc;
}

.ryo-hub-terminal-pairs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
	margin-top: 23px;
}

.ryo-hub-terminal-pairs span {
	padding: 8px 5px;
	border: 1px solid rgba(95, 170, 210, .18);
	border-radius: 7px;
	text-align: center;
	font-size: 8px;
	color: #9ec2da;
	background: #071522;
}

.ryo-hub-terminal-status {
	margin-top: 12px;
}

.ryo-hub-terminal-status strong {
	margin-left: auto;
	color: #8feeff;
}

.ryo-hub-section-emission {
	background: #f2f7fb;
}

.ryo-hub-emission-layout {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 22px;
	align-items: stretch;
}

.ryo-hub-emission-chart {
	position: relative;
	min-height: 500px;
	padding: 34px;
	border: 1px solid #cedbe7;
	border-radius: var(--ryo-radius);
	background: white;
	box-shadow: 0 18px 54px rgba(28, 57, 87, .08);
}

.ryo-hub-emission-chart svg {
	width: 100%;
	height: auto;
	margin-top: 56px;
}

.ryo-hub-chart-label-max strong,
.ryo-hub-chart-label-max span {
	display: block;
}

.ryo-hub-chart-label-max strong {
	font-size: clamp(25px, 3vw, 38px);
	line-height: 1;
	letter-spacing: -.04em;
}

.ryo-hub-chart-label-max span {
	margin-top: 5px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #587089;
}

.ryo-hub-chart-grid path {
	fill: none;
	stroke: #d9e5ee;
	stroke-width: 1;
}

.ryo-hub-chart-area {
	fill: url(#ryo-emission-fill);
}

.ryo-hub-chart-curve {
	fill: none;
	stroke: url(#ryo-emission-line);
	stroke-width: 7;
	stroke-linecap: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 0;
	filter: drop-shadow(0 0 7px rgba(43,220,255,.4));
}

.ryo-reveal:not(.is-visible) .ryo-hub-chart-curve {
	stroke-dashoffset: 1;
}

.ryo-hub-chart-axis text {
	font-family: ui-sans-serif, system-ui, sans-serif;
	font-size: 11px;
	fill: #60728a;
}

.ryo-hub-chart-caption {
	margin-top: 10px;
	font-size: 11px;
	color: #6b7c91;
}

.ryo-hub-emission-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ryo-hub-emission-card {
	padding: 24px;
	border: 1px solid #d0dce7;
	border-radius: 18px;
	background: white;
	box-shadow: 0 12px 36px rgba(31, 62, 92, .055);
}

.ryo-hub-emission-card > span {
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #14728a;
}

.ryo-hub-emission-card strong {
	display: block;
	margin-top: 16px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.ryo-hub-emission-card p {
	margin: 10px 0 0;
	font-size: 13px;
	color: #52637a;
}

.ryo-hub-section-market {
	color: var(--ryo-text-on-dark);
	background:
		radial-gradient(circle at 82% 25%, rgba(43,220,255,.15), transparent 30%),
		linear-gradient(135deg, #040913, #071523);
}

.ryo-hub-market-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
}

.ryo-hub-market-copy .ryo-hub-kicker {
	color: #76e9ff;
}

.ryo-hub-market-copy h2 {
	color: white;
}

.ryo-hub-market-copy > p {
	color: #b7c8db;
}

.ryo-hub-pair-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 27px 0;
}

.ryo-hub-pair-cloud span {
	padding: 8px 10px;
	border: 1px solid rgba(99, 207, 242, .23);
	border-radius: 9px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 11px;
	color: #c7efff;
	background: rgba(43,220,255,.06);
}

.ryo-hub-market-console {
	padding: 20px;
	border: 1px solid rgba(98, 190, 229, .31);
	border-radius: 18px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	background: rgba(4, 12, 22, .90);
	box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.ryo-hub-market-console-top,
.ryo-hub-market-console-row {
	display: grid;
	grid-template-columns: .8fr 1.2fr auto;
	gap: 14px;
	align-items: center;
	padding: 14px 13px;
	border-bottom: 1px solid rgba(93, 161, 198, .15);
}

.ryo-hub-market-console-top {
	padding-top: 3px;
	font-size: 9px;
	letter-spacing: .13em;
	color: #7a9bb5;
}

.ryo-hub-market-console-top i {
	grid-column: 2 / 4;
	justify-self: end;
	font-style: normal;
	color: #67ddf6;
}

.ryo-hub-market-console-row:last-child {
	border-bottom: 0;
}

.ryo-hub-market-console-row span {
	font-size: 10px;
	color: #738da6;
}

.ryo-hub-market-console-row strong {
	font-size: 11px;
	color: #d7e9f7;
}

.ryo-hub-market-console-row i {
	padding: 4px 6px;
	border-radius: 5px;
	font-size: 8px;
	font-style: normal;
	font-weight: 900;
	color: #05130f;
	background: var(--ryo-mint);
}

.ryo-hub-market-console-row i.ryo-hub-off {
	color: #ffe8e8;
	background: #8a3541;
}

.ryo-hub-section-footer-cta {
	padding-bottom: 95px;
	color: white;
	background: #02050a;
}

.ryo-hub-ecosystem-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ryo-hub-ecosystem-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-areas: "icon title arrow" "icon copy arrow";
	gap: 4px 15px;
	align-items: center;
	padding: 24px;
	border: 1px solid rgba(93, 155, 194, .22);
	border-radius: 18px;
	color: white !important;
	background: linear-gradient(145deg, #0b1727, #06101c);
	transition: transform .2s ease, border-color .2s ease;
}

.ryo-hub-ecosystem-card:hover {
	transform: translateY(-4px);
	border-color: rgba(55, 221, 255, .62);
}

.ryo-hub-ecosystem-card > span {
	grid-area: icon;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(70, 214, 249, .28);
	border-radius: 14px;
	color: #80ecff;
	background: rgba(43,220,255,.07);
}

.ryo-hub-ecosystem-card strong {
	grid-area: title;
	font-size: 18px;
}

.ryo-hub-ecosystem-card small {
	grid-area: copy;
	font-size: 11px;
	color: #91a8bf;
}

.ryo-hub-ecosystem-card > svg {
	grid-area: arrow;
}

.ryo-hub-official-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 22px;
	padding: 17px 20px;
	border-top: 1px solid rgba(95, 151, 188, .18);
	font-size: 12px;
	color: #7f98b1;
}

.ryo-hub-official-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	color: #a9ecff !important;
}

.ryo-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1);
}

.ryo-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes ryo-pulse-dot {
	0%, 100% { opacity: .55; transform: scale(.8); }
	50% { opacity: 1; transform: scale(1.18); }
}

@keyframes ryo-rotate { to { transform: rotate(360deg); } }
@keyframes ryo-rotate-reverse { to { transform: rotate(-360deg); } }
@keyframes ryo-breathe { 0%,100% { transform: scale(.96); opacity: .65; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes ryo-core-logo-breathe { 0%,100% { transform: scale(.94); opacity: .92; } 50% { transform: scale(1.02); opacity: 1; } }
@keyframes ryo-roadmap-scan { from { transform: translateX(-100%); } to { transform: translateX(390%); } }
@keyframes ryo-route-pulse { from { opacity: .25; transform: scaleY(.75); } to { opacity: 1; transform: scaleY(1); } }

@media (max-width: 1060px) {
	.ryo-hub-hero-layout,
	.ryo-hub-dax-layout,
	.ryo-hub-market-layout {
		grid-template-columns: 1fr;
	}

	.ryo-hub-hero-copy {
		max-width: 850px;
	}

	.ryo-hub-orbit-stage {
		width: min(100%, 460px);
	}

	.ryo-hub-principles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ryo-hub-wallet-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ryo-hub-wallet-featured {
		grid-column: 1 / -1;
	}

	.ryo-hub-emission-layout {
		grid-template-columns: 1fr;
	}

	.ryo-hub-dax-terminal {
		transform: none;
	}
}

@media (max-width: 820px) {
	.ryo-hub-section {
		padding: 76px 0;
	}

	.ryo-hub-hero {
		min-height: auto;
		padding-top: 92px;
	}

	.ryo-hub-hero-layout {
		gap: 46px;
	}

	.ryo-hub-roadmap {
		grid-template-columns: 1fr;
		gap: 22px;
		padding-top: 20px;
	}

	.ryo-hub-roadmap-line {
		top: 48px;
		bottom: 48px;
		left: 31px;
		right: auto;
		width: 2px;
		height: auto;
	}

	.ryo-hub-roadmap-line span {
		width: 100%;
		height: 35%;
		background: linear-gradient(180deg, transparent, var(--ryo-cyan), transparent);
		animation: ryo-roadmap-scan-mobile 4s linear infinite;
	}

	.ryo-hub-roadmap-step {
		display: grid;
		grid-template-columns: 64px 1fr;
		gap: 20px;
		align-items: start;
	}

	.ryo-hub-roadmap-node {
		margin: 0;
	}

	.ryo-hub-roadmap-card {
		min-height: 0;
	}

	.ryo-hub-roadmap-result {
		align-items: stretch;
		flex-direction: column;
		margin-top: 80px;
	}

	.ryo-hub-roadmap-result i {
		display: none;
	}

	.ryo-hub-stack-layer {
		grid-template-columns: 58px 1fr;
	}

	.ryo-hub-stack-layer > strong {
		grid-column: 2;
		justify-self: start;
	}

	.ryo-hub-tech-actions,
	.ryo-hub-ecosystem-grid {
		grid-template-columns: 1fr;
	}

	.ryo-hub-origin-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.ryo-hub-origin-tags {
		justify-content: flex-start;
	}
}

@keyframes ryo-roadmap-scan-mobile {
	from { transform: translateY(-100%); }
	to { transform: translateY(390%); }
}

@media (max-width: 620px) {
	.ryo-hub-inner {
		width: min(calc(100% - 28px), var(--ryo-max));
	}

	.ryo-hub-hero h1 {
		font-size: clamp(56px, 20vw, 90px);
	}

	.ryo-hub-hero-lead {
		font-size: 19px;
	}

	.ryo-hub-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ryo-hub-button {
		width: 100%;
	}

	.ryo-hub-hero-facts,
	.ryo-hub-principles,
	.ryo-hub-wallet-grid,
	.ryo-hub-emission-cards {
		grid-template-columns: 1fr;
	}

	.ryo-hub-wallet-featured {
		grid-column: auto;
	}

	.ryo-hub-principle,
	.ryo-hub-wallet-card {
		min-height: 0;
	}

	.ryo-hub-orbit-stage {
		width: 340px;
		max-width: 100%;
	}

	.ryo-hub-satellite {
		width: 90px;
		height: 35px;
		font-size: 8px;
	}

	.ryo-hub-origin-panel > div:first-child {
		align-items: flex-start;
		flex-direction: column;
	}

	.ryo-hub-stack-layer {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 22px;
	}

	.ryo-hub-stack-layer > strong {
		grid-column: 1;
	}

	.ryo-hub-dax-title-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.ryo-hub-terminal-body {
		min-height: 390px;
		padding: 18px;
	}

	.ryo-hub-terminal-core {
		width: 150px;
		height: 150px;
	}

	.ryo-hub-terminal-pairs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ryo-hub-emission-chart {
		min-height: 0;
		padding: 24px 18px;
	}

	.ryo-hub-emission-chart svg {
		margin-top: 35px;
	}

	.ryo-hub-market-console-top,
	.ryo-hub-market-console-row {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.ryo-hub-market-console-top i {
		grid-column: auto;
		justify-self: start;
	}

	.ryo-hub-market-console-row i {
		justify-self: start;
	}

	.ryo-hub-official-link {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ryo-hub *,
	.ryo-hub *::before,
	.ryo-hub *::after {
		scroll-behavior: auto !important;
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
	}

	.ryo-reveal {
		opacity: 1;
		transform: none;
	}

	.ryo-reveal:not(.is-visible) .ryo-hub-chart-curve {
		stroke-dashoffset: 0;
	}
}
