._pageWrapper_z0g5g_1{display:flex;flex-direction:column;min-height:100%;background-color:var(--background)}._hero_z0g5g_8{background:var(--surface);color:var(--foreground);padding:5rem 2rem 6rem;text-align:center;border-bottom:1px solid var(--border)}._heroInner_z0g5g_16{max-width:700px;margin:0 auto}._heroTitle_z0g5g_21{font-family:var(--font-family-display);font-size:3rem;margin:0 0 1rem;line-height:1.2;font-weight:700}._heroSubtitle_z0g5g_29{font-size:1.125rem;color:color-mix(in srgb,var(--primary-foreground) 80%,transparent);margin:0 0 2rem;line-height:1.6}._searchWrapper_z0g5g_36{position:relative;max-width:600px;margin:0 auto;box-shadow:var(--shadow-lg);border-radius:var(--radius-md)}._searchIcon_z0g5g_44{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--muted-foreground);pointer-events:none}._searchInput_z0g5g_53{width:100%;padding:1.25rem 1.25rem 1.25rem 3.5rem;font-family:var(--font-family-base);font-size:1.125rem;border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--surface);color:var(--foreground);outline:none;transition:border-color .2s,box-shadow .2s}._searchInput_z0g5g_53:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}._container_z0g5g_71{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 6rem;width:100%}._breadcrumbWrapper_z0g5g_78{margin-bottom:2rem}._clickableBreadcrumb_z0g5g_82{cursor:pointer}._clickableBreadcrumb_z0g5g_82:hover{text-decoration:underline}._sectionTitle_z0g5g_90{font-family:var(--font-family-display);font-size:1.75rem;margin:0 0 1.5rem;color:var(--foreground);border-bottom:1px solid var(--border);padding-bottom:1rem}._categoriesGrid_z0g5g_100{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){._categoriesGrid_z0g5g_100{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){._categoriesGrid_z0g5g_100{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){._categoriesGrid_z0g5g_100{grid-template-columns:1fr}}._categoryCard_z0g5g_124{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;height:100%}._categoryCard_z0g5g_124:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary)}._categoryIconWrapper_z0g5g_143{width:48px;height:48px;border-radius:var(--radius-sm);background-color:var(--muted);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;color:var(--primary)}._categoryName_z0g5g_156{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:var(--foreground)}._categoryDesc_z0g5g_163{font-size:.875rem;color:var(--muted-foreground);margin:0 0 1.5rem;line-height:1.5;flex:1}._categoryMeta_z0g5g_171{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:600;color:var(--primary);border-top:1px solid var(--border);padding-top:1rem}._categoryArrow_z0g5g_182{transition:transform .2s ease}._categoryCard_z0g5g_124:hover ._categoryArrow_z0g5g_182{transform:translate(4px)}._categoryCardSkeleton_z0g5g_191{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._skeletonIcon_z0g5g_201{width:48px!important;height:48px!important;border-radius:var(--radius-sm)!important}._skeletonTitle_z0g5g_207{width:60%!important;height:1.25rem!important}._skeletonDesc_z0g5g_212{width:90%!important;height:3rem!important;margin-bottom:.5rem}._skeletonCount_z0g5g_218{width:40%!important;height:1rem!important;margin-top:auto}._filterHeader_z0g5g_225{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}._filterTitleGroup_z0g5g_234{display:flex;align-items:center;gap:1rem}._backButton_z0g5g_240{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--muted-foreground);cursor:pointer;transition:all .2s ease}._backButton_z0g5g_240:hover{background:var(--muted);color:var(--foreground);border-color:var(--muted-foreground)}._filterTitle_z0g5g_234{font-family:var(--font-family-display);font-size:1.75rem;margin:0;color:var(--foreground)}._clearButton_z0g5g_267{background:transparent;border:1px solid var(--border);color:var(--foreground);font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}._clearButton_z0g5g_267:hover{background:var(--muted)}._articlesList_z0g5g_284{display:flex;flex-direction:column;gap:1rem}._articleCard_z0g5g_290{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease}._articleCard_z0g5g_290:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}._articleCardTop_z0g5g_307{margin-bottom:1.5rem}._articleBadge_z0g5g_311{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,transparent);padding:.25rem .625rem;border-radius:var(--radius-full);margin-bottom:1rem}._badgeIcon_z0g5g_326{font-size:1rem}._articleTitle_z0g5g_330{font-family:var(--font-family-display);font-size:1.5rem;font-weight:600;margin:0 0 .75rem;color:var(--foreground);line-height:1.3}._articleSummary_z0g5g_339{font-size:1rem;color:var(--muted-foreground);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._articleCardBottom_z0g5g_350{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:1rem}._articleStats_z0g5g_358{display:flex;align-items:center;gap:1.25rem}._stat_z0g5g_364{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--muted-foreground)}._readMore_z0g5g_372{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--primary)}._articleCard_z0g5g_290:hover ._readMore_z0g5g_372{text-decoration:underline}._articleCardSkeleton_z0g5g_386{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}._skeletonBadge_z0g5g_396{width:120px!important;height:1.5rem!important;border-radius:var(--radius-full)!important;margin-bottom:.5rem}._skeletonTitleLong_z0g5g_403{width:70%!important;height:1.75rem!important}._skeletonDescLong_z0g5g_408{width:100%!important;height:3rem!important;margin-bottom:.5rem}._skeletonMeta_z0g5g_414{width:30%!important;height:1rem!important;margin-top:.5rem}._emptyState_z0g5g_421{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);padding:4rem 2rem;text-align:center;color:var(--muted-foreground);display:flex;flex-direction:column;align-items:center;justify-content:center}._emptyIcon_z0g5g_434{color:var(--border);margin-bottom:1.5rem}._emptyState_z0g5g_421 h3{font-size:1.5rem;font-weight:600;color:var(--foreground);margin:0 0 .5rem}._emptyState_z0g5g_421 p{max-width:400px;margin:0 0 2rem;line-height:1.5}
