:root {
    --ryo-node-bg: #020713;
    --ryo-node-bg-deep: #01040c;
    --ryo-node-panel: rgba(8, 19, 39, 0.78);
    --ryo-node-panel-strong: rgba(10, 24, 48, 0.94);
    --ryo-node-border: rgba(98, 171, 255, 0.22);
    --ryo-node-border-bright: rgba(95, 188, 255, 0.58);
    --ryo-node-text: #f4f8ff;
    --ryo-node-muted: #aabbd1;
    --ryo-node-soft: #7e93ac;
    --ryo-node-blue: #4da9f4;
    --ryo-node-blue-2: #4167d4;
    --ryo-node-cyan: #7ddcff;
    --ryo-node-green: #68e3b7;
    --ryo-node-warn: #ffcf72;
    --ryo-node-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.ryo-node-template-main,
.ryo-node-template-main > article,
.ryo-node-template-main .entry-content,
.ryo-node-template-main .site-content,
.ryo-node-template-main .container,
.ryo-node-template-main .content-area {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.ryo-node-template-main .entry-header,
.ryo-node-template-main .entry-title,
.ryo-node-template-main .post-edit-link {
    display: none;
}

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

.ryo-node-shell {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    overflow: clip;
    color: var(--ryo-node-text);
    background:
        radial-gradient(circle at 78% 5%, rgba(55, 127, 255, 0.17), transparent 32rem),
        radial-gradient(circle at 10% 30%, rgba(31, 181, 255, 0.09), transparent 30rem),
        linear-gradient(180deg, #020713 0%, #061025 42%, #020712 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    isolation: isolate;
}

.ryo-node-shell a {
    color: inherit;
    text-decoration: none;
}

.ryo-node-shell button,
.ryo-node-shell input,
.ryo-node-shell code,
.ryo-node-shell pre {
    font-family: inherit;
}

.ryo-node-shell svg {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ryo-node-shell img {
    max-width: 100%;
}

.ryo-node-shell code {
    color: #bfe7ff;
    font-size: .92em;
}

.ryo-node-grid-bg {
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: .42;
    background-image:
        linear-gradient(rgba(91, 153, 224, .052) 1px, transparent 1px),
        linear-gradient(90deg, rgba(91, 153, 224, .052) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.92) 65%, transparent 100%);
}

.ryo-node-grid-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(88, 184, 255, .08), transparent);
    transform: translateX(-100%);
    animation: ryo-node-scan 11s linear infinite;
}

.ryo-node-glow {
    position: absolute;
    z-index: -3;
    width: 38rem;
    height: 38rem;
    border-radius: 50%;
    filter: blur(105px);
    opacity: .17;
    pointer-events: none;
}

.ryo-node-glow--one {
    top: 20rem;
    right: -19rem;
    background: #2b80ff;
}

.ryo-node-glow--two {
    top: 120rem;
    left: -22rem;
    background: #18b7ff;
}

.ryo-node-container {
    position: relative;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.ryo-node-hero {
    position: relative;
    overflow: hidden;
}

.ryo-node-hero::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -1px;
    left: -10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(104, 194, 255, .34), transparent);
}

.ryo-node-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    align-items: center;
    gap: 70px;
    min-height: 780px;
    padding: 100px 0 90px;
}

.ryo-node-eyebrow,
.ryo-node-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #91d0ff;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ryo-node-eyebrow__signal {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #67d3ff;
    box-shadow: 0 0 0 6px rgba(103, 211, 255, .08), 0 0 24px rgba(103, 211, 255, .8);
    animation: ryo-node-blink 2.1s ease-in-out infinite;
}

.ryo-node-eyebrow__version {
    margin-left: 8px;
    padding: 6px 8px;
    border: 1px solid rgba(112, 192, 255, .22);
    border-radius: 6px;
    color: #748fae;
    font-size: .65rem;
    letter-spacing: .11em;
}

.ryo-node-hero h1 {
    max-width: 760px;
    margin: 27px 0 24px;
    color: #fff;
    font-size: clamp(3.2rem, 6.5vw, 6.4rem);
    font-weight: 780;
    line-height: .96;
    letter-spacing: -.06em;
    text-wrap: balance;
    text-shadow: 0 14px 50px rgba(47, 134, 255, .14);
}

.ryo-node-lead {
    max-width: 740px;
    margin: 0;
    color: var(--ryo-node-muted);
    font-size: clamp(1.05rem, 1.55vw, 1.25rem);
    line-height: 1.76;
}

.ryo-node-hero__actions,
.ryo-node-verify__actions,
.ryo-node-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ryo-node-hero__actions {
    margin-top: 34px;
}

.ryo-node-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 55px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: .94rem;
    font-weight: 780;
    letter-spacing: .01em;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease;
}

.ryo-node-button--primary {
    color: #04101f !important;
    background: linear-gradient(135deg, #8cddff 0%, #4ca4f0 52%, #5572df 100%);
    box-shadow: 0 16px 40px rgba(55, 137, 239, .25), inset 0 1px 0 rgba(255,255,255,.45);
}

.ryo-node-button--secondary {
    color: #dcecff !important;
    border-color: rgba(117, 185, 255, .29);
    background: rgba(7, 18, 36, .72);
    backdrop-filter: blur(14px);
}

.ryo-node-button--full {
    width: 100%;
}

.ryo-node-button:hover,
.ryo-node-button:focus-visible {
    transform: translateY(-2px);
}

.ryo-node-button--primary:hover,
.ryo-node-button--primary:focus-visible {
    box-shadow: 0 20px 48px rgba(55, 137, 239, .35), inset 0 1px 0 rgba(255,255,255,.5);
}

.ryo-node-button--secondary:hover,
.ryo-node-button--secondary:focus-visible {
    border-color: rgba(117, 185, 255, .62);
    background: rgba(12, 29, 56, .92);
}

.ryo-node-shell :focus-visible {
    outline: 3px solid #a3e1ff;
    outline-offset: 4px;
}

.ryo-node-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.ryo-node-hero__facts span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(99, 168, 238, .18);
    border-radius: 999px;
    color: #b9cee6;
    background: rgba(7, 18, 36, .54);
    font-size: .76rem;
    font-weight: 680;
}

.ryo-node-hero__facts svg {
    width: 14px;
    height: 14px;
    color: #76d4ff;
}

.ryo-node-hero__visual {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1;
    margin-left: auto;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(58, 138, 242, .09) 0%, transparent 66%);
}

.ryo-node-hero__visual::before,
.ryo-node-hero__visual::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(91, 183, 255, .1);
    border-radius: 50%;
}

.ryo-node-hero__visual::after {
    inset: 25%;
    box-shadow: 0 0 100px rgba(60, 140, 255, .16);
}

.ryo-node-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(96, 184, 255, .19);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ryo-node-orbit::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7ddcff;
    box-shadow: 0 0 16px rgba(125, 220, 255, .9);
}

.ryo-node-orbit--outer {
    width: 91%;
    height: 91%;
    animation: ryo-node-orbit 23s linear infinite;
}

.ryo-node-orbit--middle {
    width: 71%;
    height: 71%;
    border-style: dashed;
    animation: ryo-node-orbit-reverse 18s linear infinite;
}

.ryo-node-orbit--inner {
    width: 51%;
    height: 51%;
    animation: ryo-node-orbit 14s linear infinite;
}

.ryo-node-core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 42%;
    aspect-ratio: 1;
    border: 1px solid rgba(100, 192, 255, .36);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(75, 166, 244, .19), rgba(7, 16, 34, .88) 66%),
        #071022;
    box-shadow:
        0 0 0 14px rgba(73, 160, 244, .035),
        0 0 75px rgba(57, 139, 243, .25),
        inset 0 0 45px rgba(71, 160, 250, .12);
    transform: translate(-50%, -50%);
}

.ryo-node-core img {
    position: relative;
    z-index: 2;
    width: 64%;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(65, 151, 255, .32));
}

