:root {
    --novo-primary: #6f42e8;
    --novo-primary-dark: #5c35c8;
    --novo-primary-soft: rgba(111, 66, 232, .10);
    --novo-bg: #f5f7fb;
    --novo-card: #ffffff;
    --novo-border: #e9ebf2;
    --novo-text: #20232a;
    --novo-muted: #7b8190;
    --novo-sidebar-width: 250px;
    --novo-topbar-height: 70px;
    --novo-radius: 16px;
    --novo-shadow: 0 8px 28px rgba(31, 45, 61, .055);
}

html,
body {
    background: var(--novo-bg);
    color: var(--novo-text);
}

body {
    min-height: 100vh;
}

a {
    color: inherit;
}

.min-w-0 {
    min-width: 0;
}

/* ==========================================================
   TRACKLU / VELZON VISUAL OVERRIDES -> NOVO LIGHT
   ========================================================== */

.navbar-menu.novo-sidebar {
    background: #fff !important;
    border-right: 1px solid var(--novo-border);
    width: var(--novo-sidebar-width);
    box-shadow: none;
}

.navbar-menu .navbar-nav .nav-link {
    color: #515766;
}

.navbar-menu .navbar-nav .nav-link i {
    color: #747a89;
}

.navbar-menu .navbar-nav .nav-link:hover,
.navbar-menu .navbar-nav .nav-link.active {
    color: var(--novo-primary);
    background: var(--novo-primary-soft);
}

.navbar-menu .navbar-nav .nav-link.active i,
.navbar-menu .navbar-nav .nav-link:hover i {
    color: var(--novo-primary);
}

.navbar-menu .navbar-nav .nav-link {
    margin: 2px 10px;
    border-radius: 10px;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.navbar-menu .navbar-nav .nav-link > i {
    font-size: 19px;
}

.menu-title {
    color: #a0a4ae !important;
    font-size: 10px !important;
    letter-spacing: .10em;
    text-transform: uppercase;
    padding-left: 20px !important;
}

.novo-brand-box {
    border-bottom: 1px solid var(--novo-border);
    background: #fff !important;
}

.novo-logo {
    text-decoration: none;
}

.novo-logo-word {
    color: #15171c;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: -.8px;
}

.novo-logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #835af1, #5f39d6);
    color: #fff;
    font-weight: 800;
}

.novo-sidebar-scroll {
    padding-bottom: 180px;
}

.novo-sidebar-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 14px;
    border-top: 1px solid var(--novo-border);
}

.novo-integration-card {
    border: 1px solid var(--novo-border);
    border-radius: 13px;
    padding: 13px;
    background: #fbfbfd;
}

.novo-integration-label {
    font-size: 9px;
    color: #9da2ae;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.novo-integration-name {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #343945;
}

.novo-integration-name i {
    color: #0ab39c;
}

.novo-integration-copy {
    font-size: 11px;
    color: var(--novo-muted);
    margin-top: 5px;
    line-height: 1.35;
}

#page-topbar {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--novo-border);
    box-shadow: none;
    height: var(--novo-topbar-height);
}

.navbar-header {
    height: var(--novo-topbar-height);
}

.app-search .form-control.novo-search {
    min-width: 330px;
    background: #f7f8fb;
    border: 1px solid transparent;
    padding-left: 39px;
    border-radius: 10px;
}

.app-search .form-control.novo-search:focus {
    background: #fff;
    border-color: rgba(111,66,232,.28);
    box-shadow: 0 0 0 3px rgba(111,66,232,.08);
}

.novo-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #9499a6;
    pointer-events: none;
}

.btn-primary {
    --bs-btn-bg: var(--novo-primary);
    --bs-btn-border-color: var(--novo-primary);
    --bs-btn-hover-bg: var(--novo-primary-dark);
    --bs-btn-hover-border-color: var(--novo-primary-dark);
    --bs-btn-active-bg: var(--novo-primary-dark);
    --bs-btn-active-border-color: var(--novo-primary-dark);
}

