*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;color:#f0f0f0;background-color:#141414;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hub{background-color:#141414;flex-direction:column;align-items:center;min-height:100vh;padding:2.5rem 1.5rem 4rem;display:flex}.hub__header{text-align:center;margin-bottom:2.5rem}.hub__header-logo{align-items:center;gap:1rem;display:flex}.hub__header img{height:48px}.hub__header-hubicon{opacity:.85;height:44px!important}.hub__header-divider{background:#ffffff26;flex-shrink:0;width:1px;height:36px;display:block}.hub__header p{letter-spacing:.25em;color:#555;margin:0;font-size:1.1rem;font-weight:700}.hub__sections{flex-direction:column;gap:1.5rem;width:100%;max-width:860px;display:flex}.hub__section{cursor:default;background:#1e1e1e;border:1px solid #2a2a2a;border-top:4px solid #333;border-radius:16px;width:100%;padding:1.5rem 2rem 2rem;transition:border-color .2s,box-shadow .2s}.hub__section:hover{border-color:#444;box-shadow:0 0 0 1px #444}.hub__section.badge--prod:hover{box-shadow:0 0 0 1px #10b981,0 4px 24px #10b98126}.hub__section.badge--qa:hover{box-shadow:0 0 0 1px #f59e0b,0 4px 24px #f59e0b26}.hub__section.badge--dev:hover{box-shadow:0 0 0 1px #6366f1,0 4px 24px #6366f126}.hub__section.badge--prod{border-top-color:#10b981}.hub__section.badge--qa{border-top-color:#f59e0b}.hub__section.badge--dev{border-top-color:#6366f1}.hub__section-title{letter-spacing:.12em;text-transform:uppercase;color:#888;justify-content:center;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:.7rem;font-weight:600;transition:color .2s;display:flex}.hub__section:hover .hub__section-title{color:#aaa}.hub__section.badge--prod:hover .hub__section-title.badge--prod{color:#34d399}.hub__section.badge--qa:hover .hub__section-title.badge--qa{color:#fbbf24}.hub__section.badge--dev:hover .hub__section-title.badge--dev{color:#818cf8}.hub__section-title:before{content:"";background:#555;border-radius:50%;flex-shrink:0;width:7px;height:7px}.hub__section-title.badge--prod{color:#4ade80}.hub__section-title.badge--prod:before{background:#10b981}.hub__section-title.badge--qa{color:#fbbf24}.hub__section-title.badge--qa:before{background:#f59e0b}.hub__section-title.badge--dev{color:#818cf8}.hub__section-title.badge--dev:before{background:#6366f1}.hub__grid{grid-template-columns:repeat(auto-fit,minmax(140px,180px));justify-content:center;gap:1rem;width:100%;display:grid;overflow:visible}.product-card{color:#e5e5e5;cursor:pointer;background:#262626;border:1px solid #333;border-radius:14px;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:flex}.product-card:hover{z-index:1;background:#2e2e2e;border-color:#555;transform:translateY(-4px)scale(1.05);box-shadow:0 12px 36px #0009}.product-card:focus-visible{outline-offset:4px;outline:2px solid #6366f1}.product-card__logo{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.product-card__logo span{color:#fff;letter-spacing:.05em;font-size:1rem;font-weight:700}.product-card__logo img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.product-card__name{text-align:center;color:#e5e5e5;margin:0;font-size:.88rem;font-weight:600}
