:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;font-family:Arial,sans-serif;background-color:#191919;color:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}button{border-radius:0;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}.header{display:flex;align-items:center;padding:.2rem 2rem;background-color:#000;color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000004d;line-height:1}.header:before{content:"";position:absolute;top:-100vh;left:0;width:100%;height:100vh;background-color:#000;z-index:-1}.logo{text-decoration:none}.logo img{display:block;height:clamp(30px,5vw,50px)}.nav{display:flex;gap:2rem;position:absolute;left:50%;transform:translate(-50%)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:5px;margin-left:auto;margin-right:1rem;transition:color .3s,transform .2s}.hamburger:hover{transform:scale(1.1)}.hamburger img{width:25px}.nav a{color:#fff;text-decoration:none;font-size:1.1rem;transition:color .3s;white-space:nowrap}.nav a:hover{color:#61dafb}.nav a.active{color:#61dafb;border-bottom:2px solid #61dafb}.social-icons{margin-left:auto;display:flex;align-items:center;gap:1.2rem}.social-icons a{color:#fff;font-size:1.5rem;vertical-align:middle;display:flex;transition:color .3s,transform .2s}.social-icons a:hover{color:#61dafb;transform:scale(1.1)}@media(max-width:768px){.header{padding:.2rem 1rem;flex-wrap:wrap}.hamburger{display:flex;order:2;margin-left:auto;margin-right:1rem}.nav{position:static;width:100%;background-color:#000;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;transform:none;left:auto;top:auto;display:none;order:4}.nav.nav-open{display:flex}.nav a{font-size:1.2rem;padding:.5rem}.social-icons{order:3;margin-left:0;gap:1rem}.social-icons a{font-size:1.3rem}.logo{order:1}}@media(max-width:480px){.header{padding:.2rem .5rem}.social-icons{gap:.8rem}.social-icons a{font-size:1.2rem}}.banner{height:400px;margin-left:calc(-50vw + 50%);width:100vw;overflow:hidden;position:relative;margin-bottom:2rem;border-bottom:1px solid #333}.banner-overlay{position:absolute;bottom:5%;left:0;right:0;height:60px;background-color:#000000bf;display:flex;align-items:center;justify-content:center;width:100%}.banner-text{color:#dfdfdf;font-size:1.5rem;font-family:Courier New,Courier,monospace;font-weight:700;text-align:center;padding:0 2rem;letter-spacing:.1rem;text-transform:uppercase}.banner img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block;filter:brightness(.85);transition:transform .3s,filter .3s}.banner a{display:block;width:100%;height:100%}.page.home-page{padding:0 5vw;max-width:1600px;margin:0 auto}.content-rect{display:flex;width:100%;height:auto;margin-bottom:3rem;overflow:hidden;background:#050505;border:1px solid #333;transition:border-color .2s,background-color .2s}.content-rect:hover{border-color:#fff;background:#111}.content-image{flex:1.5;height:auto;aspect-ratio:16 / 9;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#000;border-right:1px solid #333}.content-image img{width:100%;height:100%;object-fit:cover;object-position:center 50%;transition:transform .3s}.content-rect:hover .content-image img{transform:scale(1.005)}.content-text{flex:1;background-color:transparent;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;min-width:250px}.content-text h2{margin:0 0 1vw;font-size:clamp(20px,2.5vw,36px);font-family:Courier New,Courier,monospace;font-weight:700;line-height:1.1;text-transform:uppercase}.content-text p{margin:0 0 1.5vw;font-size:clamp(.9rem,1.5vw,1rem);line-height:1.5;max-width:40ch;color:#ccc}.content-text button{width:auto;height:auto;background-color:#000;color:#fff;border:1px solid #555;padding:10px 20px;border-radius:0;cursor:pointer;font-family:Courier New,Courier,monospace;font-size:16px;margin-top:1vw;line-height:1.4;transition:background-color .2s,color .2s,border-color .2s}.content-text button:hover{background-color:#fff;color:#000;border-color:#fff}.mailing-list-form{display:flex;flex-direction:row;align-items:stretch;justify-content:center;width:100%;max-width:400px;margin-top:1rem;gap:0}.terminal-input{flex:1;background-color:#000;color:#fff;border:1px solid #555;border-right:none;padding:10px 15px;font-family:Courier New,Courier,monospace;font-size:14px;outline:none;transition:border-color .2s}.terminal-input:focus{border-color:#aaa}.terminal-input::placeholder{color:#555}.mailing-list-form button{margin-top:0}@media(max-width:768px){.banner{height:200px}.content-rect{flex-direction:column;height:auto}.content-image{height:200px;border-right:none;border-bottom:1px solid #333}.content-text{padding:2rem 1.5rem}}@media(max-width:480px){.banner{height:150px}.mailing-list-form{flex-direction:column;gap:.5rem}.terminal-input{border-right:1px solid #555}}.social_box{margin:2rem auto;padding:3rem;width:100%;background-color:#050505;color:#fff;border:1px solid #333;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.social_info{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.social_box h2{font-family:Courier New,Courier,monospace;font-weight:700;font-size:clamp(24px,3vw,36px);margin-bottom:1rem}.social_box h2:before{content:"> ";color:#aaa}.contact-email{background-color:#000;border:1px solid #444;display:inline-block;padding:.8rem 1.2rem;font-family:Courier New,Courier,monospace;font-size:.9rem;color:#aaa}.contact-email a{color:#fff;text-decoration:none}.social_grid{display:grid;grid-template-columns:repeat(6,60px);grid-gap:1rem;justify-content:center}.social_grid a{display:flex;align-items:center;justify-content:center;background-color:#000;border:1px solid #333;width:60px;height:60px;color:#fff;font-size:1.5rem;transition:background-color .2s,border-color .2s}.social_grid a:hover{background-color:#111;border-color:#fff}@media(max-width:900px){.social_box{flex-direction:column;text-align:center;align-items:center}.social_info{align-items:center;text-align:center}.social_grid{grid-template-columns:repeat(3,60px)}}@media(max-width:480px){.social_box{padding:1.5rem}.contact-email{font-size:.75rem;padding:.6rem .8rem;word-break:break-word}.social_grid{grid-template-columns:repeat(3,50px);grid-gap:.5rem}.social_grid a{width:50px;height:50px;font-size:1.2rem}}.games-page{display:flex;flex-direction:column}.page h1.games-title:before{content:"C:\\GAMES> "}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:2rem}.game-card{background-color:#050505;border:1px solid #333;overflow:hidden;transition:border-color .2s,background-color .2s;display:flex;flex-direction:column}.game-card:hover{border-color:#fff;background-color:#111}.game-image{height:auto;aspect-ratio:1232 / 706;width:100%;overflow:hidden;border-bottom:1px solid #333}.game-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.game-card:hover .game-image img{transform:scale(1.02)}.game-info{padding:1.5rem}.game-info h2{font-size:1.3rem;margin-bottom:.8rem;color:#fff;font-family:Courier New,Courier,monospace;text-transform:uppercase}.game-info p{color:#aaa;font-size:.95rem;line-height:1.5}.game-card-action{margin-top:auto;padding:1rem 1.5rem;border-top:1px dashed #333;font-family:Courier New,Courier,monospace;font-size:.9rem;color:#888;text-align:right;transition:color .2s}.game-card:hover .game-card-action{color:#fff}.page{padding:2rem 5vw;max-width:1600px;margin:0 auto}.page h1{font-family:Courier New,Courier,monospace;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:1px solid #333;padding-bottom:1rem;text-transform:uppercase}.page h1:before{content:"C:\\DIR> ";color:#aaa}.page h1:after{content:"_";animation:blink 1.2s step-end infinite}.page-desc{font-size:1.1rem;color:#ccc;margin-bottom:1.5rem;line-height:1.6}.js-game-page{display:flex;flex-direction:column;width:100%;background-color:#000;color:#fff}.js-hero-section{position:relative;width:100vw;height:50vh;min-height:400px;margin-left:calc(-50vw + 50%);display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #555;background-color:#111}.js-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:1;filter:brightness(.75) grayscale(80%)}.js-hero-overlay{position:relative;z-index:2;width:100%;max-width:1600px;padding:2rem 5vw}.js-back-link{display:inline-block;color:#aaa;font-family:Courier New,Courier,monospace;text-decoration:none;font-size:.9rem;margin-bottom:2rem;padding:.3rem .6rem;border:1px solid #444;background:#000;transition:background-color .2s,color .2s}.js-back-link:hover{background-color:#fff;color:#000}.js-hero-content h1{font-size:clamp(2rem,3vw,3rem);margin-bottom:.5rem;font-family:Courier New,Courier,monospace;letter-spacing:-1px}.js-hero-content h1:after{content:"_";animation:blink 1.2s step-end infinite}.js-subtitle{font-size:clamp(.9rem,1.2vw,1.1rem);color:#aaa;font-family:Courier New,Courier,monospace;margin-bottom:2.5rem}.js-hero-play-btn{display:inline-block;background-color:#fff;color:#000;font-family:Courier New,Courier,monospace;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s}.js-hero-play-btn:hover{background-color:#aaa}.js-main-content{margin-top:3rem;padding-bottom:4rem}.js-split-layout{display:flex;gap:3rem;align-items:flex-start}.js-story-section{flex:2;display:flex;flex-direction:column}.js-story-section h2{font-size:1.5rem;margin-bottom:1.5rem;font-family:Courier New,Courier,monospace;color:#fff;border-bottom:1px solid #333;padding-bottom:.5rem}.js-story-section p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#ddd}.js-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.js-feature-card{background:#0a0a0a;padding:1.5rem;border-top:2px solid #555}.js-feature-card h3{font-size:1.1rem;margin-bottom:.8rem;font-family:Courier New,Courier,monospace;color:#fff}.js-feature-card p{font-size:.95rem;line-height:1.5;margin-bottom:0;color:#aaa}.js-sidebar{flex:1;display:flex;flex-direction:column;gap:2rem;position:sticky;top:100px}.js-studio-note{background:#0a0a0a;padding:1.5rem;border-left:2px solid #fff}.js-studio-note h3{font-size:1.1rem;margin-bottom:1rem;font-family:Courier New,Courier,monospace;color:#fff}.js-studio-note p{font-size:.95rem;line-height:1.6;color:#aaa;margin-bottom:1rem}.js-game-specs{background:#000;padding:1.5rem;border:1px solid #333}.js-game-specs h3{font-size:1.1rem;margin-bottom:1.2rem;font-family:Courier New,Courier,monospace;color:#fff;border-bottom:1px solid #333;padding-bottom:.5rem}.js-game-specs ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.js-game-specs li{font-size:.9rem;color:#aaa;font-family:Courier New,Courier,monospace}.js-game-specs strong{color:#fff}.js-media-main{margin-top:4rem}.js-media-main h2{font-size:1.2rem;margin-bottom:1.5rem;font-family:Courier New,Courier,monospace;color:#fff;border-bottom:1px solid #333;padding-bottom:.5rem}.js-trailer-container{margin-bottom:4rem}.js-video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;border:1px solid #333;background:#000}.js-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.js-screenshot-grid-main{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.js-screenshot{border:1px solid #333;padding:.2rem;background:#000}.js-screenshot img{width:100%;display:block;opacity:.8;transition:opacity .2s}.js-screenshot img:hover{opacity:1}@media(max-width:900px){.js-split-layout{flex-direction:column}}@media(max-width:600px){.js-features-grid,.js-screenshot-grid-main{grid-template-columns:1fr}}.page.about-page{padding:0 5vw;max-width:1600px;margin:0 auto}.content-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;text-align:left;padding:60px 0}.content-section h1{font-size:clamp(24px,2.5vw,32px);font-family:Courier New,Courier,monospace;font-weight:700;margin-bottom:20px;border-bottom:1px solid #333;padding-bottom:10px;width:100%}.content-section h1:before{content:"C:\\DOCS> ";color:#aaa}.content-section h1:after{content:"_";animation:blink 1.2s step-end infinite}@keyframes blink{50%{opacity:0}}.content-section p{margin-bottom:20px;line-height:1.6;color:#ddd}.content-section img{width:100%;height:auto;max-width:100%;border-radius:0;display:block;object-fit:cover;border:1px solid #333;margin-bottom:40px}.team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;width:100%;margin-top:20px;align-items:start}.team-grid>*{min-width:0}.team-member{display:flex;flex-direction:column;align-items:flex-start;background-color:#050505;border:1px solid #333;padding:10px;transition:border-color .2s,background-color .2s}.team-member:hover{border-color:#fff;background-color:#111}.member-image{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#000;border-bottom:1px solid #333;margin-bottom:10px}.member-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.team-member:hover .member-image img{transform:scale(1.02)}.member-info{text-align:left;width:100%}.member-info p{margin:0;padding:0}.member-name{font-family:Courier New,Courier,monospace;font-weight:700;font-size:.98rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px!important}.member-role{font-family:Courier New,Courier,monospace;font-size:.8rem;color:#aaa!important;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1200px){.team-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:960px){.team-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.team-grid{grid-template-columns:1fr}}.page h1.devlog-title:before{content:"C:\\DEVLOG> "}.devlog-list{display:flex;flex-direction:column;gap:24px}.devlog-card-link{text-decoration:none}.devlog-card{background:#050505;border:1px solid #333;padding:16px 20px;transition:border-color .2s,background-color .2s}.devlog-card:hover{border-color:#fff;background-color:#111}.devlog-thumbnail{width:100%;max-height:30vw;margin-bottom:16px;object-fit:cover;object-position:center;border:1px solid #333;transition:transform .3s}.devlog-card:hover .devlog-thumbnail{transform:scale(1.02)}.devlog-card-title{margin-bottom:8px;font-family:Courier New,Courier,monospace;font-size:1.5rem;color:#fff;text-transform:uppercase}.devlog-card-meta{font-family:Courier New,Courier,monospace;color:#aaa;font-size:.9rem}.devlogcontent-page{max-width:900px;margin:0 auto;padding:24px}.devlog-back-btn{display:inline-block;color:#aaa;font-family:Courier New,Courier,monospace;text-decoration:none;font-size:.9rem;margin-bottom:2rem;padding:.3rem .6rem;border:1px solid #444;background:#000;transition:background-color .2s,color .2s}.devlog-back-btn:hover{background-color:#fff;color:#000}.devlogcontent-title{margin-bottom:16px;font-family:Courier New,Courier,monospace;text-transform:uppercase;font-size:1.8rem;border-bottom:1px solid #333;padding-bottom:10px}.devlogcontent-thumbnail{width:100%;height:auto;border:1px solid #333;margin-bottom:20px;object-fit:contain}.devlogcontent-meta{color:#888;font-family:Courier New,Courier,monospace;margin-bottom:24px;font-size:.9rem}.devlogcontent-body{display:flex;flex-direction:column;gap:12px}.devlog-markdown p{line-height:1.6;margin-bottom:16px;color:#ddd}.devlog-markdown h1,.devlog-markdown h2,.devlog-markdown h3{margin-top:24px;margin-bottom:12px;font-family:Courier New,Courier,monospace;color:#fff}.devlog-markdown ul,.devlog-markdown ol{padding-left:20px;margin-bottom:14px;color:#ddd}.devlog-markdown img{max-width:100%;border:1px solid #333;margin:16px 0}.devlogcontent-image{width:100%;height:auto;border:1px solid #333}.page.admin-page{padding:0 15vw;max-width:900px;margin:2vw auto}.admin-card{background:#000;padding:20px;box-shadow:0 2px 6px #0000001a}.admin-form{display:flex;flex-direction:column;gap:12px}.admin-input{padding:10px;border:1px solid #333;background:#0a0a0a;color:#fff}.admin-button{padding:10px 14px;border:none;background:#2563eb;color:#fff;cursor:pointer}.admin-button.secondary{background:#16a34a}.admin-button.gray{background:#374151}.page.admin-home{padding:0 15vw;max-width:900px;margin:2vw auto}.admin-home-card{background:#000;padding:24px;box-shadow:0 2px 6px #0006}.admin-home-buttons{display:flex;flex-direction:column;gap:12px;margin-top:16px}.admin-home-button{width:100%;padding:10px 14px;border:none;cursor:pointer;background:#374151;color:#fff;text-align:left}.admin-home-button.primary{background:#2563eb}.admin-home-footer{margin-top:20px;display:flex;justify-content:flex-end}.page.devlogs-admin{padding:0 15vw;max-width:1400px;margin:2vw auto}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-h1{margin-bottom:8px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:10px;border-bottom:1px solid #1f2937;text-align:left}.row-actions{display:flex;gap:8px}.card{background:#000;padding:16px;box-shadow:0 2px 6px #0000001a}.subtle{opacity:.75;font-size:.9rem}.page.devlog-editor{padding:0 15vw;margin:2vw auto}.editor-card{background:#000;padding:16px;box-shadow:0 2px 6px #0000001a}.editor-form{display:flex;flex-direction:column;gap:12px}.input{padding:10px;border:1px solid #333;background:#0a0a0a;color:#fff}.btn{padding:8px 12px;border:none;cursor:pointer;color:#fff}.btn.primary{background:#2563eb}.btn.gray{background:#374151}.btn.red{background:#dc2626}.block-list{display:flex;flex-direction:column;gap:12px}.block{background:#0b0b0b;border:1px solid #1f2937;padding:12px}.block-actions{display:flex;gap:8px;margin-top:8px}.row{display:flex;gap:8px;align-items:center}.actions{display:flex;gap:10px;margin-top:12px}.thumb{max-width:100%}