.ryo-node-core__pulse {
    position: absolute;
    inset: -1px;
    border: 1px solid rgba(115, 208, 255, .48);
    border-radius: inherit;
    animation: ryo-node-pulse 2.8s ease-out infinite;
}

.ryo-node-satellite {
    position: absolute;
    z-index: 3;
    width: 13px;
    height: 13px;
    border: 2px solid #7edbff;
    border-radius: 4px;
    background: #07172e;
    box-shadow: 0 0 22px rgba(93, 198, 255, .74);
}

.ryo-node-satellite--a { top: 8%; left: 48%; }
.ryo-node-satellite--b { top: 47%; right: 5%; }
.ryo-node-satellite--c { bottom: 8%; left: 47%; }
.ryo-node-satellite--d { top: 47%; left: 5%; }

.ryo-node-telemetry {
    position: absolute;
    z-index: 4;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 8px;
    min-width: 174px;
    padding: 12px 14px;
    border: 1px solid rgba(91, 175, 255, .23);
    border-radius: 10px;
    color: #6d8baa;
    background: rgba(4, 12, 27, .78);
    box-shadow: 0 14px 40px rgba(0,0,0,.24);
    backdrop-filter: blur(12px);
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.ryo-node-telemetry strong {
    grid-column: 2;
    color: #cce8ff;
    font-size: .68rem;
    letter-spacing: .08em;
}

.ryo-node-telemetry__dot {
    grid-row: 1 / 3;
    align-self: center;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #68ddb9;
    box-shadow: 0 0 12px rgba(104, 221, 185, .8);
}

.ryo-node-telemetry--top { top: 15%; right: 0; }
.ryo-node-telemetry--bottom { bottom: 14%; left: 0; }

.ryo-node-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(91, 166, 238, .16);
    background: rgba(3, 9, 20, .82);
    box-shadow: 0 14px 35px rgba(0,0,0,.18);
    backdrop-filter: blur(18px);
}

body.admin-bar .ryo-node-nav {
    top: 32px;
}

.ryo-node-nav__inner {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 58px;
    overflow-x: auto;
    scrollbar-width: none;
}

.ryo-node-nav__inner::-webkit-scrollbar {
    display: none;
}

.ryo-node-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    padding: 0 17px;
    color: #8298b2;
    font-size: .76rem;
    font-weight: 780;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}

.ryo-node-nav a::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: -1px;
    left: 16px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #73d6ff, #5e78e7);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.ryo-node-nav a:hover,
.ryo-node-nav a:focus-visible,
.ryo-node-nav a.is-active {
    color: #d9efff;
    background: rgba(76, 156, 238, .06);
}

.ryo-node-nav a.is-active::after {
    transform: scaleX(1);
}

.ryo-node-main {
    position: relative;
}

.ryo-node-section {
    position: relative;
    padding: 112px 0;
    scroll-margin-top: 76px;
}

.ryo-node-section--dark {
    border-top: 1px solid rgba(87, 160, 232, .12);
    border-bottom: 1px solid rgba(87, 160, 232, .12);
    background:
        radial-gradient(circle at 80% 20%, rgba(53, 126, 246, .09), transparent 28rem),
        linear-gradient(180deg, rgba(1, 5, 13, .86), rgba(4, 12, 27, .94));
}

.ryo-node-section--gradient {
    background:
        linear-gradient(135deg, rgba(36, 100, 188, .08), transparent 42%),
        radial-gradient(circle at 20% 80%, rgba(27, 181, 255, .08), transparent 28rem);
}

.ryo-node-section-head {
    max-width: 800px;
    margin-bottom: 54px;
}

.ryo-node-section-head h2 {
    margin: 18px 0 17px;
    color: #fff;
    font-size: clamp(2.25rem, 4.5vw, 4.35rem);
    font-weight: 760;
    line-height: 1.02;
    letter-spacing: -.047em;
    text-wrap: balance;
}

.ryo-node-section-head p {
    max-width: 760px;
    margin: 0;
    color: var(--ryo-node-muted);
    font-size: 1.08rem;
    line-height: 1.76;
}

.ryo-node-definition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ryo-node-definition {
    position: relative;
    min-height: 310px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--ryo-node-border);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(11, 25, 49, .88), rgba(5, 13, 28, .76));
    box-shadow: var(--ryo-node-shadow);
}

.ryo-node-definition::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(92, 177, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(89, 173, 255, .025), 0 0 0 60px rgba(89, 173, 255, .015);
}

.ryo-node-definition--featured {
    border-color: rgba(101, 190, 255, .42);
    background:
        radial-gradient(circle at 88% 14%, rgba(78, 165, 247, .18), transparent 15rem),
        linear-gradient(145deg, rgba(13, 31, 59, .96), rgba(5, 14, 31, .86));
}

.ryo-node-definition__icon,
.ryo-node-benefit__icon,
.ryo-node-route__icon,
.ryo-node-ops-card__icon,
.ryo-node-selector__result-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(107, 191, 255, .26);
    border-radius: 15px;
    color: #83d7ff;
    background: rgba(52, 135, 225, .09);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.ryo-node-definition__icon svg,
.ryo-node-benefit__icon svg,
.ryo-node-route__icon svg,
.ryo-node-ops-card__icon svg,
.ryo-node-selector__result-icon svg {
    width: 25px;
    height: 25px;
}

.ryo-node-definition__label {
    display: block;
    margin-top: 25px;
    color: #6788aa;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .19em;
}

.ryo-node-definition h3,
.ryo-node-benefit h3,
.ryo-node-route h3,
.ryo-node-ops-card h3 {
    margin: 13px 0 12px;
    color: #f8fbff;
    font-size: 1.45rem;
    font-weight: 760;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.ryo-node-definition p,
.ryo-node-benefit p,
.ryo-node-route p,
.ryo-node-ops-card p {
    margin: 0;
    color: var(--ryo-node-muted);
    line-height: 1.7;
}

.ryo-node-plain {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: start;
    margin-top: 24px;
    padding: 28px 32px;
    border-left: 3px solid #63caff;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(90deg, rgba(51, 135, 229, .12), rgba(8, 19, 39, .42));
}

.ryo-node-plain__mark {
    color: #65ccff;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: .8;
}

.ryo-node-plain span,
.ryo-node-flow__title span,
.ryo-node-modes__head > span,
.ryo-node-glossary__head > span,
.ryo-node-security__copy > span,
.ryo-node-resources__inner > span {
    color: #6e91b4;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .18em;
}

.ryo-node-plain p {
    margin: 8px 0 0;
    color: #d4e4f4;
    font-size: 1.05rem;
    line-height: 1.72;
}

.ryo-node-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 42px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(5, 14, 30, .64);
}

.ryo-node-process article {
    position: relative;
    min-height: 240px;
    padding: 28px;
    border-right: 1px solid var(--ryo-node-border);
}

.ryo-node-process article:last-child {
    border-right: 0;
}

.ryo-node-process__number,
.ryo-node-benefit__number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(130, 187, 237, .28);
    font-size: .69rem;
    font-weight: 850;
    letter-spacing: .15em;
}

.ryo-node-process__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    color: #75d2ff;
    background: rgba(52, 137, 232, .1);
}

.ryo-node-process h3 {
    margin: 36px 0 10px;
    color: #fff;
    font-size: 1.18rem;
}