.novo-new-project {
    border-radius: 10px;
    min-height: 40px;
    align-items: center;
}

.novo-icon-button,
.novo-user-button {
    border: 0 !important;
    box-shadow: none !important;
}

.novo-avatar {
    background: var(--novo-primary-soft);
    color: var(--novo-primary);
    font-weight: 700;
}

.novo-notification-head {
    padding: 15px 16px;
    border-bottom: 1px solid var(--novo-border);
}

.novo-notification-item {
    display: flex;
    gap: 10px;
    border-radius: 10px;
    padding: 10px !important;
}

.novo-notification-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--novo-primary-soft);
    color: var(--novo-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.novo-empty-mini {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--novo-muted);
    gap: 8px;
}

.novo-empty-mini i {
    font-size: 24px;
}

.main-content {
    background: var(--novo-bg);
}

.page-content {
    padding-top: calc(var(--novo-topbar-height) + 20px);
}

.page-title-box {
    padding: 10px 0 20px;
}

.page-title-box h4 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -.3px;
}

.novo-today-badge {
    border: 1px solid var(--novo-border);
    padding: 9px 12px;
    font-weight: 500;
}

/* ==========================================================
   CARDS
   ========================================================== */

.novo-panel-card,
.novo-kpi-card {
    border: 1px solid var(--novo-border);
    border-radius: var(--novo-radius);
    box-shadow: var(--novo-shadow);
    background: var(--novo-card);
    overflow: hidden;
}

.novo-kpi-card {
    color: var(--novo-text);
    transition: transform .18s ease, box-shadow .18s ease;
}

.novo-kpi-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(31,45,61,.08);
}

.novo-kpi-card .card-body {
    padding: 18px;
}

.novo-kpi-icon {
    width: 45px;
    height: 45px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 21px;
}

.novo-tone-primary {
    color: var(--novo-primary);
    background: var(--novo-primary-soft);
}

.novo-tone-info {
    color: #299cdb;
    background: rgba(41,156,219,.11);
}

.novo-tone-success {
    color: #0ab39c;
    background: rgba(10,179,156,.12);
}

.novo-tone-warning {
    color: #f7a92f;
    background: rgba(247,184,75,.15);
}

.novo-tone-danger {
    color: #f06548;
    background: rgba(240,101,72,.13);
}

.novo-kpi-label {
    font-size: 12px;
    color: #555b68;
    margin-top: 2px;
    font-weight: 500;
}

.novo-kpi-detail {
    font-size: 10px;
    color: #9ba0aa;
    margin-top: 3px;
}

.novo-card-header {
    border: 0;
    background: transparent;
    min-height: 70px;
    padding: 18px 20px 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.novo-card-header.compact {
    min-height: auto;
    padding-bottom: 12px;
}

.novo-card-link {
    color: var(--novo-primary);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.novo-card-link:hover {
    color: var(--novo-primary-dark);
}

.novo-empty-state {
    border: 1px dashed #dfe2e9;
    background: #fafbfc;
    border-radius: 14px;
    padding: 35px 20px;
    text-align: center;
    color: var(--novo-muted);
}

.novo-empty-state.compact {
    padding: 24px 16px;
}

.novo-empty-state > i {
    font-size: 31px;
    color: #a2a7b1;
}

.novo-empty-state h6 {
    color: #4c515d;
    margin-top: 10px;
}

.novo-empty-state p {
    margin: 0;
    font-size: 12px;
}

.novo-empty-inline {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--novo-muted);
    font-size: 12px;
}

.novo-empty-inline i {
    font-size: 19px;
}

/* ==========================================================
   PROJECT LIST
   ========================================================== */

.novo-project-row {
    padding: 14px 0;
    border-bottom: 1px solid #f0f1f4;
}

.novo-project-row:first-child {
    padding-top: 2px;
}

.novo-project-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.novo-progress {
    height: 7px;
    border-radius: 999px;
    background: #eef0f4;
    overflow: hidden;
}

.novo-progress .progress-bar {
    background: #0ab39c;
    border-radius: 999px;
}

/* ==========================================================
   SPRINT
   ========================================================== */

.novo-sprint-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #eef0f3;
    border-radius: 13px;
    overflow: hidden;
}

