.screenshotCarousel_container__vJQPl{display:flex;flex-direction:column;gap:1rem;width:100%;margin-top:1rem}.screenshotCarousel_header__GFRRE{display:flex;align-items:center;justify-content:space-between}.screenshotCarousel_title__nsEJd{color:var(--color-green);font-family:var(--font-mono);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.screenshotCarousel_controls__YlhpM{display:flex;align-items:center;gap:.5rem}.screenshotCarousel_navButton__T25Ef{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--color-border);border-radius:var(--radius-chip);background:rgba(13,22,32,.85);color:var(--color-text);cursor:pointer;transition:all .16s ease}.screenshotCarousel_navButton__T25Ef:hover:not(:disabled){border-color:var(--color-cyan);color:var(--color-cyan);background:rgba(39,216,255,.1);transform:translateY(-1px)}.screenshotCarousel_navButton__T25Ef:disabled{opacity:.35;cursor:not-allowed}.screenshotCarousel_carouselTrack__Nm_q9{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem .25rem 1rem;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.screenshotCarousel_carouselTrack__Nm_q9::-webkit-scrollbar{height:6px}.screenshotCarousel_carouselTrack__Nm_q9::-webkit-scrollbar-track{background:rgba(9,16,25,.5);border-radius:999px}.screenshotCarousel_carouselTrack__Nm_q9::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}.screenshotCarousel_carouselTrack__Nm_q9::-webkit-scrollbar-thumb:hover{background:var(--color-cyan)}.screenshotCarousel_item__LSYPp{flex:0 0 auto;scroll-snap-align:start;height:clamp(340px,50vh,480px);position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--color-border);background:rgba(9,16,25,.9);cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.screenshotCarousel_item__LSYPp:hover{transform:translateY(-4px) scale(1.015);border-color:var(--color-cyan);box-shadow:0 12px 36px rgba(39,216,255,.18)}.screenshotCarousel_image__3QtK3{height:100%;width:auto;object-fit:contain;display:block}.screenshotCarousel_modalOverlay__ycntC{position:fixed;inset:0;z-index:999;background:rgba(5,8,13,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:screenshotCarousel_fadeIn__9awZQ .2s ease}.screenshotCarousel_modalContent__CChLj{position:relative;max-width:95vw;max-height:95vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.screenshotCarousel_modalImageWrapper__Ful8m{position:relative;display:flex;align-items:center;justify-content:center;max-height:85vh;max-width:90vw}.screenshotCarousel_modalImage__60dSE{height:clamp(500px,85vh,900px);width:auto;max-width:90vw;max-height:85vh;object-fit:contain;border-radius:16px;border:1px solid rgba(39,216,255,.3);box-shadow:0 24px 80px rgba(0,0,0,.8),0 0 50px rgba(39,216,255,.2)}.screenshotCarousel_closeButton__NS7kX{position:absolute;top:-1.5rem;right:-1.5rem;width:44px;height:44px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface-strong);color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .16s ease}.screenshotCarousel_closeButton__NS7kX:hover{border-color:var(--color-cyan);color:var(--color-cyan);transform:scale(1.1);background:rgba(39,216,255,.15)}.screenshotCarousel_modalNavButton__yqZxU{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid var(--color-border);background:rgba(13,22,32,.85);color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .16s ease}.screenshotCarousel_modalNavLeft__ZPvnY{left:-3.5rem}.screenshotCarousel_modalNavRight__HR___{right:-3.5rem}@media (max-width:768px){.screenshotCarousel_modalNavLeft__ZPvnY{left:.5rem}.screenshotCarousel_modalNavRight__HR___{right:.5rem}.screenshotCarousel_closeButton__NS7kX{top:-2.5rem;right:0}}.screenshotCarousel_modalNavButton__yqZxU:hover:not(:disabled){border-color:var(--color-cyan);color:var(--color-cyan);background:rgba(39,216,255,.2);transform:translateY(-50%) scale(1.08)}.screenshotCarousel_modalNavButton__yqZxU:disabled{opacity:.2;cursor:not-allowed}.screenshotCarousel_counterBadge__HqCyt{margin-top:.75rem;padding:.25rem .75rem;border-radius:999px;border:1px solid var(--color-border);background:rgba(13,22,32,.8);color:var(--color-text-muted);font-family:var(--font-mono);font-size:.75rem}@keyframes screenshotCarousel_fadeIn__9awZQ{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}