/* Dash */

.ne-context-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
}

.ne-context-metric {
    display: flex;
    min-width: 0;
    min-height: 66px;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
    background: #303030;
}

.ne-context-metric span {
    overflow: hidden;
    color: #777;
    font-size: 9px;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.ne-context-metric strong {
    color: #eee;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.ne-goal-status-tabs {
    margin: 0;
}

.ne-goals-snapshot-controls {
    position: absolute;
    top: 50%;
    right: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    transform: translateY(-50%);
}

.ne-goals-snapshot-period-toggle {
    min-width: 104px;
}

.ne-goals-snapshot-period-toggle.is-active {
    color: #fff;
    background: #505050;
}

.ne-goals-snapshot-period-toggle.is-loading {
    opacity: .55;
    cursor: wait;
}

.ne-goals-snapshot-ai-result {
    margin: 0 0 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 2px;
    background: rgba(255, 255, 255, .035);
    font-size: 12px;
    line-height: 1.45;
}

.ne-goals-snapshot-ai-result h4 {
    margin: 12px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ne-goals-ai-generated {
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .42);
    font-size: 10px;
}

.ne-goals-ai-top-grid {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
}

.ne-goals-ai-portfolio-score {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    background: rgb(33 33 33);
}

.ne-goals-ai-main-problem {
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    background: rgba(255, 255, 255, .035);
}

.ne-goals-ai-main-problem > strong {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 22px;
    line-height: 1.35;
    font-weight: 400;
}

.ne-goals-ai-main-explanation {
    margin-top: 5px;
}

.ne-goals-ai-main-explanation summary {
    color: rgba(255, 255, 255, .52);
    font-size: 10px;
    cursor: pointer;
}

.ne-goals-ai-main-explanation p {
    margin: 5px 0 0;
    padding: 8px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    line-height: 1.4;
}

.ne-goals-ai-portfolio-score strong {
    font-size: 44px;
}

.ne-goals-ai-portfolio-score.is-low strong,
.ne-goals-ai-inline-rating strong.is-low {
    color: #ef4444;
}

.ne-goals-ai-portfolio-score.is-medium strong,
.ne-goals-ai-inline-rating strong.is-medium {
    color: #f2b829;
}

.ne-goals-ai-portfolio-score.is-good strong,
.ne-goals-ai-inline-rating strong.is-good {
    color: #69c58c;
}

.ne-goals-ai-portfolio-description {
    margin: 8px 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ne-goals-snapshot-ai-result p,
.ne-goals-snapshot-ai-result ol {
    margin: 0;
}

.ne-goals-ai-priorities {
    padding-left: 18px;
}

.ne-goals-ai-priorities li + li {
    margin-top: 6px;
}

.ne-goals-ai-priorities li span {
    display: block;
    color: rgba(255, 255, 255, .58);
}

.ne-goal-snapshot-component {
    border: 0;
	background: transparent;
}

.ne-goals-snapshot-widget {
	background: transparent;
}

.ne-goals-snapshot-widget .widget-header {
	position: relative;
	margin: 0;
	padding: 0;
	background: #383636;
}

.ne-goals-snapshot-widget .widget-content {
	gap: 2px;
	background: transparent;
}

.ne-goal-snapshot-status-group {
    margin: 0;
    padding: 8px 12px;
    border: 0;
    color: rgba(255, 255, 255, .48);
    background: #383636;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.goal-item.ne-goal-snapshot-row,
.ne-goal-snapshot-row-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 94px 54px 66px;
    gap: 8px;
    align-items: center;
    min-height: 52px;
    padding: 10px 12px;
}

.ne-goal-snapshot-row-header {
    min-height: 28px;
    padding: 6px 12px;
    color: rgba(255, 255, 255, .38);
    background: #303030;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.ne-goal-snapshot-health,
.ne-goal-snapshot-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ne-goal-snapshot-row .item-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 10px;
    line-height: 1.25;
}

.ne-goals-ai-insight-toggle {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 5px;
    padding: 4px 6px;
    color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .04);
    font: inherit;
    font-size: 9px;
    line-height: 1;
    cursor: pointer;
}

.ne-goals-ai-insight-toggle svg {
    width: 11px;
    height: 11px;
    fill: currentColor;
}

.ne-goals-ai-insight-toggle[aria-expanded="true"] {
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .1);
}

.ne-goals-ai-insight-panel {
    margin: 0 0 8px;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgb(0 0 0 / 19%);
    font-size: 11px;
    line-height: 1.45;
}

.ne-goals-ai-insight-panel p {
    margin: 3px 0;
}

.ne-goals-ai-inline-rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: 5px;
}

.ne-goals-ai-inline-rating strong {
    font-size: 13px;
    font-weight: 700;
}

.ne-goal-past-due-icon.request-error.badge {
    position: static !important;
    right: auto !important;
    left: auto !important;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0;
    border: 0 !important;
    padding: 0;
    box-shadow: none !important;
    background: url(../images/ui/ind-error-duedate.png) center / contain no-repeat;
    animation: none !important;
    vertical-align: -2px;
}

.goal-item .goal-details .item-title {
    overflow: hidden;
    color: #ccc;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne-goals-ai-disclosure {
    /* border: 1px solid rgba(255, 255, 255, .11); */
    border-radius: 6px;
    background: rgb(0 0 0 / 4%);
}

.ne-goals-ai-disclosure summary {
    padding: 8px 10px;
    color: rgba(255, 255, 255, .72);
    font-weight: 600;
    cursor: pointer;
}

