@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:DM Sans,sans-serif}.site-shell{min-height:100vh;display:flex}.rail{z-index:5;background:var(--ink);width:72px;color:var(--lime);flex-direction:column;align-items:center;padding:25px 0;display:flex;position:fixed;top:0;bottom:0;left:0}.logo{letter-spacing:-.1em;font:600 18px Space Grotesk}.logo span{color:var(--coral)}.rail-line{background:#52605b;width:1px;height:170px;margin:35px 0}.rail-label{writing-mode:vertical-rl;letter-spacing:.18em;color:#92a19a;font:10px DM Mono;transform:rotate(180deg)}.rail-bottom{writing-mode:vertical-rl;color:#90a097;flex-direction:column;gap:15px;margin-top:auto;font:9px DM Mono;display:flex}.page{width:calc(100% - 72px);margin-left:72px;overflow:hidden}.topbar{border-bottom:1px solid var(--line);letter-spacing:.08em;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(25px,5vw,75px);font:10px DM Mono;display:flex}.crumb{max-width:720px;color:var(--muted);align-items:flex-start;line-height:1.45;display:flex}.pulse{background:var(--coral);border-radius:50%;flex:none;width:7px;height:7px;margin:4px 12px 0 0;animation:2s infinite pulse;display:inline-block;box-shadow:0 0 0 5px #ffe0d5}.say-hi{border:1px solid var(--ink);padding:9px 13px}.say-hi:hover{background:var(--lime)}.say-hi b{color:var(--coral);font-size:14px}.hero{grid-template-columns:1fr 1fr;gap:50px;max-width:1350px;min-height:680px;margin:auto;padding:105px clamp(25px,7vw,110px) 90px;display:grid;position:relative}.hero-copy{z-index:2;position:relative}.hero-index,.section-title>span{letter-spacing:.13em;color:var(--coral);font:10px DM Mono}h1,h2,h3{letter-spacing:-.08em;font-family:Space Grotesk}h1{margin:29px 0 35px;font-size:clamp(61px,8vw,115px);font-weight:500;line-height:.85}h1 span{color:var(--coral);font-family:Georgia,serif;font-style:italic;font-weight:400}.hero-desc{max-width:440px;color:var(--muted);font-size:17px;line-height:1.55}.hero-links{flex-wrap:wrap;align-items:center;gap:25px;margin-top:42px;display:flex}.action,.copy{letter-spacing:.08em;font:500 11px DM Mono}.action{background:var(--ink);color:#fff;padding:16px 18px}.action b{color:var(--lime);margin-left:24px;font-size:17px}.copy{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0}.copy b{color:var(--coral);margin-left:7px;font-size:17px}.portrait-wrap{min-height:450px;position:relative}.portrait-frame{z-index:2;border:1px solid var(--ink);background:var(--blue);width:min(380px,85%);height:470px;padding:12px;animation:6s ease-in-out infinite float;position:absolute;top:-15px;right:3%;transform:rotate(4deg)}.portrait-frame:before{content:"";z-index:1;pointer-events:none;border:1px solid #1c282680;position:absolute;inset:18px}.portrait-frame img{object-fit:cover;filter:saturate(.8)contrast(1.05);mix-blend-mode:multiply;width:100%;height:100%}.face-tag{color:#fff;z-index:2;text-shadow:1px 1px 3px #111;font:11px/1.45 DM Mono;position:absolute;bottom:30px;left:30px}.face-tag span{color:var(--lime);font-size:8px}.scanline{z-index:3;background:var(--lime);height:1px;box-shadow:0 0 9px var(--lime);animation:4s ease-in-out infinite scan;position:absolute;top:25%;left:25px;right:25px}.orbit{border:1px solid var(--coral);border-radius:50%;position:absolute}.orbit-a{width:500px;height:190px;animation:13s linear infinite spin;top:140px;right:-90px;transform:rotate(-25deg)}.orbit-b{border-color:#8ab9c1;width:245px;height:245px;animation:19s linear infinite reverse spin;top:70px;right:65px}.hero-note{color:var(--muted);font:10px/1.6 DM Mono;position:absolute;bottom:0;left:0}.ticker{background:var(--lime);white-space:nowrap;padding:15px 0;font:600 14px DM Mono;overflow:hidden}.ticker-track{width:max-content;animation:25s linear infinite marquee}.ticker i{color:var(--coral);margin:0 18px;font-style:normal}.stats{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);max-width:1350px;margin:auto;display:grid}.stats div{border-right:1px solid var(--line);align-items:center;gap:13px;padding:30px clamp(20px,4vw,62px);display:flex}.stats span{letter-spacing:-.1em;color:var(--coral);font:500 39px Space Grotesk}.stats small{color:var(--muted);font:9px/1.4 DM Mono}.section{max-width:1350px;margin:auto;padding:125px clamp(25px,7vw,110px)}.section-title{grid-template-columns:1fr 1fr;align-items:end;margin-bottom:55px;display:grid}.section-title h2{margin:17px 0 0;font-size:clamp(49px,6vw,79px);font-weight:500;line-height:.9}.section-title p{max-width:270px;color:var(--muted);margin:0;font-size:14px;line-height:1.5}.project-grid{grid-template-columns:1.18fr .82fr;gap:16px;display:grid}.project{flex-direction:column;min-height:330px;padding:25px;transition:transform .4s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.project:hover{transform:translateY(-9px)rotate(-1deg)}.project-1{background:var(--blue);grid-row:span 2;min-height:676px}.project-head{color:var(--muted);justify-content:space-between;font:10px DM Mono;display:flex}.project-head span{color:var(--coral);font-size:21px;transition:transform .3s}.project:hover .project-head span{transform:translate(5px,-5px)}.project-body{margin-top:auto}.project-type{color:var(--coral);margin-bottom:14px;font:10px DM Mono}.project h3{margin:0 0 13px;font-size:31px;font-weight:500;line-height:1}.project p{max-width:500px;color:var(--muted);margin:0;font-size:14px;line-height:1.5}.chip-row{flex-wrap:wrap;gap:7px;margin-top:28px;display:flex}.chip-row span{border:1px solid #1c28264d;border-radius:100px;padding:7px 10px;font:9px DM Mono}.experience{background:var(--ink);color:#fff;max-width:none;padding-left:max(25px,50% - 565px);padding-right:max(25px,50% - 565px)}.experience .section-title p{color:#96a29c}.jobs{border-top:1px solid #52605b}.job{border-bottom:1px solid #52605b;grid-template-columns:55px 135px 1fr 25px;align-items:start;gap:22px;padding:27px 0;display:grid}.job-no{color:var(--coral);font:10px DM Mono}.job-date{color:#96a29c;font:10px DM Mono}.job h3{letter-spacing:-.04em;margin:0 0 9px;font-size:23px;font-weight:500}.job h3 em{color:var(--lime);letter-spacing:0;font:400 13px DM Mono}.job p{color:#aebbb4;max-width:690px;margin:0;font-size:14px;line-height:1.5}.job-arrow{color:var(--lime);font-size:22px}.manifesto{background:var(--coral);color:var(--ink);padding:105px max(25px,50% - 425px);position:relative}.manifesto-mark{color:var(--lime);font:110px/.2 Georgia}.manifesto p{letter-spacing:-.04em;margin:20px 0 24px;font:italic 36px/1.12 Georgia}.manifesto span{font:10px DM Mono}.about{grid-template-columns:.8fr 1.2fr;gap:100px;display:grid}.about h2 i{color:var(--coral);font-family:Georgia;font-weight:400}.about-lede{max-width:540px;font-size:20px;line-height:1.4}.skill-cloud{flex-wrap:wrap;gap:8px;margin-top:35px;display:flex}.skill-cloud span{border:1px solid var(--line);animation:.6s both chipIn;animation-delay:calc(var(--i) * 30ms);padding:8px 10px;font:10px DM Mono}.skill-cloud span:nth-child(3n){background:var(--lime)}.skill-cloud span:nth-child(4n){background:var(--blue)}.edu{border-top:1px solid var(--line);flex-direction:column;gap:8px;margin-top:45px;padding-top:20px;font-size:13px;display:flex}.edu small{color:var(--coral);font:10px DM Mono}.edu strong{font:600 16px Space Grotesk}.final{background:var(--lime);text-align:center;min-height:500px;padding:110px 25px;position:relative;overflow:hidden}.final-code{color:#758735;letter-spacing:.14em;font:10px DM Mono}.final h2{margin:32px 0;font-size:clamp(58px,8vw,110px);font-weight:500;line-height:.85}.final h2 i{color:var(--coral);font-family:Georgia;font-weight:400}.big-contact{border-bottom:2px solid var(--ink);z-index:2;padding-bottom:7px;font:500 13px DM Mono;display:inline-block;position:relative}.big-contact span{color:var(--coral);margin-left:20px;font-size:18px}.final-orbit{border:1px solid #a2b256;border-radius:50%;width:650px;height:180px;animation:16s linear infinite spin;position:absolute;top:51%;left:50%;transform:translate(-50%,-50%)rotate(-9deg)}.final-orbit:after{content:"";background:var(--coral);border-radius:50%;width:14px;height:14px;position:absolute;top:3%;right:15%;box-shadow:0 0 0 8px #edb26a}footer{background:var(--paper);height:80px;color:var(--muted);justify-content:space-between;align-items:center;padding:0 clamp(25px,7vw,110px);font:9px DM Mono;display:flex}@keyframes pulse{50%{box-shadow:0 0 0 8px #ffe0d5}}@keyframes float{0%,to{transform:rotate(4deg)translateY(0)}50%{transform:rotate(2deg)translateY(-13px)}}@keyframes scan{0%,to{opacity:.25;top:25%}50%{opacity:1;top:75%}}@keyframes spin{to{transform:rotate(335deg)}}@keyframes marquee{to{transform:translate(-50%)}}@keyframes chipIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (width<=780px){.rail{width:46px}.page{width:calc(100% - 46px);margin-left:46px}.topbar{padding:0 18px}.crumb{font-size:8px}.clock{display:none}.hero{padding:75px 25px 60px;display:block}.portrait-wrap{min-height:400px;margin-top:65px}.portrait-frame{height:400px;right:2%}.orbit-a{width:400px}.stats{grid-template-columns:1fr 1fr}.stats div{padding:20px 13px}.stats div:nth-child(2){border-right:0}.stats div:nth-child(-n+2){border-bottom:1px solid var(--line)}.stats span{font-size:29px}.stats small{font-size:8px}.section{padding:80px 25px}.section-title{display:block}.section-title p{margin-top:20px}.project-grid{display:block}.project{min-height:370px;margin-bottom:14px}.project-1{min-height:500px}.job{grid-template-columns:35px 1fr 20px;gap:11px}.job-date,.job>div:nth-child(3){grid-column:2}.job-arrow{grid-area:1/3}.job h3{font-size:20px}.manifesto{padding:75px 25px}.manifesto p{font-size:28px}.about{display:block}.about>.section-title{margin-bottom:35px}.final{min-height:430px;padding:90px 20px}footer{flex-wrap:wrap;gap:14px;height:auto;min-height:80px;padding:24px 25px}footer span:nth-child(2){display:none}}.offer-rail{cursor:pointer;color:#dce6de;white-space:nowrap;background:#24272b;border-top:1px solid #3f5148;border-bottom:1px solid #3f5148;margin:70px -28px -105px;padding:13px 0;display:block;overflow:hidden}.offer-track{letter-spacing:.08em;align-items:center;gap:19px;width:max-content;font:500 10px DM Mono;animation:28s linear infinite offerMarquee;display:flex}.offer-track b{color:var(--lime);font-size:14px}@keyframes offerMarquee{to{transform:translate(-50%)}}@media (width<=780px){.offer-rail{margin:58px -20px -75px}.offer-track{gap:12px;font-size:8px}}:root{--ink:#ecefe8;--paper:#191b1d;--lime:#77f2b1;--coral:#ff7e70;--blue:#292c31;--muted:#8e9694;--line:#34383b}body{color:var(--ink);background:#191b1d;font-family:DM Mono,monospace}.rail{display:none}.page{background:radial-gradient(circle at 75% 8%,#465b5d29,#0000 27%),#191b1d;width:100%;margin-left:0}.topbar{border:0;max-width:1140px;height:82px;margin:0 auto;padding:0 28px;font-size:11px}.crumb{color:#a3aba8}.pulse{background:var(--lime);box-shadow:0 0 0 4px #77f2b124}.clock{color:#a3aba8}.clock span{color:#65706d}.say-hi{color:var(--lime);border-color:#3e4644;transition:all .3s}.say-hi:hover{background:var(--lime);color:var(--ink)}.hero{grid-template-columns:1.18fr .82fr;gap:14px;max-width:1140px;min-height:655px;margin:38px auto 0;padding:0 28px 40px;display:grid}.hero-copy{background:#2b2e32;padding:74px 70px;position:relative;overflow:hidden}.hero-copy:after{content:"</>";color:#77f2b109;letter-spacing:-.15em;font:220px Space Grotesk;position:absolute;bottom:-50px;right:-12px}.hero-index{color:var(--lime);font-size:10px}.hero-index span{color:#687371}.hero h1{color:#f1f2ee;margin:70px 0 26px;font-size:clamp(58px,7vw,92px);line-height:.93;position:relative}.hero h1 span{color:var(--lime);font-family:DM Mono;font-style:normal;font-weight:400}.hero-desc{color:#9ca5a1;max-width:435px;font:14px/1.7 DM Mono}.hero-desc strong{color:#f0f2ec}.hero-links{margin-top:38px}.action{color:var(--lime);border:0;border-bottom:1px solid var(--lime);background:0 0;padding:0 0 7px}.action b{color:var(--lime);margin-left:18px}.copy{color:#8d9893;font-size:10px}.portrait-wrap{background:#24272b;min-height:615px;overflow:hidden}.portrait-frame{background:#24272b;border:0;width:100%;height:100%;padding:0;animation:none;top:0;right:0;transform:none}.portrait-frame:before{border:1px solid #77f2b159;inset:22px}.portrait-frame img{object-fit:cover;object-position:center top;filter:grayscale()contrast(1.08);mix-blend-mode:screen;opacity:.7;height:100%}.portrait-frame:after{content:"";pointer-events:none;background:linear-gradient(90deg,#24272b 0%,#0000 45%),linear-gradient(#0000 70%,#24272b 100%);position:absolute;inset:0}.face-tag{color:#e7ebe6;text-shadow:none;bottom:31px;left:35px}.face-tag span{color:var(--lime)}.scanline{background:var(--lime);box-shadow:0 0 10px var(--lime);left:22px;right:22px}.orbit{display:none}.hero-note{color:#89958f;text-align:right;z-index:3;bottom:31px;left:auto;right:35px}.hero-note span{color:var(--lime)}.ticker{max-width:1140px;color:var(--lime);background:#24272b;border-top:1px solid #3a4140;border-bottom:1px solid #3a4140;margin:0 auto;padding:15px 28px}.ticker-track{font-size:11px}.ticker i{color:var(--coral)}.stats{background:#202326;border:0;grid-template-columns:repeat(4,1fr);max-width:1140px}.stats div{border-right:1px solid #363b3d;padding:24px 28px}.stats div:last-child{border:0}.stats span{color:var(--lime);font-size:34px}.stats small{color:#85908b;font-size:9px}.section{max-width:1140px;padding:120px 28px}.section-title{grid-template-columns:1fr 1fr;margin-bottom:42px}.section-title>span{color:var(--lime)}.section-title h2{letter-spacing:-.08em;color:#e9ece7;font-family:DM Mono;font-size:48px}.section-title p{color:#8d9692;font:12px/1.6 DM Mono}.project-grid{grid-template-columns:1.12fr .88fr;gap:14px}.project{color:#eef1eb;background:#292c30;border:0;min-height:285px;padding:27px}.project-1{background:#292c30;grid-column:1/-1;min-height:585px}.project-2{background:#303338}.project-3{background:#252a2e}.project-4{background:#24282b}.project:before{content:"";opacity:0;background:linear-gradient(135deg,#77f2b10f,#0000 40%);transition:all .4s;position:absolute;inset:0}.project:hover:before{opacity:1}.project:hover{transform:translateY(-5px);box-shadow:0 18px 45px #0003}.project-head{color:#7f8985}.project-head span,.project-type{color:var(--lime)}.project h3{letter-spacing:-.08em;font-family:DM Mono;font-size:25px}.project h3 a{color:inherit;text-decoration:none}.project h3 a:hover{color:var(--lime)}.project-clickable{cursor:pointer}.project-clickable:focus-visible{outline:2px solid var(--lime);outline-offset:4px}.project-gallery{aspect-ratio:2.15;width:100%;margin:20px 0;position:relative;overflow:hidden}.project-gallery img{aspect-ratio:16/9;object-fit:cover;filter:saturate(.82)contrast(1.03);opacity:0;border:1px solid #46524d;width:100%;height:100%;animation:10s ease-in-out infinite projectScreenshotRotate;display:block;position:absolute;inset:0}.project-gallery img:first-child{opacity:1}.project-gallery img:nth-child(2){animation-delay:-5s}@keyframes projectScreenshotRotate{0%,42%,to{opacity:1}50%,92%{opacity:0}}.project p{color:#a1aaa5;font:12px/1.65 DM Mono}.chip-row span{color:#a8b4ae;border-color:#4a5450}.experience{background:#24272b;border-top:1px solid #303537;border-bottom:1px solid #303537;max-width:none;padding-left:max(28px,50% - 542px);padding-right:max(28px,50% - 542px)}.experience .section-title h2{color:#eef1eb}.jobs,.job{border-color:#414846}.job-no,.job-arrow{color:var(--lime)}.job-date{color:#7d8983}.job h3{letter-spacing:-.07em;font-family:DM Mono;font-size:20px}.job h3 em{color:var(--lime)}.job p{color:#a4ada8;font:12px/1.7 DM Mono}.manifesto{color:#dce2dc;background:#1c2022;border-left:1px solid #2f3734;border-right:1px solid #2f3734;max-width:1140px;margin:auto;padding:90px 20%}.manifesto-mark{color:var(--lime)}.manifesto p{color:#e9ece7;font:italic 29px/1.35 Georgia}.manifesto span{color:#7d8a84}.about{background:#1b1e20}.about-lede{color:#9ba59f;font:15px/1.7 DM Mono}.skill-cloud span{color:#c4ccc4;border-color:#3d4642}.skill-cloud span:nth-child(3n){color:var(--lime);background:#77f2b124}.skill-cloud span:nth-child(4n){color:#dce2dc;background:#2c3335}.edu{border-color:#3c4440}.edu small{color:var(--lime)}.edu strong{color:#eef1eb;font-family:DM Mono}.edu span{color:#818c87}.final{color:#19201d;background:#77f2b1;max-width:1140px;min-height:430px;margin:auto;padding:100px 25px}.final-code{color:#48785f}.final h2{letter-spacing:-.09em;font-family:DM Mono;font-size:78px}.final h2 i{color:#e55d4e}.big-contact{color:#18211e;border-color:#18211e;font-size:11px}.big-contact span{color:#e55d4e}.final-orbit{border-color:#4c9d77}footer{color:#77827d;background:#191b1d;max-width:1140px;margin:auto;padding:0 28px}footer a{color:var(--lime)}.footer-credit,.footer-socials{align-items:center;gap:14px;display:flex}.footer-box{box-sizing:border-box;background:#24292a;border:1px solid #3f5149;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1084px;padding:18px 22px;display:flex;position:relative;box-shadow:6px 6px #77f2b11a}.footer-box:before{content:"";background:var(--coral);width:48px;height:2px;position:absolute;top:-1px;left:22px}.footer-credit strong{color:#e9ece7;font-weight:500}.footer-credit a{color:#8e9b94}.footer-socials{gap:20px}@media (width<=780px){.topbar{align-items:flex-start;height:auto;min-height:82px;padding:18px 20px}.crumb{max-width:calc(100% - 72px);line-height:1.45}.hero{margin-top:20px;padding:0 20px 20px}.hero-copy{min-height:550px;padding:45px 28px}.hero h1{margin-top:70px;font-size:54px}.portrait-wrap{min-height:400px}.stats{grid-template-columns:1fr 1fr;margin:0 20px}.stats div{padding:18px 15px}.stats span{font-size:26px}.stats small{font-size:8px}.section{padding:80px 20px}.section-title h2{font-size:39px}.project-grid{display:block}.project{margin-bottom:14px}.project-1{min-height:480px}.experience{padding-left:20px;padding-right:20px}.manifesto{padding:70px 30px}.manifesto p{font-size:25px}.final{margin:0 20px}.final h2{font-size:53px}footer{box-sizing:border-box;flex-direction:column;align-items:flex-start;width:100%}.footer-box{flex-direction:column;align-items:center;gap:18px;padding:20px 14px;box-shadow:4px 4px #77f2b11a}.footer-credit{text-align:center;flex-flow:column wrap;align-items:center;gap:6px;width:100%}.footer-socials{justify-content:center;align-items:center;gap:8px;width:100%}.footer-credit span{letter-spacing:.08em;font-size:8px}.footer-credit strong{font-size:13px}.footer-credit a{overflow-wrap:anywhere;font-size:9px}.footer-socials a{border:1px solid #3e4a45;padding:8px 9px;font-size:8px}}footer{padding-bottom:130px}@media (width<=780px){footer{padding-bottom:150px}}.social-orbit{grid-template-columns:.88fr 1.12fr;align-items:center;gap:78px;max-width:1140px;margin:0 auto;padding:115px 28px 125px;display:grid;position:relative}.social-orbit:before{content:"CONNECT / 03";color:#68736f;letter-spacing:.12em;font:10px DM Mono;position:absolute;top:38px;right:28px}.globe-copy h2{letter-spacing:-.1em;margin:21px 0;font:500 clamp(42px,5vw,64px)/.95 DM Mono}.globe-copy h2 i{color:var(--lime);font-family:Georgia;font-weight:400}.globe-copy p{color:#8e9993;max-width:320px;font:12px/1.7 DM Mono}.globe-wrap{width:270px;height:220px;margin:52px 0 0 40px;position:relative}.globe{background:radial-gradient(circle at 32% 28%,#68d9b0 0 4%,#2a645d 15%,#173c3e 55%,#102628 100%);border-radius:50%;width:170px;height:170px;animation:5s ease-in-out infinite globeFloat;position:absolute;top:18px;left:45px;overflow:hidden;box-shadow:inset -23px -16px 30px #0000008c,0 0 0 1px #538f7f,0 0 50px #77f2b124}.globe:before{content:"";border:1px solid #a1ffd366;border-radius:50%;position:absolute;inset:13px -35px;transform:rotate(26deg)}.globe-grid{background:repeating-linear-gradient(0deg,#0000 0 27px,#9df6cd36 28px 29px),repeating-linear-gradient(90deg,#0000 0 27px,#9df6cd2b 28px 29px);border-radius:50%;position:absolute;inset:0;transform:skewY(-5deg)scaleX(.8)}.globe-pin{color:var(--coral);font-size:20px;animation:2.2s infinite pinPulse;position:absolute;top:48px;right:42px}.globe-ring{border:1px solid #77f2b18c;border-radius:50%;width:260px;height:54px;animation:8s linear infinite orbit;position:absolute;top:74px;left:0;transform:rotate(-18deg)}.ring-2{border-color:#ff7e704d;width:205px;height:205px;animation:14s linear infinite spinSlow;top:0;left:27px}.social-console{background:#24282b;border:1px solid #39413f;padding:16px;transition:transform .4s;transform:rotate(-1.5deg);box-shadow:20px 25px #0000002e}.social-console:hover{transform:rotate(0)translateY(-5px)}.console-head{color:#78857e;justify-content:space-between;padding:3px 2px 13px;font:9px DM Mono;display:flex}.console-head span:last-child{color:var(--lime)}.console-head i{background:var(--lime);width:6px;height:6px;box-shadow:0 0 8px var(--lime);border-radius:50%;margin-right:6px;display:inline-block}.screen{background:#0b1012;border:1px solid #40494a;height:310px;display:block;position:relative;overflow:hidden}.screen img{object-fit:cover;object-position:top left;width:100%;height:100%;animation:.6s screenIn;display:block}.console-bottom{justify-content:space-between;align-items:end;padding:17px 2px 3px;display:flex}.console-bottom small,.console-bottom span{color:#76837d;font:9px DM Mono;display:block}.console-bottom strong{margin:4px 0;font:18px DM Mono;display:block}.social-controls{gap:6px;display:flex}.social-controls button{color:#7d8982;cursor:pointer;background:0 0;border:1px solid #4a5450;min-width:30px;height:30px;font:10px DM Mono}.social-controls button:hover,.social-controls button.active{border-color:var(--lime);color:var(--lime);background:#77f2b114}@keyframes globeFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-9px)rotate(4deg)}}@keyframes orbit{to{transform:rotate(342deg)}}@keyframes spinSlow{to{transform:rotate(360deg)}}@keyframes pinPulse{50%{text-shadow:0 0 15px var(--coral);transform:scale(1.35)}}@keyframes screenIn{0%{opacity:0;filter:blur(5px);transform:scale(1.04)translate(12px)}to{opacity:1;filter:none;transform:none}}@media (width<=780px){.social-orbit{padding:95px 20px 85px;display:block}.social-orbit:before{top:28px;right:20px}.globe-wrap{margin:48px auto 60px}.social-console{transform:none}.screen{height:240px}.console-bottom{align-items:center}.console-bottom strong{font-size:16px}}.social-orbit{grid-template-columns:.72fr 1.28fr;gap:30px;min-height:640px}.orbit-copy{align-self:start;padding-top:35px}.orbit-copy h2{letter-spacing:-.1em;margin:21px 0;font:500 clamp(42px,5vw,64px)/.95 DM Mono}.orbit-copy h2 i{color:var(--lime);font-family:Georgia;font-weight:400}.orbit-copy p{color:#8e9993;max-width:320px;font:12px/1.7 DM Mono}.orbit-status{letter-spacing:.06em;color:#8b9791;margin-top:40px;font:9px DM Mono}.orbit-status i{background:var(--lime);width:7px;height:7px;box-shadow:0 0 10px var(--lime);border-radius:50%;margin-right:8px;display:inline-block}.orbit-status span{color:#596762;margin:10px 0 0 16px;display:block}.globe-stage{justify-content:center;align-items:center;height:560px;display:flex;position:relative}.globe-large{z-index:2;width:320px;height:320px;position:relative!important;top:auto!important;left:auto!important}.globe-large .globe-grid{background:repeating-linear-gradient(0deg,#0000 0 43px,#9df6cd33 44px 45px),repeating-linear-gradient(90deg,#0000 0 43px,#9df6cd29 44px 45px)}.globe-label{text-align:center;color:#d9f8e7;letter-spacing:.14em;text-shadow:0 0 15px #77f2b199;font:500 15px DM Mono;position:absolute;top:54%;left:50%;transform:translate(-50%,-50%)}.globe-label small{color:#75b496;letter-spacing:.1em;font-size:8px}.globe-stage .globe-ring{width:510px;height:110px;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-18deg)}.globe-stage .ring-2{width:420px;height:420px;animation:14s linear infinite spinSlow;top:70px;left:50%;transform:translate(-50%)}.orbit-profile{z-index:3;border:1px solid var(--profile-color);width:260px;height:76px;box-shadow:0 0 22px color-mix(in srgb, var(--profile-color) 16%, transparent), 12px 14px 0 #0003;background:#292e30;align-items:center;gap:12px;padding:9px;animation:4.5s cubic-bezier(.55,.08,.33,.99) both profileOrbit;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translate(235px)rotate(-7deg)}.orbit-profile img{object-fit:cover;object-position:top;filter:grayscale(.3);border:1px solid #4b5752;border-radius:4px;width:54px;height:54px}.orbit-profile div{flex-direction:column;gap:5px;min-width:0;display:flex}.orbit-profile strong{color:var(--profile-color);font:15px DM Mono}.orbit-profile span{color:#96a19c;white-space:nowrap;text-overflow:ellipsis;font:9px DM Mono;overflow:hidden}.orbit-profile b{color:var(--profile-color);margin-left:auto;font-size:20px}.orbit-profile:hover{background:#303638}.orbit-dots{z-index:4;gap:9px;display:flex;position:absolute;bottom:13px;left:50%;transform:translate(-50%)}.orbit-dots button{cursor:pointer;background:0 0;border:1px solid #71817a;border-radius:50%;width:7px;height:7px;padding:0}.orbit-dots button.active{background:var(--lime);border-color:var(--lime);box-shadow:0 0 9px var(--lime)}@keyframes profileOrbit{0%{opacity:0;transform:translate(-50%,-50%)translate(10px)rotate(15deg)scale(.65)}15%{opacity:1}70%{opacity:1}to{opacity:1;transform:translate(-50%,-50%)translate(235px)rotate(-7deg)scale(1)}}@media (width<=780px){.social-orbit{min-height:0}.orbit-copy{padding-top:0}.globe-stage{height:510px;margin-top:25px}.globe-large{width:250px;height:250px}.globe-stage .globe-ring{width:400px;height:88px}.globe-stage .ring-2{width:335px;height:335px;top:87px}.orbit-profile{width:230px;transform:translate(-50%,-50%)translate(120px)rotate(-7deg)}@keyframes profileOrbit{0%{opacity:0;transform:translate(-50%,-50%)translate(0)rotate(15deg)scale(.65)}15%,to{opacity:1;transform:translate(-50%,-50%)translate(120px)rotate(-7deg)scale(1)}}}.social-orbit{max-width:1140px;min-height:0;padding:85px 28px 110px;display:block}.scene-label{align-items:baseline;gap:27px;margin-bottom:30px;display:flex}.scene-label strong{letter-spacing:.08em;color:#e8ede7;font:500 18px DM Mono}.scene-label small{color:#68746e;margin-left:auto;font:10px DM Mono}.desk-scene{background:radial-gradient(at 50% 36%,#5d8b7b1f,#0000 45%),#202427;border:1px solid #363f3d;height:550px;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000038}.desk-scene:before{content:"";pointer-events:none;border:1px solid #77f2b11a;position:absolute;inset:20px}.monitor{z-index:2;background:#111718;border:10px solid #30383a;border-radius:13px 13px 7px 7px;width:min(760px,72%);height:450px;position:absolute;top:35px;left:50%;transform:translate(-45%);box-shadow:0 22px #121718,0 30px 50px #00000073}.monitor-top{color:#74847c;letter-spacing:.08em;justify-content:space-between;align-items:center;height:30px;padding:0 10px;font:8px DM Mono;display:flex}.monitor-top span:last-child{color:var(--lime)}.monitor-top i{background:var(--lime);width:5px;height:5px;box-shadow:0 0 7px var(--lime);border-radius:50%;margin-right:5px;display:inline-block}.screen{background:#070b0c;border:1px solid #43514b;height:370px;margin:0 8px;display:block;position:relative;overflow:hidden}.screen img{object-fit:cover;object-position:top left;filter:brightness(.9);width:100%;height:100%;animation:.6s screenIn;display:block}.screen-glare{pointer-events:none;background:linear-gradient(115deg,#ffffff1a,#0000 22% 70%,#77f2b114);position:absolute;inset:0}.screen-cursor{border:1px solid var(--lime);color:var(--lime);background:#17241fcc;padding:7px;font:17px DM Mono;position:absolute;bottom:18px;right:20px}.monitor-base{clip-path:polygon(38% 0,62% 0,82% 100%,18% 100%);background:#30383a;width:110px;height:75px;position:absolute;bottom:-78px;left:50%;transform:translate(-50%)}.monitor-base:after{content:"";background:#30383a;border-radius:8px;width:240px;height:9px;position:absolute;bottom:0;left:-65px}.operator{z-index:3;width:280px;height:360px;animation:4s ease-in-out infinite operatorBob;position:absolute;bottom:-5px;right:3%}.operator-glow{filter:blur(28px);background:#77f2b121;border-radius:50%;width:260px;height:260px;position:absolute;top:25px;left:0}.operator-head{z-index:2;background:#283432;border:1px solid #4b6760;border-radius:48% 48% 45% 45%;width:150px;height:190px;position:absolute;top:0;left:62px;overflow:hidden;transform:rotate(4deg)}.operator-head img{object-fit:cover;object-position:center top;filter:grayscale()contrast(1.2)brightness(.68);mix-blend-mode:screen;width:100%;height:100%}.operator-hair{z-index:2;filter:blur(4px);background:#131b1a;border-radius:55% 45% 25% 25%;width:138px;height:61px;position:absolute;top:-10px;left:3px}.operator-body{background:linear-gradient(125deg,#1a2625,#34554a);border:1px solid #45665b;border-radius:45% 45% 0 0;width:250px;height:185px;position:absolute;bottom:0;left:15px}.typing-hand{z-index:4;background:#d18467;border-radius:50%;width:112px;height:24px;animation:.55s ease-in-out infinite alternate type;position:absolute;bottom:38px;box-shadow:0 4px #925b4d}.hand-left{left:35px;transform:rotate(-9deg)}.hand-right{animation-delay:.2s;right:18px;transform:rotate(9deg)}.desk-line{z-index:4;background:#101716;border-top:1px solid #4a6257;height:11px;position:absolute;bottom:31px;left:0;right:0;box-shadow:0 9px #101716}.console-card{z-index:5;background:#1b2121e6;border:1px solid #4b5d55;width:175px;padding:15px;position:absolute;bottom:54px;left:28px;box-shadow:8px 8px #00000029}.console-card small,.console-card span{color:#7c8c84;font:8px DM Mono;display:block}.console-card strong{margin:7px 0 3px;font:17px DM Mono;display:block}.social-controls{gap:5px;margin-top:14px;display:flex}.social-controls button{color:#84928b;cursor:pointer;background:0 0;border:1px solid #48554f;min-width:25px;height:25px;padding:0;font:8px DM Mono}.social-controls button.active{border-color:var(--lime);color:var(--lime);background:#77f2b11a}@keyframes operatorBob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes type{to{transform:translateY(4px)rotate(-9deg)}}@media (width<=780px){.social-orbit{padding:70px 20px 80px}.scene-label{margin-bottom:22px;display:block}.scene-label strong{margin-top:14px;display:block}.scene-label small{margin-top:8px;display:block}.desk-scene{height:510px}.monitor{border-width:6px;width:92%;height:300px;top:34px;left:4%;transform:none}.screen{height:246px;margin:0 5px}.monitor-top{padding:0 5px;font-size:6px}.operator{transform-origin:100% 100%;bottom:-2px;right:-9%;transform:scale(.63)}.console-card{transform-origin:0 100%;bottom:36px;left:13px;transform:scale(.82)}.desk-line{bottom:27px}}.operator-head{background:linear-gradient(145deg,#536963,#172321 65%);border:2px solid #6b9a87;border-radius:30px 30px 24px 24px;overflow:visible;transform:rotate(4deg);box-shadow:inset 0 0 0 6px #253b34,0 0 24px #77f2b12e}.robot-antenna{background:#6b9a87;width:3px;height:31px;position:absolute;top:-31px;left:73px}.robot-antenna:before{content:"";background:var(--lime);width:10px;height:10px;box-shadow:0 0 14px var(--lime);border-radius:50%;animation:1.8s infinite antennaBlink;position:absolute;top:-7px;left:-4px}.robot-brow{z-index:2;background:#8ab29e;border-radius:4px;width:38px;height:5px;position:absolute;top:74px}.robot-eye{z-index:3;background:var(--lime);border-radius:50%;width:28px;height:16px;animation:4.5s ease-in-out infinite robotLook;position:absolute;top:91px;box-shadow:0 0 16px #77f2b1e6}.eye-left{left:29px}.eye-right{right:29px}.robot-eye:after{content:"";background:#12302a;border-radius:50%;width:7px;height:12px;position:absolute;top:2px;left:10px}.robot-mouth{width:30px;height:22px;color:var(--coral);text-align:center;border:2px solid #6c9e89;border-radius:6px;font:17px/18px DM Mono;animation:4.5s ease-in-out infinite mouthWonder;position:absolute;bottom:35px;left:50%;transform:translate(-50%)}.operator-head:after{content:"";background:#243b34;border:1px solid #6b9a87;border-radius:8px;height:8px;position:absolute;bottom:15px;left:-11px;right:-11px}.operator-body{background:linear-gradient(125deg,#172624,#3d7060);border-color:#568b74}.typing-hand{background:#79b59a;box-shadow:0 4px #426b59}.operator-glow{background:#77f2b129}@keyframes robotLook{0%,15%{transform:translate(0)}28%,48%{transform:translate(5px)}60%,to{transform:translate(0)}}@keyframes mouthWonder{0%,35%,to{transform:translate(-50%)scaleY(1)}48%,63%{transform:translate(-50%)scaleY(1.3)}}@keyframes antennaBlink{50%{opacity:.35;transform:scale(.7)}}.robot-brow{background:var(--lime)}.robot-mouth{border:0;border-bottom:3px solid var(--coral);border-radius:0 0 50% 50%;width:34px;height:17px;font-size:0;animation:2.8s ease-in-out infinite happySmile;bottom:34px}.typing-hand{background:linear-gradient(#9ae8bf,#4c9275);border-radius:12px 4px 4px 12px;width:86px;height:17px;bottom:45px;box-shadow:0 4px #315d4d}.typing-hand:before{content:"";transform-origin:100%;background:#9ae8bf;border-radius:8px 2px 2px 8px;width:42px;height:8px;position:absolute;top:4px;left:-31px;transform:rotate(-7deg);box-shadow:0 2px #315d4d}.typing-hand:after{content:"";border-top:3px solid #9ae8bf;border-left:3px solid #9ae8bf;border-radius:4px;width:13px;height:13px;position:absolute;top:0;left:-40px;transform:rotate(-42deg)}.hand-left{animation:.8s ease-in-out infinite alternate pointLeft;left:22px;transform:rotate(-7deg)}.hand-right{animation:.8s ease-in-out .2s infinite alternate pointRight;right:3px;transform:rotate(9deg)}.screen-cursor{letter-spacing:.08em;font-size:11px;animation:1.4s infinite cursorBlink}@keyframes happySmile{0%,to{transform:translate(-50%)scaleX(1)}50%{transform:translate(-50%)scaleX(1.12)}}@keyframes pointLeft{to{transform:rotate(-11deg)translate(-5px,-2px)}}@keyframes pointRight{to{transform:rotate(5deg)translate(-5px,-2px)}}@keyframes cursorBlink{50%{opacity:.45}}.robot-brow{border-top:4px solid var(--lime);background:0 0;border-radius:50%;width:35px;height:13px;top:69px;transform:none}.brow-left{left:24px;transform:rotate(16deg)}.brow-right{right:24px;transform:rotate(-16deg)}.robot-eye{border-radius:50%;width:31px;height:22px;animation:2.4s ease-in-out infinite excitedEyes;top:88px;box-shadow:0 0 20px #77f2b1f2}.robot-eye:after{background:#0d2721;width:8px;height:15px;top:3px;left:11px}.robot-mouth{background:var(--coral);border:0;border-radius:6px 6px 18px 18px;width:39px;height:25px;animation:1.7s ease-in-out infinite excitedMouth;bottom:27px;box-shadow:inset 0 6px #fff0d2eb,0 0 12px #ff7e7059}.robot-mouth:after{content:"";background:#b94745;border-radius:5px;height:5px;position:absolute;bottom:4px;left:8px;right:8px}.typing-hand{height:16px;bottom:143px}.hand-left{left:22px}.hand-right{right:3px}.typing-hand:before{height:9px;top:3px}.tap-bubble{z-index:5;background:var(--lime);color:#17241f;letter-spacing:.06em;border-radius:8px;min-width:150px;padding:11px 14px;font:600 10px DM Mono;animation:2.5s ease-in-out infinite bubbleFloat;position:absolute;top:75px;right:-105px;box-shadow:6px 6px #00000038}.tap-bubble:before{content:"";border-style:solid;border-width:8px 12px 8px 0;border-color:transparent var(--lime) transparent transparent;position:absolute;bottom:13px;left:-12px}.tap-bubble span{color:#4b785f;margin-top:5px;font-size:8px;display:block}.tap-bubble:after{content:"";background:var(--coral);width:9px;height:9px;box-shadow:-16px 12px 0 -2px var(--coral);border-radius:50%;position:absolute;top:-7px;right:13px}@keyframes excitedEyes{0%,to{transform:scale(1)}50%{transform:scale(1.13)translateY(-2px)}}@keyframes excitedMouth{0%,to{transform:translate(-50%)scale(1)}50%{transform:translate(-50%)scale(1.14,1.22)}}@keyframes bubbleFloat{0%,to{transform:translateY(0)rotate(2deg)}50%{transform:translateY(-8px)rotate(-2deg)}}.strengths div{align-items:flex-start;display:block}.strengths span{letter-spacing:-.08em;color:var(--lime);margin-bottom:13px;font-size:21px;display:block}.strengths small{color:#8b9791;max-width:205px;font-size:10px;line-height:1.55;display:block}.collab{color:#eaf0e9;background:#2b3030;border-top:1px solid #3c4641;border-bottom:1px solid #3c4641;max-width:1140px;margin:0 auto;padding:105px 28px;position:relative;overflow:hidden}.collab:after{content:"✦";color:#77f2b10d;font-size:220px;animation:18s linear infinite spinSlow;position:absolute;top:20%;right:10%}.collab-top{color:#7e8b84;letter-spacing:.1em;justify-content:space-between;font:10px DM Mono;display:flex}.collab-top .hero-index{color:var(--lime)}.collab-grid{grid-template-columns:1.1fr .9fr;align-items:end;gap:90px;margin-top:36px;display:grid}.collab h2{letter-spacing:-.1em;margin:0;font:500 clamp(50px,6vw,82px)/.9 DM Mono}.collab h2 i{color:var(--lime);font-family:Georgia;font-weight:400}.collab p{color:#a2ada6;max-width:500px;margin:24px 0 0;font:14px/1.65 DM Mono}.collab-actions{z-index:1;flex-direction:column;align-items:flex-start;gap:14px;display:flex;position:relative}.collab-button{width:100%;max-width:340px;color:var(--lime);letter-spacing:.05em;border:1px solid #60736a;justify-content:space-between;align-items:center;padding:16px 18px;font:11px DM Mono;transition:all .3s;display:flex}.collab-button b{font-size:18px}.collab-button:hover{background:var(--lime);color:#1a2520;border-color:var(--lime);transform:translate(6px)}.primary-collab{background:var(--lime);color:#1a2520;border-color:var(--lime)}.primary-collab:hover{color:#1a2520;background:#fff;border-color:#fff}.collab-actions small{color:#71807a;max-width:320px;margin-top:3px;font:9px/1.5 DM Mono}@media (width<=780px){.collab{padding:75px 20px}.collab-top{font-size:8px}.collab-grid{margin-top:35px;display:block}.collab p{font-size:12px}.collab-actions{margin-top:42px}.collab-button{max-width:none}.collab:after{font-size:150px;top:28%;right:-5%}}.chat-widget{z-index:20;font-family:DM Mono,monospace;position:fixed;bottom:28px;right:28px}.chat-launcher{border:1px solid var(--lime);background:var(--lime);color:#19231f;letter-spacing:.08em;cursor:pointer;border-radius:999px;align-items:center;gap:10px;padding:12px 16px;font:600 10px DM Mono;transition:all .3s;display:flex;box-shadow:0 12px 30px #00000040}.chat-launcher:hover{transform:translateY(-4px);box-shadow:0 16px 35px #77f2b140}.chat-launcher:first-letter{font-size:18px}.chat-panel{background:#24292a;border:1px solid #53645b;flex-direction:column;width:350px;height:475px;animation:.25s chatIn;display:flex;position:absolute;bottom:57px;right:0;box-shadow:0 20px 60px #00000073}.chat-panel-head{color:var(--lime);border-bottom:1px solid #3d4843;justify-content:space-between;align-items:center;padding:16px;font-size:9px;display:flex}.chat-panel-head small{color:#7f8c85;font-size:8px}.chat-live{background:var(--lime);width:6px;height:6px;box-shadow:0 0 8px var(--lime);border-radius:50%;margin-right:7px;display:inline-block}.chat-messages{flex-direction:column;flex:1;gap:11px;padding:18px 14px;display:flex;overflow-y:auto}.chat-message{white-space:pre-wrap;max-width:90%;padding:11px 12px;font:11px/1.55 DM Mono}.chat-message.bot{color:#dce8de;border-left:2px solid var(--lime);background:#303837;align-self:flex-start}.chat-message.user{background:var(--lime);color:#19251f;align-self:flex-end}.chat-message.typing{gap:4px;padding:15px;display:flex}.typing i{background:var(--lime);border-radius:50%;width:5px;height:5px;animation:1s infinite typingDot}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}.chat-form{border-top:1px solid #3d4843;gap:8px;padding:12px;display:flex}.chat-form input{color:#edf4ec;background:#1b2021;border:1px solid #46524d;outline:none;width:100%;padding:12px;font:10px DM Mono}.chat-form input:focus{border-color:var(--lime)}.chat-word-count{color:#75847b;text-align:center;align-self:center;min-width:28px;font-size:8px}.chat-form button{background:var(--coral);color:#1b2021;cursor:pointer;border:0;width:43px;font-size:19px}.chat-form button:disabled{opacity:.5}@keyframes chatIn{0%{opacity:0;transform:translateY(15px)scale(.97)}to{opacity:1;transform:none}}@keyframes typingDot{50%{opacity:.25;transform:translateY(-3px)}}@media (width<=780px){.chat-widget{bottom:15px;right:15px}.chat-panel{width:min(350px,100vw - 30px);height:440px;right:-2px}.chat-launcher{padding:11px 14px}}.chat-launcher{justify-content:center;gap:13px;min-width:170px;min-height:56px;padding:14px 20px;font-size:11px}.launcher-waving-bot{filter:drop-shadow(0 3px 3px #0003);font-size:28px;line-height:1;animation:2.2s ease-in-out infinite launcherBotBob;display:inline-block;position:relative}.launcher-waving-bot b{transform-origin:70% 90%;font-size:20px;font-weight:400;animation:.8s ease-in-out infinite alternate waveHello;position:absolute;top:-13px;right:-17px}.launcher-close{font-size:28px;line-height:1}.chat-panel-head{align-items:flex-start}.chat-panel-head small{text-align:right;color:#91a39a;max-width:175px;font-size:7px;line-height:1.35}.chat-panel-head small:before{content:"SUGGESTED: ";color:var(--lime)}@keyframes launcherBotBob{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-4px)rotate(2deg)}}@keyframes waveHello{0%{transform:rotate(-22deg)}to{transform:rotate(20deg)}}@media (width<=780px){.chat-launcher{min-width:160px;min-height:52px}.chat-panel{height:min(440px,100dvh - 96px);max-height:calc(100dvh - 96px)}.chat-messages{min-height:0}.chat-form input{-webkit-text-size-adjust:100%;font-size:16px}}.walking-bot-layer{z-index:18;pointer-events:auto;-webkit-user-select:none;user-select:none;cursor:pointer;width:min(240px,24vw);height:auto;animation:10s linear infinite walkAcrossViewport;position:fixed;bottom:0;left:0;transform:translate(0)}.walking-bot-image{pointer-events:auto;object-fit:contain;mix-blend-mode:screen;width:100%;height:auto;display:block}.walking-bot-layer:focus-visible{outline:2px solid var(--lime);outline-offset:4px}.walking-bot-layer:after{content:"";filter:blur(7px);pointer-events:none;background:#77f2b133;border-radius:50%;height:8px;position:absolute;bottom:1px;left:15%;right:15%}@keyframes walkAcrossViewport{0%{left:0;transform:translate(0)}to{left:100%;transform:translate(-100%)}}@media (width<=780px){.walking-bot-layer{width:min(128px,30vw);bottom:0}}.launcher-robot-image{object-fit:contain;filter:drop-shadow(0 3px 3px #00000038);width:44px;height:44px;animation:2.4s ease-in-out infinite launcherRobotWave}.chat-bot-image{object-fit:contain;filter:drop-shadow(0 7px 8px #00000047);width:118px;height:100px;animation:2.8s ease-in-out infinite botIdle}.chat-bot.thinking .chat-bot-image{animation:.7s ease-in-out infinite alternate botThinking}.chat-bot.answering .chat-bot-image{animation:.35s ease-in-out infinite alternate botAnswerImage}.chat-bot.sad .chat-bot-image{filter:grayscale(.2)saturate(.6)drop-shadow(0 7px 8px #00000047)}.chat-bot .bot-state{bottom:6px}@keyframes launcherRobotWave{0%,to{transform:rotate(-3deg)translateY(0)}50%{transform:rotate(4deg)translateY(-4px)}}@keyframes botIdle{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-4px)rotate(1deg)}}@keyframes botThinking{to{transform:translateY(-5px)rotate(5deg)}}@keyframes botAnswerImage{to{transform:translateY(-4px)scale(1.06)}}.chat-launcher-stack{flex-direction:column;align-items:center;gap:0;display:flex}.chat-launcher-stack .launcher-robot-image{object-fit:contain;cursor:pointer;filter:drop-shadow(0 8px 8px #00000057);z-index:1;width:96px;height:106px;margin-bottom:-9px;animation:2.4s ease-in-out infinite launcherRobotWave;position:relative}.chat-launcher-stack .launcher-robot-image:hover{transform:scale(1.08)rotate(3deg)}.chat-launcher-stack .chat-launcher{z-index:2;position:relative}.chat-launcher-stack .chat-launcher>span:first-child{font-size:18px}.social-orbit .operator{display:none}.desk-scene:after{content:"";z-index:2;filter:drop-shadow(0 8px 9px #00000059);pointer-events:none;background:url(/assets/chatbot-wave.gif) 50%/contain no-repeat;width:155px;height:190px;animation:2.4s ease-in-out infinite sceneWaveBot;position:absolute;bottom:176px;left:22px}@keyframes sceneWaveBot{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-8px)rotate(2deg)}}@media (width<=780px){.desk-scene:after{width:105px;height:135px;bottom:142px;left:9px}}.chat-bot{background:radial-gradient(circle at 50% 55%,#77f2b124,#0000 55%);justify-content:center;align-items:center;height:116px;transition:all .3s;display:flex;position:relative;overflow:hidden}.bot-face{background:linear-gradient(145deg,#9185e8,#393069);border:2px solid #8d79e8;border-radius:25px 25px 21px 21px;justify-content:center;align-items:center;gap:15px;width:82px;height:64px;display:flex;position:relative;box-shadow:inset 0 -8px #12183133,0 8px 20px #725fdd33}.bot-face:before,.bot-face:after{content:"";background:#8d79e8;border-radius:8px;width:8px;height:23px;position:absolute;top:19px}.bot-face:before{left:-12px}.bot-face:after{right:-12px}.bot-eye{background:#e6dfff;border-radius:50%;width:9px;height:14px;animation:4s infinite botBlink}.bot-mouth{border-bottom:3px solid #e6dfff;border-radius:0 0 50% 50%;width:20px;height:9px;position:absolute;bottom:12px}.bot-antenna{background:#8d79e8;width:3px;height:18px;position:absolute;top:9px}.bot-antenna:after{content:"";background:var(--lime);width:11px;height:11px;box-shadow:0 0 12px var(--lime);border-radius:50%;position:absolute;top:-8px;left:-5px}.bot-ears{border-top:2px solid #8d79e8a6;border-radius:50%;width:112px;height:24px;position:absolute;top:27px}.bot-state{color:#91a49a;letter-spacing:.08em;font:8px DM Mono;position:absolute;bottom:7px}.chat-bot.thinking .bot-face{animation:.7s ease-in-out infinite alternate botThink}.chat-bot.thinking .bot-mouth{background:#e6dfff;border:0;width:13px;height:2px;bottom:17px}.chat-bot.thinking .bot-eye{height:8px;margin-top:4px}.chat-bot.answering .bot-face{animation:.35s ease-in-out infinite alternate botAnswer}.chat-bot.answering .bot-mouth{background:#f39eb6;border:0;border-radius:5px 5px 14px 14px;width:25px;height:15px}.chat-bot.sad .bot-mouth{bottom:9px;transform:rotate(180deg)}.chat-bot.sad .bot-face{filter:saturate(.65)}@keyframes botBlink{0%,43%,47%,to{transform:scaleY(1)}45%{transform:scaleY(.15)}}@keyframes botThink{to{transform:translateY(-4px)rotate(3deg)}}@keyframes botAnswer{to{transform:translateY(-3px)scale(1.04)}}.operator-arrived{animation:3.6s cubic-bezier(.22,.75,.24,1) forwards robotEntrance}.operator-arrived.operator-roaming{animation:5s linear infinite robotRoam}.operator-arrived .tap-bubble{opacity:1;animation:2.5s ease-in-out infinite bubbleFloat}@keyframes robotRoam{0%,to{transform:translate(0)rotate(0)}14%{transform:translate(-235px,-38px)rotate(-5deg)}28%{transform:translate(-440px,62px)rotate(6deg)}43%{transform:translate(-315px,145px)rotate(-4deg)}58%{transform:translate(-82px,112px)rotate(5deg)}72%{transform:translate(-405px,8px)rotate(-6deg)}86%{transform:translate(-175px,-72px)rotate(4deg)}}.operator{opacity:0;animation:none;transform:translate(-520px)rotate(-14deg)}.operator-arrived{opacity:1;animation:3.6s cubic-bezier(.22,.75,.24,1) forwards robotEntrance,4s ease-in-out 3.6s infinite operatorBob}.tap-bubble{opacity:0}.operator-arrived .tap-bubble{animation:2.5s ease-in-out 3.15s infinite bubbleFloat,.45s 3.15s forwards bubbleAppear}@keyframes robotEntrance{0%{transform:translate(-520px)translateY(25px)rotate(-14deg)scale(.82)}18%{transform:translate(-430px)translateY(0)rotate(-5deg)scale(.88)}32%{transform:translate(-305px)translateY(-90px)rotate(6deg)scale(.96)}45%{transform:translate(-185px)translateY(4px)rotate(-4deg)scale(1)}58%{transform:translate(-82px)translateY(-62px)rotate(5deg)scale(1.03)}72%{transform:translate(30px)translateY(5px)rotate(-3deg)scale(1)}86%{transform:translate(-12px)translateY(-12px)rotate(2deg)scale(1.01)}to{transform:translate(0)translateY(0)rotate(0)scale(1)}}@keyframes bubbleAppear{to{opacity:1}}@media (width<=780px){.operator{transform:translate(-300px)rotate(-12deg)}.operator-arrived{animation:3.2s cubic-bezier(.22,.75,.24,1) forwards robotEntranceMobile}.operator-arrived.operator-roaming{animation:5s linear infinite robotRoamMobile}.operator-arrived .tap-bubble{animation:2.5s ease-in-out infinite bubbleFloat}@keyframes robotEntranceMobile{0%{transform:translate(-300px)translateY(20px)rotate(-12deg)scale(.63)}20%{transform:translate(-245px)translateY(0)rotate(-5deg)scale(.63)}38%{transform:translate(-150px)translateY(-75px)rotate(7deg)scale(.68)}55%{transform:translate(-55px)translateY(3px)rotate(-4deg)scale(.63)}70%{transform:translate(28px)translateY(-48px)rotate(5deg)scale(.66)}85%{transform:translate(-10px)translateY(-7px)rotate(-2deg)scale(.63)}to{transform:translate(0)translateY(0)rotate(0)scale(.63)}}@keyframes robotRoamMobile{0%,to{transform:translate(0)scale(.63)rotate(0)}14%{transform:translate(-110px,-28px)scale(.63)rotate(-5deg)}28%{transform:translate(-205px,35px)scale(.63)rotate(6deg)}43%{transform:translate(-145px,95px)scale(.63)rotate(-4deg)}58%{transform:translate(-35px,70px)scale(.63)rotate(5deg)}72%{transform:translate(-190px,4px)scale(.63)rotate(-6deg)}86%{transform:translate(-82px,-48px)scale(.63)rotate(4deg)}}.typing-hand{bottom:117px}.tap-bubble{transform-origin:0 100%;top:62px;right:-112px;transform:scale(.85)}.tap-bubble:before{left:-11px}.hero{flex-direction:column;gap:14px;min-height:0;display:flex}.hero-copy{min-height:0;padding:45px 28px 50px}.hero h1{margin:58px 0 26px;font-size:clamp(48px,15vw,68px)}.hero-desc{max-width:none;font-size:13px;line-height:1.7}.hero-links{gap:18px;margin-top:34px}.portrait-wrap{height:min(125vw,520px);min-height:0}.portrait-frame{height:100%;position:absolute}.portrait-frame img{object-position:center 12%}.hero-note{bottom:25px;right:26px}}