.ryo-node-process p {
    margin: 0;
    color: var(--ryo-node-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.ryo-node-flow {
    margin-top: 24px;
    padding: 30px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 22px;
    background:
        linear-gradient(90deg, rgba(13, 31, 58, .76), rgba(5, 13, 28, .74)),
        rgba(5, 13, 28, .7);
}

.ryo-node-flow__title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.ryo-node-flow__title strong {
    color: #d9e9f9;
    font-size: .95rem;
}

.ryo-node-flow__diagram {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.ryo-node-flow__item {
    display: grid;
    place-items: center;
    gap: 10px;
    min-width: 112px;
    min-height: 112px;
    padding: 14px;
    border: 1px solid rgba(99, 173, 244, .18);
    border-radius: 18px;
    color: #8eb8da;
    background: rgba(4, 12, 26, .68);
}

.ryo-node-flow__item svg {
    width: 31px;
    height: 31px;
}

.ryo-node-flow__item img {
    width: 44px;
}

.ryo-node-flow__item span {
    color: #b9d3e8;
    font-size: .66rem;
    font-weight: 820;
    letter-spacing: .11em;
    text-align: center;
}

.ryo-node-flow__item--active {
    border-color: rgba(99, 194, 255, .48);
    box-shadow: 0 0 36px rgba(60, 145, 245, .12);
}

.ryo-node-flow__line {
    position: relative;
    height: 1px;
    overflow: hidden;
    background: rgba(111, 183, 245, .25);
}

.ryo-node-flow__line i {
    position: absolute;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #72d5ff;
    box-shadow: 0 0 12px #72d5ff;
    animation: ryo-node-data 2.8s linear infinite;
}

.ryo-node-tabs {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    min-height: 510px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(5, 13, 28, .76);
    box-shadow: var(--ryo-node-shadow);
}

.ryo-node-tabs__list {
    padding: 14px;
    border-right: 1px solid var(--ryo-node-border);
    background: rgba(2, 7, 16, .62);
}

.ryo-node-tab {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 70px;
    padding: 10px 14px;
    border: 0;
    border-radius: 13px;
    color: #8fa6bf;
    background: transparent;
    cursor: pointer;
    font-size: .91rem;
    font-weight: 720;
    text-align: left;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.ryo-node-tab + .ryo-node-tab {
    margin-top: 4px;
}

.ryo-node-tab__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(92, 166, 235, .15);
    border-radius: 12px;
    background: rgba(58, 133, 219, .06);
}

.ryo-node-tab:hover,
.ryo-node-tab:focus-visible {
    color: #d5eaff;
    background: rgba(58, 137, 226, .08);
}

.ryo-node-tab.is-active {
    color: #f1f8ff;
    background: linear-gradient(90deg, rgba(54, 140, 232, .18), rgba(49, 103, 197, .08));
}

.ryo-node-tab.is-active .ryo-node-tab__icon {
    color: #78d5ff;
    border-color: rgba(103, 194, 255, .38);
    background: rgba(59, 148, 239, .14);
    box-shadow: 0 0 22px rgba(55, 141, 238, .1);
}

.ryo-node-tabs__panels {
    min-width: 0;
}

.ryo-node-type-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 54px;
    min-height: 100%;
    padding: 48px;
}

.ryo-node-type-panel[hidden] {
    display: none;
}

.ryo-node-status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 10px;
    border: 1px solid rgba(121, 178, 235, .22);
    border-radius: 999px;
    color: #91a8c0;
    background: rgba(95, 151, 205, .07);
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .14em;
}

.ryo-node-status--good {
    color: #83e1c2;
    border-color: rgba(104, 227, 183, .28);
    background: rgba(104, 227, 183, .07);
}

.ryo-node-status--bright {
    color: #8fdbff;
    border-color: rgba(103, 200, 255, .32);
    background: rgba(72, 169, 245, .09);
}

.ryo-node-status--warn {
    color: #ffd58b;
    border-color: rgba(255, 207, 114, .31);
    background: rgba(255, 207, 114, .07);
}

.ryo-node-status--neutral {
    color: #a3b4c7;
}

.ryo-node-type-panel__main h3 {
    max-width: 680px;
    margin: 23px 0 16px;
    color: #fff;
    font-size: clamp(2rem, 3.3vw, 3.3rem);
    line-height: 1.06;
    letter-spacing: -.04em;
}

.ryo-node-type-panel__main > p {
    max-width: 670px;
    margin: 0;
    color: var(--ryo-node-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.ryo-node-note {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-top: 28px;
    padding: 16px 18px;
    border: 1px solid rgba(96, 171, 242, .17);
    border-radius: 14px;
    color: #a9c3db;
    background: rgba(51, 130, 221, .06);
    font-size: .91rem;
    line-height: 1.6;
}

.ryo-node-note svg {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #6dcfff;
}

.ryo-node-type-panel__facts {
    align-self: center;
    margin: 0;
    border: 1px solid rgba(95, 170, 240, .18);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(2, 8, 18, .46);
}

.ryo-node-type-panel__facts div {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(95, 170, 240, .14);
}

.ryo-node-type-panel__facts div:last-child {
    border-bottom: 0;
}

.ryo-node-type-panel__facts dt {
    margin-bottom: 7px;
    color: #6685a5;
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .16em;
}

.ryo-node-type-panel__facts dd {
    margin: 0;
    color: #d8e8f7;
    font-size: .91rem;
    line-height: 1.5;
}

.ryo-node-distinction {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: stretch;
    margin-top: 24px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(6, 15, 31, .58);
}

.ryo-node-distinction__side {
    padding: 28px 32px;
}

.ryo-node-distinction__tag {
    display: inline-flex;
    padding: 6px 9px;
    border: 1px solid rgba(104, 190, 255, .26);
    border-radius: 7px;
    color: #80d4ff;
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .15em;
}

.ryo-node-distinction h3 {
    margin: 15px 0 9px;
    color: #f4f9ff;
    font-size: 1.25rem;
}

.ryo-node-distinction p {
    margin: 0;
    color: var(--ryo-node-muted);
    line-height: 1.65;
}

.ryo-node-distinction__divider {
    display: grid;
    place-items: center;
    border-right: 1px solid var(--ryo-node-border);
    border-left: 1px solid var(--ryo-node-border);
    color: #7592af;
    background: rgba(2, 8, 18, .55);
    font-size: 1.4rem;
    font-weight: 800;
}

.ryo-node-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ryo-node-benefit {
    position: relative;
    min-height: 285px;
    padding: 30px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(10, 23, 46, .76), rgba(5, 13, 28, .72));
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ryo-node-benefit:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 188, 255, .43);
    box-shadow: 0 22px 55px rgba(0,0,0,.24);
}

.ryo-node-benefit--accent {
    border-color: rgba(103, 194, 255, .4);
    background:
        radial-gradient(circle at 90% 8%, rgba(76, 167, 246, .18), transparent 12rem),
        linear-gradient(145deg, rgba(11, 30, 58, .9), rgba(5, 14, 31, .8));
}

.ryo-node-benefit h3 {
    margin-top: 25px;
}

.ryo-node-reality {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 46px;
    align-items: center;
    margin-top: 24px;
    padding: 34px;
    border: 1px solid rgba(255, 207, 114, .2);
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 207, 114, .06), rgba(8, 19, 38, .42));
}

.ryo-node-reality__label {
    color: #ffd07a;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .17em;
}

.ryo-node-reality h3 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.3;
}

.ryo-node-reality p {
    margin: 0;
    color: var(--ryo-node-muted);
    line-height: 1.72;
}

.ryo-node-selector {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    min-height: 570px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(5, 14, 30, .73);
    box-shadow: var(--ryo-node-shadow);
}

.ryo-node-selector__choices {
    padding: 16px;
    border-right: 1px solid var(--ryo-node-border);
    background: rgba(2, 8, 19, .66);
}

.ryo-node-selector__choices button {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: center;
    width: 100%;
    min-height: 108px;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #9eb2c8;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.ryo-node-selector__choices button + button {
    margin-top: 7px;
}

.ryo-node-selector__choices button > svg {
    width: 26px;
    height: 26px;
    justify-self: center;
}

.ryo-node-selector__choices button span {
    display: grid;
    gap: 6px;
}

.ryo-node-selector__choices button strong {
    color: inherit;
    font-size: .95rem;
    line-height: 1.35;
}

