.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--bg: #f6f8f4;--text: #17211b;--muted: #5c675f;--surface: #ffffff;--surface-alt: #eef3ec;--border: #d7dfd5;--border-strong: #b9c7b6;--accent: #0f7b63;--accent-strong: #075f4c;--accent-soft: #dff1eb;--shadow: 0 14px 34px rgba(23, 33, 27, .08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{background:var(--bg)}body{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;color:var(--text);background:linear-gradient(180deg,#fbfcfa 0,var(--bg) 360px),var(--bg);font-family:Outfit,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}p a{color:var(--accent-strong)}a:hover{color:var(--accent)}a:focus-visible,button:focus-visible{outline:3px solid color-mix(in srgb,var(--accent),white 45%);outline-offset:3px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Space Grotesk,Outfit,ui-sans-serif,system-ui,sans-serif;font-weight:700;letter-spacing:0;line-height:1.12}h1{max-width:16ch;font-size:3.35rem}h2{font-size:1.85rem}h3{font-size:1.25rem}p,ul{color:var(--muted)}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.stack{display:grid;gap:1rem}header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface),transparent 8%);backdrop-filter:blur(10px)}.primary-nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-links{display:flex;align-items:center;gap:.35rem}.nav-links a{border-radius:7px;color:var(--muted);font-size:.95rem;font-weight:650;padding:.45rem .65rem}.nav-links a:hover{background:var(--surface-alt);color:var(--text)}.brand{display:inline-flex;align-items:center;gap:.65rem;min-width:0;line-height:1}.brand strong{display:inline-block;font-family:Space Grotesk,Outfit,ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:700;letter-spacing:0;white-space:nowrap}.logo-mark{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--accent);line-height:0}.logo-mark img{width:100%;height:100%;display:block}main{padding-block:clamp(2.25rem,5vw,4.75rem)}footer{border-top:1px solid var(--border);color:var(--muted);font-size:.92rem}.footer-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem}.footer-nav{display:flex;align-items:center;gap:1rem}.footer-nav a{color:var(--muted);text-decoration:underline;text-underline-offset:.18em}.hero{padding-block:clamp(1rem,4vw,2.5rem) clamp(2.5rem,6vw,4.5rem)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,240px);gap:clamp(1.5rem,5vw,4rem);align-items:end}.hero p{max-width:62ch;font-size:1.08rem}.eyebrow,.game-label{color:var(--accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tool-summary-grid{display:grid;gap:1rem}.tool-summary{border-left:4px solid var(--accent);background:var(--accent-soft);border-radius:8px;padding:1rem}.tool-summary strong{display:block;color:var(--accent-strong);font-size:2.4rem;line-height:1}.tool-summary span{color:var(--muted);font-weight:700}.section{padding-top:clamp(1rem,3vw,2rem)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;padding-bottom:.25rem}.section-heading>p{max-width:34ch}.tool-grid{display:grid;grid-template-columns:1fr;gap:1rem}.tool-card{position:relative;display:grid;grid-template-columns:minmax(280px,40%) minmax(0,1fr);gap:1.5rem;align-items:stretch;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden;padding:1.15rem}.coming-soon-banner{position:absolute;top:50%;left:50%;z-index:3;width:var(--banner-width, 150%);transform:translate(-50%,-50%) rotate(var(--banner-angle, -18deg));transform-origin:center;border-block:1px solid #991b1b;background:#dc2626;color:#fff;font-size:clamp(1rem,2.3vw,1.45rem);font-weight:900;letter-spacing:.16em;line-height:1;padding-block:.55rem;pointer-events:none;text-align:center;text-transform:uppercase}.tool-media{min-height:220px;width:100%;min-width:0;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface-alt)}.tool-screenshot{width:100%;max-width:100%;height:100%;display:block;object-fit:cover}.tool-copy:after{content:"";display:block;clear:both}.tool-logo-list{float:right;display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;margin:0 0 .85rem 1rem}.tool-logo{width:auto;max-width:120px;max-height:80px;object-fit:contain;display:block}.tool-logo-square{max-width:80px;max-height:80px}.game-label{display:block;max-width:none;line-height:1.5;margin-bottom:.85rem}.tool-copy h3{margin-bottom:.85rem}.tool-content{min-width:0;display:grid;align-content:space-between;gap:1.5rem;padding-block:.1rem}.card-actions{display:flex;flex-wrap:wrap;gap:.65rem}.button{min-height:2.65rem;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-weight:800;line-height:1;padding:.75rem .95rem}.button-primary{border:1px solid var(--accent-strong);background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong);color:#fff}.button-secondary{border:1px solid var(--border-strong);background:var(--surface)}.github-link{width:2.65rem;padding:0;border:1px solid var(--border-strong);background:var(--surface);color:var(--text)}.github-link:hover{background:var(--surface-alt);color:var(--accent-strong)}.github-link svg{display:block;fill:currentColor}.page-header{max-width:760px;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.page-header h1{max-width:14ch}.prose{max-width:760px}.prose p{font-size:1.05rem}code{border:1px solid var(--border);border-radius:6px;background:var(--surface-alt);padding:.1rem .35rem}@media(max-width:900px){.hero-grid,.tool-grid{grid-template-columns:1fr}.tool-card{grid-template-columns:1fr;min-height:0}.tool-media{min-height:180px;aspect-ratio:2000 / 1204}.section-heading{display:grid;align-items:start}.tool-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media(max-width:640px){h1{font-size:2.35rem}h2{font-size:1.55rem}.primary-nav{min-height:64px}.nav-links{gap:.7rem;font-size:.95rem}}@media(max-width:360px){.brand strong{white-space:normal}.logo-mark{display:none}}@media(prefers-color-scheme:dark){:root{--bg: #111317;--text: #f4f4f5;--muted: #a1a1aa;--surface: #181b20;--surface-alt: #20242b;--border: #30343c;--border-strong: #4b525d;--accent: #6ee7c8;--accent-strong: #99f6e4;--accent-soft: #1f2f31;--shadow: none}body{background:linear-gradient(180deg,#171a1f 0,var(--bg) 360px),var(--bg)}.button-primary,.button-primary:hover{color:#071817}}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/outfit-latin-ext-400-normal.5tcqmc2S.woff2) format("woff2"),url(/_astro/outfit-latin-ext-400-normal.DHm7mdGe.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/outfit-latin-400-normal.BGsTXAXT.woff2) format("woff2"),url(/_astro/outfit-latin-400-normal.DMwTpYkH.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/space-grotesk-vietnamese-400-normal.B7xT_GF5.woff2) format("woff2"),url(/_astro/space-grotesk-vietnamese-400-normal.BIWiOVfw.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/space-grotesk-latin-ext-400-normal.CfP_5XZW.woff2) format("woff2"),url(/_astro/space-grotesk-latin-ext-400-normal.DRPE3kg4.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/space-grotesk-latin-400-normal.CJ-V5oYT.woff2) format("woff2"),url(/_astro/space-grotesk-latin-400-normal.BnQMeOim.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
