.hero-container{width:100%;position:relative;overflow:hidden}.hero-section{position:relative;transition:all .5s ease;contain:layout style paint;will-change:auto;display:flex;flex-direction:column}.center-content{align-items:center}.hero-section.loaded{background:#1c1a1a;position:relative}.hero-section.loaded:before{content:"";position:absolute;inset:0;height:700px;background-image:url(/assets/img/default_header_image-Dq9h17vi.webp);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;z-index:1}.premium-banner{background-image:url(/assets/img/banner_bg-Cl40wu67.png);padding:12px 0;position:relative;z-index:10;box-shadow:0 2px 10px #4caf504d}.premium-content{margin:0 auto;display:flex;gap:30px;justify-content:center;align-items:center;padding:0 20px}.crown-icon img{width:28px;height:20px}.premium-text{color:#fff;font-size:20px;font-weight:500;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.premium-text .highlight{color:gold;font-weight:700}.premium-btn{background:#fff;border:none;color:#333;padding:8px 16px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.premium-btn:hover{background:gold;transform:translateY(-1px);box-shadow:0 4px 12px #ffd7004d}.crown-icon{font-size:16px}.hero-content{display:flex;align-items:center;justify-content:center;position:relative;z-index:2;padding:60px 20px}.hero-text-section{width:100%;text-align:left}.hero-title-section{display:flex;align-items:center;gap:20px;margin-bottom:10px}.hero-main-title{font-size:2.5rem;font-weight:700;color:#fff;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:0 4px 20px rgba(0,0,0,.5);margin:0;line-height:1.1}.project-count{display:flex;align-items:center;gap:15px}.divider{width:2px;height:40px;background:#ffffff4d}.count-text{color:#fffc;font-size:18px;font-weight:400;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero-main-subtitle-container{position:relative;margin-bottom:10px;text-align:left}.hero-main-subtitle{font-size:1rem;color:#8d8a8a;line-height:1.7;transition:all .3s ease;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.hero-main-subtitle:not(.expanded){position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:90px;max-height:1.7em}.hero-main-subtitle:not(.expanded) .read-more-btn.inline{position:absolute;right:0;top:2px;white-space:nowrap;padding-left:5px}.hero-main-subtitle.expanded{white-space:normal!important;text-overflow:unset!important;overflow:visible!important;-webkit-line-clamp:unset;line-clamp:unset}.read-more-btn.inline{background:none;border:none;color:#4caf50;cursor:pointer;font-weight:600;padding:0 5px;font-size:1rem;transition:all .3s ease;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:inline;margin-left:5px}.read-more-btn.inline:hover{color:#45a049;text-decoration:underline}.hero-navigation{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:20px 0}.nav-tabs{display:flex;gap:0;border-radius:8px;padding:4px}.nav-tab{background:none;border:none;color:#ffffffb3;padding:10px 0;border-bottom:2px solid #4CAF50;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.search-section{flex:1;max-width:800px}.search-container{position:relative;display:flex;align-items:center;background:#ffffff1a;border-radius:8px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.search-container:focus-within{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 4px 20px #0003}.search-input{flex:1;background:none;border:none;color:#fff;padding:16px 20px;font-size:16px;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;outline:none}.search-input::placeholder{color:#fff9}.search-btn{background:none;border:none;color:#ffffffb3;padding:16px 20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.search-btn:hover{color:#fff;background:#ffffff1a}.carousel{width:82%;z-index:10;margin:0 auto;position:relative;overflow:hidden}.slides-container{display:flex;align-items:center;width:fit-content;transform:translate(calc(41vw - 400px - var(--current-index) * 800px));user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-y pinch-zoom}.slides-container.no-transition .slide,.slides-container.no-transition .slide-info{transition:none!important}.slide{flex-shrink:0;width:800px;max-width:95vw;min-width:400px;opacity:.6;transform:scale(.85);transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease;overflow:hidden;position:relative;border:2px solid #828282;margin:0}.slide.active{opacity:1;transform:scale(1)}.slide-link{display:block;width:100%;height:100%;text-decoration:none;position:relative;overflow:hidden}.slide-image{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block;transition:transform .3s ease;contain:layout style paint;will-change:transform}.slide-info{position:absolute;bottom:0;left:0;right:0;padding:20px;color:#fff;background:linear-gradient(360deg,#000000e6 78.3%,#0000);transform:translateY(0);opacity:1;z-index:2;transform:translateY(20px);opacity:0;transition:transform .4s ease,opacity .4s ease}.slide.active .slide-info{transform:translateY(0);opacity:1}.carousel-bottom-controls{bottom:0;width:100%;display:flex;padding-top:15px;z-index:2;flex-direction:column;align-items:center}.slide-title{font-size:1.4rem;font-weight:500;margin-bottom:10px}.slide-description{font-size:13px}.carousel-arrows-container{z-index:11;position:absolute;top:46%;transform:translateY(-50%);left:0;right:0;width:855px;margin:auto;padding-left:10px;display:flex;justify-content:space-between;max-width:100%;pointer-events:none}.carousel-arrow2{background:#3f3f3f;border:none;border-radius:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0003;color:#fff;font-size:20px;z-index:10;backdrop-filter:blur(8px);pointer-events:auto}.carousel-arrow2:hover{background:#5a5a5a}.carousel-bottom-controls{bottom:0;left:50%;display:flex;justify-content:center;align-items:center;z-index:10}.dots{display:flex;gap:13px}.dot{width:13px;height:13px;border:2px solid #fff;border-radius:2px;background:transparent;cursor:pointer;padding:0;transition:all .3s ease}.dot.active{background:#fff}.dot:disabled{cursor:not-allowed}.trending-mods-section{padding:60px 0;background-color:#1a1a1a}.trending-content{max-width:1200px;margin:0 auto;padding:0 20px}.carousel-title-skeleton{width:300px;height:32px;margin:0 auto 40px;border-radius:8px}.trending-mods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:40px}.trending-mod-card{background:#2a2a2a;border-radius:12px;overflow:hidden;border:1px solid #444}.hero-image-skeleton{width:400px;height:250px;border-radius:8px}.trending-mod-info{padding:20px}.carousel-description-skeleton{display:flex;gap:15px;margin-bottom:20px}.carousel-text-skeleton{height:16px;border-radius:3px}.carousel-text-skeleton.downloads{width:80px}.carousel-text-skeleton.likes{width:60px}.carousel-text-skeleton.version{width:50px}.carousel-stats-container{display:flex;gap:15px}.carousel-stat-skeleton{width:100px;height:32px;border-radius:6px}.carousel-buttons-container{text-align:center}.carousel-button-skeleton{width:150px;height:40px;border-radius:20px;margin:0 auto}@media screen and (max-width: 1024px){.hero-main-title{font-size:2rem}.hero-navigation{flex-direction:column;align-items:stretch;gap:10px}.nav-tabs{justify-content:center}.search-section{max-width:none}.carousel{width:82%}.slides-container{transform:translate(calc(41vw - 310px - var(--current-index) * 620px))}.carousel-arrows-container{padding:0}.slide{width:620px}.slide-title{font-size:1.2rem}.slide-description{font-size:.85rem}.carousel-arrow2{width:45px;height:45px;font-size:15px}}@media screen and (max-width: 768px){.hero-main-title{font-size:2.5rem}.hero-title-section{flex-direction:column;align-items:flex-start;gap:15px}.project-count{align-self:flex-start}.hero-navigation{flex-direction:column;align-items:stretch;gap:15px}.nav-tabs{justify-content:center;flex-wrap:wrap}.nav-tab{padding:10px 16px;font-size:14px}.search-section{max-width:none}.carousel{width:82%}.slides-container{transform:translate(calc(41vw - 300px - var(--current-index) * 600px));justify-content:center}.slide{width:600px;max-width:85vw}.slide-info{padding:15px}.slide-title{font-size:1.1rem}.carousel-arrow2{width:45px;height:45px;font-size:15px}}@media screen and (max-width: 480px){.carousel{width:92%}.slides-container{transform:translate(calc(50vw - 175px - var(--current-index) * 320px));touch-action:pan-x}.slide{width:320px;max-width:90vw;min-width:280px}.slide-info{padding:12px;background:linear-gradient(to top,#000000e6,#00000080);transform:translateY(0);opacity:1}.hero-main-title{font-size:2rem}.hero-main-subtitle{font-size:.85rem}.hero-navigation{flex-direction:column;align-items:stretch;gap:15px}.nav-tabs{justify-content:center;flex-wrap:wrap}.nav-tab{padding:8px 12px;font-size:13px}.search-container{flex-direction:column;gap:10px}.search-input{padding:12px 16px}.search-btn{padding:12px 16px;width:100%;justify-content:center}.premium-content{flex-direction:column;gap:10px;text-align:center}.premium-text{font-size:14px}.premium-btn{align-self:center}.slide-title{font-size:1rem;line-height:1.3;margin-bottom:4px}.slide-description{font-size:.8rem;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.carousel-arrow2{width:35px;height:35px;font-size:12px}.carousel-bottom-controls{bottom:15px}.dots{gap:13px}.dot{width:13px;height:13px;border-width:1.5px}.slide-image{aspect-ratio:16/9;height:180px;object-fit:cover}}@media screen and (max-width: 360px){.carousel{width:82%}.slides-container{transform:translate(calc(41vw - 140px - var(--current-index) * 285px));touch-action:pan-x}.carousel-bottom-controls{bottom:10px}.slide{width:280px;min-width:260px;margin:0 2px}.slide-image{height:160px}.hero-main-subtitle{font-size:.75rem}.hero-main-title{font-size:1.6rem!important}}@media screen and (max-width: 320px){.hero-main-subtitle{font-size:.7rem}.hero-main-title{font-size:1.4rem!important}}@media screen and (min-width: 1440px){.carousel-arrow2{width:45px;height:45px;font-size:15px}}@media (hover: none) and (pointer: coarse){.slides-container{touch-action:pan-x;-webkit-overflow-scrolling:touch}.slide{touch-action:pan-x}.carousel-bottom-controls{display:flex}.dot{display:block}}.search-bar{text-align:center;display:flex}.search-bar:focus-visible{outline:none}.search-bar input{width:96%;background:#000;padding:15px;color:#fff;border:2px solid #585858;border:none;font-size:16px;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.search-bar input::placeholder{color:#9f9f9f;font-weight:400}.search-bar input:focus-visible{outline:none}.search-icon{width:50px;display:flex;align-items:center;justify-content:center;margin:0 0 0 10px;background:#303030;cursor:pointer;border:1px solid #ffffff29}.search-iocn-img{height:20px;width:20px}@media screen and (max-width: 1024px){.search-bar input{padding:13px;font-size:15px}.search-icon{width:45px}.search-iocn-img{height:18px;width:18px}}@media screen and (max-width: 768px){.search-bar{margin-bottom:15px}.search-bar input{padding:12px;font-size:14px}.search-icon{width:40px;margin:0 0 0 8px}.search-iocn-img{height:16px;width:16px}}@media screen and (max-width: 480px){.search-bar{margin-bottom:12px}.search-bar input{padding:10px;font-size:13px}.search-icon{width:35px;margin:0 0 0 6px}.search-iocn-img{height:14px;width:14px}}.categories{padding:20px 0}.categories h2{color:#fff;font-size:22px;font-weight:300}.category-list-container{overflow-x:auto;overflow-y:hidden;margin-top:10px;padding:10px 0;width:100%}.category-two-lines{display:flex;flex-direction:column;gap:15px;min-width:max-content;width:100%}.category-line{display:flex;flex-wrap:nowrap;justify-content:start;gap:30px;min-width:max-content}.category-list-container::-webkit-scrollbar{height:6px}.category-list-container::-webkit-scrollbar-track{background:#333;border-radius:3px}.category-list-container::-webkit-scrollbar-thumb{background:#4caf50;border-radius:3px}.category-list-container::-webkit-scrollbar-thumb:hover{background:#45a049}.category-btn{background-color:#2c2c2c;color:#fff;border:none;font-size:18px;text-align:center;width:15%;padding:.6em 1.2em;color:#dfdfdf;cursor:pointer;font-weight:300;white-space:nowrap;min-width:120px;transition:all .1s ease}.category-btn:hover{box-shadow:inset 0 -4px #2a641c,inset 0 4px #52a535;background-color:#3c8527}@media screen and (max-width: 1024px){.categories{padding:15px 0}.categories h2{font-size:24px}.category-btn{font-size:16px;padding:.5em 1em;min-width:110px}.category-line{gap:20px}}@media screen and (max-width: 768px){.categories{padding:12px 0}.categories h2{font-size:22px;margin-bottom:15px}.category-btn{font-size:15px;padding:.4em .8em;min-width:100px;width:auto}.category-line{gap:15px}.category-two-lines{gap:12px}}@media screen and (max-width: 480px){.categories{padding:10px 0}.categories h2{font-size:20px;margin-bottom:12px}.category-btn{font-size:14px;padding:.3em .7em;min-width:90px}.category-line{gap:12px}.category-two-lines{gap:10px}.category-list-container::-webkit-scrollbar{height:4px}}.mods-section{padding:30px 0;border-radius:8px}.mods-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-title{font-size:22px;color:#fff;font-weight:400;margin:0}.view-all{text-decoration:none;color:#e5e5e5}.mods-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.mod-card-link{text-decoration:none;color:inherit;display:block}.mod-card{background-color:#2c2c2c;overflow:hidden;transition:transform .3s;height:100%}.mod-card-link:hover .mod-card{transform:scale(1.05)}.mod-image-container{height:180px;overflow:hidden}.mod-image{width:100%;height:100%;object-fit:cover}.mod-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-top:.25rem;color:#ccc}.mod-downloads{font-weight:500;display:flex;gap:5px;align-items:center;justify-content:center}.download_icon{height:18px!important;width:18px!important;padding:0!important;margin:0!important}.mod-tag{background-color:#2d2d2d;color:#e5e5e5;border:2px solid white;font-size:16px;padding:3px 10px;border-radius:4px}.mod-info{margin:0 20px;color:#e5e5e5;display:flex;padding-bottom:20px;flex-direction:column;justify-content:start}.mod-loader{font-size:14px;color:#acacac}.mod-name{font-size:16px;line-height:1.3;margin-bottom:8px;font-weight:400;height:40px}.mod-card img{width:100%;border-radius:4px;margin-bottom:10px;padding:20px}@media screen and (max-width: 1024px){.mods-section{padding:25px 0}.section-title{font-size:24px}.mod-image-container{height:180px}}@media screen and (max-width: 768px){.mods-section{padding:20px 0}.section-title{font-size:22px}.mods-header{align-items:flex-start;gap:10px}.mods-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px}.mod-image-container{height:140px}.mod-info{margin:0 15px}.mod-name{font-size:14px;height:35px;margin-bottom:6px}.mod-meta{font-size:.8rem}.mod-tag{font-size:14px;padding:2px 8px}}@media screen and (max-width: 480px){.mods-section{padding:15px 0}.section-title{font-size:20px}.mods-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.mod-image-container{height:120px}.mod-info{margin:0;padding:10px}.mod-name{font-size:13px;min-height:20px;height:auto;margin-bottom:5px;line-height:1.2}.header-top-section{margin-bottom:0!important}.mod-meta{font-size:.75rem;align-items:flex-start;gap:4px}.mod-tag{font-size:12px;padding:1px 6px}.mod-card img{margin-bottom:0;padding:10px}.download_icon{height:16px!important;width:16px!important}}.main-content-container{background-size:contain;background-color:#1c1a1a;height:100%;width:100%;z-index:10;padding:2% 9%}@media screen and (max-width: 1024px){.main-content-container{padding:3% 6%}}@media screen and (max-width: 768px){.main-content-container{padding:4%}}@media screen and (max-width: 480px){.main-content-container{padding:5% 3%}}.vector-top{margin-top:-4%;z-index:10;width:100%;display:block}.vector-bottom{width:100%;display:block;margin-top:-2px}@media screen and (max-width: 768px){.vector-top{margin-top:-5%}}@media screen and (max-width: 480px){.vector-top{margin-top:-7%}}.hero{position:relative;width:100%;height:80vh;overflow:hidden;box-shadow:0 4px 8px #0000004d;background-color:#1a1a1a}.hero-content{width:100%;height:100%;padding:40px 9% 10px;display:flex;align-items:center;justify-content:space-between}.hero-text{width:60%;display:flex;flex-direction:column;gap:20px}.hero-title-skeleton{width:80%;height:40px;margin-bottom:10px}.hero-subtitle-skeleton{width:90%;height:20px;margin-bottom:30px}.hero-buttons-skeleton{display:flex;gap:20px}.hero-button-skeleton{width:150px;height:45px;border-radius:8px}.trending-skeleton{flex:1;display:flex;flex-direction:column;gap:20px;align-items:flex-end;justify-content:center;width:40%}.trending-card-skeleton{display:flex;gap:15px;width:90%;align-items:center}.trending-image-skeleton{width:80px;height:80px;border-radius:8px;flex-shrink:0}.trending-info-skeleton{flex:1;display:flex;flex-direction:column;gap:8px}.trending-title-skeleton{width:100%;height:18px}.trending-desc-skeleton{width:80%;height:14px}.categories-title-skeleton{width:200px;height:30px;margin-bottom:20px}.category-btn-skeleton{padding:12px 24px;height:45px;min-width:120px}.section-title-skeleton{width:200px;height:30px}.view-all-skeleton{width:80px;height:20px}.mod-card-skeleton{background-color:#212020;border-radius:12px;overflow:hidden;padding:15px}.mod-image-skeleton{width:100%;height:150px;border-radius:8px;margin-bottom:12px}.mod-info-skeleton{display:flex;flex-direction:column;gap:8px}.mod-name-skeleton{width:80%;height:18px}.mod-meta-skeleton{display:flex;justify-content:space-between;align-items:center}.mod-downloads-skeleton{width:60px;height:14px}.mod-tag-skeleton{width:50px;height:14px;border-radius:12px}@media screen and (max-width: 1024px){.hero{height:70vh}.hero-text{width:55%}.trending-skeleton{width:45%}.skeleton-slides{transform:translate(calc(50vw - 350px - var(--current-index) * 700px))!important}}@media screen and (max-width: 768px){.hero{height:60vh}.hero-content{flex-direction:column;gap:30px;text-align:center;padding:40px 4%}.hero-text{width:100%;height:100%;justify-content:center}.trending-skeleton{width:100%;align-items:center}.trending-card-skeleton{width:100%;max-width:400px}.hero-title-skeleton{width:80%;height:35px}.hero-subtitle-skeleton{width:90%;height:18px}.hero-description-skeleton{width:100%}.skeleton-slides{transform:translate(calc(50vw - 300px - var(--current-index) * 600px))!important}}@media screen and (max-width: 480px){.hero{height:50vh}.latest-gun,.popular-gun{display:none}.hero-content{padding:30px 3%;gap:20px}.trending-image-skeleton{width:60px;height:60px}.hero-buttons-skeleton{flex-direction:column;align-items:center;width:100%;justify-content:center;gap:15px}.hero-button-skeleton{width:80%;max-width:200px;height:40px}.hero-title-skeleton{width:90%;height:28px}.hero-subtitle-skeleton{width:95%;height:16px}.trending-large-image-skeleton{display:none}.skeleton-slides{transform:translate(calc(50vw - 160px - var(--current-index) * 320px))!important}}.mods-header.skeleton-margin{margin-bottom:10px}.popular-category-title-skeleton{width:220px;height:32px;margin-bottom:20px}.category-nav-skeleton{display:flex;gap:16px;margin-bottom:30px}.category-nav-button-skeleton{width:120px;height:40px;border-radius:20px}.section-content-skeleton{width:75%;height:16px}.app-download-container{background-color:#fff;padding:3rem 1rem;display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center}.app-download-heading{font-size:1.8rem;border-bottom:2px solid #1C1A1A;font-weight:700;margin-bottom:1.5rem;color:#1c1a1a}.app-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.store-badge{width:200px;height:70px;object-fit:contain;transition:transform .2s}.store-badge:hover{transform:scale(1.05)}@media screen and (max-width: 1024px){.app-download-container{padding:2.5rem 1rem}.app-download-heading{font-size:1.6rem;margin-bottom:1.3rem}.app-buttons{gap:1.2rem}.store-badge{width:180px;height:60px}}@media screen and (max-width: 768px){.app-download-container{padding:2rem 1rem}.app-download-heading{font-size:1.4rem;margin-bottom:1rem}.app-buttons{gap:1rem;flex-direction:column;align-items:center}.store-badge{width:160px;height:55px}}@media screen and (max-width: 480px){.app-download-container{padding:1.5rem .5rem}.app-download-heading{font-size:1.2rem;margin-bottom:.8rem}.store-badge{width:140px;height:50px}}