.ryo-node-selector__choices button small {
    color: #677f98;
    font-size: .77rem;
}

.ryo-node-selector__choices button:hover,
.ryo-node-selector__choices button:focus-visible {
    color: #d6ebff;
    background: rgba(60, 140, 228, .07);
}

.ryo-node-selector__choices button.is-active {
    color: #f3f9ff;
    border-color: rgba(101, 192, 255, .36);
    background: linear-gradient(90deg, rgba(54, 143, 236, .16), rgba(58, 95, 186, .08));
}

.ryo-node-selector__choices button.is-active > svg {
    color: #75d2ff;
}

.ryo-node-selector__results {
    min-width: 0;
}

.ryo-node-selector__result {
    min-height: 100%;
    padding: 48px 52px;
}

.ryo-node-selector__result[hidden] {
    display: none;
}

.ryo-node-selector__result-icon {
    width: 64px;
    height: 64px;
    margin-top: 30px;
}

.ryo-node-selector__result-icon svg {
    width: 30px;
    height: 30px;
}

.ryo-node-selector__result h3 {
    margin: 22px 0 15px;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.ryo-node-selector__result > p {
    max-width: 730px;
    margin: 0;
    color: var(--ryo-node-muted);
    font-size: 1.03rem;
    line-height: 1.74;
}

.ryo-node-selector__result ul {
    display: grid;
    gap: 10px;
    margin: 25px 0 28px;
    padding: 0;
    list-style: none;
}

.ryo-node-selector__result li {
    position: relative;
    padding-left: 24px;
    color: #c5d8ea;
    font-size: .92rem;
}

.ryo-node-selector__result li::before {
    content: "";
    position: absolute;
    top: .53em;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #68d6ff;
    box-shadow: 0 0 12px rgba(104, 214, 255, .65);
}

.ryo-node-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #81d7ff !important;
    font-size: .91rem;
    font-weight: 760;
}

.ryo-node-text-link svg {
    width: 17px;
    height: 17px;
    transition: transform .2s ease;
}

.ryo-node-text-link:hover svg {
    transform: translateX(4px);
}

.ryo-node-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ryo-node-route {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 34px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(10, 24, 48, .86), rgba(4, 12, 27, .8));
    box-shadow: var(--ryo-node-shadow);
}

.ryo-node-route--beginner {
    border-color: rgba(100, 194, 255, .4);
    background:
        radial-gradient(circle at 88% 5%, rgba(64, 159, 243, .18), transparent 14rem),
        linear-gradient(145deg, rgba(12, 30, 58, .93), rgba(5, 14, 30, .84));
}

.ryo-node-route__head {
    min-height: 250px;
}

.ryo-node-route__level {
    display: inline-flex;
    margin-bottom: 24px;
    color: #6f91b4;
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .16em;
}

.ryo-node-route h3 {
    margin-top: 22px;
    font-size: 1.62rem;
}

.ryo-node-steps {
    display: grid;
    gap: 0;
    margin: 6px 0 28px;
    padding: 0;
    list-style: none;
}

.ryo-node-steps li {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 15px;
    padding: 18px 0;
    border-top: 1px solid rgba(95, 170, 239, .14);
}

.ryo-node-steps li > span {
    display: grid;
    place-items: center;
    align-self: start;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(104, 194, 255, .26);
    border-radius: 50%;
    color: #83d6ff;
    background: rgba(61, 147, 235, .08);
    font-size: .62rem;
    font-weight: 850;
}

.ryo-node-steps strong {
    display: block;
    color: #e9f4ff;
    font-size: .94rem;
}

.ryo-node-steps p {
    margin-top: 6px;
    font-size: .86rem;
    line-height: 1.62;
}

.ryo-node-terminal {
    margin: 8px 0 24px;
    border: 1px solid rgba(95, 174, 245, .2);
    border-radius: 16px;
    overflow: hidden;
    background: #020711;
}

.ryo-node-terminal__bar {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(95, 174, 245, .16);
    color: #617e9c;
    background: rgba(11, 25, 47, .88);
}

.ryo-node-terminal__bar > span {
    display: flex;
    gap: 6px;
}

.ryo-node-terminal__bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e5974;
}

.ryo-node-terminal__bar i:first-child { background: #ef766e; }
.ryo-node-terminal__bar i:nth-child(2) { background: #e9ba62; }
.ryo-node-terminal__bar i:nth-child(3) { background: #65c898; }

.ryo-node-terminal__bar strong {
    font-size: .59rem;
    letter-spacing: .14em;
}

.ryo-node-terminal__bar button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border: 1px solid rgba(102, 179, 248, .2);
    border-radius: 7px;
    color: #9ebbd4;
    background: rgba(55, 131, 216, .07);
    cursor: pointer;
    font-size: .69rem;
    font-weight: 750;
}

.ryo-node-terminal__bar button svg {
    width: 14px;
    height: 14px;
}

.ryo-node-terminal pre {
    margin: 0;
    padding: 26px 22px;
    overflow-x: auto;
    color: #d8efff;
    font: 600 .95rem/1.6 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.ryo-node-terminal code {
    color: inherit;
    font-family: inherit;
}

.ryo-node-terminal__prompt {
    margin-right: 10px;
    color: #68dcb6;
}

.ryo-node-operator-list {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.ryo-node-operator-list > div {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 11px;
    color: #aabfd3;
    font-size: .86rem;
    line-height: 1.6;
}

.ryo-node-operator-list svg {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #68deb8;
}

.ryo-node-operator-list strong {
    color: #e2eef9;
}

.ryo-node-route__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(95, 170, 239, .14);
}

.ryo-node-route__links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    border: 1px solid rgba(100, 178, 244, .18);
    border-radius: 9px;
    color: #a9c8df;
    background: rgba(50, 125, 213, .05);
    font-size: .75rem;
    font-weight: 700;
}

.ryo-node-route__links a:hover {
    color: #dff2ff;
    border-color: rgba(100, 190, 255, .4);
}

.ryo-node-route__links svg {
    width: 14px;
    height: 14px;
}

.ryo-node-modes {
    margin-top: 24px;
    padding: 34px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 22px;
    background: rgba(5, 14, 30, .62);
}

.ryo-node-modes__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.ryo-node-modes__head h3,
.ryo-node-glossary__head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.45rem;
}

.ryo-node-modes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ryo-node-modes__grid article {
    min-height: 205px;
    padding: 24px;
    border: 1px solid rgba(95, 170, 239, .16);
    border-radius: 17px;
    background: rgba(3, 10, 22, .54);
}

.ryo-node-modes__grid .ryo-node-modes__featured {
    border-color: rgba(103, 194, 255, .4);
    background: linear-gradient(145deg, rgba(48, 140, 232, .13), rgba(4, 13, 28, .65));
}

.ryo-node-modes__grid h4 {
    margin: 18px 0 10px;
    color: #edf7ff;
    font-size: 1.05rem;
}

.ryo-node-modes__grid p {
    margin: 0;
    color: var(--ryo-node-muted);
    font-size: .88rem;
    line-height: 1.64;
}

.ryo-node-ops-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ryo-node-ops-card {
    min-height: 310px;
    padding: 30px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(9, 22, 43, .82), rgba(3, 11, 24, .8));
}

.ryo-node-ops-card h3 {
    margin-top: 23px;
}

.ryo-node-ops-card ul {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.ryo-node-ops-card li {
    position: relative;
    padding-left: 22px;
    color: #aabed2;
    font-size: .89rem;
    line-height: 1.6;
}

.ryo-node-ops-card li::before {
    content: "";
    position: absolute;
    top: .65em;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #70d4ff;
}

.ryo-node-security {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 22px;
    padding: 30px;
    border: 1px solid rgba(255, 207, 114, .22);
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 207, 114, .065), rgba(7, 18, 36, .56));
}

.ryo-node-security__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 207, 114, .3);
    border-radius: 16px;
    color: #ffd17a;
    background: rgba(255, 207, 114, .07);
}

