.AddButton-module-scss-module__NKAkgq__buttonContainer{cursor:pointer;display:inline-flex;overflow:hidden}.AddButton-module-scss-module__NKAkgq__buttonContainer button{cursor:pointer;background-color:#0000;width:100%;height:100%;transition:background .25s cubic-bezier(.65,.05,.36,1),transform .25s ease-out}.AddButton-module-scss-module__NKAkgq__buttonContainer button.AddButton-module-scss-module__NKAkgq__disabled{pointer-events:none}.AddButton-module-scss-module__NKAkgq__buttonContainer button.AddButton-module-scss-module__NKAkgq__primary{color:var(--color-background);border:none;place-items:center;font-size:1rem;font-weight:700;display:grid}.AddButton-module-scss-module__NKAkgq__buttonContainer button:hover{transform:scale(1.2)}
.Card-module-scss-module___BKQxW__sectionCardContainer{border-radius:var(--radius-items);box-shadow:var(--box-shadow);background-color:#fff;width:100%;margin-block:2.5rem;padding:1.5rem}.Card-module-scss-module___BKQxW__sectionCardContainer h2{margin-bottom:2rem;font-size:1.5rem}.Card-module-scss-module___BKQxW__sectionCardContainer h3{margin-bottom:1.5rem;font-weight:700}
.Tooltip-module-scss-module__IAPGEa__tooltipContainer{display:inline-block;position:relative}.Tooltip-module-scss-module__IAPGEa__tooltipContent{visibility:hidden;background-color:var(--color-tooltip-bg);font-family:var(--font-primary);color:var(--color-background);text-align:center;z-index:20;opacity:0;white-space:nowrap;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;line-height:1.2;transition:opacity .3s;position:absolute;bottom:140%;left:50%;transform:translate(-50%)}.Tooltip-module-scss-module__IAPGEa__tooltipContent:after{content:"";border-style:solid;border-width:8px;border-color:var(--color-tooltip-bg)#0000 #0000 #0000;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Tooltip-module-scss-module__IAPGEa__tooltipContainer:hover .Tooltip-module-scss-module__IAPGEa__tooltipContent{visibility:visible;opacity:1}
.AreaTag-module-scss-module__l1NMBq__labelContainer{justify-content:center;align-items:center;max-width:13rem;padding:.5rem;display:flex}.AreaTag-module-scss-module__l1NMBq__areaLabel{border-radius:var(--radius-items);align-items:center;margin-right:.2rem;display:flex}.AreaTag-module-scss-module__l1NMBq__areaLabel:before{content:"";width:10px;height:10px;margin-right:.2rem}.AreaTag-module-scss-module__l1NMBq__areaLabel[data-area=desarrollo]:before{background-color:var(--color-area-desarrollo)}.AreaTag-module-scss-module__l1NMBq__areaLabel[data-area=diseño]:before{border-radius:var(--radius-items);background-color:var(--color-area-diseño)}.AreaTag-module-scss-module__l1NMBq__areaLabel[data-area=gestion]:before{background-color:var(--color-area-gestion);clip-path:polygon(50% 0%,100% 100%,0% 100%);width:12px;height:11px}.AreaTag-module-scss-module__l1NMBq__areaLabel[data-area=investigacion]:before{background-color:var(--color-area-investigacion);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);width:12px;height:12px}.AreaTag-module-scss-module__l1NMBq__responsibleLabel{font-family:var(--font-primary);color:var(--color-general-text);text-overflow:ellipsis;white-space:nowrap;align-items:center;max-width:100%;font-size:.75rem;font-weight:500;line-height:1.2;display:flex;overflow:hidden}
.StateTag-module-scss-module__fRB3xG__statusSelect{font-family:var(--font-primary);color:var(--color-general-text);text-transform:uppercase;background-color:var(--color-general-background);border-radius:var(--radius-items);cursor:pointer;border:none;align-items:center;padding:.5rem;font-size:.75rem;font-weight:500;line-height:1.2;display:flex}.StateTag-module-scss-module__fRB3xG__statusSelect:before{content:"";border-radius:50%;width:.5rem;height:.5rem;margin-right:.3rem}.StateTag-module-scss-module__fRB3xG__statusSelect[data-state=activo]:before{background-color:var(--color-status-activo)}.StateTag-module-scss-module__fRB3xG__statusSelect[data-state=backlog]:before{background-color:var(--color-status-backlog)}.StateTag-module-scss-module__fRB3xG__statusSelect[data-state=en_revision]:before{background-color:var(--color-status-en-revision)}.StateTag-module-scss-module__fRB3xG__statusSelect[data-state=cancelado]:before{background-color:var(--color-status-cancelado)}.StateTag-module-scss-module__fRB3xG__statusSelect[data-state=finalizado]:before{background-color:var(--color-status-finalizado)}.StateTag-module-scss-module__fRB3xG__dropdown{display:inline-block;position:relative}.StateTag-module-scss-module__fRB3xG__dropdown:hover .StateTag-module-scss-module__fRB3xG__dropdownContent{animation:.3s ease-in-out StateTag-module-scss-module__fRB3xG__fadeIn;display:block}.StateTag-module-scss-module__fRB3xG__dropdownContent{background-color:var(--color-general-background);border-radius:var(--radius-items);min-width:8rem;box-shadow:var(--box-shadow);z-index:1;display:none;position:absolute;top:0;left:74px}.StateTag-module-scss-module__fRB3xG__dropdownContent .StateTag-module-scss-module__fRB3xG__statusSelectOption{font-family:var(--font-primary);color:var(--color-general-text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:100%;padding:6px 16px;font-size:.875rem;line-height:1;text-decoration:none;display:flex}.StateTag-module-scss-module__fRB3xG__dropdownContent .StateTag-module-scss-module__fRB3xG__statusSelectOption:hover{background-color:var(--color-general-disabled)}.StateTag-module-scss-module__fRB3xG__dropdownContent .StateTag-module-scss-module__fRB3xG__statusSelectOption:before{content:"";border-radius:50%;width:.5rem;height:.5rem;margin-right:.5rem}.StateTag-module-scss-module__fRB3xG__dropdownContent .StateTag-module-scss-module__fRB3xG__statusSelectOption[data-state=activo]:before{background-color:var(--color-status-activo)}.StateTag-module-scss-module__fRB3xG__dropdownContent .StateTag-module-scss-module__fRB3xG__statusSelectOption[data-state=backlog]:before{background-color:var(--color-status-backlog)}.StateTag-module-scss-module__fRB3xG__dropdownContent .StateTag-module-scss-module__fRB3xG__statusSelectOption[data-state=en_revision]:before{background-color:var(--color-status-en-revision)}.StateTag-module-scss-module__fRB3xG__dropdownContent .StateTag-module-scss-module__fRB3xG__statusSelectOption[data-state=cancelado]:before{background-color:var(--color-status-cancelado)}.StateTag-module-scss-module__fRB3xG__dropdownContent .StateTag-module-scss-module__fRB3xG__statusSelectOption[data-state=finalizado]:before{background-color:var(--color-status-finalizado)}@keyframes StateTag-module-scss-module__fRB3xG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer{border-radius:var(--radius-items);box-shadow:var(--box-shadow);border-bottom:1.5px solid var(--color-general-background);background-color:var(--color-background);opacity:0;cursor:pointer;border:2px solid #0000;animation:.25s cubic-bezier(.68,-.55,.27,1.55) forwards ObjectiveCard-module-scss-module__IanfOW__fadeIn}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=closeToDeadline]{border-color:var(--color-objective-close-to-deadline)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=closeToDeadline] .ObjectiveCard-module-scss-module__IanfOW__title{color:var(--color-objective-close-to-deadline)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=closeToDeadline] .ObjectiveCard-module-scss-module__IanfOW__bottomContent,.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expiresToday]{border-color:var(--color-objective-close-to-deadline)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expiresToday] .ObjectiveCard-module-scss-module__IanfOW__title{color:var(--color-objective-close-to-deadline)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expiresToday] .ObjectiveCard-module-scss-module__IanfOW__bottomContent{border-color:var(--color-objective-close-to-deadline)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expired]{border-color:var(--color-objective-expired)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expired] .ObjectiveCard-module-scss-module__IanfOW__title{color:var(--color-objective-expired)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expired] .ObjectiveCard-module-scss-module__IanfOW__bottomContent{background-color:var(--color-objective-expired);border-color:var(--color-objective-expired);border-radius:0 0 5px 5px}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expired] .ObjectiveCard-module-scss-module__IanfOW__bottomContent p,.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expired] .ObjectiveCard-module-scss-module__IanfOW__bottomContent span{color:var(--color-background);font-weight:700}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=expired] .ObjectiveCard-module-scss-module__IanfOW__starIcon{background-color:var(--color-objective-expired)!important}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=finished]{border-color:var(--color-objective-finished)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=finished] .ObjectiveCard-module-scss-module__IanfOW__title{color:var(--color-objective-finished)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer[data-state=finished] .ObjectiveCard-module-scss-module__IanfOW__bottomContent{border-color:var(--color-objective-finished)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer .ObjectiveCard-module-scss-module__IanfOW__topComponent{margin-top:.3rem;padding:1rem;position:relative}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer .ObjectiveCard-module-scss-module__IanfOW__topComponent .ObjectiveCard-module-scss-module__IanfOW__title{font-family:var(--font-primary);color:var(--color-general-title);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:2.4em;font-size:1rem;font-weight:400;line-height:1.2;display:-webkit-box;overflow:hidden}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer .ObjectiveCard-module-scss-module__IanfOW__topComponent .ObjectiveCard-module-scss-module__IanfOW__starIcon{background-color:var(--color-button);border-radius:0 0 10px 10px;justify-content:center;align-items:center;padding:.1rem .3rem .3rem;display:flex;position:absolute;top:.4rem;right:1.2rem;transform:translateY(-50%)}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer .ObjectiveCard-module-scss-module__IanfOW__middleContent{justify-content:space-between;align-items:flex-end;column-gap:.5rem;padding:.7rem;display:flex}.ObjectiveCard-module-scss-module__IanfOW__objectiveCardContainer .ObjectiveCard-module-scss-module__IanfOW__bottomContent{width:100%;box-shadow:var(--box-shadow);background-color:var(--color-general-background);border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}@keyframes ObjectiveCard-module-scss-module__IanfOW__fadeIn{to{opacity:1;transform:translateY(0)}}.ObjectiveCard-module-scss-module__IanfOW__workedTimeContainer{padding-inline:1rem;justify-content:flex-start;align-items:center;gap:.25rem;padding-bottom:.5rem;display:flex}.ObjectiveCard-module-scss-module__IanfOW__workedTimeContainer .ObjectiveCard-module-scss-module__IanfOW__workedText{font-family:var(--font-primary);color:var(--color-general-title);font-size:.75rem;font-weight:500;line-height:1.2}.ObjectiveCard-module-scss-module__IanfOW__workedTimesTooltip{opacity:0;pointer-events:none;background-color:var(--color-general-title);border-radius:.5rem .5rem .5rem 0;width:max-content;padding:.25rem .5rem;transition:opacity .15s ease-out;position:absolute;bottom:120%;left:80%}.ObjectiveCard-module-scss-module__IanfOW__workedTimesTooltip .ObjectiveCard-module-scss-module__IanfOW__tooltipText{font-family:var(--font-primary);color:var(--color-general-disabled);font-size:.75rem;font-weight:400;line-height:150%}.ObjectiveCard-module-scss-module__IanfOW__personsWorkedTimes{justify-content:center;align-items:center;display:flex;position:relative}.ObjectiveCard-module-scss-module__IanfOW__personsWorkedTimes:hover .ObjectiveCard-module-scss-module__IanfOW__workedTimesTooltip{opacity:1;pointer-events:all}
.StageSection-module-scss-module__1wvp5W__stageSection{margin:1.5rem 0}.StageSection-module-scss-module__1wvp5W__stageSection:first-child{margin-top:0}.StageSection-module-scss-module__1wvp5W__stageSection:last-child{margin-bottom:0}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader{padding:0 0 1rem}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleNoStage{font-family:var(--font-primary);color:var(--color-general-title);margin:0;font-size:1rem;font-weight:600;line-height:1.2}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleRow{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleRow .StageSection-module-scss-module__1wvp5W__stageTitle{font-family:var(--font-primary);color:var(--color-general-title);margin:0;font-size:1rem;font-weight:600;line-height:1.2}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleRow .StageSection-module-scss-module__1wvp5W__estimatedHoursWrapper{display:inline-flex;position:relative}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleRow .StageSection-module-scss-module__1wvp5W__estimatedHoursWrapper:hover .StageSection-module-scss-module__1wvp5W__estimatedHoursTooltip{opacity:1;pointer-events:all}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleRow .StageSection-module-scss-module__1wvp5W__estimatedHoursTag{background-color:var(--color-surface-light);font-family:var(--font-primary);color:var(--color-text-light);white-space:nowrap;cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;height:18px;padding:.75rem 1rem;font-size:1rem;font-weight:400;line-height:1.2;display:inline-flex}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleRow .StageSection-module-scss-module__1wvp5W__estimatedHoursTag img{filter:brightness(0)saturate()invert(56%)sepia(0%)saturate(0%)hue-rotate(152deg)brightness(95%)contrast(87%)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleRow .StageSection-module-scss-module__1wvp5W__estimatedHoursTooltip{opacity:0;pointer-events:none;width:max-content;font-family:var(--font-primary);color:var(--color-background);z-index:1000;background-color:#0000008c;border-radius:3px;padding:.125rem .375rem;font-size:.625rem;font-weight:400;line-height:1.2;transition:opacity .15s ease-out;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTitleRow .StageSection-module-scss-module__1wvp5W__estimatedHoursTooltip:after{content:"";border-top:6px solid #0000008c;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags{flex-wrap:wrap;gap:1.5rem;display:flex}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag{font-family:var(--font-primary);border-radius:5px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;line-height:1.2;display:inline-flex}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__typeTag[data-type=scope]{color:var(--color-stage-scope);background-color:var(--color-stage-scope-bg)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__typeTag[data-type=support]{color:var(--color-stage-support);background-color:var(--color-stage-support-bg)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__dateTag{color:var(--color-stage-date);background-color:var(--color-stage-date-bg)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__stateTag[data-state=active]{color:var(--color-stage-active);background-color:var(--color-stage-active-bg)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__stateTag[data-state=active] .StageSection-module-scss-module__1wvp5W__stateDot{background-color:var(--color-stage-active)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__stateTag[data-state=finished]{color:var(--color-stage-finished);background-color:var(--color-stage-finished-bg)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__stateTag[data-state=finished] .StageSection-module-scss-module__1wvp5W__stateDot{background-color:var(--color-stage-finished)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__stateTag .StageSection-module-scss-module__1wvp5W__stateDot{border-radius:50%;width:8px;height:8px}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__hoursTag{color:var(--color-stage-hours);background-color:var(--color-stage-hours-bg);height:27px;padding:.375rem .75rem;font-size:.875rem;font-weight:500}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__hoursTag img{filter:brightness(0)saturate()invert(46%)sepia(76%)saturate(2738%)hue-rotate(9deg)brightness(97%)contrast(92%)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__hoursTag.StageSection-module-scss-module__1wvp5W__monthTag{color:var(--color-stage-month);background-color:var(--color-stage-month-bg)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__stageHeader .StageSection-module-scss-module__1wvp5W__stageTags .StageSection-module-scss-module__1wvp5W__tag.StageSection-module-scss-module__1wvp5W__hoursTag.StageSection-module-scss-module__1wvp5W__monthTag img{filter:brightness(0)saturate()invert(29%)sepia(86%)saturate(2234%)hue-rotate(325deg)brightness(91%)contrast(92%)}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__objectivesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;padding-bottom:1.5rem;display:grid}@media (min-width:1680px){.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__objectivesGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__objectivesGrid{grid-template-columns:1fr;gap:1rem}}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__objectivesGrid .StageSection-module-scss-module__1wvp5W__objectiveItem{flex-direction:column;display:flex}.StageSection-module-scss-module__1wvp5W__stageSection .StageSection-module-scss-module__1wvp5W__objectivesGrid .StageSection-module-scss-module__1wvp5W__noObjectives{text-align:center;font-family:var(--font-primary);color:var(--color-general-text);opacity:.7;grid-column:1/-1;padding:2rem;font-size:1rem;font-style:italic;line-height:1.4}
:root{--color-general-title:#1f2633;--color-general-text:#5f6d7f;--color-general-background:#f5f2f0;--color-general-border:#e2e8f0;--color-general-primary:#ff3c3c;--color-general-disabled:#d9d9d9;--color-button:#da2c6a;--color-button-delete:#fb033f;--color-highlighted:#360088;--color-status-analisis:#208cef;--color-status-activo:#2ebe27;--color-status-cancelado:#fb033f;--color-status-inactivo:#5f6d7f;--color-status-finalizado:#b8cbdd;--color-status-backlog:#5f6d7f;--color-status-en-revision:#208cef;--color-area-diseño:#6b5ff8;--color-area-gestion:#9ad183;--color-area-desarrollo:#06daf6;--color-area-investigacion:#ff6363;--color-objective-close-to-deadline:#da2c6a;--color-objective-expired:#fb2a2a;--color-objective-finished:#aaa;--color-text-dark:#222;--color-text-muted:#666;--color-text-light:#888;--color-text-placeholder:#a0aec0;--color-background:#fff;--color-surface-light:#f5f5f5;--color-surface-hover:#e0e0e0;--color-surface-alt:#f8f9fa;--color-tooltip-bg:#625f5f;--color-border-light:#ccc;--color-border-default:#ddd;--color-border-medium:#e5e5e5;--color-priority-0:#fbc403;--color-priority-1:#ffa800;--color-priority-2:#ff8b04;--color-priority-3:#fb6b03;--color-priority-4:#ff472f;--color-priority-5:#fb033f;--color-stage-scope:#6a1b9a;--color-stage-scope-bg:#f3e5f5;--color-stage-support:#630;--color-stage-support-bg:#ffe5cc;--color-stage-date:#003066;--color-stage-date-bg:#cce4ff;--color-stage-active:#004d20;--color-stage-active-bg:#ccffe1;--color-stage-finished:#d32f2f;--color-stage-finished-bg:#fabec8;--color-stage-hours:#df6c08;--color-stage-hours-bg:#fadcc2;--color-stage-month:#da2c6a;--color-stage-month-bg:#fcdbe7;--color-badge-active:#2e7d32;--color-badge-active-bg:#e8f5e8;--color-badge-finished:#757575;--color-badge-finished-bg:#f5f5f5;--color-link:#00f;--color-link-primary:#ed2c6c;--color-link-primary-hover:#a31342;--box-shadow:0 2px 6px -2px #00000029,0 2px 6px 0 #0000001f;--box-shadow-hover:0 4px 12px -2px #0003,0 4px 12px 0 #00000029;--radius-items:.5rem;--radius-cards:1rem;--radius-buttons:.5rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--font-size-xs:.625rem;--font-size-sm:.75rem;--font-size-base:.875rem;--font-size-md:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--z-index-dropdown:100;--z-index-modal:200;--z-index-tooltip:300;--z-index-navbar:400;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75}.ObjectiveDetails-module-scss-module__zUzudq__detailSection{flex-direction:column;gap:2rem;padding:.5rem;display:flex;position:relative}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__priorityTagContainer{gap:1rem;display:flex;position:absolute;top:0;right:0}.ObjectiveDetails-module-scss-module__zUzudq__detailSection p{font-family:var(--font-primary);color:var(--color-general-text);font-size:1rem;font-weight:400;line-height:1.4}.ObjectiveDetails-module-scss-module__zUzudq__detailSection p>span{font-weight:700}.ObjectiveDetails-module-scss-module__zUzudq__detailSection a{cursor:pointer;color:var(--color-link)}.ObjectiveDetails-module-scss-module__zUzudq__detailSection a:hover{text-decoration:underline}.ObjectiveDetails-module-scss-module__zUzudq__detailSection ul{margin-left:2em;list-style-type:disc}.ObjectiveDetails-module-scss-module__zUzudq__detailSection h3{font-family:var(--font-primary);color:var(--color-general-title);font-size:1rem;font-weight:600;line-height:1.2}.ObjectiveDetails-module-scss-module__zUzudq__detailSection h3>span{font-weight:700}.ObjectiveDetails-module-scss-module__zUzudq__detailSection li{margin-top:1rem}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__middleContent .ObjectiveDetails-module-scss-module__zUzudq__statusLabel{font-family:var(--font-primary);color:var(--color-general-text);font-size:.875rem;font-weight:500;line-height:1.2;display:inline-block}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__middleContent .ObjectiveDetails-module-scss-module__zUzudq__statusLabel:after{content:"";border-radius:var(--radius-items);width:.5rem;height:.5rem;margin-left:.2rem;display:inline-block}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__middleContent .ObjectiveDetails-module-scss-module__zUzudq__statusLabel[data-state=activo]:after{background-color:var(--color-status-activo)}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__middleContent .ObjectiveDetails-module-scss-module__zUzudq__statusLabel[data-state=backlog]:after{background-color:var(--color-status-backlog)}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__middleContent .ObjectiveDetails-module-scss-module__zUzudq__statusLabel[data-state=en_revision]:after{background-color:var(--color-status-en-revision)}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__middleContent .ObjectiveDetails-module-scss-module__zUzudq__statusLabel[data-state=finalizado]:after{background-color:var(--color-status-finalizado)}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__middleContent .ObjectiveDetails-module-scss-module__zUzudq__statusLabel[data-state=cancelado]:after{background-color:var(--color-status-cancelado)}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__descriptionTitle{margin-bottom:-1rem}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__metadataGrid{gap:var(--spacing-lg);padding-top:var(--spacing-lg);grid-template-columns:1fr 1fr;align-items:start;display:grid}@media (max-width:767px){.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__metadataGrid{grid-template-columns:1fr}}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__leftColumn,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__rightColumn{gap:var(--spacing-md);flex-direction:column;display:flex}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer{white-space:pre-wrap;border:1px solid var(--color-border-light);border-radius:var(--radius-items);background-color:var(--color-general-background);padding:1rem}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent h1,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent h2,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent h3,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent h4,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent h5,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent h6{font-family:var(--font-primary);color:var(--color-general-title);margin:.25rem 0;font-weight:700}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent p{font-family:var(--font-primary);white-space:pre-wrap;color:var(--color-general-text);margin:.25rem 0;font-size:1rem;font-weight:400;line-height:1.4}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent ul,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent ol{margin:-1rem 0;padding-left:1.5rem}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent li{margin:.25rem 0}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent a{color:var(--color-link);text-decoration:underline}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent a:hover{text-decoration:none}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent pre{background-color:var(--color-general-disabled);border-radius:var(--radius-items);font-family:var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);margin:.25rem 0;padding:1rem;overflow:auto}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent strong,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent b{font-weight:700}.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent em,.ObjectiveDetails-module-scss-module__zUzudq__detailSection .ObjectiveDetails-module-scss-module__zUzudq__markdownContainer .ObjectiveDetails-module-scss-module__zUzudq__markdownContent i{font-style:italic}
.ObjectiveHistoryList-module-scss-module__cKk9Da__container h2{font-family:var(--font-primary);color:var(--color-general-title);margin-top:1.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.2;position:relative}.ObjectiveHistoryList-module-scss-module__cKk9Da__container ul{margin-left:.4em;list-style-type:disc}.ObjectiveHistoryList-module-scss-module__cKk9Da__container li{margin-top:1rem}.ObjectiveHistoryList-module-scss-module__cKk9Da__container li>p{font-size:medium;line-height:1.5}.ObjectiveHistoryList-module-scss-module__cKk9Da__container span{font-size:medium;font-weight:700}.ObjectiveHistoryList-module-scss-module__cKk9Da__container .ObjectiveHistoryList-module-scss-module__cKk9Da__noActivity{color:gray;padding:.5rem 0;font-style:italic}.ObjectiveHistoryList-module-scss-module__cKk9Da__container .ObjectiveHistoryList-module-scss-module__cKk9Da__previousValue{background-color:var(--color-general-disabled);border-radius:var(--radius-items);padding:.2rem}.ObjectiveHistoryList-module-scss-module__cKk9Da__container .ObjectiveHistoryList-module-scss-module__cKk9Da__newValue{background-color:var(--color-area-gestion);border-radius:var(--radius-items);padding:.2rem}.ObjectiveHistoryList-module-scss-module__cKk9Da__container .ObjectiveHistoryList-module-scss-module__cKk9Da__activityTitle{padding-left:1.3rem;position:relative}.ObjectiveHistoryList-module-scss-module__cKk9Da__container .ObjectiveHistoryList-module-scss-module__cKk9Da__activityTitle:before{content:"•";color:var(--color-button);font-size:2rem;line-height:1.6rem;position:absolute;top:.2rem;left:0}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedList{margin:0;padding:0;list-style:none;position:relative}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedList li{padding-left:1.2rem;position:relative}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedList li .ObjectiveHistoryList-module-scss-module__cKk9Da__listContainer{font-size:medium;line-height:1.5}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedList li:before{content:"•";color:var(--color-text-muted);font-size:1.5rem;line-height:1.6rem;position:absolute;top:0;left:0}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedList li:after{content:"";background-color:var(--color-border-default);width:1px;height:140%;position:absolute;top:.9rem;left:5px}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedList li:last-child:after{display:none}.ObjectiveHistoryList-module-scss-module__cKk9Da__commentDate{color:gray}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedComments{margin:0;padding:0;list-style:none;position:relative}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedComments li{padding-left:1.2rem;position:relative}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedComments li .ObjectiveHistoryList-module-scss-module__cKk9Da__listContainer{font-size:medium;line-height:1.5}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedComments li:before{content:"•";color:var(--color-button);font-size:1.5rem;line-height:1.6rem;position:absolute;top:.6rem;left:0}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedComments li:after{content:"";background-color:var(--color-border-default);width:1px;position:absolute;top:1.1rem;bottom:-.75rem;left:5px}ul.ObjectiveHistoryList-module-scss-module__cKk9Da__connectedComments li:last-child:after{display:none}
.ObjectiveSearchFilters-module-scss-module__jF5vGa__filterSection{flex-flow:row;justify-content:space-between;align-items:stretch;gap:1rem;display:flex}.ObjectiveSearchFilters-module-scss-module__jF5vGa__filterSection>div{width:16.6667%}.ObjectiveSearchFilters-module-scss-module__jF5vGa__filterSection>div.ObjectiveSearchFilters-module-scss-module__jF5vGa__searchSelect{width:30%}.ObjectiveSearchFilters-module-scss-module__jF5vGa__filterSection>div.ObjectiveSearchFilters-module-scss-module__jF5vGa__stateSelect{width:35%}.ObjectiveSearchFilters-module-scss-module__jF5vGa__filterSection>div.ObjectiveSearchFilters-module-scss-module__jF5vGa__projectSelect{width:25%}
:root{--color-general-title:#1f2633;--color-general-text:#5f6d7f;--color-general-background:#f5f2f0;--color-general-border:#e2e8f0;--color-general-primary:#ff3c3c;--color-general-disabled:#d9d9d9;--color-button:#da2c6a;--color-button-delete:#fb033f;--color-highlighted:#360088;--color-status-analisis:#208cef;--color-status-activo:#2ebe27;--color-status-cancelado:#fb033f;--color-status-inactivo:#5f6d7f;--color-status-finalizado:#b8cbdd;--color-status-backlog:#5f6d7f;--color-status-en-revision:#208cef;--color-area-diseño:#6b5ff8;--color-area-gestion:#9ad183;--color-area-desarrollo:#06daf6;--color-area-investigacion:#ff6363;--color-objective-close-to-deadline:#da2c6a;--color-objective-expired:#fb2a2a;--color-objective-finished:#aaa;--color-text-dark:#222;--color-text-muted:#666;--color-text-light:#888;--color-text-placeholder:#a0aec0;--color-background:#fff;--color-surface-light:#f5f5f5;--color-surface-hover:#e0e0e0;--color-surface-alt:#f8f9fa;--color-tooltip-bg:#625f5f;--color-border-light:#ccc;--color-border-default:#ddd;--color-border-medium:#e5e5e5;--color-priority-0:#fbc403;--color-priority-1:#ffa800;--color-priority-2:#ff8b04;--color-priority-3:#fb6b03;--color-priority-4:#ff472f;--color-priority-5:#fb033f;--color-stage-scope:#6a1b9a;--color-stage-scope-bg:#f3e5f5;--color-stage-support:#630;--color-stage-support-bg:#ffe5cc;--color-stage-date:#003066;--color-stage-date-bg:#cce4ff;--color-stage-active:#004d20;--color-stage-active-bg:#ccffe1;--color-stage-finished:#d32f2f;--color-stage-finished-bg:#fabec8;--color-stage-hours:#df6c08;--color-stage-hours-bg:#fadcc2;--color-stage-month:#da2c6a;--color-stage-month-bg:#fcdbe7;--color-badge-active:#2e7d32;--color-badge-active-bg:#e8f5e8;--color-badge-finished:#757575;--color-badge-finished-bg:#f5f5f5;--color-link:#00f;--color-link-primary:#ed2c6c;--color-link-primary-hover:#a31342;--box-shadow:0 2px 6px -2px #00000029,0 2px 6px 0 #0000001f;--box-shadow-hover:0 4px 12px -2px #0003,0 4px 12px 0 #00000029;--radius-items:.5rem;--radius-cards:1rem;--radius-buttons:.5rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--font-size-xs:.625rem;--font-size-sm:.75rem;--font-size-base:.875rem;--font-size-md:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--z-index-dropdown:100;--z-index-modal:200;--z-index-tooltip:300;--z-index-navbar:400;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75}.SummaryCards-module-scss-module__5zwSEG__cards{gap:var(--spacing-md);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:767px){.SummaryCards-module-scss-module__5zwSEG__cards{grid-template-columns:repeat(2,1fr)}}.SummaryCards-module-scss-module__5zwSEG__card{text-align:center;background:var(--color-background);border:1px solid var(--color-general-border);border-radius:var(--radius-items);padding:var(--spacing-md)var(--spacing-sm);transition:box-shadow var(--transition-base);flex-direction:column;align-items:center;display:flex}.SummaryCards-module-scss-module__5zwSEG__card:hover{box-shadow:var(--box-shadow)}.SummaryCards-module-scss-module__5zwSEG__value{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--color-button);line-height:1.2}.SummaryCards-module-scss-module__5zwSEG__label{font-size:var(--font-size-sm);color:var(--color-general-text);margin-top:var(--spacing-xs);text-transform:uppercase;letter-spacing:.03em}
:root{--color-general-title:#1f2633;--color-general-text:#5f6d7f;--color-general-background:#f5f2f0;--color-general-border:#e2e8f0;--color-general-primary:#ff3c3c;--color-general-disabled:#d9d9d9;--color-button:#da2c6a;--color-button-delete:#fb033f;--color-highlighted:#360088;--color-status-analisis:#208cef;--color-status-activo:#2ebe27;--color-status-cancelado:#fb033f;--color-status-inactivo:#5f6d7f;--color-status-finalizado:#b8cbdd;--color-status-backlog:#5f6d7f;--color-status-en-revision:#208cef;--color-area-diseño:#6b5ff8;--color-area-gestion:#9ad183;--color-area-desarrollo:#06daf6;--color-area-investigacion:#ff6363;--color-objective-close-to-deadline:#da2c6a;--color-objective-expired:#fb2a2a;--color-objective-finished:#aaa;--color-text-dark:#222;--color-text-muted:#666;--color-text-light:#888;--color-text-placeholder:#a0aec0;--color-background:#fff;--color-surface-light:#f5f5f5;--color-surface-hover:#e0e0e0;--color-surface-alt:#f8f9fa;--color-tooltip-bg:#625f5f;--color-border-light:#ccc;--color-border-default:#ddd;--color-border-medium:#e5e5e5;--color-priority-0:#fbc403;--color-priority-1:#ffa800;--color-priority-2:#ff8b04;--color-priority-3:#fb6b03;--color-priority-4:#ff472f;--color-priority-5:#fb033f;--color-stage-scope:#6a1b9a;--color-stage-scope-bg:#f3e5f5;--color-stage-support:#630;--color-stage-support-bg:#ffe5cc;--color-stage-date:#003066;--color-stage-date-bg:#cce4ff;--color-stage-active:#004d20;--color-stage-active-bg:#ccffe1;--color-stage-finished:#d32f2f;--color-stage-finished-bg:#fabec8;--color-stage-hours:#df6c08;--color-stage-hours-bg:#fadcc2;--color-stage-month:#da2c6a;--color-stage-month-bg:#fcdbe7;--color-badge-active:#2e7d32;--color-badge-active-bg:#e8f5e8;--color-badge-finished:#757575;--color-badge-finished-bg:#f5f5f5;--color-link:#00f;--color-link-primary:#ed2c6c;--color-link-primary-hover:#a31342;--box-shadow:0 2px 6px -2px #00000029,0 2px 6px 0 #0000001f;--box-shadow-hover:0 4px 12px -2px #0003,0 4px 12px 0 #00000029;--radius-items:.5rem;--radius-cards:1rem;--radius-buttons:.5rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--font-size-xs:.625rem;--font-size-sm:.75rem;--font-size-base:.875rem;--font-size-md:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--z-index-dropdown:100;--z-index-modal:200;--z-index-tooltip:300;--z-index-navbar:400;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75}.ReportPage-module-scss-module__CyRtsG__container{gap:var(--spacing-lg);flex-direction:column;display:flex}.ReportPage-module-scss-module__CyRtsG__controls{justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:wrap;display:flex}@media (max-width:767px){.ReportPage-module-scss-module__CyRtsG__controls{flex-direction:column;align-items:stretch;display:flex}}.ReportPage-module-scss-module__CyRtsG__loading{padding:var(--spacing-2xl);justify-content:center;align-items:center;display:flex}
