*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#eff6ff;min-height:100vh;color:#1e293b}.hub-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}.hub-header{text-align:center;padding:3rem 0;position:relative}.hub-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.hub-header p{font-size:1.125rem;color:#64748b}.lang-switcher{position:absolute;top:1rem;right:0;display:flex;gap:.25rem}.lang-btn{padding:.5rem .75rem;background:white;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.lang-btn:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.lang-btn.active{background:#3b82f6;border-color:#3b82f6;color:white}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1rem 0}.game-card{background:white;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:all .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center;aspect-ratio:1;gap:1.25rem}.game-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.15)}.game-card.coming-soon{opacity:.6;pointer-events:none}.game-icon{width:72px;height:72px;background:#eff6ff;border-radius:14px;justify-content:center;font-size:2.25rem;margin-top:.5rem}.game-content,.game-icon{display:flex;align-items:center}.game-content{flex-direction:column;gap:.75rem;flex:1 1}.game-title{font-size:1.375rem;font-weight:600;color:#0f172a}.game-description{font-size:.9375rem;color:#64748b;line-height:1.6}.play-button{display:inline-flex;align-items:center;justify-content:center;background:#3b82f6;color:white;padding:.75rem 1.75rem;border-radius:8px;font-weight:500;font-size:1rem;transition:background .2s ease;white-space:nowrap}.game-card:hover .play-button{background:#2563eb}.coming-soon-badge{display:inline-flex;align-items:center;background:#f1f5f9;color:#94a3b8;padding:.75rem 1.75rem;border-radius:8px;font-weight:500;font-size:1rem;white-space:nowrap}.hub-footer{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:1rem;color:#94a3b8;font-size:.875rem;background:#eff6ff}@media (max-width:600px){.hub-container{padding:1rem}.hub-header{padding:2.5rem 0 1.5rem}.hub-header h1{font-size:1.5rem}.hub-header p{font-size:.9375rem}.lang-switcher{top:0;right:0}.games-grid{grid-template-columns:1fr;gap:.75rem}.game-card{padding:1rem}.game-icon{width:40px;height:40px;min-width:40px;font-size:1.25rem}}