.ryo-node-security__icon svg {
    width: 27px;
    height: 27px;
}

.ryo-node-security__copy h3 {
    margin: 8px 0 9px;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.35;
}

.ryo-node-security__copy p {
    margin: 0;
    color: var(--ryo-node-muted);
    line-height: 1.65;
}

.ryo-node-security > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 207, 114, .23);
    border-radius: 10px;
    color: #ffd990;
    font-size: .77rem;
    font-weight: 750;
    white-space: nowrap;
}

.ryo-node-security > a svg {
    width: 14px;
    height: 14px;
}

.ryo-node-verify {
    margin-top: 22px;
    padding: 34px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 22px;
    background: rgba(5, 14, 29, .66);
}

.ryo-node-verify__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 28px;
}

.ryo-node-verify__head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.55rem;
}

.ryo-node-verify__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(95, 170, 239, .16);
    border-radius: 18px;
    overflow: hidden;
}

.ryo-node-verify__list > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 22px;
    border-right: 1px solid rgba(95, 170, 239, .14);
    border-bottom: 1px solid rgba(95, 170, 239, .14);
}

.ryo-node-verify__list > div:nth-child(2n) {
    border-right: 0;
}

.ryo-node-verify__list > div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.ryo-node-verify__list span {
    display: grid;
    place-items: center;
    align-self: start;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #77d6ff;
    background: rgba(63, 148, 234, .1);
    font-size: .61rem;
    font-weight: 850;
}

.ryo-node-verify__list p {
    display: grid;
    gap: 5px;
    margin: 0;
    color: #8fa6bd;
    font-size: .84rem;
    line-height: 1.55;
}

.ryo-node-verify__list strong {
    color: #e0edf8;
    font-size: .92rem;
}

.ryo-node-verify__actions {
    margin-top: 24px;
}

.ryo-node-glossary {
    margin-top: 22px;
    padding: 34px;
    border: 1px solid var(--ryo-node-border);
    border-radius: 22px;
    background: rgba(5, 14, 29, .66);
}

.ryo-node-glossary__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 28px;
}

.ryo-node-glossary dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    border: 1px solid rgba(95, 170, 239, .16);
    border-radius: 18px;
    overflow: hidden;
}

.ryo-node-glossary dl > div {
    padding: 21px 22px;
    border-right: 1px solid rgba(95, 170, 239, .14);
    border-bottom: 1px solid rgba(95, 170, 239, .14);
}

.ryo-node-glossary dl > div:nth-child(2n) {
    border-right: 0;
}

.ryo-node-glossary dl > div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.ryo-node-glossary dt {
    margin-bottom: 7px;
    color: #dceafa;
    font-size: .93rem;
    font-weight: 770;
}

.ryo-node-glossary dd {
    margin: 0;
    color: #8fa6bd;
    font-size: .84rem;
    line-height: 1.58;
}

.ryo-node-faq {
    border-top: 1px solid var(--ryo-node-border);
}

.ryo-node-faq__item {
    border-bottom: 1px solid var(--ryo-node-border);
}

.ryo-node-faq__item summary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 34px;
    gap: 17px;
    align-items: center;
    min-height: 88px;
    padding: 20px 4px;
    cursor: pointer;
    list-style: none;
}

.ryo-node-faq__item summary::-webkit-details-marker {
    display: none;
}

.ryo-node-faq__item summary > span {
    color: #607f9e;
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .14em;
}

.ryo-node-faq__item summary strong {
    color: #eaf4ff;
    font-size: 1.08rem;
    font-weight: 710;
}

.ryo-node-faq__item summary i {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(99, 177, 244, .2);
    border-radius: 50%;
    background: rgba(59, 138, 225, .06);
}

.ryo-node-faq__item summary i::before,
.ryo-node-faq__item summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #86d5ff;
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.ryo-node-faq__item summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ryo-node-faq__item[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.ryo-node-faq__item > div {
    padding: 0 50px 27px 59px;
}

.ryo-node-faq__item p {
    max-width: 900px;
    margin: 0;
    color: var(--ryo-node-muted);
    line-height: 1.72;
}

.ryo-node-cta {
    padding: 0 0 112px;
}

.ryo-node-cta__inner {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    padding: 42px;
    border: 1px solid rgba(102, 192, 255, .37);
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 50%, rgba(74, 167, 248, .18), transparent 16rem),
        linear-gradient(135deg, rgba(13, 33, 65, .96), rgba(5, 14, 31, .94));
    box-shadow: 0 32px 90px rgba(0,0,0,.33);
}

.ryo-node-cta__visual {
    position: relative;
    display: grid;
    place-items: center;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(106, 197, 255, .28);
    border-radius: 50%;
    background: rgba(55, 143, 237, .08);
}

.ryo-node-cta__visual span {
    position: absolute;
    inset: -1px;
    border: 1px solid rgba(115, 207, 255, .45);
    border-radius: inherit;
    animation: ryo-node-pulse 2.8s ease-out infinite;
}

.ryo-node-cta__visual img {
    width: 72px;
}

.ryo-node-cta__copy h2 {
    margin: 12px 0 11px;
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    line-height: 1.03;
    letter-spacing: -.044em;
}

.ryo-node-cta__copy p {
    max-width: 720px;
    margin: 0;
    color: var(--ryo-node-muted);
    line-height: 1.68;
}

.ryo-node-cta__actions {
    flex-direction: column;
    min-width: 190px;
}

.ryo-node-resources {
    border-top: 1px solid rgba(91, 166, 238, .14);
    background: rgba(1, 5, 12, .72);
}

.ryo-node-resources__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 24px;
    min-height: 82px;
}

.ryo-node-resources__inner > span {
    margin-right: 8px;
}

.ryo-node-resources a {
    color: #8faac3;
    font-size: .77rem;
    font-weight: 680;
    transition: color .2s ease;
}

.ryo-node-resources a:hover {
    color: #d8efff;
}

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

.ryo-node-shell.is-enhanced .ryo-node-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .68s ease, transform .68s cubic-bezier(.2,.75,.2,1);
}

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

@keyframes ryo-node-scan {
    to { transform: translateX(100%); }
}

@keyframes ryo-node-blink {
    0%, 100% { opacity: .65; }
    50% { opacity: 1; }
}