.ne-goals-ai-disclosure[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ne-goals-ai-disclosure p,
.ne-goals-ai-disclosure ol {
    padding-left: 30px;
    padding-right: 10px;
    padding: 10px 20px 20px 30px;
}

.ne-goals-ai-disclosure ol {
    padding-bottom: 10px;
}

.ne-goals-ai-disclosure p:last-child {
    padding-bottom: 9px;
}

.ne-goals-ai-priority-box {
    margin-top: 8px;
}

.ne-goals-ai-priority-box summary {
    font-size: 15px;
}

.ne-goals-ai-priority-box .ne-goals-ai-priorities {
    font-size: 16px;
    line-height: 1.4;
}

.ne-goals-ai-priority-box .ne-goals-ai-priorities li span {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.45;
}

.ne-goals-snapshot-ai-result.is-error {
    border-color: rgba(220, 38, 38, .2);
    color: #b91c1c;
    background: rgba(220, 38, 38, .05);
}

#dash_wrap .data {
    position: fixed;
    z-index: 33;
    color: rgba(0, 0, 0, 0.54);
    font-size: 25px;
    font-weight: 300;
    width: 90px;
    overflow: hidden;
    height: 25px;
    top: 440px;
    left: 30px;
    text-align: center;
}

#dash_wrap .balance,
#dash_wrap .log {
    left: 190px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    width: 80px;
    height: 30px;
    text-align: left;
    top: unset;
    bottom: 50px;
}

#dash_wrap .log {
    left: 104px;
}

#dash_wrap .statuses {
    width: 100%;
    /* height: 70px; */
    top: 400px;
    text-align: left;
    margin: 0;
    padding: 0;
    left: 0px;
    overflow: hidden;
}

#dash_wrap .status {
    height: 50px;
    display: table-cell;
    width: 1%;
    text-align: center;
    margin: 0px 0px 0px 0;
    position: relative;
    line-height: 50px;
    font-size: 26px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    font-weight: 400;
}

#dash_wrap .status span {
    display: block;
    text-align: center;
    position: absolute;
    top: 10px;
    font-size: 7px;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 400;
    line-height: normal;
    left: 0;
    width: auto;
    padding: 6px 0px 0px;
    display: none;
}
#dash_wrap h1 {
    margin: 0;
}
#dash_wrap #attachments_wrap {
    width: 735px;
    height: 90vh;
    left: 20px;
    top: 60px;
}

#dash_wrap #attachments_wrap .task_attachment {
    width: 338px;
    height: 180px;
    box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.41);
    border: 1px solid #ccc;
}

#dash_wrap #attachments_wrap .task_attachment h4 {
    font-size: 16px;
    padding: 9px;
    width: calc;
}

@media screen and (min-width: 768px) {

    #dash_wrap {
        top: 0px;
        position: relative;
        width: 100%;
        height: 100%;
        /* background: #383636; */
        /* background: url(../images/covers/cover.jpg); */
        background-size: cover;
        background-position-x: right;
    }

    #dash_wrap.compact {
        background: url(../images/logo.png) #f4f4f4 no-repeat;
        background-size: 40px;
        background-position: 60px calc(100vh - 160px);
        /* overflow: hidden; */
        transition: 0.5s all easy-in-out;
    }

    #dash_wrap .header {
        background: rgb(255, 255, 255);
        width: 100%;
        height: 60px;
        top: 0px;
        position: absolute;
        background: url(../images/logo@2x.png) rgb(249, 249, 249) no-repeat;
        background-size: 28px;
        background-position: calc(100% - 40px) 15px;
    }

    #dash_wrap .data {
        color: rgb(0, 0, 0);
        font-size: 15px;
        font-weight: 400;
        top: -200px;
        left: 270px;
        background: none;
        position: absolute;
    }

    #dash_wrap.compact .data {
        top: -200px;
        -webkit-animation-name: dash_data_out;
        -webkit-animation-duration: 200ms;
        -webkit-transform-origin: 0% 0%;
        -webkit-animation-iteration-count: 1;
        /* The magic keyword for infinite*/
        -webkit-animation-timing-function: linear;
    }

    @keyframes dash_data_out {
        from {
            top: 0px;
            opacity: 1;
        }

        to {
            top: -200px;
            opacity: 0;
        }
    }

    @keyframes dash_data_in {
        from {
            top: -200px;
            opacity: 0;
        }

        to {
            top: 0px;
            opacity: 1;
        }
    }

    #dash_wrap .balance {
        left: 20px;
    }

    #dash_wrap .log {
        left: 100px;
    }

    #dash_wrap .statuses {
        left: 0px;
        /* height: 116px; */
        bottom: 0;
        text-align: right;
        margin: 0;
        padding: 0;
        width: 100%;
        display: table;
        top: unset;
        display: none;
    }

    /* Container */
.status-bar {
    background-color: #383636;
    border: 1px solid #2e2e36;
    padding: 2px;
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 2px;
    color: #9ca3af;
    font-family: var(--ne-app-font-family, "Mardoto", sans-serif);
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
}


    
/* Dash: Now Status bar */
.status-bar .metric {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
    min-height: 48px;
    padding: 7px 12px 6px;
    border: 1px solid #2e2e36;
    box-sizing: border-box;
    overflow: hidden;
}

