/* Moban 8-2-10 - B2 Waterfall - Cyberpunk */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Nunito',sans-serif;background:#0D1117;color:#E6EDF3;line-height:1.6}
a{color:#00F5D4;text-decoration:none;transition:color .3s}
a:hover{color:#00DBC2}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.btn{display:inline-block;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;transition:all .3s;cursor:pointer;font-size:.9rem;border:none}
.btn:hover{color:#fff;text-decoration:none}
.btn-lg{padding:16px 40px;font-size:1.05rem}
.btn-download{background:linear-gradient(135deg,#FF006E,#D4005C);color:#fff;box-shadow:0 4px 15px rgba(255,0,110,.3)}
.btn-download:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,0,110,.4);color:#fff}
.btn-login{background:transparent;border:2px solid #FF006E;color:#FF006E}
.btn-login:hover{background:rgba(255,0,110,.1);color:#FF006E}
.btn-register{background:#00F5D4;color:#0D1117}
.btn-register:hover{background:#00DBC2;color:#0D1117}
.btn-view-all{display:block;width:fit-content;margin:30px auto 0;background:#FF006E;color:#fff}
.btn-view-all:hover{background:#D4005C;color:#fff}

/* Drawer Nav */
.drawer-toggle{position:fixed;top:20px;left:20px;z-index:1100;background:rgba(13,17,23,.9);border:2px solid #FF006E;border-radius:8px;padding:10px;cursor:pointer;display:flex;flex-direction:column;gap:4px;width:44px;height:44px;justify-content:center;align-items:center}
.drawer-icon{display:block;width:20px;height:2px;background:#FF006E;position:relative}
.drawer-icon::before,.drawer-icon::after{content:'';position:absolute;left:0;width:20px;height:2px;background:#FF006E}
.drawer-icon::before{top:-6px}
.drawer-icon::after{top:6px}
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:1200;opacity:0;pointer-events:none;transition:opacity .3s}
.drawer-overlay.active{opacity:1;pointer-events:all}
.drawer-nav{position:fixed;top:0;left:-300px;width:280px;height:100%;background:#161B22;z-index:1300;transition:left .3s;padding:20px;overflow-y:auto;border-right:1px solid #30363D}
.drawer-nav.active{left:0}
.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.drawer-logo{height:40px;width:auto}
.drawer-close{background:none;border:none;color:#FF006E;font-size:2rem;cursor:pointer}
.drawer-menu{list-style:none;padding:0}
.drawer-menu li{margin-bottom:5px}
.drawer-menu a{display:block;padding:12px 15px;color:#E6EDF3;font-weight:600;border-radius:8px;transition:all .3s;font-family:'Quicksand',sans-serif}
.drawer-menu a:hover{background:rgba(255,0,110,.1);color:#FF006E}
.drawer-actions{margin-top:20px;display:flex;flex-direction:column;gap:10px}

/* Header */
.site-header{background:rgba(13,17,23,.95);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;border-bottom:1px solid #30363D}
.header-inner{display:flex;justify-content:space-between;align-items:center;height:60px;padding-left:50px}
.site-logo .logo-img{height:40px;width:auto}
.header-actions .btn{font-size:.85rem;padding:8px 20px}

/* Hero */
.hero-section{padding:80px 0 60px;background:linear-gradient(160deg,#0D1117 0%,#1A1F2B 50%,#0D1117 100%);text-align:center}
.hero-content{max-width:700px;margin:0 auto}
.hero-title{font-size:2.8rem;font-weight:900;color:#fff;font-family:'Quicksand',sans-serif;margin-bottom:10px}
.hero-subtitle{font-size:1.2rem;color:#00F5D4;margin-bottom:20px}
.hero-rating{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:30px;flex-wrap:wrap}
.rating-stars{color:#FF006E;font-size:1.5rem;letter-spacing:3px}
.rating-number{font-size:1.2rem;font-weight:700;color:#fff}
.rating-text{color:rgba(230,237,243,.6);font-size:.9rem}

.section-title{text-align:center;font-size:1.8rem;color:#00F5D4;margin-bottom:35px;font-weight:800;font-family:'Quicksand',sans-serif;position:relative;padding-bottom:12px}
.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#FF006E,#00F5D4);border-radius:3px}

/* Horizontal Scroll */
.hscroll-section{padding:50px 0;background:#0D1117}
.hscroll-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding:10px 20px;scrollbar-width:none}
.hscroll-track::-webkit-scrollbar{display:none}
.hscroll-item{flex:0 0 300px;scroll-snap-align:start;border-radius:12px;overflow:hidden;border:1px solid #30363D;transition:transform .3s}
.hscroll-item:hover{transform:scale(1.03)}
.hscroll-item img{width:300px;height:200px;object-fit:cover}

/* Waterfall Grid */
.waterfall-section{padding:50px 0;background:#0D1117}
.waterfall-grid{columns:3;column-gap:16px}
.waterfall-item{break-inside:avoid;margin-bottom:16px;border-radius:12px;overflow:hidden;background:#161B22;border:1px solid #30363D;transition:transform .3s,box-shadow .3s}
.waterfall-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(255,0,110,.15)}
.waterfall-img{width:100%;display:block;transition:transform .5s}
.waterfall-item:hover .waterfall-img{transform:scale(1.05)}
.waterfall-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(255,0,110,.85) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;opacity:0;transition:opacity .4s}
.waterfall-item:hover .waterfall-overlay{opacity:1}
.waterfall-overlay h3{color:#fff;font-size:1.1rem;margin-bottom:8px}
.waterfall-item{position:relative}
.waterfall-info{padding:15px}
.waterfall-info h3{color:#E6EDF3;font-size:1rem;font-weight:700}

/* About */
.about-section{padding:50px 0;background:#161B22}
.about-content{max-width:800px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:#8B949E}
.about-content p{margin-bottom:15px}
.about-content h3{color:#00F5D4;margin:25px 0 15px;font-size:1.3rem;font-weight:700;font-family:'Quicksand',sans-serif}
.features-list li,.rules-list li{padding:12px 0 12px 30px;position:relative;border-bottom:1px solid #21262D}
.features-list li::before{content:'\2713';color:#00F5D4;position:absolute;left:0;font-weight:bold}
.rules-list li::before{content:'\25B6';color:#FF006E;position:absolute;left:0;font-size:.7rem;top:16px}

/* Posts */
.posts-section{padding:50px 0;background:#0D1117}
.posts-waterfall{columns:3;column-gap:16px}
.post-item{break-inside:avoid}
.post-link{text-decoration:none;color:inherit;display:block}
.post-link:hover{color:inherit}
.post-thumb{overflow:hidden}
.post-thumb img{width:100%;display:block;transition:transform .5s}
.post-item:hover .post-thumb img{transform:scale(1.05)}
.post-info{padding:15px}
.post-title{font-size:1rem;color:#E6EDF3;font-weight:700;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.post-date{font-size:.8rem;color:#8B949E}
.post-author{font-size:.8rem;color:#8B949E}

/* Waterfall Posters */
.waterfall-posters{padding:50px 0;background:#161B22}

/* Animate */
.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s,transform .6s}
.animate-on-scroll.visible{opacity:1;transform:translateY(0)}

/* Single */
.single-post{padding:50px 0}
.single-post .container{max-width:800px}
.single-post .post-title{font-size:2.2rem;color:#E6EDF3;font-weight:900;margin-bottom:15px;padding:0}
.single-post .post-meta{padding:0;margin-bottom:15px;display:flex;gap:15px;color:#8B949E;flex-wrap:wrap}
.post-content{line-height:1.8;font-size:1.05rem}
.post-content p{margin-bottom:20px}
.post-content img{max-width:100%;height:auto;border-radius:12px;margin:20px 0}
.post-content h2,.post-content h3{margin:25px 0 15px;color:#00F5D4}
.post-content h2{font-size:1.6rem}
.post-content h3{font-size:1.3rem}
.post-content a{color:#FF006E;text-decoration:underline}
.post-content blockquote{border-left:4px solid #FF006E;padding:10px 20px;margin:20px 0;background:rgba(255,0,110,.05);font-style:italic}
.post-content ul,.post-content ol{padding-left:25px;margin-bottom:20px}
.single-post .post-thumb{margin:15px 0 25px}
.single-post .post-thumb img{width:100%;border-radius:12px}
.single-post .btn-download{margin-top:25px}
.related-posts{padding:40px 0;background:#161B22}

/* Archive */
.archive-header{background:linear-gradient(135deg,#161B22,#1A1F2B);padding:50px 0;text-align:center;border-bottom:1px solid #30363D}
.archive-title{color:#00F5D4;font-size:2rem;font-weight:800;font-family:'Quicksand',sans-serif}

/* Footer */
.site-footer{background:#161B22;border-top:1px solid #30363D;color:#E6EDF3;padding:40px 0 20px}
.footer-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:30px}
.footer-widget h3,.widget-title{color:#FF006E;font-size:1.1rem;margin-bottom:15px;font-weight:700}
.footer-widget ul{list-style:none;padding:0}
.footer-widget ul li{margin-bottom:8px}
.footer-widget a{color:#8B949E;text-decoration:none;transition:color .3s}
.footer-widget a:hover{color:#00F5D4}
.footer-widget p{color:#8B949E;line-height:1.6}
.footer-bottom{text-align:center;border-top:1px solid #21262D;padding-top:25px}
.footer-bottom a{display:inline-block;margin-bottom:10px}
.disclaimer-text{color:#8B949E;font-size:.85rem;max-width:800px;margin:15px auto 0;line-height:1.6}

/* Pagination */
.page-numbers{display:inline-block;padding:10px 16px;margin:0 3px;border-radius:6px;background:#161B22;color:#00F5D4;text-decoration:none;border:1px solid #30363D;font-weight:600;transition:all .3s}
.page-numbers.current{background:#FF006E;color:#fff;border-color:#FF006E}
a.page-numbers:hover{background:#21262D;color:#00F5D4}
.page-numbers.dots{border:none;background:transparent}

/* Misc */
.no-posts{text-align:center;padding:40px 0;color:#8B949E;font-size:1.1rem}
.page-content{max-width:800px;margin:0 auto}
.page-title{font-size:2rem;color:#E6EDF3;margin-bottom:20px}
.site-main{min-height:400px}
