@font-face{font-family:Manrope;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap}
:root{color-scheme:dark;--bg:#141613;--surface:#1c201a;--text:#efefe5;--muted:#a8af9f;--line:#343b2e;--accent:#c9e59b;--font:Manrope,Arial,sans-serif;--mono:'SFMono-Regular',Consolas,'Liberation Mono',monospace}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100svh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font:15px/1.6 var(--font);-webkit-font-smoothing:antialiased}
::selection{background:var(--accent);color:var(--bg)}
h1,h2,h3,p,figure{margin:0}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer;border:0}
button,a{-webkit-tap-highlight-color:transparent}
button:disabled{cursor:default}
svg{display:block;width:20px;height:20px;flex-shrink:0}
img{display:block;max-width:100%;height:auto}
a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:3px}
main:focus{outline:0}
[hidden]{display:none!important}
.shell{width:calc(100% - 112px);max-width:1280px;margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:12px;left:20px;z-index:30;background:var(--accent);color:var(--bg);padding:12px 20px;transform:translateY(-160%)}
.skip-link:focus{transform:none}
.eyebrow{font:10px/1.6 var(--mono);letter-spacing:1.3px;color:var(--muted);text-transform:uppercase}

/* One hero, with the project carousel in the artwork position. No fixed-height
   page or hidden overflow: short viewports and enlarged text can still scroll. */
