/* Public website only. Workspace, authentication and beta conversation styles stay in styles.css. */
.rw-person-first { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-bottom: 1px solid #344c3b; padding-bottom: 28px; margin-bottom: 40px; align-items: center; }
.rw-site .rw-old-order { color: #8c9c91; font: 12px/1.8 "IBM Plex Mono", monospace; margin-top: 16px; }
.rw-site .rw-person-order { font: 17px/1.6 "IBM Plex Mono", monospace; margin-top: 8px; }
.rw-person-order strong { color: #65d899; }
.rw-person-record { display: grid; grid-template-columns: 125px 1fr; gap: 16px; }
.rw-person-record > strong { border-left: 2px solid #54cd86; padding: 10px 0 0 16px; font: 22px/1.4 "IBM Plex Mono", monospace; }
.rw-person-record > strong span { display: block; font: 11px/1.6 "IBM Plex Mono", monospace; color: #a8b5aa; margin-top: 8px; }
.rw-person-record > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; font: 11px/1.5 "IBM Plex Mono", monospace; }
.rw-person-record > div span { border-bottom: 1px solid #344c3b; padding-bottom: 8px; }
.rw-site .rw-person-record p { grid-column: 1 / -1; font-size: 12px; color: #a8b5aa; }
.rw-person-record small { font-size: 10px; }
.rw-people-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.rw-site .rw-people-heading h2 { margin-top: 12px; font-size: 42px; }
.rw-select-label { font: 11px/1.6 "IBM Plex Mono", monospace; color: #64d28e; padding-bottom: 6px; }
.rw-select-label small { display: block; font-size: 11px; color: #a8b5aa; }
.rw-select-label i { font-style: normal; animation: rw-select-blink 1.3s step-end 3; }
.rw-character-console { display: grid; grid-template-columns: .9fr 1.1fr; border-block: 1px solid #41604a; }
.rw-character-list { display: grid; }
.rw-character-list button { display: flex; align-items: center; gap: 16px; text-align: left; min-height: 53px; padding: 14px 18px; border: 0; border-bottom: 1px solid #2a3e30; border-radius: 0; background: transparent; color: #b9c5bb; font: 13px/1.4 "IBM Plex Mono", monospace; }
.rw-character-list button:last-child { border-bottom: 0; }
.rw-character-list button span { color: #728d78; font-size: 10px; }
.rw-character-list button i { margin-left: auto; color: #68da93; font-style: normal; opacity: 0; }
.rw-character-list button:hover, .rw-character-list button:focus-visible { background: #1a2a20; color: #f4f1e9; }
.rw-character-list button[aria-pressed="true"] { background: #253e2d; box-shadow: inset 3px 0 #58ce88; color: #f4f1e9; }
.rw-character-list button[aria-pressed="true"] i { opacity: 1; }
.rw-character-detail { min-height: 500px; border-left: 1px solid #41604a; padding: 30px 36px; background-image: linear-gradient(#6bc78906 1px, transparent 1px); background-size: 100% 5px; }
.rw-site .rw-character-detail h3 { font-family: Georgia, serif; font-size: 40px; line-height: 1.12; margin: 18px 0; min-height: 90px; max-width: 430px; }
.rw-site .rw-character-detail p { font-size: 16px; color: #c1cbc1; min-height: 80px; }
.rw-character-signals { display: flex; flex-wrap: wrap; gap: 16px; font: 11px/1.5 "IBM Plex Mono", monospace; color: #73dba0; margin-top: 18px; }
.rw-character-signals span { border-bottom: 1px solid #46674e; padding-bottom: 5px; }
.rw-site .rw-character-detail .rw-character-note { font: 11px/1.6 "IBM Plex Mono", monospace; color: #a8b5aa; margin-top: 16px; min-height: 0; }
.rw-character-reveal > * { animation: rw-character-in 260ms ease-out; }
.rw-site .rw-people-close { font-size: 15px; line-height: 1.65; max-width: 880px; margin-top: 26px; color: #a8b5aa; }
.rw-people-close strong { color: #f4f1e9; }
.rw-site .rw-crm-line { font: 22px/1.5 Georgia, serif; margin-top: 26px; color: #93a296; }
.rw-crm-line strong { color: #eeeae0; font-weight: 400; }
.rw-site .rw-hero-copy { max-width: 740px; }
.rw-human-note { padding-block: 32px !important; }
.rw-human-note .rw-inner { display: flex; align-items: center; gap: 28px; }
.rw-site .rw-human-note h2 { font: 22px/1.25 Georgia, serif; flex: 0 0 210px; }
.rw-site .rw-human-note p { font-size: 14px; color: #a8b5aa; flex: 1; }
.rw-human-note .rw-text-link { font-size: 11px; flex: 0 0 190px; }
.rw-think-different { max-width: 960px; margin: 0 auto 38px; text-align: center; }
.rw-think-different blockquote { font: 50px/1.15 Georgia, serif; margin: 28px 0 22px; text-wrap: balance; }
.rw-think-different cite { font: 11px/1.6 "IBM Plex Mono", monospace; color: #48624d; }
.rw-site .rw-think-different h2 { font: 600 16px/1.6 "IBM Plex Mono", monospace; margin: 32px 0 12px; text-transform: uppercase; }
.rw-site .rw-think-different p { font-size: 16px; color: #435747; }
.rw-think-different .rw-cursor { color: #22774a; }
.rw-deeper-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; border-block: 1px solid #a9bba7; padding-block: 18px; }
.rw-deeper-links a { font: 12px/1.6 "IBM Plex Mono", monospace; padding-block: 5px; text-decoration: none; }
.rw-deeper-links a:hover { color: #22774a; text-decoration: underline; }
.rw-marcus-note { display: flex; align-items: start; gap: 24px; max-width: 740px; margin: 30px auto 0; }
.rw-marcus-note img { width: 72px; height: 72px; object-fit: cover; border-radius: 4px; }
.rw-site .rw-marcus-note p { font: 19px/1.5 Georgia, serif; margin-block: 10px; }
.rw-marcus-note .rw-text-link { font-size: 11px; }
@keyframes rw-select-blink { 50% { opacity: 0; } }
@keyframes rw-character-in { from { opacity: .5; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.rw-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.rw-plan-grid article { border-top: 2px solid #39bc74; padding-top: 24px; min-width: 0; }
.rw-plan-grid article p { font-size: 17px; margin-top: 18px; }
.rw-plan-grid .rw-price { font: 600 30px/1.4 "IBM Plex Mono", monospace; margin-block: 20px; }
.rw-price small { font-size: 14px; white-space: nowrap; }
.rw-plan-grid strong { display: block; font-size: 15px; color: #6cdb99; }
.rw-site .rw-plan-continuity { font-size: 16px; margin-top: 32px; max-width: 850px; }
.rw-iphone-note { border-top: 1px solid #385541; margin-top: 36px; padding-top: 28px; }
.rw-iphone-note h3 { margin-block: 12px; }
.rw-site .rw-iphone-note p { font-size: 17px; max-width: 850px; }
@media (max-width: 760px) { .rw-plan-grid { grid-template-columns: 1fr; gap: 28px; } }
.rw-site, .rw-runner-dialog { --rw-ink: #101310; --rw-paper: #f4f1e9; --rw-green: #39bc74; --rw-muted: #afb4aa; color: var(--rw-paper); font-family: Arial, sans-serif; }
.rw-site *, .rw-runner-dialog * { box-sizing: border-box; letter-spacing: 0; }
.rw-site [hidden], .rw-runner-dialog [hidden] { display: none !important; }
.rw-site { background: #0d100e; overflow: clip; }
.rw-inner { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.rw-site h1, .rw-site h2, .rw-site h3, .rw-site p { margin: 0; }
.rw-site h2 { font-size: 52px; line-height: 1.12; font-weight: 600; }
.rw-site h3 { font-size: 25px; line-height: 1.2; }
.rw-site p { font-size: 19px; line-height: 1.65; }
.rw-site a { color: inherit; }
.rw-site button, .rw-runner-dialog button { cursor: pointer; }
.rw-site :focus-visible, .public-header :focus-visible, .rw-runner-dialog :focus-visible { outline: 3px solid #5fda92; outline-offset: 5px; }
body.public-mode .public-header { left: 0; top: 0; transform: none; width: 100%; min-height: 84px; padding: 12px max(24px, calc((100% - 1320px) / 2)); border-radius: 0; gap: 24px; background: #101310f5; box-shadow: none; }
body.public-mode .public-header.scrolled { min-height: 84px; }
body.public-mode .public-header nav { gap: 14px; }
body.public-mode .public-header nav a { display: inline-flex; font-size: 12px; letter-spacing: 0; }
body.public-mode .public-header .rw-world-nav { margin-left: auto; gap: 25px; }
body.public-mode .public-header .rw-world-nav a[aria-current="page"] { color: #52d68c; }
body.public-mode .public-header .public-sign-in, body.public-mode .public-header .public-join-beta { min-height: 42px; padding: 10px 16px; border-radius: 4px; font-size: 12px; letter-spacing: 0; }
body.public-mode .public-header .public-join-beta { max-width: none; white-space: nowrap; }
@media (max-width: 480px) { body.public-mode .public-header .public-join-beta { max-width: 75px; white-space: normal; line-height: 1.2; text-align: center; } }
body.public-mode .public-header .public-join-beta::before { content: none; }
.rw-more { position: relative; z-index: 2; font: 12px "IBM Plex Mono", monospace; }
.rw-more summary { display: flex; gap: 12px; cursor: pointer; padding: 12px 0; list-style: none; }
.rw-more summary::-webkit-details-marker { display: none; }
.rw-more[open] summary span { transform: rotate(45deg); }
.rw-more > div { position: absolute; top: calc(100% + 15px); right: 0; width: 210px; display: grid; padding: 10px; background: #151a16; border: 1px solid #385541; box-shadow: 0 16px 32px #0006; }
.rw-more > div a { padding: 14px 12px; }
body.public-mode .public-header .public-chapter-nav { justify-content: center; gap: 0; background: #101310f5; }
body.public-mode .public-header .public-chapter-nav a { font-size: 11px; min-height: 36px; }
body.public-mode .public-header .public-chapter-nav a::before { content: ""; width: 4px; height: 4px; margin-right: 8px; background: transparent; }
body.public-mode .public-header .public-chapter-nav a.active::before { width: 4px; height: 4px; background: #43cb7e; }
body.public-mode .public-header .public-chapter-nav[hidden] { display: none; }
body.public-mode .public-header > .public-scroll-progress { display: block; position: absolute; left: 0; top: calc(100% + 36px); bottom: auto; width: 100%; height: 2px; transform: scaleX(var(--public-scroll, 0)); transform-origin: left; background: #48cb81 !important; transition: transform 80ms linear; }
body.public-mode .public-header[data-secondary="true"] > .public-scroll-progress { top: 100%; }
.rw-eyebrow { display: block; color: var(--rw-green); font: 600 12px/1.5 "IBM Plex Mono", monospace; text-transform: uppercase; }
.rw-hero { padding: 170px 0 22px; text-align: center; background-image: linear-gradient(#39bc7406 1px, transparent 1px), linear-gradient(90deg, #39bc7406 1px, transparent 1px); background-size: 40px 40px; }
body.public-mode .rw-wordmark { font: 600 142px/1.07 "IBM Plex Mono", monospace; margin: 12px 0 8px; white-space: nowrap; }
.rw-wordmark span, .rw-cursor { color: var(--rw-green); }
.rw-cursor { animation: rw-cursor 1.25s step-end infinite; }
.rw-site .rw-trust { font: 12px/1.6 "IBM Plex Mono", monospace; text-transform: uppercase; color: #b3b9ae; margin-bottom: 30px; }
.rw-trust span { color: var(--rw-green); }
.rw-hero h2 { max-width: 850px; margin-inline: auto; font-size: 42px; }
.rw-site .rw-hero-copy { color: #afb7ad; font-size: 19px; margin: 20px auto 26px; }
.rw-choices { display: flex; justify-content: center; gap: 16px; }
.rw-button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; border: 1px solid #64816c; border-radius: 4px; padding: 14px 21px; font: 600 14px/1.3 "IBM Plex Mono", monospace; text-decoration: none; transition: background 160ms, transform 160ms; }
.rw-button:hover { transform: translateY(-2px); }
.rw-site .rw-primary, .rw-runner-dialog .rw-primary { color: #09130d; background: #39bc74; border-color: #39bc74; }
.rw-site .rw-primary:hover, .rw-runner-dialog .rw-primary:hover { background: #66d391; }
.rw-secondary { color: var(--rw-paper); background: #141c17; }
.rw-dino-interlude { max-width: 760px; margin: 26px auto 0; }
.rw-dino-interlude .mvp-dino-bridge { width: 100%; max-width: none; margin: 0; height: 75px; min-height: 0; }
.rw-dino-interlude .mvp-dino-bridge svg { width: 100%; height: 75px; transform: none; }
.rw-dino-interlude .mvp-dino-sprite { opacity: 1; animation: rw-dino-trot 8s ease-in-out infinite alternate; }
.rw-dino-interlude .mvp-dino-frame-a { opacity: 1; animation: rw-dino-step 350ms step-end infinite; }
.rw-dino-interlude .mvp-dino-frame-b { opacity: 0; animation: rw-dino-step 350ms step-end infinite reverse; }
.rw-dino-interlude .mvp-dino-nodes { opacity: .7; animation: none; }
.rw-dino-interlude .mvp-dino-nodes text { fill: #68c88e; }
.rw-text-button { color: #aac4b2; background: none; border: 0; border-bottom: 1px solid #31533d; padding: 10px 0; font: 12px/1.4 "IBM Plex Mono", monospace; }
.rw-text-button:hover { color: #54d88a; }
.rw-band { padding: 82px 0; border-top: 1px solid #263a2d; scroll-margin-top: 142px; }
.rw-paper { color: #152219; background: var(--rw-paper); border-color: #cbd2c8; }
.rw-paper .rw-eyebrow { color: #22774a; }
.rw-section-heading { margin-bottom: 36px; }
.rw-section-heading h2 { margin: 14px 0 20px; max-width: 830px; }
.rw-section-heading p { max-width: 740px; color: #506052; }
.rw-demo { color: var(--rw-paper); background: #101711; border: 1px solid #4b7255; border-radius: 6px; overflow: hidden; box-shadow: 0 18px 35px #15221914; }
.rw-demo-top { display: flex; justify-content: space-between; align-items: center; padding: 16px 22px; gap: 16px; border-bottom: 1px solid #354c3b; font: 11px/1.5 "IBM Plex Mono", monospace; }
.rw-demo-top small { color: #97ab99; font-size: 10px; }
.rw-demo-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #354c3b; }
.rw-demo-stats span { display: flex; align-items: center; gap: 12px; padding: 19px 22px; font: 11px/1.4 "IBM Plex Mono", monospace; color: #a3b7a6; }
.rw-demo-stats b { font-size: 27px; color: #56d28a; font-weight: 500; }
.rw-demo-body { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 320px; }
.rw-demo-input { padding: 30px; background: #1b261e; border-right: 1px solid #354c3b; }
.rw-demo .rw-eyebrow { color: #69d695; }
.rw-demo-input blockquote { margin: 18px 0 24px; font: 23px/1.5 Georgia, serif; }
.rw-source { display: block; color: #9db1a2; font: 11px/1.65 "IBM Plex Mono", monospace; }
.rw-demo-output { padding: 30px; }
.rw-demo-output h3 { margin: 18px 0; min-height: 60px; }
.rw-site .rw-demo-output p { font-size: 15px; color: #bdc9bd; }
.rw-site .rw-demo-output .rw-source { font: 11px/1.6 "IBM Plex Mono", monospace; color: #88a891; margin-top: 18px; }
.rw-signal-chain { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 18px; font: 11px/1.6 "IBM Plex Mono", monospace; color: #61d18d; min-height: 33px; }
.rw-signal-chain span { border-bottom: 1px solid #40684c; padding-bottom: 4px; }
.rw-signal-chain i { font-style: normal; }
.rw-demo-output.rw-updating .rw-signal-chain { animation: rw-signal 550ms ease-out; }
.rw-demo-controls { padding: 15px 22px; border-top: 1px solid #354c3b; display: grid; gap: 12px; }
.rw-demo-controls [role="group"] { display: flex; gap: 4px; }
.rw-demo-controls button { flex: 1; background: #19231c; color: #afbfaf; border: 1px solid transparent; border-radius: 3px; padding: 12px; font: 12px/1.4 "IBM Plex Mono", monospace; }
.rw-demo-controls button[aria-pressed="true"] { color: #8ee8b1; border-color: #487456; background: #263e2c; }
.rw-demo-controls > span { font: 11px/1.5 "IBM Plex Mono", monospace; color: #91ad97; min-height: 18px; }
.rw-product-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 32px; }
.rw-product-strip span { font: 600 11px "IBM Plex Mono", monospace; color: #28734b; }
.rw-site .rw-product-strip p { font-size: 16px; color: #435346; margin-top: 10px; }
.rw-contrast { padding-block: 90px; }
.rw-contrast h2 { max-width: 1020px; margin: 22px 0 25px; font-size: 56px; }
.rw-contrast h2 > span:first-child { color: #6b7b70; }
.rw-contrast p { max-width: 700px; color: #b3bdb3; }
.rw-chat-disclosure { border-top: 1px solid #a7b4a7; border-bottom: 1px solid #a7b4a7; }
.rw-chat-disclosure > summary { display: flex; justify-content: space-between; align-items: center; min-height: 88px; list-style: none; cursor: pointer; font: 600 25px/1.3 "IBM Plex Mono", monospace; padding: 18px 0; }
.rw-chat-disclosure > summary::-webkit-details-marker { display: none; }
.rw-chat-disclosure > summary > span { font: 12px "IBM Plex Mono", monospace; color: #426348; display: flex; align-items: center; gap: 20px; }
.rw-chat-disclosure summary i { font-style: normal; font-size: 27px; }
.rw-chat-disclosure[open] summary i { transform: rotate(45deg); }
.rw-site .homepage-terminal { margin: 0 0 24px; max-width: none; text-align: left; }
.rw-site .homepage-terminal p { font-size: 15px; }
.rw-site .homepage-terminal [hidden] { display: none !important; }
.rw-context { display: none; }
.rw-context.has-context { display: block; margin: 18px 0; background: #e3e9df; color: #152219; text-align: left; padding: 22px; }
.rw-site .rw-context p { font-size: 15px; }
.rw-snapshot { border-top: 2px solid #269d5b; padding: 28px 0; scroll-margin-top: 150px; }
.rw-snapshot[hidden] { display: none; }
.rw-snapshot > section { padding: 22px 0; border-bottom: 1px solid #bcc6b9; }
.rw-snapshot h3 { font-size: 24px; margin: 0 0 12px; }
.rw-snapshot p, .rw-snapshot blockquote { max-width: 760px; font-size: 17px; line-height: 1.65; }
.rw-snapshot-poem blockquote { border-left: 3px solid #269d5b; margin: 18px 0; padding-left: 20px; white-space: pre-line; }
.rw-snapshot .rw-text-button { margin-right: 20px; min-height: 44px; }
.rw-snapshot [data-error="true"] { color: #a82f35; }
#snapshotChatStatus { min-height: 24px; }
#snapshotChatStatus button { color: inherit; padding: 10px; text-decoration: underline; }
.rw-chat-disclosure .homepage-readiness-track i { transition: width 500ms ease; }
@media (prefers-reduced-motion: reduce) { .rw-chat-disclosure .homepage-readiness-track i { transition: none; } }
.rw-site .rw-small-note, .rw-runner-dialog .rw-small-note { font: 12px/1.7 "IBM Plex Mono", monospace; margin-top: 20px; color: #819787; }
.rw-paper .rw-small-note { color: #55685b; }
.rw-trust-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.rw-trust-layout h2 { margin: 16px 0 30px; }
.rw-trust-list { margin: 0; padding: 0; list-style: none; }
.rw-trust-list li { display: flex; gap: 22px; border-bottom: 1px solid #304035; padding: 0 0 23px; margin-bottom: 24px; }
.rw-trust-list li > span { color: #4abf78; font: 12px "IBM Plex Mono", monospace; padding-top: 6px; }
.rw-trust-list h3 { font-size: 25px; margin-bottom: 10px; }
.rw-site .rw-trust-list p { font-size: 16px; color: #aab8ac; }
.rw-text-link { display: inline-flex; align-items: center; gap: 25px; font: 13px/1.7 "IBM Plex Mono", monospace; text-decoration: none; border-bottom: 1px solid #718774; padding-bottom: 8px; }
.rw-text-link:hover { color: #269358; }
.rw-portals { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 30px; border-top: 1px solid #bdc7b9; }
.rw-portals a { position: relative; padding: 28px 50px 30px 0; border-bottom: 1px solid #bdc7b9; text-decoration: none; }
.rw-portals a:nth-child(even) { padding-left: 30px; border-left: 1px solid #bdc7b9; }
.rw-portals span { font: 11px/1.5 "IBM Plex Mono", monospace; color: #36774d; text-transform: uppercase; }
.rw-portals h3 { margin-top: 12px; max-width: 400px; font-size: 29px; }
.rw-portals b { position: absolute; right: 20px; top: 33px; font: 24px monospace; color: #28784a; transition: transform 150ms; }
.rw-portals a:hover b { transform: translate(3px,-3px); }
.rw-beta-invitation { text-align: center; }
.rw-beta-invitation h2 { margin: 18px auto 25px; font-size: 60px; }
.rw-beta-invitation p { color: #a9b9ac; margin-bottom: 28px; }
.rw-beta-invitation .rw-text-link { display: table; margin: 24px auto 0; font-size: 11px; }
.rw-page-heading { padding-top: 135px; padding-bottom: 65px; }
.rw-back { display: inline-block; font: 12px "IBM Plex Mono", monospace; color: #adc1b1 !important; text-decoration: none; margin-bottom: 55px; }
.rw-page-heading h1 { font-size: 76px; line-height: 1.06; margin: 20px 0 30px; max-width: 1020px; }
.rw-page-heading > p { font-size: 23px; color: #b2bfb3; max-width: 730px; }
.rw-editorial { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 85px; }
.rw-editorial h2 { margin: 16px 0 24px; font-size: 43px; }
.rw-editorial h3 { margin: 30px 0 16px; }
.rw-editorial p + p { margin-top: 22px; }
.rw-editorial > div > p { color: #b3c0b4; }
.rw-paper .rw-editorial > div > p { color: #435747; }
.rw-page-end { padding-block: 50px; }
.rw-page-end a { display: flex; justify-content: space-between; align-items: center; font: 18px/1.5 "IBM Plex Mono", monospace; text-decoration: none; }
.rw-dunbar { display: flex; align-items: center; gap: 30px; margin-bottom: 28px; }
.rw-dunbar strong { font: 80px/1 "IBM Plex Mono", monospace; color: #24784a; position: relative; }
.rw-dunbar strong span { font-size: 25px; position: absolute; left: -24px; top: -8px; }
.rw-site .rw-dunbar p { font-size: 15px; }
.rw-connection-game { border-block: 1px solid #bccbbb; padding: 28px 0; }
.rw-person-origin { border-left: 3px solid #28814b; padding-left: 22px; margin-bottom: 28px; }
.rw-person-origin > span { font: 13px "IBM Plex Mono", monospace; color: #26784a; }
.rw-person-origin p { margin-top: 10px; }
.rw-connection-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rw-connection-options button { text-align: left; padding: 22px; color: #172b1c; background: #e5eadd; border: 1px solid #becbb9; border-radius: 4px; }
.rw-connection-options button strong { display: block; font: 600 22px Georgia, serif; margin-bottom: 10px; }
.rw-connection-options button span { font-size: 15px; line-height: 1.6; }
.rw-connection-options button[aria-pressed="true"] { border-color: #258148; background: #d0e7d2; }
.rw-connection-options button:disabled { cursor: default; }
.rw-site #connectionResult { font-size: 16px; margin-top: 25px; min-height: 52px; color: #265c38; }
.rw-founder-portrait img { width: 100%; max-width: 330px; aspect-ratio: 1; object-fit: cover; border-radius: 4px; margin-bottom: 22px; }
.rw-beta-steps { padding-left: 24px; margin: 0 0 30px; }
.rw-beta-steps li { padding: 0 0 24px 8px; }
.rw-beta-steps strong { font: 600 24px/1.4 Georgia, serif; }
.rw-beta-steps p { margin-top: 10px; font-size: 17px; color: #45604b; }
.rw-runner-dialog { background: #101710; border: 1px solid #497451; border-radius: 6px; padding: 25px; width: min(960px, calc(100% - 24px)); max-height: calc(100svh - 24px); overflow: auto; }
.rw-runner-dialog::backdrop { background: #020804df; }
.rw-runner-dialog header { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.rw-runner-dialog h2 { font: 600 32px/1.2 Georgia, serif; margin: 10px 0 0; }
.rw-close { width: 44px; height: 44px; background: none; color: #f4f1e9; border: 1px solid #4a6751; border-radius: 4px; font-size: 28px; }
.rw-runner-dialog #runnerStatus { min-height: 45px; font-size: 15px; line-height: 1.5; color: #b9cbbd; margin: 20px 0 8px; }
#runnerCanvas { display: block; width: 100%; height: 260px; border-block: 1px solid #355e3e; background: #09100b; touch-action: manipulation; }
.rw-runner-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; }
#runnerScore { font: 12px "IBM Plex Mono", monospace; color: #64d190; }
.rw-runner-dialog button:disabled { opacity: .55; cursor: default; }
.rw-runner-dialog .rw-small-note { margin-bottom: 0; }
@keyframes rw-signal { from { opacity: .3; transform: translateX(-8px); } to { opacity: 1; transform: translateX(0); } }
@keyframes rw-cursor { 50% { opacity: 0; } }
@keyframes rw-dino-trot { from { transform: translateX(110px); } to { transform: translateX(490px); } }
@keyframes rw-dino-step { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@media (min-width: 801px) and (max-height: 850px) {
  .rw-hero { padding-top: 153px; }
  body.public-mode .rw-wordmark { font-size: 112px; margin-block: 6px; }
  .rw-site .rw-trust { margin-bottom: 20px; }
  .rw-hero h2 { font-size: 37px; }
  .rw-site .rw-hero-copy { margin-block: 16px 22px; }
  .rw-dino-interlude { margin-top: 10px; }
}
@media (max-width: 1100px) {
  body.public-mode .public-header { gap: 18px; padding-inline: 20px; }
  .public-type-brand small { display: none; }
  body.public-mode .public-header .rw-world-nav { gap: 16px; }
  .rw-editorial { gap: 45px; }
}
@media (max-width: 800px) {
  body.public-mode .public-header { display: grid; grid-template-columns: 1fr auto; padding: 13px 20px 0; gap: 8px 14px; min-height: 103px; }
  body.public-mode .public-header.scrolled { min-height: 103px; }
  body.public-mode .public-header .rw-world-nav { grid-row: 2; grid-column: 1 / -1; margin: 0; justify-content: flex-start; gap: 24px; padding-bottom: 4px; }
  body.public-mode .public-header nav[aria-label="Rellio access"] { grid-row: 1; grid-column: 2; }
  body.public-mode .public-header nav a { display: inline-flex !important; }
  .rw-more > div { right: auto; left: -145px; top: 100%; }
  body.public-mode .public-header .public-chapter-nav { display: flex; grid-column: auto; justify-content: flex-start; }
  .rw-inner { width: calc(100% - 40px); }
  .rw-hero { padding-top: 178px; }
  body.public-mode .rw-wordmark { font-size: 112px; }
  .rw-hero h2 { font-size: 36px; }
  .rw-site h2 { font-size: 42px; }
  .rw-demo-stats span { padding: 16px 12px; flex-direction: column; align-items: flex-start; gap: 6px; }
  .rw-demo-body { grid-template-columns: 1fr; }
  .rw-demo-input { border-right: 0; border-bottom: 1px solid #354c3b; }
  .rw-demo-output { min-height: 290px; }
  .rw-demo-output h3 { min-height: 0; }
  .rw-trust-layout, .rw-editorial { grid-template-columns: 1fr; gap: 36px; }
  .rw-page-heading { padding-top: 142px; }
  .rw-page-heading h1 { font-size: 60px; }
  .rw-band { scroll-margin-top: 156px; }
  .rw-connection-options { grid-template-columns: 1fr; }
  .rw-connection-options button { min-height: 115px; }
}
@media (max-width: 520px) {
  body.public-mode .public-header { padding-inline: 16px; }
  body.public-mode .public-header .rellio-type-logo { font-size: 20px; letter-spacing: .12em; }
  body.public-mode .public-header .public-join-beta, body.public-mode .public-header .public-sign-in { font-size: 10px; padding: 10px; }
  body.public-mode .public-header nav[aria-label="Rellio access"] { gap: 6px; }
  body.public-mode .public-header .rw-world-nav { gap: 20px; }
  body.public-mode .public-header nav a, .rw-more { font-size: 11px; }
  .rw-inner { width: calc(100% - 36px); }
  .rw-hero { padding-top: 175px; padding-bottom: 18px; }
  body.public-mode .rw-wordmark { font-size: 70px; margin: 16px 0 12px; }
  .rw-site .rw-trust { font-size: 10px; margin-bottom: 24px; }
  .rw-hero h2, .rw-site h2 { font-size: 34px; }
  .rw-site .rw-hero-copy { font-size: 16px; line-height: 1.6; margin-block: 19px 24px; }
  .rw-hero-copy br { display: none; }
  .rw-choices { gap: 10px; }
  .rw-button { gap: 10px; font-size: 12px; padding: 13px 14px; }
  .rw-choices .rw-button { flex: 1; }
  .rw-dino-interlude { margin-top: 17px; }
  .rw-dino-interlude .mvp-dino-bridge, .rw-dino-interlude .mvp-dino-bridge svg { height: 60px; }
  .rw-eyebrow { font-size: 10px; }
  .rw-band { padding-block: 56px; }
  .rw-section-heading { margin-bottom: 26px; }
  .rw-section-heading h2 { margin-block: 14px 18px; }
  .rw-site p { font-size: 17px; }
  .rw-demo-top { flex-direction: column; align-items: flex-start; gap: 6px; padding: 16px; }
  .rw-demo-stats { grid-template-columns: 1fr 1fr; }
  .rw-demo-stats span { flex-direction: row; align-items: center; gap: 12px; padding: 12px 16px; }
  .rw-demo-stats b { font-size: 25px; }
  .rw-demo-input, .rw-demo-output { padding: 23px 20px; }
  .rw-demo-input blockquote { font-size: 21px; margin: 16px 0; }
  .rw-demo-output { min-height: 330px; }
  .rw-demo-output h3 { font-size: 26px; }
  .rw-demo-controls { padding: 15px 12px; }
  .rw-demo-controls button { padding: 12px 6px; font-size: 10px; }
  .rw-product-strip { grid-template-columns: 1fr; gap: 20px; }
  .rw-product-strip > div { border-left: 2px solid #b3c6b4; padding-left: 18px; }
  .rw-product-strip p { margin-top: 5px; }
  .rw-contrast h2 { font-size: 38px; }
  .rw-chat-disclosure > summary { font-size: 19px; gap: 10px; }
  .rw-chat-disclosure > summary > span { font-size: 10px; gap: 10px; }
  .rw-chat-disclosure .homepage-terminal-header { flex-wrap: wrap; gap: 6px; }
  .rw-portals { grid-template-columns: 1fr; }
  .rw-portals a, .rw-portals a:nth-child(even) { padding: 24px 40px 26px 0; border-left: 0; }
  .rw-portals h3 { font-size: 26px; }
  .rw-trust-list h3 { font-size: 23px; }
  .rw-trust-layout h2 { margin-top: 14px; }
  .rw-beta-invitation h2 { font-size: 39px; }
  .rw-beta-invitation p br { display: none; }
  .rw-page-heading { padding-top: 150px; padding-bottom: 48px; }
  .rw-page-heading h1 { font-size: 43px; overflow-wrap: anywhere; }
  .rw-page-heading > p { font-size: 20px; }
  .rw-back { margin-bottom: 40px; }
  .rw-editorial { gap: 25px; }
  .rw-editorial h2 { font-size: 34px; }
  .rw-dunbar { margin-left: 20px; gap: 20px; }
  .rw-dunbar strong { font-size: 65px; }
  .rw-runner-dialog { padding: 18px; }
  .rw-runner-dialog h2 { font-size: 28px; }
  .rw-runner-bottom { flex-wrap: wrap; gap: 12px; }
  #runnerScore { flex-basis: 100%; }
  #startRunner, #jumpRunner { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .rw-site *, .rw-site *::before, .rw-site *::after, .rw-runner-dialog * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-width: 380px) {
  .rw-hero { padding-top: 162px; }
  body.public-mode .rw-wordmark { font-size: 58px; margin-block: 10px; }
  .rw-site .rw-trust { font-size: 9px; margin-bottom: 17px; }
  .rw-hero h2 { font-size: 26px; }
  .rw-site .rw-hero-copy { font-size: 14px; line-height: 1.5; margin-block: 16px 20px; }
  .rw-choices .rw-button { font-size: 11px; padding-inline: 10px; min-height: 46px; }
  .rw-dino-interlude { margin-top: 10px; }
  .rw-dino-interlude .mvp-dino-bridge, .rw-dino-interlude .mvp-dino-bridge svg { height: 45px; }
}
body.public-mode .public-header .public-type-brand small { display: block; font: 10px/1.4 "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: 0; margin-top: 5px; color: #a8b5aa; white-space: normal; max-width: 295px; }
@media (max-width: 800px) {
  body.public-mode .public-header .public-type-brand small { max-width: 145px; font-size: 9px; }
  .rw-person-first { grid-template-columns: 1fr; gap: 22px; margin-bottom: 28px; padding-bottom: 24px; }
  .rw-people-heading { align-items: start; flex-direction: column; gap: 14px; }
  .rw-site .rw-people-heading h2 { font-size: 34px; }
  .rw-select-label small { display: inline; margin-left: 14px; }
  .rw-character-console { grid-template-columns: 1fr; }
  .rw-character-list { grid-template-columns: 1fr 1fr; }
  .rw-character-list button { padding: 10px; font-size: 11px; gap: 9px; min-height: 68px; }
  .rw-character-list button:nth-child(odd) { border-right: 1px solid #344c3b; }
  .rw-character-list button:last-child { border-bottom: 1px solid #2a3e30; }
  .rw-character-list button i { display: none; }
  .rw-character-detail { border-left: 0; padding: 25px 20px; min-height: 500px; }
  .rw-site .rw-character-detail h3 { font-size: 34px; min-height: 114px; }
  .rw-site .rw-character-detail p { font-size: 15px; min-height: 100px; }
  .rw-site .rw-character-detail .rw-character-note { min-height: 36px; }
  .rw-character-signals { gap: 12px; min-height: 46px; align-content: start; }
  .rw-character-signals span { align-self: start; }
  .rw-human-note .rw-inner { display: block; }
  .rw-site .rw-human-note p { margin-block: 12px; }
  .rw-think-different blockquote { font-size: 34px; }
  .rw-deeper-links { justify-content: start; gap: 8px 18px; }
  .rw-deeper-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .rw-marcus-note { gap: 16px; }
  .rw-marcus-note img { width: 52px; height: 60px; }
  .rw-site .rw-marcus-note p { font-size: 17px; }
}
@media (max-width: 380px) {
  .rw-person-record { grid-template-columns: 95px 1fr; gap: 12px; }
  .rw-person-record > div { grid-template-columns: 1fr; gap: 6px; }
  .rw-site .rw-person-order { font-size: 15px; }
  .rw-site .rw-character-detail h3 { font-size: 30px; }
  .rw-character-detail { padding-inline: 16px; }
  .rw-site .rw-character-detail p { min-height: 124px; }
  .rw-think-different blockquote { font-size: 30px; }
}

/* The primary header stays quiet; chapter navigation enters after the hero. */
body.public-mode .public-header { display: flex; align-items: center; min-height: 94px; padding-block: 12px; }
body.public-mode .public-header.scrolled { min-height: 94px; }
body.public-mode .public-header .public-type-brand { gap: 0; flex-shrink: 0; width: auto; height: auto; }
body.public-mode .public-header .public-sign-in { white-space: nowrap; flex-shrink: 0; }
body.public-mode .public-header .public-type-brand small { font-size: 9px; line-height: 1.5; margin-top: 4px; }
body.public-mode .public-header .rw-mobile-page { display: none; }
body.public-mode .public-header .public-chapter-nav { min-height: 28px; }
body.public-mode .public-header .public-chapter-nav a { min-height: 28px; padding: 5px 20px; font-size: 10px; }
body.public-mode .public-header > .public-scroll-progress { top: 100%; }
body.public-mode .public-header[data-chapters="true"] > .public-scroll-progress { top: calc(100% + 28px); }
.rw-hero { padding-top: 134px; }
.rw-hero-play { display: inline-grid; grid-template-columns: auto auto; align-items: center; gap: 2px 14px; min-height: 56px; text-align: left; }
.rw-hero-play > span:first-child, .rw-hero-play > .rw-touch-play { color: #7ae5a0; font-size: 12px; }
.rw-hero-play small { grid-row: 2; font: 10px/1.5 "IBM Plex Mono", monospace; color: #a8b5aa; }
.rw-hero-play > span:last-child { grid-column: 2; grid-row: 1 / 3; font-size: 20px; color: #51ce84; }
.rw-hero-play .rw-touch-play { display: none; }
@media (pointer: coarse) { .rw-hero-play .rw-keyboard-play { display: none; } .rw-hero-play .rw-touch-play { display: block; } }
.rw-site .rw-person-intro { padding-bottom: 28px; margin-bottom: 32px; border-bottom: 1px solid #344c3b; font-size: 16px; color: #a8b5aa; }
.rw-person-intro .rw-eyebrow { margin-bottom: 10px; }
.rw-site .rw-people-heading p { font-size: 15px; margin-top: 14px; color: #a8b5aa; }
.rw-character-console { display: block; }
.rw-character-list { grid-template-columns: repeat(6, minmax(0,1fr)); }
.rw-character-list button { position: relative; display: flex; flex-direction: column; justify-content: start; text-align: center; padding: 16px 12px; gap: 10px; min-height: 166px; border-right: 1px solid #2a3e30; border-bottom: 1px solid #2a3e30; font-size: 12px; }
.rw-character-list button:last-child { border-right: 0; border-bottom: 1px solid #2a3e30; }
.rw-character-list button > span { position: absolute; left: 10px; top: 12px; font-size: 10px; }
.rw-character-list button > i { display: none; }
.rw-character-list button[aria-pressed="true"] { box-shadow: inset 0 -3px #65d894; background: #1e3427; }
.rw-pixel-person { width: 64px; height: 68px; image-rendering: pixelated; flex: 0 0 68px; opacity: .65; transform: translateY(3px); transition: opacity 180ms, transform 180ms; }
.rw-character-list button:hover .rw-pixel-person, .rw-character-list button[aria-pressed="true"] .rw-pixel-person { opacity: 1; transform: translateY(-2px); }
.rw-character-detail { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 20px 100px 95px 36px; column-gap: 56px; padding: 28px 32px; border-left: 0; min-height: 0; }
.rw-character-detail > .rw-eyebrow { grid-column: 1; grid-row: 1; }
.rw-site .rw-character-detail h3 { grid-column: 1; grid-row: 2; margin: 14px 0 0; min-height: 0; font-size: 36px; }
.rw-site .rw-character-detail p { grid-column: 1; grid-row: 3; min-height: 0; font-size: 15px; padding-top: 10px; }
.rw-character-world { grid-column: 2; grid-row: 1 / 4; min-width: 0; align-self: center; }
#characterCanvas { display: block; width: 100%; height: 150px; }
#characterWorldLabels { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; font: 11px/1.5 "IBM Plex Mono", monospace; color: #c6d6c8; text-align: center; }
.rw-character-signals { grid-column: 1; grid-row: 4; margin-top: 10px; gap: 16px; min-height: 0; }
.rw-site .rw-character-detail .rw-character-note { grid-column: 2; grid-row: 4; align-self: center; padding: 0; margin: 0; min-height: 0; color: #7ae5a0; font-size: 11px; }
.rw-world-disclaimer { grid-column: 2; font: 10px/1.5 "IBM Plex Mono", monospace; color: #839b8b; margin-top: 16px; }
.rw-quote-band { padding-block: 110px; }
.rw-think-different { max-width: 1080px; margin: 0 auto; }
.rw-think-different blockquote { font-size: 59px; line-height: 1.13; margin-block: 38px 25px; }
.rw-think-different blockquote > span { display: block; }
.rw-think-different blockquote > span:last-child { color: #25764c; }
.rw-think-different.rw-in-view blockquote > span { animation: rw-quote-in 850ms ease-out both; }
.rw-think-different.rw-in-view blockquote > span:nth-child(2) { animation-delay: 140ms; }
.rw-think-different.rw-in-view blockquote > span:nth-child(3) { animation-delay: 280ms; }
.rw-think-different cite { display: block; }
.rw-site .rw-think-different h2 { margin: 40px auto 14px; max-width: 650px; }
.rw-site .rw-think-different .rw-small-note { margin-top: 18px; font-size: 11px; }
@keyframes rw-quote-in { from { opacity: .15; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.rw-sarah-world { position: relative; background: #101711; color: #f4f1e9; border: 1px solid #496651; border-radius: 4px; overflow: hidden; }
.rw-sarah-network { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: repeat(3,90px); gap: 36px 76px; padding: 32px 44px; opacity: 0; transition: opacity 350ms; }
#sarahCanvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.rw-sarah-centre { grid-area: 2 / 2; position: relative; align-self: center; justify-self: center; text-align: center; background: #101711; padding: 10px 18px; font: 26px/1.3 "IBM Plex Mono", monospace; color: #7fe2a2; }
.rw-sarah-centre span { display: block; margin-top: 5px; font-size: 10px; color: #bdcdbf; }
[data-sarah-node] { position: relative; align-self: center; min-height: 76px; padding: 13px 16px; text-align: left; background: #18261d; border: 1px solid #3e5746; border-radius: 3px; color: #e5ece1; opacity: 0; }
[data-sarah-node] strong { display: block; font: 12px/1.5 "IBM Plex Mono", monospace; color: #8bddaa; text-transform: uppercase; }
[data-sarah-node] > span { display: block; margin-top: 5px; font-size: 12px; line-height: 1.5; }
[data-sarah-node]:hover, [data-sarah-node][aria-pressed="true"] { border-color: #75da99; background: #243e2c; }
[data-sarah-node="friend"] { grid-area: 1 / 1; }
[data-sarah-node="adviser"] { grid-area: 1 / 3; }
[data-sarah-node="ventureA"] { grid-area: 2 / 1; }
[data-sarah-node="ventureB"] { grid-area: 2 / 3; }
[data-sarah-node="introduction"] { grid-area: 3 / 1; }
[data-sarah-node="promise"] { grid-area: 3 / 2; }
[data-sarah-node="investor"] { grid-area: 3 / 3; }
.rw-crm-stack { position: absolute; left: 0; top: 0; width: 100%; height: 406px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; transition: transform 500ms, opacity 300ms; pointer-events: none; }
.rw-crm-stack > span { font: 12px "IBM Plex Mono", monospace; color: #9aaa9b; }
.rw-crm-stack ol { display: grid; gap: 19px; list-style: none; padding: 0; margin: 20px 0; text-align: center; font: 15px "IBM Plex Mono", monospace; text-transform: uppercase; }
.rw-crm-stack li + li::before { content: "↓"; position: absolute; left: 50%; transform: translate(-50%,-18px); color: #637969; font-size: 12px; }
.rw-site .rw-crm-stack p { font-size: 14px; color: #9aaa9b; text-align: center; }
.rw-sarah-world[data-state="person"] .rw-crm-stack { opacity: 0; transform: translateY(-18px) scale(.96); }
.rw-sarah-world[data-state="person"] .rw-sarah-network { opacity: 1; }
.rw-sarah-world[data-state="person"] [data-sarah-node] { animation: rw-node-in 420ms ease-out both; animation-delay: var(--node-delay,0ms); }
@keyframes rw-node-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
.rw-sarah-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #344c3b; padding: 16px 28px; min-height: 86px; }
.rw-site #sarahSignal { color: #8de8ac; font: 12px/1.7 "IBM Plex Mono", monospace; max-width: 660px; }
.rw-sarah-footer button { flex-shrink: 0; min-height: 44px; }
.rw-site .rw-sarah-caption { margin-top: 22px; font: 18px/1.6 Georgia, serif; color: #4b6352; text-align: center; }
.rw-sarah-caption strong { display: block; color: #1f6c40; font-size: 25px; }
.rw-sarah-caption small { display: block; margin-top: 10px; font: 11px/1.6 "IBM Plex Mono", monospace; }
.rw-sarah-band .rw-crm-line { text-align: center; color: #526857; margin-top: 24px; }
.rw-sarah-band .rw-crm-line strong { color: #152219; }
.rw-sarah-transcript { border-block: 1px solid #b4c3b3; margin-top: 30px; }
.rw-sarah-transcript > summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 18px; font: 12px/1.6 "IBM Plex Mono", monospace; cursor: pointer; list-style: none; }
.rw-sarah-transcript > summary::-webkit-details-marker { display: none; }
.rw-sarah-transcript > summary span { font-size: 22px; }
.rw-sarah-transcript[open] > summary span { transform: rotate(45deg); }
.rw-sarah-transcript .rw-demo { margin-bottom: 22px; }
.rw-anti-form-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 48px; }
.rw-anti-form-layout h2 { margin-block: 20px; }
.rw-site .rw-anti-form-layout > div > p { font: 24px/1.5 Georgia, serif; color: #405447; }
.rw-form-aside { display: block; font: 11px/1.5 "IBM Plex Mono", monospace; margin-top: 22px; color: #41634b; }
.rw-anti-form { position: relative; overflow: hidden; border: 1px solid #80927e; background: #e6e9df; border-radius: 4px; }
.rw-anti-form header { padding: 18px 22px; border-bottom: 1px solid #bfcbba; font: 11px/1.5 "IBM Plex Mono", monospace; }
.rw-anti-form header small { display: block; color: #637461; font-size: 10px; margin-top: 4px; }
.rw-fake-fields { height: 234px; padding: 22px; overflow: hidden; display: flex; flex-direction: column; gap: 9px; transition: opacity 200ms, transform 300ms; }
.rw-fake-fields > span { flex-shrink: 0; display: flex; align-items: center; gap: 12px; min-height: 36px; text-transform: uppercase; font: 10px/1.4 "IBM Plex Mono", monospace; }
.rw-fake-fields i { display: block; flex: 1; height: 31px; border: 1px solid #b0bdae; background: #f2f2e9; }
.rw-anti-form[data-state="growing"] .rw-fake-fields > span { animation: rw-field-in 160ms ease-out; }
@keyframes rw-field-in { from { transform: translateY(16px); } to { transform: none; } }
.rw-anti-form[data-state="escaped"] { background: #101b13; border-color: #348851; color: #f4f1e9; }
.rw-anti-form[data-state="escaped"] .rw-fake-fields { opacity: 0; transform: translateY(-30px); }
.rw-anti-form[data-state="escaped"] header { border-color: #37513c; }
.rw-anti-form[data-state="escaped"] header small { color: #99b09d; }
.rw-form-resolution { position: absolute; top: 90px; left: 22px; right: 22px; animation: rw-character-in 300ms ease-out; }
.rw-form-resolution > span { display: block; color: #a6e9b8; font: 10px/1.5 "IBM Plex Mono", monospace; }
.rw-form-resolution strong { display: block; font: 36px/1.15 Georgia, serif; margin-block: 14px 20px; }
.rw-form-resolution .rw-button { font-size: 12px; padding: 10px 13px; min-height: 44px; }
.rw-anti-form footer { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; padding: 16px 22px; border-top: 1px solid #81967f; }
.rw-site .rw-anti-form footer p { flex-basis: 100%; font: 10px/1.6 "IBM Plex Mono", monospace; min-height: 32px; }
.rw-anti-form footer .rw-text-button { color: #1c6840; min-height: 44px; }
.rw-anti-form[data-state="escaped"] footer .rw-text-button { color: #9ceab7; }
#escapeAntiForm { background: #27382a; color: #edf2e8; border: 1px solid #4f6b55; border-radius: 3px; min-height: 44px; padding: 8px 16px; font: 12px "IBM Plex Mono", monospace; margin-left: auto; }
@media (min-width: 801px) and (max-width: 1000px) { .rw-character-detail { grid-template-rows: 20px 130px 120px 50px; column-gap: 32px; } }
@media (max-width: 800px) {
  body.public-mode .public-header { display: flex; flex-wrap: nowrap; gap: 12px; padding: 12px 16px; min-height: 84px; }
  body.public-mode .public-header.scrolled { min-height: 84px; }
  body.public-mode .public-header .rw-world-nav { margin-left: auto; padding: 0; }
  body.public-mode .public-header .rw-world-nav > a { display: none !important; }
  body.public-mode .public-header .rw-mobile-page { display: inline-flex !important; }
  body.public-mode .public-header .public-join-beta { max-width: none; white-space: nowrap; padding: 10px; }
  body.public-mode .public-header .public-sign-in { padding: 10px 6px; }
  body.public-mode .public-header .public-type-brand small { font-size: 8px; max-width: 123px; }
  body.public-mode .public-header .public-chapter-nav { justify-content: center; }
  body.public-mode .public-header .public-chapter-nav a { font-size: 9px; padding-inline: 11px; }
  .rw-more summary { gap: 5px; min-height: 44px; align-items: center; }
  .rw-more > div { left: auto; right: -90px; top: calc(100% + 14px); }
  .rw-hero { padding-top: 126px; }
  .rw-dino-interlude .mvp-dino-sprite { transform-box: fill-box; transform-origin: center; animation-name: rw-dino-mobile; }
  .rw-character-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .rw-character-list button { min-height: 154px; font-size: 11px; padding: 16px 9px 12px; }
  .rw-character-list button:nth-child(3) { border-right: 0; }
  .rw-character-detail { display: grid; grid-template-columns: 1fr; grid-template-rows: 36px 116px 112px 155px 48px 40px 20px; padding: 24px 20px; height: auto; }
  .rw-site .rw-character-detail h3 { font-size: 34px; min-height: 0; margin: 0; }
  .rw-site .rw-character-detail p { font-size: 15px; min-height: 0; padding: 0; }
  .rw-character-world { width: 100%; grid-area: 4 / 1; }
  #characterCanvas { height: 110px; }
  #characterWorldLabels { grid-template-columns: 1fr 1fr; font-size: 11px; gap: 6px 20px; min-height: 38px; }
  .rw-character-signals { grid-area: 5 / 1; margin-top: 12px; gap: 12px; min-height: 0; }
  .rw-site .rw-character-detail .rw-character-note { grid-area: 6 / 1; min-height: 0; margin-top: 6px; align-self: start; }
  .rw-world-disclaimer { grid-area: 7 / 1; margin: 0; }
  .rw-quote-band { padding-block: 78px; }
  .rw-think-different blockquote { font-size: 42px; margin-block: 30px 22px; }
  .rw-think-different blockquote > span { display: inline; }
  .rw-think-different blockquote > span:last-child { display: block; }
  .rw-site .rw-think-different h2 { font-size: 14px; margin-top: 32px; }
  .rw-sarah-network { gap: 32px 30px; padding: 24px 18px; grid-template-columns: 1fr 1fr; grid-template-rows: 82px 82px 65px 82px 82px; }
  .rw-sarah-centre { grid-area: 3 / 1 / 4 / 3; padding: 8px 16px; }
  [data-sarah-node] { padding: 10px; min-height: 82px; }
  [data-sarah-node] strong { font-size: 11px; }
  [data-sarah-node] > span { font-size: 12px; }
  [data-sarah-node="adviser"] { grid-area: 1 / 2; }
  [data-sarah-node="ventureB"] { grid-area: 2 / 2; }
  [data-sarah-node="introduction"] { grid-area: 4 / 1; }
  [data-sarah-node="investor"] { grid-area: 4 / 2; }
  [data-sarah-node="promise"] { grid-area: 5 / 1 / 6 / 3; justify-self: center; width: 180px; }
  .rw-crm-stack { height: 565px; }
  .rw-sarah-footer { flex-direction: column; align-items: start; gap: 8px; padding: 16px 18px; min-height: 140px; }
  .rw-site #sarahSignal { min-height: 54px; font-size: 11px; }
  .rw-site .rw-sarah-caption { font-size: 16px; }
  .rw-site .rw-sarah-band .rw-crm-line { font-size: 20px; }
  .rw-anti-form-layout { grid-template-columns: 1fr; gap: 28px; }
  .rw-site .rw-anti-form-layout > div > p { font-size: 22px; }
}
@media (max-width: 380px) {
  body.public-mode .public-header { gap: 5px; padding-inline: 8px; }
  body.public-mode .public-header .rw-more summary { font-size: 10px; }
  body.public-mode .public-header .rellio-type-logo { font-size: 18px; }
  body.public-mode .public-header .public-type-brand small { font-size: 7px; }
  body.public-mode .public-header .public-join-beta { padding-inline: 8px; font-size: 9px; }
  body.public-mode .public-header .public-sign-in { padding-inline: 3px; font-size: 9px; }
  .rw-hero { padding-top: 112px; }
  .rw-character-list button { font-size: 10px; min-height: 153px; }
  .rw-character-detail { grid-template-rows: 36px 144px 130px 155px 48px 40px 20px; padding-inline: 16px; }
  .rw-site .rw-character-detail h3 { font-size: 29px; min-height: 0; }
  .rw-site .rw-character-detail p { min-height: 0; }
  .rw-think-different blockquote { font-size: 36px; }
  .rw-sarah-network { padding-inline: 12px; gap: 32px 18px; }
  .rw-form-resolution strong { font-size: 32px; }
  .rw-form-resolution .rw-button { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .rw-sarah-world[data-state="person"] [data-sarah-node] { opacity: 1; }
}
@keyframes rw-dino-mobile { from { transform: translateX(45px) scale(1.7); } to { transform: translateX(660px) scale(1.7); } }

/* One cursor treatment for the public, access and workspace wordmarks. */
.rellio-type-logo i, .auth-rellio-logo i, .mvp-wordmark i, .rw-wordmark > span, .rw-cursor { animation: rellio-live-cursor 1.4s step-end infinite; }
@keyframes rellio-live-cursor { 0%, 64%, 100% { opacity: 1; } 65%, 99% { opacity: .12; } }
.rw-more[data-active="true"] > summary { color: #65d899; box-shadow: inset 0 -2px #39bc74; }
.rw-page-heading { padding-top: calc(var(--rw-header-height, 84px) + var(--rw-context-height, 76px) + 32px); }
body.public-mode .public-header .rw-page-nav { justify-content: safe center; }
body.public-mode .public-header .rw-page-nav a.active { box-shadow: inset 0 -2px #43cb7e; }
body.public-mode .public-header .rw-page-nav .rw-back { color: #b5c4b8; font-weight: 400; margin: 0; }
body.public-mode .public-header .rw-page-nav .rw-back[hidden] { display: none !important; }
body.public-mode .public-header .rw-world-nav > a[aria-current="page"] { box-shadow: 0 2px #43cb7e; }
.rw-page-heading > .rw-eyebrow { display: block; }
#deeper-world-title a { color: inherit; text-decoration: none; }
#deeper-world-title a:hover, #deeper-world-title a:focus-visible { color: #22774a; }
.rw-transition-arrow { display: inline-block; color: #22774a; transition: transform 180ms ease; }
#deeper-world-title a:hover .rw-transition-arrow { transform: translateY(6px); }
.rw-marcus-photo { position: relative; display: block; isolation: isolate; flex: 0 0 120px; width: 120px; margin: 8px; }
.rw-marcus-photo::before { content: ""; position: absolute; z-index: -1; inset: 12% -9% -5% 8%; background: #39bc74; transform: rotate(-5deg); clip-path: polygon(0 3%, 95% 0, 100% 15%, 95% 28%, 100% 65%, 94% 100%, 3% 96%, 0 75%, 5% 36%); }
.rw-marcus-photo::after { content: ""; position: absolute; z-index: -1; width: 70%; height: 7px; background: #22774a; left: -8%; top: -2%; transform: rotate(-11deg); }
.rw-site .rw-marcus-photo img { display: block; width: 100%; height: auto; max-width: none; aspect-ratio: auto; object-fit: contain; border-radius: 2px; filter: none; }
.rw-marcus-photo > i { position: absolute; right: -14px; bottom: 4%; font: 600 32px/1 "IBM Plex Mono", monospace; color: #14532e; background: #a1ebba; padding: 0 4px; }
.rw-founder-portrait .rw-marcus-photo { width: min(100% - 24px, 330px); margin: 12px 12px 28px; }
.rw-chat-band { padding-block: 44px; }
.rw-chat-band .rw-section-heading { margin-bottom: 24px; }
.rw-talking-demo { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #101b14; color: #f4f1e9; border: 1px solid #365b40; border-radius: 4px; margin-bottom: 24px; overflow: hidden; }
.rw-talk-source, .rw-talk-context { padding: 24px 28px; min-width: 0; }
.rw-talk-source { position: relative; border-right: 1px solid #365b40; }
.rw-site .rw-talking-demo .rw-eyebrow { color: #7bdc9e; font-size: 12px; }
.rw-talk-wave { height: 24px; display: flex; align-items: center; gap: 4px; position: absolute; top: 22px; right: 28px; }
.rw-talk-wave i { width: 3px; height: 8px; background: #59da8e; transform-origin: center; }
.rw-talk-wave i:nth-child(3n) { height: 22px; }
.rw-talk-wave i:nth-child(3n + 1) { height: 14px; }
.rw-talking-demo[data-state="playing"] .rw-talk-wave i { animation: rw-speaking 650ms ease-in-out infinite alternate; }
.rw-talk-wave i:nth-child(2n) { animation-delay: -250ms !important; }
.rw-talk-wave i:nth-child(3n) { animation-delay: -440ms !important; }
.rw-talk-source blockquote { font: 32px/1.38 Georgia, serif; margin: 22px 0 0; min-height: 160px; max-width: 500px; }
.rw-site .rw-talk-source .rw-small-note { color: #b6c7bb; }
#billCanvas { display: block; width: 100%; height: auto; aspect-ratio: 560 / 150; image-rendering: pixelated; margin-top: 12px; }
.rw-talk-context .rw-bill-momentum { grid-template-columns: 1fr; gap: 3px; }
.rw-momentum-track { display: inline-block; width: 80px; height: 5px; background: #35493a; margin-left: 12px; vertical-align: middle; overflow: hidden; }
.rw-momentum-track > i { display: block; height: 100%; background: #75e8a0; transform: scaleX(.15); transform-origin: left; transition: transform 650ms; }
.rw-bill-momentum[data-visible="true"] .rw-momentum-track > i { transform: scaleX(.8); }
.rw-talk-context .rw-bill-next { grid-template-columns: 1fr; gap: 4px; border-top: 1px solid #365b40; padding-top: 14px; margin-top: 8px; }
.rw-talk-context .rw-bill-next span { font-size: 16px; color: #f4f1e9; }
.rw-capture-handoff { max-width: 700px; margin-top: 32px; }
#ask-rellio { scroll-margin-top: calc(var(--rw-header-height, 96px) + 40px); }
.rw-capture-handoff .rw-text-link { display: inline-block; min-height: 44px; padding-block: 12px; line-height: 1.5; }
.rw-invited-access { margin-block: 16px; border-block: 1px solid #365b40; padding-block: 8px; font-size: 14px; }
.rw-invited-access summary { cursor: pointer; padding-block: 12px; color: #6adc98; line-height: 1.5; }
.rw-invited-access p { font-size: 14px; line-height: 1.5; }
.rw-invited-access a, #loginForm .public-auth-switch a { color: #6adc98; text-decoration: underline; text-underline-offset: 3px; }
.rw-talking-demo[data-state="complete"] { animation: rw-capture-confirmed 700ms ease-out; }
@keyframes rw-capture-confirmed { 50% { border-color: #75e8a0; box-shadow: 0 0 18px #75e8a025; } }
.rw-talk-context ol { list-style: none; margin: 14px 0 0; padding: 0 0 0 15px; border-left: 1px solid #385e43; }
.rw-talk-context li { position: relative; display: grid; grid-template-columns: 128px 1fr; align-items: baseline; gap: 8px; min-height: 39px; padding-block: 6px; font: 12px/1.45 "IBM Plex Mono", monospace; transition: opacity 220ms, transform 220ms; }
.rw-talk-context li::before { content: ""; position: absolute; left: -18px; top: 12px; width: 5px; height: 5px; background: #74e39d; }
.rw-talk-context li strong { color: #7ee0a2; font-weight: 500; }
.rw-talk-context li span { color: #c6d1c6; }
.rw-talk-context li[data-visible="false"] { opacity: 0; transform: translateX(-5px); }
.rw-talking-demo > footer { grid-column: 1 / -1; border-top: 1px solid #365b40; padding: 14px 28px; display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; align-items: center; }
.rw-site .rw-talking-demo footer p { font: 12px/1.5 "IBM Plex Mono", monospace; color: #8beaaf; margin: 0; }
.rw-talking-demo footer > div { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.rw-talking-demo .rw-text-button { color: #f4f1e9; font-size: 12px; min-height: 44px; }
.rw-talking-demo footer small { grid-column: 1 / -1; font-size: 12px; line-height: 1.45; color: #a8b5aa; }
@keyframes rw-speaking { from { transform: scaleY(.3); } to { transform: scaleY(1); } }
@media (max-width: 760px) {
  .rw-talking-demo { grid-template-columns: 1fr; }
  .rw-talk-source, .rw-talk-context { padding: 18px 20px; }
  .rw-talk-source { border-right: 0; border-bottom: 1px solid #365b40; }
  .rw-talk-source blockquote { font-size: 24px; min-height: 100px; margin-top: 14px; }
  .rw-talk-context li { grid-template-columns: 110px 1fr; min-height: 37px; }
  .rw-talking-demo > footer { grid-template-columns: 1fr; padding: 12px 20px; }
  .rw-talking-demo footer > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .rw-talking-demo footer .rw-text-button { white-space: normal; }
  .rw-form-story { padding-block: 36px; }
  .rw-anti-form-layout { margin-bottom: 28px; }
  .rw-marcus-note { gap: 16px; }
  .rw-marcus-photo { width: 96px; flex-basis: 96px; margin: 8px 4px; }
}
@media (max-width: 360px) {
  .rw-talk-source blockquote { min-height: 100px; font-size: 22px; }
  .rw-talk-context li { grid-template-columns: 98px 1fr; gap: 5px; }
  .rw-marcus-note { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .rellio-type-logo i, .auth-rellio-logo i, .mvp-wordmark i, .rw-wordmark > span, .rw-cursor, .rw-talking-demo[data-state="playing"] .rw-talk-wave i { animation: none !important; opacity: 1; }
  .rw-talk-context li, .rw-transition-arrow, .rw-momentum-track > i { transition: none; }
  .rw-talking-demo[data-state="complete"] { animation: none; }
}
