@font-face{font-family:PP Mondwest;src:url(/font/ppmondwest-regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sometype Mono;src:url(/font/sometype-mono-400.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sometype Mono;src:url(/font/sometype-mono-500.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Sometype Mono;src:url(/font/sometype-mono-700.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--jw-dark-wood: #1e2421;--jw-warm-brown: #3a3228;--jw-gray-teal: #6b7c75;--jw-teal: #4d8b7a;--jw-forest: #355e4f;--jw-olive: #3b4a38;--jw-peach: #d9a07a;--jw-cream: #e8dcc8;--jw-paper: #f0e8d8;--jw-khaki: #b5a68c;--jw-vermillion: #c0462c;--jw-persimmon: #ee9944;--jw-gold: #f0c060;--site-bg: var(--jw-dark-wood);--site-bg-alt: #222b27;--site-text: var(--jw-cream);--site-text-muted: var(--jw-gray-teal);--site-text-dim: var(--jw-khaki);--site-brand: var(--jw-persimmon);--site-brand-glow: var(--jw-gold);--site-link: var(--jw-persimmon);--font-mono: "Sometype Mono", "Monaco", Courier, monospace;--font-display: "PP Mondwest", var(--font-mono)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-mono);background:var(--site-bg);color:var(--site-text);font-size:1.125rem;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--site-link);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--font-mono);font-size:.875em;background:#ffffff0f;padding:2px 6px;border-radius:3px}strong{font-weight:600;color:var(--site-text)}.container{max-width:840px;margin:0 auto;padding:0 32px}.hero{padding:120px 0 80px;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-wordmark{width:380px;aspect-ratio:625 / 160;background:var(--jw-olive);mask-image:url(/img/moss-wordmark.svg);mask-size:contain;mask-repeat:no-repeat;-webkit-mask-image:url(/img/moss-wordmark.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;image-rendering:pixelated;margin-bottom:24px}.hero-mascot-row{display:flex;gap:2px;margin:64px 0 0;justify-content:center;align-items:center}.hero-mascot{width:70px;height:40px;background:var(--jw-persimmon);mask-image:url(/img/MOSS.svg);mask-size:contain;mask-repeat:no-repeat;-webkit-mask-image:url(/img/MOSS.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.hero-mascot-speech{font-family:var(--font-mono);font-size:.875rem;font-weight:400;color:var(--site-text);line-height:1;padding-bottom:1px}.hero-tagline{font-size:1.375rem;color:var(--site-text-dim);max-width:480px;line-height:1.5;margin-bottom:48px}.hero-cta{display:inline-block;padding:14px 44px;background:var(--site-brand);color:var(--site-bg);font-family:var(--font-mono);font-size:1.125rem;font-weight:600;border-radius:8px;transition:background .15s}.hero-cta:hover{background:var(--site-brand-glow);text-decoration:none}.section{padding:40px 0 80px}.section-alt{background:var(--site-bg-alt)}.section-title{font-family:var(--font-display);font-size:2.25rem;font-weight:700;margin:24px 0;color:var(--site-text)}.section-body{font-size:1.25rem;color:var(--site-text-muted);max-width:620px;line-height:1.7}.about-body{display:flex;flex-direction:column;gap:20px}.about-body p{font-size:1.25rem;color:var(--site-text-muted);line-height:1.7}.about-screenshot{width:100%;border-radius:8px;border:2px solid rgba(255,255,255,.08)}.about-creek{width:512px;max-width:100%;aspect-ratio:2 / 1;margin:48px auto 0;background-image:url(/img/decoration--creek.png);background-size:500% 100%;background-position:0 0;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.examples-section{padding:80px 0}.examples-intro{font-size:1.125rem;color:var(--site-text-muted);margin-bottom:32px}.examples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.example-card{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:var(--site-text);transition:transform .15s ease;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.example-card:hover{transform:translateY(-3px);text-decoration:none}.example-card:hover .example-image{border-color:var(--site-brand)}.example-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;border:2px solid rgba(255,255,255,.08);image-rendering:pixelated;background:var(--site-bg-alt);transition:border-color .15s}.example-name{font-size:.938rem;color:var(--site-text-muted);text-align:center;line-height:1.4}.footer{padding:40px 0;border-top:1px solid rgba(255,255,255,.06)}.footer-content{display:flex;align-items:center;justify-content:space-between}.footer-left{display:flex;align-items:baseline;gap:8px}.footer-logo{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--site-brand)}.footer-byline{font-size:.875rem;color:var(--site-text-muted)}.footer-cta{font-size:.875rem;font-weight:500;color:var(--site-link)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000000d9;opacity:0;pointer-events:none;transition:opacity .2s ease}.lightbox.open{opacity:1;pointer-events:auto}.lightbox-img{max-width:90vw;max-height:90vh;image-rendering:pixelated;border-radius:8px;border:2px solid rgba(255,255,255,.1)}.lightbox-close{position:absolute;top:24px;right:32px;background:none;border:none;color:var(--site-text);font-size:2.5rem;cursor:pointer;line-height:1;opacity:.6;transition:opacity .15s}.lightbox-close:hover{opacity:1}@media (max-width: 600px){body{font-size:1rem}.hero{padding:72px 0 56px}.hero-wordmark{width:240px;margin-bottom:16px}.hero-mascot-row{margin-bottom:36px}.hero-tagline{font-size:1.125rem;margin-bottom:36px}.hero-cta{font-size:1rem;padding:12px 32px}.section{padding:56px 0}.section-title{font-size:1.75rem}.section-body,.about-body p{font-size:1.125rem}.about-creek{margin-top:36px}.examples-section{padding:56px 0}.examples-grid{grid-template-columns:1fr;max-width:320px;gap:28px}.footer-content{flex-direction:column;gap:12px;align-items:center}}@media (min-width: 601px) and (max-width: 800px){.hero-wordmark{width:300px}.examples-grid{gap:20px}}
