@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;700;800&family=Nunito:wght@500;700&display=swap";:root{font-family:Nunito,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;min-width:320px;min-height:100%}h1,h2,h3,h4,.brand,.cta,.eyebrow{font-family:"Baloo 2",cursive}:root{--sky-day: #4fb8e6;--sky-sunset: #f7b89c;--sky-night: #132e52;--cloud: #f2f7fb;--ink: #15233f;--muted: #6f7f95;--panel: #f6f9fc;--surface-light: #e4ecf4;--surface-dark: #171a1f;--brand-red: #f34d61;--brand-red-dark: #d7364a;--brand-blue: #2076d5;--radius-xl: 28px;--theme-transition-duration: .42s;--theme-transition-ease: ease}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--surface-light)}::selection{background:var(--brand-red);color:#fff}::-moz-selection{background:var(--brand-red);color:#fff}*{scrollbar-width:thin;scrollbar-color:var(--brand-red) transparent}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:var(--brand-red);border-radius:999px;border:2px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background-color:var(--brand-red-dark)}.site-shell.night-mode *{scrollbar-color:#596273 transparent}.site-shell.night-mode *::-webkit-scrollbar-thumb{background-color:#596273}.site-shell.night-mode *::-webkit-scrollbar-thumb:hover{background-color:#727c8d}.site-shell{min-height:100vh;color:var(--ink);background:linear-gradient(180deg,#e9f4fb,#f9fbff);transition:background var(--theme-transition-duration) var(--theme-transition-ease),color var(--theme-transition-duration) var(--theme-transition-ease)}.top-nav{position:fixed;top:0;left:0;right:0;z-index:40;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:.45rem;padding:.8rem 1.2rem;backdrop-filter:blur(5px) saturate(110%);-webkit-backdrop-filter:blur(5px) saturate(110%);background:#35a2db24;box-shadow:0 2px 10px #1143621a;transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease}.top-nav.past-hero{background:#080a0f57;border-bottom:1px solid rgb(255 255 255 / .16);box-shadow:0 4px 24px #0000003d}.brand{display:flex;align-items:center;text-decoration:none}.brand-logo{display:block;height:34px;width:auto}.brand-logo-blip{display:none}.brand-pin,.intro-pin{width:18px;height:18px;background:var(--brand-red);border-radius:75% 75% 75% 0;transform:rotate(-45deg);display:inline-block;position:relative}.brand-pin:after,.intro-pin:after{content:"";position:absolute;width:8px;height:8px;border:2px solid #ffffff;border-radius:999px;top:4px;left:4px}.top-nav nav{width:100%;display:flex;justify-content:center;align-items:center;gap:1rem;order:3}.header-actions{display:flex;align-items:center;gap:.55rem}.menu-toggle{width:42px;height:42px;border:0;border-radius:999px;display:grid;place-content:center;gap:4px;padding:0;background:#fff3;cursor:pointer;transition:background-color .22s ease,transform .22s ease}.menu-toggle:hover{transform:translateY(-1px);background:#ffffff47}.menu-toggle:active{transform:translateY(0)}.menu-toggle span{width:18px;height:2px;border-radius:999px;background:#f6fcff;transition:transform .18s ease,opacity .18s ease}.top-nav.menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.top-nav.menu-open .menu-toggle span:nth-child(2){opacity:0}.top-nav.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.top-nav a{color:#f6fcff;text-decoration:none;font-weight:600}.top-nav nav a{white-space:nowrap}.top-nav a:hover{transition:ease-in-out;transition-duration:.22s;font-weight:800;color:var(--brand-red)}.top-nav a.active{color:var(--brand-red)}.moon-toggle{width:42px;height:42px;border:0;border-radius:999px;display:grid;place-items:center;cursor:pointer;background:#fff3;color:#fff6c9;transition:background-color .22s ease,transform .22s ease,color .22s ease}.moon-toggle:hover{transform:translateY(-1px);background:#ffffff47}.moon-toggle:active{transform:translateY(0)}.moon-toggle img{width:22px;height:22px;display:block;filter:invert(1) brightness(1.08);transition:filter .22s ease,transform .22s ease}.hero{position:relative;overflow:hidden;min-height:96vh;padding:6.4rem 1.2rem 3.5rem;display:grid;place-items:center}.hero-inner{width:min(940px,100%);text-align:center;position:relative;z-index:4}.hero-logo{width:min(72vw,520px);filter:drop-shadow(0 14px 26px rgba(116,199,224,.329)) drop-shadow(0 4px 10px rgba(97,97,97,.18))}.hero-echo-band{position:absolute;left:-6vw;right:-6vw;bottom:-1px;height:clamp(165px,24vw,285px);z-index:3;pointer-events:none;overflow:hidden}.hero-echo-svg{width:100%;height:100%;display:block}.echo-wave-fill{fill:var(--surface-light);transition:fill var(--theme-transition-duration) var(--theme-transition-ease)}.echo-wave-line{fill:none;stroke:#eef7fc;stroke-width:18;stroke-linecap:round;opacity:0;transform-box:fill-box;transform-origin:center;animation:echoSweep 7.2s cubic-bezier(.18,.82,.22,1) infinite;transition:stroke var(--theme-transition-duration) var(--theme-transition-ease)}.echo-wave-line-1{--echo-max-opacity: .8;stroke-width:16;animation-delay:0s}.echo-wave-line-2{--echo-max-opacity: .6;stroke-width:16;animation-delay:.72s}.echo-wave-line-3{--echo-max-opacity: .4;stroke-width:14;animation-delay:1.44s}.echo-wave-line-4{--echo-max-opacity: .25;stroke-width:12;animation-delay:2.16s}.hero-actions{margin-top:1.1rem;display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap}.hero-actions button{border:0;border-radius:999px;padding:.8rem 1.2rem;font-weight:700;background:var(--brand-red);color:#fff;cursor:pointer}.hero-actions .ghost{background:#ffffffd8;color:var(--brand-blue)}.sky-cycle{position:absolute;inset:0;background:linear-gradient(180deg,#35a2db,#8ad2f4)}.sky-cycle:before,.sky-cycle:after{content:"";position:absolute;inset:0;opacity:0;pointer-events:none;will-change:opacity}.sky-cycle:before{background:linear-gradient(180deg,#69addb,#9ed0ec 30%,#f3c38f 58%,#eb9a72 78%,#cf7d62)}.sky-cycle:after{background:linear-gradient(180deg,#0f315a,#2f6496)}.hero-cloud{position:absolute;width:230px;height:108px;--hero-cloud-travel: 4600px;--hero-cloud-color: #ffffff;--hero-cloud-max-opacity: .62;background-color:var(--hero-cloud-color);-webkit-mask:center / contain no-repeat url(/assets/cloud-lF3kPVjT.svg);mask:center / contain no-repeat url(/assets/cloud-lF3kPVjT.svg);filter:drop-shadow(0 10px 30px #8bcfe880);opacity:var(--hero-cloud-max-opacity);animation:heroCloudDrift linear infinite;will-change:transform,opacity;backface-visibility:hidden;contain:paint}.hero-cloud:before,.hero-cloud:after{content:none}.hero-cloud-a{top:14%;left:-40vw;width:292px;height:132px;animation-duration:92s;animation-delay:-8s}.hero-cloud-b{top:32%;left:-34vw;width:244px;height:112px;animation-duration:112s;animation-delay:-27s}.hero-cloud-c{top:50%;left:-42vw;width:168px;height:76px;animation-duration:84s;animation-delay:-16s}.hero-cloud-d{top:68%;left:-36vw;width:214px;height:96px;animation-duration:104s;animation-delay:-33s}.hero-cloud-e{top:84%;left:-39vw;width:330px;height:148px;animation-duration:108s;animation-delay:-41s}.hero-cloud-desktop{display:block}.hero-cloud-f{top:22%;left:-37vw;width:186px;height:84px;animation-duration:126s;animation-delay:-22s}.hero-cloud-g{top:58%;left:-41vw;width:276px;height:124px;animation-duration:98s;animation-delay:-48s}.hero-cloud-h{top:76%;left:-39vw;width:152px;height:70px;animation-duration:116s;animation-delay:-12s}.site-shell.sky-transition-night.night-mode .sky-cycle{animation:none}.site-shell.sky-transition-night.night-mode .sky-cycle:before{animation:sunsetBridgeToNight var(--theme-transition-duration) var(--theme-transition-ease) forwards}.site-shell.sky-transition-night.night-mode .sky-cycle:after{animation:nightFadeIn var(--theme-transition-duration) var(--theme-transition-ease) forwards}.site-shell.sky-transition-day:not(.night-mode) .sky-cycle:before{animation:sunsetBridgeToDay var(--theme-transition-duration) var(--theme-transition-ease) forwards}.site-shell.sky-transition-day:not(.night-mode) .sky-cycle:after{animation:nightFadeOut var(--theme-transition-duration) var(--theme-transition-ease) forwards}.site-shell.night-mode .hero-cloud{--hero-cloud-color: #e8dff7;--hero-cloud-max-opacity: .56}.compare,.features,.about,.concept-info,.customizer,.contact{background:var(--surface-light);transition:background-color var(--theme-transition-duration) var(--theme-transition-ease)}.site-shell.night-mode .hero-echo-band{color:var(--surface-dark)}.site-shell.night-mode .echo-wave-fill{fill:var(--surface-dark)}.site-shell.night-mode .echo-wave-line{stroke:#0e0f0fe0}.site-shell.night-mode .echo-wave-line-1{--echo-max-opacity: .62;stroke-width:16}.site-shell.night-mode .echo-wave-line-2{--echo-max-opacity: .52;stroke-width:14}.site-shell.night-mode .echo-wave-line-3{--echo-max-opacity: .4;stroke-width:12}.site-shell.night-mode .echo-wave-line-4{--echo-max-opacity: .28;stroke-width:10}.site-shell.night-mode .compare{background:var(--surface-dark)}.site-shell.night-mode .sky-cycle:after{opacity:1}.site-shell.night-mode .sky-cycle:before{opacity:0}.site-shell:not(.night-mode) .top-nav:not(.past-hero){background:#35a2dbdb}.site-shell.night-mode .top-nav:not(.past-hero){background:#08152a57}.site-shell.night-mode .moon-toggle{background:#d0d8e633;color:#e6ebf4}.site-shell.night-mode .moon-toggle img{transform:scale(1.08);filter:brightness(.2)}.site-shell.night-mode .menu-toggle{background:#ffcd6f33}.site-shell.night-mode .menu-toggle:hover{background:#ffcd6f47}.site-shell.night-mode{color:#e5e7eb;background:var(--surface-dark)}.site-shell.night-mode .customizer,.site-shell.night-mode .contact,.site-shell.night-mode .features,.site-shell.night-mode .about,.site-shell.night-mode .concept-info{background:var(--surface-dark)}.site-shell.night-mode .eyebrow{color:#c2c7cf}.site-shell.night-mode .section-head h3,.site-shell.night-mode .section-head p,.site-shell.night-mode .feature-grid p,.site-shell.night-mode .team-grid p,.site-shell.night-mode .team-grid small,.site-shell.night-mode .concept-info-content p,.site-shell.night-mode .contact-card p,.site-shell.night-mode .range-wrap span,.site-shell.night-mode .controls label{color:#e4e7eb}.site-shell.night-mode .feature-grid article,.site-shell.night-mode .team-grid article,.site-shell.night-mode .contact-card{background:#22262d;border-color:#3a404a}.site-shell.night-mode .customizer-wrap{background:transparent;border:0}.site-shell.night-mode .compare-frame{border-color:#3a4049;box-shadow:0 20px 50px #00000052}.site-shell.night-mode .compare-irl{background:linear-gradient(180deg,#525760,#3f434a)}.site-shell.night-mode .compare-model{background:linear-gradient(180deg,#676d76,#444950)}.site-shell.night-mode .scene-buildings{background:linear-gradient(180deg,transparent 0 20%,#8e939c 20% 80%,#6d727a 80%),repeating-linear-gradient(90deg,#0000 0 11%,#a1a6ae 11% 14%)}.site-shell.night-mode .scene-model{background:linear-gradient(180deg,transparent 0 24%,#7e848d 24% 90%,#5f646c 90%),repeating-linear-gradient(90deg,#0000 0 13%,#969ca5 13% 15%)}.site-shell.night-mode .scene-label{color:#eceff4;background:#16181da8}.site-shell.night-mode .avatar-stage{background:transparent;border:0}.site-shell.night-mode .avatar-ground-shadow{background:radial-gradient(ellipse at center,#000000b8,#0000005c 60%,#0000)}.site-shell.night-mode .controls select,.site-shell.night-mode .controls input[type=color]{border-color:#575d66;background:#2a2e35;color:#eceff3}.site-shell.night-mode .control-hint{border-color:#7f90a4;background:linear-gradient(45deg,#0000 44%,#7f90a4 44% 56%,#0000 56%)}.site-shell.night-mode .asset-dropdown summary{background:#2a2e35;border-color:#575d66}.site-shell.night-mode .asset-dropdown-menu{background:#2a2e35;border-color:#575d66}.site-shell.night-mode .asset-option{color:#eceff3}.site-shell.night-mode .asset-option:hover,.site-shell.night-mode .asset-option:focus-visible{background:#ffffff14}.site-shell.night-mode .asset-option.is-selected{background:#f34d6138}.site-shell.night-mode .avatar-action-button{background:#20262deb;border-color:#616b79;color:#e5e7eb}.site-shell.night-mode .avatar-action-button[aria-pressed=true]{background:#f34d61;border-color:#d7364a;color:#fff}.site-shell.night-mode .walk-toggle-button{background:#20262deb;border-color:#616b79;color:#e5e7eb}.site-shell.night-mode .walk-toggle-button[aria-pressed=true]{background:#f34d61;border-color:#d7364a;color:#fff}.site-shell.night-mode .asset-option-hover-preview{background-color:#2a2e35;border-color:#575d66;box-shadow:0 10px 24px #0000006b}.site-shell.night-mode .sprite-preview-frame{background:#2a2e35;border-color:#575d66}.site-shell.night-mode .sprite-preview-none{background:linear-gradient(45deg,#0000 46%,#7f90a4 46% 54%,#0000 54%),linear-gradient(0deg,#2a2e35,#2a2e35)}.site-shell.night-mode .contact-card a{color:#d1d5db}.site-shell.night-mode .hero-actions .ghost{background:#23272ee6;color:#e8eaee;border:1px solid #656b74}.site-shell.night-mode .top-nav.past-hero{background:#0c0e128f;border-bottom:1px solid rgb(218 222 229 / .14)}main section{padding:3.8rem 1.2rem}.standalone-page{padding-top:6.3rem}.section-head{max-width:980px;margin:0 auto 1.2rem;text-align:center}.section-head h3{margin:.15rem 0 0;font-size:clamp(1.4rem,3vw,2.2rem)}.concept-info{background:var(--surface-light)}.concept-info-layout{width:min(980px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:1.2rem;align-items:start}.concept-info-content{text-align:left}.concept-info-content p{margin:0;color:#2f4868;line-height:1.6;transition:color var(--theme-transition-duration) var(--theme-transition-ease)}.concept-info-content p+p{margin-top:.9rem}.concept-info-image{position:relative;border:0;padding:0;width:100%;cursor:zoom-in;text-align:inherit;border-radius:var(--radius-xl);overflow:hidden;background:transparent;box-shadow:none}.concept-info-image:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.concept-info-image img{display:block;width:100%;height:auto}.concept-info-image-hint{position:absolute;right:.8rem;bottom:.8rem;width:40px;height:40px;border-radius:999px;display:grid;place-items:center;pointer-events:none;background:#0a101cb8;border:1px solid rgb(255 255 255 / .28);box-shadow:0 8px 18px #0003}.concept-info-image-hint svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round}.concept-image-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:1rem;background:#080e1ab8;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);overscroll-behavior:contain;touch-action:none}.concept-image-modal-inner{position:relative;width:min(1100px,100%);max-height:min(88vh,940px);border-radius:16px;overflow:hidden;border:1px solid rgb(255 255 255 / .28);box-shadow:0 26px 56px #00000059;background:#0f1727}.concept-image-modal-toolbar{position:absolute;top:.6rem;left:.6rem;z-index:2;display:flex;gap:.35rem}.concept-image-modal-action{border:0;border-radius:999px;min-width:42px;padding:.42rem .7rem;font-weight:700;background:#0c111ac2;color:#fff;cursor:pointer}.concept-image-modal-close{position:absolute;top:.6rem;right:.6rem;z-index:1;border:0;border-radius:999px;padding:.45rem .8rem;font-weight:700;background:#0c111ac2;color:#fff;cursor:pointer}.concept-image-modal-canvas{width:100%;max-height:min(88vh,940px);height:min(88vh,940px);overflow:hidden;display:block;padding:0;cursor:zoom-in;overscroll-behavior:contain;touch-action:none;-webkit-user-select:none;user-select:none}.concept-image-modal-canvas.can-drag,.concept-image-modal-canvas.can-drag img{cursor:grab}.concept-image-modal-canvas.is-dragging,.concept-image-modal-canvas.is-dragging img{cursor:grabbing}.concept-image-modal-content{position:relative;width:100%;height:100%}.concept-image-modal-canvas img{display:block;width:auto;max-width:none;height:auto;transition:transform .12s ease;cursor:zoom-in}.compare-frame{width:min(980px,100%);margin:0 auto;height:310px;border-radius:var(--radius-xl);overflow:hidden;position:relative;border:2px solid #d5e3f2;box-shadow:0 20px 50px #86a8cb2b}.compare-layer{position:absolute;inset:0}.compare-irl{background:linear-gradient(180deg,#b8ecff,#e3f2e9)}.scene-buildings,.scene-model{position:absolute;inset:30% 0 0}.scene-buildings{background:linear-gradient(180deg,transparent 0 20%,#decda8 20% 80%,#bfa58a 80%),repeating-linear-gradient(90deg,#0000 0 11%,#c4dfdc 11% 14%)}.compare-model{overflow:hidden;border-right:3px solid #ffffff;background:linear-gradient(180deg,#63aef1,#1f6fc3)}.scene-model{background:linear-gradient(180deg,transparent 0 24%,#95a4b5 24% 90%,#6f8094 90%),repeating-linear-gradient(90deg,#0000 0 13%,#b9c8dd 13% 15%)}.scene-label{position:absolute;top:12px;left:12px;padding:.45rem .7rem;border-radius:999px;font-size:.76rem;font-weight:700;background:#ffffffd6}.compare-handle{position:absolute;top:0;bottom:0;width:4px;transform:translate(-2px);background:#fff;box-shadow:0 0 0 2px #00000012}.range-wrap{display:block;margin:1rem auto 0;width:min(980px,100%)}.range-wrap span{display:inline-block;margin-bottom:.4rem;font-weight:600}.range-wrap input{width:100%}.feature-grid,.team-grid{width:min(980px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.9rem}@media(max-width:860px){.concept-info-layout{grid-template-columns:1fr;gap:.9rem}}.feature-grid article,.team-grid article,.contact-card{background:var(--panel);border:1px solid #dde8f4;border-radius:var(--radius-xl);padding:1rem}.feature-grid h4,.team-grid h4{margin:0 0 .4rem}.customizer-wrap,.contact-card{width:min(980px,100%);margin:0 auto}.customizer-wrap{background:var(--panel);border:0;border-radius:var(--radius-xl);padding:1rem;display:grid;grid-template-columns:1fr;gap:1rem}.avatar-stage{min-height:360px;border-radius:18px;background:linear-gradient(180deg,#ffc6c6,#f5fbff);border:0;position:relative;display:grid;place-items:center;padding-bottom:110px;overflow:hidden}.avatar-canvas{height:calc(100% - 1.2rem);max-height:520px;width:auto;max-width:min(96%,402px);aspect-ratio:27 / 35;position:relative;margin:0 auto}.avatar-actor,.avatar-walk{position:relative;width:100%;height:100%}.avatar-ground-shadow{position:absolute;left:50%;bottom:-1%;width:46%;height:9%;transform:translate(-50%);border-radius:999px;background:radial-gradient(ellipse at center,#1522385c,#15223824 62%,#15223800);filter:blur(2px);mix-blend-mode:multiply;z-index:0;pointer-events:none}.avatar-actor.flipped{transform:scaleX(-1)}.avatar-walk.walking{animation:avatarWalkMotion .42s ease-in-out infinite}.avatar-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;image-rendering:pixelated;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.avatar-layer-sprite{background-repeat:no-repeat;image-rendering:pixelated}.avatar-empty{margin:0;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);text-align:center;width:92%;font-weight:600;font-size:.92rem;color:#46658a}.avatar-preview-actions{position:absolute;left:50%;bottom:.72rem;transform:translate(-50%);display:flex;gap:.6rem;z-index:16}.avatar-action-button{border:1px solid #a9c5df;border-radius:999px;background:#ffffffdb;color:#203754;font-size:.75rem;font-weight:700;min-width:34px;min-height:30px;padding:.35rem .62rem;cursor:pointer}.avatar-action-button[aria-pressed=true]{background:#f34d61;color:#fff;border-color:#d7364a}.control-hint{width:12px;height:12px;margin:0;border-radius:999px;border:1px solid #9fb5cc;background:linear-gradient(45deg,#0000 44%,#9fb5cc 44% 56%,#0000 56%);position:absolute;right:.3rem;top:2.05rem;pointer-events:none}.controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:.85rem .65rem}.walk-toggle-button{border:1px solid #a9c5df;border-radius:999px;background:#ffffffe6;color:#203754;font-size:.8rem;font-weight:700;padding:.52rem .8rem;cursor:pointer}.walk-toggle-button[aria-pressed=true]{background:#f34d61;color:#fff;border-color:#d7364a}.walk-toggle-button-in-preview{position:absolute;right:.72rem;bottom:.72rem;z-index:16}.control-group{display:grid;grid-template-rows:2.2rem auto;gap:.32rem;justify-items:center;position:relative;align-content:start}.control-label{display:flex;align-items:flex-end;justify-content:center;font-weight:600;font-size:.88rem;line-height:1.1;text-align:center;min-height:2.2rem}.asset-dropdown{position:relative;width:100%}.asset-dropdown[open]{z-index:120}.asset-dropdown summary{list-style:none;display:grid;place-items:center;min-height:52px;width:100%;border:1px solid #cad7e6;border-radius:12px;background:#fff;padding:.3rem 1.3rem .3rem .3rem;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.asset-dropdown summary::-webkit-details-marker{display:none}.asset-dropdown summary:after{content:"";width:7px;height:7px;border-right:2px solid currentcolor;border-bottom:2px solid currentcolor;transform:rotate(45deg);position:absolute;right:.75rem;top:45%}.asset-dropdown[open] summary:after{transform:rotate(225deg);top:55%}.asset-dropdown-menu{position:absolute;left:0;right:0;bottom:calc(100% + .35rem);margin-top:0;border:1px solid #cad7e6;border-radius:12px;background:#fff;max-height:none;overflow:visible;padding:.35rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:.25rem;box-shadow:0 12px 26px #0e203a33;z-index:130}.asset-option{border:0;border-radius:10px;background:transparent;display:grid;place-items:center;width:100%;min-height:40px;padding:.2rem;cursor:pointer;position:relative;overflow:visible}.asset-option:hover,.asset-option:focus-visible{background:#2076d51a;outline:none}.asset-option.is-selected{background:#f34d6129;font-weight:700}.sprite-preview{display:block;border-radius:6px;background-repeat:no-repeat;image-rendering:pixelated;background-origin:content-box;justify-self:center;align-self:center}.sprite-preview-frame{display:grid;place-items:center;justify-items:center;align-items:center;border-radius:8px;border:1px solid #cad7e6;background:#f3f7fb;justify-self:center;align-self:center}.asset-option-hover-preview{position:absolute;left:50%;bottom:calc(100% + .35rem);transform:translate(-50%) scale(.94);transform-origin:center bottom;opacity:0;pointer-events:none;z-index:1000;border-width:2px;background-color:#fff;box-shadow:0 10px 24px #0e203a3d;transition:opacity .12s ease,transform .12s ease}.asset-option:hover .asset-option-hover-preview,.asset-option:focus-visible .asset-option-hover-preview{opacity:1;transform:translate(-50%) scale(1)}.sprite-preview-none{background:linear-gradient(45deg,#0000 46%,#9aa9ba 46% 54%,#0000 54%),linear-gradient(0deg,#f3f7fb,#f3f7fb)}.controls select,.controls input[type=color]{height:42px;border:1px solid #cad7e6;border-radius:12px;background:#fff}.controls .check{display:flex;align-items:center;gap:.45rem}.headshot{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(160deg,var(--brand-red),#ff98a7);color:#fff;font-weight:700}.contact-card{display:grid;gap:.75rem}.contact-card p{margin:0}.contact-card a{color:var(--brand-blue);font-weight:700}.contact-card button{justify-self:start;border:0;border-radius:999px;padding:.72rem 1rem;font-weight:700;background:var(--brand-red);color:#fff}.intro-overlay{position:fixed;inset:0;z-index:100;background:transparent;display:grid;place-items:center;overflow:hidden;animation:none;transition:opacity .8s ease}.intro-overlay:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#35a2db,#8ad2f4);opacity:1;transition:opacity .8s ease}.intro-logo-wrap{position:relative;z-index:2;width:min(940px,100%);display:grid;place-items:center;transform:translateY(-1.8rem)}.intro-logo-media{grid-area:1 / 1;width:min(82vw,620px);max-width:620px;height:auto;display:block;transform:translate(1.1rem,.25rem);filter:drop-shadow(0 14px 26px rgba(116,199,224,.329)) drop-shadow(0 4px 10px rgba(97,97,97,.18));opacity:1;transition:opacity .8s ease}.intro-logo-image-anim{animation:none}.intro-logo-image-static{transform:translateY(.25rem)}.intro-overlay-ending .intro-logo-media{opacity:0}.intro-overlay-ending{opacity:1}.intro-overlay-ending:before{opacity:0}.intro-overlay-ending .intro-cloud,.intro-overlay-ending .intro-cloud:before,.intro-overlay-ending .intro-cloud:after{opacity:0}.intro-cloud-cluster{position:absolute;inset:0;z-index:3}.intro-cloud-cluster:before{content:"";position:absolute;inset:0;background:#e8f2f9;animation:cloudVeilLift 1.5s linear forwards}.intro-cloud{position:absolute;left:50%;top:50%;width:var(--size, 56vmin);height:var(--size, 56vmin);background:var(--cloud-fill, #e3f1fa);-webkit-mask:center / contain no-repeat url(/assets/fatcloud-Ci6MfSMx.svg);mask:center / contain no-repeat url(/assets/fatcloud-Ci6MfSMx.svg);z-index:var(--z, 2);box-shadow:none;filter:none;transform:translate(-50%,-50%) translate(var(--x, 0),var(--y, 0)) rotate(var(--rot, 0deg)) scale(1.4);animation:cloudBloom 1.5s linear forwards;opacity:.99;transition:opacity .8s ease;will-change:transform,opacity;isolation:isolate}.intro-cloud:before,.intro-cloud:after{content:"";position:absolute;inset:0;pointer-events:none;background:#eaf8ff;-webkit-mask:center / contain no-repeat url(/assets/fatcloud-Ci6MfSMx.svg);mask:center / contain no-repeat url(/assets/fatcloud-Ci6MfSMx.svg);transition:opacity .8s ease}.intro-cloud:before{inset:-.55vmin;opacity:.36;z-index:-1}.intro-cloud:after{inset:-1.05vmin;opacity:.16;z-index:-2}.intro-cloud-1{--x: -58vmin;--y: -54vmin;--ox: -118vmin;--oy: -112vmin;--size: 92vmin;--rot: -9deg;--z: 4;--cloud-fill: #ffffff;--shade: rgb(178 203 220 / .28);--shadow: #9fcad985;animation-delay:.05s}.intro-cloud-2{--x: 0;--y: -60vmin;--ox: 0;--oy: -124vmin;--size: 96vmin;--rot: -2deg;--z: 4;--cloud-fill: #ffffff;--shade: rgb(174 198 217 / .3);--shadow: #96c8db7f;animation-delay:.09s}.intro-cloud-3{--x: 58vmin;--y: -54vmin;--ox: 118vmin;--oy: -112vmin;--size: 92vmin;--rot: 9deg;--z: 4;--cloud-fill: #ffffff;--shade: rgb(180 204 221 / .28);--shadow: #9bc8d784;animation-delay:.13s}.intro-cloud-4{--x: -68vmin;--y: -8vmin;--ox: -134vmin;--oy: -16vmin;--size: 94vmin;--rot: -4deg;--z: 4;--cloud-fill: #ffffff;--shade: rgb(168 195 213 / .3);--shadow: #8fbfd47f;animation-delay:.17s}.intro-cloud-5{--x: 68vmin;--y: -8vmin;--ox: 134vmin;--oy: -16vmin;--size: 94vmin;--rot: 4deg;--z: 4;--cloud-fill: #ffffff;--shade: rgb(166 193 212 / .3);--shadow: #8ebdd17e;animation-delay:.21s}.intro-cloud-6{--x: -58vmin;--y: 50vmin;--ox: -118vmin;--oy: 106vmin;--size: 94vmin;--rot: 8deg;--z: 4;--cloud-fill: #ffffff;--shade: rgb(172 198 216 / .3);--shadow: #8fbfd47f;animation-delay:.24s}.intro-cloud-7{--x: 0;--y: 61vmin;--ox: 0;--oy: 126vmin;--size: 94vmin;--rot: 1deg;--z: 4;--cloud-fill: #ffffff;--shade: rgb(176 201 218 / .3);--shadow: #95c4d682;animation-delay:.27s}.intro-cloud-8{--x: 58vmin;--y: 50vmin;--ox: 118vmin;--oy: 106vmin;--size: 94vmin;--rot: -8deg;--z: 4;--cloud-fill: #ffffff;--shade: rgb(170 196 214 / .3);--shadow: #8dbed380;animation-delay:.3s}.intro-cloud-9{--x: -28vmin;--y: -36vmin;--ox: -82vmin;--oy: -102vmin;--size: 78vmin;--rot: -10deg;--z: 3;--cloud-fill: #c6dff0;--shade: rgb(110 157 184 / .35);--shadow: #77b9ce80;animation-delay:.33s}.intro-cloud-10{--x: 28vmin;--y: -36vmin;--ox: 82vmin;--oy: -102vmin;--size: 78vmin;--rot: 10deg;--z: 3;--cloud-fill: #b9d4e7;--shade: rgb(104 150 178 / .36);--shadow: #72b2c87f;animation-delay:.36s}.intro-cloud-11{--x: -34vmin;--y: 34vmin;--ox: -98vmin;--oy: 94vmin;--size: 80vmin;--rot: 9deg;--z: 3;--cloud-fill: #b1cfe3;--shade: rgb(99 144 172 / .36);--shadow: #6daec57e;animation-delay:.38s}.intro-cloud-12{--x: 34vmin;--y: 34vmin;--ox: 98vmin;--oy: 94vmin;--size: 80vmin;--rot: -9deg;--z: 3;--cloud-fill: #aac8de;--shade: rgb(98 141 170 / .36);--shadow: #6bacc37d;animation-delay:.4s}.intro-cloud-13{--x: -3vmin;--y: -18vmin;--ox: -18vmin;--oy: -96vmin;--size: 76vmin;--rot: -7deg;--z: 2;--cloud-fill: #8fb2cb;--shade: rgb(86 129 159 / .38);--shadow: #65a6c07c;animation-delay:.43s}.intro-cloud-14{--x: 3vmin;--y: 22vmin;--ox: 20vmin;--oy: 100vmin;--size: 74vmin;--rot: 8deg;--z: 2;--cloud-fill: #86aac4;--shade: rgb(82 124 154 / .38);--shadow: #61a3bd7b;animation-delay:.45s}.intro-cloud-1,.intro-cloud-2,.intro-cloud-3,.intro-cloud-4,.intro-cloud-5,.intro-cloud-6,.intro-cloud-7,.intro-cloud-8,.intro-cloud-9,.intro-cloud-10,.intro-cloud-11,.intro-cloud-12,.intro-cloud-13,.intro-cloud-14{animation-delay:0s}.intro-cloud-15{--x: -24vmin;--y: 8vmin;--ox: -76vmin;--oy: 22vmin;--size: 60vmin;--rot: 3deg;--z: 2;--cloud-fill: #b3cfdf;--shade: rgb(80 121 151 / .4);--shadow: #5ea1ba79;animation-delay:.47s}.intro-cloud-16{--x: 24vmin;--y: -8vmin;--ox: 76vmin;--oy: -22vmin;--size: 60vmin;--rot: -3deg;--z: 2;--cloud-fill: #aecbde;--shade: rgb(75 117 148 / .4);--shadow: #5a9db978;animation-delay:.49s}.intro-cloud-17{--x: -66vmin;--y: 28vmin;--ox: -112vmin;--oy: 58vmin;--size: 56vmin;--rot: 9deg;--z: 2;--cloud-fill: #a8c6da;--shade: rgb(70 111 142 / .4);--shadow: #5698b579;animation-delay:.51s}.intro-cloud-18{--x: 66vmin;--y: -28vmin;--ox: 112vmin;--oy: -58vmin;--size: 56vmin;--rot: -9deg;--z: 2;--cloud-fill: #a5c3d8;--shade: rgb(68 108 139 / .4);--shadow: #5395b378;animation-delay:.53s}.intro-cloud-19{--x: -92vmin;--y: -14vmin;--ox: -156vmin;--oy: -34vmin;--size: 74vmin;--rot: -6deg;--z: 3;--cloud-fill: #d9e8f3;--shade: rgb(126 165 188 / .34);--shadow: #7cb3ca80;animation-delay:.55s}.intro-cloud-20{--x: 92vmin;--y: 14vmin;--ox: 156vmin;--oy: 34vmin;--size: 74vmin;--rot: 6deg;--z: 3;--cloud-fill: #d6e6f2;--shade: rgb(122 162 186 / .34);--shadow: #79b1c980;animation-delay:.57s}.intro-cloud-21{--x: -98vmin;--y: 42vmin;--ox: -164vmin;--oy: 88vmin;--size: 70vmin;--rot: 8deg;--z: 2;--cloud-fill: #c2d8e9;--shade: rgb(103 146 173 / .36);--shadow: #6ca8c27d;animation-delay:.59s}.intro-cloud-22{--x: 98vmin;--y: -42vmin;--ox: 164vmin;--oy: -88vmin;--size: 70vmin;--rot: -8deg;--z: 2;--cloud-fill: #bfd6e8;--shade: rgb(100 143 170 / .36);--shadow: #69a6c17d;animation-delay:.61s}.intro-cloud-15,.intro-cloud-16,.intro-cloud-17,.intro-cloud-18,.intro-cloud-19,.intro-cloud-20,.intro-cloud-21,.intro-cloud-22{animation-delay:0s}.intro-skip{position:absolute;right:1rem;top:1rem;border:0;border-radius:999px;padding:.45rem .8rem;font-weight:600;background:#ffffffdc}@keyframes dayNight{0%{background:linear-gradient(180deg,var(--sky-day),#8fd3ff)}50%{background:linear-gradient(180deg,var(--sky-sunset),#ffc6a0)}to{background:linear-gradient(180deg,var(--sky-night),#355c89)}}@keyframes sunsetBridgeToNight{0%{opacity:0}24%{opacity:.36}52%{opacity:.66}76%{opacity:.4}to{opacity:0}}@keyframes nightFadeIn{0%{opacity:0}42%{opacity:.05}68%{opacity:.28}86%{opacity:.72}to{opacity:1}}@keyframes sunsetBridgeToDay{0%{opacity:0}24%{opacity:.26}58%{opacity:.48}to{opacity:0}}@keyframes nightFadeOut{0%{opacity:1}36%{opacity:.62}72%{opacity:.22}to{opacity:0}}@keyframes heroCloudDrift{0%{opacity:0;transform:translateZ(0)}10%{opacity:var(--hero-cloud-max-opacity, .62)}90%{opacity:var(--hero-cloud-max-opacity, .62)}to{opacity:0;transform:translate3d(var(--hero-cloud-travel),0,0)}}@keyframes introFade{0%,94%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes introRise{to{opacity:1;transform:scale(1)}}@keyframes introAnimLogoReveal{0%,20.8%{opacity:0;transform:scale(.94)}24%,to{opacity:1;transform:scale(1)}}@keyframes cloudBloom{0%{transform:translate(-50%,-50%) translate(var(--x, 0),var(--y, 0)) rotate(var(--rot, 0deg)) scale(1.4)}to{transform:translate(-50%,-50%) translate(var(--ox, var(--x, 0)),var(--oy, var(--y, 0))) rotate(var(--rot, 0deg)) scale(.98)}}@keyframes cloudVeilLift{0%{opacity:1}to{opacity:0}}@keyframes avatarWalkMotion{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes echoSweep{0%{opacity:0;transform:translateY(26px) scaleX(.985)}28%{opacity:var(--echo-max-opacity, .45)}to{opacity:0;transform:translateY(-58px) scaleX(1.055)}}@media(prefers-reduced-motion:reduce){.sky-cycle,.intro-overlay,.intro-cloud,.intro-logo-wrap,.hero-cloud,.echo-wave-line{animation:none}.echo-wave-line{opacity:var(--echo-max-opacity, .45);transform:none}.intro-cloud-cluster{display:none}.intro-logo-wrap{transform:none}.intro-logo-image-anim{opacity:1}}@media(min-width:860px){.hero-cloud-desktop{display:block}.hero-cloud-a{top:8%}.hero-cloud-b{top:19%}.hero-cloud-c{top:30%}.hero-cloud-d{top:41%}.hero-cloud-e{top:52%}.hero-cloud-f{top:63%}.hero-cloud-g{top:74%}.hero-cloud-h{top:85%}.top-nav{display:grid;grid-template-columns:1fr auto 1fr;flex-wrap:nowrap;row-gap:0;padding-inline:2.2rem}.brand{justify-self:start}.top-nav nav{width:auto;order:2;justify-self:center}.header-actions{order:3;justify-self:end}.menu-toggle{display:none}.brand-logo-full{height:80px;margin:-20px}.brand-logo-blip{display:none}.hero{padding-inline:2.2rem}main section{padding-inline:2.2rem}.customizer-wrap{grid-template-columns:1fr;align-items:stretch}}@media(max-width:859px){.top-nav{align-items:center}.hero{min-height:88vh;padding:5.8rem 1rem 2.8rem}.hero-echo-band{height:clamp(132px,33vw,210px);left:-12vw;right:-12vw}.echo-wave-line{stroke-width:15}.brand{order:1}.header-actions{order:2}.brand-logo-full{display:none}.brand-logo-blip{display:block;height:34px}.top-nav nav{position:absolute;top:calc(100% + .35rem);left:50%;right:auto;width:calc(100% - 1.6rem);order:4;flex-direction:column;align-items:stretch;gap:.35rem;padding:0;max-height:0;opacity:0;overflow:hidden;pointer-events:none;border-radius:18px;border:1px solid rgb(255 255 255 / .24);background:#145888eb;box-shadow:0 14px 24px #081f304d;transform:translate(-50%,-4px);transform-origin:center top;transition:max-height .22s ease,opacity .22s ease,transform .22s ease,padding .22s ease}.site-shell.night-mode .top-nav nav{background:#0a192ef2;border-color:#dadee529}.top-nav nav a{padding:.65rem .9rem;border-radius:12px}.top-nav.menu-open nav{max-height:260px;opacity:1;overflow:visible;pointer-events:auto;transform:translate(-50%);padding:.45rem}}
