@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=JetBrains+Mono:wght@400;500&family=Open+Sans:wght@400;600;700&display=swap");:root{--light:#cccccc;--dark:#3f67b1;--disabled:#999999;--accent:#fecd08;--accent-highlight:#ffff66;--success:#41bc95;--error:#ed1c24;--foreground-light:#cccccc;--foreground-placeholder:#999999;--foreground-dark:#25415e;--background-card:#d4deff;--link:#3f67b1;--link-highlight:#6699ff;--content-font:"Open Sans",sans-serif;--special-font:"Audiowide",sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--three-column-layout:minmax(60px,1fr) minmax(128px,1140px) minmax(60px,1fr);--center-column:2/span 1}@media screen and (max-width:650px){:root{--center-column:1/span 3}}*{box-sizing:border-box;margin:0;padding:0}.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}html{font-family:var(--content-font);font-size:1rem;color:var(--foreground-dark)}body{background:transparent;height:100%;display:flex;flex-direction:column}h1,h2,h3,h4{font-family:var(--special-font);font-weight:400;color:var(--dark)}h1{text-align:center;font-size:2.5rem;padding-bottom:1rem}h2{font-size:2rem}h2,h3{padding-bottom:.25rem;padding-top:.5rem}h3{font-size:1.5rem}h4{font-size:1rem;text-decoration:underline;padding-bottom:.25rem;padding-top:.5rem}p{padding-bottom:1rem}a{color:var(--link);font-weight:600;text-decoration:none}a:hover{color:var(--link-highlight);text-decoration:underline}ol,ul{padding-left:40px}td{padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--light)}@media screen and (max-width:650px){ol,ul{padding-left:20px}}.centered-video-container{width:560px;height:315px;position:relative;margin-left:auto;margin-right:auto}@media screen and (max-width:1000px){.centered-video-container{width:320px;height:180px}}@media screen and (max-width:650px){.centered-video-container{width:256px;height:144px}}.video-container iframe{position:absolute;width:100%;height:100%;border-radius:8px}html{height:100%;display:flex;flex-direction:column}.fa{text-align:center}.page-background{height:100%;overflow:auto}.page-header{background-color:black;border-bottom:8px solid var(--accent);position:relative;z-index:10}.content-area,.page-header{display:grid;grid-template-columns:var(--three-column-layout)}.content-area{flex:1}.content-body{padding:16px 32px;grid-column:var(--center-column);flex:1}.split-column-box{display:flex;flex-direction:row;flex-wrap:wrap}.split-column{flex:1;min-width:352px}.card{padding:0 32px}.center-text,.title{text-align:center}.title{font-size:1.5rem;background-color:var(--dark);padding:8px;border-radius:8px;color:var(--accent);margin-bottom:8px}.preview-video{max-width:480px;padding-bottom:270px;position:relative;height:0;margin-left:auto;margin-right:auto;margin-bottom:32px}.end-of-page{text-align:center}@media screen and (max-width:650px){.content-body{padding:16px 8px;grid-column:var(--center-column)}}.header-content{grid-column:var(--center-column);display:flex;flex-direction:column;position:relative}.logo{width:100%;max-height:128px;margin:16px}.logo img{width:auto;height:100%}.flavor-text{color:var(--foreground-light);text-align:center;font-weight:600;margin:0 32px 16px}.nav-bar{margin:0 auto 16px}.nav-bar ul{display:flex;list-style:none;font-family:var(--special-font);font-size:2rem;padding:0}.nav-bar ul,.nav-bar ul a{font-weight:400}.nav-bar li{padding-right:12px;padding-left:12px}.nav-bar a{color:var(--accent);text-decoration:none;border-radius:4px;padding:6px 8px}.nav-bar a:hover{color:var(--accent-highlight);text-decoration:none;background-color:var(--dark);border-radius:16px;transition:all .3s ease-in-out 0s}.social-media-bar{margin:0;position:absolute;right:8px;top:8px}.social-media-bar a{margin-left:8px}@media screen and (max-width:650px){.flavor-text{font-size:.8rem}.nav-bar ul{flex-direction:column;align-items:center}.nav-bar li{padding-right:0;padding-bottom:.5rem}.social-media-bar a{font-size:1rem;width:1.75rem;height:1.75rem;line-height:1.75rem}}.page-footer{margin-top:auto;padding-top:16px;padding-bottom:16px;text-align:center;color:var(--foreground-light);background-color:black;border-top:8px solid var(--accent);position:relative;z-index:10}.page-footer a,.page-footer a:hover{color:var(--accent)}.social-media-bar a{font-size:1.5rem;width:2.25rem;height:2.25rem;line-height:2.25rem;background-color:#00000000;color:var(--accent);border-radius:4px}.social-media-bar a:hover{color:var(--accent-highlight);background-color:var(--dark);text-decoration:none;border-radius:16px;transition:all .3s ease-in-out 0s}.game-card{display:flex;flex-direction:column;align-items:center}.game-card-title-area{font-size:1.5rem;text-align:center;background-color:var(--dark);padding:8px;border-radius:8px;width:80%;color:var(--accent)}.game-card-body{display:flex;flex-direction:row;padding:8px;width:80%}.game-card-splash{width:33%;min-width:128px;margin-left:8px;margin-right:8px;margin-bottom:0}.game-card-splash-image{width:100%;border-radius:16px}.game-card-content{display:flex;flex-direction:column;padding-left:16px;padding-right:16px;width:100%;min-width:128px}.game-card-text{padding-bottom:16px;border-bottom:1px solid var(--light);font-weight:600}.game-card-badges,.game-card-text{padding-top:16px}.game-card-badges ul{padding-left:0;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.game-card-badge{height:3rem;width:auto;margin:4px}@media screen and (max-width:850px){.game-card-title-area{width:90%}.game-card-body{display:flex;flex-direction:column;align-items:center;padding:8px 0;width:100%}.game-card-text{padding-top:16px}.game-card-splash{width:80%}.game-card-content{width:80%;padding-left:0;padding-right:0}}.fullscreen-video-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1;pointer-events:none}.fullscreen-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);background:no-repeat;background-size:cover}.texture-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:url(/images/crt-texture.png) repeat;background-size:2px 4px;opacity:1;pointer-events:none}.content-container{position:relative;z-index:1}.blog-shell{--blog-bg:#0a0a0f;--blog-border:rgba(254,205,8,0.15);display:grid;grid-template-columns:260px 1fr;min-height:80vh;position:relative;color:var(--foreground-light);font-family:var(--blog-font-body,var(--content-font))}.blog-shell,.blog-shell:before{width:100%;background-color:var(--blog-bg)}.blog-shell:before{content:"";position:fixed;top:0;left:0;height:100%;z-index:-2;pointer-events:none}.blog-sidebar{padding:1.25rem 1.25rem 2rem;border-right:1px solid var(--blog-border);display:flex;flex-direction:column;gap:1rem}.blog-sidebar-skeleton{min-height:200px}.blog-search-wrap{flex-shrink:0;margin-bottom:.25rem}.blog-sidebar-title{font-family:var(--blog-font-heading,var(--special-font));font-size:1.1rem;font-weight:600;color:var(--accent);margin:0 0 .15rem;padding:0}.blog-view-toggle{display:inline-block;font-size:.85rem;color:var(--foreground-placeholder);text-decoration:none;padding:.35rem 0;transition:color .15s ease}.blog-view-toggle:hover{color:var(--accent-highlight);text-decoration:none}.blog-view-toggle-active{color:var(--accent);font-weight:600}.blog-sidebar-posts{flex:1;min-height:0;overflow-y:auto}.blog-sidebar-posts-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem}.blog-sidebar-posts-empty{font-size:.9rem;color:var(--foreground-placeholder);font-style:italic}.blog-sidebar-post-link{display:block;padding:.4rem .5rem;font-size:.9rem;color:var(--foreground-light);text-decoration:none;border-radius:6px;transition:background-color .15s ease,color .15s ease;line-height:1.3}.blog-sidebar-post-link:hover{color:var(--accent-highlight);background-color:rgba(255,255,255,.06);text-decoration:none}.blog-sidebar-post-link-active{color:var(--accent);font-weight:600;background-color:rgba(254,205,8,.08)}.blog-sidebar-view-all-mobile{display:none}.blog-search-input{width:100%;padding:.5rem .75rem;font-size:.9rem;font-family:inherit;color:var(--foreground-light);background-color:rgba(255,255,255,.06);border:1px solid var(--blog-border);border-radius:6px;outline:none}.blog-search-input::placeholder{color:var(--foreground-placeholder)}.blog-search-input:focus{border-color:rgba(254,205,8,.35)}.blog-main{padding:2rem 1.5rem 3rem;overflow-x:hidden}@media screen and (max-width:768px){.blog-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.blog-sidebar{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-right:none;border-bottom:1px solid var(--blog-border);max-height:40vh;overflow-y:auto}.blog-search-wrap{width:100%;min-width:0;flex:1 1 100%;order:-1}.blog-sidebar-title{width:auto;margin-bottom:0;order:1}.blog-view-toggle{order:2}.blog-sidebar-view-all-mobile{display:inline-block;order:3;font-size:.9rem;color:var(--accent);font-weight:600;text-decoration:none;padding:.4rem 0}.blog-sidebar-view-all-mobile:hover{color:var(--accent-highlight);text-decoration:none}.blog-sidebar-posts{display:none}}.blog-page{position:relative;color:var(--foreground-light);padding:0}.blog-article{max-width:72ch;margin:0 auto}.blog-title{font-family:var(--blog-font-heading,var(--special-font));font-size:2.5rem;color:var(--accent);text-align:center;margin-bottom:1.5rem}.blog-intro{font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;color:var(--foreground-light)}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.blog-placeholder{color:var(--foreground-placeholder);font-style:italic;margin-bottom:0}.blog-card{background-color:rgba(255,255,255,.04);border:1px solid rgba(254,205,8,.2);border-left:3px solid var(--accent);border-radius:12px;padding:1.5rem 1.75rem;transition:border-color .2s ease,background-color .2s ease}.blog-card:hover{border-color:rgba(254,205,8,.4);border-left-color:var(--accent-highlight);background-color:rgba(255,255,255,.06)}.blog-card-link{color:inherit;text-decoration:none;display:block}.blog-card-link:hover{color:var(--accent-highlight);text-decoration:none}.blog-card-title{font-family:var(--blog-font-heading,var(--special-font));font-size:1.35rem;color:var(--accent);margin-bottom:.5rem}.blog-card-date{font-size:.875rem;color:var(--foreground-placeholder);margin-bottom:.75rem}.blog-card-excerpt{font-size:1rem;line-height:1.55;color:var(--foreground-light);margin-bottom:0}.blog-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--blog-border);margin-left:.5rem}.blog-timeline-item{position:relative;padding-bottom:2rem}.blog-timeline-item:last-child{padding-bottom:0}.blog-timeline-item:before{content:"";position:absolute;left:-2rem;top:.35rem;width:10px;height:10px;margin-left:-5px;background-color:var(--accent);border-radius:50%;box-shadow:0 0 0 3px var(--blog-bg)}.blog-timeline-date{font-size:.8rem;color:var(--accent);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.03em}.blog-timeline-date,.blog-timeline-title{font-family:var(--blog-font-heading,var(--special-font))}.blog-timeline-title{font-size:1.2rem;margin-bottom:.25rem}.blog-timeline-title a{color:var(--accent);text-decoration:none}.blog-timeline-title a:hover{color:var(--accent-highlight);text-decoration:underline}.blog-timeline-excerpt{font-size:.95rem;line-height:1.5;color:var(--foreground-light);margin:0}.blog-back{margin-bottom:1.5rem}.blog-back a{color:var(--accent);font-size:.95rem}.blog-post-date{display:block;font-size:.875rem;color:var(--foreground-placeholder);margin-bottom:1.5rem}.blog-post-content{font-size:1rem;line-height:1.65}.blog-post-content p{margin-bottom:1rem}.blog-post-content p:last-child{margin-bottom:0}.blog-post-content ol,.blog-post-content ul{padding-left:1.5rem;margin-bottom:1rem}.blog-post-content li{margin-bottom:.35rem}.blog-post-content code{font-family:var(--font-mono);font-size:.9em;background-color:rgba(255,255,255,.08);padding:.15em .4em;border-radius:4px}.blog-post-content pre{font-family:var(--font-mono);overflow-x:auto;padding:1rem;background-color:rgba(255,255,255,.06);border-radius:8px;margin-bottom:1rem}.blog-post-content pre code{font-family:var(--font-mono);padding:0;background:none;font-size:.875rem}.blog-post-content h2,.blog-post-content h3,.blog-post-content h4{font-family:var(--blog-font-heading,var(--special-font));margin-top:1.5rem;margin-bottom:.5rem}.blog-page a:not(.blog-card-link){color:var(--accent)}.blog-page a:not(.blog-card-link):hover{color:var(--accent-highlight)}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}