.home-main{display:flex;align-items:center;flex:1}
.hero{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(32px,5vw,80px);padding-block:40px}
.hero-copy{min-width:0;padding-bottom:30px}
.hero-signature{font:13px/1.6 var(--mono);letter-spacing:.3px;color:var(--muted);margin-bottom:32px}
.hero-signature span{color:var(--accent)}
.hero h1{font-size:clamp(64px,7.8vw,108px);font-weight:600;line-height:1.04;letter-spacing:-.065em}
.hero h1>span{display:block;font-size:.51em;font-weight:450;line-height:1.35;letter-spacing:-.04em;color:var(--accent);margin-top:20px}
.showcase{position:relative;min-width:0;width:100%}
.carousel-controls{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.carousel-controls button{display:flex;align-items:center;justify-content:center;background:transparent;min-height:44px;border:1px solid var(--line);transition:background .2s,color .2s}
.carousel-controls button:hover:not(:disabled){background:#2d3526;color:var(--accent)}
.carousel-controls .rotation-toggle{font:10px var(--mono);gap:8px;border:0;padding:8px 6px;border-radius:5px;color:var(--muted)}
.rotation-icon{font-size:15px;line-height:1;color:var(--accent);width:16px}
.rotation-toggle:disabled{opacity:.65}
.carousel-count{font:10px var(--mono);color:var(--muted);margin-left:auto;margin-right:12px}
.carousel-prev,.carousel-next{width:44px;border-radius:50%}
.carousel-prev svg{transform:rotate(180deg)}
.carousel-next svg,.carousel-prev svg{width:18px;height:18px}
.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#717e58 var(--surface);border-radius:10px}
.project-slide{flex:0 0 100%;min-width:0;scroll-snap-align:start}
.is-enhanced .carousel-track{display:block;overflow:hidden;touch-action:pan-y pinch-zoom}
.is-enhanced .project-slide{animation:fade-in .28s ease-out both}
.slide-art{width:100%;aspect-ratio:16/10;max-height:48svh;min-height:160px;position:relative;overflow:hidden;isolation:isolate;border:1px solid var(--line);border-radius:10px;background:var(--surface)}
.slide-caption{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 2px 12px}
.slide-caption>div{min-width:0}
.slide-caption .eyebrow{font-size:9px;letter-spacing:.9px;margin-bottom:4px}
.slide-caption h2{font-size:clamp(19px,1.7vw,24px);line-height:1.35;font-weight:550;letter-spacing:-.7px}
.project-link{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;color:var(--accent);transition:background .2s}
.project-link svg{width:17px;height:17px;transition:transform .2s}
.project-link:hover{background:#2d3526}
.project-link:hover svg{transform:translate(2px,-2px)}
.project-link:focus-visible{outline-offset:-4px}
.carousel-dots{display:flex;align-items:center;justify-content:center;gap:3px}
.carousel-dots button{height:40px;width:28px;background:transparent;display:grid;place-items:center}
.carousel-dots button>span{display:block;width:5px;height:5px;border-radius:50%;background:#727e65;transition:background .2s,width .2s}
.carousel-dots button:hover>span{background:var(--text)}
.carousel-dots button[aria-current='true']>span{width:18px;border-radius:3px;background:var(--accent)}
.no-js-hint{text-align:center;font:10px/2 var(--mono);color:var(--muted);padding-top:12px}
.site-footer{padding:16px 0 20px;text-align:center;font:10px/1.4 var(--mono);color:var(--muted)}

/* Each illustration owns its fitting. Promotional artwork is never cropped. */
.project-art{width:100%;height:100%;position:relative;overflow:hidden;user-select:none;container-type:inline-size}
.project-art>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.art-latam-game-servers::after,.art-lunarust::after{content:'';position:absolute;inset:0;background:linear-gradient(20deg,#09120cba,#10231410 85%)}
.art-latam-game-servers>img,.art-lunarust>img{filter:saturate(.8) brightness(.88);object-position:center}
.network-art-title{position:absolute;inset:0 9%;z-index:1;display:flex;align-items:center;color:#f4f0df}
.network-art-title strong{font-size:clamp(44px,13cqw,88px);letter-spacing:-.055em;line-height:1;font-weight:800;text-shadow:0 2px 20px #08120c55}
.network-art-title strong>span{display:block;font-size:clamp(13px,3.2cqw,23px);letter-spacing:.12em;font-weight:550;margin-top:10px;line-height:1.3}
.art-lunarust .network-art-title strong{font-weight:500;letter-spacing:.08em}
.art-lunarust .network-art-title strong>span{letter-spacing:.42em}
.art-rustai{background:radial-gradient(ellipse at 50% 100%,#62784433,transparent 70%),#20291f}
.art-rustai>img{inset:8% 6%;width:88%;height:84%;object-fit:contain;filter:saturate(.8)}
.art-xenovector{background:#091719}
.art-gate-protocol{background:#090e14}
.art-xenovector>img,.art-gate-protocol>img,.art-community-tools>img{object-fit:contain;object-position:center}
.art-community-tools{background:#18221e}
.art-looking-glass{background:radial-gradient(ellipse at 50% 80%,#5e6b4c33,transparent 75%),#1b2521;display:grid;place-items:center;container-type:size}
/* Scale the whole illustration against both axes, including short landscapes. */
.terminal{font-size:min(1.8cqw,3.3cqh,10px);width:44em;border:1px solid #5f7258;border-radius:.7em;background:#121d17;box-shadow:0 2em 3.5em #0e140b6b;transform:rotate(-3deg);font-family:var(--mono)}
.terminal-bar{display:flex;align-items:center;justify-content:space-between;gap:1.4em;padding:1.4em 1.6em;border-bottom:1px solid #768a573b;font-size:.85em;color:#a5b398}
.terminal-bar>span:first-child{font-size:.8em;letter-spacing:.25em}
.terminal-content{padding:2em}
.terminal-content>strong{display:block;font:500 3em/1.2 var(--font);letter-spacing:-.04em;white-space:nowrap}
.terminal-content>strong>span{color:var(--accent)}
.terminal-prompt{font-size:1.1em;color:#c7d5b4;border:1px solid #96ac6133;background:#91aa4222;padding:.8em 1em;margin-top:1.4em}
.terminal-prompt>span{color:var(--accent);margin-right:.6em}
.terminal-content ul{list-style:none;padding:0;margin:1.2em 0 0;color:#aaba99;font-size:.95em;line-height:1.9}
.terminal-content li::before{content:'✓';color:var(--accent);margin-right:.9em}
.art-mooncalendar{background:radial-gradient(ellipse at center,#8195b31a,transparent 65%),#151b25}
.art-mooncalendar>img{width:74%;height:86%;left:13%;top:7%;object-fit:contain;transform:rotate(-15deg);filter:brightness(.88) contrast(1.1);mask-image:linear-gradient(100deg,#000 60%,#0004)}
.moon-orbit{position:absolute;width:88%;height:145%;left:6%;top:-24%;border-radius:50%;border:1px solid #9aaab72b;transform:rotate(-30deg)}

/* Details remain available on demand, and as ordinary no-JavaScript pages. */
.project-tags{display:flex;flex-wrap:wrap;gap:7px 16px;list-style:none;padding:0;margin:21px 0 26px;color:#a9b698;font:10px/1.7 var(--mono)}
.project-tags li::before{content:'+';margin-right:5px;color:var(--accent)}
.project-dialog{width:min(850px,calc(100vw - 50px));max-height:calc(100dvh - 50px);padding:0;margin:auto;border:1px solid #657351;border-radius:10px;background:var(--bg);color:var(--text);overscroll-behavior:contain;box-shadow:0 25px 100px #0008}
.project-dialog::backdrop{background:#060d09d9;backdrop-filter:blur(10px)}
.project-dialog[open]{animation:fade-in .2s ease-out}
.dialog-toolbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 16px 10px 26px;min-height:64px;background:var(--bg);border-bottom:1px solid var(--line)}
.dialog-toolbar .eyebrow{font-size:9px}
.dialog-close{display:grid;place-items:center;background:transparent;border:1px solid var(--line);width:44px;height:44px;border-radius:50%}
.dialog-close:hover{background:#2f3924}
.dialog-close svg{width:18px;height:18px}
.detail-art{height:355px;border-bottom:1px solid var(--line);overflow:hidden}
.project-detail-copy{padding:32px 36px 39px}
.project-detail-copy h1,.project-detail-copy h2{font-weight:550;font-size:40px;letter-spacing:-1.8px;line-height:1.2;margin:14px 0}
.detail-line{font-size:16px;color:#d0dcb9;line-height:1.6}
.detail-description{max-width:650px;font-size:14px;line-height:1.9;color:var(--muted);margin-top:15px}
.button-light{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:46px;padding:11px 17px;font-size:12px;font-weight:650;color:#202817;background:var(--accent);border-radius:5px}
.button-light:hover{background:#e0f2bd}
.button-light svg{width:15px;height:15px}
.standalone-project{flex:1;max-width:940px;padding:32px 0}
.return-link{display:inline-flex;align-items:center;gap:15px;min-height:44px;font-size:12px;color:var(--muted);margin-bottom:17px}
.return-link:hover{color:var(--accent)}
.standalone-project>.detail-art{height:auto;aspect-ratio:16/9;border:1px solid var(--line);border-radius:10px}
.standalone-project .project-detail-copy{padding-inline:0}
.not-found{flex:1;padding-block:120px;max-width:940px}
.not-found h1{font-size:clamp(36px,5vw,65px);font-weight:500;letter-spacing:-.05em;margin:24px 0}
.not-found>p:not(.eyebrow){color:var(--muted);margin-bottom:30px}
@keyframes fade-in{from{opacity:.25}to{opacity:1}}

@media(max-width:1100px){
  .shell{width:calc(100% - 64px)}
  .hero{gap:36px}.hero h1{font-size:clamp(64px,7.8vw,86px)}
}
@media(max-width:900px){
  .shell{width:calc(100% - 48px)}
  .hero{grid-template-columns:minmax(0,1fr);max-width:600px;gap:26px;padding-block:28px}
  .hero-copy{padding:0}.hero-signature{margin-bottom:18px;font-size:11px}
  .hero h1{font-size:clamp(44px,12vw,64px);line-height:1.04}
  .hero h1>span{margin-top:10px}
  /* Reserve room for the stacked heading, captions, controls, and footer. */
  .slide-art{max-height:calc(100svh - 520px)}
  .slide-caption{min-height:76px}.slide-caption h2{font-size:21px}
  .carousel-controls{margin-bottom:8px}.carousel-dots button{height:36px}
  .site-footer{padding:12px 0 18px}
}
@media(max-width:620px){
  .project-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:8px}
  .dialog-toolbar{padding:8px 12px 8px 20px;min-height:60px}.dialog-toolbar .eyebrow{font-size:8px}
  .detail-art{height:245px}
  .project-detail-copy{padding:25px 22px 30px}.project-detail-copy>.eyebrow{font-size:9px}
  .project-detail-copy h1,.project-detail-copy h2{font-size:32px;letter-spacing:-1.5px}
  .detail-line{font-size:14px}.detail-description{font-size:13px;line-height:1.9}
  .project-tags{font-size:9px}.button-light{font-size:11px;gap:17px;max-width:100%}
  .standalone-project{padding-block:20px}.return-link{font-size:11px}
  .not-found{padding-block:85px}.not-found>p:not(.eyebrow){font-size:13px}
}
@media(max-width:370px){
  .shell{width:calc(100% - 40px)}.slide-caption h2{font-size:18px}
  .slide-caption .eyebrow{font-size:8px;letter-spacing:.5px}.slide-caption{gap:8px}
  .carousel-dots{gap:2px}
}
@media(max-width:900px) and (max-height:700px){
  .hero{gap:16px;padding-block:16px}.hero-signature{margin-bottom:12px;font-size:10px}
  .hero h1{font-size:clamp(38px,min(10vw,8svh),56px)}.hero h1>span{margin-top:6px}
  .slide-art{max-height:min(34svh,calc(100svh - 425px))}.slide-caption{min-height:68px;padding-block:10px}
  .carousel-controls button{min-height:40px}.carousel-prev,.carousel-next{width:40px}
  .carousel-dots button{height:32px}.site-footer{padding:8px 0 10px}
}
@media(min-width:600px) and (max-height:600px){
  .shell{width:calc(100% - 64px)}
  .hero{max-width:1280px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:30px;padding-block:16px}
  .hero-copy{padding:0}.hero-signature{font-size:10px;margin-bottom:12px}
  .hero h1{font-size:clamp(38px,6vw,64px)}.hero h1>span{margin-top:10px}
  .slide-art{max-height:calc(100svh - 214px);min-height:130px}
  .slide-caption{min-height:68px;padding-block:10px}.slide-caption h2{font-size:18px}
  .slide-caption .eyebrow{font-size:8px;letter-spacing:.5px}
  .carousel-controls{margin-bottom:8px}.carousel-controls button{min-height:40px}
  .carousel-prev,.carousel-next{width:40px}.carousel-dots button{height:32px}
  .site-footer{padding:8px 0 10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}