.hpe-game-hub-page{max-width:100% !important;width:100% !important;margin:0 auto !important;padding:0 !important}.hpe-game-hub-page .wrap{max-width:100% !important;width:100% !important;padding:0 !important}.hpe-game-hub{max-width:1200px;margin:0 auto;padding:20px;width:100%}.hpe-game-hub__header{margin-bottom:30px;text-align:center}.hpe-game-hub__title{font-size:28px;font-weight:700;margin:0 0 12px;color:#333}.hpe-game-hub__lead{font-size:14px;color:#666;margin:0 0 20px;line-height:1.6}.hpe-game-hub__count{font-size:14px;color:#888;margin:15px 0 0}.hpe-game-hub__controls{margin-bottom:20px}.hpe-game-hub__form{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;align-items:flex-end}.hpe-game-hub__label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#666}.hpe-game-hub__select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;min-width:150px;cursor:pointer}.hpe-game-hub__select:focus{outline:none;border-color:#ff6b9d;box-shadow:0 0 0 2px rgba(255,107,157,.2)}.hpe-game-hub__btn{padding:8px 20px;background:linear-gradient(135deg,#ff6b9d 0%,#ff8a65 100%);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.hpe-game-hub__btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,107,157,.4)}.hpe-game-hub__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;justify-content:center;max-width:1200px;margin:0 auto}.hpe-game-hub__empty{grid-column:1/-1;text-align:center;padding:40px;color:#888}.hpe-game-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.hpe-game-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.hpe-game-card__link{display:block;text-decoration:none;color:inherit}.hpe-game-card__thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center}.hpe-game-card__thumb:before{content:"\f11b";font-family:"Font Awesome 6 Free";font-weight:900;font-size:48px;color:rgba(255,255,255,.3);position:absolute;z-index:0}.hpe-game-card__thumb img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hpe-game-card:hover .hpe-game-card__thumb img{transform:scale(1.05)}.hpe-game-card__badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;z-index:2}.hpe-game-card__badge--hot{background:linear-gradient(135deg,#ff4757 0%,#ff6b81 100%);color:#fff;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,100%{box-shadow:0 0 0 0 rgba(255,71,87,.4)}50%{box-shadow:0 0 0 8px rgba(255,71,87,0)}}.hpe-game-card__body{padding:16px}.hpe-game-card__title{font-size:15px;font-weight:700;margin:0 0 8px;color:#333;line-height:1.5;height:2.25em;max-height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hpe-game-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px;font-size:12px;color:#888}.hpe-game-card__genre{background:#f0f0f0;padding:2px 8px;border-radius:4px}.hpe-game-card__platform{color:#999}.hpe-game-card__stats{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 12px;font-size:12px;color:#666}.hpe-game-card__stat{display:flex;align-items:center;gap:4px}.hpe-game-card__stat-icon{font-size:14px}.hpe-game-card__cta{display:inline-block;font-size:13px;font-weight:600;color:#ff6b9d;transition:color .3s ease}.hpe-game-card:hover .hpe-game-card__cta{color:#ff4757}@media (max-width:768px){.hpe-game-hub{padding:15px}.hpe-game-hub__title{font-size:22px}.hpe-game-hub__form{flex-direction:column;align-items:stretch}.hpe-game-hub__label{width:100%}.hpe-game-hub__select{width:100%}.hpe-game-hub__btn{width:100%}.hpe-game-hub__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:15px}}@media (max-width:480px){.hpe-game-hub__grid{grid-template-columns:1fr}}