.DashboardTabs-module__N2TXjq__tabs{flex-direction:column;gap:15px;margin-bottom:32px;display:flex}.DashboardTabs-module__N2TXjq__tabsList{background:var(--color-surface);border-radius:var(--radius-md);box-sizing:border-box;gap:2px;width:100%;height:40px;padding:4px;display:flex;overflow:hidden;box-shadow:0 1px 2px #0a0d120d,inset 0 -2px #0a0d120d,inset 0 0 0 1px #0a0d122e}.DashboardTabs-module__N2TXjq__tab{min-width:0;height:100%;color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:1 1 0;padding:0 10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,color .15s;overflow:hidden}.DashboardTabs-module__N2TXjq__tab:hover{background:var(--color-surface-warm)}.DashboardTabs-module__N2TXjq__tab:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}.DashboardTabs-module__N2TXjq__tabActive,.DashboardTabs-module__N2TXjq__tabActive:hover{background:var(--color-primary);color:var(--primary-foreground);font-weight:600;box-shadow:0 1px 2px #0a0d121a}.DashboardTabs-module__N2TXjq__slotWrapper{z-index:5;margin:-10px 0;padding:10px 0;transition:background .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s,box-shadow .25s;position:sticky;top:0}.DashboardTabs-module__N2TXjq__slotWrapperScrolled{background:var(--tertiary);border-bottom:1px solid var(--color-border-strong);border-radius:10px;box-shadow:0 4px 16px #1018281a}.DashboardTabs-module__N2TXjq__panel{flex-direction:column;gap:20px;display:flex}.DashboardTabs-module__N2TXjq__placeholder{border:1px dashed var(--color-border-strong);border-radius:var(--radius-lg,12px);min-height:320px;color:var(--color-muted);text-align:center;justify-content:center;align-items:center;padding:48px 24px;font-size:14px;display:flex}.DashboardTabs-module__N2TXjq__placeholder strong{color:var(--color-text);font-weight:600}.DashboardTabs-module__N2TXjq__modalContainer{width:95%;margin:0 auto;padding:.5rem 0}.DashboardTabs-module__N2TXjq__modalHeading{color:var(--text);text-align:left;border-bottom:1px solid var(--border);width:100%;margin:0 0 .5rem;padding-bottom:10px;font-size:24px;font-style:normal;text-decoration:none}.DashboardTabs-module__N2TXjq__loginCtaButton{background:var(--primary);width:100%;color:var(--bg);cursor:pointer;border:none;border-radius:5px;margin-top:1rem;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s;display:block}.DashboardTabs-module__N2TXjq__loginCtaButton:hover{opacity:.88;background:var(--gray6);color:var(--text)}.DashboardTabs-module__N2TXjq__tabsListContainer{position:relative}.DashboardTabs-module__N2TXjq__scrollIndicator{background:linear-gradient(to right,transparent,var(--color-surface)40%);pointer-events:none;z-index:2;opacity:1;justify-content:center;align-items:center;width:40px;height:100%;transition:opacity .2s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.DashboardTabs-module__N2TXjq__scrollIndicator.DashboardTabs-module__N2TXjq__hidden{opacity:0}.DashboardTabs-module__N2TXjq__scrollIndicator svg{width:24px;height:24px;color:var(--color-text)}@media (max-width:960px){.DashboardTabs-module__N2TXjq__tabsList{scrollbar-width:none;height:auto;min-height:40px;box-shadow:none;background:0 0;gap:8px;padding:0;overflow-x:auto}.DashboardTabs-module__N2TXjq__tabsList::-webkit-scrollbar{display:none}.DashboardTabs-module__N2TXjq__tab{white-space:nowrap;border:1px solid var(--color-border-strong);border-radius:var(--radius-md);flex:none;height:auto;min-height:48px;padding:14px 20px;font-size:18px}.DashboardTabs-module__N2TXjq__tabActive,.DashboardTabs-module__N2TXjq__tabActive:hover{border-color:var(--color-primary)}}
.Filters-module__UII68G__wrap{flex-direction:column;gap:15px;display:flex}.Filters-module__UII68G__breadcrumb{color:var(--color-muted-2);align-items:center;gap:8px;font-size:14px;display:flex}.Filters-module__UII68G__breadcrumb svg{color:var(--color-muted)}.Filters-module__UII68G__breadcrumbSep{color:var(--color-border-strong)}.Filters-module__UII68G__breadcrumbItem{color:var(--color-muted)}.Filters-module__UII68G__breadcrumbCurrent{color:var(--color-primary);font-weight:500}.Filters-module__UII68G__controlRow{grid-template-columns:1fr auto auto;align-items:center;gap:14px;display:grid}.Filters-module__UII68G__secondaryFiltersRow{justify-content:flex-end;align-items:center;gap:14px;display:flex}.Filters-module__UII68G__searchWrap{position:relative}.Filters-module__UII68G__searchLoading{opacity:.6;cursor:not-allowed}.Filters-module__UII68G__searchLoading input{cursor:not-allowed}.Filters-module__UII68G__search{align-items:center;display:flex;position:relative}.Filters-module__UII68G__search svg{color:var(--color-muted-2);position:absolute;left:14px}.Filters-module__UII68G__searchInput{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);width:100%;color:var(--color-text);background:var(--color-surface);outline:none;padding:12px 14px 12px 42px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.Filters-module__UII68G__searchInput::placeholder{color:var(--color-muted-2)}.Filters-module__UII68G__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #e442301f}.Filters-module__UII68G__searchPlaceholder{color:var(--color-muted-2);pointer-events:none;gap:4px;font-size:14px;display:flex;position:absolute;left:42px}.Filters-module__UII68G__searchPlaceholder strong{color:var(--color-text);font-weight:600}.Filters-module__UII68G__select{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);min-width:200px;color:var(--color-text);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:14px;display:inline-flex}.Filters-module__UII68G__select svg{color:var(--color-muted)}.Filters-module__UII68G__pillRow{flex-wrap:wrap;gap:10px;display:flex}.Filters-module__UII68G__pillLabelShort{display:none}.Filters-module__UII68G__pill{border:1px solid var(--color-border-strong);color:var(--color-text);background:var(--color-surface);border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:13px;transition:background .15s,border-color .15s;display:inline-flex}.Filters-module__UII68G__pill:hover{background:var(--color-surface-warm)}.Filters-module__UII68G__pillActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.Filters-module__UII68G__pillActive:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.Filters-module__UII68G__pillDot{background:var(--color-primary);border-radius:50%;width:6px;height:6px}.Filters-module__UII68G__pillActive .Filters-module__UII68G__pillDot{background:#fff}.Filters-module__UII68G__activeFilters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.Filters-module__UII68G__filtersLabel{color:var(--color-muted);margin-right:2px;font-size:13px;font-weight:600}.Filters-module__UII68G__activeBadge{background:var(--color-surface-warm);border:1px solid var(--color-border-strong);color:var(--color-text);border-radius:999px;align-items:center;gap:6px;padding:4px 8px 4px 12px;font-size:13px;display:inline-flex}.Filters-module__UII68G__filterRemoveBtn{cursor:pointer;color:var(--color-muted);background:0 0;border:none;align-items:center;padding:0;line-height:1;transition:color .15s;display:inline-flex}.Filters-module__UII68G__filterRemoveBtn:hover{color:var(--color-primary)}.Filters-module__UII68G__filterRemoveIcon{width:12px;height:12px}.Filters-module__UII68G__clearAllBtn{color:var(--color-muted);border:1px solid var(--color-border-strong);cursor:pointer;background:0 0;border-radius:999px;padding:4px 12px;font-family:inherit;font-size:13px;transition:color .15s,background .15s}.Filters-module__UII68G__clearAllBtn:hover{color:var(--color-text);background:var(--color-surface-warm)}.Filters-module__UII68G__modalContainer{width:95%;margin:0 auto;padding:.5rem 0}.Filters-module__UII68G__modalHeading{color:#000;text-align:left;border-bottom:1px solid gray;width:100%;margin:0 0 .5rem;padding-bottom:10px;font-size:24px;font-style:normal;text-decoration:none}.Filters-module__UII68G__loginCtaButton{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;cursor:pointer;border:none;width:100%;margin-top:1rem;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s;display:block}.Filters-module__UII68G__loginCtaButton:hover{opacity:.88}@media (max-width:960px){.Filters-module__UII68G__wrap{gap:20px}.Filters-module__UII68G__controlRow{grid-template-columns:1fr}.Filters-module__UII68G__secondaryFiltersRow{flex-direction:column;align-items:stretch}.Filters-module__UII68G__select{width:100%;min-width:0;display:none}.Filters-module__UII68G__breadcrumb{display:none}.Filters-module__UII68G__pillRow{flex-wrap:nowrap}.Filters-module__UII68G__pill{flex:1;justify-content:center}.Filters-module__UII68G__pillLabelFull{display:none}.Filters-module__UII68G__pillLabelShort{display:inline}}
.ModalityCharts-module__WrLf-q__grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:64px;display:grid}.ModalityCharts-module__WrLf-q__card{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface);padding:20px 24px}.ModalityCharts-module__WrLf-q__header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.ModalityCharts-module__WrLf-q__title{color:var(--color-text);font-size:15px;font-weight:600}.ModalityCharts-module__WrLf-q__more{color:var(--color-muted);background:0 0;border:0;border-radius:4px;padding:4px;display:inline-flex}.ModalityCharts-module__WrLf-q__more:hover{background:var(--color-surface-warm)}.ModalityCharts-module__WrLf-q__donutRow{grid-template-columns:220px 1fr;align-items:center;gap:24px;min-height:220px;display:grid}.ModalityCharts-module__WrLf-q__donutWrap{width:220px;height:220px}.ModalityCharts-module__WrLf-q__legend{flex-direction:column;gap:14px;display:flex}.ModalityCharts-module__WrLf-q__legendItem{color:var(--color-text);align-items:center;gap:10px;font-size:14px;display:inline-flex}.ModalityCharts-module__WrLf-q__legendDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.ModalityCharts-module__WrLf-q__barWrap{width:100%;height:220px}@media (max-width:960px){.ModalityCharts-module__WrLf-q__grid{grid-template-columns:1fr}.ModalityCharts-module__WrLf-q__donutRow{grid-template-columns:160px 1fr}.ModalityCharts-module__WrLf-q__donutWrap{width:160px;height:160px}}
@keyframes ModalityChartsSkeleton-module__UN1hHW__shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.ModalityChartsSkeleton-module__UN1hHW__grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.ModalityChartsSkeleton-module__UN1hHW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.ModalityChartsSkeleton-module__UN1hHW__header{justify-content:space-between;align-items:center;display:flex}.ModalityChartsSkeleton-module__UN1hHW__skeletonTitle{background:linear-gradient(90deg,#e0d8d0 25%,#ece5dc 50%,#e0d8d0 75%) 0 0/600px 100%;border-radius:.25rem;width:10rem;height:1.5rem;animation:1.4s linear infinite ModalityChartsSkeleton-module__UN1hHW__shimmer}.ModalityChartsSkeleton-module__UN1hHW__skeletonIcon{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.125rem;width:1.125rem;height:1.125rem;animation:1.4s linear infinite ModalityChartsSkeleton-module__UN1hHW__shimmer}.ModalityChartsSkeleton-module__UN1hHW__chartArea{justify-content:center;align-items:center;width:100%;height:250px;display:flex}.ModalityChartsSkeleton-module__UN1hHW__skeletonChart{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.5rem;width:100%;height:100%;animation:1.4s linear infinite ModalityChartsSkeleton-module__UN1hHW__shimmer}@media (max-width:960px){.ModalityChartsSkeleton-module__UN1hHW__grid{grid-template-columns:1fr}}
.SectorTables-module__TMZblG__grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.SectorTables-module__TMZblG__card{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface);padding:20px 24px 18px}.SectorTables-module__TMZblG__cardRose{background:var(--color-surface-rose)}.SectorTables-module__TMZblG__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding-bottom:12px;display:flex}.SectorTables-module__TMZblG__titleWrap{align-items:center;gap:10px;display:flex}.SectorTables-module__TMZblG__titleBar{background:var(--color-primary);border-radius:2px;width:4px;height:18px}.SectorTables-module__TMZblG__title{color:var(--color-text);font-size:15px;font-weight:600}.SectorTables-module__TMZblG__headerIcon{color:var(--color-success)}.SectorTables-module__TMZblG__headerIconDown{color:var(--color-primary)}.SectorTables-module__TMZblG__table{border-collapse:collapse;width:100%}.SectorTables-module__TMZblG__row td{border-bottom:1px solid var(--color-border);padding:12px 0;font-size:14px}.SectorTables-module__TMZblG__row:last-child td{border-bottom:0}.SectorTables-module__TMZblG__nameCell{color:var(--color-text);font-weight:400}.SectorTables-module__TMZblG__valueCell{text-align:right;color:var(--color-text);font-variant-numeric:tabular-nums}.SectorTables-module__TMZblG__deltaCell{text-align:right;color:var(--color-success);font-variant-numeric:tabular-nums;width:80px;font-weight:600}.SectorTables-module__TMZblG__deltaCellDown{color:var(--color-primary)}.SectorTables-module__TMZblG__emptyState{text-align:center;padding:32px 0}.SectorTables-module__TMZblG__emptyContent{color:var(--color-text-secondary);flex-direction:column;align-items:center;gap:12px;font-size:14px;display:flex}.SectorTables-module__TMZblG__emptyIcon{color:var(--color-primary)}@media (max-width:960px){.SectorTables-module__TMZblG__grid{grid-template-columns:1fr}}
@keyframes SectorTablesSkeleton-module__NlCn3q__shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.SectorTablesSkeleton-module__NlCn3q__grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.SectorTablesSkeleton-module__NlCn3q__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.SectorTablesSkeleton-module__NlCn3q__header{justify-content:space-between;align-items:center;display:flex}.SectorTablesSkeleton-module__NlCn3q__titleWrap{align-items:center;gap:12px;display:flex}.SectorTablesSkeleton-module__NlCn3q__titleBar{background:var(--color-primary);border-radius:2px;width:4px;height:24px}.SectorTablesSkeleton-module__NlCn3q__skeletonTitle{background:linear-gradient(90deg,#e0d8d0 25%,#ece5dc 50%,#e0d8d0 75%) 0 0/600px 100%;border-radius:.25rem;width:10rem;height:1.5rem;animation:1.4s linear infinite SectorTablesSkeleton-module__NlCn3q__shimmer}.SectorTablesSkeleton-module__NlCn3q__skeletonIcon{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.125rem;width:1.125rem;height:1.125rem;animation:1.4s linear infinite SectorTablesSkeleton-module__NlCn3q__shimmer}.SectorTablesSkeleton-module__NlCn3q__table{flex-direction:column;gap:12px;display:flex}.SectorTablesSkeleton-module__NlCn3q__row{border-bottom:1px solid var(--color-border);grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:8px 0;display:grid}.SectorTablesSkeleton-module__NlCn3q__row:last-child{border-bottom:none}.SectorTablesSkeleton-module__NlCn3q__skeletonName{background:linear-gradient(90deg,#e0d8d0 25%,#ece5dc 50%,#e0d8d0 75%) 0 0/600px 100%;border-radius:.25rem;width:70%;height:1rem;animation:1.4s linear infinite SectorTablesSkeleton-module__NlCn3q__shimmer}.SectorTablesSkeleton-module__NlCn3q__skeletonValue{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.25rem;width:4rem;height:1rem;animation:1.4s linear infinite SectorTablesSkeleton-module__NlCn3q__shimmer}.SectorTablesSkeleton-module__NlCn3q__skeletonDelta{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.25rem;width:3rem;height:1rem;animation:1.4s linear infinite SectorTablesSkeleton-module__NlCn3q__shimmer}@media (max-width:960px){.SectorTablesSkeleton-module__NlCn3q__grid{grid-template-columns:1fr}}
.SiteFooter-module__wmuyBW__wrap{background:var(--tertiary);width:100%;height:320px;position:relative;overflow:hidden}.SiteFooter-module__wmuyBW__tagline{z-index:3;align-items:center;gap:10px;display:flex;position:absolute;top:24px;right:32px}.SiteFooter-module__wmuyBW__taglineText{color:var(--color-text);font-size:15px;line-height:1.3}.SiteFooter-module__wmuyBW__taglineText strong{font-weight:700}.SiteFooter-module__wmuyBW__bigText{color:var(--color-border-strong);letter-spacing:-.04em;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:1;font-size:max(80px,min(15vw,220px));font-weight:700;line-height:1;font-family:var(--font-inter),sans-serif;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.SiteFooter-module__wmuyBW__teamWrap{z-index:2;width:min(640px,100%);height:280px;position:absolute;bottom:-80px;left:50%;transform:translate(-50%)}.SiteFooter-module__wmuyBW__teamImage{-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center}.SiteFooter-module__wmuyBW__footerRow{z-index:3;color:var(--color-muted);justify-content:space-between;align-items:center;padding:0 32px;font-size:14px;display:flex;position:absolute;bottom:24px;left:0;right:0}.SiteFooter-module__wmuyBW__copyright strong{color:var(--color-text);font-weight:700}.SiteFooter-module__wmuyBW__footerLinks{gap:28px;display:flex}.SiteFooter-module__wmuyBW__footerLinks a{color:var(--color-text)}.SiteFooter-module__wmuyBW__footerLinks a+a{color:var(--color-muted)}.SiteFooter-module__wmuyBW__footerLinks a:hover{color:var(--color-text)}@media (max-width:960px){.SiteFooter-module__wmuyBW__tagline{margin:0 20px;top:16px;right:16px}.SiteFooter-module__wmuyBW__footerRow{display:none}.SiteFooter-module__wmuyBW__footerLinks{gap:16px}}
.StatCards-module__FkcGua__grid{grid-template-columns:repeat(4,1fr);gap:10px 48px;display:grid}.StatCards-module__FkcGua__card{border-bottom:2px solid var(--color-ink);flex-direction:column;gap:3px;padding-bottom:10px;display:flex;position:relative}.StatCards-module__FkcGua__cardDanger{border-bottom-color:var(--color-primary)}.StatCards-module__FkcGua__label{color:var(--color-text);font-size:15px;font-weight:600}.StatCards-module__FkcGua__labelDanger{color:var(--color-primary)}.StatCards-module__FkcGua__valueRow{align-items:center;gap:14px;display:flex}.StatCards-module__FkcGua__value{color:var(--color-text);letter-spacing:-.02em;font-size:24px;font-weight:800;line-height:1}.StatCards-module__FkcGua__valueDanger{color:var(--color-primary)}.StatCards-module__FkcGua__badge{border:1px solid var(--color-border-strong);color:var(--color-success);background:var(--color-surface);border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;font-weight:600;display:inline-flex}.StatCards-module__FkcGua__badgeDanger{color:var(--color-primary)}.StatCards-module__FkcGua__subtitle{color:var(--color-muted);font-size:14px}@media (max-width:960px){.StatCards-module__FkcGua__grid{grid-template-columns:1fr 1fr;gap:28px 16px}.StatCards-module__FkcGua__value{font-size:32px}}@media (max-width:480px){.StatCards-module__FkcGua__grid{grid-template-columns:1fr}}
@keyframes StatCardsSkeleton-module__h0sj6a__shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.StatCardsSkeleton-module__h0sj6a__grid{grid-template-columns:repeat(4,1fr);gap:10px 48px;display:grid}.StatCardsSkeleton-module__h0sj6a__card{border-bottom:2px solid var(--color-border);flex-direction:column;gap:3px;padding-bottom:10px;display:flex}.StatCardsSkeleton-module__h0sj6a__skeletonLabel{background:linear-gradient(90deg,#e0d8d0 25%,#ece5dc 50%,#e0d8d0 75%) 0 0/600px 100%;border-radius:.25rem;width:60%;height:1.25rem;animation:1.4s linear infinite StatCardsSkeleton-module__h0sj6a__shimmer}.StatCardsSkeleton-module__h0sj6a__valueRow{align-items:center;gap:14px;margin-top:4px;display:flex}.StatCardsSkeleton-module__h0sj6a__skeletonValue{background:linear-gradient(90deg,#e0d8d0 25%,#ece5dc 50%,#e0d8d0 75%) 0 0/600px 100%;border-radius:.25rem;width:7rem;height:2rem;animation:1.4s linear infinite StatCardsSkeleton-module__h0sj6a__shimmer}.StatCardsSkeleton-module__h0sj6a__skeletonBadge{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.375rem;width:4rem;height:1.75rem;animation:1.4s linear infinite StatCardsSkeleton-module__h0sj6a__shimmer}.StatCardsSkeleton-module__h0sj6a__skeletonSubtitle{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.25rem;width:80%;height:1rem;margin-top:2px;animation:1.4s linear infinite StatCardsSkeleton-module__h0sj6a__shimmer}@media (max-width:960px){.StatCardsSkeleton-module__h0sj6a__grid{grid-template-columns:1fr 1fr;gap:28px 16px}.StatCardsSkeleton-module__h0sj6a__skeletonValue{height:2.5rem}}@media (max-width:480px){.StatCardsSkeleton-module__h0sj6a__grid{grid-template-columns:1fr}}
.mode-toggle-module-scss-module__5sh7RG__modeToggle{gap:.375rem;margin-left:auto;display:flex}.mode-toggle-module-scss-module__5sh7RG__modeButton{border:1px solid var(--border,#e5e7eb);font:inherit;color:var(--text-secondary,#6b7280);cursor:pointer;background:0 0;border-radius:.375rem;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:500;transition:all .15s;display:flex}.mode-toggle-module-scss-module__5sh7RG__modeButton:hover{color:#3288bd;border-color:#3288bd}.mode-toggle-module-scss-module__5sh7RG__modeButton.mode-toggle-module-scss-module__5sh7RG__modeButtonActive{color:#fff;background:#3288bd;border-color:#3288bd}.mode-toggle-module-scss-module__5sh7RG__modeButton.mode-toggle-module-scss-module__5sh7RG__dark{color:#fff;border-color:#fff9}.mode-toggle-module-scss-module__5sh7RG__modeButton.mode-toggle-module-scss-module__5sh7RG__dark:hover{background:#ffffff1a;border-color:#fff}
.chart-module-scss-module__oHecGa__mainChart{background:var(--card);cursor:pointer;border-radius:12px;width:100%;height:100%;margin-bottom:20px;padding:20px 20px 0;box-shadow:0 2px 8px #0000001a}.chart-module-scss-module__oHecGa__mainChart:hover{transition:transform .2s;transform:scale(1.02)}.chart-module-scss-module__oHecGa__evolutionChart{background:var(--card);cursor:pointer;border:none;border-radius:16px;width:100%;padding:10px;transition:all .3s;box-shadow:0 8px 32px #00000014}.chart-module-scss-module__oHecGa__evolutionChart:hover{transform:scale(1.02);box-shadow:0 16px 48px #0000001f}.chart-module-scss-module__oHecGa__evolutionContent{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;justify-content:center;align-items:center;min-height:300px;padding-right:16px;display:flex}.chart-module-scss-module__oHecGa__chartHeader{align-items:center;gap:8px;margin-bottom:16px;display:flex}.chart-module-scss-module__oHecGa__evolutionChart .chart-module-scss-module__oHecGa__chartHeader{border-bottom:2px solid #ffffff1a;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.chart-module-scss-module__oHecGa__evolutionChart .chart-module-scss-module__oHecGa__chartHeader h3{color:var(--text);-webkit-background-clip:text;background-clip:text;margin:0;font-size:18px;font-weight:700}@keyframes chart-module-scss-module__oHecGa__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.chart-module-scss-module__oHecGa__chartIcon{color:var(--primary);font-size:16px;font-weight:700}.chart-module-scss-module__oHecGa__chartHeader h3,.chart-module-scss-module__oHecGa__chartHeader h4{color:#333;margin:0;font-size:16px;font-weight:600}.chart-module-scss-module__oHecGa__loadingIndicator{color:var(--muted-foreground);margin-left:auto;font-size:12px}.chart-module-scss-module__oHecGa__chartContent{justify-content:center;align-items:center;min-height:120px;display:flex}.chart-module-scss-module__oHecGa__loadingText{color:var(--muted-foreground);font-size:14px}.chart-module-scss-module__oHecGa__chartError{color:#c33;text-align:center;background:#fee;border-radius:8px;padding:16px;font-size:14px}.chart-module-scss-module__oHecGa__smallChart{background:var(--card);cursor:pointer;border-radius:12px;flex:1;height:100%;padding:16px;box-shadow:0 2px 8px #0000001a}.chart-module-scss-module__oHecGa__smallChart:hover{transition:transform .2s;transform:scale(1.02)}.chart-module-scss-module__oHecGa__barChart{flex-direction:column;gap:8px;display:flex}.chart-module-scss-module__oHecGa__barRow{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.chart-module-scss-module__oHecGa__barLabel{min-width:80px;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:16px}.chart-module-scss-module__oHecGa__barLabel:hover{text-decoration:underline}.chart-module-scss-module__oHecGa__barLabel:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #2563eb}.chart-module-scss-module__oHecGa__barContainerBelow{background:var(--bar-track);border-radius:4px;width:100%;height:8px;overflow:hidden}.chart-module-scss-module__oHecGa__bar{border-radius:4px;height:100%;transition:width .3s}.chart-module-scss-module__oHecGa__areaChart{background:var(--card);border:1px solid var(--border);border-radius:12px;flex:2;padding:20px}.chart-module-scss-module__oHecGa__areaChartContent{justify-content:center;align-items:center;min-height:200px;display:flex}.chart-module-scss-module__oHecGa__pieChart{background:var(--card);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:12px;flex:1;padding:20px}.chart-module-scss-module__oHecGa__pieChart:hover{transition:transform .2s;transform:scale(1.02)}.chart-module-scss-module__oHecGa__modalidadContent{color:var(--foreground);flex-direction:column;align-items:center;gap:20px;display:flex}.chart-module-scss-module__oHecGa__modalidadBlocks{justify-content:center;align-items:flex-end;gap:12px;display:flex}.chart-module-scss-module__oHecGa__modalidadBlock{color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:transform .2s;display:flex}.chart-module-scss-module__oHecGa__modalidadBlock:hover{transform:translateY(-2px)}.chart-module-scss-module__oHecGa__modalidadPercentage{text-shadow:0 1px 2px #0000004d}.chart-module-scss-module__oHecGa__modalidadLegend{justify-content:center;gap:16px;display:flex}.chart-module-scss-module__oHecGa__legendItem{color:var(--muted-foreground);align-items:center;gap:6px;font-size:12px;display:flex}.chart-module-scss-module__oHecGa__legendDot{border-radius:50%;width:8px;height:8px}@media (max-width:768px){.chart-module-scss-module__oHecGa__modalidadBlocks{flex-direction:column;align-items:center}.chart-module-scss-module__oHecGa__modalidadBlock{width:120px!important;height:60px!important}.chart-module-scss-module__oHecGa__modalidadLegend{flex-direction:column;gap:8px}.chart-module-scss-module__oHecGa__evolutionChart{margin-bottom:16px;padding:16px}.chart-module-scss-module__oHecGa__evolutionChart .chart-module-scss-module__oHecGa__chartHeader h3{font-size:16px}.chart-module-scss-module__oHecGa__evolutionIcon{padding:6px;font-size:20px}.chart-module-scss-module__oHecGa__evolutionContent{min-height:250px;padding:12px}}.chart-module-scss-module__oHecGa__header{justify-content:space-between;gap:20px;height:100%;display:flex}.chart-module-scss-module__oHecGa__header .chart-module-scss-module__oHecGa__header_box{color:var(--foreground);background-color:var(--card);cursor:pointer;text-align:start;border-radius:10px;padding:20px}.chart-module-scss-module__oHecGa__header .chart-module-scss-module__oHecGa__header_box:hover{transition:transform .2s;transform:scale(1.02)}.chart-module-scss-module__oHecGa__header .chart-module-scss-module__oHecGa__sector_box{width:52%}.chart-module-scss-module__oHecGa__metrics_box{flex-direction:column;width:25%;display:flex}.chart-module-scss-module__oHecGa__metrics_box .chart-module-scss-module__oHecGa__metric_label{opacity:.85;margin-right:8px;font-size:1rem;font-weight:400}.chart-module-scss-module__oHecGa__metrics_box .chart-module-scss-module__oHecGa__metric_value{letter-spacing:1px;letter-spacing:1px;align-items:center;height:100%;font-size:2rem;font-weight:700;display:flex}.chart-module-scss-module__oHecGa__sector_title{color:var(--foreground);margin-bottom:12px;font-size:1rem;font-weight:600}.chart-module-scss-module__oHecGa__index{color:#e44230;margin-right:8px;font-size:1.2rem;font-weight:600}.chart-module-scss-module__oHecGa__sector_name{color:var(--foreground);font-size:1.2rem;font-weight:600}.chart-module-scss-module__oHecGa__viewMoreIndicator{color:var(--primary);opacity:.8;margin-top:8px;font-size:.9rem;font-weight:500}.chart-module-scss-module__oHecGa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.chart-module-scss-module__oHecGa__modalContent{background:var(--card);width:90%;max-width:600px;max-height:80vh;box-shadow:var(--shadow-md);border-radius:16px;animation:.3s ease-out chart-module-scss-module__oHecGa__modalSlideIn;overflow:hidden}@keyframes chart-module-scss-module__oHecGa__modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chart-module-scss-module__oHecGa__modalHeader{border-bottom:1px solid var(--border);background:var(--muted);justify-content:space-between;align-items:center;padding:24px;display:flex}.chart-module-scss-module__oHecGa__modalHeader h2{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.chart-module-scss-module__oHecGa__closeButton{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:all .2s;display:flex}.chart-module-scss-module__oHecGa__closeButton:hover{background:var(--muted);color:var(--foreground)}.chart-module-scss-module__oHecGa__modalBody{max-height:60vh;padding:24px;overflow-y:auto}.chart-module-scss-module__oHecGa__sectorsList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.chart-module-scss-module__oHecGa__sectorItem{background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:12px;align-items:center;padding:16px;text-decoration:none;transition:all .2s;display:flex}.chart-module-scss-module__oHecGa__sectorItem:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);transform:translate(4px)}.chart-module-scss-module__oHecGa__sectorItem .chart-module-scss-module__oHecGa__sectorButton{cursor:pointer;background:0 0;border:none;gap:10px;display:flex}.chart-module-scss-module__oHecGa__sectorRank{color:var(--primary);text-align:center;min-width:24px;margin-right:16px;font-size:1.2rem;font-weight:700}.chart-module-scss-module__oHecGa__sectorItem:hover .chart-module-scss-module__oHecGa__sectorRank{color:#fff}.chart-module-scss-module__oHecGa__sectorName{color:var(--foreground);flex:1;font-size:1.1rem;font-weight:600}.chart-module-scss-module__oHecGa__sectorItem:hover .chart-module-scss-module__oHecGa__sectorName{color:var(--primary-foreground)}.chart-module-scss-module__oHecGa__sectorCount{color:var(--muted-foreground);font-size:1rem;font-weight:500}.chart-module-scss-module__oHecGa__sectorItem:hover .chart-module-scss-module__oHecGa__sectorCount{color:var(--primary-foreground)}@media (max-width:768px){.chart-module-scss-module__oHecGa__header{flex-direction:column}.chart-module-scss-module__oHecGa__header .chart-module-scss-module__oHecGa__box,.chart-module-scss-module__oHecGa__header .chart-module-scss-module__oHecGa__sector_box,.chart-module-scss-module__oHecGa__metrics_box{width:100%}.chart-module-scss-module__oHecGa__modalContent{width:95%;max-height:85vh;margin:20px}.chart-module-scss-module__oHecGa__modalHeader{padding:16px}.chart-module-scss-module__oHecGa__modalHeader h2{font-size:1.3rem}.chart-module-scss-module__oHecGa__modalBody{padding:16px}.chart-module-scss-module__oHecGa__sectorItem{flex-direction:column;align-items:flex-start;gap:4px;padding:12px}.chart-module-scss-module__oHecGa__sectorRank{margin-bottom:4px;margin-right:0}}
.switzerland-map-module-scss-module__h4yXqa__mapContainer{flex-direction:row;align-items:center;gap:1.5rem;width:100%;display:flex}@media (max-width:768px){.switzerland-map-module-scss-module__h4yXqa__mapContainer{flex-direction:column;align-items:center}}.switzerland-map-module-scss-module__h4yXqa__mapWrapper{flex-direction:column;align-items:center;width:80%;height:35rem;display:flex;position:relative}@media (max-width:768px){.switzerland-map-module-scss-module__h4yXqa__mapWrapper{gap:1rem}}.switzerland-map-module-scss-module__h4yXqa__legend{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-direction:column;align-self:flex-start;gap:.5rem;min-width:140px;padding:.75rem 1rem;display:flex}.switzerland-map-module-scss-module__h4yXqa__legendTitle{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem;font-size:.75rem;font-weight:600}.switzerland-map-module-scss-module__h4yXqa__legendItems{flex-direction:column;gap:.375rem;display:flex}.switzerland-map-module-scss-module__h4yXqa__legendItem{color:var(--foreground);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.switzerland-map-module-scss-module__h4yXqa__legendColor{border:1px solid #0000001a;border-radius:3px;flex-shrink:0;width:14px;height:14px}.switzerland-map-module-scss-module__h4yXqa__sidePanel{flex-direction:column;align-self:flex-start;gap:1rem;display:flex}@media (max-width:768px){.switzerland-map-module-scss-module__h4yXqa__sidePanel{width:100%}}.switzerland-map-module-scss-module__h4yXqa__rankingCard{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.5rem;min-width:140px;padding:.75rem 1rem;display:flex}.switzerland-map-module-scss-module__h4yXqa__rankingList{scrollbar-width:thin;scrollbar-color:var(--border)#0000;flex-direction:column;gap:.25rem;max-height:280px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.switzerland-map-module-scss-module__h4yXqa__rankingRow{color:var(--foreground);align-items:center;gap:.5rem;padding:.125rem 0;font-size:.75rem;display:flex}.switzerland-map-module-scss-module__h4yXqa__rankingRow:first-child{font-weight:600}.switzerland-map-module-scss-module__h4yXqa__rankingRank{width:16px;color:var(--muted-foreground);text-align:right;flex-shrink:0}.switzerland-map-module-scss-module__h4yXqa__rankingName{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.switzerland-map-module-scss-module__h4yXqa__rankingValue{font-variant-numeric:tabular-nums;color:var(--muted-foreground);flex-shrink:0}.switzerland-map-module-scss-module__h4yXqa__canton{stroke:var(--border);stroke-width:.5px;cursor:pointer;transition:all .3s}.switzerland-map-module-scss-module__h4yXqa__canton:hover{opacity:.8;stroke-width:1px;filter:brightness(1.1)}.switzerland-map-module-scss-module__h4yXqa__tooltip{background:var(--card);box-shadow:var(--shadow-md);pointer-events:none;border:1px solid var(--border);max-width:200px;color:var(--foreground);border-radius:8px;padding:8px 12px;font-size:.875rem;line-height:1.4}.switzerland-map-module-scss-module__h4yXqa__tooltip strong{color:var(--foreground);font-weight:600}.switzerland-map-module-scss-module__h4yXqa__tooltip .switzerland-map-module-scss-module__h4yXqa__value{font-size:1.125rem;font-weight:600}@media (max-width:768px){.switzerland-map-module-scss-module__h4yXqa__mapWrapper svg{max-width:600px;width:100%!important;height:auto!important}}
@keyframes SwitzerlandMapSkeleton-module__TA4a3W__shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.SwitzerlandMapSkeleton-module__TA4a3W__skeletonTitle{background:linear-gradient(90deg,#e0d8d0 25%,#ece5dc 50%,#e0d8d0 75%) 0 0/600px 100%;border-radius:.25rem;width:12rem;height:1.5rem;animation:1.4s linear infinite SwitzerlandMapSkeleton-module__TA4a3W__shimmer}.SwitzerlandMapSkeleton-module__TA4a3W__skeletonToggle{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.375rem;width:10rem;height:2rem;animation:1.4s linear infinite SwitzerlandMapSkeleton-module__TA4a3W__shimmer}.SwitzerlandMapSkeleton-module__TA4a3W__mapContainer{gap:24px;width:100%;display:flex}.SwitzerlandMapSkeleton-module__TA4a3W__mapWrapper{flex:1;justify-content:center;align-items:center;min-height:400px;display:flex}.SwitzerlandMapSkeleton-module__TA4a3W__skeletonMap{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.5rem;width:100%;height:400px;animation:1.4s linear infinite SwitzerlandMapSkeleton-module__TA4a3W__shimmer}.SwitzerlandMapSkeleton-module__TA4a3W__sidePanel{flex-direction:column;gap:24px;width:280px;display:flex}.SwitzerlandMapSkeleton-module__TA4a3W__skeletonLegend{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.5rem;height:150px;animation:1.4s linear infinite SwitzerlandMapSkeleton-module__TA4a3W__shimmer}.SwitzerlandMapSkeleton-module__TA4a3W__skeletonRanking{background:linear-gradient(90deg,#f0e9e0 25%,#f8f3ee 50%,#f0e9e0 75%) 0 0/600px 100%;border-radius:.5rem;height:250px;animation:1.4s linear infinite SwitzerlandMapSkeleton-module__TA4a3W__shimmer}@media (max-width:960px){.SwitzerlandMapSkeleton-module__TA4a3W__mapContainer{flex-direction:column}.SwitzerlandMapSkeleton-module__TA4a3W__sidePanel{width:100%}}
.CertificationAlternatives-module__szVuVW__card{border:1px solid hsl(var(--border));background-color:hsl(var(--card))}.CertificationAlternatives-module__szVuVW__headerRow{padding-bottom:.5rem}.CertificationAlternatives-module__szVuVW__titleRow{align-items:center;gap:.5rem;display:flex}.CertificationAlternatives-module__szVuVW__sectionIcon{color:hsl(var(--muted-foreground))}.CertificationAlternatives-module__szVuVW__title{color:hsl(var(--foreground));font-size:1rem;font-weight:600}.CertificationAlternatives-module__szVuVW__content{padding-top:0}.CertificationAlternatives-module__szVuVW__list{flex-direction:column;gap:.5rem;display:flex}.CertificationAlternatives-module__szVuVW__altCard{border:1px solid hsl(var(--border));background-color:hsl(var(--card));border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .15s,border-color .15s;display:flex}.CertificationAlternatives-module__szVuVW__altCardClickable{cursor:pointer}.CertificationAlternatives-module__szVuVW__altCardClickable:hover{background-color:hsl(var(--muted)/.4);border-color:hsl(var(--foreground)/.15)}.CertificationAlternatives-module__szVuVW__altIcon{color:hsl(var(--muted-foreground));flex-shrink:0}.CertificationAlternatives-module__szVuVW__altName{color:hsl(var(--foreground));flex:1;font-size:.875rem;font-weight:500}.CertificationAlternatives-module__szVuVW__arrowIcon{color:hsl(var(--muted-foreground));flex-shrink:0}.CertificationAlternatives-module__szVuVW__empty{color:hsl(var(--muted-foreground));font-size:.875rem;font-style:italic}.CertificationAlternatives-module__szVuVW__loading{justify-content:center;align-items:center;min-height:6rem;display:flex}.CertificationAlternatives-module__szVuVW__error{color:#e44230;font-size:.875rem}
.SectorsOverview-module-scss-module__z0JiDG__wrapper{flex-direction:column;gap:1.5rem;display:flex}.SectorsOverview-module-scss-module__z0JiDG__header{color:var(--text);flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.SectorsOverview-module-scss-module__z0JiDG__titleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.SectorsOverview-module-scss-module__z0JiDG__title{color:var(--text);margin:0;font-size:1.5rem;font-weight:700}.SectorsOverview-module-scss-module__z0JiDG__subtitle{color:var(--text);margin:0;font-size:.875rem}
.work-modality-module-scss-module__QpkqJq__card{border:1px solid var(--color-border-strong);background-color:hsl(var(--card));height:100%}.work-modality-module-scss-module__QpkqJq__headerRow{padding-bottom:.5rem}.work-modality-module-scss-module__QpkqJq__title{color:hsl(var(--foreground));font-size:1rem;font-weight:600}.work-modality-module-scss-module__QpkqJq__content{padding-top:0}.work-modality-module-scss-module__QpkqJq__tooltip{border:1px solid hsl(var(--border));background-color:hsl(var(--card));border-radius:.5rem;padding:.5rem .75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.work-modality-module-scss-module__QpkqJq__tooltipTitle{color:hsl(var(--foreground));font-size:.75rem;font-weight:600}.work-modality-module-scss-module__QpkqJq__tooltipText{color:hsl(var(--muted-foreground));font-size:.75rem}.work-modality-module-scss-module__QpkqJq__legendList{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.work-modality-module-scss-module__QpkqJq__legendRow{justify-content:space-between;align-items:center;display:flex}.work-modality-module-scss-module__QpkqJq__legendLeft{align-items:center;gap:.5rem;display:flex}.work-modality-module-scss-module__QpkqJq__legendSwatch{border-radius:.125rem;width:.75rem;height:.75rem}.work-modality-module-scss-module__QpkqJq__legendName{color:hsl(var(--foreground));font-size:.75rem}.work-modality-module-scss-module__QpkqJq__legendRight{align-items:center;gap:.5rem;display:flex}.work-modality-module-scss-module__QpkqJq__legendPercent{font-variant-numeric:tabular-nums;color:hsl(var(--foreground));font-size:.75rem;font-weight:600}.work-modality-module-scss-module__QpkqJq__legendCount{color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;font-size:10px}.work-modality-module-scss-module__QpkqJq__trendInsight{border:1px solid hsl(var(--border));background-color:hsl(var(--secondary)/.5);border-radius:.5rem;margin-top:.75rem;padding:.625rem}.work-modality-module-scss-module__QpkqJq__trendInsightTitle{color:hsl(var(--foreground));font-size:10px;font-weight:600}.work-modality-module-scss-module__QpkqJq__trendInsightText{color:hsl(var(--muted-foreground));font-size:10px;line-height:1.625}
.SectorsTab-module-scss-module___x5Yeq__wrapper{flex-direction:column;gap:1.25rem;display:flex}.SectorsTab-module-scss-module___x5Yeq__backButton{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.375rem;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.SectorsTab-module-scss-module___x5Yeq__backButton:hover{border-color:var(--primary);color:var(--primary);background:color-mix(in oklch,var(--primary)5%,transparent)}.SectorsTab-module-scss-module___x5Yeq__tabs{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.SectorsTab-module-scss-module___x5Yeq__tabHeader{flex-direction:column;gap:.25rem;padding-top:2rem;display:flex}.SectorsTab-module-scss-module___x5Yeq__tabTitle{color:var(--text);margin:0;font-size:1.125rem;font-weight:700}.SectorsTab-module-scss-module___x5Yeq__tabSubtitle{color:var(--text-muted);margin:0;font-size:.875rem}.SectorsTab-module-scss-module___x5Yeq__tabsRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.SectorsTab-module-scss-module___x5Yeq__loadMoreButton{border:1.5px dashed var(--border);color:var(--muted-foreground);cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:9999px;justify-content:center;align-items:center;min-width:2.5rem;padding:.25rem .75rem;font-size:.8125rem;font-weight:500;transition:border-color .15s,color .15s;display:flex}.SectorsTab-module-scss-module___x5Yeq__loadMoreButton:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.SectorsTab-module-scss-module___x5Yeq__loadMoreButton:disabled{cursor:not-allowed;opacity:.6}.SectorsTab-module-scss-module___x5Yeq__tab{border:1.5px solid var(--border);background-color:var(--card);color:var(--muted-foreground);cursor:pointer;white-space:nowrap;border-radius:9999px;padding:.4rem 1rem;font-size:.8125rem;font-weight:500;transition:background-color .15s,color .15s,border-color .15s}.SectorsTab-module-scss-module___x5Yeq__tab:hover,.SectorsTab-module-scss-module___x5Yeq__tabActive,.SectorsTab-module-scss-module___x5Yeq__tabActive:hover{border-color:var(--primary);color:var(--primary)}.SectorsTab-module-scss-module___x5Yeq__spinnerWrapper{justify-content:center;align-items:center;padding:3rem 0;display:flex}.SectorsTab-module-scss-module___x5Yeq__row1{grid-template-columns:2fr 1fr;gap:1rem;display:grid}@media (max-width:1024px){.SectorsTab-module-scss-module___x5Yeq__row1{grid-template-columns:1fr}}.SectorsTab-module-scss-module___x5Yeq__evolutionWrapper{flex-direction:column;gap:.75rem;min-width:0;display:flex}.SectorsTab-module-scss-module___x5Yeq__modalityWrapper{min-width:0}.SectorsTab-module-scss-module___x5Yeq__row2{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:1024px){.SectorsTab-module-scss-module___x5Yeq__row2{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.market-signals-module-scss-module__LsNIoq__card{border:1px solid var(--color-border-strong);background-color:var(--card)}.market-signals-module-scss-module__LsNIoq__header{border-bottom:1px solid var(--border);padding-bottom:.5rem}.market-signals-module-scss-module__LsNIoq__title{color:var(--foreground);font-size:1rem;font-weight:600}.market-signals-module-scss-module__LsNIoq__subtitle{color:var(--muted-foreground);margin-top:.125rem;font-size:.813rem}.market-signals-module-scss-module__LsNIoq__content{padding-top:0}.market-signals-module-scss-module__LsNIoq__loading,.market-signals-module-scss-module__LsNIoq__error,.market-signals-module-scss-module__LsNIoq__empty{min-height:200px;color:var(--muted-foreground);justify-content:center;align-items:center;font-size:.875rem;display:flex}.market-signals-module-scss-module__LsNIoq__error{color:var(--destructive)}.market-signals-module-scss-module__LsNIoq__list{flex-direction:column;display:flex}.market-signals-module-scss-module__LsNIoq__signalItem{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.market-signals-module-scss-module__LsNIoq__signalItem:last-child{border-bottom:none}.market-signals-module-scss-module__LsNIoq__iconWrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.market-signals-module-scss-module__LsNIoq__iconWrapper.market-signals-module-scss-module__LsNIoq__alerta{color:#dc2828;background-color:#fff0f0}.market-signals-module-scss-module__LsNIoq__iconWrapper.market-signals-module-scss-module__LsNIoq__tendencia{background-color:var(--muted);color:var(--muted-foreground)}.market-signals-module-scss-module__LsNIoq__iconWrapper.market-signals-module-scss-module__LsNIoq__insight{color:#c88704;background-color:#fffbf0}.market-signals-module-scss-module__LsNIoq__signalBody{flex:1;min-width:0}.market-signals-module-scss-module__LsNIoq__badges{gap:.375rem;margin-bottom:.375rem;display:flex}.market-signals-module-scss-module__LsNIoq__badge{border:1px solid #0000;border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.market-signals-module-scss-module__LsNIoq__badge_alerta{color:#dc2828;background-color:#fff0f0;border-color:#f4bdbd}.market-signals-module-scss-module__LsNIoq__badge_tendencia,.market-signals-module-scss-module__LsNIoq__badge_insight{background-color:var(--muted);color:var(--muted-foreground);border-color:var(--border)}.market-signals-module-scss-module__LsNIoq__badge_impact_alto{color:#dc2828;background-color:#fff0f0;border-color:#f4bdbd}.market-signals-module-scss-module__LsNIoq__badge_impact_medio,.market-signals-module-scss-module__LsNIoq__badge_impact_bajo{background-color:var(--muted);color:var(--muted-foreground);border-color:var(--border)}.market-signals-module-scss-module__LsNIoq__signalTitle{color:var(--foreground);margin-bottom:.25rem;font-size:.938rem;font-weight:600}.market-signals-module-scss-module__LsNIoq__signalDesc{color:var(--muted-foreground);margin-bottom:.375rem;font-size:.813rem;line-height:1.5}.market-signals-module-scss-module__LsNIoq__signalDate{color:var(--muted-foreground);font-size:.75rem}
.SignalsTab-module-scss-module__rOoPXG__wrapper{flex-direction:column;display:flex}.SignalsTab-module-scss-module__rOoPXG__fullWidthSection{margin-top:1.5rem}.SignalsTab-module-scss-module__rOoPXG__placeholder{border:1px dashed var(--border);background-color:color-mix(in oklch,var(--muted)30%,transparent);border-radius:.5rem;justify-content:center;align-items:center;min-height:16rem;display:flex}.SignalsTab-module-scss-module__rOoPXG__placeholderText{text-align:center;max-width:28rem;color:var(--muted-foreground);font-size:.875rem;line-height:1.6}
.page-module__urkrbW__dashboardTheme{background:var(--tertiary);color:var(--color-text);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.page-module__urkrbW__layout{background:var(--tertiary);flex-direction:column;align-items:center;min-height:100vh;margin:0 auto;display:flex;overflow-x:clip}.page-module__urkrbW__content{flex:auto;grid-template-columns:293px 1fr;min-height:0;display:grid}.page-module__urkrbW__main{grid-column:2;width:90rem}@media (max-width:960px){.page-module__urkrbW__content{grid-template-columns:1fr}.page-module__urkrbW__main{grid-column:1;max-width:100%;padding:24px 16px}}