/* Label (e.g. "Mode:") */
.status-bar .label {
    position: absolute;
    top: 7px;
    left: 12px;
    color: #8b8b95;
    font-weight: 500;
    font-size: 7px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

/* Value (e.g. "Execution") */
:where(.status-bar) .value {
    min-width: 0;
    color: #eeeeee;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne-cognitive-load {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.ne-cognitive-load__graph {
    --ne-cognitive-load-color: hsl(var(--ne-cognitive-load-hue, 120) 72% 48%);
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: var(--ne-cognitive-load-color);
}

.ne-cognitive-load__segment {
    width: 4px;
    height: 5px;
    border: 1px solid color-mix(in srgb, var(--ne-cognitive-load-color) 55%, transparent);
    border-radius: 1px;
    box-sizing: border-box;
}

.ne-cognitive-load__segment.is-filled {
    background: var(--ne-cognitive-load-color);
    border-color: var(--ne-cognitive-load-color);
}

.ne-cognitive-load__percentage {
    min-width: 34px;
    margin-left: 4px;
    color: currentColor;
    font-variant-numeric: tabular-nums;
}

.ne-cognitive-load > .ne-cognitive-load__graph .ne-cognitive-load__segment {
    width: 5px;
    height: 13px;
}

.ne-moon-phase__icon {
    display: inline-block;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    background: #111111;
    box-sizing: border-box;
    vertical-align: -3px;
    overflow: hidden;
}

.ne-moon-phase__icon--full {
    background: #eeeeee;
}

.ne-moon-phase__icon--new {
    background: #111111;
}

.ne-moon-phase__icon--first-quarter {
    background: linear-gradient(to right, #111111 50%, #eeeeee 50%);
}

.ne-moon-phase__icon--last-quarter {
    background: linear-gradient(to right, #eeeeee 50%, #111111 50%);
}

.ne-moon-phase__icon--waxing-crescent {
    background: radial-gradient(ellipse 65% 100% at 30% 50%, #111111 0 68%, transparent 70%), #eeeeee;
}

.ne-moon-phase__icon--waning-crescent {
    background: radial-gradient(ellipse 65% 100% at 70% 50%, #111111 0 68%, transparent 70%), #eeeeee;
}

.ne-moon-phase__icon--waxing-gibbous {
    background: radial-gradient(ellipse 38% 100% at 22% 50%, #111111 0 65%, transparent 68%), #eeeeee;
}

.ne-moon-phase__icon--waning-gibbous {
    background: radial-gradient(ellipse 38% 100% at 78% 50%, #111111 0 65%, transparent 68%), #eeeeee;
}

.ne-moon-phase__relative {
    margin-left: 2px;
    color: #8b8b95;
    font-size: 11px;
    font-weight: 500;
}

/* Color Modifier */
.text-yellow {
    color: #fbbf24;
}

/* Vertical Separator */
.status-bar .separator {
    display: none;
}

/* Icon Styling */
.icon-warning {
    width: 16px;
    height: 16px;
    fill: #fbbf24; /* Defaults to yellow */
    display: block;
}


/* --- Global Dashboard Layout --- */
body {
    /* Ensuring background matches image */
    background-color: #262626;
    color: #a1a1aa;
    font-family: var(--ne-app-font-family, "Mardoto", sans-serif);
    font-size: 14px;
}

html,
body.ne-dash,
body.ne-dash #main,
body.ne-dash #page,
body.ne-dash #ne_main {
    background-color: #262626;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr; /* Mobile first: 1 column */
    gap: 2px;
    padding: 2px;
    max-width: 100%;
    margin: 0 auto;
	background: transparent !important;
}

@media (min-width: 768px) {
    .dashboard-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dashboard-grid > .ne-dash-column-primary {
        order: 1;
    }

    .dashboard-grid > .ne-dash-column-system {
        order: 2;
    }

    .dashboard-grid > .ne-dash-column-planning {
        order: 3;
    }
}

.grid-column {
    display: flex;
    flex-direction: column;
    gap: 2px;
	background: transparent !important;
}

/* --- Widget Container --- */
.widget {
    background-color: #383636;
    /* border: 1px solid #2e2e36; */
    /* border-radius: 12px; */
    padding: 0px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

/* Secondary widgets should be visibly compact/lower priority */
.widget.widget-secondary.compact-widget {
    padding: 0;
    opacity: 0.88;
}

.widget.widget-secondary.compact-widget .widget-header {
    /* margin-bottom: 10px; */
}

.widget.widget-secondary.compact-widget .widget-title {
    font-size: 14px;
    font-weight: 500;
}

.widget.widget-secondary.compact-widget .simple-text,
.widget.widget-secondary.compact-widget .item-title,
.widget.widget-secondary.compact-widget .tracker-remaining,
.widget.widget-secondary.compact-widget .tracker-signal span {
    font-size: 16px;
}

.widget.widget-secondary.compact-widget .tracker-item {
    padding: 2px 0;
}

.ne-exploration-widget .tracker-item {
    width: 100%;
    border-radius: 2px;
    text-decoration: none;
}

.ne-exploration-widget a.tracker-item {
    cursor: pointer;
}

.ne-exploration-widget a.tracker-item:hover,
.ne-exploration-widget a.tracker-item:focus-visible {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
}

.ne-exploration-widget .tracker-item .item-title {
    padding-right: 12px;
}

.ne-exploration-widget .tracker-item.is-empty {
	border-style: dashed;
	background: transparent;
}

.ne-exploration-widget .tracker-item.is-empty .item-title {
    color: #858585;
	font-weight: 400;
}

.ne-exploration-widget .tracker-item > .ne-widget__item-main {
    flex: 1 1 auto;
    min-width: 0;
    text-decoration: none;
}

.ne-exploration-widget .progress-circle-placeholder {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: conic-gradient(var(--ne-exploration-progress-color, #777) 0 var(--ne-exploration-progress, 0%), rgba(255, 255, 255, 0.1) var(--ne-exploration-progress, 0%) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    cursor: pointer;
}

.ne-exploration-widget .progress-circle-placeholder::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: inherit;
    background: #393737;
}

.ne-exploration-widget .ne-exploration-start {
    flex: 0 0 auto;
    margin-left: auto;
}

.ne-exploration-widget .ne-exploration-start.loading::before,
.ne-exploration-widget .ne-exploration-promote.loading::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: ne-exploration-start-spin 0.65s linear infinite;
}

.ne-exploration-widget .ne-exploration-promote.loading {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	opacity: 0.75;
}

@keyframes ne-exploration-start-spin {
    to { transform: rotate(360deg); }
}

.ne-exploration-widget .ne-exploration-error {
    flex: 0 0 auto;
    max-width: 150px;
    color: #ef6a6a;
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
}

.ne-exploration-widget .ne-exploration-promote {
    flex: 0 0 auto;
    width: auto;
    height: 28px;
    margin-left: 6px;
    padding: 0 10px;
    border: 0;
    border-radius: 2px;
    background: #2e6b3c;
    color: #8ff0ad;
    font-size: 10px;
    line-height: 28px;
}

.widget.widget-secondary.compact-widget.ne-system-health-widget {
    opacity: 1;
}

.widget.widget-secondary.compact-widget.ne-system-health-widget .widget-title {
    color: #d8942f;
    font-size: 11px;
    font-weight: 400;
}

.ne-system-health-widget .simple-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 2px;
}

.ne-system-health-widget .list-item-simple {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    min-height: 84px;
    margin: 0;
    padding: 33px;
    border: 0;
    border-radius: 2px;
    color: inherit;
    background: #303030;
    font: inherit;
    text-align: left;
}

.ne-system-health-widget .list-item-simple .w-icon {
    width: 54px;
    height: 44px;
    filter: none;
}

.ne-system-health-widget .status-ok .w-icon {
    color: #777;
    fill: #777;
}

.widget.widget-secondary.compact-widget.ne-system-health-widget .simple-text {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #f1f1f1;
    line-height: 1.15;
}

.ne-system-health-label {
    color: #777;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ne-system-health-value {
    color: currentColor;
    font-size: 50px;
    font-weight: 600;
}

.ne-integration-alerts-widget .widget-content {
    display: grid;
    gap: 8px;
}

.ne-integration-alert {
    align-items: center;
    border: 1px solid rgba(255, 92, 92, .18);
    border-radius: 9px;
    background: rgba(255, 92, 92, .055);
}

.ne-integration-alert .item-details {
    min-width: 0;
}

.ne-integration-alert .item-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne-overdue-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.ne-overdue-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ne-overdue-table-wrap {
    max-height: 400px;
    overflow-y: auto;
}

.ne-overdue-filters button {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    padding: 5px 8px;
    color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .035);
    font: inherit;
    font-size: 10px;
    cursor: pointer;
}

.ne-overdue-filters button.is-active {
    color: #fff;
    border-color: rgba(239, 68, 68, .55);
    background: rgba(239, 68, 68, .14);
}

.ne-overdue-table td {
    vertical-align: middle;
}

.ne-overdue-table {
    table-layout: fixed;
}

.ne-overdue-table .ne-overdue-col-id {
    width: 11%;
}

.ne-overdue-table .ne-overdue-col-type {
    width: 7%;
}

.ne-overdue-table .ne-overdue-col-title {
    width: 48%;
}

.ne-overdue-table .ne-overdue-col-due {
    width: 20%;
}

.ne-overdue-table .ne-overdue-col-action {
    width: 14%;
}

.ne-overdue-table th,
.ne-overdue-table td {
    padding: 10px 12px;
}

.ne-overdue-table th:nth-child(2),
.ne-overdue-table td:nth-child(2) {
    padding-right: 4px;
    padding-left: 4px;
    text-align: center;
}

.ne-overdue-id {
    color: rgba(255, 255, 255, .62);
    font-variant-numeric: tabular-nums;
}

.ne-overdue-type-icon.details.icon {
    position: static;
    display: inline-block;
    width: 18px;
    height: 18px;
    opacity: .62 !important;
    filter: none !important;
    vertical-align: middle;
}

.ne-overdue-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne-overdue-title strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne-overdue-due {
    color: rgba(255, 255, 255, .72);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.ne-overdue-table .ne-overdue-resolve {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 4px 7px;
    color: rgba(255, 255, 255, .58);
    background: transparent;
    box-shadow: none;
    font-size: 10px;
    line-height: 1.1;
    opacity: 1;
}

.ne-overdue-table .ne-overdue-resolve:hover,
.ne-overdue-table .ne-overdue-resolve:focus-visible {
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .045);
}

.ne-overdue-resolve-all {
    padding: 5px 9px;
    font-size: 10px;
}

.ne-overdue-date-target {
    width: auto;
    min-width: 90px;
    padding: 4px 24px 4px 8px;
    font-size: 10px;
}

@media (max-width: 1100px) {
    .ne-system-health-widget .simple-list {
        grid-template-columns: 1fr;
    }

    .ne-system-health-widget .list-item-simple {
        min-height: 92px;
    }
}

/* --- Widget Headers --- */
.widget-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.widget-title {
    color: #eeeeee;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

.widget-subtitle {
    color: #71717a;
    font-size: 13px;
    margin: 0;
    font-style: italic;
}

.menu-dots {
    width: 24px;
    height: 24px;
    fill: #71717a;
    cursor: pointer;
}

/* --- Generic Widget Content Styles --- */
.widget-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.item-title {
    color: #e4e4e7;
    font-weight: 300;
    font-size: 16px;
}

.item-subtitle {
    color: #71717a;
    font-size: 13px;
    margin-top: 4px;
}

.separator-thin {
    height: 1px;
    background-color: #2e2e36;
    margin: 4px 0;
}

/* Icons */
.w-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0; /* prevent squishing */
}

.text-red { fill: #ef4444; color: #ef4444; }
.text-yellow { fill: #fbbf24; color: #fbbf24; }
.text-green { fill: #22c55e; color: #22c55e;}
.text-orange { fill: #f97316; color: #f97316;}
.text-grey { fill: #71717a; color: #71717a;}


/* --- Specific Widget Types --- */

/* Type: Row with Button (Attention Queue) */
.list-item-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.item-details {
    flex-grow: 1;
}

.action-btn {
    padding: 6px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    border: none;
    cursor: pointer;
    margin-left: auto; /* Push to right */
}
.btn-green { background-color: #2f5d39; color: #86efac; }
.btn-yellow { background-color: #5f4d1a; color: #fcd34d; }
.btn-orange { background-color: #633312; color: #fdba74; }

.ne-attention-table {
    display: grid;
    gap: 2px;
    /* margin-top: 8px; */
}
.ne-attention-issue-tab {
    border-left: 2px solid transparent;
    padding-left: 8px;
}
.ne-attention-issue-tab.is-active {
    border-left-color: var(--ne-color-accent, #f3a83c);
    background: #424040;
}
.ne-attention-issue-tab .item-title {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-size: 24px;
}
.ne-attention-table .ne-ui-table-wrap {
    max-height: 280px;
    overflow: auto;
}
.ne-attention-table .ne-ui-table {
    table-layout: auto;
}
.ne-attention-table .ne-ui-table th,
.ne-attention-table .ne-ui-table td {
    padding: 7px 8px;
    vertical-align: top;
}
.ne-attention-table .ne-ui-table th:first-child,
.ne-attention-table .ne-ui-table td:first-child {
    width: 28px;
}
.ne-attention-table .ne-ui-table th:nth-child(2),
.ne-attention-table .ne-ui-table td:nth-child(2) {
    width: 56px;
}
.ne-attention-entity-icon-cell {
    padding-left: 4px !important;
    padding-right: 4px !important;
    text-align: center;
}
.ne-attention-entity-icon.details.icon {
    position: static;
    display: inline-block;
    width: 18px;
    height: 18px;
    opacity: 0.72 !important;
    filter: none !important;
    vertical-align: middle;
}
.ne-attention-table [data-ne-attention-entity-id] {
    cursor: pointer;
}
.ne-attention-table [data-ne-attention-entity-id]:hover {
    background: #424040;
}
.ne-attention-table [data-ne-attention-entity-id]:focus-visible {
    outline: 1px solid var(--ne-color-accent, #f3a83c);
    outline-offset: -1px;
}


/* Type: Simple List (Signals, Meta, Focus) */
.simple-list {
    gap: 12px;
}
.ne-focus-widget .focus-complete-task .w-icon {
    width: 20px;
    height: 20px;
}

.ne-focus-widget .ne-focus-subitem__title {
    overflow: hidden;
    color: #bbb;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne-focus-widget .ne-focus-subitem__title a {
    color: inherit;
    text-decoration: none;
}

.ne-dash-feedback-widget .ne-widget__body {
    height: 400px;
    overflow-y: auto;
    align-content: start;
}

.ne-dash-feedback-widget .ne-widget__item-actions {
    visibility: hidden;
    opacity: 0;
    transition: opacity 120ms ease;
}

.ne-dash-feedback-widget .ne-dash-feedback-item .ne-widget__item-title {
	cursor: pointer;
}

.ne-dash-feedback-widget .ne-widget__item:hover .ne-widget__item-actions,
.ne-dash-feedback-widget .ne-widget__item:focus-within .ne-widget__item-actions {
    visibility: visible;
    opacity: 1;
}

.ne-operational-alerts-widget .ne-widget__subitem,
.ne-action-center-widget .ne-operational-alert-row {
    min-height: 44px;
    padding: 7px 12px;
}

.ne-operational-alerts-widget .ne-widget__item-content strong,
.ne-action-center-widget .ne-operational-alert-row .ne-widget__item-title {
    color: #bbb;
    font-size: 13px;
    font-weight: 500;
}

.ne-action-center-widget .attention-preview-list.ne-operational-alerts-widget {
    display: grid;
    gap: 2px;
}

.ne-action-center-widget .ne-operational-alert-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ne-action-center-widget .ne-operational-alert-row .ne-widget__item-content {
    min-width: 0;
    flex: 1 1 auto;
}

.ne-action-center-widget .ne-action-center-parent-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 34px;
    height: 34px;
    margin: 0;
    padding: 3px 8px;
    border: 0;
    border-bottom: 1px solid #303030;
    box-sizing: border-box;
}

.ne-action-center-widget .ne-action-center-parent-row.is-active {
    border-left: 2px solid var(--ne-color-accent, #f3a83c);
    background: #424040;
}

.ne-action-center-widget .ne-action-center-parent-row .ne-widget__item-title {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #bbb;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.ne-action-center-widget .ne-action-center-parent-row .ne-widget__item-trailing {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.ne-action-center-widget .ne-action-center-accordion-panel {
    max-height: 220px;
    overflow: auto;
    border-left: 2px solid #303030;
}

.ne-action-center-widget .ne-action-center-accordion-panel[hidden] {
    display: none;
}

.ne-action-center-widget .ne-action-center-accordion-panel .ne-ui-table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
}

.ne-action-center-widget .ne-action-center-subitem-id { width: 72px; }
.ne-action-center-widget .ne-action-center-subitem-icon { width: 34px; }
.ne-action-center-widget .ne-action-center-subitem-title { width: auto; }
.ne-action-center-widget .ne-action-center-subitem-detail { width: 150px; }
.ne-action-center-widget .ne-action-center-subitem-action { width: 92px; text-align: right; }

.ne-action-center-widget .ne-action-center-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    min-height: 28px;
    padding: 3px 8px;
    box-sizing: border-box;
}

.ne-operational-alerts-widget .action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 144px;
    width: 144px;
    min-width: 144px;
    max-width: 144px;
    min-height: 38px;
    padding: 6px 10px;
    box-sizing: border-box;
    white-space: nowrap;
}

.ne-operational-alerts-widget .ne-widget__item-trailing {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ne-action-center-widget .ne-action-center-embedded > .ne-widget > .ne-widget__header {
    display: none;
}

.ne-action-center-widget .ne-action-center-embedded > .ne-widget {
    gap: 2px;
}

.ne-action-center-widget .ne-widget__tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    width: 100%;
    gap: 2px;
    overflow: visible;
}

.ne-action-center-widget .ne-widget__tab {
    width: 100%;
    min-width: 0;
    text-align: center;
}

.ne-action-center-widget .ne-widget__tab:not(.is-active),
.ne-action-center-widget .ne-widget__tab:not(.is-active):hover,
.ne-action-center-widget .ne-widget__tab:not(.is-active):focus-visible {
    border-bottom-color: transparent;
    background: #454545;
    color: #d4d4d4;
    box-shadow: none;
    filter: grayscale(1);
    opacity: .58;
}

.ne-action-center-widget .action-btn,
.ne-action-center-widget .button.ne-overdue-resolve {
    width: auto;
    min-width: 70px;
    max-width: none;
    min-height: 24px;
    height: 24px;
    padding: 0 8px;
    font-size: 9px;
    white-space: nowrap;
}

.ne-action-center-widget .ne-attention-table .ne-ui-table-wrap,
.ne-action-center-widget .ne-overdue-table-wrap {
    max-height: 220px;
}

.ne-action-center-widget .ne-attention-table .ne-action-center-table {
    table-layout: fixed;
}

.ne-action-center-widget .ne-attention-table .ne-action-center-subitem-id { width: 72px; }
.ne-action-center-widget .ne-attention-table .ne-action-center-subitem-icon { width: 34px; }
.ne-action-center-widget .ne-attention-table .ne-action-center-subitem-title { width: auto; }
.ne-action-center-widget .ne-attention-table .ne-action-center-subitem-detail { width: 150px; }
.ne-action-center-widget .ne-attention-table .ne-action-center-subitem-action { width: 92px; }

.ne-action-center-widget .ne-action-center-table td {
    height: 24px;
    padding: 2px 5px;
    font-size: 9px;
    line-height: 1;
    box-sizing: border-box;
}

.ne-action-center-widget .ne-attention-entity-icon.details.icon,
.ne-action-center-widget .ne-overdue-type-icon.details.icon {
    width: 12px;
    height: 12px;
}

.ne-action-center-widget .ne-overdue-table .button.ne-overdue-resolve {
    min-width: 64px;
    min-height: 22px;
    height: 22px;
    padding: 0 7px;
    font-size: 9px;
}

.ne-action-center-widget .ne-action-center-parent-row .ne-dash-severity-icon,
.ne-action-center-widget .ne-action-center-parent-row .ne-dash-severity-icon .w-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
}

.ne-action-center-widget .ne-action-center-table strong {
    font-size: 10px;
    line-height: 1;
}

.ne-dash-severity-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-left: auto;
}

.ne-dash-severity-icon .w-icon {
    width: 28px;
    height: 28px;
    margin: 0;
    filter: none;
}

.ne-operational-alerts-widget .ne-widget__signal.item-icon-wrapper,
.ne-operational-alerts-widget .ne-widget__signal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

.ne-operational-alerts-widget .ne-widget__signal .w-icon {
    width: 14px;
    height: 14px;
}
.list-item-simple {
    display: flex;
    align-items: center;
    gap: 12px;
}
.simple-text {
    color: #d1d5db;
}
.focus-complete-task {
    color: #6b7280;
    display: inline-flex;
    align-items: center;
}
.focus-complete-task .w-icon {
    color: #6b7280;
    fill: #6b7280;
}
.focus-subtext {
    color: #71717a;
    font-size: 10px;
    /* margin-left: 32px; */ /* indent past icon */
    margin-top: 9px;
    font-style: italic;
}


/* Type: Goals Snapshot */
.goal-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4px 0;
}
.goal-status {
    font-size: 12px;
    font-weight: 600;
    color: #d1d5db;
    text-align: right;
}
.goal-status.status-warning,
.simple-text.status-warning {
    color: #fbbf24;
}
.goal-status.status-error,
.simple-text.status-error {
    color: #ef4444;
}
.goal-status.status-ok,
.simple-text.status-ok {
    color: #22c55e;
}

/* Type: Tracker */
.row-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tracker-remaining {
    font-size: 13px;
    margin-left: auto;
    margin-right: 12px;
}
.tracker-signal {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #d1d5db;
}






    


    
.structural-errors.wrap {
    /* position: absolute; */
    /* top: 510px; */
    line-height: 1.7em;
    /* left: 40px; */
}
    #dash_wrap h1 {
        margin: 0;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #dash_wrap .badges li {
        margin: 0;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        width: -webkit-fill-available;
    }

    #dash_wrap .badge.wrap {
        -webkit-animation-name: dash_badges_in;
        -webkit-animation-duration: 500ms;
        -webkit-transform-origin: 0% 0%;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in-out;
        /* display: none; */
    }

    #dash_wrap.compact .badge {
        right: -150px;
        -webkit-animation-name: dash_badges_out;
        -webkit-animation-duration: 600ms;
        -webkit-transform-origin: 0% 0%;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in-out;
        left: unset;
    }

    @keyframes dash_badges_out {
        from {
            right: 40px;
            opacity: 1;
        }

        to {
            right: -250px;
            opacity: 0;
        }
    }

    @keyframes dash_badges_in {
        from {
            right: -450px;
            opacity: 0;
        }

        to {
            right: 40px;
            opacity: 1;
        }
    }

    #dash_wrap .badges.wrap {
        position: fixed;
        width: 1000px;
        left: 0px;
        top: 768px;
        z-index: 99;
        display: grid;
        grid-gap: 8px;
        grid-template-columns: auto auto auto auto auto;
    }

    /* .ne #main {
        margin: 0px 0;
        width: 100%;
        position: fixed;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 9;
        height: 100%;
    } */

    #dash_wrap #attachments_wrap {
        width: 735px;
        height: 90vh;
        left: 20px;
        top: 60px;
    }

    #dash_wrap #attachments_wrap .task_attachment {
        width: 338px;
        height: 180px;
        box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.41);
        border: 1px solid #ccc;
    }

    #dash_wrap #attachments_wrap .task_attachment h4 {
        font-size: 16px;
        padding: 9px;
        width: calc;
    }
}

