.mobile-slideshow-container{width:100%;height:60vh;min-height:400px;overflow:hidden;background:var(--bg-dark);border-radius:1rem}.mobile-slide-content,.mobile-slideshow-container{position:relative;display:flex;flex-direction:column;justify-content:center}.mobile-slide-content{z-index:2;height:100%;padding:1.5rem;color:white}.mobile-content-grid{display:flex;flex-direction:column;align-items:center;text-align:center;flex-grow:1;justify-content:center;margin-bottom:1.5rem}.mobile-thumbnail-wrapper{flex-shrink:0;cursor:pointer;border:2px solid var(--neon-orange);padding:2px;border-radius:.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(2px);margin-bottom:1rem}.mobile-thumbnail-img{width:80px;height:80px;object-fit:cover;border-radius:.375rem}.mobile-text-wrapper{width:100%}.mobile-slide-content .status-tag{font-size:.75rem;margin-bottom:.5rem;display:block;color:#FFFFFF;text-shadow:0 0 5px var(--neon-red),0 0 10px var(--neon-red),0 0 15px var(--neon-red);font-weight:700}.mobile-slide-content h1{font-family:Orbitron,sans-serif;font-size:1.75rem;line-height:1.1;font-weight:800;text-transform:uppercase;color:var(--neon-orange);text-shadow:0 0 10px var(--neon-red),0 0 20px rgba(255,34,5,.5);margin-bottom:.75rem}.mobile-slide-content p{font-size:.875rem;max-width:90%;color:#ffccbc;text-shadow:1px 1px 3px rgba(0,0,0,.5);margin-left:auto;margin-right:auto}.btn-container{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.cyber-btn{padding:10px 20px;font-size:.8rem;text-align:center;display:block;width:100%;max-width:280px;clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);background:rgba(255,34,5,.1);font-family:Orbitron,sans-serif;text-transform:uppercase;position:relative;font-weight:700;letter-spacing:2px}.cyber-btn,.mobile-slideshow-container .nav-arrow{border:1px solid var(--neon-orange);color:var(--neon-orange);cursor:pointer;transition:.3s}.mobile-slideshow-container .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;height:50px;width:35px;background:rgba(255,150,0,.1);backdrop-filter:blur(2px);align-items:center;justify-content:center}.mobile-slideshow-container .nav-arrow:hover{background:var(--neon-red);color:#fff;box-shadow:0 0 20px var(--neon-red)}.mobile-slideshow-container .nav-arrow.left-arrow{left:10px;clip-path:polygon(100% 0,100% 100%,25% 100%,0 50%,25% 0)}.mobile-slideshow-container .nav-arrow.right-arrow{right:10px;clip-path:polygon(0 0,75% 0,100% 50%,75% 100%,0 100%)}.mobile-slideshow-container .manual-nav{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.mobile-slideshow-container .dot{width:15px;height:4px;background:rgba(255,34,5,.3);cursor:pointer;transition:.4s}.mobile-slideshow-container .dot.active{background:var(--neon-orange);box-shadow:0 0 15px var(--neon-orange);width:50px}.image-modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.85);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;cursor:pointer}.image-modal-content{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,.5)}