.novo-sprint-summary > div {
    padding: 12px 14px;
    border-right: 1px solid #eef0f3;
}

.novo-sprint-summary > div:last-child {
    border-right: 0;
}

.novo-sprint-summary span {
    display: block;
    font-size: 10px;
    color: var(--novo-muted);
}

.novo-sprint-summary strong {
    display: block;
    margin-top: 4px;
    font-size: 18px;
}

.novo-sprint-percent strong {
    color: #0ab39c;
}

.novo-table > :not(caption) > * > * {
    padding: .62rem .55rem;
    border-color: #f0f1f4;
    vertical-align: middle;
    font-size: 11px;
}

.novo-table thead th {
    color: #979ca7;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 9px;
    font-weight: 700;
}

.novo-task-dot {
    width: 8px;
    height: 8px;
    border: 1.5px solid #9ca1ad;
    border-radius: 50%;
    flex: 0 0 auto;
}

/* ==========================================================
   CALENDAR
   ========================================================== */

.novo-calendar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f1f4;
}

.novo-calendar-row:first-child {
    padding-top: 2px;
}

.novo-calendar-row:last-child {
    border-bottom: 0;
}

.novo-calendar-date {
    width: 45px;
    text-align: center;
    flex: 0 0 auto;
}

.novo-calendar-date span,
.novo-calendar-date small {
    display: block;
    font-size: 8px;
    color: #999eaa;
    line-height: 1.1;
}

.novo-calendar-date strong {
    display: block;
    font-size: 18px;
    line-height: 1.15;
}

/* ==========================================================
   FINANCIAL
   ========================================================== */

.novo-financial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #eef0f3;
    border-radius: 13px;
    overflow: hidden;
}

.novo-financial-item {
    padding: 15px;
    border-right: 1px solid #eef0f3;
    border-bottom: 1px solid #eef0f3;
}

.novo-financial-item:nth-child(3n) {
    border-right: 0;
}

.novo-financial-item:nth-last-child(-n+3) {
    border-bottom: 0;
}

.novo-financial-item span {
    display: block;
    color: var(--novo-muted);
    font-size: 10px;
    margin-bottom: 4px;
}

.novo-financial-item strong {
    font-size: 17px;
}

.novo-financial-item small {
    display: block;
    margin-top: 2px;
    color: #0ab39c;
}

.novo-financial-item.positive strong {
    color: #0a9d8a;
}

.novo-interfuerza-note {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.novo-integration-icon {
    width: 39px;
    height: 39px;
    border-radius: 11px;
    background: rgba(10,179,156,.12);
    color: #0ab39c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* ==========================================================
   WORKLOAD
   ========================================================== */

.novo-workload-row {
    display: grid;
    grid-template-columns: minmax(120px, 1.2fr) 1.6fr 45px 55px;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid #f2f3f5;
}

.novo-workload-row:last-child {
    border-bottom: 0;
}

.novo-workload-name,
.novo-workload-value {
    font-size: 11px;
}

.novo-workload-name {
    font-weight: 500;
}

/* ==========================================================
   ISSUES / PURCHASES
   ========================================================== */

.novo-issue-row,
.novo-purchase-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
    border-bottom: 1px solid #f2f3f5;
    font-size: 11px;
}

.novo-issue-row:last-child,
.novo-purchase-row:last-child {
    border-bottom: 0;
}

.novo-issue-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    flex: 0 0 auto;
}

/* ==========================================================
   CALCULATORS
   ========================================================== */

.novo-calculators-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(100px, 1fr));
    gap: 10px;
}

.novo-calculator-card {
    border: 1px solid #eceef3;
    border-radius: 13px;
    padding: 15px 10px;
    text-align: center;
    background: #fff;
    text-decoration: none;
    color: var(--novo-text);
    transition: .16s ease;
}

