*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#121212;--color-surface:#1a1a1a;--color-surface-hover:#222222;--color-text:#e2e8f0;--color-text-muted:#a1b0c4;--color-primary:#4295f1;--color-primary-hover:#5ba3f5;--color-primary-dim:rgba(66, 149, 241, 0.1);--color-border:#2a2a2a;--color-code-bg:#1e1e1e;--font-sans:'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-mono:'Geist Mono', 'Fira Code', 'JetBrains Mono', Consolas, monospace;--max-width:720px;--max-width-wide:1080px;--color-green:#22c55e;--color-red:#ef4444;--color-discord:#5865F2;--color-steam:#1b2838}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-hover)}img{max-width:100%;height:auto;display:block;border-radius:8px}.site-header{border-bottom:1px solid var(--color-border);padding:0 2rem;position:sticky;top:0;background:rgba(18,18,18,.85);backdrop-filter:blur(12px);z-index:100;height:64px;display:flex;align-items:center}.nav-container{max-width:var(--max-width-wide);margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center}.site-logo{font-weight:700;font-size:1.2rem;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.site-logo img{width:28px;height:28px;border-radius:4px}.site-logo:hover{text-decoration:none;color:var(--color-primary)}.nav-links{display:flex;list-style:none;gap:1.5rem;align-items:center}.nav-links a{color:var(--color-text-muted);font-size:.9rem;font-weight:500}.nav-links a:hover,.nav-links a.active{color:var(--color-primary);text-decoration:none}.nav-external{display:inline-flex;align-items:center;gap:.25rem}.nav-external svg{opacity:.7}.nav-divider{width:1px;height:24px;background:var(--color-border)}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:all .3s}.nav-toggle.open span:nth-child(1){transform:rotate(45deg)translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{max-width:var(--max-width-wide);margin:0 auto;padding:4rem 1.5rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:2rem;letter-spacing:-.025em;font-weight:700;line-height:1}.hero p{color:var(--color-text-muted);font-size:1.25rem;max-width:640px;margin:0 auto 2rem;line-height:1.4}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.hero-links{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}.hero-links a{color:var(--color-text);font-size:1.125rem;font-weight:500;display:inline-flex;align-items:center;gap:.35rem}.hero-links a:hover{color:var(--color-primary)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;border-radius:8px;font-weight:500;font-size:1.125rem;line-height:1.75rem;text-decoration:none;transition:transform .2s,opacity .2s}.btn:hover{transform:translateY(-1px);opacity:.9}.btn-steam{background:#e4e4e7;color:#131313}.btn-steam:hover{color:#131313;background:#d4d4d8}.btn-discord{background:var(--color-discord);color:#fff;padding:.625rem 2rem}.btn-discord:hover{color:#fff}.page-header{max-width:var(--max-width);margin:3rem auto 2rem;padding:0 1.5rem}.page-header h1{font-size:2rem;font-weight:700;letter-spacing:-.02em}.page-desc{color:var(--color-text-muted);margin-top:.5rem}.recent-posts,section.post-list{max-width:var(--max-width-wide);margin:0 auto;padding:0 1.5rem}.recent-posts h2{font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.post-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.post-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-2px);border-color:var(--color-primary)}.post-card-image{display:block;aspect-ratio:16/9;overflow:hidden;text-decoration:none}.post-card-image img{width:100%;height:100%;object-fit:cover;border-radius:0}.post-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#141a22 0%,#1a2533 50%,#141a22 100%);display:flex;align-items:center;justify-content:center}.post-card-placeholder img{width:64px;height:64px;opacity:.4;border-radius:12px}.post-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.post-card-body h2,.post-card-body h3{font-size:1.1rem;margin:.5rem 0;line-height:1.4;font-weight:600}.post-card-body h2 a,.post-card-body h3 a{color:var(--color-text)}.post-card-body h2 a:hover,.post-card-body h3 a:hover{color:var(--color-primary);text-decoration:none}.post-card-body p{color:var(--color-text-muted);font-size:.88rem;margin-top:.5rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card-body .post-tags{margin-top:auto;padding-top:.75rem}.post-meta{display:flex;gap:.75rem;font-size:.82rem;color:var(--color-text-muted);flex-wrap:wrap}.reading-time::before{content:"\00b7";margin-right:.75rem}.author::before{content:"\00b7";margin-right:.75rem}.post-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.tag,.tag-pill{font-size:.78rem;color:var(--color-primary);background:var(--color-primary-dim);padding:.2rem .6rem;border-radius:20px;transition:background .2s;font-weight:500}.tag:hover,.tag-pill:hover{background:rgba(66,149,241,.2);text-decoration:none}.tags-cloud{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.tags-nav{max-width:var(--max-width-wide);margin:0 auto 1.5rem;padding:0 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.post{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.post-header{margin-bottom:2rem}.post-header h1{font-size:2.25rem;line-height:1.25;letter-spacing:-.03em;margin:.75rem 0;font-weight:700}.post-subtitle{color:var(--color-text-muted);font-size:1.05rem;margin-top:.5rem;line-height:1.7}.post-cover{margin:2rem 0}.post-cover img{width:100%;border-radius:12px}.toc{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;padding:1rem 1.25rem;margin-bottom:2rem}.toc summary{font-weight:600;cursor:pointer;font-size:.92rem}.toc ul{margin:.75rem 0 0 1.25rem}.toc li{margin:.3rem 0;font-size:.88rem}.toc a{color:var(--color-text-muted)}.toc a:hover{color:var(--color-primary)}.post-content h2{font-size:1.5rem;margin:2.5rem 0 1rem;border-bottom:1px solid var(--color-border);padding-bottom:.5rem;font-weight:600}.post-content h3{font-size:1.25rem;margin:2rem 0 .75rem;font-weight:600}.post-content h4{font-size:1.05rem;margin:1.5rem 0 .5rem;font-weight:600}.post-content p{margin:1rem 0}.post-content ul,.post-content ol{margin:1rem 0;padding-left:1.5rem}.post-content li{margin:.4rem 0}.post-content blockquote{border-left:3px solid var(--color-primary);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--color-surface);border-radius:0 10px 10px 0;color:var(--color-text-muted)}.post-content code{font-family:var(--font-mono);font-size:.875em;background:var(--color-code-bg);padding:.15rem .4rem;border-radius:4px;border:1px solid var(--color-border)}.post-content pre{background:var(--color-code-bg);border:1px solid var(--color-border);border-radius:10px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:0 0;padding:0;font-size:.88rem;border:none}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.post-content th,.post-content td{border:1px solid var(--color-border);padding:.6rem 1rem;text-align:left}.post-content th{background:var(--color-surface);font-weight:600}.post-content img{margin:1.5rem auto;border-radius:10px}.post-content hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}.post-content a{text-decoration:underline;text-underline-offset:2px}.post-content a:hover{text-decoration-color:var(--color-primary)}.cta-box{background:var(--color-primary-dim);border:1px solid rgba(66,149,241,.25);border-radius:12px;padding:1.5rem 2rem;margin:2rem 0;text-align:center}.cta-box p{color:var(--color-text);margin:.5rem 0}.cta-box a{display:inline-block;background:var(--color-primary);color:#fff;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;margin-top:.75rem;text-decoration:none;transition:background .2s}.cta-box a:hover{background:var(--color-primary-hover);color:#fff}.post-footer{display:flex;justify-content:space-between;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border);gap:1rem}.post-nav{font-size:.88rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin:3rem 0;font-size:.92rem}.page-info{color:var(--color-text-muted)}.view-all{display:inline-block;margin-top:2rem;font-weight:500}.site-footer{border-top:1px solid var(--color-border);padding:2rem;margin-top:4rem;background:rgba(18,18,18,.95)}.footer-container{max-width:var(--max-width-wide);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem}.footer-brand img{width:24px;height:24px;border-radius:4px}.footer-socials{display:flex;gap:1rem}.footer-socials a{color:var(--color-text-muted);font-size:.85rem;padding:.4rem .6rem;border-radius:6px;transition:color .2s,background .2s}.footer-socials a:hover{color:var(--color-text);background:var(--color-surface)}.footer-nav{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-nav a{color:var(--color-text-muted);font-size:.88rem}.footer-legal{font-size:.78rem;color:var(--color-text-muted);opacity:.7;max-width:500px}.bmc-landing:hover img{transform:scale(1.05);transition:transform .2s}.footer-copyright{font-size:.85rem;color:var(--color-text-muted)}.share-buttons{display:flex;align-items:center;gap:.75rem;margin:2.5rem 0 1.5rem;padding:1rem 0;border-top:1px solid var(--color-border)}.share-label{font-size:.88rem;color:var(--color-text-muted);font-weight:500;margin-right:.25rem}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:var(--color-surface);color:var(--color-text-muted);border:1px solid var(--color-border);cursor:pointer;transition:all .2s;text-decoration:none}.share-btn:hover{color:var(--color-text);background:var(--color-surface-hover);border-color:var(--color-primary)}.share-twitter:hover{color:#1da1f2}.share-reddit:hover{color:#ff4500}.share-facebook:hover{color:#1877f2}.share-copy.copied{color:#22c55e;border-color:#22c55e}.steam-widget{margin:1.5rem 0;border-radius:8px;overflow:hidden}.steam-widget iframe{display:block;border-radius:8px}.discord-widget{margin:1.5rem 0 2rem;border-radius:10px;overflow:hidden;border:1px solid var(--color-border)}.discord-widget iframe{display:block;border-radius:10px}.landing-section{padding:4rem 0}.landing-section--alt{background:var(--color-surface)}.landing-container{max-width:var(--max-width-wide);margin:0 auto;padding:0 1.5rem}.landing-container--narrow{max-width:var(--max-width)}.landing-container--center{text-align:center}.section-title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}.section-subtitle{color:var(--color-text-muted);text-align:center;margin-bottom:2rem}.reviews-slider{position:relative;max-width:600px;margin:0 auto;min-height:200px}.review-slide{display:none;text-align:center}.review-slide.active{display:block;animation:fadeIn .5s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.review-slide p{font-style:italic;font-size:1.15rem;line-height:1.8;color:var(--color-text);margin:0 0 1.5rem}.review-footer{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.9rem;color:var(--color-text-muted)}.review-hours{font-weight:500}.review-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s}.review-link:hover{color:var(--color-text)}.review-link svg{opacity:.7}.review-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.review-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--color-text-muted);opacity:.3;cursor:pointer;padding:0;transition:opacity .2s,width .2s}.review-dot.active{opacity:1;width:24px;border-radius:4px}.game-link-sep{color:var(--color-text-muted);opacity:.4;margin:0 .25rem}.why-text{font-size:1.1rem;line-height:1.8;color:var(--color-text-muted);text-align:center}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem}.feature-icon{width:48px;height:48px;background:var(--color-primary-dim);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:1rem}.feature-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.comparison-wrapper{overflow-x:auto;margin-top:2rem;border-radius:12px;border:1px solid var(--color-border);max-width:100%}.comparison-table{width:100%;border-collapse:collapse;min-width:700px}.comparison-table th,.comparison-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid var(--color-border);font-size:.88rem}.comparison-table th{background:var(--color-bg);font-weight:600;font-size:.82rem;white-space:nowrap}.comparison-table .feature-label{text-align:left;font-weight:600;min-width:160px}.comparison-table .feature-label small{display:block;font-weight:400;font-size:.75rem;color:var(--color-text-muted);margin-top:.15rem}.comparison-table .highlight-col{background:rgba(66,149,241,5%)}.cell-yes{color:var(--color-green);font-weight:700;font-size:1.1rem}.cell-no{color:var(--color-red);font-weight:700;font-size:1.1rem}.cell-partial{color:#eab308;font-weight:700;font-size:1.1rem}.cell-partial small{display:block;font-size:.7rem;font-weight:400;color:var(--color-text-muted)}.steam-centered{display:flex;justify-content:center;margin-top:2rem}.steam-centered iframe{border-radius:8px;max-width:100%}.steam-disclaimer{font-size:.82rem;color:var(--color-text-muted);margin-top:1rem}.origin-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.origin-story .section-title{text-align:left}.origin-story p{color:var(--color-text-muted);font-size:.95rem;line-height:1.8;margin-bottom:1.25rem}.origin-discord h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.origin-discord>p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1rem}.steamdb-widget{max-width:48rem;margin:0 auto}.support-text{max-width:640px;margin:0 auto 2rem;color:var(--color-text-muted);line-height:1.7}.support-text p+p{margin-top:1rem}.bmc-landing{display:inline-block}.games-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.games-page-grid--4col{grid-template-columns:repeat(4,1fr)}.game-page-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s}.game-page-card:hover{transform:translateY(-2px);border-color:var(--color-primary)}.game-page-card-image{display:block;aspect-ratio:460/215;overflow:hidden}.game-page-card-image img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .3s}.game-page-card:hover .game-page-card-image img{transform:scale(1.05)}.game-page-card-info{padding:1rem;text-align:center}.game-page-card-info h3{font-size:1rem;font-weight:600;margin-bottom:.4rem}.game-page-card-links{font-size:.88rem}.game-page-card-links a{color:var(--color-text-muted)}.game-page-card-links a:hover{color:var(--color-text)}.press-kit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.press-kit-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:border-color .2s}.press-kit-card:hover{border-color:var(--color-primary)}.press-kit-card-preview{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;padding:.75rem;background:rgba(255,255,255,3%)}.press-kit-card-preview img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.press-kit-card-info{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-top:1px solid var(--color-border);font-size:.85rem;color:var(--color-text-muted)}.press-kit-download{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;color:var(--color-text-muted);transition:color .2s,background .2s}.press-kit-download:hover{color:var(--color-text);background:var(--color-surface-hover)}.buy-page{padding:4rem 1.5rem;text-align:center}.buy-page-inner{max-width:700px;margin:0 auto}.buy-page h1{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.buy-subtitle{color:var(--color-text-muted);font-size:1.1rem;margin-bottom:2.5rem}.buy-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem}.buy-card h2{font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.buy-card-desc{color:var(--color-text-muted);font-size:.95rem;margin-bottom:1.5rem}.page-cta{text-align:center;margin:3rem 0;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px}.page-cta h2{font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.page-cta p{color:var(--color-text-muted);font-size:.95rem;margin-bottom:1.25rem;max-width:500px;margin-left:auto;margin-right:auto}@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1.05rem}.hero-links a{font-size:.95rem}.post-header h1{font-size:1.65rem}.post-list{grid-template-columns:1fr}.site-header{padding:0 1rem}.share-buttons{flex-wrap:wrap}.share-label{width:100%}.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:rgba(18,18,18,.98);backdrop-filter:blur(12px);flex-direction:column;padding:1rem 1.5rem;gap:0;border-bottom:1px solid var(--color-border)}.nav-links.open{display:flex}.nav-links li{padding:.6rem 0}.nav-links a{font-size:1rem}.nav-divider-li{display:none}.landing-section{padding:3rem 0}.section-title{font-size:1.4rem}.review-slide p{font-size:1rem}.features-grid{grid-template-columns:1fr}.origin-grid{grid-template-columns:1fr}.origin-story .section-title{text-align:center}.origin-discord{text-align:center}.origin-discord iframe{width:100%!important;max-width:350px}.footer-socials{flex-wrap:wrap;justify-content:center}.games-page-grid{grid-template-columns:1fr}.games-page-grid--4col{grid-template-columns:repeat(2,1fr)}.press-kit-grid{grid-template-columns:repeat(2,1fr)}.buy-page{padding:2rem 1rem}}