.TopicsPage-module__MT41xG__topicsPage{background:var(--bg);min-height:100vh}.TopicsPage-module__MT41xG__hero{background:linear-gradient(135deg,var(--bg)0%,var(--surface)100%);border-bottom:1px solid var(--border);padding:4rem 1.5rem 3rem}.TopicsPage-module__MT41xG__heroContent{text-align:center;max-width:800px;margin:0 auto}.TopicsPage-module__MT41xG__heroTitle{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.TopicsPage-module__MT41xG__heroSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.TopicsPage-module__MT41xG__topicsSection{padding:3rem 1.5rem}.TopicsPage-module__MT41xG__container{max-width:1200px;margin:0 auto}.TopicsPage-module__MT41xG__topicsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}@media (max-width:768px){.TopicsPage-module__MT41xG__topicsGrid{grid-template-columns:1fr;gap:1.5rem}}.TopicsPage-module__MT41xG__topicCard{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;flex-direction:column;min-height:280px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.TopicsPage-module__MT41xG__topicCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.dark .TopicsPage-module__MT41xG__topicCard:hover{box-shadow:0 12px 24px #0000004d}.TopicsPage-module__MT41xG__topicCover{z-index:0;position:absolute;inset:0}.TopicsPage-module__MT41xG__topicCoverImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.TopicsPage-module__MT41xG__topicCoverOverlay{background:linear-gradient(#0000004d 0%,#000000b3 100%);position:absolute;inset:0}.TopicsPage-module__MT41xG__topicCardContent{z-index:1;flex-direction:column;flex:1;padding:2rem;display:flex;position:relative}.TopicsPage-module__MT41xG__topicCard:has(.TopicsPage-module__MT41xG__topicCover) .TopicsPage-module__MT41xG__topicCardContent{justify-content:flex-end}:is(.TopicsPage-module__MT41xG__topicCard:has(.TopicsPage-module__MT41xG__topicCover) .TopicsPage-module__MT41xG__topicTitle,.TopicsPage-module__MT41xG__topicCard:has(.TopicsPage-module__MT41xG__topicCover) .TopicsPage-module__MT41xG__topicTagline,.TopicsPage-module__MT41xG__topicCard:has(.TopicsPage-module__MT41xG__topicCover) .TopicsPage-module__MT41xG__topicStat,.TopicsPage-module__MT41xG__topicCard:has(.TopicsPage-module__MT41xG__topicCover) .TopicsPage-module__MT41xG__topicArrow){color:#fff}.TopicsPage-module__MT41xG__topicCard:has(.TopicsPage-module__MT41xG__topicCover) .TopicsPage-module__MT41xG__topicStats{border-color:#fff3}.TopicsPage-module__MT41xG__topicIcon{margin-bottom:1rem;font-size:2.5rem}.TopicsPage-module__MT41xG__topicTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.3}.TopicsPage-module__MT41xG__topicTagline{color:var(--text-secondary);flex:1;margin-bottom:1rem;font-size:1rem;line-height:1.5}.TopicsPage-module__MT41xG__topicStats{border-top:1px solid var(--border);flex-wrap:wrap;gap:1rem;padding-top:1rem;display:flex}.TopicsPage-module__MT41xG__topicStat{color:var(--text-secondary);font-size:.875rem;font-weight:500}.TopicsPage-module__MT41xG__topicArrow{color:var(--text-tertiary);opacity:0;transition:all .3s;position:absolute;top:1.5rem;right:1.5rem;transform:translate(-8px)}.TopicsPage-module__MT41xG__topicCard:hover .TopicsPage-module__MT41xG__topicArrow{opacity:1;color:var(--primary);transform:translate(0)}.TopicsPage-module__MT41xG__topicCard:has(.TopicsPage-module__MT41xG__topicCover):hover .TopicsPage-module__MT41xG__topicArrow{color:#fff}.TopicsPage-module__MT41xG__emptyState{text-align:center;color:var(--text-secondary);background:var(--surface);border:1px dashed var(--border);border-radius:1rem;padding:4rem 2rem}.TopicsPage-module__MT41xG__ctaSection{background:var(--surface);border-top:1px solid var(--border);padding:4rem 1.5rem}.TopicsPage-module__MT41xG__ctaContent{text-align:center;max-width:600px;margin:0 auto}.TopicsPage-module__MT41xG__ctaTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.TopicsPage-module__MT41xG__ctaText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}.TopicsPage-module__MT41xG__ctaButton{background:var(--primary);color:#fff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.TopicsPage-module__MT41xG__ctaButton:hover{background:var(--primary-dark);transform:translateY(-2px)}.TopicsPage-module__MT41xG__topicDetailPage{background:var(--bg);min-height:100vh}.TopicsPage-module__MT41xG__detailHero{background:linear-gradient(135deg,var(--surface)0%,var(--bg)100%);align-items:flex-end;min-height:400px;padding:3rem 1.5rem;display:flex;position:relative}.TopicsPage-module__MT41xG__detailHero.TopicsPage-module__MT41xG__hasImage{min-height:500px}.TopicsPage-module__MT41xG__detailHeroBg{z-index:0;position:absolute;inset:0}.TopicsPage-module__MT41xG__detailHeroBg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.TopicsPage-module__MT41xG__detailHeroOverlay{background:linear-gradient(#0003 0%,#0006 50%,#000000d9 100%);position:absolute;inset:0}.TopicsPage-module__MT41xG__detailHeroContent{z-index:1;width:100%;max-width:900px;margin:0 auto;position:relative}.TopicsPage-module__MT41xG__backLink{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.TopicsPage-module__MT41xG__backLink:hover{color:var(--primary)}.TopicsPage-module__MT41xG__detailHero.TopicsPage-module__MT41xG__hasImage .TopicsPage-module__MT41xG__backLink{color:#fffc}.TopicsPage-module__MT41xG__detailHero.TopicsPage-module__MT41xG__hasImage .TopicsPage-module__MT41xG__backLink:hover{color:#fff}.TopicsPage-module__MT41xG__detailIcon{margin-bottom:1rem;font-size:3rem}.TopicsPage-module__MT41xG__detailTitle{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.TopicsPage-module__MT41xG__detailHero.TopicsPage-module__MT41xG__hasImage .TopicsPage-module__MT41xG__detailTitle{color:#fff}.TopicsPage-module__MT41xG__detailTagline{color:var(--text-secondary);max-width:700px;font-size:1.25rem;line-height:1.5}.TopicsPage-module__MT41xG__detailHero.TopicsPage-module__MT41xG__hasImage .TopicsPage-module__MT41xG__detailTagline{color:#ffffffe6}.TopicsPage-module__MT41xG__statsBar{background:var(--surface);border-bottom:1px solid var(--border);padding:1.25rem 1.5rem}.TopicsPage-module__MT41xG__statsContainer{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.TopicsPage-module__MT41xG__statItem{align-items:center;gap:.5rem;display:flex}.TopicsPage-module__MT41xG__statValue{color:var(--primary);font-size:1.5rem;font-weight:700}.TopicsPage-module__MT41xG__statLabel{color:var(--text-secondary);font-size:.875rem}.TopicsPage-module__MT41xG__mainContent{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.TopicsPage-module__MT41xG__contentSection{margin-bottom:4rem}.TopicsPage-module__MT41xG__sectionTitle{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:flex}.TopicsPage-module__MT41xG__sectionTitle svg{color:var(--primary)}.TopicsPage-module__MT41xG__introduction{color:var(--text-secondary);max-width:800px;font-size:1.125rem;line-height:1.8}.TopicsPage-module__MT41xG__introduction p{margin-bottom:1rem}.TopicsPage-module__MT41xG__keyAspectsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.TopicsPage-module__MT41xG__aspectCard{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;transition:all .2s}.TopicsPage-module__MT41xG__aspectCard:hover{border-color:var(--primary);box-shadow:0 4px 12px #00000014}.TopicsPage-module__MT41xG__aspectIcon{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.TopicsPage-module__MT41xG__aspectTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.TopicsPage-module__MT41xG__aspectDescription{color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.TopicsPage-module__MT41xG__featuredGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.TopicsPage-module__MT41xG__viewAllLink{color:var(--primary);align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.TopicsPage-module__MT41xG__viewAllLink:hover{gap:.75rem}.TopicsPage-module__MT41xG__organisationsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.TopicsPage-module__MT41xG__orgCard{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.TopicsPage-module__MT41xG__orgCard:hover{border-color:var(--primary);transform:translateY(-2px)}.TopicsPage-module__MT41xG__orgLogo{-o-object-fit:cover;object-fit:cover;background:var(--surface);border-radius:.5rem;width:48px;height:48px}.TopicsPage-module__MT41xG__orgLogoPlaceholder{background:var(--surface);width:48px;height:48px;color:var(--text-tertiary);border-radius:.5rem;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.TopicsPage-module__MT41xG__orgInfo{flex:1;min-width:0}.TopicsPage-module__MT41xG__orgName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-weight:600;overflow:hidden}.TopicsPage-module__MT41xG__orgLocation{color:var(--text-secondary);font-size:.875rem}.TopicsPage-module__MT41xG__relatedTopicsGrid{flex-wrap:wrap;gap:.75rem;display:flex}.TopicsPage-module__MT41xG__relatedTopicLink{background:var(--surface);border:1px solid var(--border);color:var(--text-primary);border-radius:2rem;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;text-decoration:none;transition:all .2s;display:inline-flex}.TopicsPage-module__MT41xG__relatedTopicLink:hover{background:var(--primary);border-color:var(--primary);color:#fff}.TopicsPage-module__MT41xG__divider{border:none;border-top:1px solid var(--border);margin:3rem 0}.TopicsPage-module__MT41xG__resourceCta{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);text-align:center;color:#fff;border-radius:1rem;padding:2.5rem}.TopicsPage-module__MT41xG__resourceCtaTitle{margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.TopicsPage-module__MT41xG__resourceCtaText{opacity:.9;max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.TopicsPage-module__MT41xG__resourceCtaButton{color:var(--primary);background:#fff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.TopicsPage-module__MT41xG__resourceCtaButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width:768px){.TopicsPage-module__MT41xG__detailHero{min-height:350px;padding:2rem 1rem}.TopicsPage-module__MT41xG__detailHero.TopicsPage-module__MT41xG__hasImage{min-height:400px}.TopicsPage-module__MT41xG__statsContainer{gap:1.5rem}.TopicsPage-module__MT41xG__mainContent{padding:2rem 1rem}.TopicsPage-module__MT41xG__contentSection{margin-bottom:3rem}.TopicsPage-module__MT41xG__keyAspectsGrid,.TopicsPage-module__MT41xG__featuredGrid,.TopicsPage-module__MT41xG__organisationsGrid{grid-template-columns:1fr}}