.novo-calculator-card:hover {
    border-color: rgba(111,66,232,.25);
    background: #fbfaff;
    transform: translateY(-2px);
    color: var(--novo-text);
}

.novo-calculator-icon {
    font-size: 23px;
    color: var(--novo-primary);
    margin-bottom: 7px;
}

/* ==========================================================
   MODULE PLACEHOLDER
   ========================================================== */

.novo-module-placeholder-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: var(--novo-primary-soft);
    color: var(--novo-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

/* ==========================================================
   LOGIN
   ========================================================== */

.novo-auth-body {
    background: #f5f6fa;
    min-height: 100vh;
}

.novo-auth-shell {
    min-height: 100vh;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.novo-auth-card {
    width: min(1040px, 100%);
    min-height: 620px;
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(31,45,61,.09);
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    overflow: hidden;
}

.novo-auth-brand-panel {
    background:
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.12), transparent 30%),
        linear-gradient(145deg, #6e47e7 0%, #4c2db8 100%);
    color: #fff;
    padding: 42px;
    display: flex;
    flex-direction: column;
}

.novo-auth-brand {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.7px;
}

.novo-auth-message {
    margin: auto 0;
}

.novo-auth-eyebrow {
    font-size: 10px;
    letter-spacing: .15em;
    opacity: .72;
}

.novo-auth-message h1 {
    margin: 16px 0 18px;
    font-size: clamp(40px, 5vw, 62px);
    line-height: .98;
    letter-spacing: -2px;
    color: #fff;
}

.novo-auth-message p {
    max-width: 380px;
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.novo-auth-footer-copy {
    font-size: 11px;
    color: rgba(255,255,255,.6);
}

.novo-auth-form-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.novo-auth-form-wrap {
    width: min(420px, 100%);
}

.novo-auth-form-wrap .form-control {
    border-radius: 11px;
    border-color: #e0e3e9;
    min-height: 50px;
    font-size: 14px;
}

.novo-auth-form-wrap .form-control:focus {
    border-color: rgba(111,66,232,.5);
    box-shadow: 0 0 0 3px rgba(111,66,232,.09);
}

.novo-password-toggle {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c919c;
    text-decoration: none;
    z-index: 3;
}

.novo-auth-security {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eceef2;
    text-align: center;
    color: #8b909b;
    font-size: 11px;
}

/* ==========================================================
   FOOTER
   ========================================================== */

.novo-footer {
    border-top: 1px solid var(--novo-border);
    background: #fff;
    color: #8c919d;
    font-size: 11px;
}

/* ==========================================================
   FALLBACK LAYOUT WHEN TRACKLU app.min.css IS NOT PRESENT
   ========================================================== */

@media (min-width: 992px) {
    body:not([data-sidebar-size="sm"]) .novo-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1002;
        width: var(--novo-sidebar-width);
    }

    body:not([data-sidebar-size="sm"]) #page-topbar {
        position: fixed;
        top: 0;
        right: 0;
        left: var(--novo-sidebar-width);
        z-index: 1001;
    }

    body:not([data-sidebar-size="sm"]) .main-content {
        margin-left: var(--novo-sidebar-width);
        min-height: 100vh;
    }

    .novo-brand-box {
        height: var(--novo-topbar-height);
        display: flex;
        align-items: center;
        padding: 0 23px;
    }

    .logo-sm {
        display: none;
    }

    .navbar-menu .navbar-nav {
        padding: 12px 0;
    }

    .navbar-menu .navbar-nav .nav-link {
        padding: 10px 14px;
    }

    .navbar-menu .navbar-nav .nav-link i {
        width: 28px;
    }

    .layout-width {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 1399.98px) {
    .novo-calculators-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 991.98px) {
    .novo-sidebar {
        transform: translateX(-100%);
        transition: transform .2s ease;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1050;
        width: var(--novo-sidebar-width);
    }

    body.novo-menu-open .novo-sidebar {
        transform: translateX(0);
    }

    #page-topbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1040;
    }

    .main-content {
        margin-left: 0 !important;
    }

    .vertical-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(21,24,31,.32);
        z-index: 1045;
    }

    body.novo-menu-open .vertical-overlay {
        display: block;
    }

    .novo-sidebar-footer {
        display: none;
    }

    .novo-calculators-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .novo-auth-card {
        grid-template-columns: 1fr;
    }

    .novo-auth-brand-panel {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .page-content {
        padding-left: 4px;
        padding-right: 4px;
    }

    .novo-sprint-summary {
        grid-template-columns: repeat(2, 1fr);
    }

    .novo-sprint-summary > div:nth-child(2) {
        border-right: 0;
    }

    .novo-sprint-summary > div:nth-child(-n+2) {
        border-bottom: 1px solid #eef0f3;
    }

    .novo-financial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .novo-financial-item,
    .novo-financial-item:nth-child(3n) {
        border-right: 1px solid #eef0f3;
        border-bottom: 1px solid #eef0f3;
    }

    .novo-financial-item:nth-child(2n) {
        border-right: 0;
    }

    .novo-financial-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .novo-workload-row {
        grid-template-columns: 1fr 1.4fr 38px;
    }

    .novo-workload-row .badge {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .novo-calculators-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .novo-auth-shell {
        padding: 15px;
    }

    .novo-auth-card {
        min-height: auto;
        border-radius: 18px;
    }

    .novo-auth-form-panel {
        padding: 32px 22px;
    }

    .novo-financial-grid {
        grid-template-columns: 1fr;
    }

    .novo-financial-item,
    .novo-financial-item:nth-child(2n),
    .novo-financial-item:nth-child(3n) {
        border-right: 0;
        border-bottom: 1px solid #eef0f3;
    }

    .novo-financial-item:last-child {
        border-bottom: 0;
    }
}


/* NOVO PROJECTS STEP1 */

.novo-project-stat {
    border: 1px solid var(--novo-border);
    border-radius: 15px;
    box-shadow: var(--novo-shadow);
}

.novo-project-table > :not(caption) > * > * {
    padding: .85rem .95rem;
    border-color: #eef0f4;
    font-size: 12px;
}

.novo-project-table thead th {
    color: #9298a4;
    font-size: 9px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    background: #fbfbfc;
    white-space: nowrap;
}

.novo-stage-pill {
    --stage-color: #6f42e8;

    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 5px 8px;

    border-radius: 999px;

    background: rgba(
        111,
        66,
        232,
        .09
    );

    color: #4f3c9f;

    font-size: 10px;
    font-weight: 600;

    white-space: nowrap;
}

.novo-stage-pill:before {
    content: '';

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background:
        var(--stage-color);
}

.novo-back-link {
    color:
        var(--novo-primary);

    font-size: 12px;

    text-decoration: none;

    font-weight: 600;
}


/* ==========================================================
   NOVO PROJECT DETAIL
   ========================================================== */

.novo-project-name-link {
    color: #262a33;
    text-decoration: none;
}

.novo-project-name-link:hover {
    color: var(--novo-primary);
}


.novo-project-detail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 18px;
}