@keyframes ryo-node-orbit {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ryo-node-orbit-reverse {
    to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes ryo-node-pulse {
    0% { opacity: .7; transform: scale(1); }
    75%, 100% { opacity: 0; transform: scale(1.28); }
}

@keyframes ryo-node-data {
    from { left: -6px; }
    to { left: calc(100% + 6px); }
}

@media (max-width: 1100px) {
    .ryo-node-hero__grid {
        grid-template-columns: minmax(0, 1fr) 430px;
        gap: 42px;
    }

    .ryo-node-tabs {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .ryo-node-type-panel {
        grid-template-columns: minmax(0, 1fr) 265px;
        gap: 34px;
        padding: 38px;
    }

    .ryo-node-selector {
        grid-template-columns: 330px minmax(0, 1fr);
    }

    .ryo-node-selector__result {
        padding: 42px;
    }

    .ryo-node-cta__inner {
        grid-template-columns: 125px minmax(0, 1fr);
    }

    .ryo-node-cta__actions {
        grid-column: 2;
        flex-direction: row;
    }
}

@media (max-width: 900px) {
    .ryo-node-hero__grid {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 84px 0 74px;
    }

    .ryo-node-hero__visual {
        width: min(100%, 500px);
        margin: 0 auto;
    }

    .ryo-node-section {
        padding: 90px 0;
    }

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

    .ryo-node-process article:nth-child(2) {
        border-right: 0;
    }

    .ryo-node-process article:nth-child(-n+2) {
        border-bottom: 1px solid var(--ryo-node-border);
    }

    .ryo-node-flow__diagram {
        grid-template-columns: 1fr;
    }

    .ryo-node-flow__line {
        width: 1px;
        height: 34px;
        margin: 0 auto;
    }

    .ryo-node-flow__line i {
        top: -6px;
        left: -2px;
        animation: ryo-node-data-vertical 2.8s linear infinite;
    }

    .ryo-node-tabs,
    .ryo-node-selector {
        grid-template-columns: 1fr;
    }

    .ryo-node-tabs__list,
    .ryo-node-selector__choices {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        border-right: 0;
        border-bottom: 1px solid var(--ryo-node-border);
    }

    .ryo-node-tab + .ryo-node-tab,
    .ryo-node-selector__choices button + button {
        margin-top: 0;
    }

    .ryo-node-type-panel {
        min-height: 500px;
    }

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

    .ryo-node-route-grid {
        grid-template-columns: 1fr;
    }

    .ryo-node-route__head {
        min-height: 0;
        margin-bottom: 20px;
    }

    .ryo-node-security {
        grid-template-columns: 58px 1fr;
    }

    .ryo-node-security > a {
        grid-column: 2;
        width: fit-content;
    }
}

@keyframes ryo-node-data-vertical {
    from { top: -6px; }
    to { top: calc(100% + 6px); }
}

@media (max-width: 782px) {
    body.admin-bar .ryo-node-nav {
        top: 46px;
    }
}

@media (max-width: 700px) {
    .ryo-node-container {
        width: min(calc(100% - 28px), 1200px);
    }

    .ryo-node-hero__grid {
        gap: 44px;
        padding-top: 68px;
    }

    .ryo-node-hero h1 {
        font-size: clamp(3rem, 15vw, 5rem);
    }

    .ryo-node-hero__actions,
    .ryo-node-verify__actions,
    .ryo-node-cta__actions {
        flex-direction: column;
    }

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

    .ryo-node-hero__facts {
        display: grid;
    }

    .ryo-node-hero__facts span {
        width: fit-content;
    }

    .ryo-node-telemetry {
        display: none;
    }

    .ryo-node-section {
        padding: 76px 0;
    }

    .ryo-node-section-head {
        margin-bottom: 38px;
    }

    .ryo-node-section-head h2 {
        font-size: clamp(2.3rem, 11vw, 3.7rem);
    }

    .ryo-node-definition-grid,
    .ryo-node-benefits,
    .ryo-node-ops-grid,
    .ryo-node-modes__grid,
    .ryo-node-verify__list,
    .ryo-node-glossary dl {
        grid-template-columns: 1fr;
    }

    .ryo-node-definition {
        min-height: 0;
        padding: 28px;
    }

    .ryo-node-plain {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 25px;
    }

    .ryo-node-process {
        grid-template-columns: 1fr;
    }

    .ryo-node-process article,
    .ryo-node-process article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--ryo-node-border);
    }

    .ryo-node-process article:last-child {
        border-bottom: 0;
    }

    .ryo-node-flow {
        padding: 24px;
    }

    .ryo-node-flow__title,
    .ryo-node-modes__head,
    .ryo-node-verify__head,
    .ryo-node-glossary__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ryo-node-tabs__list,
    .ryo-node-selector__choices {
        grid-template-columns: 1fr;
    }

    .ryo-node-tab {
        min-height: 62px;
    }

    .ryo-node-type-panel {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: 0;
        padding: 28px;
    }

    .ryo-node-distinction {
        grid-template-columns: 1fr;
    }

    .ryo-node-distinction__divider {
        min-height: 55px;
        border: 0;
        border-top: 1px solid var(--ryo-node-border);
        border-bottom: 1px solid var(--ryo-node-border);
    }

    .ryo-node-reality {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px;
    }

    .ryo-node-selector__result {
        padding: 30px 27px;
    }

    .ryo-node-route,
    .ryo-node-modes,
    .ryo-node-verify,
    .ryo-node-glossary {
        padding: 27px;
    }

    .ryo-node-terminal__bar {
        grid-template-columns: 55px 1fr auto;
    }

    .ryo-node-terminal__bar strong {
        display: none;
    }

    .ryo-node-security {
        grid-template-columns: 1fr;
        padding: 27px;
    }

    .ryo-node-security > a {
        grid-column: auto;
    }

    .ryo-node-verify__list > div,
    .ryo-node-verify__list > div:nth-child(2n),
    .ryo-node-verify__list > div:nth-last-child(-n+2),
    .ryo-node-glossary dl > div,
    .ryo-node-glossary dl > div:nth-child(2n),
    .ryo-node-glossary dl > div:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid rgba(95, 170, 239, .14);
    }

    .ryo-node-verify__list > div:last-child,
    .ryo-node-glossary dl > div:last-child {
        border-bottom: 0;
    }

    .ryo-node-faq__item summary {
        grid-template-columns: 32px minmax(0, 1fr) 30px;
        gap: 10px;
    }

    .ryo-node-faq__item > div {
        padding: 0 40px 24px 42px;
    }

    .ryo-node-cta {
        padding-bottom: 76px;
    }

    .ryo-node-cta__inner {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .ryo-node-cta__visual {
        width: 105px;
        height: 105px;
    }

    .ryo-node-cta__actions {
        grid-column: auto;
        min-width: 0;
    }

    .ryo-node-resources__inner {
        padding: 22px 0;
    }
}

@media (max-width: 430px) {
    .ryo-node-eyebrow__version {
        display: none;
    }

    .ryo-node-hero__visual {
        width: 112%;
        margin-left: -6%;
    }

    .ryo-node-definition,
    .ryo-node-route,
    .ryo-node-modes,
    .ryo-node-verify,
    .ryo-node-glossary,
    .ryo-node-ops-card {
        padding: 23px;
    }

    .ryo-node-tabs,
    .ryo-node-selector {
        border-radius: 19px;
    }

    .ryo-node-type-panel,
    .ryo-node-selector__result {
        padding: 24px 21px;
    }
}

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

    .ryo-node-shell.is-enhanced .ryo-node-reveal {
        opacity: 1;
        transform: none;
    }
}

/* =========================================================
   Readability pass — v1.0.1
   Larger typography for comfortable reading on all devices.
   ========================================================= */
.ryo-node-shell {
    font-size: 18px;
}

.ryo-node-eyebrow,
.ryo-node-kicker {
    font-size: .88rem;
}

.ryo-node-eyebrow__version {
    font-size: .76rem;
}

.ryo-node-lead {
    font-size: clamp(1.18rem, 1.65vw, 1.4rem);
    line-height: 1.72;
}

.ryo-node-button {
    min-height: 58px;
    font-size: 1.04rem;
}

.ryo-node-hero__facts span {
    padding: 9px 13px;
    font-size: .9rem;
}

.ryo-node-telemetry {
    font-size: .78rem;
}

.ryo-node-telemetry strong {
    font-size: .84rem;
}

.ryo-node-nav a {
    font-size: .9rem;
}

.ryo-node-section-head p {
    font-size: 1.18rem;
    line-height: 1.74;
}

.ryo-node-definition__label,
.ryo-node-plain span,
.ryo-node-flow__title span,
.ryo-node-modes__head > span,
.ryo-node-glossary__head > span,
.ryo-node-security__copy > span,
.ryo-node-resources__inner > span,
.ryo-node-route__level,
.ryo-node-reality__label {
    font-size: .82rem;
    line-height: 1.35;
}

.ryo-node-definition h3,
.ryo-node-benefit h3,
.ryo-node-route h3,
.ryo-node-ops-card h3 {
    font-size: 1.58rem;
}

.ryo-node-definition p,
.ryo-node-benefit p,
.ryo-node-route p,
.ryo-node-ops-card p,
.ryo-node-distinction p,
.ryo-node-reality p,
.ryo-node-security__copy p,
.ryo-node-faq__item p,
.ryo-node-cta__copy p {
    font-size: 1.1rem;
    line-height: 1.72;
}

