.c-dashboard__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}body,html{overflow-y:auto}.ds-ui-app{overflow:visible}.ds-ui-header{position:relative;top:0;z-index:80}.ds-ui-header__top{position:relative;z-index:90;grid-template-columns:minmax(210px,1fr) auto minmax(156px,280px);gap:12px}.ds-ui-header__page{position:relative;z-index:81}.ds-ui-header__search .ds-search__icon{color:var(--semantics-searchinput-green-text-lv2)}.ds-ui-header__search .ds-search__input::-webkit-search-cancel-button{filter:brightness(0) invert(1);opacity:1}body.has-context-header-stuck .ds-ui-header__page{position:fixed;top:0;right:0;left:0}body.has-context-header-stuck .ds-ui-main{padding-top:calc(22px + var(--c-context-header-height, 78px))}.c-role-menu{position:relative;z-index:91;min-width:0}.c-role-menu__button{width:100%;min-width:0;max-width:280px;color:var(--color-themes-greyscale-white);white-space:normal}.ds-ui-notification{justify-self:end}.ds-ui-user{min-width:0;justify-items:start;text-align:left}.c-role-menu__button .ds-ui-user__chevron,.c-role-menu__button span{color:inherit}.c-role-menu__button small,.c-role-menu__button span{min-width:0;max-width:100%;overflow-wrap:anywhere;white-space:normal}.c-role-menu__button:focus-visible,.c-role-menu__button:hover,.c-role-menu__button[aria-expanded=true]{color:var(--color-themes-accent-accent-400)}.c-role-menu__button:focus-visible small,.c-role-menu__button:hover small,.c-role-menu__button[aria-expanded=true] small{color:var(--color-themes-accent-accent-400)}.c-role-menu__button[aria-expanded=true] .ds-ui-user__chevron{transform:rotate(180deg)}.c-role-menu__list{position:absolute;top:calc(100% + 8px);right:0;z-index:92;display:grid;width:220px;padding:8px 0;border:1px solid var(--semantics-surfaces-outlines-lv1);border-radius:8px;background:var(--color-themes-greyscale-white);box-shadow:0 8px 20px rgba(17,22,24,.16)}.c-role-menu__list[hidden]{display:none}.c-role-menu__option{display:flex;min-height:42px;align-items:center;padding:0 18px;border:0;background:transparent;color:var(--semantics-content-text-lv1);font:inherit;text-align:left;cursor:pointer}.c-role-menu__option.is-active,.c-role-menu__option:hover{background:var(--semantics-surfaces-card-lv05)}.c-lower-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:22px}.c-team-workload{margin-top:22px;padding:18px}.c-team-workload[hidden]{display:none!important}.c-team-workload__assign{min-height:34px;border-width:2px;color:var(--color-themes-colormain-colortheme-700);font-weight:var(--typography-font-weight-bold)}.c-team-workload__list{display:grid;gap:18px;margin-top:22px}.c-team-workload__row{display:grid;gap:8px;transition:transform .32s var(--transition-easing-standard);will-change:transform}.c-team-workload__row.is-empty{opacity:.72}.c-team-workload__meta{display:grid;grid-template-columns:auto auto 1fr;gap:4px;align-items:baseline;color:var(--semantics-content-text-lv2);font-size:14px}.c-team-workload__meta strong{color:var(--semantics-content-text-lv1)}.c-team-workload__meta em{justify-self:end;color:var(--semantics-content-text-lv2);font-style:normal}.c-team-workload__track{display:flex;height:8px;overflow:hidden;border-radius:999px;background:var(--semantics-surfaces-card-lv05)}.c-team-workload__segment{display:block;width:0;height:100%;min-width:0;cursor:pointer;transition:width .32s var(--transition-easing-standard)}.c-team-workload__segment.is-active{filter:brightness(.94)}.c-team-workload__segment.is-first-visible,.c-team-workload__segment:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.c-team-workload__segment.is-last-visible,.c-team-workload__segment:last-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.c-team-workload__segment--bassa{background:#6AC757}.c-team-workload__segment--media{background:#FBE34C}.c-team-workload__segment--alta{background:#FF5871}.c-assignment-status{min-height:20px;margin:16px 0 0;color:var(--semantics-content-text-lv2);font-size:var(--typography-font-size-sm);font-weight:var(--typography-font-weight-medium)}.c-assignment-status:empty{display:none}.c-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:rgba(234,243,246,.34);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.c-modal[hidden]{display:none!important}.has-modal-open{overflow:hidden}.c-modal__panel{width:min(720px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;padding:22px;border:1px solid var(--semantics-surfaces-outlines-lv1);border-radius:8px;background:var(--color-themes-greyscale-white);box-shadow:0 18px 56px rgba(17,22,24,.24)}.c-modal__head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:22px}.c-assignment-error,.c-assignment-summary,.c-modal__head h2,.c-modal__head p{margin:0}.c-modal__head p{color:var(--semantics-content-text-lv2);font-size:var(--typography-font-size-sm);font-weight:var(--typography-font-weight-medium)}.c-modal__head h2{color:var(--semantics-content-text-lv1);font-size:24px;line-height:1.2}.c-assignment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.c-field{display:grid;gap:6px;color:var(--semantics-content-text-lv2);font-size:var(--typography-font-size-sm);font-weight:var(--typography-font-weight-medium)}.c-field .ds-input,.c-field .ds-select{width:100%}.c-assignment-summary{padding:12px 14px;border:1px solid var(--semantics-surfaces-outlines-lv1);border-radius:8px;background:var(--semantics-surfaces-card-lv05);color:var(--semantics-content-text-lv2)}.c-assignment-error,.c-assignment-summary{grid-column:1/-1;font-size:var(--typography-font-size-sm)}.c-assignment-error{min-height:20px;color:var(--semantics-content-error);font-weight:var(--typography-font-weight-medium)}.c-modal__actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:12px}.c-scope-dialog{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:32px;background:var(--semantics-surfaces-background,#f6f8f7)}.c-scope-dialog__panel{display:grid;gap:20px;width:min(720px,100%);padding:32px;border:1px solid var(--semantics-surfaces-border,#d8dedb);border-radius:8px;background:var(--semantics-surfaces-card-lv01,#fff);box-shadow:0 20px 60px rgba(0,0,0,.18)}.c-scope-dialog__header{display:grid;gap:4px}.c-scope-dialog__eyebrow{margin:0;color:var(--color-themes-greyscale-grey-mid-650);font-size:13px;font-weight:700;text-transform:uppercase}.c-scope-dialog__header h1{margin:0;font-size:28px;line-height:1.2}.c-scope-dialog__header h1,.c-scope-field{color:var(--color-themes-greyscale-grey-dark-900,#1f2a2a)}.c-scope-field{display:grid;gap:8px;font-size:14px;font-weight:700}.c-scope-field .ds-select{width:100%;min-height:44px}.c-scope-dialog__actions{display:flex;justify-content:flex-end;padding-top:8px}.c-card-frame{min-width:0;border:1px solid var(--semantics-surfaces-outlines-lv1);border-radius:20px;box-shadow:0 1px 0 rgba(17,22,24,.04)}.c-dashboard-card{border:0;padding:18px}.c-team-workload{border:0}.c-card--review{display:flex;flex-direction:column}.c-widget-icon-btn{border:0;background:transparent;color:var(--color-themes-colormain-colortheme-700)}.c-widget-icon-btn .ds-icon{width:18px;height:18px;stroke-width:2.2}.c-icon-double-check{width:22px}.c-widget-select{min-height:34px;padding:0 34px 0 12px;border:0;border-radius:8px;background-color:var(--semantics-surfaces-card-lv05);background-position:right 10px center;color:var(--semantics-content-text-lv2);font-size:13px;font-weight:var(--typography-font-weight-medium)}.c-widget-select:hover{background-color:var(--semantics-surfaces-card-lv1)}.c-sort{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:5px;padding:0;border:0;border-radius:2px;background:transparent;color:var(--semantics-content-text-lv3);cursor:pointer;vertical-align:middle}.c-donut-btn{position:relative;display:grid;place-items:center;width:100%;max-width:360px;aspect-ratio:1;margin:10px auto 12px;border:0;background:transparent;cursor:pointer}.c-donut{width:min(100%,270px);height:min(100%,270px);overflow:visible;transform:rotate(-90deg)}.c-donut__base,.c-donut__slice{fill:none;stroke-width:19}.c-donut__base{stroke:transparent;pointer-events:none}.c-donut__slice{stroke-linecap:butt;pointer-events:stroke;transition:stroke-dasharray .32s var(--transition-easing-standard),stroke-dashoffset .32s var(--transition-easing-standard),stroke-width var(--transition-duration-fast) var(--transition-easing-standard),opacity var(--transition-duration-fast) var(--transition-easing-standard);transition-delay:80ms}.c-donut__slice.is-highlighted,.c-donut__slice:hover{stroke-width:19;opacity:1}.c-donut__slice.is-muted{stroke-width:10;opacity:.5}.c-donut-tooltip{position:fixed;top:0;left:0;z-index:1000;display:inline-grid;grid-template-columns:auto minmax(0,auto) auto;gap:12px;align-items:center;min-height:34px;max-width:min(260px,calc(100vw - 24px));padding:0 12px;border:1px solid var(--semantics-surfaces-outlines-lv2);border-radius:4px;background:var(--color-themes-greyscale-white);color:var(--semantics-content-text-lv2);font-size:14px;line-height:1;pointer-events:none;opacity:0;transform:translate3d(-999px,-999px,0);will-change:transform,opacity;transition:opacity var(--transition-duration-fast) var(--transition-easing-standard)}.c-donut-tooltip.is-visible{opacity:1}.c-donut-tooltip__swatch{width:14px;height:14px;border-radius:50%;background:currentColor}.c-donut-tooltip__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-donut-tooltip__count{color:var(--semantics-content-text-lv1);font-weight:var(--typography-font-weight-bold)}.c-donut--work .c-donut__slice:nth-of-type(2){stroke-dasharray:190.1 647;stroke-dashoffset:0}.c-donut--work .c-donut__slice:nth-of-type(3){stroke-dasharray:93.05 647;stroke-dashoffset:-194.1}.c-donut--work .c-donut__slice:nth-of-type(4){stroke-dasharray:93.05 647;stroke-dashoffset:-291.15}.c-donut--work .c-donut__slice:nth-of-type(5){stroke-dasharray:28.35 647;stroke-dashoffset:-388.2}.c-donut--work .c-donut__slice:nth-of-type(6){stroke-dasharray:125.4 647;stroke-dashoffset:-420.55}.c-donut--work .c-donut__slice:nth-of-type(7){stroke-dasharray:28.35 647;stroke-dashoffset:-549.95}.c-donut--work .c-donut__slice:nth-of-type(8){stroke-dasharray:60.7 647;stroke-dashoffset:-582.3}.c-donut__slice:nth-of-type(2){stroke-dasharray:195.08 647;stroke-dashoffset:0}.c-donut__slice:nth-of-type(3){stroke-dasharray:145.31 647;stroke-dashoffset:-199.08}.c-donut__slice:nth-of-type(4){stroke-dasharray:145.31 647;stroke-dashoffset:-348.39}.c-donut__slice:nth-of-type(5){stroke-dasharray:145.31 647;stroke-dashoffset:-497.7}.c-donut__slice:nth-of-type(6){stroke-dasharray:0 647;stroke-dashoffset:0}.c-donut--done .c-donut__slice:nth-of-type(2){stroke-dasharray:461.84 647;stroke-dashoffset:0}.c-donut--done .c-donut__slice:nth-of-type(3){stroke-dasharray:99.52 647;stroke-dashoffset:-465.84}.c-donut--done .c-donut__slice:nth-of-type(4){stroke-dasharray:73.64 647;stroke-dashoffset:-569.36}.c-donut--split .c-donut__slice:nth-of-type(2){stroke-dasharray:384.2 647;stroke-dashoffset:0}.c-donut--split .c-donut__slice:nth-of-type(3){stroke-dasharray:254.8 647;stroke-dashoffset:-388.2}.c-donut__label{position:absolute;display:flex;flex-direction:column;align-items:center;color:var(--semantics-content-text-lv2);line-height:1.1;text-align:center}.c-donut__label strong{color:var(--semantics-content-text-lv1);font-size:48px}.c-donut__label span{font-size:18px}.c-donut__label em{margin-top:7px;color:var(--semantics-tags-red-text);font-style:normal;font-weight:var(--typography-font-weight-bold)}.c-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.c-metric-grid--work{grid-template-columns:repeat(6,minmax(0,1fr))}.c-metric-grid--work .c-metric:nth-child(-n+3){grid-column:span 2}.c-metric-grid--work .c-metric:nth-child(n+4){grid-column:span 3}.c-metric-grid--done,.c-metric-grid--review,.c-metric-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.c-metric-grid--done .c-metric:last-child,.c-metric-grid--review .c-metric:first-child{grid-column:1/-1}.c-card--review .c-metric-grid--review{margin-top:0}.c-metric{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:center;min-height:66px;padding:8px 10px;border:1px solid var(--semantics-surfaces-outlines-lv2);border-radius:20px;background:var(--color-themes-greyscale-white);color:var(--semantics-content-text-lv1);text-align:left;cursor:pointer}.c-metric.is-active,.c-metric.is-highlighted,.c-metric:hover{border-color:currentColor;background:color-mix(in srgb,currentColor 5%,transparent)}.c-metric__count{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid;border-radius:50%;background:color-mix(in srgb,currentColor 10%,var(--color-themes-greyscale-white));font-size:16px;font-weight:var(--typography-font-weight-bold)}.c-metric__text{display:flex;flex-direction:column;min-width:0;line-height:1.15}.c-metric__text strong{color:var(--semantics-content-text-lv1);font-size:16px;font-weight:var(--typography-font-weight-bold)}.c-metric__text small{margin-top:2px;color:var(--semantics-content-text-lv2);font-size:14px}.c-card--notifications{display:flex;flex-direction:column;grid-column:1/-1}.c-notice-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:18px 0 10px}.c-notice{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;min-height:58px;padding:8px 10px;border-left:0;background:var(--color-themes-greyscale-white);font-size:13px;overflow:hidden}.c-notice.is-unread{padding:9px 12px;background:var(--semantics-surfaces-card-lv05);cursor:pointer}.c-notice.is-unread:focus-visible{outline:2px solid var(--color-themes-colormain-colortheme-500);outline-offset:2px}.c-notice__body{display:flex;flex-direction:column;gap:2px;min-width:0}.c-notice__tag{display:inline-flex;align-items:center;gap:6px;max-width:100%;width:fit-content;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:var(--typography-font-weight-bold);line-height:1}.c-notice__tag i{width:7px;height:7px;border-radius:50%;background:currentColor}.c-notice strong{font-size:13px}.c-notice small,.c-notice strong{overflow:hidden;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.c-notice small,.c-notice time{color:var(--semantics-content-text-lv2);font-size:11px}.c-notice time{white-space:nowrap}.c-notice--red .c-notice__tag{color:#d32f2f;background:color-mix(in srgb,#ffebee 70%,transparent)}.c-notice--blue .c-notice__tag{color:#0288d1;background:color-mix(in srgb,#e1f5fe 70%,transparent)}.c-notice--purple .c-notice__tag{color:#9c27b0;background:color-mix(in srgb,#e7d5f0 65%,transparent)}.c-notice--green .c-notice__tag{color:#2e7d32;background:color-mix(in srgb,var(--semantics-tags-green-field) 75%,transparent)}.c-notice--cyan .c-notice__tag{color:#0288d1;background:color-mix(in srgb,#d8f3f7 75%,transparent)}.c-notice--orange .c-notice__tag{color:#ed6c02;background:color-mix(in srgb,var(--semantics-tags-orange-field) 62%,transparent)}.c-notice--slate .c-notice__tag{color:#546e7a;background:var(--semantics-tags-grey-field)}.c-full-btn{width:100%;min-height:32px;margin-top:auto;border-width:2px;border-radius:8px;background:var(--color-themes-greyscale-white);color:var(--color-themes-colormain-colortheme-700)}.c-line-chart{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:300px;margin:10px 0 12px;padding:0;border:0;background:transparent;cursor:pointer}.c-card--review .c-line-chart{width:calc(100% + 36px);margin:auto -18px;cursor:default}.c-line-chart svg{width:100%;height:300px;min-height:300px;max-height:300px;display:block;overflow:visible}.c-line-chart__area{fill:url(#reviewFillGradient)}.c-line-chart__line{fill:none;stroke:url(#reviewStrokeGradient);stroke-width:3px;vector-effect:non-scaling-stroke}.c-line-chart__range{fill:#FFD7B8;opacity:0;transition:opacity var(--transition-duration-fast) var(--transition-easing-standard)}.c-line-chart__range--entro60{fill:#FFF19C}.c-line-chart.is-range-entro30 .c-line-chart__range--entro30,.c-line-chart.is-range-entro60 .c-line-chart__range--entro60{opacity:.28}.c-line-node__guide{stroke:var(--semantics-surfaces-outlines-lv2);stroke-width:1px}.c-line-node__dot,.c-line-node__guide{vector-effect:non-scaling-stroke;opacity:0}.c-line-node__dot{fill:var(--color-themes-greyscale-white);stroke:#F15A00;stroke-width:2px}.c-line-node--scadute .c-line-node__dot{stroke:#E22424}.c-line-node--entro60 .c-line-node__dot{stroke:#FF9F00}.c-line-chart.is-range-entro30 .c-line-node--entro30 .c-line-node__dot,.c-line-chart.is-range-entro30 .c-line-node--scadute .c-line-node__dot,.c-line-chart.is-range-entro60 .c-line-node--entro60 .c-line-node__dot,.c-line-node.is-active .c-line-node__dot{opacity:1}.c-line-chart.is-range-entro30 .c-line-node--entro30 .c-line-node__dot,.c-line-chart.is-range-entro30 .c-line-node--scadute .c-line-node__dot{stroke:#F15A00}.c-line-chart.is-range-entro60 .c-line-node--entro60 .c-line-node__dot{stroke:#D2A700}.c-line-tooltip{position:absolute;top:0;left:0;z-index:5;display:inline-grid;grid-template-columns:minmax(0,auto) auto;gap:24px;align-items:center;min-height:34px;min-width:240px;padding:0 14px;border:1px solid var(--semantics-surfaces-outlines-lv2);border-radius:4px;background:var(--color-themes-greyscale-white);color:var(--semantics-content-text-lv2);font-size:14px;line-height:1;pointer-events:none;opacity:0;transform:translate3d(-999px,-999px,0);box-shadow:0 2px 6px rgba(17,22,24,.08);transition:opacity var(--transition-duration-fast) var(--transition-easing-standard)}.c-line-tooltip.is-visible{opacity:1}.c-line-tooltip__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-line-tooltip__count{color:var(--semantics-content-text-lv1);font-weight:var(--typography-font-weight-bold)}.c-line-chart__ticks text{fill:var(--semantics-content-text-lv2);font-size:10px;text-anchor:middle;vector-effect:non-scaling-stroke}.c-line-chart__ticks text:first-child{text-anchor:start}.c-line-chart__ticks text:last-child{text-anchor:end}.c-card--review .c-metric.is-active,.c-card--review .c-metric.is-highlighted,.c-card--review .c-metric:hover{background:color-mix(in srgb,currentColor 5%,transparent)}.c-card--review .c-metric{cursor:default}.c-card--review .c-metric__count{background:var(--c-review-bg)}.c-todo{display:flex;flex-direction:column;gap:18px}.c-filter-row{display:flex;align-items:center;gap:10px;overflow-x:auto;padding-bottom:2px}.c-state-filter{position:relative;--c-state-filter-page-pad:24px;width:100vw;margin-inline:calc(50% - 50vw)}.c-filter-row--state{width:100%;padding-left:var(--c-state-filter-page-pad);padding-right:64px;scroll-behavior:smooth;scrollbar-width:none}.c-filter-row--state::-webkit-scrollbar{display:none}.c-state-filter__control{position:absolute;top:0;bottom:2px;z-index:3;display:none;width:72px;align-items:center;border:0;color:var(--color-themes-colormain-colortheme-700);pointer-events:none}.c-state-filter__control:before{position:absolute;inset:0;content:"";pointer-events:none}.c-state-filter__control .ds-btn{position:relative;z-index:1;background:var(--color-themes-greyscale-white);color:currentColor;pointer-events:auto}.c-state-filter__control .ds-btn:focus-visible,.c-state-filter__control .ds-btn:hover{color:currentColor}.c-state-filter__control--prev{left:0;justify-content:flex-start;padding-left:var(--c-state-filter-page-pad)}.c-state-filter__control--prev:before{background:linear-gradient(90deg,rgba(234,243,246,.96),rgba(234,243,246,.64) 48%,rgba(234,243,246,0))}.c-state-filter__control--next{right:0;justify-content:flex-end;padding-right:var(--c-state-filter-page-pad)}.c-state-filter__control--next:before{background:linear-gradient(270deg,rgba(234,243,246,.96),rgba(234,243,246,.64) 48%,rgba(234,243,246,0))}.c-state-filter.can-scroll-left .c-state-filter__control--prev,.c-state-filter.can-scroll-right .c-state-filter__control--next{display:flex}.c-filter-row .c-metric{flex:0 0 auto;width:max-content;min-width:118px;height:66px;min-height:66px;padding-right:20px}.c-filter-row .c-metric__text small,.c-filter-row .c-metric__text strong{white-space:nowrap}.c-filter-row--chips{flex-wrap:wrap;overflow:visible;color:var(--semantics-content-text-lv2);font-size:var(--typography-font-size-sm)}.c-filter-row__divider{width:1px;height:24px;background:var(--semantics-surfaces-outlines-lv2)}.c-chip{min-height:32px;padding:0 12px;border:0;border-radius:8px;background:var(--color-themes-greyscale-white);color:var(--semantics-content-text-lv2);cursor:pointer;box-shadow:none}.c-chip.is-active{background:var(--color-themes-colormain-colortheme-700);color:var(--color-themes-greyscale-white)}.c-chip--close{width:32px;padding:0;color:var(--semantics-content-text-lv3)}.c-chip--close.is-placeholder{visibility:hidden;pointer-events:none}.c-list-summary{display:flex;justify-content:space-between;gap:12px;align-items:center}.c-list-summary p{margin:0;color:var(--semantics-content-text-lv2);font-weight:var(--typography-font-weight-medium)}.c-empty-alert.is-hidden,.c-empty-alert[hidden],.c-list-summary.is-hidden,.c-list-summary[hidden],.c-table-card.is-hidden,.c-table-card[hidden]{display:none!important}.c-empty-alert{align-items:center}.c-table-card{overflow:hidden}.c-table-scroll{overflow-x:auto}.c-table{table-layout:fixed;min-width:2954px}.c-table .ds-th{height:56px;background:var(--semantics-surfaces-card-lv05);color:var(--semantics-content-text-lv2);font-size:12px}.c-table .ds-td,.c-table .ds-th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-table .ds-td{height:58px;background:var(--color-themes-greyscale-white)}.c-table .ds-td:first-child,.c-table .ds-th:first-child{width:130px}.c-table .ds-td:nth-child(2),.c-table .ds-th:nth-child(2){width:260px}.c-table .ds-td:nth-child(3),.c-table .ds-th:nth-child(3){width:130px}.c-table .ds-td:nth-child(4),.c-table .ds-th:nth-child(4){width:190px}.c-table .ds-td:nth-child(5),.c-table .ds-th:nth-child(5){width:140px}.c-table .ds-td:nth-child(6),.c-table .ds-td:nth-child(7),.c-table .ds-th:nth-child(6),.c-table .ds-th:nth-child(7){width:210px}.c-table .ds-td:nth-child(8),.c-table .ds-th:nth-child(8){width:220px}.c-table .ds-td:nth-child(9),.c-table .ds-th:nth-child(9){width:180px}.c-table .ds-td:nth-child(10),.c-table .ds-th:nth-child(10){width:210px}.c-table .ds-td:nth-child(11),.c-table .ds-th:nth-child(11){width:180px}.c-table .ds-td:nth-child(12),.c-table .ds-th:nth-child(12){width:80px}.c-table .ds-td:nth-child(13),.c-table .ds-td:nth-child(14),.c-table .ds-th:nth-child(13),.c-table .ds-th:nth-child(14){width:120px}.c-table .ds-td:nth-child(15),.c-table .ds-th:nth-child(15){width:170px}.c-table .ds-td:nth-child(16),.c-table .ds-th:nth-child(16){width:160px}.c-table .ds-td:nth-child(17),.c-table .ds-th:nth-child(17){width:180px}.c-table__action{position:sticky;right:0;z-index:2;width:64px;min-width:64px;background:var(--color-themes-greyscale-white);text-align:center;overflow:visible}.c-table .ds-td.c-table__action,.c-table .ds-th.c-table__action{overflow:visible;padding:12px}.c-table .ds-th.c-table__action{z-index:3;background:var(--semantics-surfaces-card-lv05)}.c-table-scroll .c-table__action{box-shadow:-10px 0 22px -18px rgba(17,22,24,.34)}.c-table-scroll .c-table__action:before{position:absolute;top:-1px;bottom:-1px;left:-48px;z-index:1;width:48px;content:"";background:linear-gradient(90deg,rgba(17,22,24,0),rgba(17,22,24,.07) 58%,rgba(17,22,24,.15));pointer-events:none}.c-table-scroll .ds-th.c-table__action:before{background:linear-gradient(90deg,rgba(17,22,24,0),rgba(17,22,24,.06) 58%,rgba(17,22,24,.13))}.c-table-sticky-head{position:fixed;z-index:70;display:none;overflow:hidden;border:1px solid var(--semantics-surfaces-outlines-lv2);border-radius:20px 20px 0 0;background:var(--semantics-surfaces-card-lv05)}.c-table-sticky-mask{position:fixed;z-index:69;display:none;background:var(--color-themes-greyscale-grey-light-100);pointer-events:none}.c-table-sticky-head.is-visible,.c-table-sticky-mask.is-visible{display:block}.c-table-sticky-head__inner{width:2954px}.c-table-sticky-head .c-table{width:2954px;margin:0}.c-table-sticky-head .ds-th{background:var(--semantics-surfaces-card-lv05)}.c-table-scroll.has-action-overlap .c-table__action{box-shadow:-10px 0 22px -18px rgba(17,22,24,.34)}.c-table-scroll.has-action-overlap .c-table__action:before{position:absolute;top:-1px;bottom:-1px;left:-48px;z-index:1;width:48px;content:"";background:linear-gradient(90deg,rgba(17,22,24,0),rgba(17,22,24,.07) 58%,rgba(17,22,24,.15));pointer-events:none}.c-table-scroll.has-action-overlap .ds-th.c-table__action:before{background:linear-gradient(90deg,rgba(17,22,24,0),rgba(17,22,24,.06) 58%,rgba(17,22,24,.13))}.c-sort{flex:0 0 auto}.c-sort.is-active{color:var(--color-themes-colormain-colortheme-700)}.c-sort.is-active[data-direction=asc] .c-sort__icon path:last-child,.c-sort.is-active[data-direction=desc] .c-sort__icon path:first-child{opacity:.28}.c-sort:focus-visible,.c-sort:hover{background:transparent;color:var(--color-themes-colormain-colortheme-700)}.c-sort__icon{width:16px;height:16px;stroke-width:2.2}.c-status{display:inline-flex;min-height:24px;padding:0 9px;border:1px solid;border-radius:999px;background:color-mix(in srgb,currentColor 10%,transparent);font-weight:var(--typography-font-weight-bold)}.c-footer,.c-status{align-items:center;font-size:12px}.c-footer{position:fixed;left:0;right:0;bottom:0;z-index:2;display:grid;grid-template-columns:1fr auto auto auto;gap:48px;min-height:42px;padding:0 24px;background:var(--color-themes-greyscale-grey-light-200);color:var(--semantics-content-text-lv2);box-shadow:none}.c-stroke-purple,.c-tone-purple{color:#9c27b0;stroke:#9c27b0}.c-stroke-blue,.c-tone-blue{color:#01579b;stroke:#01579b}.c-stroke-cyan,.c-tone-cyan{color:#0288d1;stroke:#0288d1}.c-stroke-orange,.c-tone-orange{color:#ed6c02;stroke:#ed6c02}.c-stroke-orange-dark,.c-tone-orange-dark{color:#e65100;stroke:#e65100}.c-stroke-green,.c-tone-green{color:#4caf50;stroke:#4caf50}.c-stroke-outcome-green,.c-tone-outcome-green{color:#22613C;stroke:#22613C}.c-stroke-outcome-green-dark,.c-tone-outcome-green-dark{color:#2E7D32;stroke:#2E7D32}.c-stroke-red,.c-tone-red{color:#C62828;stroke:#C62828}.c-stroke-success,.c-tone-success{color:#2e7d32;stroke:#2e7d32}.c-stroke-warning,.c-tone-warning{color:#ed6c02;stroke:#ed6c02}.c-stroke-error,.c-tone-error{color:#d32f2f;stroke:#d32f2f}.c-stroke-info,.c-tone-info{color:#0288d1;stroke:#0288d1}.c-stroke-priority-peg,.c-tone-priority-peg{color:#6a1b9a;stroke:#6a1b9a}.c-stroke-priority-iniziative,.c-tone-priority-iniziative{color:#4527a0;stroke:#4527a0}.c-stroke-priority-art136,.c-tone-priority-art136{color:#1976d2;stroke:#1976d2}.c-stroke-priority-urgenze,.c-tone-priority-urgenze{color:#29b6f6;stroke:#29b6f6}.c-stroke-neutral,.c-tone-neutral{color:#546e7a;stroke:#546e7a}.c-tone-review-overdue{--c-review-bg:#FFC0C3;color:#810202;stroke:#810202}.c-tone-review-30{--c-review-bg:#FFD7B8;color:#A63200;stroke:#A63200}.c-tone-review-60{--c-review-bg:#FFF19C;color:#885100;stroke:#885100}.c-stroke-slate,.c-tone-slate{color:#6d7b80;stroke:#6d7b80}@media (min-width:1440px){.c-dashboard__grid{grid-template-columns:minmax(0,1.08fr) minmax(0,1.08fr) minmax(260px,.44fr)}.c-card--notifications{grid-column:auto;align-self:stretch}.c-notice-list{display:flex;flex-direction:column;flex:1 1 auto;gap:6px;overflow:hidden}.c-notice{min-height:54px;padding:8px 10px}}@media (max-width:1180px){.c-lower-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c-card--review{grid-column:1/-1}}@media (max-width:900px){.c-dashboard__grid,.c-lower-grid{grid-template-columns:1fr}}@media (max-width:780px){.c-state-filter{--c-state-filter-page-pad:14px}.ds-ui-header__page.is-detail{grid-template-columns:auto 1fr;row-gap:12px}.ds-ui-header__page.is-detail .ds-ui-header__search{grid-column:1/-1;grid-row:2;width:100%;justify-self:stretch}.ds-ui-header__page.is-detail .ds-ui-new-proposal{grid-column:1/-1;grid-row:3;justify-self:stretch;width:100%}.c-dashboard__grid,.c-lower-grid,.c-notice-list{grid-template-columns:1fr}.c-team-workload .ds-ui-card__head,.c-team-workload .ds-ui-card__tools{align-items:stretch}.c-team-workload .ds-ui-card__tools{display:grid;grid-template-columns:1fr;width:100%}.c-team-workload__meta{grid-template-columns:auto 1fr}.c-team-workload__meta em{grid-column:1/-1;justify-self:start}.c-modal{padding:12px}.c-modal__panel{max-height:calc(100vh - 24px);padding:18px}.c-assignment-form{grid-template-columns:1fr}.c-modal__actions{flex-direction:column-reverse}.c-metric-grid,.c-metric-grid--done,.c-metric-grid--review,.c-metric-grid--two,.c-metric-grid--work{grid-template-columns:1fr}.c-metric-grid--review .c-metric,.c-metric-grid--work .c-metric{grid-column:1/-1}.c-footer{position:static;grid-template-columns:1fr;gap:4px;padding:10px 16px}}@media (max-width:520px){.c-dashboard-card{padding:14px}}