:root{--edu-hub-bg:#030712;--edu-hub-surface:#111827;--edu-hub-border:#1f2937;--edu-hub-accent:#22d3ee;--edu-hub-accent-muted:rgba(34,211,238,0.1);--edu-hub-text:#f9fafb;--edu-hub-text-secondary:#9ca3af;--edu-hub-text-muted:#6b7280;--edu-space-sm:1rem;--edu-space-md:1.5rem;--edu-space-lg:4rem;--edu-space-xl:4rem}.edu-hub-wrapper{background-color:var(--edu-hub-bg);min-height:100vh}.edu-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:400;color:var(--edu-hub-text-muted);margin-bottom:2rem}.edu-breadcrumb a{color:var(--edu-hub-text-muted);text-decoration:none;transition:color .2s ease}.edu-breadcrumb a:hover{color:var(--edu-hub-accent)}.edu-breadcrumb-separator{color:var(--edu-hub-text-muted)}.edu-breadcrumb-current{color:var(--edu-hub-accent)}.edu-hero{text-align:center;margin-bottom:4rem;padding-bottom:4rem;position:relative}.edu-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100vw;height:1px;background:var(--edu-hub-border)}.edu-hero-title{font-size:2.25rem;font-weight:700;color:var(--edu-hub-text);margin-bottom:1.5rem;line-height:1.15}@media (min-width:768px){.edu-hero-title{font-size:3rem}}.edu-hero-subtitle{font-size:1.125rem;color:var(--edu-hub-text-secondary);max-width:48rem;margin:0 auto 2rem;line-height:1.7}@media (min-width:768px){.edu-hero-subtitle{font-size:1.25rem}}.edu-hero-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.875rem;color:var(--edu-hub-text-secondary)}.edu-hero-badge{display:flex;align-items:center;gap:.5rem}.edu-hero-badge-dot{width:.5rem;height:.5rem;border-radius:50%}.edu-hero-badge-dot--research{background-color:#22c55e}.edu-hero-badge-dot--beginner{background-color:var(--edu-hub-accent)}.edu-hero-badge-dot--actionable{background-color:#f59e0b}.edu-hub-categories{margin-bottom:3rem}.edu-hub-categories-title{font-size:1.5rem;font-weight:600;color:var(--edu-hub-text);text-align:center;margin-bottom:1.5rem}.edu-hub-categories-all{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.edu-hub-category-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;background-color:var(--edu-hub-surface);color:var(--edu-hub-text-secondary);border:1px solid transparent;cursor:pointer;transition:all .2s ease;min-height:44px}.edu-hub-category-btn:hover{background-color:var(--edu-hub-border);color:var(--edu-hub-text)}.edu-hub-category-btn--active{border-color:var(--edu-hub-accent)}.edu-hub-category-btn--active,.edu-hub-category-btn--active:hover{background-color:var(--edu-hub-accent-muted);color:var(--edu-hub-accent)}.edu-hub-category-icon{width:1rem;height:1rem;flex-shrink:0}.edu-hub-category-grid{display:grid;gap:.75rem;max-width:72rem;margin:0 auto}@media (min-width:640px){.edu-hub-category-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.edu-hub-category-grid{grid-template-columns:repeat(4,1fr)}}.edu-hub-category-card{padding:1rem;border-radius:.5rem;text-align:left;background-color:var(--edu-hub-surface);border:1px solid transparent;cursor:pointer;transition:all .2s ease}.edu-hub-category-card:hover{background-color:var(--edu-hub-border);border-color:var(--edu-hub-border)}.edu-hub-category-card--active{background-color:var(--edu-hub-accent-muted);border-color:var(--edu-hub-accent)}.edu-hub-category-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem}.edu-hub-category-card-icon{width:1.5rem;height:1.5rem;color:var(--edu-hub-text-secondary)}.edu-hub-category-card--active .edu-hub-category-card-icon{color:var(--edu-hub-accent)}.edu-hub-category-card-count{font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;background-color:var(--edu-hub-border);color:var(--edu-hub-text-muted)}.edu-hub-category-card--active .edu-hub-category-card-count{background-color:var(--edu-hub-accent);color:#030712}.edu-hub-category-card-name{font-size:.875rem;font-weight:600;color:var(--edu-hub-text);margin-bottom:.25rem}.edu-hub-category-card--active .edu-hub-category-card-name{color:var(--edu-hub-accent)}.edu-hub-category-card-desc{font-size:.75rem;color:var(--edu-hub-text-secondary);line-height:1.5}.edu-hub-filter-header{display:flex;justify-content:center;margin-top:2rem}.edu-hub-filter-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background-color:var(--edu-hub-accent-muted);border-radius:.5rem}.edu-hub-filter-badge-icon{width:1.5rem;height:1.5rem;color:var(--edu-hub-accent)}.edu-hub-filter-badge-text{text-align:left}.edu-hub-filter-badge-title{font-weight:600;color:var(--edu-hub-accent)}.edu-hub-filter-badge-count{font-size:.875rem;color:var(--edu-hub-text-secondary)}.edu-hub-filter-clear{margin-left:.5rem;padding:.25rem;border-radius:50%;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease}.edu-hub-filter-clear:hover{background-color:rgba(34,211,238,.2)}.edu-hub-filter-clear-icon{width:1.25rem;height:1.25rem;color:var(--edu-hub-accent)}.edu-hub-grid{display:grid;gap:2rem;max-width:72rem;margin:0 auto}@media (min-width:768px){.edu-hub-grid{grid-template-columns:repeat(2,1fr)}}.edu-hub-card{background-color:var(--edu-hub-surface);border:1px solid var(--edu-hub-border);border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s ease}.edu-hub-card:hover{border-color:var(--edu-hub-accent)}.edu-hub-card-image-wrapper{background-color:var(--edu-hub-border);border-radius:.5rem;margin-bottom:1.5rem;overflow:hidden;min-height:186px;display:flex;align-items:center;justify-content:center}.edu-hub-card-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.edu-hub-card:hover .edu-hub-card-image{transform:scale(1.03)}.edu-hub-card-content{display:flex;flex-direction:column;gap:1rem}.edu-hub-card-meta{display:flex;align-items:center;justify-content:space-between}.edu-hub-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.edu-hub-card-tag{padding:.25rem .5rem;font-size:.75rem;font-weight:500;background-color:var(--edu-hub-border);color:var(--edu-hub-text-secondary);border-radius:.25rem}.edu-hub-card-difficulty{padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:.375rem}.edu-hub-card-difficulty--beginner{background-color:rgba(34,197,94,.1);color:#22c55e}.edu-hub-card-difficulty--intermediate{background-color:rgba(245,158,11,.1);color:#f59e0b}.edu-hub-card-difficulty--advanced{background-color:rgba(239,68,68,.1);color:#ef4444}.edu-hub-card-title{font-size:1.25rem;font-weight:600;color:var(--edu-hub-text);line-height:1.4;transition:color .2s ease}.edu-hub-card:hover .edu-hub-card-title{color:var(--edu-hub-accent)}.edu-hub-card-description{line-height:1.6}.edu-hub-card-description,.edu-hub-card-readtime{font-size:.875rem;color:var(--edu-hub-text-secondary)}.edu-hub-card-readtime{display:flex;align-items:center;gap:.5rem}.edu-hub-card-readtime-icon{width:1rem;height:1rem}.edu-hub-cta{text-align:center;margin-top:4rem}.edu-hub-cta-card{max-width:42rem;margin:0 auto;background-color:var(--edu-hub-surface);border:1px solid var(--edu-hub-border);border-radius:.75rem;padding:2rem}.edu-hub-cta-title{font-size:1.5rem;font-weight:600;color:var(--edu-hub-text);margin-bottom:1rem}.edu-hub-cta-text{color:var(--edu-hub-text-secondary);margin-bottom:1.5rem;line-height:1.6}.edu-hub-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background-color:var(--edu-hub-accent);color:#030712;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;min-height:44px}.edu-hub-cta-btn:hover{background-color:#06b6d4}.edu-hub-cta-btn:disabled{opacity:.6;cursor:not-allowed}.edu-articles-section{position:relative;padding-bottom:4rem;margin-bottom:0}.edu-articles-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100vw;height:1px;background:var(--edu-hub-border)}.edu-final-cta{text-align:center;padding:var(--edu-space-xl) var(--edu-space-md);margin-top:var(--edu-space-xl)}.edu-final-cta-title{font-size:1.875rem;font-weight:700;color:var(--edu-hub-text);margin-bottom:1rem}@media (min-width:768px){.edu-final-cta-title{font-size:2.25rem}}.edu-final-cta-text{color:var(--edu-hub-text-secondary);font-size:1.125rem;line-height:1.7;max-width:42rem;margin:0 auto 2rem}.edu-final-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width:640px){.edu-final-cta-buttons{flex-direction:row}}.edu-final-cta-note{font-size:.75rem;color:var(--edu-hub-text-muted);margin-top:.75rem}.edu-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 32px;font-size:1rem;font-weight:600;border:none;border-radius:8px;min-height:44px;cursor:pointer;transition:all .2s ease;text-decoration:none}.edu-btn--primary{background:linear-gradient(135deg,#00e6c8,#0d55ff);color:#05050B;box-shadow:0 0 25px rgba(0,230,200,.25)}.edu-btn--primary:hover{transform:translateY(-2px);box-shadow:0 0 40px rgba(0,230,200,.4)}.edu-btn--primary:active{transform:translateY(0)}.edu-btn--primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.edu-btn--secondary{background:transparent;color:var(--edu-hub-text-secondary);border:1px solid var(--edu-hub-border)}.edu-btn--secondary:hover{border-color:var(--edu-hub-text-muted);color:var(--edu-hub-text);background-color:var(--edu-hub-surface)}.edu-btn--lg{padding:16px 40px;font-size:1.1rem}.edu-disclaimer{position:relative;padding-top:var(--edu-space-md);margin-top:var(--edu-space-lg);font-size:.8125rem;color:var(--edu-hub-text-muted);line-height:1.6;text-align:center}.edu-disclaimer:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:1px;background:var(--edu-hub-border)}.edu-disclaimer p{max-width:48rem;margin:0 auto}