.ryo-node-plain p {
    font-size: 1.16rem;
}

.ryo-node-process__number,
.ryo-node-benefit__number {
    font-size: .82rem;
}

.ryo-node-process h3 {
    font-size: 1.28rem;
}

.ryo-node-process p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.ryo-node-flow__title strong {
    font-size: 1.08rem;
}

.ryo-node-flow__item span {
    font-size: .82rem;
    line-height: 1.35;
}

.ryo-node-tab {
    min-height: 74px;
    font-size: 1rem;
}

.ryo-node-status {
    font-size: .78rem;
}

.ryo-node-type-panel__main > p {
    font-size: 1.14rem;
}

.ryo-node-note,
.ryo-node-type-panel__facts dd {
    font-size: 1.03rem;
}

.ryo-node-type-panel__facts dt,
.ryo-node-distinction__tag {
    font-size: .78rem;
}

.ryo-node-distinction h3 {
    font-size: 1.38rem;
}

.ryo-node-reality h3 {
    font-size: 1.58rem;
}

.ryo-node-selector__choices button strong {
    font-size: 1.06rem;
}

.ryo-node-selector__choices button small {
    font-size: .92rem;
    line-height: 1.45;
}

.ryo-node-selector__result > p {
    font-size: 1.14rem;
}

.ryo-node-selector__result li {
    font-size: 1.04rem;
    line-height: 1.6;
}

.ryo-node-text-link {
    font-size: 1.02rem;
}

.ryo-node-route__level {
    margin-bottom: 21px;
}

.ryo-node-steps strong {
    font-size: 1.06rem;
}

.ryo-node-steps p {
    font-size: 1rem;
    line-height: 1.68;
}

.ryo-node-terminal__bar strong {
    font-size: .76rem;
}

.ryo-node-terminal__bar button {
    font-size: .84rem;
}

.ryo-node-terminal pre {
    font-size: 1rem;
    line-height: 1.7;
}

.ryo-node-operator-list {
    font-size: 1rem;
    line-height: 1.68;
}

.ryo-node-route__links a {
    font-size: .92rem;
}

.ryo-node-modes__grid h4 {
    font-size: 1.16rem;
}

.ryo-node-modes__grid p {
    font-size: 1.04rem;
    line-height: 1.7;
}

.ryo-node-ops-card li {
    font-size: 1.03rem;
    line-height: 1.68;
}

.ryo-node-security__copy h3 {
    font-size: 1.48rem;
}

.ryo-node-security > a {
    font-size: .94rem;
}

.ryo-node-verify__head h3 {
    font-size: 1.7rem;
}

.ryo-node-verify__list > div > span {
    font-size: .78rem;
}

.ryo-node-verify__list p {
    font-size: 1rem;
    line-height: 1.62;
}

.ryo-node-verify__list strong {
    font-size: 1.08rem;
}

.ryo-node-glossary dt {
    font-size: 1.08rem;
}

.ryo-node-glossary dd {
    font-size: 1rem;
    line-height: 1.65;
}

.ryo-node-faq__item summary > span {
    font-size: .78rem;
}

.ryo-node-faq__item summary strong {
    font-size: 1.22rem;
    line-height: 1.4;
}

.ryo-node-resources a {
    font-size: .92rem;
}

@media (max-width: 700px) {
    .ryo-node-shell {
        font-size: 18px;
    }

    .ryo-node-lead,
    .ryo-node-section-head p,
    .ryo-node-type-panel__main > p,
    .ryo-node-selector__result > p {
        font-size: 1.12rem;
    }

    .ryo-node-definition p,
    .ryo-node-benefit p,
    .ryo-node-route p,
    .ryo-node-ops-card p,
    .ryo-node-distinction p,
    .ryo-node-reality p,
    .ryo-node-security__copy p,
    .ryo-node-faq__item p,
    .ryo-node-cta__copy p {
        font-size: 1.06rem;
    }

    .ryo-node-nav a {
        min-height: 60px;
        font-size: .92rem;
    }
}

/* =========================================================
   v1.0.2 — Primas cleanup + absolute-pixel readability pass
   The Primas theme can use a very small root font size, so all
   important page typography is defined in pixels rather than rem.
   ========================================================= */
body.ryo-node-hub-page {
    background: #020713 !important;
}

/* Remove the duplicated Primas tagline and native theme footer only here. */
body.ryo-node-hub-page .site-description,
body.ryo-node-hub-page h3.site-description,
body.ryo-node-hub-page .site-branding .site-description,
body.ryo-node-hub-page .site-header .site-description {
    display: none !important;
}

body.ryo-node-hub-page main .entry-header,
body.ryo-node-hub-page main .page-header,
body.ryo-node-hub-page main .entry-title,
body.ryo-node-hub-page main .post-title {
    display: none !important;
}

body.ryo-node-hub-page #colophon,
body.ryo-node-hub-page .site-footer,
body.ryo-node-hub-page .site-info,
body.ryo-node-hub-page .footer-wrap,
body.ryo-node-hub-page .footer-wrapper,
body.ryo-node-hub-page .boldgrid-footer,
body.ryo-node-hub-page .boldgrid-site-footer,
body.ryo-node-hub-page [data-template-part="footer"] {
    display: none !important;
}

/* Preserve the dedicated ryo.news footer plugin. */
body.ryo-node-hub-page .ryo-site-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

