.navbar-wrap{position:fixed;top:24px;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:0 16px;pointer-events:none}.navbar{pointer-events:auto;display:flex;align-items:center;gap:6px;background:var(--color-nav-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-pill);padding:7px 8px 7px 12px;box-shadow:var(--shadow-nav),0 1px #ffffff0f inset}.float-anim{animation:floatY 4s ease-in-out infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.navbar__logo{display:flex;align-items:center;justify-content:center;padding-right:12px;border-right:1px solid rgba(255,255,255,.1);margin-right:4px;text-decoration:none}.navbar__logo-icon{width:44px;height:44px;border-radius:11px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.navbar__logo:hover .navbar__logo-icon{transform:rotate(-8deg) scale(1.1)}.navbar__items{display:flex;align-items:center;gap:2px}.navbar__link{position:relative;display:flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--radius-pill);font-size:13px;font-weight:500;color:#f0ede099;transition:color .2s;white-space:nowrap}.navbar__pill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-pill);background:#ffffff12;opacity:0;transition:opacity .2s}.navbar__link:hover .navbar__pill,.navbar__link--active .navbar__pill{opacity:1}.navbar__link--active .navbar__pill{background:#4ade8024}.navbar__link:hover,.navbar__link--active{color:var(--color-nav-text)}.navbar__icon{opacity:.7;flex-shrink:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s}.navbar__link:hover .navbar__icon,.navbar__link--active .navbar__icon{transform:scale(1.18) rotate(-4deg);opacity:1}.navbar__cta{margin-left:8px;display:flex;align-items:center;gap:7px;padding:8px 18px;border-radius:var(--radius-pill);background:var(--color-accent);color:#0a1a0f;font-family:var(--font-display);font-size:13px;transition:background .2s,transform .2s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}.navbar__cta:hover{background:#86efac;transform:scale(1.05)}.navbar__cta:active{transform:scale(.97)}.navbar__cta-arrow{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.navbar__cta:hover .navbar__cta-arrow{transform:translate(3px)}@media(max-width:720px){.navbar__logo-icon{width:40px;height:40px}.navbar__link{padding:8px 10px;font-size:0;gap:0}.navbar__cta{font-size:0;padding:8px 12px}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1;padding-top:100px}.live-editor{border-radius:14px;overflow:hidden;border:1px solid #2e2e36;background:#1a1a1e;height:min(560px,70vh);display:flex;flex-direction:column;box-shadow:0 24px 60px #0424402e}.live-editor__topbar{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:44px;background:#141417;border-bottom:1px solid #2e2e36}.live-editor__dots{display:flex;gap:7px}.live-editor__dot{width:12px;height:12px;border-radius:50%}.live-editor__dot--r{background:#ff5f57}.live-editor__dot--y{background:#febc2e}.live-editor__dot--g{background:#28c840}.live-editor__title{font-size:11px;color:#666;letter-spacing:.04em}.live-editor__run{display:flex;align-items:center;gap:6px;background:var(--color-accent);color:#0a1a0f;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:transform .15s,background .15s}.live-editor__run:hover{background:#86efac;transform:scale(1.03)}.live-editor__main{display:flex;flex:1;overflow:hidden}.live-editor__left{width:46%;display:flex;flex-direction:column;border-right:1px solid #2e2e36}.live-editor__pane{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.live-editor__pane+.live-editor__pane{border-top:1px solid #2e2e36}.live-editor__pane-head{display:flex;align-items:center;padding:7px 14px;background:#18181c;border-bottom:1px solid #2e2e36;gap:8px}.live-editor__lang{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.live-editor__lang--html{color:#f97316}.live-editor__lang--css{color:#38bdf8}.live-editor__badge{margin-left:auto;font-size:10px;padding:2px 7px;border-radius:4px;background:#f973161f;color:#f97316}.live-editor__badge--css{background:#38bdf81f;color:#38bdf8}.live-editor__code{flex:1;width:100%;resize:none;border:none;outline:none;background:#1a1a1e;color:#c8c8d4;font-family:var(--font-mono);font-size:12px;line-height:1.7;padding:12px 14px}.live-editor__preview{flex:1;background:#fff;min-width:0}.live-editor__iframe{width:100%;height:100%;border:none}@media(max-width:768px){.live-editor__main{flex-direction:column}.live-editor__left{width:100%;height:50%}}.feature-scroller{width:100%;margin-top:1rem;position:relative}.feature-scroller__pin{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0 3rem;background:var(--color-bg);will-change:transform}.feature-scroller__hint{text-align:center;font-size:11px;letter-spacing:.06em;text-transform:uppercase;opacity:.55;margin-bottom:1.25rem}.feature-scroller__meta{max-width:var(--max-width);margin:0 auto 1.5rem;padding:0 clamp(1.25rem,5vw,2.5rem);min-height:5rem}.feature-scroller__bubble{max-width:420px}.feature-scroller__label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;opacity:.6;display:block;margin-bottom:.4rem}.feature-scroller__title{font-family:var(--font-display);font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--color-text-primary);line-height:1.25}.feature-scroller__dots{display:flex;gap:8px;margin-top:1rem}.feature-scroller__dot{height:4px;width:24px;border-radius:99px;background:var(--color-text-primary);opacity:.15;transition:opacity .3s,width .3s;padding:0;border:none;cursor:pointer}.feature-scroller__dot:hover{opacity:.3}.feature-scroller__dot--active{opacity:.45;width:48px}.feature-scroller__track{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0 1.5rem;cursor:grab}.feature-scroller__track::-webkit-scrollbar{display:none}.feature-scroller__track:active{cursor:grabbing}.feature-scroller__inner{display:flex;align-items:center;gap:0;width:max-content;padding:0 max(1.25rem,calc((100vw - min(720px,92vw))/2))}.feature-scroller__slide{flex-shrink:0;width:min(720px,92vw);scroll-snap-align:center;scroll-snap-stop:always;padding:0 .75rem}.feature-scroller__frame{border-radius:18px;overflow:hidden;border:1px solid rgba(4,36,64,.12);box-shadow:0 20px 50px #04244024;background:#0424400a;transform-origin:center center}.feature-scroller__frame img{width:100%;height:auto;max-height:min(58vh,480px);object-fit:contain;display:block;background:#04244008;pointer-events:none}.home .section{padding:var(--section-gap) clamp(1.25rem,5vw,2.5rem)}.section__inner{max-width:var(--max-width);margin:0 auto}.section__title{margin-bottom:.75rem}.section__subtitle{margin-bottom:2.5rem;max-width:520px}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:2rem}.hero__logo-main{width:min(360px,80vw);margin-bottom:2rem}.hero__quote{font-size:clamp(1.1rem,2.5vw,1.45rem);max-width:640px;min-height:3.5em;color:var(--color-text-secondary);margin-bottom:2.5rem}.typewriter-cursor{color:var(--color-accent);margin-left:2px}.hero__actions{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero__download-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:var(--radius-pill);background:var(--color-text-primary);color:var(--color-bg);font-family:var(--font-display);font-size:1rem;opacity:.55;cursor:not-allowed}.hero__download-btn--active{opacity:1;cursor:pointer;transition:transform .2s,opacity .2s}.hero__download-btn--active:hover{transform:scale(1.03);opacity:.92}.hero__link-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.hero__github{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;background:#04244014;color:var(--color-text-primary);font-size:12px;transition:background .2s}.hero__github:hover{background:#04244024}.hero__copy{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;color:var(--color-text-secondary);font-size:10px;max-width:min(100%,420px);transition:color .2s}.hero__copy:hover{color:var(--color-text-primary)}.hero__copy-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thanks{text-align:center}.thanks__line{margin:1rem 0 .5rem}.thanks__line strong{color:var(--color-text-primary)}.thanks__email{font-size:13px;text-decoration:underline;text-underline-offset:3px}.thanks__email:hover{color:var(--color-text-primary)}.home--fov{perspective:1400px;perspective-origin:50% 40%}.fov-reveal,.fov-stagger{transform-origin:center bottom;will-change:transform,opacity,filter}.fov-stagger>.fov-reveal-item{transform-origin:center bottom}.download{padding:var(--section-gap) clamp(1.25rem,5vw,2.5rem)}.download__inner{max-width:var(--max-width);margin:0 auto}.download__title{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1rem}.download__lead{max-width:560px;margin-bottom:1.25rem}.download__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:var(--radius-pill);background:#04244014;color:var(--color-text-primary);font-size:12px;margin-bottom:1.5rem}.download__github-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border-radius:var(--radius-pill);background:var(--color-text-primary);color:var(--color-bg);font-family:var(--font-display);font-size:1rem;margin-bottom:3rem;transition:transform .2s,opacity .2s}.download__github-btn:hover{transform:scale(1.03);opacity:.92}.download__shots{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:3rem}.download__shots img{border-radius:14px;border:1px solid rgba(4,36,64,.12);box-shadow:0 16px 40px #0424401f;aspect-ratio:16/10;object-fit:cover}.download__block{margin-bottom:2.5rem}.download__heading{display:flex;align-items:center;gap:10px;font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem;color:var(--color-text-primary)}.download__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.download__list li:before{content:"→ ";color:var(--color-accent)}.download__code{background:#04244014;border:1px solid rgba(4,36,64,.12);border-radius:12px;padding:1.25rem 1.5rem;font-size:12px;line-height:1.9;overflow-x:auto;color:var(--color-text-primary)}.download__note{margin-top:1rem;font-size:12px;opacity:.8}@media(max-width:640px){.download__shots{grid-template-columns:1fr}}.horizontal-strip{width:100%;margin:var(--section-gap) 0}.horizontal-strip__hint{text-align:center;font-size:11px;letter-spacing:.06em;text-transform:uppercase;opacity:.55;margin-bottom:1rem}.horizontal-strip__track{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:1rem 0 2rem}.horizontal-strip__track::-webkit-scrollbar{display:none}.horizontal-strip__track:active{cursor:grabbing}.horizontal-strip__inner{display:flex;gap:1.5rem;width:max-content;padding:0 clamp(1.5rem,5vw,4rem)}.sobre{padding-bottom:var(--section-gap)}.sobre__hero{padding:2rem clamp(1.25rem,5vw,2.5rem) 3rem;text-align:center}.sobre__title{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1rem}.sobre__intro{max-width:480px;margin:0 auto}.sobre-card{flex-shrink:0;width:min(380px,88vw);padding:2rem 1.75rem;border-radius:20px;background:#0424400f;border:1px solid rgba(4,36,64,.1)}.sobre-card__tag{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:.75rem}.sobre-card__title{font-size:clamp(1.35rem,3vw,1.75rem);margin-bottom:1rem}.sobre-card__body{font-size:13px;line-height:1.7}.sobre__stack{display:none;flex-direction:column;gap:1.5rem;padding:0 clamp(1.25rem,5vw,2.5rem)}.sobre__stack .sobre-card{width:100%}.sobre__closing{text-align:center;padding-top:3rem}.sobre__closing-text{font-size:clamp(1.25rem,3vw,1.75rem);color:var(--color-text-secondary)}@media(min-width:900px){.sobre__strip{display:none}.sobre__stack{display:flex}}:root{--color-text-primary: #042440;--color-text-secondary: #013640;--color-bg: #dcd9c9;--color-accent: #4ade80;--color-nav-bg: rgba(20, 18, 14, .82);--color-nav-text: #f0ede0;--font-display: "Arena", Georgia, serif;--font-mono: "Space Mono", "Courier New", monospace;--radius-pill: 999px;--shadow-nav: 0 8px 40px rgba(0, 0, 0, .22);--max-width: 1100px;--section-gap: clamp(4rem, 10vw, 7rem)}@font-face{font-family:Arena;src:url(/assets/Arena-rvwaK-C2RLkWCF.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Mono;src:url(/assets/SpaceMono-Bold-ZzYw540P.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;background:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-mono);font-size:14px;line-height:1.6;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,.display{font-family:var(--font-display);color:var(--color-text-primary);font-weight:400;letter-spacing:-.02em;line-height:1.15}h2{font-size:clamp(2rem,5vw,3.25rem)}h3{font-size:clamp(1.35rem,3vw,1.85rem)}p,.label,.mono{font-family:var(--font-mono);color:var(--color-text-secondary)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}::selection{background:#4ade8059;color:var(--color-text-primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
