body{font-family:Inter,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}header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#272727;box-shadow:0 2px 4px #0000000d;padding:1rem 0;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.nav-list{display:flex;gap:1rem;list-style:none;margin:0;padding:0;justify-content:center;align-items:center}.nav-link{display:inline-block;padding:.75rem 1.5rem;border:2px solid #007bff;border-radius:6px;background:#007bff;color:#fff;text-decoration:none;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .3s ease;box-shadow:0 2px 4px #007bff33}.nav-link:hover{background:#0056b3;border-color:#0056b3;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #007bff4d}@media (max-width: 768px){header{padding:.8rem 0}.nav-list{flex-wrap:wrap;gap:.6rem;padding:0 1rem}.nav-link{padding:.6rem 1.05rem;font-size:.9rem;flex:1;min-width:125px;text-align:center}}@media (max-width: 480px){.nav-list{gap:.35rem;padding:0 .6rem}.nav-link{padding:.55rem .85rem;font-size:.85rem;min-width:105px}}.home-section{padding:2rem;scroll-margin-top:80px;border-top:1px solid #444;display:flex;align-items:center;justify-content:center;min-height:400px}.home-container{max-width:1200px;width:100%;text-align:center}.home-title{font-size:3rem;margin-bottom:2rem;color:#fff;font-weight:600;background:linear-gradient(135deg,#007bff,#0056b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-images-container{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.home-image-card{position:relative;width:220px;height:220px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,background .3s ease;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center}.home-image-card:hover{transform:translateY(-4px);background:#ffffff14;box-shadow:0 8px 24px #0003}.home-image-link{text-decoration:none;cursor:pointer}.home-image-link:hover{transform:translateY(-4px);background:#ffffff1f;box-shadow:0 8px 24px #f003}.home-image-james:hover{transform:translateY(-4px);background:#ffffff1f;box-shadow:0 0 25px #007bff99,0 8px 24px #007bff4d}.home-image-jellyjam{cursor:default}.home-image-jellyjam:hover{transform:translateY(-4px);background:#ffffff1f;box-shadow:0 0 25px #f009,0 8px 24px #ff00004d}.home-image-card img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:50%;box-shadow:0 2px 8px #00000026;-o-object-position:center top;object-position:center top}.home-content{background:#ffffff0d;border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}.home-description{font-size:1.2rem;line-height:1.6;color:#ffffffe6;margin:0}.home-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.home-link{color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:100px;width:100px;height:40px}.home-link.github{background:linear-gradient(135deg,#333,#24292e);box-shadow:0 0 25px #333,0 0 12px #ffffff4d}.home-link.youtube{background:linear-gradient(135deg,red,#c00);box-shadow:0 0 15px #ff000080}.home-link.instagram{background:linear-gradient(135deg,#e4405f,#833ab4,#fccc63);box-shadow:0 0 15px #e4405f80}.home-link.tiktok{background:linear-gradient(135deg,#ff0050,#000);box-shadow:0 0 15px #ff005080}.home-link.itch{background:linear-gradient(135deg,#fa5c5c,#e74c3c);box-shadow:0 0 15px #fa5c5c80}.home-link:hover{transform:translateY(-2px);color:#fff;text-decoration:none}.home-link.github:hover{box-shadow:0 0 30px #333,0 0 18px #fff6,0 4px 12px #0000004d}.home-link.youtube:hover{box-shadow:0 0 25px #f00c,0 4px 12px #0000004d}.home-link.instagram:hover{box-shadow:0 0 25px #e4405fcc,0 4px 12px #0000004d}.home-link.tiktok:hover{box-shadow:0 0 25px #ff0050cc,0 4px 12px #0000004d}.home-link.itch:hover{box-shadow:0 0 25px #fa5c5ccc,0 4px 12px #0000004d}.home-link svg{width:20px;height:20px;fill:currentColor}@media (max-width: 768px){.home-section{padding:1.1rem .9rem}.home-title{font-size:2.6rem;margin-bottom:1.6rem}.home-images-container{flex-direction:column;gap:1.1rem}.home-image-card{width:175px;height:175px}.home-image-card img{width:155px;height:155px}.home-content{padding:1.6rem}.home-description{font-size:1.15rem;line-height:1.6}}@media (max-width: 480px){.home-section{padding:.9rem .7rem}.home-title{font-size:2.1rem;margin-bottom:1.1rem}.home-image-card{width:145px;height:145px}.home-image-card img{width:125px;height:125px}.home-content{padding:1.1rem}.home-description{font-size:1.05rem;line-height:1.5}.social-links{gap:.6rem;flex-wrap:wrap}.social-link{flex:1;min-width:125px;padding:.8rem .6rem;font-size:.9rem}}.projects-section{padding:1rem;scroll-margin-top:60px;border-top:1px solid #444;display:flex;align-items:center;justify-content:center}.projects-container{max-width:1200px;width:100%;text-align:center}.projects-title{font-size:3rem;margin-bottom:3rem;color:#fff;font-weight:600;background:linear-gradient(135deg,#007bff,#0056b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-template-rows:1fr;gap:2rem;margin-top:2rem}.project-card{background:#ffffff0d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,background .3s ease;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:100%}.project-card.clickable{cursor:pointer}.project-card:hover{transform:translateY(-8px);background:#ffffff14;box-shadow:0 8px 24px #0003}.project-card.steam-tint{background:#66c0f414;border-color:#66c0f433}.project-card.steam-tint:hover{background:#66c0f41f;box-shadow:0 8px 24px #66c0f426}.project-card.thunderstore-tint{background:#00d4aa14;border-color:#00d4aa33}.project-card.thunderstore-tint:hover{background:#00d4aa1f;box-shadow:0 8px 24px #00d4aa26}.project-card.youtube-tint{background:#ff000014;border-color:#f003}.project-card.youtube-tint:hover{background:#ff00001f;box-shadow:0 8px 24px #ff000026}.project-counters{display:flex;flex-wrap:nowrap;gap:.5rem;margin:.5rem 0;justify-content:center;align-items:center;padding:.5rem 0}.project-wishlist-section{display:flex;justify-content:center;align-items:center;padding:.5rem 0;margin:.5rem 0;min-height:60px}.wishlist-button{background:linear-gradient(135deg,#66c0f4,#417a9b);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 2px 8px #66c0f44d;display:inline-flex;align-items:center;justify-content:center;height:44px;line-height:1}.wishlist-button:hover{background:linear-gradient(135deg,#417a9b,#2a4d66);transform:translateY(-1px);box-shadow:0 4px 12px #66c0f466}.wishlist-button-icon{width:20px;height:20px;margin-left:.5rem;-o-object-fit:contain;object-fit:contain}.download-button{background:linear-gradient(135deg,#00d4aa,#007a63);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 2px 8px #00d4aa4d;display:inline-flex;align-items:center;justify-content:center;height:44px;line-height:1}.download-button:hover{background:linear-gradient(135deg,#007a63,#004d3d);transform:translateY(-1px);box-shadow:0 4px 12px #00d4aa66}.download-button-icon{width:20px;height:20px;margin-left:.5rem;-o-object-fit:contain;object-fit:contain}.channel-button{background:linear-gradient(135deg,red,#c00);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 2px 8px #ff00004d;display:inline-flex;align-items:center;justify-content:center;height:44px;line-height:1}.channel-button:hover{background:linear-gradient(135deg,#c00,#900);transform:translateY(-1px);box-shadow:0 4px 12px #f006}.channel-button-icon{width:20px;height:20px;margin-left:.5rem;-o-object-fit:contain;object-fit:contain}.project-bottom-section{margin-top:auto}.click-hint{text-align:center;color:#fff9;font-size:.8rem;padding:.5rem;border-top:1px solid rgba(255,255,255,.1);background:#007bff1a;border-radius:0 0 12px 12px;margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:-1.5rem}.project-image{width:100%;height:200px;overflow:hidden;background:#333}.project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem;text-align:left;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.project-title{font-size:1.4rem;margin:0 0 1rem;color:#007bff;font-weight:600}.project-description{color:#ffffffde;line-height:1.6;margin:0 0 1.5rem;font-size:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.project-platform{margin-bottom:1rem}.platform-tag{background:#007bff26;color:#007bff;border:1px solid rgba(0,123,255,.4);display:inline-flex;align-items:center;gap:.5rem}.platform-logo{width:18px;height:18px;-o-object-fit:contain;object-fit:contain;filter:brightness(1.2)}.title-platform-icon{width:20px;height:20px;margin-left:.5rem;-o-object-fit:contain;object-fit:contain;vertical-align:middle}.tech-tag{background:linear-gradient(135deg,#444,#555);color:#fff;padding:.4rem .9rem;border-radius:8px;font-size:.85rem;font-weight:600;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.tech-tag:hover{background:linear-gradient(135deg,#555,#666);transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}@media (max-width: 768px){.projects-section{padding:1rem .75rem}.projects-title{font-size:2.5rem;margin-bottom:1.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{margin:0 auto;max-width:400px}.project-content{padding:1rem}.project-title{font-size:1.4rem}.project-description{font-size:1rem}}@media (max-width: 480px){.projects-section{padding:.75rem .5rem}.projects-title{font-size:2rem;margin-bottom:1rem}.projects-grid{gap:1rem}.project-card{max-width:350px}.project-content{padding:.875rem}.project-title{font-size:1.2rem}.project-description{font-size:.95rem;line-height:1.5}.project-links{gap:.5rem;flex-wrap:wrap}.project-link{flex:1;min-width:120px;padding:.75rem .5rem;font-size:.9rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:modalFadeIn .3s ease-out forwards}.modal-content{background:linear-gradient(135deg,#1a1a1a,#222);border-radius:20px;max-width:900px;width:100%;max-height:95vh;overflow:hidden;border:1px solid rgba(255,255,255,.2);position:relative;box-shadow:0 25px 50px #0006;animation:modalScaleIn .3s ease-out forwards;display:flex;flex-direction:column}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}@keyframes modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:none;color:#fff;font-size:1.8rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-close:hover{background:#fff3;transform:scale(1.1)}.modal-header{display:flex;gap:2rem;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);align-items:flex-start;flex-shrink:0;background:linear-gradient(135deg,#1a1a1a,#222);border-radius:20px 20px 0 0}.modal-features-video-section{display:flex;gap:2rem;align-items:flex-start}.modal-features{flex:1;min-width:0}.modal-video{flex:1;min-width:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal-video h3{text-align:center;margin-bottom:1rem}.video-container-medium{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000004d}.video-container-medium iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}.modal-header-right{display:flex;flex-direction:column;gap:1.5rem;align-items:center;min-width:300px;flex:1}.modal-video-header{width:100%}.video-container-small{position:relative;width:100%;max-width:300px;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000004d;margin:0 auto}.video-container-small iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}.modal-image{width:200px;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px;flex-shrink:0}.modal-title-section h2{margin:0 0 1rem;color:#007bff;font-size:2rem}.modal-status{display:flex;flex-direction:column;gap:.5rem}.status-badge{display:inline-block;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.released{color:#28a745}.status-badge.in-development{color:#ffc107}.status-badge.ongoing{color:#007bff}.release-date{color:#ffffffb3;font-size:.9rem}.modal-body{padding:2rem;overflow-y:auto;flex:1;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.1)}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}.modal-body::-webkit-scrollbar-thumb:hover{background:#fff6}.modal-body h3{color:#007bff;margin:0 0 1rem;font-size:1.3rem}.modal-description{margin-bottom:2rem}.modal-description p{color:#ffffffde;line-height:1.6;margin:0}.modal-features{margin-bottom:2rem}.modal-features ul{margin:0;padding-left:1.5rem}.modal-features li{color:#ffffffde;margin-bottom:.5rem}.modal-steam-widget{margin-bottom:2rem}.modal-steam-widget h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.modal-tech{margin-bottom:2rem}.modal-tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.modal-platform{margin-bottom:1rem}.platform-link{display:inline-flex;align-items:center;gap:.5rem;background:#007bff1a;padding:.8rem 1.2rem;border-radius:8px;border:1px solid rgba(0,123,255,.3);color:#007bff;text-decoration:none;transition:all .3s ease}.platform-link:hover{background:#007bff33;transform:translateY(-2px)}.platform-link img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.modal-video{margin-bottom:2rem}.modal-video h3{color:#fff;margin-bottom:1rem;font-size:1.2rem}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000004d}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-content{max-width:95vw;max-height:90vh;border-radius:12px}.modal-header{flex-direction:column;gap:.8rem;padding:1rem}.modal-header-right{min-width:unset;width:100%}.video-container-small{max-width:100%}.modal-image{width:100%;height:160px}.modal-title-section h2{font-size:1.3rem}.modal-body{padding:1rem}.modal-features-video-section{flex-direction:column;gap:1rem}.modal-video{min-width:unset;margin-bottom:1rem}.video-container,.video-container-medium{border-radius:6px}.modal-body h3{font-size:1.1rem}.modal-description p{font-size:.9rem;line-height:1.5}}@media (max-width: 480px){.modal-overlay{padding:.25rem}.modal-content{max-width:98vw;max-height:85vh;border-radius:8px}.modal-header{padding:.8rem;gap:.6rem}.modal-image{height:140px}.modal-title-section h2{font-size:1.1rem}.modal-body{padding:.8rem}.modal-body h3{font-size:1rem}.modal-description p{font-size:.85rem;line-height:1.4}.modal-features li{font-size:.85rem}}.project-counter{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);min-width:80px;min-height:44px;text-align:center;transition:all .2s ease}.project-counter:hover{background:#ffffff14;border-color:#fff3}.counter-value{margin-bottom:.25rem}.counter-number{font-size:1.5rem;font-weight:700;color:#fff;line-height:1;font-variant-numeric:tabular-nums;min-width:3ch;text-align:center}.counter-loading{font-size:1.5rem;color:#888;animation:pulse 1.5s ease-in-out infinite}.counter-error{font-size:1.5rem;color:#ff6b6b;font-weight:700}.counter-title{font-size:.75rem;color:#ccc;text-transform:uppercase;letter-spacing:.5px;font-weight:500;line-height:1}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.contact-section{padding:1rem;scroll-margin-top:60px;border-top:1px solid #444;display:flex;align-items:center;justify-content:center;-webkit-overflow-scrolling:touch;touch-action:manipulation}.contact-container{max-width:800px;width:100%;text-align:center}.contact-title{font-size:3rem;margin-bottom:2rem;color:#fff;font-weight:600;background:linear-gradient(135deg,#007bff,#0056b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-content{display:flex;flex-direction:column;gap:2rem;background:#ffffff0d;border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000001a;align-items:center}.contact-text{font-size:1.2rem;line-height:1.8;color:#ffffffde;margin:0;margin-bottom:1rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;max-width:600px}.contact-item{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,background .3s ease;box-shadow:0 4px 12px #0000001a}.contact-item:hover{transform:translateY(-8px);background:#ffffff14;box-shadow:0 8px 24px #0003}.contact-item h3{color:#007bff;margin:0 0 1rem;font-size:1.3rem}.contact-item p{color:#ffffffde;margin:0 0 1rem;font-size:1.1rem}.contact-email-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #007bff4d}.contact-email-button:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 4px 12px #007bff66}.social-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.social-link{background:linear-gradient(135deg,#444,#555);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease;font-weight:600;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center}.social-link:hover{background:linear-gradient(135deg,#555,#666);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;text-decoration:none}@media (max-width: 768px){.contact-section{padding:1.1rem .9rem}.contact-title{font-size:2.6rem;margin-bottom:1.6rem}.contact-content{padding:1.6rem;gap:1.6rem}.contact-text{font-size:1.15rem}.contact-info{grid-template-columns:1fr;gap:1.6rem}.contact-item{padding:1.6rem}.contact-item h3{font-size:1.25rem}.contact-item p{font-size:1.05rem}.social-links{flex-direction:column;gap:.8rem}.social-link{padding:.85rem 1.25rem;font-size:1rem}}@media (max-width: 480px){.contact-section{padding:.9rem .7rem}.contact-title{font-size:2.1rem;margin-bottom:1.1rem}.contact-content{padding:1.1rem;gap:1.1rem}.contact-text{font-size:1.05rem;line-height:1.6}.contact-item{padding:1.1rem}.contact-item h3{font-size:1.15rem}.contact-item p{font-size:1rem}.contact-email-button{padding:.8rem 1.25rem;font-size:1rem}.social-link{padding:.8rem 1.1rem;font-size:.9rem}}
