:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.landing-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;font-family:Courier New,Courier,monospace}.container-9-16{width:100%;max-width:56.25vh;max-height:100vh;aspect-ratio:9 / 16;background-color:#000;display:flex;flex-direction:column;justify-content:space-between;padding:20px;box-sizing:border-box;position:relative}.container-9-16 header,.container-9-16 main,.container-9-16 footer{text-align:center;width:100%}.container-9-16 main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo-container{margin-bottom:20px}#logo{max-width:100%;height:auto}section{margin:20px 0}footer{font-size:.8em;position:static}.projects-link-container{margin-top:2rem}.projects-link{display:inline-block;padding:1rem 2.5rem;background:#00ffff1a;border:2px solid #0ff;color:#0ff;text-decoration:none;font-family:Courier New,Courier,monospace;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease;box-shadow:0 0 20px #00ffff4d;text-shadow:0 0 10px rgba(0,255,255,.5)}.projects-link:hover{background:#0ff3;box-shadow:0 0 30px #0ffc;transform:scale(1.05);border-color:#fff;color:#fff}@media (max-width: 600px){.container-9-16{max-width:100vw;max-height:177.78vw;padding:10px}}@media (min-aspect-ratio: 9/16){.container-9-16{height:100vh;width:56.25vh}}@media (max-aspect-ratio: 9/16){.container-9-16{width:100vw;height:177.78vw}}.container-9-16{width:100%;max-width:100vw;height:100vh;margin:0 auto;background-color:#000;position:relative;overflow:hidden;display:flex;flex-direction:column}@media (min-width: 600px){.container-9-16{max-width:56.25vh}}@media (max-width: 480px){.container-9-16{max-width:100vw}}.main-header{position:absolute;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;background:linear-gradient(180deg,#000c,#0000)}.main-nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.nav-logo{font-family:"Press Start 2P",cursive;font-size:1.2rem;color:#fff;text-decoration:none;text-shadow:0 0 10px rgba(255,255,255,.5)}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s}.nav-links a:hover{color:#0ff;text-shadow:0 0 10px rgba(0,255,255,.5)}@media (max-width: 768px){.main-header{padding:.5rem 1rem}.nav-logo{font-size:.8rem}.nav-links{gap:1rem}.nav-links a{font-size:.7rem}}.project-card{display:block;background:#141428cc;border:1px solid rgba(0,255,255,.2);border-radius:8px;overflow:hidden;text-decoration:none;color:#fff;transition:all .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-5px);border-color:#0ff9;box-shadow:0 10px 30px #00ffff4d}.project-card-image{width:100%;height:200px;background:linear-gradient(135deg,#1a1a2e,#0f0f1e);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-card-image img{width:100%;height:100%;object-fit:cover;image-rendering:auto}.project-card-placeholder{font-size:4rem;font-weight:700;color:#00ffff4d;font-family:"Press Start 2P",cursive}.project-card-content{padding:1.5rem}.project-card-title{font-family:"Press Start 2P",cursive;font-size:1rem;margin:0 0 .5rem;color:#0ff}.project-card-description{font-size:.9rem;margin:0 0 1rem;color:#ccc;line-height:1.5}.project-card-category{display:inline-block;padding:.3rem .8rem;background:#00ffff1a;border:1px solid rgba(0,255,255,.3);border-radius:4px;font-size:.7rem;color:#0ff;text-transform:uppercase}@media (max-width: 768px){.project-card-image{height:150px}.project-card-placeholder{font-size:3rem}.project-card-title,.project-card-description{font-size:.8rem}}.projects-page{width:100%;height:100%;padding:6rem 2rem 2rem;overflow-y:auto;background:linear-gradient(180deg,#0a0a0a,#1a1a2e)}.projects-title{font-family:"Press Start 2P",cursive;font-size:2rem;color:#0ff;text-align:center;margin:0 0 3rem;text-shadow:0 0 10px rgba(0,255,255,.5)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.projects-page{padding:5rem 1rem 1rem}.projects-title{font-size:1.2rem;margin-bottom:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}}.project-page{width:100%;height:100%;position:relative;background:#000}.project-back{position:absolute;top:1rem;left:1rem;z-index:1000;padding:.5rem 1rem;background:#000c;color:#0ff;text-decoration:none;border:1px solid #0ff;border-radius:4px;font-size:.9rem;transition:all .3s ease}.project-back:hover{background:#0ff3;box-shadow:0 0 10px #00ffff80}.project-iframe{width:100%;height:100%;border:none;display:block}.project-not-found{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.project-not-found h1{font-family:"Press Start 2P",cursive;color:#0ff;margin-bottom:2rem}.project-not-found a{color:#0ff;text-decoration:none;padding:.5rem 1rem;border:1px solid #0ff;transition:all .3s ease}.project-not-found a:hover{background:#0ff3}@media (max-width: 768px){.project-back{font-size:.7rem;padding:.4rem .8rem}}.sup-game-container{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#0a0a0a}.sup-viewport{width:100%;padding:2rem 2rem 0;flex-shrink:0}.sup-viewport-inner{width:100%;max-width:1400px;margin:0 auto;aspect-ratio:4 / 5;background:#000;border:3px solid #333;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 8px 32px #00000080}.sup-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.sup-viewport-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);z-index:2;pointer-events:none}.sup-viewport-placeholder h2{font-size:3rem;margin:0;color:#667eea;text-transform:uppercase;letter-spacing:.2em}.sup-viewport-placeholder p{font-size:1rem;color:#888;margin:.5rem 0}.sup-active-section{margin-top:2rem!important;font-size:1.2rem!important;color:#0f8!important;font-family:monospace}.sup-status-bar{position:absolute;top:0;left:0;right:0;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid rgba(102,126,234,.3);padding:.75rem 1.5rem;display:flex;align-items:center;gap:1rem;z-index:10;font-family:monospace}.sup-status-bar-item{display:flex;align-items:center;gap:.5rem}.sup-status-bar-label{font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.sup-status-bar-value{font-size:.9rem;color:#fff;font-weight:600;text-transform:capitalize}.sup-status-bar-divider{color:#444;font-size:.9rem}.sup-needs-overlay{position:absolute;top:4rem;right:1.5rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(102,126,234,.3);border-radius:8px;padding:1rem;z-index:10;display:flex;flex-direction:column;gap:.75rem;min-width:250px}.sup-need-item{display:flex;align-items:center;gap:.75rem}.sup-need-label{font-size:.85rem;color:#aaa;min-width:60px}.sup-need-bar{flex:1;height:8px;background:#2a2a2a;border-radius:4px;overflow:hidden}.sup-need-fill{height:100%;transition:width .3s ease;border-radius:4px}.sup-need-value{font-size:.85rem;color:#fff;min-width:45px;text-align:right;font-weight:600}.sup-control-panel{width:100%;max-width:1400px;margin:0 auto;padding:2rem}.sup-menu{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.sup-menu-item{display:flex;justify-content:space-between;align-items:center;background:#1a1a1a;border:2px solid #333;border-radius:12px;padding:2rem 2.5rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;width:100%;text-align:left;font-family:inherit}.sup-menu-item.active{border-color:#0f8;background:#00ff880d}.sup-menu-item.active .sup-menu-arrow{color:#0f8}.sup-menu-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:linear-gradient(90deg,rgba(102,126,234,.1) 0%,transparent 100%);transition:width .3s ease;z-index:0}.sup-menu-item:hover:before{width:100%}.sup-menu-item:hover{border-color:#667eea;transform:translate(8px)}.sup-menu-content{position:relative;z-index:1}.sup-menu-item h3{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:#fff;letter-spacing:.05em}.sup-menu-item p{font-size:.95rem;color:#888;margin:0}.sup-menu-arrow{font-size:2rem;color:#667eea;transition:transform .3s ease;position:relative;z-index:1}.sup-menu-item:hover .sup-menu-arrow{transform:translate(8px)}@media (max-width: 768px){.sup-viewport{padding:1rem 1rem 0}.sup-status-bar{padding:.5rem 1rem;font-size:.8rem}.sup-status-bar-label,.sup-status-bar-value{font-size:.75rem}.sup-needs-overlay{top:3rem;right:1rem;padding:.75rem;min-width:200px}.sup-need-label{font-size:.75rem;min-width:50px}.sup-need-value{font-size:.75rem;min-width:35px}.sup-control-panel{padding:1rem}.sup-menu-item{padding:1.5rem}.sup-menu-item h3{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff}.main-content{flex:1;width:100%;height:100%;position:relative}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000004d}::-webkit-scrollbar-thumb{background:#00ffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00ffff80}