.novo-project-detail-head h3 {
    font-size: 25px;
    letter-spacing: -.4px;
}

.novo-project-code {
    color: #8c919c;
    font-size: 11px;
}

.novo-project-code span {
    margin: 0 5px;
}

.novo-project-head-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}


.novo-project-hero {
    border: 1px solid var(--novo-border);
    border-radius: var(--novo-radius);
    box-shadow: var(--novo-shadow);

    margin-bottom: 15px;
}

.novo-project-main-progress span {
    display: block;
    color: var(--novo-muted);
    font-size: 11px;
}

.novo-project-main-progress strong {
    display: block;
    font-size: 31px;
    line-height: 1.1;

    margin-top: 5px;
}

.novo-project-big-progress {
    height: 9px;
    background: #eef0f4;
    border-radius: 100px;
}

.novo-project-big-progress .progress-bar {
    background: #0ab39c;
}


.novo-project-meta-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    border: 1px solid #eef0f3;

    border-radius: 13px;

    overflow: hidden;
}

.novo-project-meta-grid > div {
    padding: 13px 15px;

    border-right: 1px solid #eef0f3;
    border-bottom: 1px solid #eef0f3;
}

.novo-project-meta-grid > div:nth-child(3n) {
    border-right: 0;
}

.novo-project-meta-grid > div:nth-last-child(-n+3) {
    border-bottom: 0;
}