@media screen and (min-width: 1024px) {

    #dash_wrap .status span {
        font-size: 8px;
        text-align: left;
        left: 13px;
        top: 5px;
        font-weight: 900;
        display: block;
    }

    #dash_wrap .status {
        height: 20px;
        line-height: 39px;
        font-size: 31px;
        padding-top: 4px;
        text-align: right;
        padding-right: 13px;
    }

}

/* Dash mobile: keep the desktop layout untouched while making its existing
   widgets readable and operable on narrow screens. */
@media screen and (max-width: 767px) {
    .status-bar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px;
        width: 100%;
        padding: 2px;
        box-sizing: border-box;
        background: #383636;
    }

    .status-bar .metric {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        min-width: 0;
        min-height: 48px;
        padding: 7px 10px 6px;
        box-sizing: border-box;
        overflow: hidden;
        background: #383636;
    }

    .status-bar .label {
        position: absolute;
        top: 7px;
        left: 10px;
        color: #8b8b95;
        font-size: 7px;
        line-height: 1;
        text-transform: uppercase;
    }

    .status-bar .value {
        min-width: 0;
        overflow: hidden;
        color: #eee;
        font-weight: 600;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .status-bar .metric-empty,
    .status-bar .separator {
        display: none;
    }

    .status-bar .ne-moon-phase {
        grid-column: 1 / -1;
    }

    .ne-cognitive-load,
    .ne-cognitive-load__graph {
        display: inline-flex;
        align-items: center;
    }

    .ne-cognitive-load {
        gap: 2px;
    }

    .ne-cognitive-load__graph {
        gap: 1px;
        color: hsl(var(--ne-cognitive-load-hue, 120) 72% 48%);
    }

    .ne-cognitive-load__segment {
        width: 5px;
        height: 13px;
        border: 1px solid currentColor;
        border-radius: 1px;
        box-sizing: border-box;
    }

    .ne-cognitive-load__segment.is-filled {
        background: currentColor;
    }

    .ne-cognitive-load__percentage {
        margin-left: 3px;
        font-variant-numeric: tabular-nums;
    }

    .ne-moon-phase__icon {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 3px;
        border: 2px solid #eee;
        border-radius: 50%;
        box-sizing: border-box;
        vertical-align: -3px;
    }

    .ne-moon-phase__icon--full { background: #eee; }
    .ne-moon-phase__icon--new { background: #111; }
    .ne-moon-phase__icon--first-quarter { background: linear-gradient(to right, #111 50%, #eee 50%); }
    .ne-moon-phase__icon--last-quarter { background: linear-gradient(to right, #eee 50%, #111 50%); }
    .ne-moon-phase__icon--waxing-crescent { background: radial-gradient(ellipse 65% 100% at 30% 50%, #111 0 68%, transparent 70%), #eee; }
    .ne-moon-phase__icon--waning-crescent { background: radial-gradient(ellipse 65% 100% at 70% 50%, #111 0 68%, transparent 70%), #eee; }
    .ne-moon-phase__icon--waxing-gibbous { background: radial-gradient(ellipse 38% 100% at 22% 50%, #111 0 65%, transparent 68%), #eee; }
    .ne-moon-phase__icon--waning-gibbous { background: radial-gradient(ellipse 38% 100% at 78% 50%, #111 0 65%, transparent 68%), #eee; }

    .status-bar .text-red { color: #ef4444; }
    .status-bar .text-yellow { color: #fbbf24; }
    .status-bar .text-green { color: #22c55e; }

    .status-bar .icon-warning {
        flex: 0 0 14px;
        width: 14px;
        height: 14px;
        margin-right: 5px;
        fill: #fbbf24;
    }

    .ne-moon-phase__relative {
        margin-left: 2px;
        color: #8b8b95;
        font-size: 10px;
    }

    .dashboard-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 2px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 2px;
        box-sizing: border-box;
        background: transparent !important;
    }

    .grid-column,
    .widget-content {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 2px;
    }

    .widget {
        min-width: 0;
        padding: 0;
        background: #383636;
    }

    .widget-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        min-width: 0;
    }

    .list-item-row,
    .list-item-simple,
    .row-between {
        display: flex;
        align-items: center;
        min-width: 0;
    }

    .item-details,
    .ne-widget__item-content {
        min-width: 0;
        flex: 1 1 auto;
    }

    .action-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        min-width: 58px;
        min-height: 30px;
        margin-left: auto;
        padding: 5px 8px;
        border: 0;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.1;
        white-space: nowrap;
    }

    .btn-green { color: #86efac; background: #2f5d39; }
    .btn-yellow { color: #fcd34d; background: #5f4d1a; }
    .btn-orange { color: #fdba74; background: #633312; }

    .ne-attention-table .ne-ui-table-wrap,
    .ne-overdue-table-wrap {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ne-attention-table .ne-ui-table,
    .ne-overdue-table {
        min-width: 480px;
    }

    .ne-overdue-widget .widget-header {
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .ne-overdue-header-actions,
    .ne-action-center-toolbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
        flex-wrap: wrap;
    }

    .ne-overdue-date-target {
        width: auto;
        min-width: 86px;
        max-width: 112px;
        padding: 5px 22px 5px 7px;
        font-size: 10px;
    }

    .ne-overdue-resolve-all {
        min-height: 30px;
        padding: 5px 7px;
        font-size: 10px;
        white-space: nowrap;
    }

    .ne-exploration-widget .tracker-item {
        width: 100%;
        border-radius: 2px;
        text-decoration: none;
    }

    .ne-exploration-widget .tracker-item > .ne-widget__item-main {
        flex: 1 1 auto;
        min-width: 0;
    }

    .ne-exploration-widget .progress-circle-placeholder {
        position: relative;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        margin-left: auto;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: conic-gradient(var(--ne-exploration-progress-color, #777) 0 var(--ne-exploration-progress, 0%), rgba(255, 255, 255, .1) var(--ne-exploration-progress, 0%) 100%);
    }

    .ne-exploration-widget .progress-circle-placeholder::after {
        content: "";
        position: absolute;
        inset: 5px;
        border-radius: inherit;
        background: #393737;
    }

    .ne-exploration-widget .ne-exploration-start,
    .ne-exploration-widget .ne-exploration-promote {
        flex: 0 0 auto;
        margin-left: 6px;
    }

    .ne-context-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ne-goals-ai-top-grid {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .goal-item.ne-goal-snapshot-row,
    .ne-goal-snapshot-row-header {
        grid-template-columns: minmax(0, 1fr) 58px 44px;
        gap: 5px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .ne-goal-snapshot-row-header > :nth-child(2),
    .ne-goal-snapshot-row > :nth-child(2) {
        display: none;
    }

    .goal-item .goal-details .item-title {
        font-size: 18px;
    }

    .ne-goals-snapshot-controls {
        position: static;
        margin-left: auto;
        transform: none;
    }

    .ne-goals-snapshot-period-toggle {
        min-width: 0;
    }

    .ne-system-health-widget .simple-list {
        grid-template-columns: 1fr;
    }

    .ne-system-health-widget .list-item-simple {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 64px;
        padding: 16px;
    }

    .ne-system-health-widget .simple-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0;
        flex: 1 1 auto;
    }

    .ne-system-health-label {
        color: #777;
        font-size: 10px;
        text-transform: uppercase;
    }

    .ne-system-health-value {
        font-size: 36px;
    }

    .ne-action-center-widget .ne-widget__tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px;
    }

    .ne-action-center-parent-row {
        display: flex;
        align-items: center;
        gap: 6px;
        width: 100%;
        min-width: 0;
        min-height: 42px;
        height: auto;
        padding: 5px 8px;
        box-sizing: border-box;
    }

    .ne-action-center-parent-row .ne-widget__item-title {
        overflow: hidden;
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ne-action-center-parent-row .ne-widget__item-trailing {
        display: flex;
        align-items: center;
        gap: 5px;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .ne-dash-severity-icon,
    .ne-dash-severity-icon .w-icon {
        width: 22px;
        height: 22px;
    }

    .ne-dash-severity-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 22px;
    }

    .ne-action-center-accordion-panel,
    .ne-action-center-widget .ne-ui-table-wrap {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ne-action-center-table {
        min-width: 480px;
    }

    .ne-action-center-widget .action-btn,
    .ne-action-center-widget .button.ne-overdue-resolve {
        width: auto;
        min-width: 58px;
        padding-right: 7px;
        padding-left: 7px;
        white-space: nowrap;
    }
}
