:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--bg-color:#050505;--text-main:#39ff14;--text-dim:#1e820c;--accent:#f05}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:"Press Start 2P",cursive;line-height:1.6;position:relative;overflow-x:hidden}body:after{content:" ";z-index:9999;pointer-events:none;background:linear-gradient(#12101000 50%,#00000040 50%) 0 0/100% 2px,linear-gradient(90deg,#ff00000f,#00ff0005,#0000ff0f) 0 0/3px 100%;display:block;position:fixed;inset:0}.container{z-index:3;max-width:1200px;margin:0 auto;padding:2rem;position:relative}header{text-align:center;border:4px solid var(--text-main);box-shadow:0 0 10px var(--text-main), inset 0 0 10px var(--text-main);margin-bottom:4rem;padding:2rem}h1{text-transform:uppercase;text-shadow:2px 2px 0px var(--text-dim);margin-bottom:1rem;font-size:2rem}h2{color:var(--accent);border-bottom:2px dashed var(--accent);margin-bottom:2rem;padding-bottom:.5rem;font-size:1.2rem;display:inline-block}.section{margin-bottom:4rem}.grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.card{border:2px solid var(--text-main);flex-direction:column;padding:1.5rem;transition:transform .2s,background-color .2s;display:flex}.card:hover{cursor:crosshair;background-color:#39ff141a;transform:scale(1.05)}.card h3{color:#fff;text-align:center;margin-bottom:1rem;font-size:1rem}.card p{text-align:center;font-size:.7rem;line-height:1.8}.card p.blink{margin-top:auto;padding-top:1.5rem;font-size:.65rem}ul.inventory{flex-wrap:wrap;gap:1rem;list-style-type:none;display:flex}ul.inventory li{background:var(--text-dim);color:#000;border:2px solid var(--text-main);padding:.5rem 1rem;font-size:.8rem}.blink{animation:1s linear infinite blinker}@keyframes blinker{50%{opacity:0}}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.modal-overlay{z-index:100;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:var(--bg-color);border:2px solid var(--text-main);width:100%;max-width:1400px;height:90vh;box-shadow:6px 6px 0px var(--text-dim);flex-direction:column;padding:3.5rem 1.2rem 1.5rem;display:flex;position:relative}.modal-content h3{color:var(--accent);text-transform:uppercase;word-break:break-word;text-align:left;flex-shrink:0;margin-bottom:.8rem;font-size:.75rem;line-height:1.5}.modal-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex-grow:1;gap:1.5rem;margin-top:.5rem;display:flex;overflow-y:auto}.modal-tech{color:var(--text-dim);border-bottom:1px dashed var(--text-dim);word-break:break-word;margin-bottom:1rem;padding-bottom:.8rem;font-size:.65rem;display:block}.close-btn{background:var(--bg-color);border:2px solid var(--accent);color:var(--accent);cursor:pointer;z-index:10;padding:.3rem .5rem;font-family:"Press Start 2P",cursive;font-size:.85rem;transition:all .2s;position:absolute;top:12px;right:12px}.close-btn:hover{background:var(--accent);color:var(--bg-color);transform:scale(1.1)}.modal-left{flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex}.crt-image-wrapper{aspect-ratio:5/4;border:2px solid var(--text-dim);background-color:#0d0d0d;justify-content:center;align-items:center;width:100%;max-width:480px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #000000e6}.retro-screenshot{object-fit:cover;object-position:center;width:100%;height:100%;padding:.3rem;display:block}.crt-image-wrapper:before{content:"";pointer-events:none;z-index:4;background:linear-gradient(#39ff1400 0%,#39ff1426 80%,#39ff144d 100%);width:100%;height:20%;animation:4s linear infinite scanRadar;position:absolute;top:-100%;left:0}@keyframes scanRadar{0%{top:-20%}to{top:120%}}.crt-image-wrapper:after{content:"";pointer-events:none;z-index:5;background:repeating-linear-gradient(#0000 0,#0000001f 2px,#0000 4px);width:100%;height:100%;position:absolute;top:0;left:0}.modal-right{flex-direction:column;justify-content:flex-start;width:100%;display:flex}.modal-desc{color:#fff;letter-spacing:.3px;width:100%;font-family:Courier New,Consolas,Monaco,monospace;font-size:.8rem;font-weight:700;line-height:1.6;text-align:left!important}.modal-desc p strong{color:var(--text-main);text-transform:uppercase;letter-spacing:0;margin-top:1.2rem;margin-bottom:.4rem;font-family:"Press Start 2P",cursive;font-size:.65rem;line-height:1.4;display:inline-block}.modal-desc ul{margin:.4rem 0 1.2rem;padding-left:1.2rem;list-style-type:square;text-align:left!important}.modal-desc li{margin-bottom:.6rem;line-height:1.5;text-align:left!important}.modal-desc code{color:var(--accent);background:#1a1a1a;border:1px solid #333;padding:.1rem .3rem;font-family:inherit;font-size:.75rem}.repo-link-btn{text-align:center;border:1px dashed var(--accent);width:100%;padding:.6rem 1.2rem;font-family:"Press Start 2P",cursive;font-size:.6rem;text-decoration:none;transition:all .2s;display:inline-block;color:var(--accent)!important}.repo-link-btn:hover{background-color:var(--accent);box-shadow:0 0 10px var(--accent);color:#000!important}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:var(--bg-color)}.modal-body::-webkit-scrollbar-thumb{background:var(--text-dim)}@media (width>=992px){.modal-content{height:85vh;padding:3rem 2rem 2rem}.modal-content h3{font-size:1.1rem}.modal-body{flex-direction:row;align-items:stretch;gap:2.5rem;overflow:hidden}.modal-left{flex:1.2;height:100%}.crt-image-wrapper{max-width:100%;max-height:100%}.modal-right{border-left:2px dashed var(--text-dim);flex:.8;padding-left:2.5rem;padding-right:.5rem;overflow-y:auto}.repo-link-btn{width:auto}}