.novo-project-meta-grid span {
    display: block;

    color: #969ba7;

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: .045em;

    margin-bottom: 4px;
}

.novo-project-meta-grid strong {
    display: block;

    font-size: 12px;

    font-weight: 600;

    color: #363b45;
}


.novo-project-tabs {
    background: #fff;

    border: 1px solid var(--novo-border);

    border-radius: 13px;

    padding: 6px;

    display: flex;
    align-items: center;

    gap: 3px;

    overflow-x: auto;

    margin-bottom: 15px;

    box-shadow: var(--novo-shadow);
}

.novo-project-tabs a {
    padding: 9px 13px;

    border-radius: 9px;

    color: #717684;

    text-decoration: none;

    font-size: 11px;

    white-space: nowrap;

    font-weight: 500;
}

.novo-project-tabs a:hover,
.novo-project-tabs a.active {
    color: var(--novo-primary);
    background: var(--novo-primary-soft);
}


.novo-project-summary-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0,1fr)
        );

    gap: 12px;
}

.novo-project-summary-grid > div {
    border: 1px solid #eef0f3;

    border-radius: 13px;

    padding: 16px;
}

.novo-project-summary-grid span {
    display: block;

    color: var(--novo-muted);

    font-size: 10px;

    margin-top: 10px;
}

.novo-project-summary-grid strong {
    display: block;

    font-size: 22px;

    margin-top: 3px;
}

.novo-project-summary-grid small {
    display: block;

    color: #989daa;

    margin-top: 2px;
}

.novo-summary-icon {
    width: 36px;
    height: 36px;

    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
}


.novo-project-detail-table > :not(caption) > * > * {
    padding: .75rem .6rem;

    border-color: #f0f1f4;

    font-size: 11px;
}

.novo-project-detail-table thead th {
    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: .04em;

    color: #9a9fa9;

    font-weight: 700;

    white-space: nowrap;
}

.novo-task-state {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #0ab39c;

    flex: 0 0 auto;
}

.novo-task-state.blocked {
    background: #f06548;
}


.novo-production-row {
    display: grid;

    grid-template-columns:
        minmax(180px, 1.5fr)
        minmax(100px, 1fr)
        45px;

    align-items: center;

    gap: 13px;

    padding: 12px 0;

    border-bottom: 1px solid #f0f1f4;

    font-size: 11px;
}

.novo-production-row:last-child {
    border-bottom: 0;
}

.novo-production-progress {
    min-width: 100px;
}


.novo-project-financial-list > div {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 12px 0;

    border-bottom: 1px solid #f0f1f4;
}

.novo-project-financial-list > div:last-child {
    border-bottom: 0;
}

.novo-project-financial-list span {
    color: var(--novo-muted);

    font-size: 11px;
}

.novo-project-financial-list strong {
    font-size: 14px;
}

.novo-project-financial-list .highlight {
    background: rgba(
        10,
        179,
        156,
        .07
    );

    border-radius: 10px;

    padding-left: 10px;
    padding-right: 10px;

    border-bottom: 0;

    margin-top: 7px;
}

.novo-project-financial-list .highlight strong,
.novo-project-financial-list .highlight small {
    color: #0a9c89;
}


.novo-cost-breakdown {
    border-top: 1px solid #eceef2;

    padding-top: 15px;
}

.novo-section-label {
    color: #a1a5ae;

    font-size: 9px;

    letter-spacing: .08em;

    margin-bottom: 7px;
}