body.ryo-node-hub-page .content-area,
body.ryo-node-hub-page main.site-main,
body.ryo-node-hub-page main .entry-content,
body.ryo-node-hub-page .ryo-node-template-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ryo-node-shell {
    font-size: 20px !important;
    line-height: 1.72 !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.ryo-node-shell p,
.ryo-node-shell li,
.ryo-node-shell dd {
    text-wrap: pretty;
}

.ryo-node-hero h1 {
    font-size: clamp(58px, 6.2vw, 96px) !important;
    line-height: .98 !important;
}

.ryo-node-section-head h2,
.ryo-node-cta__copy h2 {
    font-size: clamp(42px, 4.3vw, 66px) !important;
    line-height: 1.06 !important;
}

.ryo-node-type-panel__main h3,
.ryo-node-selector__result h3 {
    font-size: clamp(34px, 3vw, 50px) !important;
    line-height: 1.12 !important;
}

.ryo-node-lead {
    font-size: 23px !important;
    line-height: 1.68 !important;
}

.ryo-node-section-head p,
.ryo-node-type-panel__main > p,
.ryo-node-selector__result > p,
.ryo-node-plain p {
    font-size: 21px !important;
    line-height: 1.72 !important;
}

.ryo-node-definition p,
.ryo-node-benefit p,
.ryo-node-route p,
.ryo-node-ops-card p,
.ryo-node-distinction p,
.ryo-node-reality p,
.ryo-node-security__copy p,
.ryo-node-faq__item p,
.ryo-node-cta__copy p,
.ryo-node-process p,
.ryo-node-modes__grid p,
.ryo-node-glossary dd,
.ryo-node-note,
.ryo-node-type-panel__facts dd,
.ryo-node-selector__result li,
.ryo-node-steps p,
.ryo-node-operator-list,
.ryo-node-ops-card li,
.ryo-node-verify__list p {
    font-size: 19px !important;
    line-height: 1.72 !important;
}

.ryo-node-definition h3,
.ryo-node-benefit h3,
.ryo-node-route h3,
.ryo-node-ops-card h3,
.ryo-node-modes__head h3,
.ryo-node-glossary__head h3,
.ryo-node-security__copy h3,
.ryo-node-verify__head h3,
.ryo-node-reality h3 {
    font-size: 28px !important;
    line-height: 1.25 !important;
}

.ryo-node-process h3,
.ryo-node-distinction h3,
.ryo-node-modes__grid h4,
.ryo-node-faq__item summary strong,
.ryo-node-glossary dt {
    font-size: 22px !important;
    line-height: 1.36 !important;
}

.ryo-node-button {
    min-height: 60px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    font-size: 17px !important;
}

.ryo-node-tab,
.ryo-node-nav a,
.ryo-node-selector__choices button strong,
.ryo-node-text-link,
.ryo-node-steps strong,
.ryo-node-route__links a,
.ryo-node-security > a,
.ryo-node-resources a,
.ryo-node-terminal pre {
    font-size: 17px !important;
}

.ryo-node-selector__choices button small,
.ryo-node-hero__facts span,
.ryo-node-type-panel__facts dd,
.ryo-node-flow__title strong,
.ryo-node-verify__list strong,
.ryo-node-telemetry strong {
    font-size: 16px !important;
}

.ryo-node-eyebrow,
.ryo-node-kicker,
.ryo-node-definition__label,
.ryo-node-plain span,
.ryo-node-flow__title span,
.ryo-node-modes__head > span,
.ryo-node-glossary__head > span,
.ryo-node-security__copy > span,
.ryo-node-resources__inner > span,
.ryo-node-route__level,
.ryo-node-reality__label,
.ryo-node-status,
.ryo-node-type-panel__facts dt,
.ryo-node-distinction__tag,
.ryo-node-process__number,
.ryo-node-benefit__number,
.ryo-node-steps li > span,
.ryo-node-verify__list > div > span,
.ryo-node-faq__item summary > span,
.ryo-node-terminal__bar strong,
.ryo-node-terminal__bar button,
.ryo-node-telemetry,
.ryo-node-eyebrow__version,
.ryo-node-flow__item span {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.ryo-node-shell code {
    font-size: 17px !important;
}

.ryo-node-terminal pre {
    line-height: 1.75 !important;
}

/* Extra breathing room for the larger copy. */
.ryo-node-definition,
.ryo-node-benefit,
.ryo-node-route,
.ryo-node-ops-card,
.ryo-node-type-panel,
.ryo-node-selector__result,
.ryo-node-modes,
.ryo-node-verify,
.ryo-node-glossary {
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .ryo-node-hero h1 {
        font-size: clamp(50px, 10vw, 72px) !important;
    }

    .ryo-node-lead {
        font-size: 21px !important;
    }

    .ryo-node-section-head h2,
    .ryo-node-cta__copy h2 {
        font-size: clamp(38px, 7vw, 54px) !important;
    }
}

@media (max-width: 700px) {
    .ryo-node-shell {
        font-size: 18px !important;
    }

    .ryo-node-hero h1 {
        font-size: clamp(43px, 13vw, 60px) !important;
    }

    .ryo-node-lead,
    .ryo-node-section-head p,
    .ryo-node-type-panel__main > p,
    .ryo-node-selector__result > p,
    .ryo-node-plain p {
        font-size: 19px !important;
    }

    .ryo-node-definition p,
    .ryo-node-benefit p,
    .ryo-node-route p,
    .ryo-node-ops-card p,
    .ryo-node-distinction p,
    .ryo-node-reality p,
    .ryo-node-security__copy p,
    .ryo-node-faq__item p,
    .ryo-node-cta__copy p,
    .ryo-node-process p,
    .ryo-node-modes__grid p,
    .ryo-node-glossary dd,
    .ryo-node-note,
    .ryo-node-selector__result li,
    .ryo-node-steps p,
    .ryo-node-operator-list,
    .ryo-node-ops-card li,
    .ryo-node-verify__list p {
        font-size: 18px !important;
    }

    .ryo-node-definition h3,
    .ryo-node-benefit h3,
    .ryo-node-route h3,
    .ryo-node-ops-card h3,
    .ryo-node-modes__head h3,
    .ryo-node-glossary__head h3,
    .ryo-node-security__copy h3,
    .ryo-node-verify__head h3,
    .ryo-node-reality h3 {
        font-size: 25px !important;
    }

    .ryo-node-button,
    .ryo-node-tab,
    .ryo-node-nav a,
    .ryo-node-selector__choices button strong,
    .ryo-node-text-link,
    .ryo-node-steps strong,
    .ryo-node-route__links a,
    .ryo-node-security > a,
    .ryo-node-resources a {
        font-size: 16px !important;
    }
}

/* =========================================================
   v1.0.3 — Node Hub-scoped hero and code contrast refinements
   ========================================================= */
body.ryo-node-hub-page .ryo-node-shell .ryo-node-hero h1 {
    font-size: clamp(46px, 5vw, 76px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
}

/* Inline code, including ryod references, always uses a light chip with dark text. */
body.ryo-node-hub-page .ryo-node-shell :not(pre) > code {
    display: inline;
    padding: 0.08em 0.34em !important;
    border: 1px solid #cbd6e2 !important;
    border-radius: 5px !important;
    color: #071322 !important;
    background: #f7f9fc !important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
    font-weight: 750 !important;
    text-shadow: none !important;
}

/* Force the direct-daemon command component to remain readable under Primas/BoldGrid. */
body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal {
    border-color: #b9c7d6 !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18) !important;
}

body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal__bar {
    color: #0a1727 !important;
    background: #edf2f7 !important;
    border-bottom-color: #c4d0dc !important;
}

body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal__bar strong,
body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal__bar span {
    color: #0a1727 !important;
    text-shadow: none !important;
}

body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal__bar button {
    color: #0a1727 !important;
    background: #ffffff !important;
    border-color: #aebdcc !important;
    box-shadow: none !important;
}

body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal__bar button:hover,
body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal__bar button:focus-visible {
    color: #020b16 !important;
    background: #dfe8f1 !important;
    border-color: #8095aa !important;
}

body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal pre,
body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal pre code {
    color: #071322 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
    font-weight: 700 !important;
}

body.ryo-node-hub-page .ryo-node-shell .ryo-node-terminal__prompt {
    color: #116451 !important;
}

/* WordPress/BoldGrid light-background compatibility, limited to the Node Hub. */
body.ryo-node-hub-page .ryo-node-shell .has-white-background-color,
body.ryo-node-hub-page .ryo-node-shell .has-very-light-gray-background-color,
body.ryo-node-hub-page .ryo-node-shell [class*="has-white-background"],
body.ryo-node-hub-page .ryo-node-shell [style*="background-color: white"],
body.ryo-node-hub-page .ryo-node-shell [style*="background-color:white"],
body.ryo-node-hub-page .ryo-node-shell [style*="background-color: #fff"],
body.ryo-node-hub-page .ryo-node-shell [style*="background-color:#fff"],
body.ryo-node-hub-page .ryo-node-shell [style*="background: white"],
body.ryo-node-hub-page .ryo-node-shell [style*="background:white"],
body.ryo-node-hub-page .ryo-node-shell [style*="background: #fff"],
body.ryo-node-hub-page .ryo-node-shell [style*="background:#fff"] {
    color: #071322 !important;
    text-shadow: none !important;
}

body.ryo-node-hub-page .ryo-node-shell .has-white-background-color :where(h1, h2, h3, h4, h5, h6, p, li, dt, dd, strong, em, span, a),
body.ryo-node-hub-page .ryo-node-shell .has-very-light-gray-background-color :where(h1, h2, h3, h4, h5, h6, p, li, dt, dd, strong, em, span, a),
body.ryo-node-hub-page .ryo-node-shell [class*="has-white-background"] :where(h1, h2, h3, h4, h5, h6, p, li, dt, dd, strong, em, span, a) {
    color: #071322 !important;
    text-shadow: none !important;
}

@media (max-width: 900px) {
    body.ryo-node-hub-page .ryo-node-shell .ryo-node-hero h1 {
        font-size: clamp(42px, 8vw, 60px) !important;
    }
}

@media (max-width: 700px) {
    body.ryo-node-hub-page .ryo-node-shell .ryo-node-hero h1 {
        font-size: clamp(36px, 11vw, 50px) !important;
        line-height: 1.04 !important;
    }
}

