.game-details-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:#f5f5f5}.tags-section{margin:20px 0;padding:15px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.tags-title{font-size:1.5rem;color:hsla(0,0%,53%,.85);margin-bottom:25px;margin-left:15px}.tags-list{list-style-type:none;gap:10px}.tag-item{background-color:rgba(61,220,132,.01);color:grey;padding:8px 12px;border-radius:5px;font-weight:700;transition:background-color .3s ease,transform .3s ease}.tag-item:hover{background-color:#000;transform:translateY(-2px)}.footer{color:#e0e0e0;padding:2rem 1rem;font-family:Arial,sans-serif;position:relative}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:1rem}.footer-section{flex:1;min-width:200px;text-align:center;margin:1rem 0}.footer-logo{width:130px;margin:0 auto;opacity:.8;box-shadow:0 4px 8px rgba(0,0,0,.8);text-shadow:2px 2px 4px rgba(0,0,0,.4)}.footer-heading{font-size:1.7rem;font-weight:700;margin-bottom:.5rem}.footer-links{list-style:none;padding:0}.footer-links li{margin:.5rem 0}.footer a{color:#fff;text-decoration:none;transition:color .3s ease}.footer a:hover{color:orange}.footer-icons{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}.footer-icons a{color:#fff;font-size:1.5rem;transition:color .3s ease}.footer-icons a:hover{color:orange}.footer-bottom{border-top:1px solid #333;text-align:center;padding-top:1rem;margin-top:1rem;font-size:.9rem}@media (max-width:768px){.footer-container{flex-direction:column}}.download-section{width:100%;position:relative;transition:box-shadow .3s ease,transform .3s ease;padding:30px;margin-top:-50px}@media (max-width:768px){.download-section{width:92%;padding:10px}}.mobile-menu-button{background:none;border:none;font-size:20px;color:#fff;cursor:pointer;position:absolute;left:10px;top:8px;transform:rotate(0deg)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#121212;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:1000}.mobile-menu a{color:#fff;font-size:20px;text-decoration:none}.mobile-menu a:hover{color:#ff6464}@media (max-width:768px){.mobile-menu-button{display:block}.logo{margin-left:30px}}@media (min-width:769px){.mobile-menu-button{display:none}}.mobile-menu-close{position:absolute;top:15px;right:15px;font-size:24px;color:#fff;background:none;border:none;cursor:pointer;z-index:999}.mainClass{visibility:visible!important}.lock-mask{right:0;background:rgba(0,0,0,.5);justify-content:center;border-radius:10px}.lock-icon{font-size:1.5rem}.popup-content button{margin:10px;padding:8px 16px;background:#007bff;border:none;color:#fff;cursor:pointer;border-radius:5px}.popup-content button:hover{background:#0056b3}.download-item{position:relative}.lock-mask{position:absolute;top:0;left:0;width:100%;background:rgba(0,0,0,.25);justify-content:flex-end;cursor:pointer}.lock-mask,.lock-right-bg{height:100%;display:flex;align-items:center}.lock-right-bg{width:60px;background:#000;justify-content:center;border-top-right-radius:10px;border-bottom-right-radius:10px}.lock-icon{font-size:20px;color:#fff}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Poppins:wght@600;700&display=swap");*{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0;padding:0;box-sizing:border-box}.popup-overlay{z-index:1000;padding:20px;animation:fadeIn .3s ease-in-out}.popup-content{background:#1a1a1a;max-width:420px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.3);animation:slideUp .3s ease-in-out}.popup-title{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;margin-bottom:12px}.popup-free-text,.popup-text{font-size:.9rem;font-weight:400;margin-bottom:12px;color:grey}.popup-benefits{list-style:none;padding:15px;background:#222;border-radius:10px;text-align:left;margin-bottom:15px;box-shadow:0 4px 10px rgba(0,0,0,.6)}.benefit-item{display:flex;align-items:center;gap:12px;background:#2a2a2a;padding:12px;border-radius:6px;font-size:1rem;font-weight:600;color:#fff;margin-bottom:10px}.benefit-item:last-child{margin-bottom:0}.benefit-icon{font-size:1.5rem}.benefit-text{flex-grow:1;margin-left:10px}.benefit-item:hover{background:#333;transform:scale(1.05)}.popup-buttons{flex-direction:column}.popup-btn{font-family:Poppins,sans-serif;color:#fff;border:none;padding:14px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;background-color:#28b35e;transition:background .3s,transform .2s}.popup-btn:hover{background:linear-gradient(135deg,#ff4d4d,#ff007f);transform:scale(1.05)}.close-btn{background:#333;font-weight:600}.close-btn:hover{background:#555}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width:600px){.popup-buttons{flex-direction:row;justify-content:center}.popup-btn{width:48%}}@media (max-width:480px){.popup-content{padding:16px}.popup-title{font-size:1.4rem}.popup-free-text,.popup-text{font-size:.85rem}.popup-btn{font-size:.95rem;padding:12px}.benefit-item{font-size:.95rem;padding:10px}.benefit-icon{font-size:1.3rem}}.comments-container{width:90%;padding:16px;background-color:#151515;color:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.3);border:1px solid #323232;margin:50px auto}.comments-header{font-size:20px;font-weight:700;text-align:center;margin-bottom:16px;color:#e5e7eb}.comment-list{display:flex;flex-direction:column;gap:12px}.comment-card{padding:16px;background-color:#1f2020;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.2);border:1px solid #353535;transition:background .3s ease-in-out}.comment-card:hover{background-color:#374151}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.comment-author{font-size:16px;font-weight:600;color:#d1d5db}.comment-timestamp{font-size:10px;color:#9ca3af}.comment-content{margin-top:8px;font-size:14px;color:#e5e7eb;line-height:1.5}.mention-box{font-size:12px;color:#9ca3af;margin-top:12px;padding-left:10px;border-left:4px solid #3b82f6}.mention-user{color:#3b82f6;font-weight:500}.mention-missing{color:#f87171;font-weight:500}.no-comments{text-align:center;font-size:16px;color:#9ca3af}.comment-input-container{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;margin:16px auto}.comment-input{width:100%;min-height:80px;padding:8px;font-size:14px;border:1px solid #444;background-color:#222;color:#fff;border-radius:8px;resize:none;outline:none;transition:border .3s ease}.comment-input:focus{border-color:#08f}.comment-name{width:100%;height:40px;padding:8px;font-size:14px;display:flex;align-items:center;border:1px solid #444;background-color:#222;color:#fff;border-radius:8px;outline:none;transition:border .3s ease;box-sizing:border-box;resize:none}.comment-name:focus{border-color:#08f}@media screen and (max-width:768px){.comments-container{width:90%;padding:12px}.comment-name{font-size:10px}.comments-header{font-size:18px}.comment-card{padding:12px}.comment-author{font-size:14px}.comment-timestamp{font-size:8px}.comment-content{font-size:12px}.mention-box{font-size:10px}.no-comments{font-size:14px}.comment-input{min-height:60px;font-size:12px}}.submit-comment-btn{width:150px;padding:10px 15px;font-size:16px;font-weight:700;text-align:center;background-color:#08f;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .2s ease}.submit-comment-btn:hover{background-color:#06c;transform:scale(1.05)}.submit-comment-btn:active{transform:scale(.95)}.signin-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background:#222;color:#fff;padding:20px;border-radius:10px;text-align:center;width:90%;max-width:400px}.signin-btn{background-color:#08f;color:#fff;padding:10px 15px;font-size:16px;border:none;border-radius:5px;cursor:pointer;margin-top:10px;transition:background .3s ease}.signin-btn:hover{background-color:#06c}.close-btn{background:none;font-size:14px;margin-top:10px}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);z-index:9999999}.popup-box{background:rgba(30,30,30,.95);color:#fff;padding:25px;border-radius:12px;text-align:center;width:90%;max-width:350px;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:fadeIn .3s ease-in-out}.popup-box h2{font-size:14px;margin-bottom:10px}.popup-box p{font-size:11px;color:#bbb;margin-bottom:20px}.popup-buttons{display:flex;justify-content:center;gap:12px}.popup-buttons button{padding:10px 18px;border:none;cursor:pointer;border-radius:8px;font-size:11px;font-weight:600;transition:all .3s ease-in-out}.popup-buttons button:first-child{background:linear-gradient(135deg,#ff5722,#ff784e);color:#fff}.popup-buttons button:first-child:hover{background:linear-gradient(135deg,#ff3d00,#ff784e);transform:scale(1.05)}.close-btn{width:100px;background-color:grey;border:none;font-size:25px;color:#fff;cursor:pointer;position:absolute;top:12px;right:12px;transition:color .3s ease-in-out}.close-btn:hover{color:#ff5722}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-container{display:flex;align-items:center;gap:.7rem}.notification-icon{font-size:1.2rem;color:#7d7f7e}.whats-new-icon{font-size:1.2rem;color:#ff9800;cursor:pointer;transition:transform .2s ease-in-out}.whats-new-container{position:relative}.whats-new-icon{color:#ff5722;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}.whats-new-icon:hover{transform:scale(1.3)}.follow-btn{display:inline-flex;align-items:center;background:linear-gradient(90deg,#d74b3e 50%,#c83e33 60%);color:#fff;border-radius:15px;padding:6px 14px;font-weight:600;font-family:sans-serif;font-size:12px;text-decoration:none;gap:10px;position:relative;overflow:hidden;height:32px}.follow-btn .divider{width:1px;height:60%;background-color:hsla(0,0%,100%,.6);position:relative;z-index:1}.follow-btn .icon{display:flex;align-items:center;justify-content:center;padding-left:0;padding-right:2px;position:relative;z-index:2}.follow-btn .icon i{color:#fff;font-size:15px}@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@500;600&display=swap");.three-parts-label{font-family:Urbanist,sans-serif;font-size:.65rem;font-weight:600;color:#ffffffd9;letter-spacing:.35px;line-height:1.4}@media (min-width:768px){.three-parts-label{font-size:1rem}}@media (max-width:640px){.link-label{font-size:.8rem;padding:.5rem 0}}.post-number-label{position:absolute;top:8px;right:35px;background-color:#2a2a2a;color:#fff;font-size:.6rem;padding:5px;border-radius:7px;font-weight:500;display:inline-block;min-width:40px;text-align:center;z-index:10}@media (min-width:768px){.post-number-label{right:38px;font-size:.75rem;padding:6px 8px;min-width:50px}}.post-bookmark{position:absolute;top:3.3px;right:23px;color:#818181;font-size:.4rem;padding:5px;border-radius:7px;font-weight:500;display:inline-block;width:10px;text-align:center;z-index:10}@media (min-width:768px){.post-bookmark{top:5px;right:8px;font-size:.75rem;padding:6px 8px;width:30px}}.support-box{background-color:#1f1f1f;border:1px solid #333;padding:1.5em;border-radius:10px;margin:2em 0}.support-note{font-size:1rem;color:#ddd;line-height:1.6}.support-note .highlight-link{color:#f39c12;font-weight:700;text-decoration:underline}.donate-btn-wrapper{display:flex;justify-content:center;margin-top:1em}.donate-btn{background-color:#f39c12;color:#fff;padding:.6em 1.2em;font-weight:700;border-radius:6px;text-decoration:none;transition:background-color .2s ease}.donate-btn:hover{background-color:#e08e0b}.games-button{margin-right:-15px;display:inline-block;padding:3px 12px;background-color:#333;color:#fff;font-family:Roboto;font-size:11px;font-weight:400;border:1px solid #444;border-radius:6px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.games-button:hover{background-color:#444;color:#ddd}.card-grid-list{display:grid;grid-template-columns:3fr;gap:1.5rem;padding:1rem}@media screen and (min-width:1024px){.card-grid-list{grid-template-columns:repeat(3,3fr)}}.downSectionParent{background-color:#00000000}.card-grid-item{padding:1rem;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden;border-bottom:1px solid hsla(0,0%,100%,.145)}@media (max-width:640px){.card-grid-item{border-bottom:1px solid hsla(0,0%,100%,.125)}}@media (min-width:768px){.card-grid-item:nth-child(3n){border-right:none}}.card-grid-item:before{content:"";position:absolute;inset:0;border-radius:inherit;opacity:.2;pointer-events:none}.card-grid-item:hover{transform:translateY(-4px)}.card-grid-link{display:flex;flex-direction:column;gap:.5rem;text-decoration:none;color:inherit}.card-grid-image-wrap{width:100%;aspect-ratio:16/9;background:#33333351;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-grid-default-img{width:80px;height:80px;object-fit:cover;display:block;border-radius:12px}.card-grid-image-html img{width:100%;height:auto;object-fit:cover;display:block}.card-grid-labels{display:flex;flex-direction:column;gap:.25rem}.card-grid-title{font-size:.95rem;font-weight:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#fff;text-transform:lowercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:290px}.card-grid-title:first-letter{text-transform:uppercase}@media (max-width:768px){.card-grid-title{font-size:.82rem;max-width:230px}}.card-grid-note{font-size:.85rem;color:#aaa}.card-grid-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.card-grid-number{font-size:.85rem;color:#888}.card-grid-bookmark{cursor:pointer;color:#fff}.AHSectionWrapper{padding:0 2rem 2rem;color:#fff;display:flex;align-items:flex-start;justify-content:center}.AHSectionContent{max-width:1200px;width:100%}.AHTitle{font-size:3rem;font-weight:700;margin-bottom:1.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;text-align:left;line-height:1.3}.AHDescription{font-size:1.125rem;line-height:1.8;color:#b3b3b3}.AHBackgroundAlt,.AHSectionBackground{background-color:#0a0a0a}.AHSeparator{width:100%;height:1px;background:linear-gradient(90deg,#aaa,#ccc,#aaa);opacity:.2}.AHHighlight{background:linear-gradient(135deg,#ff2f6e,#ff684e);color:#fff;padding:2px 8px;margin-left:5px;border-radius:6px;font-weight:700;display:inline-block;box-shadow:0 0 10px rgba(255,70,90,.5)}@media (max-width:600px){.AHTitle{font-size:20px}.AHHighlight{padding:1px 6px;font-size:90%}}.AHTagline{font-size:.9rem;color:#ccc;font-weight:400;line-height:1.6;text-align:left;max-width:600px;letter-spacing:.5px;transition:all .3s ease}@media (min-width:768px){.AHTagline{font-size:1.125rem;color:#ddd}}.modelHeroImage{width:100px;height:100px;object-fit:cover;border-radius:9999px;border:3px solid #2a2a2a;box-shadow:0 8px 20px rgba(0,0,0,.7);flex-shrink:0}.modelHeroText{flex:1}.modelHeroName{font-size:1.6rem;font-weight:800;color:#fff;margin:0;letter-spacing:.5px}.modelHeroUpdated{color:#bbb;margin-top:.4rem;font-size:1rem}.modelHeroFollowButton{padding:.7rem 1.6rem;font-size:.9rem;font-weight:600;background:linear-gradient(90deg,#ff2f6e,#ff684e);color:#fff;border:none;border-radius:9999px;cursor:pointer;transition:background .3s ease,transform .2s ease;white-space:nowrap}.modelHeroFollowButton:hover{background:linear-gradient(90deg,#ff1e5a,#ff513c);transform:scale(1.05)}.modelHeroContent{display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(20px);max-width:1200px;width:100%;transition:all .3s ease}.modelHeroLeft{display:flex;align-items:center;gap:1.5rem}.modelHeroText{display:flex;flex-direction:column;justify-content:center}@media (max-width:768px){.modelHeroContent{flex-wrap:nowrap;padding:.6rem .8rem;gap:.5rem;max-width:100%}.modelHeroImage{width:50px;height:50px;flex-shrink:0}.modelHeroText{flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden}.modelHeroName{font-size:.85rem;font-weight:700}.modelHeroName,.modelHeroUpdated{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modelHeroUpdated{font-size:.65rem;margin-top:.15rem}.modelHeroFollowButton{font-size:.65rem;padding:.35rem .7rem;flex-shrink:0;white-space:nowrap}}.card-meta-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:6px 0;font-size:14px}.meta-left-group{display:flex;align-items:center;gap:10px}.meta-number{color:#717171;font-size:11.5px}.btn-report,.meta-number{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.btn-report{display:inline-flex;align-items:center;gap:5px;padding:4.3px 7px;background-color:#48484843;color:#909090;border:1px solid #34333300;border-radius:8px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.btn-report:hover{background-color:#2a2a2a;border-color:#666;color:#fff}.btn-report:active{transform:scale(.97);background-color:#333}.btn-report svg{width:12px;height:12px;transition:transform .2s ease-in-out}.btn-report:hover svg{transform:rotate(-10deg) scale(1.1)}.meta-right-group{display:flex;align-items:center;gap:12px}.meta-bookmark{cursor:pointer;font-size:15px}@media (max-width:480px){.card-meta-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:8px}.meta-left-group{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.meta-right-group{flex-shrink:0;align-self:flex-start}.btn-report{padding:4px 8px;background-color:#48484843;color:#909090;border:1px solid #34333300;font-size:9px;border-radius:5px;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease}.meta-number{color:#717171;font-size:11px}}.btn-bookmark{background-color:transparent;border:none;padding:4px;margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#f1f1f1;transition:color .2s ease,transform .2s ease}.btn-bookmark:hover{color:#facc15;transform:scale(1.1)}.btn-bookmark svg{background:transparent!important}.btn-bookmark:focus{outline:none}.btn-bookmark.bookmarked{color:#facc15}html{scroll-behavior:smooth}.download-grid-modifiername{font-size:12px;color:#888;margin-top:0;justify-content:space-between;padding:5px 0;margin-top:5px;flex-wrap:wrap}.download-grid-modifiername,.uploader-badge{display:flex;align-items:center;gap:12px}.uploader-badge img{width:44px;height:44px;border-radius:10px;padding:4px;border:2px solid #5555554b;object-fit:cover}.uploader-badge-text{display:flex;flex-direction:column;line-height:1.2}.uploader-badge-text .username{font-size:14px;font-weight:600;color:#eee}.uploader-badge-text .rank{font-size:12px;font-weight:400;color:#bbb}.upload-date{font-size:12px;color:#999;white-space:nowrap}@media (max-width:600px){.download-grid-modifiername{padding:0;border-radius:8px;gap:6px}.uploader-badge img{width:28px;height:28px;padding:2px;border-radius:6px}.uploader-badge-text .username{font-size:10px;font-weight:500}.uploader-badge-text .rank{font-size:8px;color:#aaa}.upload-date{font-size:6px;color:#888}.uploader-badge-text{line-height:1.1}}.pagination-controls{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;margin-top:32px;padding:14px 20px;border-radius:14px;background:rgba(30,30,30,.5);backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.06);box-shadow:0 6px 20px rgba(0,0,0,.35)}.pagination-controls button{padding:8px 14px;border-radius:10px;background:linear-gradient(90deg,#2d2d2d,#1f1f1f);color:#f1f1f1;border:1px solid #3c3c3c;font-size:14px;font-weight:600;letter-spacing:.4px;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 6px rgba(0,0,0,.25)}.pagination-controls button:hover:not(:disabled){background:linear-gradient(90deg,#3a3a3a,#2a2a2a);transform:scale(1.02);box-shadow:0 4px 12px hsla(0,0%,100%,.08)}.pagination-controls button:disabled{opacity:.35;cursor:not-allowed;filter:grayscale(100%)}.pagination-controls span{font-size:13px;color:#aaa;font-weight:500;user-select:none}@media (max-width:480px){.pagination-controls{gap:10px;padding:10px 14px}.pagination-controls button{font-size:9px;padding:6px 10px}.pagination-controls span{font-size:10px}.pagination-CnterText{font-size:1px}}:root{--primary-accent:#3b82f6;--primary-accent-hover:#60a5fa;--primary-accent-rgb:59,130,246;--success-rgb:34,197,94;--error-rgb:239,68,68;--bg-start:#111827;--bg-end:#1f2937;--form-bg:rgba(31,41,55,.6);--form-blur:16px;--form-border-color:hsla(0,0%,100%,.15);--text-primary:#f9fafb;--text-secondary:#9ca3af;--input-bg:rgba(17,24,39,.5);--success-color:#4ade80;--error-color:#f87171;--border-radius-md:12px;--border-radius-sm:8px}.add-post-form{width:100%;max-width:1200px;margin:0 auto;background:#121212;-webkit-backdrop-filter:blur(var(--form-blur));backdrop-filter:blur(var(--form-blur));border:1px solid var(--form-border-color);padding:1rem;border-radius:var(--border-radius-md)}.add-post-form h2{text-align:center;font-size:1.4rem;font-weight:700;margin-bottom:1.25rem;color:var(--text-primary)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;margin-bottom:.4rem;color:var(--text-secondary);font-size:.85rem}.form-group input[type=text],.form-group input[type=url]{display:block;width:100%;padding:.6rem .9rem;font-size:.95rem;background-color:#1d1d1d;color:#fff;border:1px solid var(--form-border-color);border-radius:var(--border-radius-sm);box-shadow:inset 0 1px 2px rgba(0,0,0,.2);transition:border-color .2s,box-shadow .2s}.form-group input::placeholder{color:var(--text-secondary);opacity:.7}.form-group input:focus{outline:none;border-color:var(--primary-accent);box-shadow:0 0 0 2px rgba(var(--primary-accent-rgb),.4)}.form-group input[type=file]{display:none}.form-group label[for=post-image]{display:flex;justify-content:center;align-items:center;padding:1.25rem .75rem;background-color:#1d1d1d;border:2px dashed var(--form-border-color);border-radius:var(--border-radius-md);cursor:pointer;text-align:center;font-size:.9rem;color:var(--text-secondary);transition:all .2s ease-in-out}.form-group label[for=post-image]:hover{border-color:var(--primary-accent);color:var(--primary-accent);transform:scale(1.01)}.preview-wrapper{margin-top:.5rem;padding:.8rem;border:1px solid var(--form-border-color);border-radius:var(--border-radius-md);background-color:var(--input-bg)}.preview-wrapper p{margin:0 0 .5rem;font-size:.85rem;color:var(--text-secondary)}.preview-wrapper img{width:100%;height:auto;max-height:220px;border-radius:var(--border-radius-sm);object-fit:cover}.add-post-form button[type=submit]{width:100%;padding:.7rem .9rem;font-size:.95rem;font-weight:600;letter-spacing:.4px;background:#206241;color:#fff;border:none;border-radius:var(--border-radius-sm);cursor:pointer;margin-top:1rem;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:all .2s ease}.add-post-form button[type=submit]:hover:not(:disabled){background-color:var(--primary-accent-hover);transform:translateY(-2px);box-shadow:0 5px 16px rgba(var(--primary-accent-rgb),.35)}.add-post-form button[type=submit]:disabled{background:#374151;color:var(--text-secondary);cursor:not-allowed;transform:none;box-shadow:none}.error-msg,.success-msg{padding:.85rem;margin-top:1.25rem;border-radius:var(--border-radius-sm);font-size:.9rem;text-align:center;border:1px solid transparent}.error-msg{color:var(--error-color);background-color:rgba(var(--error-rgb),.08);border-color:rgba(var(--error-rgb),.2)}.success-msg{color:var(--success-color);background-color:rgba(var(--success-rgb),.08);border-color:rgba(var(--success-rgb),.2)}@media (min-width:768px){.add-post-form{padding:2rem 2.25rem}.add-post-form h2{font-size:1.65rem}.form-group label{font-size:.9rem}.add-post-form button,.form-group input{font-size:1rem}}@media (max-width:767px){.add-post-form{border:none;border-top:1px solid var(--form-border-color);border-bottom:1px solid var(--form-border-color);background-color:transparent;box-shadow:none;border-radius:0}}.info-box{width:100%;box-sizing:border-box;margin-bottom:1rem;padding:1rem;font-size:.875rem;color:#6c757d;background-color:#00000000;border:1px solid #00000000;border-radius:4px}.info-box h2{font-size:1rem;font-weight:600;color:#495057;margin-top:0;margin-bottom:.5rem}.info-box p{line-height:1.5;margin-bottom:0}.info-box strong{font-weight:600;color:#495057}a,a:active,a:focus,a:hover,a:link,a:visited{color:inherit;text-decoration:none;outline:none;cursor:inherit}.modelPageHero-breadcrumbs{max-width:1200px;padding:0 8px;display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:500;letter-spacing:.2px;color:#a9cbd6;justify-content:flex-start;margin:50px auto 14px}@media (max-width:768px){.modelPageHero-breadcrumbs{margin-top:18px!important}}.modelPageHero-breadcrumbs a{color:#22d3ee;text-decoration:none;transition:color .2s ease}.modelPageHero-breadcrumbs a:hover{color:#5ee3ff;text-decoration:underline}.crumb-sep{color:#6fa4b5;opacity:.8;font-weight:600}.crumb-current{color:#e6f8fb;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:720px){.modelPageHero-breadcrumbs{font-size:.88rem;gap:6px;margin-bottom:10px;padding:0 12px;width:90%}}.game-description,.game-description-Later{max-width:1200px;margin:14px auto 8px;padding:0 16px}.game-description h2,.game-description-Later h2,.tags-section .tags-title{margin:0 0 10px;font-size:1rem;font-weight:800;color:#eaf7fb;letter-spacing:.2px}.game-description p{margin:0;font-size:.92rem;line-height:1.5;color:#c7d3da}.game-description{padding-top:14px;border-top:1px solid hsla(0,0%,100%,.06)}.game-description-Later>div{font-size:.92rem;line-height:1.5;color:#c7d3da}.game-description-Later a{color:#22d3ee;text-decoration:none}.game-description-Later a:hover{text-decoration:underline}.tags-section{max-width:1200px;margin:16px auto 10px;padding:12px 16px 6px;border-top:1px solid hsla(0,0%,100%,.06)}.tags-section .tags-title{margin-bottom:10px;font-size:.95rem;color:#dbe9ee}.tags-list{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}.tag-item{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:.82rem;line-height:1;color:#cfe6ee;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:999px;transition:background .15s ease,transform .12s ease,border-color .15s ease}.tag-item:hover{background:hsla(0,0%,100%,.06);border-color:rgba(34,211,238,.28);transform:translateY(-1px)}.tag-item{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:760px){.game-description,.game-description-Later,.tags-section{padding:0 12px}.game-description h2,.game-description-Later h2,.tags-section .tags-title{font-size:.92rem}.game-description p,.game-description-Later>div{font-size:.88rem}.tag-item{padding:5px 9px;font-size:.78rem;max-width:55vw}}@media (max-width:768px){.comments-container,.download-section,.modelPageHero-breadcrumbs{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.modelHeroContent{margin-left:-10px;padding-left:4px;padding-right:4px}}.promoted-section{margin:28px auto 0!important;max-width:1100px!important;width:100%!important}.promoted-header{margin-bottom:14px!important}.promoted-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;width:100%!important}.promoted-card{display:block!important;text-decoration:none!important;overflow:hidden!important;border-radius:12px!important;background:#111!important;transition:transform .2s ease!important}.promoted-card:hover{transform:translateY(-2px)!important}.promoted-card img{width:100%!important;aspect-ratio:3/4!important;object-fit:cover!important;display:block!important}.promoted-title{padding:8px!important;text-align:center!important}.promoted-title span{color:#fff!important;font-size:14px!important;font-weight:600!important;line-height:1.2!important;display:block!important}@media (max-width:768px){.promoted-grid{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.promoted-title span{font-size:11px!important}.promoted-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.promoted-title span{font-size:11px!important}}.modern-video-layout{width:100%!important;max-width:1200px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:22px!important;padding:10px 0!important}.modern-video-preview{position:relative!important;display:block!important;width:100%!important;overflow:hidden!important;border-radius:26px!important;background:#0b0b0f!important;border:1px solid hsla(0,0%,100%,.06)!important;box-shadow:0 10px 40px rgba(0,0,0,.45)!important}.modern-video-thumb{transition:transform .35s ease!important}.modern-video-preview:hover .modern-video-thumb{transform:scale(1.03)!important}.modern-video-gradient{position:absolute!important;inset:0!important;background:linear-gradient(0deg,rgba(0,0,0,.82) 0,rgba(0,0,0,.15) 45%,rgba(0,0,0,.35))!important;z-index:1!important}.modern-video-top{position:absolute!important;top:16px!important;left:16px!important;right:16px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;z-index:3!important}.modern-video-source{background:rgba(20,20,25,.82)!important;border:1px solid hsla(0,0%,100%,.08)!important;font-weight:600!important;backdrop-filter:blur(12px)!important}.modern-video-external,.modern-video-source{color:#fff!important;padding:7px 12px!important;border-radius:999px!important;font-size:12px!important}.modern-video-external{background:#ff4d6d!important;font-weight:700!important;box-shadow:0 4px 18px rgba(255,77,109,.35)!important}.modern-video-center{position:absolute!important;inset:0!important;z-index:3!important;flex-direction:column!important;gap:14px!important}.modern-play-btn,.modern-video-center{display:flex!important;align-items:center!important;justify-content:center!important}.modern-play-btn{width:84px!important;height:84px!important;border-radius:999px!important;background:hsla(0,0%,100%,.14)!important;backdrop-filter:blur(14px)!important;color:#fff!important;font-size:34px!important;border:1px solid hsla(0,0%,100%,.12)!important;transition:all .25s ease!important}.modern-video-preview:hover .modern-play-btn{transform:scale(1.08)!important;background:hsla(0,0%,100%,.2)!important}.modern-preview-text{color:#fff!important;font-size:14px!important;font-weight:700!important;letter-spacing:.4px!important}.modern-video-content{display:flex!important;flex-direction:column!important;gap:18px!important}.modern-video-title{font-size:32px!important;line-height:1.15!important}.modern-video-actions{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.modern-watch-btn{display:inline-flex!important;align-items:center!important;gap:10px!important;background:linear-gradient(135deg,#00c853,#00e676)!important;color:#fff!important;text-decoration:none!important;padding:16px 24px!important;border-radius:18px!important;font-size:15px!important;font-weight:800!important;box-shadow:0 8px 24px rgba(0,230,118,.25)!important;transition:all .25s ease!important}.modern-watch-btn:hover{transform:translateY(-2px)!important}.modern-watch-icon{font-size:15px!important}.modern-watch-arrow{font-size:16px!important}@media (max-width:768px){.modern-video-layout{gap:16px!important}.modern-video-preview{border-radius:20px!important}.modern-play-btn{width:64px!important;height:64px!important;font-size:28px!important}.modern-video-title{font-size:22px!important}.modern-watch-btn{width:100%!important;justify-content:center!important;padding:15px 18px!important}.modern-video-actions{gap:10px!important}.modern-action-btn{flex:1!important}}.modern-video-thumb{object-fit:cover!important}.modern-video-empty,.modern-video-thumb{width:100%!important;aspect-ratio:16/9!important;display:block!important;background:#000!important}.xf-act,.xf-share-btn{position:relative!important;height:58px!important;min-width:58px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0 20px!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(22,22,28,.95),rgba(14,14,18,.98))!important;border:1px solid hsla(0,0%,100%,.08)!important;color:#fff!important;cursor:pointer!important;transition:transform .18s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease!important;backdrop-filter:blur(12px)!important;box-shadow:0 4px 18px rgba(0,0,0,.28),inset 0 1px 0 hsla(0,0%,100%,.04)!important;text-decoration:none!important;flex-shrink:0!important}.xf-act:hover,.xf-share-btn:hover{transform:translateY(-2px)!important;border-color:hsla(0,0%,100%,.14)!important;background:linear-gradient(180deg,rgba(28,28,36,.98),#121218)!important}.xf-act:active,.xf-share-btn:active{transform:scale(.97)!important}.xf-like-icon,.xf-share-btn svg{width:18px!important;height:18px!important;stroke:#fff!important;transition:transform .18s ease,color .2s ease!important;flex-shrink:0!important}.xf-act span{font-size:15px!important;font-weight:700!important;color:#fff!important;line-height:1!important}.xf-act--like.is-liked{border-color:rgba(255,77,109,.35)!important;background:linear-gradient(180deg,rgba(45,18,24,.96),#1c0c10)!important;box-shadow:0 6px 24px rgba(255,77,109,.18),inset 0 1px 0 hsla(0,0%,100%,.04)!important}.xf-act--like.is-liked .xf-like-icon{color:#ff4d6d!important;fill:#ff4d6d!important}.xf-act:disabled{opacity:.82!important;cursor:default!important}.xf-act.is-sm{height:42px!important;min-width:42px!important;border-radius:14px!important;padding:0 14px!important}.xf-act.is-sm span{font-size:13px!important}@media (max-width:768px){.xf-act,.xf-share-btn{height:52px!important;min-width:52px!important;border-radius:16px!important;padding:0 16px!important;gap:8px!important}.xf-like-icon,.xf-share-btn svg{width:17px!important;height:17px!important}.xf-act span{font-size:14px!important}.modern-video-actions{gap:10px!important;width:100%!important}.modern-video-actions,.modern-watch-btn{display:flex!important;align-items:center!important}.modern-watch-btn{flex:1.6!important;height:50px!important;padding:0 16px!important;border-radius:14px!important;font-size:14px!important;font-weight:700!important;justify-content:center!important;gap:8px!important;white-space:nowrap!important}.xf-act{width:80px!important}.xf-act,.xf-share-btn{flex:0 0 50px!important;min-width:50px!important;height:50px!important;padding:0!important;border-radius:14px!important}.xf-share-btn{width:50px!important}.xf-act span{font-size:13px!important}.xf-like-icon,.xf-share-btn svg{width:16px!important;height:16px!important}}.modern-video-title{font-size:clamp(17px,2.4vw,25px)!important;line-height:1.1!important;font-weight:800!important;color:#fff!important;margin:0!important;word-break:break-word!important}.modern-watch-btn{color:#062512!important}.xf-act--like{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;height:28px!important;padding:0 14px!important;border-radius:14px!important;background:hsla(0,0%,100%,0)!important;border:1px solid hsla(0,0%,100%,0)!important;backdrop-filter:blur(12px)!important;color:#fff!important;width:auto!important;min-width:unset!important;white-space:nowrap!important;overflow:visible!important;box-sizing:border-box!important}.xf-act--like span{font-size:14px!important;font-weight:700!important}.xf-like-icon{width:16px!important;height:16px!important;flex-shrink:0!important}.xf-act--like span{font-size:13px!important;line-height:1!important;font-weight:300!important}.xf-act--like.is-sm span{font-size:9px!important}@media (max-width:768px){.xf-act--like span{font-size:10px!important}.xf-act--like.is-sm span{font-size:8px!important}}.header{position:relative!important;top:auto!important;z-index:50;background:rgba(11,11,13,.72);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .25s ease,transform .25s ease}@media (max-width:768px){body,html{overflow-x:hidden!important;width:100%!important;max-width:100%!important}.game-details-container{padding-left:10px!important;padding-right:10px!important}}@media (min-width:768px){.topAds{margin-bottom:22px!important}}.topAds{width:100%;margin:14px 0}.adCard{width:100%;display:flex!important;align-items:center!important;justify-content:space-between!important;background:linear-gradient(90deg,#151515,#0f0f0f)!important;border:1px solid hsla(0,0%,100%,.06)!important;border-radius:18px!important;padding:18px!important;text-decoration:none!important;overflow:hidden!important;position:relative!important;transition:.25s ease!important}.adCard:hover{transform:translateY(-1px)!important}.adContentWrapper{display:flex!important;align-items:center!important;gap:14px!important}.adContent,.adContentWrapper{min-width:0!important}.adContent h4{color:#fff!important;font-size:17px!important;font-weight:700!important;margin:0 0 4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.adContent p{color:hsla(0,0%,100%,.84)!important;font-size:13px!important;line-height:1.4!important;margin:0!important}.withLogo{padding:16px 18px!important}.adLogoWrap{flex-shrink:0!important}.adLogo{width:58px!important;height:58px!important;border-radius:14px!important;object-fit:cover!important;display:block!important;border:1px solid hsla(0,0%,100%,.08)!important}.adAction{flex-shrink:0!important;margin-left:16px!important}.adBtn{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:42px!important;padding:0 18px!important;border-radius:12px!important;background:#163d2d!important;color:#fff!important;font-size:14px!important;font-weight:600!important;white-space:nowrap!important}@media (max-width:640px){.adCard{padding:14px!important}.adLogo{width:50px!important;height:50px!important}.adContent h4{font-size:15px!important}.adContent p{font-size:12px!important}.adBtn{height:38px!important;padding:0 14px!important;font-size:13px!important}.adCard{padding:10px 12px!important;min-height:68px!important}.adContentWrapper{gap:8px!important;flex:1!important;min-width:0!important}.adLogo{width:34px!important;height:34px!important;border-radius:8px!important;flex-shrink:0!important}.adContent{flex:1!important;min-width:0!important}.adContent h4{line-height:1.15!important;margin:0 0 2px!important}.adContent h4,.adContent p{font-size:10px!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;word-break:break-word!important}.adContent p{line-height:1.2!important;opacity:.72!important}.adAction{margin-left:8px!important;flex-shrink:0!important}.adBtn{height:28px!important;padding:0 9px!important;border-radius:8px!important;font-size:10px!important;font-weight:600!important}}.adLogo{width:34px!important;height:34px!important;object-fit:contain!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important}@media (max-width:640px){.xf-posts{padding:0!important;margin:12px 0 0!important}}