.sidebar-title{font-size:1rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-badges{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap;animation:fadeIn .8s ease-out .2s both}.badge-cinematic{padding:.4rem 1rem;border-radius:2rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-own-game{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 20px #dc262666}.badge-release-date{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:var(--text-primary)}.hero-tagline{font-size:1.1rem;color:var(--text-secondary);max-width:600px;line-height:1.7;margin-bottom:1.5rem;animation:fadeIn 1s ease-out .3s both}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeIn 1s ease-out .5s both}.btn-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;border:none;cursor:pointer}.btn-cta:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:shine 3s infinite}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.btn-cta-patreon{background:linear-gradient(135deg,#ff424d,#ff6b6b);color:#fff;box-shadow:0 0 30px #ff424d80}.btn-cta-patreon:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 0 50px #ff424db3,0 15px 40px #ff424d66}.btn-cta-subscribestar{background:linear-gradient(135deg,#1e3a8a,#2b4db0);color:#fff;box-shadow:0 0 30px #1e3a8a80}.btn-cta-subscribestar:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 0 50px #1e3a8ab3,0 15px 40px #1e3a8a66}.btn-cta-itch{background:linear-gradient(135deg,#fa5c5c,#ff8a8a);color:#fff;box-shadow:0 0 30px #fa5c5c80}.btn-cta-itch:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 0 50px #fa5c5cb3,0 15px 40px #fa5c5c66}.btn-cta-steam{background:linear-gradient(135deg,#1b2838,#2a475e);color:#fff;box-shadow:0 0 30px #66c0f44d;position:relative}.btn-cta-steam:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#66c0f4,#1b2838,#66c0f4,#1b2838);background-size:400% 400%;border-radius:inherit;z-index:-1;animation:gradientBorder 4s ease infinite}@keyframes gradientBorder{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.btn-cta-steam:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 0 50px #66c0f480,0 15px 40px #1b283880}.platform-icon{width:24px;height:24px;fill:currentColor;flex-shrink:0}.media-gallery-container{display:flex;flex-direction:column;gap:1rem}.gallery-main{position:relative;border-radius:1rem;overflow:hidden;background:var(--bg-card);aspect-ratio:16/9;cursor:pointer;box-shadow:0 10px 30px #0006}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-main:hover img{transform:scale(1.03)}.gallery-expand-btn{position:absolute;bottom:1.5rem;right:1.5rem;padding:.75rem 1.5rem;background:#000000b3;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;opacity:0;display:flex;align-items:center;gap:.5rem}.gallery-main:hover .gallery-expand-btn{opacity:1}.gallery-expand-btn:hover{background:var(--accent-primary);transform:scale(1.05)}.gallery-thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding:.75rem 0;scrollbar-width:thin;scrollbar-color:var(--accent-primary) var(--bg-secondary)}.gallery-thumbnails::-webkit-scrollbar{height:6px}.gallery-thumbnails::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.gallery-thumbnails::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:3px}.gallery-thumb{flex-shrink:0;width:120px;height:68px;border-radius:.5rem;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;opacity:.5}.gallery-thumb:hover,.gallery-thumb.active{opacity:1;border-color:var(--accent-primary);transform:translateY(-6px);box-shadow:0 12px 30px #dc262666}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.game-details-section{padding:4rem 0 6rem;background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.details-grid{display:grid;grid-template-columns:1fr 400px;gap:2.5rem;align-items:start}.glass-card{background:#1a1a1acc;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:1.5rem;padding:2.5rem;box-shadow:0 8px 40px #0006;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-4px);box-shadow:0 16px 60px #00000080}.section-heading{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;position:relative;padding-bottom:1rem}.section-heading:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--accent-gradient);border-radius:2px}.game-description-content{line-height:1.9;color:var(--text-secondary);font-size:1.05rem}.game-description-content p{margin-bottom:1.25rem}.game-description-content h2{color:var(--text-primary);font-size:1.25rem;margin:2rem 0 1rem}.game-description-content ul,.game-description-content ol{margin-left:1.5rem;margin-bottom:1.25rem}.game-description-content li{margin-bottom:.5rem}.game-purchase-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.5rem}.purchase-card{display:flex;flex-direction:column;gap:1.5rem}.game-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag-styled{padding:.5rem 1rem;background:#9333ea26;border:1px solid rgba(147,51,234,.3);border-radius:2rem;font-size:.85rem;color:#a78bfa;transition:all .3s ease;cursor:default}.tag-styled:hover{background:#9333ea4d;transform:translateY(-2px)}.game-meta-info{display:grid;gap:0}.meta-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border-color)}.meta-item:last-child{border-bottom:none}.meta-label{color:var(--text-muted);font-size:.9rem}.meta-value{color:var(--text-primary);font-weight:600}.platforms-display{display:flex;gap:.75rem;flex-wrap:wrap}.platform-badge{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#9333ea1a;border:1px solid rgba(147,51,234,.2);border-radius:2rem;font-size:.85rem;color:#a78bfa;transition:all .3s ease}.platform-badge:hover{background:#9333ea33;transform:translateY(-2px)}.platform-badge svg{width:18px;height:18px}.purchase-buttons{display:flex;flex-direction:column;gap:.75rem}.purchase-buttons .btn-cta{width:100%;justify-content:center}.lightbox-overlay{position:fixed;inset:0;background:#000000f7;z-index:5000;display:none;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.lightbox-overlay.active{display:flex;opacity:1}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:none;color:#fff;font-size:2rem;width:56px;height:56px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.lightbox-close:hover{background:var(--accent-primary);transform:rotate(90deg)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;backdrop-filter:blur(10px);border:none;color:#fff;font-size:1.5rem;width:60px;height:60px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-nav:hover{background:var(--accent-primary);transform:translateY(-50%) scale(1.1)}.lightbox-content{max-width:90vw;max-height:75vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:.75rem;box-shadow:0 25px 80px #0009}.lightbox-counter{margin-top:1.5rem;color:var(--text-muted);font-size:1rem;font-weight:500}.lightbox-thumbnails{display:flex;gap:.75rem;margin-top:1.5rem;max-width:90vw;overflow-x:auto;padding:.5rem 0}.lightbox-thumb{width:100px;height:56px;border-radius:.5rem;overflow:hidden;cursor:pointer;opacity:.4;transition:all .3s ease;flex-shrink:0;border:2px solid transparent}.lightbox-thumb:hover,.lightbox-thumb.active{opacity:1;border-color:var(--accent-primary)}.lightbox-thumb img{width:100%;height:100%;object-fit:cover}.age-gate-overlay{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.age-gate-modal{background:var(--bg-card, #1a1a2e);border:1px solid var(--border-color, #333);border-radius:1rem;padding:2.5rem;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px #00000080}.age-gate-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff}.age-gate-modal h2{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary, #fff)}.age-gate-warning{color:#f87171;font-weight:500;margin-bottom:1rem}.age-gate-text{color:var(--text-secondary, #aaa);margin-bottom:1.5rem;line-height:1.6}.age-gate-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.age-gate-enter{min-width:160px;padding:.75rem 2rem;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.age-gate-enter:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.age-gate-exit{min-width:100px;padding:.75rem 2rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary, #aaa);border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .2s ease}.age-gate-exit:hover{background:#ffffff1a;color:var(--text-primary)}body.age-gate-active{overflow:hidden}.page-loading{min-height:80vh;display:flex;align-items:center;justify-content:center}.not-found-state{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.not-found-state h2{font-size:3rem;margin-bottom:1rem;color:var(--text-primary)}.not-found-state p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.details-grid{grid-template-columns:1fr 340px}}@media(max-width:900px){.details-grid{grid-template-columns:1fr}.game-purchase-sidebar{position:static;order:-1}}@media(max-width:768px){.gallery-main{aspect-ratio:4/3}.gallery-thumb{width:140px;height:79px}.glass-card{padding:1.5rem;border-radius:1rem}.lightbox-nav{width:48px;height:48px;font-size:1.25rem}.lightbox-prev{left:.75rem}.lightbox-next{right:.75rem}.details-grid{gap:1.5rem}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}
