.hub-page{flex-direction:column;min-height:100vh;display:flex}.hub-page__hero{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 50%,#ddd6fe 100%);padding:3rem 1.5rem 4rem}.hub-page__hero-container{text-align:center;max-width:1200px;margin:0 auto}.hub-page__breadcrumb{color:var(--text-secondary);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.hub-page__breadcrumb a{color:var(--primary-color);text-decoration:none}.hub-page__breadcrumb a:hover{text-decoration:underline}.hub-page__title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.hub-page__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.6}.hub-page__stats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.hub-page__stat{flex-direction:column;align-items:center;display:flex}.hub-page__stat-number{color:var(--primary-color);font-size:2rem;font-weight:700}.hub-page__stat-label{color:var(--text-secondary);font-size:.875rem}.hub-page__section{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.hub-page__section-title{text-align:center;color:var(--text-primary);margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.hub-page__section-intro{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.hub-page__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.hub-page__grid--compact{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.hub-card{border:1px solid var(--border-color);color:inherit;background:#fff;border-radius:12px;flex-direction:column;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.hub-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.hub-card__icon{background:linear-gradient(135deg,var(--primary-color)0%,#7c3aed 100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.hub-card__icon svg{width:24px;height:24px}.hub-card__badge{color:var(--primary-color);background:#e0e7ff;border-radius:1rem;width:-webkit-fit-content;width:fit-content;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.hub-card__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.hub-card__description{color:var(--text-secondary);flex-grow:1;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.hub-card__meta{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.hub-card__count{color:var(--text-secondary);font-size:.8125rem}.hub-card__arrow{width:20px;height:20px;color:var(--primary-color);transition:transform .2s}.hub-card:hover .hub-card__arrow{transform:translate(4px)}.hub-page__filters{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.hub-page__search{flex:1;min-width:200px;position:relative}.hub-page__search-input{border:1px solid var(--border-color);border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.hub-page__search-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #4f46e51a}.hub-page__search-icon{width:18px;height:18px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.hub-page__filter-tabs{flex-wrap:wrap;gap:.5rem;display:flex}.hub-page__filter-tab{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:2rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.hub-page__filter-tab:hover{border-color:var(--primary-color);color:var(--primary-color)}.hub-page__filter-tab--active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.hub-page__cta{background:linear-gradient(135deg,var(--primary-color)0%,#7c3aed 100%);text-align:center;color:#fff;padding:4rem 1.5rem}.hub-page__cta-container{max-width:600px;margin:0 auto}.hub-page__cta h2{margin-bottom:1rem;font-size:1.75rem}.hub-page__cta p{opacity:.9;margin-bottom:2rem;line-height:1.6}.hub-page__cta-btn{color:var(--primary-color);background:#fff;border-radius:8px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.hub-page__cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.hub-page__cta-note{opacity:.8;margin-top:1rem;font-size:.875rem;display:block}.hub-page__groups{flex-direction:column;gap:3rem;display:flex}.hub-page__group{border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.hub-page__group-header{border-bottom:1px solid var(--border-color);background:#f9fafb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.hub-page__group-title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.hub-page__group-count{color:var(--text-secondary);font-size:.8125rem}.hub-page__group-items{background:var(--border-color);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;display:grid}.hub-page__group-item{color:inherit;background:#fff;align-items:center;gap:.75rem;padding:1rem 1.5rem;text-decoration:none;transition:background-color .2s;display:flex}.hub-page__group-item:hover{background:#f5f3ff}.hub-page__group-item-title{color:var(--text-primary);font-size:.9375rem}.hub-page__group-item-arrow{width:16px;height:16px;color:var(--text-muted);margin-left:auto;transition:transform .2s,color .2s}.hub-page__group-item:hover .hub-page__group-item-arrow{color:var(--primary-color);transform:translate(4px)}.hub-page__results{text-align:center;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem}.hub-page__empty{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.hub-page__empty-icon{opacity:.5;width:64px;height:64px;margin:0 auto 1rem}@media (max-width:768px){.hub-page__hero{padding:2rem 1rem 3rem}.hub-page__title{font-size:1.75rem}.hub-page__subtitle{font-size:1rem}.hub-page__stats{gap:2rem}.hub-page__section{padding:2.5rem 1rem}.hub-page__grid{grid-template-columns:1fr}.hub-page__filters{flex-direction:column}.hub-page__filter-tabs{flex-wrap:nowrap;padding-bottom:.5rem;overflow-x:auto}}