.novo-cost-breakdown > div:not(.novo-section-label) {
    display: flex;

    justify-content: space-between;

    gap: 15px;

    padding: 6px 0;

    font-size: 10px;
}


.novo-project-issue {
    display: flex;

    align-items: center;

    gap: 10px;

    padding: 10px 0;

    border-bottom: 1px solid #f0f1f4;
}

.novo-project-issue:last-child {
    border-bottom: 0;
}


.novo-project-event {
    display: flex;

    align-items: center;

    gap: 11px;

    padding: 10px 0;

    border-bottom: 1px solid #f0f1f4;
}

.novo-project-event:last-child {
    border-bottom: 0;
}

.novo-project-event-date {
    width: 40px;

    flex: 0 0 auto;

    text-align: center;
}

.novo-project-event-date strong {
    display: block;

    font-size: 17px;

    line-height: 1;
}

.novo-project-event-date span {
    display: block;

    font-size: 8px;

    margin-top: 3px;

    color: #979ca6;
}


.novo-history {
    position: relative;
}

.novo-history-item {
    display: flex;

    gap: 11px;

    position: relative;

    padding-bottom: 16px;

    font-size: 11px;
}

.novo-history-item:not(:last-child):before {
    content: '';

    position: absolute;

    left: 5px;
    top: 10px;

    width: 1px;
    height: calc(100% - 2px);

    background: #e6e8ed;
}

.novo-history-dot {
    width: 11px;
    height: 11px;

    margin-top: 3px;

    border-radius: 50%;

    background: var(--novo-primary);

    border: 3px solid #eee9ff;

    box-sizing: content-box;

    flex: 0 0 auto;

    z-index: 1;
}


@media(max-width: 1199.98px) {

    .novo-project-summary-grid {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }

}


@media(max-width: 767.98px) {

    .novo-project-detail-head {
        flex-direction: column;
    }

    .novo-project-head-actions {
        width: 100%;
    }

    .novo-project-head-actions .btn {
        flex: 1;
    }

    .novo-project-meta-grid {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }

    .novo-project-meta-grid > div,
    .novo-project-meta-grid > div:nth-child(3n) {
        border-right:
            1px solid #eef0f3;

        border-bottom:
            1px solid #eef0f3;
    }

    .novo-project-meta-grid > div:nth-child(2n) {
        border-right: 0;
    }

    .novo-project-meta-grid > div:nth-last-child(-n+2) {
        border-bottom: 0;
    }

}


@media(max-width: 575.98px) {

    .novo-project-summary-grid {
        grid-template-columns: 1fr;
    }

    .novo-project-meta-grid {
        grid-template-columns: 1fr;
    }

    .novo-project-meta-grid > div,
    .novo-project-meta-grid > div:nth-child(2n),
    .novo-project-meta-grid > div:nth-child(3n) {
        border-right: 0;
        border-bottom:
            1px solid #eef0f3;
    }

    .novo-project-meta-grid > div:last-child {
        border-bottom: 0;
    }

}

/* NOVO MEGA CORE */
.novo-task-inline-form{display:grid;grid-template-columns:1fr 66px 32px 34px;gap:6px;align-items:center}.novo-mini-check{width:30px;height:30px;border:1px solid #e5e7eb;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;color:#767b87;margin:0}.novo-mini-check input{margin:0}.novo-sprint-hero{border:1px solid var(--novo-border);border-radius:var(--novo-radius);box-shadow:var(--novo-shadow);background:radial-gradient(circle at 95% 20%,rgba(111,66,232,.09),transparent 30%),#fff}.novo-sprint-metrics{display:flex;gap:25px;align-items:center}.novo-sprint-metrics span{display:block;color:#9297a3;font-size:9px;text-transform:uppercase}.novo-sprint-metrics strong{display:block;margin-top:3px;font-size:21px}.novo-backlog-task{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f0f1f4;font-size:11px}.novo-backlog-task:last-child{border-bottom:0}@media(max-width:767.98px){.novo-sprint-metrics{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.novo-task-inline-form{min-width:245px}}
