
/* Chato & Nerdo */
.page-chato-nerdo { background: #eef2f8; color: #080b2d; }
.cn-hero { position: relative; isolation: isolate; overflow: hidden; min-height: min(58rem, 92vh); padding: clamp(4rem, 9vw, 9rem) max(var(--page-gutter), calc((100vw - var(--content-max)) / 2)); color: #fff; background: linear-gradient(118deg, #00123f 0%, #02083b 48%, #39003f 100%); }
.cn-hero__grid, .cn-demo__chato::before, .cn-demo__nerdo::before { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#76caff18 1px, transparent 1px), linear-gradient(90deg, #76caff18 1px, transparent 1px); background-size: 3.5rem 3.5rem; }
.cn-hero__grid { z-index: -1; }
.cn-hero__content { position: relative; z-index: 1; max-width: 67rem; }
.cn-eyebrow { margin: 0 0 1.25rem; color: #75cbff; font-size: clamp(.76rem, 1.15vw, 1rem); font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.cn-hero h1, .cn-interface h2 { margin: 0; font-size: clamp(4rem, 8.8vw, 9.5rem); font-weight: 850; letter-spacing: -.07em; line-height: .88; }
.cn-hero__summary { max-width: 61rem; margin: clamp(2rem, 3vw, 3rem) 0 0; color: #d4d9ed; font-size: clamp(1.2rem, 2vw, 1.7rem); line-height: 1.38; }
.cn-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: clamp(2rem, 3vw, 3.25rem); }
.cn-button { display: inline-block; padding: 1rem 1.5rem; border: 1px solid #8890af; color: #fff; font-size: 1rem; font-weight: 800; text-decoration: none; }
.cn-button--bright { border-color: #ff124c; background: #ff124c; box-shadow: .5rem .5rem 0 #190d3b; }
.cn-button--quiet:hover, .cn-button--quiet:focus-visible { border-color: #75cbff; color: #75cbff; }
.cn-characters { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 18rem)); justify-content: center; align-items: start; gap: clamp(1rem, 5vw, 5rem); margin: clamp(4rem, 8vw, 8rem) auto 5rem; }
.cn-character { position: relative; min-height: 18rem; padding: 4rem 1.5rem 1.5rem; text-align: center; background: #303661a6; border: 1px solid #7180a166; border-radius: 2rem; transform: rotate(-4deg); box-shadow: 0 2rem 3rem #0004; }
.cn-character--nerdo { margin-top: 4rem; transform: rotate(5deg); }
.cn-character h2 { margin: 1rem 0 .25rem; font-size: 2rem; }
.cn-character p:not(.cn-speech) { margin: 0; color: #b3bbd5; font-size: 1rem; }
.cn-speech { position: absolute; top: -2rem; left: 50%; z-index: 2; margin: 0; padding: .8rem 1rem; color: #101331; background: #fff; border-radius: .75rem; font-weight: 850; transform: translateX(-50%) rotate(-5deg); white-space: nowrap; }
.cn-face { position: relative; width: 7rem; height: 6.2rem; margin: 0 auto; background: #d7193f; border-radius: 44% 44% 48% 48%; box-shadow: inset 0 -.65rem #a90028; }
.cn-face--nerdo { background: #006eab; clip-path: polygon(50% 0, 91% 27%, 91% 74%, 50% 100%, 9% 74%, 9% 27%); box-shadow: none; }
.cn-face i { position: absolute; top: 2.25rem; width: .9rem; height: .9rem; background: #fff; border-radius: 50%; }
.cn-face i:first-child { left: 1.55rem; }.cn-face i:nth-child(2) { right: 1.55rem; }.cn-face b { position: absolute; left: 50%; bottom: 1rem; width: 2.8rem; height: 1rem; border-bottom: .32rem solid #fff; border-radius: 0 0 2rem 2rem; transform: translateX(-50%); }
.cn-face--nerdo i { top: 2.05rem; width: 1.7rem; height: 1.15rem; border: .28rem solid #a7e6ff; border-radius: .25rem; background: transparent; }.cn-face--nerdo i:first-child { left: 1.2rem; }.cn-face--nerdo i:nth-child(2) { right: 1.2rem; }.cn-face--nerdo b { bottom: 1rem; width: 1.5rem; border-bottom-color: #a7e6ff; }
.cn-scroll-link { position: absolute; right: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2)); bottom: 2.5rem; color: #ccd3e7; font-size: .82rem; font-weight: 850; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.cn-scroll-link span { color: #75cbff; font-size: 1.3em; }
.cn-interface { padding: clamp(4rem, 9vw, 9rem) max(var(--page-gutter), calc((100vw - var(--content-max)) / 2)); background: radial-gradient(circle at 78% 13%, #d9ebf8 0, transparent 31rem), #f3f5fa; }
.cn-interface__heading { display: flex; justify-content: space-between; align-items: start; gap: 2rem; margin-bottom: clamp(3rem, 6vw, 6rem); }.cn-interface h2 { font-size: clamp(3.5rem, 7.5vw, 7.8rem); color: #090d33; }.cn-prototype { display: grid; gap: .4rem; min-width: 14rem; margin: 0; padding: 1.25rem; background: #fff; border-radius: 1.5rem; box-shadow: 0 1rem 2rem #07113c14; }.cn-prototype strong { font-size: 1.2rem; }.cn-prototype span { color: #6c7491; }
.cn-demo { overflow: hidden; border-radius: 2rem; box-shadow: 0 2rem 5rem #10183524; }.cn-demo header { position: relative; z-index: 1; display: flex; align-items: center; gap: .8rem; padding: 1.4rem 1.8rem; }.cn-demo header p { display: grid; gap: .25rem; margin: 0; }.cn-demo header p strong { font-size: 1.25rem; }.cn-demo header p span { color: #747b98; font-size: 1rem; }.cn-demo__chato { position: relative; min-height: 25rem; background: #fff; }.cn-demo__chato header { border-bottom: 1px solid #dfe4ef; }.cn-demo__chato header > b { margin-left: auto; padding: .7rem; color: #767d99; background: #f2f4f8; border-radius: .8rem; letter-spacing: .1em; }.cn-mini-face { flex: 0 0 auto; width: 2.5rem; height: 2.2rem; background: #d7193f; border-radius: 45%; box-shadow: inset 0 -.3rem #a90028; }.cn-mini-face--nerdo { background: #006eab; clip-path: polygon(50% 0, 91% 27%, 91% 74%, 50% 100%, 9% 74%, 9% 27%); box-shadow: none; }
.cn-conversation { position: relative; z-index: 1; padding: 3rem clamp(1.5rem, 6vw, 6rem); }.cn-message { display: flex; gap: 1rem; align-items: start; }.cn-message p { display: grid; gap: .5rem; margin: 0; }.cn-message p span { padding: 1rem 1.25rem; background: #fff; border: 1px solid #d8ddea; border-radius: 0 1.25rem 1.25rem 1.25rem; font-size: 1.2rem; }.cn-suggestions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.7rem 0 0 3.5rem; }.cn-suggestions span { padding: .7rem 1rem; color: #0575b9; border: 1px solid #cad2e1; border-radius: 2rem; font-weight: 750; }.cn-composer { position: relative; z-index: 1; display: flex; align-items: center; gap: 1rem; margin: 0 1.8rem 1.8rem; padding: .8rem .8rem .8rem 1.25rem; color: #80869e; background: #f4f6fb; border: 1px solid #cdd4e2; border-radius: 1.25rem; font-size: 1.15rem; }.cn-composer b { margin-left: auto; padding: .75rem 1rem; color: #fff; background: #ff124c; border-radius: 1rem; }
.cn-demo__nerdo { position: relative; padding: 0 1.8rem 2rem; color: #fff; background: linear-gradient(115deg, #020844, #080140); }.cn-demo__nerdo header { margin: 0 -1.8rem 1.5rem; background: #02073a; }.cn-demo__nerdo header p span, .cn-demo__nerdo > p { color: #abb2d1; }.cn-website-status { position: relative; z-index: 1; display: grid; gap: .5rem; padding: 1.25rem; border: 1px solid #727aa869; border-radius: 1rem; background: #ffffff0b; }.cn-website-status span { color: #75cbff; font-size: .8rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }.cn-website-status strong { font-size: 1.3rem; }.cn-demo__nerdo ol { position: relative; z-index: 1; display: grid; gap: .7rem; margin: 1rem 0 1.5rem; padding: 0; list-style: none; }.cn-demo__nerdo li { padding: 1rem; border: 1px solid #727aa869; border-radius: .75rem; background: #ffffff08; font-size: 1.1rem; font-weight: 750; }.cn-demo__nerdo li b { display: inline-block; width: 3.25rem; color: #75cbff; }.cn-demo__nerdo > p { position: relative; z-index: 1; margin: 0; }
@media (max-width: 700px) { .cn-hero { min-height: 52rem; }.cn-hero h1 { font-size: clamp(3.5rem, 15vw, 5.5rem); }.cn-characters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }.cn-character { min-height: 15rem; padding: 3.4rem .5rem 1rem; }.cn-character--nerdo { margin-top: 3rem; }.cn-character h2 { font-size: 1.45rem; }.cn-character p:not(.cn-speech) { font-size: .8rem; }.cn-face { transform: scale(.75); transform-origin: top center; margin-bottom: -1.6rem; }.cn-speech { font-size: .75rem; }.cn-scroll-link { left: var(--page-gutter); right: auto; }.cn-interface__heading { display: grid; }.cn-prototype { min-width: 0; max-width: 15rem; }.cn-demo { border-radius: 1.2rem; }.cn-demo header, .cn-demo__nerdo { padding-left: 1rem; padding-right: 1rem; }.cn-demo__nerdo header { margin-left: -1rem; margin-right: -1rem; }.cn-conversation { padding: 2rem 1rem; }.cn-suggestions { margin-left: 0; }.cn-composer { margin: 0 1rem 1rem; }.cn-message p span { font-size: 1rem; }.cn-demo__nerdo li { font-size: .95rem; } }
