.section{background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 6px 20px rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}
.section:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#8b5cf6,#d946ef);border-radius:16px 0 0 16px}
.section:hover{box-shadow:0 8px 30px rgba(0,0,0,.1);transform:translateY(-2px)}
.banner-section{margin-top:20px;margin-bottom:30px}
.banner-slider{position:relative;width:100%;height:200px;overflow:hidden;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.12);background-color:#f8fafc}
.banner{display:flex;transition:transform .5s ease-out}
.banner,.banner-slide{width:100%;height:100%}
.banner-slide{flex-shrink:0;position:relative;overflow:hidden}
.banner-slide img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.banner-slide:hover img{transform:scale(1.05)}
.banner-caption{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;transform:translateY(0);transition:transform .3s ease}
.banner-caption h3{font-size:20px;font-weight:700;margin-bottom:5px;text-shadow:0 2px 4px rgba(0,0,0,.5)}
.banner-caption p{font-size:14px;opacity:.9;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.5)}
.banner-indicators{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:10}
.banner-indicator{width:8px;height:8px;border-radius:50%;background-color:hsla(0,0%,100%,.6);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}
.banner-indicator.active{background-color:#fff;width:30px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.4)}
.banner-next,.banner-prev{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background-color:hsla(0,0%,100%,.95);color:#8b5cf6;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:10;opacity:0}
.banner-slider:hover .banner-next,.banner-slider:hover .banner-prev{opacity:1}
.banner-next:hover,.banner-prev:hover{background-color:#fff;transform:translateY(-50%) scale(1.15);box-shadow:0 6px 20px rgba(0,0,0,.25)}
.banner-prev{left:20px}
.banner-next{right:20px}
.section-title{font-size:20px;font-weight:700;margin-bottom:24px;color:#1e293b;position:relative;padding-bottom:12px;display:flex;align-items:center;justify-content:space-between}
.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#8b5cf6,#d946ef);border-radius:3px}
.section-title .more{font-size:14px;font-weight:500;color:#64748b;text-decoration:none;transition:all .3s;display:inline-flex;align-items:center;background-color:#f1f5f9;padding:6px 14px;border-radius:20px}
.section-title .more:hover{color:#8b5cf6;background-color:#e2e8f0;transform:translateY(-1px)}
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:100%;margin:0 auto}
.section{margin-bottom:30px;box-sizing:border-box}
.game-card{text-align:center;background-color:#fff;border-radius:12px;overflow:hidden;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e2e8f0;position:relative}
.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12);border-color:#cbd5e1}
.game-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#d946ef);transform:scaleX(0);transition:transform .3s}
.game-card:hover:before{transform:scaleX(1)}
.game-card .game-img{width:100%;height:0;padding-bottom:100%;position:relative;margin-bottom:12px;border-radius:10px;overflow:hidden;background-color:#f8fafc;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s}
.game-card:hover .game-img{box-shadow:0 6px 20px rgba(0,0,0,.12)}
.game-card .game-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease-out}
.game-card:hover .game-img img{transform:scale(1.1)}
.game-card .game-name{font-size:14px;font-weight:400;color:#1e293b;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .3s}
.game-card:hover .game-name{color:#8b5cf6}
.game-card .download-btn{display:inline-block;padding:3px 0;background-color:#8b5cf6;color:#fff;text-decoration:none;border-radius:20px;font-size:13px;font-weight:500;transition:all .3s;box-shadow:0 2px 8px rgba(139,92,246,.2)}
.game-card .download-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3);background-color:#7c3aed}
.update-list{display:flex;flex-direction:column;gap:16px;padding:0}
.update-item{display:flex;align-items:center;padding:16px;border-radius:12px;background-color:#f8fafc;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0;position:relative;overflow:hidden}
.update-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:#8b5cf6;transform:scaleY(0);transition:transform .3s}
.update-item:hover{background-color:#fff;transform:translateX(5px);box-shadow:0 4px 15px rgba(0,0,0,.08);border-color:#cbd5e1}
.update-item:hover:before{transform:scaleY(1)}
.update-item .game-img{width:80px;height:80px;border-radius:10px;overflow:hidden;margin-right:16px;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s}
.update-item:hover .game-img{box-shadow:0 6px 20px rgba(0,0,0,.15);transform:scale(1.05)}
.update-item .game-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.update-item:hover .game-img img{transform:scale(1.1)}
.update-item .game-info{flex:1;min-width:0}
.update-item .game-name{font-size:17px;font-weight:600;color:#1e293b;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .3s}
.update-item:hover .game-name{color:#8b5cf6}
.update-item .update-time{font-size:14px;color:#64748b;display:flex;align-items:center;gap:5px}
.update-item .update-time:before{content:"¸üÐÂ:"}
.update-item .download-btn{padding:8px 20px;background-color:#8b5cf6;color:#fff;text-decoration:none;border-radius:20px;font-size:13px;font-weight:500;flex-shrink:0;transition:all .3s;box-shadow:0 2px 8px rgba(139,92,246,.2)}
.update-item .download-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3);background-color:#7c3aed}
@media (min-width:768px){.section{max-width:1200px;margin-left:auto;margin-right:auto}
.banner-slider{height:450px}
.banner-caption h3{font-size:28px;margin-bottom:8px}
.banner-caption p{font-size:16px}
.section-title{font-size:24px;padding-bottom:14px}
.section-title:after{width:80px}
.game-grid{grid-template-columns:repeat(5,1fr);gap:24px}
.game-card{padding:20px}
.game-card .game-name{font-size:17px}
.update-item{padding:20px}
.update-item .game-img{width:100px;height:100px}
.update-item .game-name{font-size:18px}
.update-item .update-time{font-size:15px}
.update-item .download-btn{font-size:14px}
}
@media (max-width:768px){
.banner-caption p{font-size:13px}
.banner-next,.banner-prev{width:36px;height:36px;font-size:18px}
.section{padding:20px}
.game-grid{grid-template-columns:repeat(3,1fr);gap:14px}
.banner-slider{height:180px}
.section{padding:16px}
.section-title{font-size:18px}
.banner-caption{padding:15px}
.banner-caption h3{font-size:16px}
.update-item{padding:12px}
.update-item .game-img{width:60px;height:60px}
.update-item .game-name{font-size:15px}
}
