.gameon-tech-hub{background-color:#040810;color:#f3f5f7;font-family:var(--font-paragraph--family, "Inter", sans-serif);padding:32px 0 0}.techhub-wrap{width:100%;max-width:var(--go-max, 1320px);margin:0 auto;padding:0 20px 48px;box-sizing:border-box}.techhub-section-header{margin-bottom:24px;text-align:left;position:relative;padding-left:16px}.techhub-section-header:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;background:linear-gradient(to bottom,#00f0ff,#bd00ff);border-radius:2px}.techhub-section-title{font-size:22px;font-weight:900;margin:0 0 4px;letter-spacing:-.01em;text-transform:uppercase;color:#fff}.techhub-section-subtitle{font-size:13px;color:#94a3b8;margin:0;line-height:1.4}.techhub-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-size:12px;font-weight:800;text-decoration:none;transition:all .2s ease;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.techhub-btn--primary{background:linear-gradient(135deg,#00d4e8,#7000ff);color:#fff;border:none}.techhub-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00d4e84d}.techhub-btn--secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.15)}.techhub-btn--secondary:hover{background:#ffffff1a;border-color:#00f0ff}.techhub-hero{position:relative;border-radius:16px;overflow:hidden;background:#060b14;border:1px solid rgba(255,255,255,.05);margin-bottom:40px;display:flex;align-items:stretch;min-height:280px}.techhub-hero__bg-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.techhub-hero__bg-img{width:100%;height:100%;object-fit:cover;opacity:.15;display:block}.techhub-hero__left{position:relative;z-index:3;flex:0 0 55%;padding:40px 48px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to right,#08101ff2 60%,#08101f66)}.techhub-hero__eyebrow{display:inline-flex;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#00f0ff;margin-bottom:12px}.techhub-hero__title{font-size:34px;font-weight:900;line-height:1.1;margin:0 0 12px;letter-spacing:-.02em;color:#fff}.techhub-hero__subtitle{font-size:14px;line-height:1.5;color:#94a3b8;margin:0 0 24px;max-width:480px}.techhub-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.techhub-hero__right{flex:0 0 45%;position:relative;overflow:hidden}.techhub-hero__right-img{width:100%;height:100%;object-fit:cover;display:block}.techhub-hero__visual-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a1122,#16223d);overflow:hidden}.techhub-hero-shape{position:absolute;border-radius:50%;filter:blur(40px);opacity:.3}.techhub-hero-shape--1{width:150px;height:150px;background:#bd00ff;top:10%;right:10%}.techhub-hero-shape--2{width:200px;height:200px;background:#00f0ff;bottom:-20%;left:20%}.techhub-hero-icon{width:64px;height:64px;color:#fff6;position:relative;z-index:2}@media(max-width:900px){.techhub-hero{flex-direction:column;min-height:auto}.techhub-hero__left{flex:none;padding:32px 24px 24px;background:#08101ff2}.techhub-hero__right{flex:none;height:140px}.techhub-hero__title{font-size:26px}.techhub-hero__actions{flex-direction:column;gap:10px}.techhub-btn{width:100%}}.techhub-categories{margin-bottom:24px}.techhub-categories__grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.techhub-cat-card{position:relative;border-radius:12px;background:#0a0f1c;border:1px solid rgba(255,255,255,.05);text-decoration:none;display:flex;align-items:center;padding:16px;gap:16px;transition:all .25s ease;overflow:hidden}.techhub-cat-card:hover{transform:translateY(-3px);border-color:var(--cat-color, rgba(0, 240, 255, .4));background:#0c1222;box-shadow:0 8px 24px #0000004d,0 0 16px calc(var(--cat-color) * .15)}.techhub-cat-card__media{flex:0 0 38%;height:72px;border-radius:8px;background:#ffffff05;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.techhub-cat-card__img{width:100%;height:100%;object-fit:cover}.techhub-cat-placeholder{width:32px;height:32px;color:var(--cat-color, rgba(255, 255, 255, .5))}.techhub-cat-placeholder svg{width:100%;height:100%}.techhub-cat-card__info{flex:1}.techhub-cat-card__title{font-size:15px;font-weight:800;color:#fff;margin:0 0 4px;line-height:1.2}.techhub-cat-card__desc{font-size:12px;color:#94a3b8;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.techhub-categories__grid{grid-template-columns:repeat(2,1fr);gap:12px}.techhub-cat-card{flex-direction:column;align-items:flex-start;padding:14px;gap:12px}.techhub-cat-card__media{flex:0 0 38%;height:56px}.techhub-cat-placeholder{width:24px;height:24px}.techhub-cat-card__title{font-size:13px}.techhub-cat-card__desc{font-size:11px}}.techhub-explore{margin-bottom:24px}.techhub-explore__grid{display:grid;gap:12px;grid-template-columns:repeat(5,1fr)}.techhub-ql-card{background:#0d1324;border:1px solid rgba(255,255,255,.04);border-radius:10px;padding:16px 12px;text-decoration:none;display:flex;align-items:center;gap:12px;transition:all .2s ease}.techhub-ql-card:hover{background:#10172a;border-color:#bd00ff4d;transform:translateY(-2px)}.techhub-ql-icon{font-size:24px;line-height:1;flex-shrink:0}.techhub-ql-text{display:flex;flex-direction:column}.techhub-ql-title{font-size:13px;font-weight:700;color:#fff;line-height:1.2}.techhub-ql-desc{font-size:11px;color:#64748b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1024px){.techhub-explore__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.techhub-explore__grid{grid-template-columns:repeat(2,1fr)}.techhub-ql-card{flex-direction:column;text-align:center;padding:14px;gap:8px}.techhub-ql-icon{font-size:28px}.techhub-ql-desc{display:none}}.techhub-featured{margin-bottom:48px}.techhub-collection-block{margin-bottom:32px}.gameon-tech-hub .go-grid{margin-top:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.gameon-tech-hub .go-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.gameon-tech-hub .go-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.gameon-tech-hub .go-card{background:#0f131e!important;border:1px solid rgba(255,255,255,.05)!important;color:#f3f5f7!important;border-radius:12px!important}.gameon-tech-hub .go-card__media,.gameon-tech-hub .go-card__img{background:#080a0f!important}.gameon-tech-hub .go-card__title,.gameon-tech-hub .go-card__price{color:#fff!important}.gameon-tech-hub .go-card__compare{color:#94a3b8!important}.gameon-tech-hub .go-card__btn{background:#1e293b!important;color:#fff!important}.techhub-cta-strip{margin-bottom:0}.techhub-cta-inner{border-radius:12px;background:linear-gradient(90deg,#0a1122,#101a30);border:1px solid rgba(0,240,255,.1);padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.techhub-cta__title{font-size:18px;font-weight:800;color:#fff;margin:0}.techhub-cta__actions{display:flex;gap:12px;flex-shrink:0}@media(max-width:768px){.techhub-cta-inner{flex-direction:column;text-align:center;padding:20px}.techhub-cta__actions{width:100%;flex-direction:column}}.techhub-bridge{background:linear-gradient(180deg,#f3f4f6,#fff);height:32px;border-top:1px solid rgba(0,0,0,.05);box-shadow:inset 0 4px 20px #00000005}.techhub-bridge__inner{max-width:var(--go-max, 1320px);margin:0 auto}.techhub-bridge__title{font-size:28px;font-weight:900;color:#111827;margin:0 0 8px;letter-spacing:-.02em}.techhub-bridge__subtitle{font-size:15px;color:#6b7280;margin:0}@media(max-width:768px){.techhub-bridge{height:24px}.techhub-bridge__title{font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/91/assets/gameon-tech-hub.css.map */
