@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --ink: #dce6d6; --muted: #91a29a; --deep: #10191b; --line: rgba(195, 218, 188, .16); --accent: #9cb080; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--deep); font-family: 'Space Grotesk', sans-serif; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(200,220,200,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(200,220,200,.025) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.site-header, main, footer { position: relative; z-index: 2; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: auto; padding: 0 34px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 17px; font-weight: 600; letter-spacing: -.04em; }
.brand img { width: 36px; height: 36px; object-fit: cover; }
.brand b { color: var(--accent); font-weight: 500; }
nav { display: flex; gap: 36px; margin-left: 110px; }
nav a, .header-action, .header-download, .header-login, footer { color: var(--muted); text-decoration: none; font: 12px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
nav a { padding: 37px 0 34px; } nav a.active { color: var(--ink); border-bottom: 2px solid var(--accent); }
.header-tools { display: flex; align-items: center; gap: 20px; } .header-download { padding: 11px 14px; color: #15201c; background: var(--accent); box-shadow: 0 5px 14px rgba(0,0,0,.38); } .header-download span { margin-left: 12px; } .header-login { color: var(--ink); }
.hero { position: relative; max-width: 1500px; min-height: 790px; margin: auto; padding: 128px 34px 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.eyebrow { color: var(--accent); font: 11px 'DM Mono', monospace; letter-spacing: .09em; text-transform: uppercase; } .eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px var(--accent); }
h1 { max-width: 780px; margin: 25px 0 34px; font-size: clamp(58px, 8vw, 112px); line-height: .9; letter-spacing: -.08em; font-weight: 500; text-shadow: 0 4px 18px rgba(0,0,0,.75), 0 1px 2px rgba(0,0,0,.95); } h1 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 390px; margin: 0 0 34px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 22px; } .button { text-decoration: none; font-size: 13px; } .button--primary { min-width: 196px; padding: 9px 13px 9px 10px; display: flex; align-items: center; gap: 12px; color: var(--ink); background: rgba(13,22,23,.88); border: 1px solid rgba(195,218,188,.32); box-shadow: 0 10px 28px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(8px); transition: transform .2s ease, border-color .2s ease, background .2s ease; } .button--primary:hover { transform: translateY(-2px); border-color: rgba(195,218,188,.65); background: rgba(24,36,34,.94); } .download-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; color: #15201c; background: var(--accent); font: 18px 'DM Mono', monospace; } .download-label { display: flex; flex-direction: column; gap: 3px; text-align: left; } .download-label strong { font-size: 13px; font-weight: 600; } .download-label small { color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; } .button--quiet { color: var(--ink); } .button--quiet span { color: var(--accent); margin-left: 10px; }
.game-card { position: absolute; top: 50%; z-index: 6; width: 300px; min-height: 570px; overflow: hidden; text-align: left; border: 1px solid rgba(195,218,188,.24); background: rgba(16,25,27,.88); box-shadow: 0 18px 42px rgba(0,0,0,.42); transform: translateY(-50%); backdrop-filter: blur(5px); }
.game-card--stardew { left: 34px; } .game-card--minecraft { right: 34px; }
.game-card > img { display: block; width: 100%; height: 365px; padding: 10px; object-fit: contain; object-position: center; background: rgba(0,0,0,.24); border-bottom: 1px solid rgba(195,218,188,.2); }
.game-card__body { padding: 18px 20px 20px; } .game-card__number, .game-card__formats { color: var(--accent); font: 9px 'DM Mono', monospace; letter-spacing: .06em; text-transform: uppercase; } .game-card h2 { margin: 10px 0 8px; font-size: 23px; letter-spacing: -.04em; } .game-card p { min-height: 73px; margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.55; } .game-card__formats { display: block; padding-top: 12px; border-top: 1px solid var(--line); color: #b9c9b1; line-height: 1.65; }
.prompt-note { margin: 52px 0 0; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 2px 8px rgba(0,0,0,.9); } .prompt-note span { color: var(--accent); }
.hero-note { margin-top: 108px; color: var(--muted); font: 11px 'DM Mono', monospace; } .status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #b9d27c; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1172px; margin: 0 auto 60px; border-top: 1px solid var(--line); } .feature-strip article { display: flex; gap: 22px; padding: 27px 25px 24px 0; border-right: 1px solid var(--line); } .feature-strip article:not(:first-child) { padding-left: 25px; } .feature-strip article:last-child { border-right: 0; }
.feature-number { color: var(--accent); font: 11px 'DM Mono', monospace; } h2 { margin: 0 0 6px; font-size: 16px; font-weight: 500; } .feature-strip p { margin: 0; color: var(--muted); font-size: 13px; }
.supported-games { max-width: 1172px; margin: 0 auto 86px; padding-top: 38px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; gap: 24px; margin-bottom: 26px; } .section-kicker { margin: 0 auto 0 0; color: var(--accent); font: 10px 'DM Mono', monospace; letter-spacing: .09em; text-transform: uppercase; } .section-heading h2 { margin: 0; font-size: 30px; letter-spacing: -.05em; } .section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.games-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.library-card { min-width: 0; overflow: hidden; background: rgba(16,25,27,.78); border: 1px solid var(--line); box-shadow: 0 12px 25px rgba(0,0,0,.2); transition: transform .2s ease, border-color .2s ease; } .library-card:hover { transform: translateY(-5px); border-color: rgba(195,218,188,.45); } .library-card__art { height: 310px; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.23); } .library-card__art img { width: 100%; height: 100%; padding: 8px; object-fit: contain; } .library-card__label { padding: 13px 12px 15px; } .library-card h3 { margin: 0 0 6px; font-size: 14px; font-weight: 500; letter-spacing: -.03em; } .library-card__label span { color: var(--accent); font: 9px 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; } .library-card--soon { opacity: .72; } .library-card--soon .library-card__label span { color: #d2b575; }
.usage-section { max-width: 1172px; margin: 0 auto 92px; padding: 62px 0 0; display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.4fr); gap: 90px; border-top: 1px solid var(--line); }
.usage-intro h2 { margin: 13px 0 22px; font-size: clamp(35px, 4vw, 58px); line-height: .95; letter-spacing: -.07em; font-weight: 500; } .usage-intro h2 em { color: var(--accent); font-style: normal; } .usage-intro > p:last-child { max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.usage-steps { display: grid; gap: 10px; } .usage-step { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 22px 23px 24px 18px; background: rgba(20,32,31,.58); border: 1px solid var(--line); box-shadow: 0 12px 25px rgba(0,0,0,.16); } .usage-step__marker { display: grid; place-items: center; width: 30px; height: 30px; color: #15201c; background: var(--accent); font-size: 15px; box-shadow: 0 5px 14px rgba(0,0,0,.28); } .usage-step__label { display: block; margin-bottom: 9px; color: var(--accent); font: 9px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; } .usage-step h3 { margin: 0 0 9px; font-size: 17px; font-weight: 500; letter-spacing: -.02em; } .usage-step p { max-width: 610px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
footer { display: flex; justify-content: space-between; max-width: 1172px; margin: 0 auto; padding: 24px 0 30px; border-top: 1px solid var(--line); font-size: 10px; }
.ambient { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; perspective: 1100px; }
.logo-system { position: absolute; top: 405px; left: 50%; width: 0; height: 0; transform-style: preserve-3d; }
.cube-glow { position: absolute; z-index: -1; width: 300px; height: 300px; border-radius: 50%; background: rgba(156,176,128,.19); filter: blur(55px); transform: translate(-50%, -50%); }
.cube-stage { position: absolute; width: 212px; height: 212px; transform: translate(-50%, -50%) rotateX(-16deg) rotateY(-27deg); transform-style: preserve-3d; }
.cube { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; animation: spin 34s linear infinite; }
.cube__face { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(220,240,210,.16); backface-visibility: visible; box-shadow: inset 0 0 40px rgba(0,0,0,.12); } .cube__face img { display: block; width: 100%; height: 100%; } .cube__face--front { background: #618764; transform: translateZ(106px); } .cube__face--back { background: #2b5748; transform: rotateY(180deg) translateZ(106px); } .cube__face--right { background: #2b5748; transform: rotateY(90deg) translateZ(106px); } .cube__face--left { background: #618764; transform: rotateY(-90deg) translateZ(106px); } .cube__face--top { background: #9cb080; transform: rotateX(90deg) translateZ(106px); } .cube__face--bottom { background: #273338; transform: rotateX(-90deg) translateZ(106px); }
.orbit { --radius: 220px; --duration: 20s; position: absolute; left: calc(var(--radius) * -1); top: calc(var(--radius) * -1); width: calc(var(--radius) * 2); height: calc(var(--radius) * 2); border: 1px solid rgba(156,176,128,.25); border-radius: 50%; transform-style: preserve-3d; transform: rotateX(45deg) rotateZ(-8deg); }
.orbit::after { content: ''; position: absolute; inset: -1px; border-radius: inherit; border-top: 1px solid rgba(220,230,210,.42); opacity: .55; }
.planet-position { position: absolute; left: 50%; top: 50%; width: 0; height: 0; animation: orbit var(--duration) linear infinite; }
.planet { position: absolute; left: var(--radius); top: 0; width: var(--planet-width); max-height: 58px; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(0,0,0,.55)); transform: translate(-50%, -50%); animation: keep-upright var(--duration) linear infinite; }
.orbit--minecraft { --radius: 215px; --duration: 17s; --planet-width: 88px; transform: rotateX(45deg) rotateZ(-8deg); }
.orbit--stardew { --radius: 300px; --duration: 25s; --planet-width: 112px; transform: rotateX(45deg) rotateZ(5deg); }
.orbit--stardew .planet-position, .orbit--stardew .planet { animation-delay: -9s; }
.orbit--terraria { --radius: 390px; --duration: 34s; --planet-width: 126px; transform: rotateX(45deg) rotateZ(-3deg); }
.orbit--terraria .planet-position, .orbit--terraria .planet { animation-delay: -20s; }
@keyframes spin { from { transform: rotateX(-10deg) rotateY(0deg) rotateZ(2deg); } to { transform: rotateX(-10deg) rotateY(360deg) rotateZ(2deg); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes keep-upright { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@media (max-width: 1100px) { .game-card { width: 250px; } .game-card--stardew { left: 20px; } .game-card--minecraft { right: 20px; } .game-card > img { height: 325px; } }
@media (max-width: 900px) { .supported-games { margin-left: 20px; margin-right: 20px; } .games-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .usage-section { margin-left: 20px; margin-right: 20px; gap: 45px; } }
@media (max-width: 760px) { .site-header { height: 76px; padding: 0 20px; } nav { display: none; } .header-tools { gap: 12px; } .header-download { padding: 9px 10px; font-size: 10px; } .header-login { font-size: 10px; } .hero { min-height: 1680px; padding: 100px 20px 50px; justify-content: flex-start; } h1 { margin-top: 165px; font-size: clamp(54px, 17vw, 88px); } .hero-actions { margin-top: 0; } .game-card { position: absolute; top: auto; width: min(100%, 330px); min-height: 0; transform: none; } .game-card--stardew { top: 430px; left: 50%; transform: translateX(-50%); } .game-card--minecraft { top: 1025px; right: auto; left: 50%; transform: translateX(-50%); } .game-card > img { height: 365px; } .game-card p { min-height: auto; } .prompt-note { margin-top: 45px; line-height: 1.8; } .ambient { opacity: .44; } .logo-system { top: 410px; transform: scale(.62); } .feature-strip { display: block; margin: 0 20px 40px; } .feature-strip article, .feature-strip article:not(:first-child) { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); } footer { margin: 0 20px; gap: 20px; line-height: 1.5; } }
@media (max-width: 600px) { .usage-section { display: block; margin-left: 20px; margin-right: 20px; padding-top: 45px; } .usage-intro { margin-bottom: 42px; } .usage-intro > p:last-child { max-width: none; } .usage-step { grid-template-columns: 32px 1fr; gap: 12px; padding: 18px 14px 20px; } .usage-step p { font-size: 12px; line-height: 1.65; } }
@media (max-width: 600px) { .supported-games { margin-bottom: 55px; } .section-heading { display: block; } .section-heading h2 { margin: 9px 0; font-size: 26px; } .section-heading > p:last-child { line-height: 1.5; } .games-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .library-card__art { height: 245px; } .library-card__label { padding: 11px 9px 13px; } .library-card h3 { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { .cube, .planet-position, .planet { animation-play-state: paused; } }
