/* MindZ 266.0.16 — Home fiel ao contrato visual e emotions premium oficiais. */
@layer modules {
body.inicio-dashboard-v3 .ph-home-dashboard.ph-home-dashboard--saas {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    gap: 0;
    overflow: visible;
}
body.inicio-dashboard-v3 .home-page {
    width: 100%;
    max-width: 1560px;
    min-width: 0;
    margin: 0 auto;
    padding: 12px 18px 18px;
    box-sizing: border-box;
}
body.inicio-dashboard-v3 .home-dashboard {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
        "welcome welcome welcome welcome welcome welcome welcome welcome score score score score"
        "routine routine routine routine feedback feedback feedback feedback score score score score"
        "activities activities activities activities health health health health development development development development";
    gap: 12px;
    align-items: stretch;
    min-width: 0;
}
body.inicio-dashboard-v3 .home-dashboard > * { min-width: 0; box-sizing: border-box; }
body.inicio-dashboard-v3 .home-welcome { grid-area: welcome; }
body.inicio-dashboard-v3 .home-routine { grid-area: routine; }
body.inicio-dashboard-v3 .home-feedbacks { grid-area: feedback; }
body.inicio-dashboard-v3 .home-score { grid-area: score; }
body.inicio-dashboard-v3 .home-activities { grid-area: activities; }
body.inicio-dashboard-v3 .home-health { grid-area: health; }
body.inicio-dashboard-v3 .home-development { grid-area: development; }

body.inicio-dashboard-v3 .home-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 14px;
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    background: radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--color-primary) 5%, transparent), transparent 38%), var(--surface-primary);
    box-shadow: 0 1px 2px rgb(15 23 42 / 4%), 0 8px 24px rgb(15 23 42 / 5%);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
    overflow: visible;
}
body.inicio-dashboard-v3 .home-card:hover {
    transform: translateY(-2px);
    border-color: var(--border-emphasis);
    box-shadow: 0 2px 5px rgb(15 23 42 / 6%), 0 14px 32px rgb(15 23 42 / 9%);
}
body.inicio-dashboard-v3 .home-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}
body.inicio-dashboard-v3 .home-card__heading { min-width: 0; }
body.inicio-dashboard-v3 .home-card__title {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--text-primary);
}
body.inicio-dashboard-v3 .home-card__description {
    margin: 4px 0 0;
    font-size: 11.5px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--text-secondary);
}
body.inicio-dashboard-v3 .home-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    margin-top: 11px;
    gap: 10px;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
}
body.inicio-dashboard-v3 .home-card__actions { flex: 0 0 auto; }
body.inicio-dashboard-v3 .home-card__actions-trigger {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: var(--text-tertiary);
    cursor: pointer;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
body.inicio-dashboard-v3 .home-card__actions-trigger:hover,
body.inicio-dashboard-v3 .home-card__actions-trigger:focus-visible,
body.inicio-dashboard-v3 .home-card__actions-trigger[aria-expanded="true"] {
    color: var(--color-primary);
    background: var(--surface-hover);
    border-color: var(--border-subtle);
    transform: translateY(-1px);
}
body.inicio-dashboard-v3 .home-card__actions-trigger:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 2px; }
.home-card-menu {
    position: fixed;
    z-index: 10000;
    min-width: 190px;
    max-width: min(260px, calc(100vw - 24px));
    padding: 6px;
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    background: var(--surface-elevated);
    box-shadow: var(--shadow-flyout);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.home-card-menu [role="menuitem"] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 36px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--text-primary);
    font: inherit;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}
.home-card-menu [role="menuitem"]:hover,
.home-card-menu [role="menuitem"]:focus-visible { background: var(--surface-hover); color: var(--color-primary); outline: none; }

body.inicio-dashboard-v3 .home-welcome { padding: 14px 16px 12px; }
body.inicio-dashboard-v3 .home-welcome__actions { position: absolute; top: 10px; right: 10px; z-index: 3; }
body.inicio-dashboard-v3 .home-welcome__content {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(480px, 1.45fr);
    align-items: center;
    gap: 24px;
    min-width: 0;
}
body.inicio-dashboard-v3 .home-welcome__message { min-width: 0; padding-right: 22px; border-right: 1px solid var(--border-subtle); }
body.inicio-dashboard-v3 .home-welcome__message h1 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    font-size: clamp(30px, 2.5vw, 40px);
    line-height: 1;
    letter-spacing: -.045em;
    color: var(--text-primary);
}
body.inicio-dashboard-v3 .home-welcome__wave { width: 27px; height: 27px; color: #e7a724; flex: 0 0 auto; }
body.inicio-dashboard-v3 .home-welcome__message p { margin: 9px 0 0; max-width: 430px; font-size: 12px; line-height: 1.45; color: var(--text-secondary); }
body.inicio-dashboard-v3 .home-welcome__mood { min-width: 0; overflow: visible; }

body.inicio-dashboard-v3 .home-positive-panel {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    background: color-mix(in srgb, var(--surface-secondary) 70%, transparent);
}
body.inicio-dashboard-v3 .home-positive-panel__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--color-primary) 11%, var(--surface-primary));
    color: var(--color-primary);
}
body.inicio-dashboard-v3 .home-positive-panel__icon svg { width: 21px; height: 21px; }
body.inicio-dashboard-v3 .home-positive-panel ul { display: grid; gap: 3px; margin: 0; padding: 0; list-style: none; min-width: 0; }
body.inicio-dashboard-v3 .home-positive-panel li { position: relative; padding-left: 13px; color: var(--text-secondary); }
body.inicio-dashboard-v3 .home-positive-panel li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--color-success); }
body.inicio-dashboard-v3 .home-card__status { display: flex; align-items: center; gap: 7px; margin: auto 0 0; color: var(--text-secondary); font-size: 11.5px; }
body.inicio-dashboard-v3 .home-card__status svg { width: 15px; height: 15px; flex: 0 0 auto; }
body.inicio-dashboard-v3 .home-card__status.is-good svg { color: var(--color-success); }
body.inicio-dashboard-v3 .home-card__status.is-attention svg { color: var(--warning); }
body.inicio-dashboard-v3 .home-card__footnote { margin: auto 0 0; color: var(--text-secondary); font-size: 11px; }

body.inicio-dashboard-v3 .home-activity-list { display: grid; border: 1px solid var(--border-subtle); border-radius: 11px; overflow: clip; }
body.inicio-dashboard-v3 .home-activity-row { display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 32px; padding: 5px 9px; border-bottom: 1px solid var(--border-subtle); color: var(--text-secondary); }
body.inicio-dashboard-v3 .home-activity-row:last-child { border-bottom: 0; }
body.inicio-dashboard-v3 .home-activity-row__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--color-primary); }
body.inicio-dashboard-v3 .home-activity-row time { color: var(--color-primary); white-space: nowrap; font-size: 11px; }

body.inicio-dashboard-v3 .home-development-list { display: grid; gap: 7px; }
body.inicio-dashboard-v3 .home-development-row { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 38px; padding: 6px 8px; border: 1px solid var(--border-subtle); border-radius: 11px; background: color-mix(in srgb, var(--surface-secondary) 65%, transparent); }
body.inicio-dashboard-v3 .home-development-row__icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: var(--color-primary); background: color-mix(in srgb, var(--color-primary) 8%, var(--surface-primary)); }
body.inicio-dashboard-v3 .home-development-row__icon svg { width: 16px; height: 16px; }
body.inicio-dashboard-v3 .home-development-row > span:last-child { padding: 3px 10px; border-radius: 999px; background: color-mix(in srgb, var(--color-success) 13%, var(--surface-primary)); color: var(--color-success-strong, #168144); font-weight: 600; white-space: nowrap; }

body.inicio-dashboard-v3 .home-health-summary { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 14px; padding: 8px 10px; border: 1px solid var(--border-subtle); border-radius: 11px; }
body.inicio-dashboard-v3 .home-health-summary > div { display: grid; gap: 1px; }
body.inicio-dashboard-v3 .home-health-summary strong { font-size: 26px; line-height: 1; color: var(--color-primary); }
body.inicio-dashboard-v3 .home-health-summary span { width: max-content; padding: 2px 8px; border-radius: 999px; background: color-mix(in srgb, var(--color-success) 12%, transparent); color: var(--color-success-strong, #168144); font-size: 10px; font-weight: 600; }
body.inicio-dashboard-v3 .home-health-summary progress,
body.inicio-dashboard-v3 .home-score-summary progress { width: 100%; height: 7px; accent-color: var(--color-primary); }
body.inicio-dashboard-v3 .home-health-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
body.inicio-dashboard-v3 .home-health-metric { display: grid; grid-template-columns: 9px minmax(0, 1fr); align-items: center; gap: 5px; min-height: 42px; padding: 6px 7px; border: 1px solid var(--border-subtle); border-radius: 10px; }
body.inicio-dashboard-v3 .home-health-metric__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-success); }
body.inicio-dashboard-v3 .home-health-metric strong { font-size: 10.5px; }
body.inicio-dashboard-v3 .home-health-metric em { grid-column: 1 / -1; justify-self: center; font-style: normal; font-weight: 700; color: var(--text-primary); }
body.inicio-dashboard-v3 .home-health-metric--attention .home-health-metric__dot { background: var(--warning); }

body.inicio-dashboard-v3 .home-score-summary { display: grid; gap: 3px; padding: 11px 13px; border: 1px solid var(--border-subtle); border-radius: 12px; background: color-mix(in srgb, var(--surface-secondary) 65%, transparent); }
body.inicio-dashboard-v3 .home-score-summary small { color: var(--text-secondary); }
body.inicio-dashboard-v3 .home-score-summary strong { font-size: 29px; line-height: 1.05; color: var(--color-primary); }
body.inicio-dashboard-v3 .home-score-summary span { color: var(--text-secondary); }
body.inicio-dashboard-v3 .home-score-summary progress { margin-top: 8px; }
body.inicio-dashboard-v3 .home-mindex-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 3px; }
body.inicio-dashboard-v3 .home-mindex-heading small { color: var(--text-secondary); text-align: right; }
body.inicio-dashboard-v3 .home-mindex-list { display: grid; border: 1px solid var(--border-subtle); border-radius: 11px; overflow: clip; }
body.inicio-dashboard-v3 .home-mindex-row { display: grid; grid-template-columns: 21px 22px minmax(0, 1fr) auto; align-items: center; gap: 7px; min-height: 31px; padding: 4px 8px; border-bottom: 1px solid var(--border-subtle); }
body.inicio-dashboard-v3 .home-mindex-row:last-child { border-bottom: 0; }
body.inicio-dashboard-v3 .home-mindex-row__position { font-weight: 700; color: var(--color-primary); }
body.inicio-dashboard-v3 .home-mindex-row__medal { display: grid; place-items: center; width: 20px; height: 20px; }
body.inicio-dashboard-v3 .home-mindex-row__medal svg { width: 20px; height: 20px; }
body.inicio-dashboard-v3 .home-mindex-row strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11.5px; }
body.inicio-dashboard-v3 .home-mindex-row em { font-style: normal; font-weight: 600; white-space: nowrap; }







































































@media (prefers-reduced-motion: reduce) {
    
}






@media (max-width: 1280px) {
    body.inicio-dashboard-v3 .home-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: "welcome welcome" "score score" "routine feedback" "activities health" "development development";
    }
    body.inicio-dashboard-v3 .home-welcome__content { grid-template-columns: minmax(240px, .8fr) minmax(430px, 1.3fr); }
}
@media (max-width: 900px) {
    body.inicio-dashboard-v3 .home-welcome__content { grid-template-columns: 1fr; gap: 14px; }
    body.inicio-dashboard-v3 .home-welcome__message { padding-right: 0; padding-bottom: 12px; border-right: 0; border-bottom: 1px solid var(--border-subtle); }
}
@media (max-width: 768px) {
    body.inicio-dashboard-v3 .home-page { padding: 10px 12px 18px; }
    body.inicio-dashboard-v3 .home-dashboard { grid-template-columns: minmax(0, 1fr); grid-template-areas: "welcome" "score" "routine" "feedback" "activities" "health" "development"; }
    body.inicio-dashboard-v3 .home-card { padding: 13px; }
    body.inicio-dashboard-v3 .home-welcome__message h1 { font-size: clamp(28px, 9vw, 36px); }
    
    body.inicio-dashboard-v3 .home-health-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 430px) {
    
    body.inicio-dashboard-v3 .home-development-row { grid-template-columns: 28px minmax(0, 1fr); }
    body.inicio-dashboard-v3 .home-development-row > span:last-child { grid-column: 2; justify-self: start; }
    body.inicio-dashboard-v3 .home-mindex-heading { align-items: flex-start; flex-direction: column; gap: 2px; }
    body.inicio-dashboard-v3 .home-mindex-heading small { text-align: left; }
}
}

/* Ajuste de encaixe do bloco de humor em desktop com sidebar expandida. */
@layer modules {
body.inicio-dashboard-v3 .home-welcome__content {
    grid-template-columns: minmax(210px, .68fr) minmax(0, 1.42fr);
    gap: 16px;
}
body.inicio-dashboard-v3 .home-welcome__message {
    padding-right: 16px;
}





@media (max-width: 900px) {
    body.inicio-dashboard-v3 .home-welcome__content { grid-template-columns: 1fr; gap: 14px; }
}
}

/* Fidelidade à composição visual de referência. */
@layer modules {


@media (min-width: 1600px) and (min-height: 1000px) {
    body.inicio-dashboard-v3 .home-dashboard {
        grid-template-rows: 320px 260px 330px;
    }
    body.inicio-dashboard-v3 .home-card {
        height: 100%;
    }
    body.inicio-dashboard-v3 .home-welcome {
        padding: 20px 24px 16px;
    }
    body.inicio-dashboard-v3 .home-welcome__content {
        grid-template-columns: minmax(300px, .78fr) minmax(0, 1.45fr);
        gap: 30px;
        height: 100%;
    }
    body.inicio-dashboard-v3 .home-welcome__message h1 {
        font-size: 42px;
    }
    body.inicio-dashboard-v3 .home-welcome__message p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.5;
    }
    
    
    
    
    
    body.inicio-dashboard-v3 .home-card:not(.home-welcome) {
        padding: 18px;
    }
    body.inicio-dashboard-v3 .home-card__title {
        font-size: 19px;
    }
    body.inicio-dashboard-v3 .home-card__description {
        font-size: 12px;
    }
    body.inicio-dashboard-v3 .home-card__body {
        margin-top: 14px;
        gap: 12px;
        font-size: 12.5px;
    }
    body.inicio-dashboard-v3 .home-positive-panel {
        padding: 14px 16px;
    }
    body.inicio-dashboard-v3 .home-activity-row {
        min-height: 42px;
        padding: 7px 11px;
    }
    body.inicio-dashboard-v3 .home-development-row {
        min-height: 52px;
        padding: 9px 11px;
    }
    body.inicio-dashboard-v3 .home-health-metric {
        min-height: 62px;
    }
    body.inicio-dashboard-v3 .home-mindex-row {
        min-height: 42px;
        padding: 7px 10px;
    }
}
}


/* MindZ 266.0.16 — fidelidade integral ao componente premium de emotions enviado pelo usuário. */
@layer modules {








































@media (max-width: 768px) {
    
    
    
}
@media (max-width: 430px) {
    
}
}


/* MindZ 266.0.16 — componente oficial de emotions copiado do HTML aprovado. */
@layer modules {
body.inicio-dashboard-v3 .home-mood-checkin {
    --face-base: #f5c84c;
    --face-mid: #e9ad28;
    --face-deep: #b96e14;
    --face-light: #fff0a6;
    --feature: #3b2a18;
    --feature-soft: #6d4b27;
    --cheek: #f48a7a;
    --tear: #5db7ff;
    --tear-light: #c9ecff;
    min-width: 0;
    overflow: visible;
}
body.inicio-dashboard-v3 .home-mood-checkin[data-tone="medium"] {
    --face-base: #a96844;
    --face-mid: #875039;
    --face-deep: #5e2f23;
    --face-light: #d59a76;
    --feature: #21110d;
    --feature-soft: #4b2a22;
    --cheek: #d97a72;
}
body.inicio-dashboard-v3 .home-mood-checkin[data-tone="dark"] {
    --face-base: #5a3629;
    --face-mid: #45271e;
    --face-deep: #2d1712;
    --face-light: #8b5a46;
    --feature: #120908;
    --feature-soft: #2c1814;
    --cheek: #b95f63;
}
body.inicio-dashboard-v3 .home-mood-checkin__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
body.inicio-dashboard-v3 .home-mood-checkin__title {
    margin: 0;
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}
body.inicio-dashboard-v3 .home-mood-color-picker { position: relative; }
body.inicio-dashboard-v3 .home-mood-color-picker__trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 5px 9px;
    border: 1px solid var(--border-subtle);
    border-radius: 9px;
    background: var(--surface-primary);
    color: var(--text-secondary);
    font: inherit;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}
body.inicio-dashboard-v3 .home-mood-color-picker__trigger:focus-visible,
body.inicio-dashboard-v3 .home-mood-color-option:focus-visible,
body.inicio-dashboard-v3 .home-mood-card:focus-visible {
    outline: 3px solid var(--focus-ring);
    outline-offset: 2px;
}
body.inicio-dashboard-v3 .home-mood-color-picker__popover {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px;
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    background: var(--surface-elevated);
    box-shadow: var(--shadow-flyout);
}
body.inicio-dashboard-v3 .home-mood-color-picker__popover[hidden] { display: none; }
body.inicio-dashboard-v3 .home-mood-color-option {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
body.inicio-dashboard-v3 .home-mood-color-option[aria-checked="true"] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--focus-ring);
}
body.inicio-dashboard-v3 .home-mood-color-option__dot {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 60%), 0 0 0 1px rgb(35 25 70 / 14%);
}
body.inicio-dashboard-v3 .home-mood-color-option__dot--yellow { background: #f5c84c; }
body.inicio-dashboard-v3 .home-mood-color-option__dot--medium { background: #a96844; }
body.inicio-dashboard-v3 .home-mood-color-option__dot--dark { background: #5a3629; }
body.inicio-dashboard-v3 .home-mood-checkin__options {
    display: grid;
    grid-template-columns: repeat(5, minmax(88px, 102px));
    justify-content: center;
    gap: 12px;
    width: min(100%, 550px);
    margin: 8px auto 0;
    padding: 8px 4px 5px;
    overflow: visible;
}
body.inicio-dashboard-v3 .home-mood-card {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    gap: 5px;
    min-width: 0;
    min-height: 116px;
    padding: 10px 7px 8px;
    border: 1px solid var(--border-subtle);
    border-radius: 14px;
    background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--color-primary) 10%, transparent), transparent 54%), color-mix(in srgb, var(--surface-primary) 94%, transparent);
    box-shadow: 0 8px 24px rgb(30 33 70 / 6%);
    color: var(--text-primary);
    font: inherit;
    cursor: pointer;
    overflow: visible;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body.inicio-dashboard-v3 .home-mood-card::after {
    content: "";
    position: absolute;
    inset: auto 18% 10px;
    height: 16px;
    border-radius: 50%;
    background: rgb(36 27 80 / 10%);
    filter: blur(9px);
    transform: scale(.8);
    opacity: .55;
    z-index: -1;
    transition: .2s ease;
}
body.inicio-dashboard-v3 .home-mood-card:hover,
body.inicio-dashboard-v3 .home-mood-card:focus-visible {
    z-index: 4;
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--color-primary) 35%, var(--border-subtle));
    box-shadow: 0 22px 70px rgb(58 46 120 / 18%);
}
body.inicio-dashboard-v3 .home-mood-card:hover::after,
body.inicio-dashboard-v3 .home-mood-card:focus-visible::after { transform: scale(1); opacity: .85; }
body.inicio-dashboard-v3 .home-mood-card[aria-pressed="true"] {
    border-color: var(--color-primary);
    background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--color-primary) 18%, transparent), transparent 56%), var(--surface-primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 12%, transparent), 0 22px 70px rgb(58 46 120 / 18%);
}
body.inicio-dashboard-v3 .home-mood-card[aria-pressed="true"]::before {
    content: "✓";
    position: absolute;
    top: 6px;
    right: 7px;
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}
body.inicio-dashboard-v3 .home-mood-checkin .emotion {
    width: 72px;
    height: 72px;
    overflow: visible;
    filter: drop-shadow(0 10px 16px rgb(43 28 12 / 18%));
    transform-origin: 50% 58%;
}
body.inicio-dashboard-v3 .home-mood-checkin .mood-name {
    font-size: 10.5px;
    font-weight: 780;
    line-height: 1.2;
    letter-spacing: -.02em;
    white-space: nowrap;
}
body.inicio-dashboard-v3 .home-mood-checkin .face-ring { fill: none; stroke: rgb(255 255 255 / 70%); stroke-width: 2.2; }
body.inicio-dashboard-v3 .home-mood-checkin .face-outline { fill: none; stroke: color-mix(in srgb, var(--face-deep) 74%, #25180e); stroke-width: 2.8; }
body.inicio-dashboard-v3 .home-mood-checkin .eye-fill { fill: var(--feature); }
body.inicio-dashboard-v3 .home-mood-checkin .eye-soft { stroke: var(--feature); stroke-width: 5.8; stroke-linecap: round; fill: none; }
body.inicio-dashboard-v3 .home-mood-checkin .mouth-line { stroke: var(--feature); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; fill: none; }
body.inicio-dashboard-v3 .home-mood-checkin .mouth-fill { fill: var(--feature); }
body.inicio-dashboard-v3 .home-mood-checkin .mouth-inner { fill: #7f2332; }
body.inicio-dashboard-v3 .home-mood-checkin .teeth { fill: #fffdf8; }
body.inicio-dashboard-v3 .home-mood-checkin .cheek { fill: var(--cheek); opacity: .36; }
body.inicio-dashboard-v3 .home-mood-checkin .brow { stroke: var(--feature-soft); stroke-width: 4.8; stroke-linecap: round; fill: none; }
body.inicio-dashboard-v3 .home-mood-checkin .tear { transform-origin: center top; }
body.inicio-dashboard-v3 .home-mood-card:hover .emotion,
body.inicio-dashboard-v3 .home-mood-card:focus-visible .emotion { animation: mood-pop .52s cubic-bezier(.2,.8,.2,1); }
body.inicio-dashboard-v3 .home-mood-card[data-mood="very-happy"]:hover .emotion,
body.inicio-dashboard-v3 .home-mood-card[data-mood="very-happy"]:focus-visible .emotion { animation: mood-bounce .62s cubic-bezier(.2,.9,.2,1); }
body.inicio-dashboard-v3 .home-mood-card[data-mood="happy"]:hover .emotion,
body.inicio-dashboard-v3 .home-mood-card[data-mood="happy"]:focus-visible .emotion { animation: mood-sway .58s ease; }
body.inicio-dashboard-v3 .home-mood-card[data-mood="neutral"]:hover .emotion,
body.inicio-dashboard-v3 .home-mood-card[data-mood="neutral"]:focus-visible .emotion { animation: mood-breathe .72s ease; }
body.inicio-dashboard-v3 .home-mood-card[data-mood="sad"]:hover .emotion,
body.inicio-dashboard-v3 .home-mood-card[data-mood="sad"]:focus-visible .emotion { animation: mood-droop .62s ease; }
body.inicio-dashboard-v3 .home-mood-card[data-mood="very-sad"]:hover .emotion,
body.inicio-dashboard-v3 .home-mood-card[data-mood="very-sad"]:focus-visible .emotion { animation: mood-shiver .58s ease; }
body.inicio-dashboard-v3 .home-mood-card[data-mood="very-sad"]:hover .tear--left,
body.inicio-dashboard-v3 .home-mood-card[data-mood="very-sad"]:focus-visible .tear--left { animation: tear-drop 1.05s ease-in-out infinite; }
body.inicio-dashboard-v3 .home-mood-card[data-mood="very-sad"]:hover .tear--right,
body.inicio-dashboard-v3 .home-mood-card[data-mood="very-sad"]:focus-visible .tear--right { animation: tear-drop 1.05s .18s ease-in-out infinite; }
body.inicio-dashboard-v3 .home-mood-checkin__privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 7px 0 0;
    color: var(--text-tertiary);
    font-size: 9.8px;
    line-height: 1.3;
    text-align: center;
}

body.inicio-dashboard-v3 .home-mood-card:disabled {
    cursor: not-allowed;
}
body.inicio-dashboard-v3 .home-mood-checkin[data-respondido-hoje="true"] .home-mood-card:not([aria-pressed="true"]) {
    opacity: .48;
    filter: saturate(.55);
}
body.inicio-dashboard-v3 .home-mood-checkin[data-respondido-hoje="true"] .home-mood-card[aria-pressed="true"] {
    opacity: 1;
    filter: none;
}
body.inicio-dashboard-v3 .home-mood-checkin[data-respondido-hoje="true"] .home-mood-card:hover,
body.inicio-dashboard-v3 .home-mood-checkin[data-respondido-hoje="true"] .home-mood-card:focus-visible {
    transform: none;
}
body.inicio-dashboard-v3 .home-mood-checkin__daily-status {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0;
    color: var(--color-primary);
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}
body.inicio-dashboard-v3 .home-mood-checkin__daily-status[hidden] {
    display: none;
}
@keyframes mood-pop { 0% { transform: scale(1); } 50% { transform: scale(1.06) translateY(-4px); } 100% { transform: scale(1); } }
@keyframes mood-bounce { 0%,100% { transform: translateY(0) rotate(0); } 35% { transform: translateY(-8px) rotate(-2deg); } 65% { transform: translateY(-3px) rotate(2deg); } }
@keyframes mood-sway { 0%,100% { transform: rotate(0); } 35% { transform: rotate(-3deg); } 70% { transform: rotate(3deg); } }
@keyframes mood-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes mood-droop { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px) rotate(-1deg); } }
@keyframes mood-shiver { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-2px); } 50% { transform: translateX(2px); } 75% { transform: translateX(-1px); } }
@keyframes tear-drop { 0% { transform: translateY(-1px) scaleY(.82); opacity: .75; } 55% { transform: translateY(8px) scaleY(1.12); opacity: 1; } 100% { transform: translateY(16px) scaleY(.9); opacity: 0; } }
@media (max-width: 768px) {
    body.inicio-dashboard-v3 .home-mood-checkin__options {
        grid-template-columns: repeat(5, minmax(78px, 1fr));
        justify-content: start;
        gap: 10px;
        overflow-x: auto;
        padding-top: 10px;
    }
    body.inicio-dashboard-v3 .home-mood-checkin .emotion { width: 60px; height: 60px; }
}
@media (max-width: 430px) {
    body.inicio-dashboard-v3 .home-mood-checkin__options {
        grid-template-columns: repeat(3, minmax(92px, 1fr));
        overflow-x: visible;
    }
    body.inicio-dashboard-v3 .home-mood-checkin .emotion {
        width: 56px;
        height: 56px;
    }
    body.inicio-dashboard-v3 .home-mood-card {
        min-height: 100px;
    }
}
@media (prefers-reduced-motion: reduce) {
    body.inicio-dashboard-v3 .home-mood-checkin .emotion,
    body.inicio-dashboard-v3 .home-mood-checkin .tear,
    body.inicio-dashboard-v3 .home-mood-card { animation: none; transition: none; }
}
}

/* MindZ 266.0.20 — Minha rotina dinâmica, clicável e sincronizada. */
body.inicio-dashboard-v3 .routine-list {
    display: grid;
    gap: 4px;
    min-width: 0;
}

body.inicio-dashboard-v3 .routine-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto 16px;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 6px 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: var(--text-secondary);
    font: inherit;
    font-size: 11.5px;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body.inicio-dashboard-v3 .routine-item:hover {
    color: var(--text-primary);
    background: var(--surface-hover);
    transform: translateY(-1px);
}

body.inicio-dashboard-v3 .routine-item:focus-visible {
    outline: 3px solid var(--focus-ring);
    outline-offset: 2px;
}

body.inicio-dashboard-v3 .routine-item[data-status="pending"] {
    border-color: color-mix(in srgb, var(--warning) 36%, var(--border-subtle));
    background: color-mix(in srgb, var(--warning) 8%, var(--surface-primary));
    color: var(--text-primary);
}

body.inicio-dashboard-v3 .routine-item__icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    color: var(--color-success);
    background: color-mix(in srgb, var(--color-success) 10%, var(--surface-primary));
}

body.inicio-dashboard-v3 .routine-item[data-status="pending"] .routine-item__icon {
    color: var(--warning);
    background: color-mix(in srgb, var(--warning) 13%, var(--surface-primary));
}

body.inicio-dashboard-v3 .routine-item__icon svg,
body.inicio-dashboard-v3 .routine-item__arrow svg {
    width: 15px;
    height: 15px;
}

body.inicio-dashboard-v3 .routine-item__content {
    min-width: 0;
    font-weight: 400;
}

body.inicio-dashboard-v3 .routine-item[data-status="pending"] .routine-item__content {
    font-weight: 600;
}

body.inicio-dashboard-v3 .routine-item__count {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--warning) 16%, var(--surface-primary));
    color: var(--text-primary);
    font-size: 10.5px;
    font-weight: 700;
}

body.inicio-dashboard-v3 .routine-item__arrow {
    display: grid;
    place-items: center;
    color: var(--text-tertiary);
}

body.inicio-dashboard-v3 .routine-item:hover .routine-item__arrow,
body.inicio-dashboard-v3 .routine-item:focus-visible .routine-item__arrow {
    color: var(--color-primary);
}

body.inicio-dashboard-v3 .ph-home-routine-card .home-card__status {
    margin-top: 9px;
}

body.inicio-dashboard-v3 .home-routine-error {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-content: center;
    gap: 4px 10px;
    min-height: 160px;
    padding: 14px;
    border: 1px solid color-mix(in srgb, var(--warning) 35%, var(--border-subtle));
    border-radius: 12px;
    background: color-mix(in srgb, var(--warning) 7%, var(--surface-primary));
}

body.inicio-dashboard-v3 .home-routine-error > svg {
    grid-row: 1 / span 2;
    width: 24px;
    height: 24px;
    color: var(--warning);
}

body.inicio-dashboard-v3 .home-routine-error strong {
    color: var(--text-primary);
    font-size: 13px;
}

body.inicio-dashboard-v3 .home-routine-error p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 11.5px;
}


/* MindZ 266.0.21 — ActionStatusSummary compacto e dinâmico. */
body.inicio-dashboard-v3 .home-card__action-status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    min-height: 76px;
    margin-top: 10px;
}

body.inicio-dashboard-v3 .home-feedbacks .home-card__action-status,
body.inicio-dashboard-v3 .home-development .home-card__action-status,
body.inicio-dashboard-v3 .home-routine .home-card__action-status {
    padding: 2px 1px;
}

body.inicio-dashboard-v3 .home-card__analytics-note {
    margin: 11px 0 0;
    color: var(--text-tertiary);
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.35;
}

body.inicio-dashboard-v3 .home-card__action-status--health {
    min-height: 22px;
    margin-top: 10px;
}

body.inicio-dashboard-v3 .home-routine .action-summary--pending,
body.inicio-dashboard-v3 .home-feedbacks .action-summary--pending,
body.inicio-dashboard-v3 .home-development .action-summary--pending {
    width: 100%;
}

body.inicio-dashboard-v3 .home-routine .action-summary__link,
body.inicio-dashboard-v3 .home-feedbacks .action-summary__link,
body.inicio-dashboard-v3 .home-development .action-summary__link,
body.inicio-dashboard-v3 .home-health .action-summary__link {
    max-width: 100%;
}

body.inicio-dashboard-v3 .home-positive-panel,
body.inicio-dashboard-v3 .home-development-list,
body.inicio-dashboard-v3 .routine-list,
body.inicio-dashboard-v3 .ph-home-routine-card .home-card__status,
body.inicio-dashboard-v3 .ph-home-feedback-card .home-card__status,
body.inicio-dashboard-v3 .ph-home-evaluation-training-card .home-card__status {
    display: none;
}

@media (max-width: 768px) {
    body.inicio-dashboard-v3 .home-card__action-status {
        min-height: 58px;
    }

    body.inicio-dashboard-v3 .action-summary__link,
    body.inicio-dashboard-v3 .action-summary--success,
    body.inicio-dashboard-v3 .action-summary--error {
        font-size: 11.5px;
    }
}

/* Ajuste de legibilidade dos quatro indicadores em cards estreitos. */
body.inicio-dashboard-v3 .home-health-metric {
    grid-template-columns: 7px minmax(0, 1fr);
    gap: 3px;
    padding-inline: 5px;
}

body.inicio-dashboard-v3 .home-health-metric__dot {
    width: 7px;
    height: 7px;
}

body.inicio-dashboard-v3 .home-health-metric strong {
    min-width: 0;
    font-size: 9.25px;
    letter-spacing: -.015em;
    white-space: nowrap;
}


/* MindZ 26684 — emotions mais compactos e premium. */
@layer mindz.page {
    body.inicio-dashboard-v3 .home-mood-checkin__title {
        font-size: 14px;
        font-weight: 680;
        letter-spacing: -0.01em;
        margin-bottom: 6px;
    }

    body.inicio-dashboard-v3 .home-mood-checkin__options,
    body.inicio-dashboard-v3 .mz-mood-strip {
        grid-template-columns: repeat(5, minmax(82px, 96px));
        gap: 10px;
        width: min(100%, 508px);
        margin-top: 6px;
        padding: 6px 2px 4px;
    }

    body.inicio-dashboard-v3 .home-mood-card,
    body.inicio-dashboard-v3 .mz-mood-option {
        min-height: 106px;
        padding: 8px 7px 7px;
        border-radius: 16px;
        border-color: color-mix(in srgb, var(--border-subtle, #dbe3f3) 92%, transparent);
        background:
            radial-gradient(circle at 35% 10%, rgba(255,255,255,.96), transparent 30%),
            radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--color-primary, #5d6cb9) 7%, transparent), transparent 56%),
            linear-gradient(180deg, color-mix(in srgb, var(--surface-primary, #fff) 98%, white), color-mix(in srgb, var(--surface-primary, #fff) 92%, var(--color-primary, #5d6cb9)));
        box-shadow: 0 9px 22px rgba(25, 36, 62, .052);
        gap: 6px;
    }

    body.inicio-dashboard-v3 .home-mood-card::after,
    body.inicio-dashboard-v3 .mz-mood-option::after {
        inset: auto 22% 8px;
        height: 11px;
        background: rgba(36, 27, 80, .09);
        filter: blur(8px);
        opacity: .42;
    }

    body.inicio-dashboard-v3 .home-mood-card:hover,
    body.inicio-dashboard-v3 .home-mood-card:focus-visible,
    body.inicio-dashboard-v3 .mz-mood-option:hover,
    body.inicio-dashboard-v3 .mz-mood-option:focus-visible {
        transform: translateY(-2px);
        border-color: color-mix(in srgb, var(--color-primary, #5d6cb9) 30%, var(--border-subtle, #dbe3f3));
        box-shadow: 0 16px 34px rgba(58, 46, 120, .12);
    }

    body.inicio-dashboard-v3 .home-mood-card[aria-pressed="true"],
    body.inicio-dashboard-v3 .mz-mood-option[aria-pressed="true"] {
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary, #5d6cb9) 10%, transparent), 0 16px 34px rgba(58,46,120,.13);
    }

    body.inicio-dashboard-v3 .home-mood-card[aria-pressed="true"]::before,
    body.inicio-dashboard-v3 .mz-mood-option[aria-pressed="true"]::before {
        top: 6px;
        right: 6px;
        width: 16px;
        height: 16px;
        font-size: 9px;
    }

    body.inicio-dashboard-v3 .home-mood-checkin .emotion,
    body.inicio-dashboard-v3 .home-mood-checkin .mz-mood-emoji {
        width: 62px !important;
        height: 62px !important;
        max-width: 62px !important;
        max-height: 62px !important;
        filter: drop-shadow(0 7px 11px rgba(74, 50, 15, .14));
        shape-rendering: geometricPrecision;
        text-rendering: geometricPrecision;
    }

    body.inicio-dashboard-v3 .home-mood-checkin .face-ring {
        stroke-width: 1.6;
        stroke: rgba(255,255,255,.74);
    }

    body.inicio-dashboard-v3 .home-mood-checkin .face-outline {
        stroke-width: 2.05;
        stroke: color-mix(in srgb, var(--face-deep) 66%, #25180e);
    }

    body.inicio-dashboard-v3 .home-mood-checkin .eye-soft {
        stroke-width: 4.55;
    }

    body.inicio-dashboard-v3 .home-mood-checkin .mouth-line {
        stroke-width: 4.75;
    }

    body.inicio-dashboard-v3 .home-mood-checkin .brow {
        stroke-width: 3.6;
    }

    body.inicio-dashboard-v3 .home-mood-checkin .mood-name,
    body.inicio-dashboard-v3 .home-mood-checkin .mz-mood-label {
        font-size: 10.25px;
        font-weight: 760;
        letter-spacing: -0.01em;
        color: var(--text-primary, #25314a);
    }

    body.inicio-dashboard-v3 .home-mood-checkin__privacy {
        margin-top: 8px;
        font-size: 11.5px;
        opacity: .92;
    }

    @media (max-width: 860px) {
        body.inicio-dashboard-v3 .home-mood-checkin__options,
        body.inicio-dashboard-v3 .mz-mood-strip {
            grid-template-columns: repeat(5, minmax(70px, 1fr));
        }

        body.inicio-dashboard-v3 .home-mood-checkin .emotion,
        body.inicio-dashboard-v3 .home-mood-checkin .mz-mood-emoji {
            width: 56px !important;
            height: 56px !important;
            max-width: 56px !important;
            max-height: 56px !important;
        }
    }
}

/* =========================================================
   MindZ 26805 — Home dashboard redesign: trava de layout real
   Corrige colapso de grid no menu expandido e reativa topbar local.
   A camada é propositalmente final e com !important apenas nos pontos
   que precisam superar hotfixes antigos de topbar/grade.
   ========================================================= */
body.inicio-dashboard-26805,
body.inicio-dashboard-26805 * {
    box-sizing: border-box;
}

body.inicio-dashboard-26805 .app-content,
body.inicio-dashboard-26805 .content-page,
body.inicio-dashboard-26805 #pageContent,
body.inicio-dashboard-26805 .ph-home-page,
body.inicio-dashboard-26805 .ph-home-dashboard,
body.inicio-dashboard-26805 .ph-home-dashboard--saas,
body.inicio-dashboard-26805 .home-page,
body.inicio-dashboard-26805 .home-dashboard {
    min-width: 0 !important;
    max-width: 100% !important;
}

body.inicio-dashboard-26805 .app-content,
body.inicio-dashboard-26805 .content-page {
    overflow-x: hidden !important;
}

body.inicio-dashboard-26805 .ph-home-dashboard.ph-home-dashboard--saas {
    width: 100% !important;
    max-width: 1680px !important;
    margin: 0 auto !important;
    padding: clamp(18px, 2vw, 28px) clamp(18px, 2.2vw, 34px) 42px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 22px !important;
    overflow: visible !important;
}

/* Hotfix antigo escondia todo .ph-home-topbar. O redesign precisa do header local. */
body.inicio-dashboard-26805 .ph-home-redesign-topbar,
body.inicio-dashboard-26805 .ph-home-topbar.ph-home-redesign-topbar,
body.inicio-dashboard-26805 .ph-home-topbar.ph-home-topbar--premium.ph-home-redesign-topbar {
    display: grid !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 !important;
    grid-template-columns: minmax(220px, .72fr) minmax(360px, .9fr) minmax(260px, auto) !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: clamp(14px, 1.7vw, 26px) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.inicio-dashboard-26805 .ph-home-redesign-topbar__title,
body.inicio-dashboard-26805 .ph-home-redesign-search,
body.inicio-dashboard-26805 .ph-home-redesign-topbar__actions,
body.inicio-dashboard-26805 .ph-home-topbar__actions,
body.inicio-dashboard-26805 .ph-home-profile-pill--redesign,
body.inicio-dashboard-26805 .ph-home-icon-btn,
body.inicio-dashboard-26805 .ph-home-theme-toggle,
body.inicio-dashboard-26805 .topbar-theme-customizer {
    visibility: visible !important;
    pointer-events: auto !important;
}

body.inicio-dashboard-26805 .ph-home-redesign-topbar__title {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26805 .ph-home-redesign-search {
    display: grid !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26805 .ph-home-redesign-topbar__actions,
body.inicio-dashboard-26805 .ph-home-topbar__actions {
    display: flex !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
}

body.inicio-dashboard-26805 .ph-home-icon-btn,
body.inicio-dashboard-26805 .ph-home-theme-toggle,
body.inicio-dashboard-26805 .ph-home-profile-pill--redesign,
body.inicio-dashboard-26805 .topbar-theme-customizer {
    display: inline-flex !important;
}

body.inicio-dashboard-26805 .home-page {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

/* Grade autoral aprovada: 3 cards na primeira linha, 4 cards na segunda. */
body.inicio-dashboard-26805 .home-dashboard {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
        "welcome welcome welcome welcome score score score score routine routine routine routine"
        "feedback feedback feedback activities activities activities health health health development development development" !important;
    grid-auto-flow: row !important;
    grid-auto-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: clamp(18px, 1.55vw, 24px) !important;
    align-items: stretch !important;
    overflow: visible !important;
}

body.inicio-dashboard-26805 .home-dashboard > * {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
}

body.inicio-dashboard-26805 .home-dashboard > .home-welcome { grid-area: welcome !important; }
body.inicio-dashboard-26805 .home-dashboard > .home-score { grid-area: score !important; }
body.inicio-dashboard-26805 .home-dashboard > .home-routine { grid-area: routine !important; }
body.inicio-dashboard-26805 .home-dashboard > .home-feedbacks { grid-area: feedback !important; }
body.inicio-dashboard-26805 .home-dashboard > .home-activities { grid-area: activities !important; }
body.inicio-dashboard-26805 .home-dashboard > .home-health { grid-area: health !important; }
body.inicio-dashboard-26805 .home-dashboard > .home-development { grid-area: development !important; }

body.inicio-dashboard-26805 .home-card,
body.inicio-dashboard-26805 .home-welcome,
body.inicio-dashboard-26805 .ph-home-card,
body.inicio-dashboard-26805 .ph-home-mindex-card,
body.inicio-dashboard-26805 .ph-home-activity-card {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

body.inicio-dashboard-26805 .home-redesign-welcome {
    min-height: 410px !important;
}

body.inicio-dashboard-26805 .home-redesign-welcome__hero {
    grid-template-columns: minmax(0, 1fr) minmax(86px, 132px) !important;
    gap: 18px !important;
}

body.inicio-dashboard-26805 .home-welcome__message,
body.inicio-dashboard-26805 .home-welcome__message h1,
body.inicio-dashboard-26805 .home-welcome__message p,
body.inicio-dashboard-26805 .home-card__title,
body.inicio-dashboard-26805 .home-card__description,
body.inicio-dashboard-26805 .home-redesign-card-header > *,
body.inicio-dashboard-26805 .home-card__body > * {
    min-width: 0 !important;
}

body.inicio-dashboard-26805 .home-welcome__message h1 {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

body.inicio-dashboard-26805 .home-mood-checkin__options,
body.inicio-dashboard-26805 .mz-mood-strip {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(5, minmax(72px, 1fr)) !important;
    overflow: visible !important;
}

body.inicio-dashboard-26805 .home-mood-card,
body.inicio-dashboard-26805 .mz-mood-option,
body.inicio-dashboard-26805 .ph-home-mood-option {
    min-width: 0 !important;
    max-width: 100% !important;
}

body.inicio-dashboard-26805 .home-redesign-score-gauge,
body.inicio-dashboard-26805 .home-redesign-health-ring {
    max-width: min(100%, 210px) !important;
}

body.inicio-dashboard-26805 .home-redesign-score-gauge__arc {
    width: min(100%, 176px) !important;
    height: min(38vw, 176px) !important;
    min-height: 150px !important;
    margin-inline: auto !important;
}

body.inicio-dashboard-26805 .home-mindex-row,
body.inicio-dashboard-26805 .home-redesign-routine-row,
body.inicio-dashboard-26805 .home-redesign-action-row,
body.inicio-dashboard-26805 .home-redesign-activity-row,
body.inicio-dashboard-26805 .home-redesign-health-signal {
    min-width: 0 !important;
}

body.inicio-dashboard-26805 .home-mindex-row strong,
body.inicio-dashboard-26805 .home-redesign-routine-row strong,
body.inicio-dashboard-26805 .home-redesign-action-row strong,
body.inicio-dashboard-26805 .home-redesign-activity-row strong {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

@media (max-width: 1500px) {
    body.inicio-dashboard-26805 .home-dashboard {
        grid-template-areas:
            "welcome welcome welcome welcome welcome welcome score score score routine routine routine"
            "feedback feedback feedback feedback activities activities activities activities health health health health"
            "development development development development development development development development development development development development" !important;
    }
}

@media (max-width: 1180px) {
    body.inicio-dashboard-26805 .ph-home-redesign-topbar,
    body.inicio-dashboard-26805 .ph-home-topbar.ph-home-topbar--premium.ph-home-redesign-topbar {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px !important;
    }

    body.inicio-dashboard-26805 .ph-home-redesign-topbar__actions,
    body.inicio-dashboard-26805 .ph-home-topbar__actions {
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
    }

    body.inicio-dashboard-26805 .home-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-areas:
            "welcome welcome"
            "score routine"
            "feedback activities"
            "health development" !important;
    }
}

@media (max-width: 760px), (max-width: 959px) and (orientation: landscape) and (max-height: 560px) and (pointer: coarse) {
    body.inicio-dashboard-26805 .ph-home-dashboard.ph-home-dashboard--saas {
        padding: 14px 12px 28px !important;
    }

    body.inicio-dashboard-26805 .home-dashboard {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "welcome"
            "score"
            "routine"
            "feedback"
            "activities"
            "health"
            "development" !important;
    }

    body.inicio-dashboard-26805 .home-redesign-welcome__hero {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26805 .home-redesign-orb {
        display: none !important;
    }

    body.inicio-dashboard-26805 .home-mood-checkin__options,
    body.inicio-dashboard-26805 .mz-mood-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}



/* =========================================================
   MindZ v26810 — Home definitiva: layout sem corte + score reposicionado
   Esta camada fica no final do inicio_final.css para sobrescrever os
   hotfixes antigos da Home que ainda estavam vencendo o inicio.css.
   ========================================================= */

body.inicio-dashboard-26810 .ph-home-dashboard.ph-home-dashboard--saas {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: clamp(18px, 2vw, 28px) clamp(22px, 2.4vw, 42px) 36px !important;
    gap: 20px !important;
    overflow-x: hidden !important;
}

body.inicio-dashboard-26810 .ph-home-redesign-topbar,
body.inicio-dashboard-26810 .ph-home-topbar.ph-home-redesign-topbar,
body.inicio-dashboard-26810 .ph-home-topbar.ph-home-topbar--premium.ph-home-redesign-topbar {
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) minmax(420px, 620px) auto !important;
    align-items: center !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.inicio-dashboard-26810 .ph-home-redesign-search {
    width: min(100%, 620px) !important;
    min-width: 420px !important;
    justify-self: end !important;
}

body.inicio-dashboard-26810 .home-page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.inicio-dashboard-26810 .home-dashboard {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
        "welcome welcome welcome welcome welcome welcome welcome routine routine routine routine routine"
        "feedback feedback feedback feedback activities activities activities activities score score score score"
        "development development development development development development development development development development development development" !important;
    gap: clamp(18px, 1.55vw, 24px) !important;
    align-items: start !important;
    grid-auto-rows: auto !important;
    overflow: visible !important;
}

body.inicio-dashboard-26810 .home-dashboard > * {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
}

body.inicio-dashboard-26810 .home-dashboard > .home-welcome {
    grid-area: welcome !important;
    order: 1 !important;
}

body.inicio-dashboard-26810 .home-dashboard > .home-routine {
    grid-area: routine !important;
    order: 2 !important;
}

body.inicio-dashboard-26810 .home-dashboard > .home-feedbacks {
    grid-area: feedback !important;
    order: 3 !important;
}

body.inicio-dashboard-26810 .home-dashboard > .home-activities {
    grid-area: activities !important;
    order: 4 !important;
}

body.inicio-dashboard-26810 .home-dashboard > .home-score {
    grid-area: score !important;
    order: 5 !important;
}

body.inicio-dashboard-26810 .home-dashboard > .home-development {
    grid-area: development !important;
    order: 6 !important;
}

body.inicio-dashboard-26810 .home-card,
body.inicio-dashboard-26810 .home-welcome,
body.inicio-dashboard-26810 .ph-home-card,
body.inicio-dashboard-26810 .home-redesign-card {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
}

body.inicio-dashboard-26810 .home-redesign-welcome,
body.inicio-dashboard-26810 .home-dashboard > .home-welcome {
    overflow: visible !important;
    min-height: 0 !important;
}

body.inicio-dashboard-26810 .home-redesign-welcome {
    padding: 0 !important;
}

body.inicio-dashboard-26810 .home-redesign-welcome__hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(94px, 138px) !important;
    align-items: center !important;
    gap: clamp(14px, 1.8vw, 24px) !important;
    min-height: 0 !important;
    padding: clamp(22px, 2vw, 32px) clamp(22px, 2.2vw, 34px) clamp(14px, 1.3vw, 20px) !important;
}

body.inicio-dashboard-26810 .home-welcome__message {
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.inicio-dashboard-26810 .home-welcome__message h1 {
    margin: 0 !important;
    max-width: 100% !important;
    color: var(--text-primary, var(--title-color)) !important;
    font-size: clamp(32px, 2.65vw, 46px) !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

body.inicio-dashboard-26810 .home-welcome__message p {
    margin: 10px 0 0 !important;
    max-width: 420px !important;
    color: var(--text-secondary, var(--text-muted)) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    overflow: visible !important;
}

body.inicio-dashboard-26810 .home-redesign-orb {
    justify-self: end !important;
    width: min(132px, 100%) !important;
    height: 132px !important;
    opacity: .86 !important;
}

body.inicio-dashboard-26810 .home-welcome__mood {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 clamp(18px, 1.8vw, 28px) clamp(18px, 1.8vw, 28px) !important;
    overflow: visible !important;
}

body.inicio-dashboard-26810 .home-mood-checkin {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: clamp(16px, 1.5vw, 20px) !important;
    overflow: visible !important;
}

body.inicio-dashboard-26810 .home-mood-checkin__header,
body.inicio-dashboard-26810 .home-mood-checkin__title {
    min-width: 0 !important;
}

body.inicio-dashboard-26810 .home-mood-checkin__options,
body.inicio-dashboard-26810 .mz-mood-strip {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(76px, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
}

body.inicio-dashboard-26810 .home-mood-card,
body.inicio-dashboard-26810 .mood-card,
body.inicio-dashboard-26810 .mz-mood-option,
body.inicio-dashboard-26810 .ph-home-mood-option {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 92px !important;
    height: auto !important;
    padding: 10px 7px !important;
    overflow: visible !important;
}

body.inicio-dashboard-26810 .home-mood-card svg,
body.inicio-dashboard-26810 .mz-mood-emoji {
    width: clamp(42px, 4vw, 58px) !important;
    height: clamp(42px, 4vw, 58px) !important;
}

body.inicio-dashboard-26810 .mood-name,
body.inicio-dashboard-26810 .mz-mood-label,
body.inicio-dashboard-26810 .ph-home-mood-option__text {
    max-width: 100% !important;
    font-size: 11.5px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
}

body.inicio-dashboard-26810 .home-mood-checkin__privacy {
    margin-top: 12px !important;
    white-space: normal !important;
}

body.inicio-dashboard-26810 .home-redesign-routine {
    overflow: hidden !important;
}

body.inicio-dashboard-26810 .home-redesign-routine-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    gap: 14px !important;
}

body.inicio-dashboard-26810 .home-redesign-routine-health {
    display: grid !important;
    place-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 12px !important;
    width: 100% !important;
}

body.inicio-dashboard-26810 .home-redesign-health-ring--compact {
    width: clamp(162px, 13vw, 190px) !important;
    height: clamp(162px, 13vw, 190px) !important;
    margin: 0 auto !important;
}

body.inicio-dashboard-26810 .home-redesign-routine-topic-list {
    display: grid !important;
    gap: 10px !important;
    max-height: min(300px, 38vh) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 4px !important;
}

body.inicio-dashboard-26810 .home-redesign-routine-topic {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 56px !important;
}

body.inicio-dashboard-26810 .home-redesign-routine-summary__pill.is-ok,
body.inicio-dashboard-26810 .home-redesign-topic-button.is-ok {
    display: none !important;
}

body.inicio-dashboard-26810 .home-score {
    overflow: hidden !important;
    background:
        radial-gradient(circle at 86% 0%, color-mix(in srgb, var(--primary, #7c3aed) 10%, transparent), transparent 42%),
        linear-gradient(180deg, color-mix(in srgb, var(--surface-primary, #fff) 96%, var(--primary, #7c3aed) 4%), var(--surface-primary, #fff)) !important;
}

body.inicio-dashboard-26810 .home-score .home-card__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    justify-items: stretch !important;
    gap: 14px !important;
}

body.inicio-dashboard-26810 .home-score .home-redesign-score-gauge {
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    justify-items: center !important;
    align-content: center !important;
    text-align: center !important;
    gap: 8px !important;
    padding: 4px 0 2px !important;
}

body.inicio-dashboard-26810 .home-score .home-redesign-score-gauge__arc {
    width: clamp(164px, 13vw, 196px) !important;
    height: clamp(164px, 13vw, 196px) !important;
    min-height: clamp(164px, 13vw, 196px) !important;
    margin: 0 auto !important;
    filter: drop-shadow(0 16px 28px color-mix(in srgb, var(--primary, #7c3aed) 12%, transparent)) !important;
}

body.inicio-dashboard-26810 .home-score .home-redesign-score-gauge__arc span {
    font-size: clamp(34px, 3vw, 48px) !important;
    letter-spacing: -.045em !important;
}

body.inicio-dashboard-26810 .home-score .home-redesign-score-gauge p,
body.inicio-dashboard-26810 .home-score .home-redesign-score-gauge em {
    margin: 0 !important;
}

body.inicio-dashboard-26810 .home-score .home-mindex-heading {
    margin: 2px 0 0 !important;
}

body.inicio-dashboard-26810 .home-score .home-mindex-list {
    border-radius: 14px !important;
    background: color-mix(in srgb, var(--surface-secondary, #f8fafc) 72%, transparent) !important;
}

body.inicio-dashboard-26810 .home-score .home-mindex-row {
    min-height: 34px !important;
    padding: 6px 10px !important;
}

body.inicio-dashboard-26810 .home-development {
    min-height: 0 !important;
}

@media (max-width: 1500px) {
    body.inicio-dashboard-26810 .home-dashboard {
        grid-template-areas:
            "welcome welcome welcome welcome welcome welcome routine routine routine routine routine routine"
            "feedback feedback feedback feedback activities activities activities activities score score score score"
            "development development development development development development development development development development development development" !important;
    }
}

@media (max-width: 1180px) {
    body.inicio-dashboard-26810 .ph-home-redesign-topbar,
    body.inicio-dashboard-26810 .ph-home-topbar.ph-home-redesign-topbar,
    body.inicio-dashboard-26810 .ph-home-topbar.ph-home-topbar--premium.ph-home-redesign-topbar {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26810 .ph-home-redesign-search {
        width: 100% !important;
        min-width: 0 !important;
        justify-self: stretch !important;
    }

    body.inicio-dashboard-26810 .home-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-areas:
            "welcome welcome"
            "routine routine"
            "feedback activities"
            "score score"
            "development development" !important;
    }
}

@media (max-width: 820px) {
    body.inicio-dashboard-26810 .home-dashboard {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "welcome"
            "routine"
            "feedback"
            "activities"
            "score"
            "development" !important;
    }

    body.inicio-dashboard-26810 .home-redesign-welcome__hero {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26810 .home-redesign-orb {
        display: none !important;
    }

    body.inicio-dashboard-26810 .home-mood-checkin__options,
    body.inicio-dashboard-26810 .mz-mood-strip {
        grid-template-columns: repeat(auto-fit, minmax(86px, 1fr)) !important;
    }
}



/* =========================================================
   MindZ v26811 — Home: tagbar no topo + 2 linhas com 3 cards
   ========================================================= */

body.inicio-dashboard-26811 .ph-home-dashboard.ph-home-dashboard--saas {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: clamp(18px, 2vw, 28px) clamp(22px, 2.4vw, 42px) 36px !important;
    gap: 20px !important;
    overflow-x: hidden !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar,
body.inicio-dashboard-26811 .ph-home-topbar.ph-home-redesign-topbar,
body.inicio-dashboard-26811 .ph-home-topbar.ph-home-topbar--premium.ph-home-redesign-topbar {
    display: grid !important;
    grid-template-columns: minmax(340px, auto) minmax(380px, 620px) auto !important;
    align-items: center !important;
    gap: clamp(16px, 1.8vw, 28px) !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__title {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__title h1,
body.inicio-dashboard-26811 .ph-home-redesign-topbar__title p {
    display: none !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__view-switch {
    min-width: 0 !important;
    width: 100% !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__view-switch .ph-home-manager-view-switch {
    margin: 0 !important;
    width: max-content !important;
    max-width: 100% !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__view-switch .ph-home-manager-view-switch--tagbar {
    min-height: 48px !important;
    padding: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    border: 1px solid color-mix(in srgb, var(--primary, #7c3aed) 18%, var(--border, #e5e7eb)) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--primary, #7c3aed) 8%, var(--surface, #fff) 92%),
            color-mix(in srgb, var(--surface, #fff) 94%, var(--primary, #7c3aed) 6%)) !important;
    box-shadow: 0 10px 28px color-mix(in srgb, var(--primary, #7c3aed) 9%, transparent) !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__view-switch .ph-home-manager-view-switch__item {
    min-height: 38px !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--text-soft, #475569) !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__view-switch .ph-home-manager-view-switch__item.is-active {
    background: var(--surface, #fff) !important;
    color: var(--primary, #7c3aed) !important;
    box-shadow: 0 8px 22px color-mix(in srgb, var(--primary, #7c3aed) 12%, transparent) !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__view-switch .ph-home-manager-view-switch__icon,
body.inicio-dashboard-26811 .ph-home-redesign-topbar__view-switch .ph-home-manager-view-switch__icon svg {
    width: 18px !important;
    height: 18px !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-topbar__view-switch .ph-home-manager-view-switch__badge {
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 14%, transparent) !important;
    color: var(--primary, #7c3aed) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
}

body.inicio-dashboard-26811 .ph-home-redesign-search {
    width: min(100%, 620px) !important;
    min-width: 380px !important;
    justify-self: end !important;
}

body.inicio-dashboard-26811 .home-page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.inicio-dashboard-26811 .home-dashboard {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
        "welcome welcome welcome welcome routine routine routine routine feedback feedback feedback feedback"
        "development development development development activities activities activities activities score score score score" !important;
    gap: clamp(18px, 1.55vw, 24px) !important;
    align-items: stretch !important;
    grid-auto-rows: auto !important;
    overflow: visible !important;
}

body.inicio-dashboard-26811 .home-dashboard > * {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
}

body.inicio-dashboard-26811 .home-dashboard > .home-welcome {
    grid-area: welcome !important;
    order: 1 !important;
}

body.inicio-dashboard-26811 .home-dashboard > .home-routine {
    grid-area: routine !important;
    order: 2 !important;
}

body.inicio-dashboard-26811 .home-dashboard > .home-feedbacks {
    grid-area: feedback !important;
    order: 3 !important;
}

body.inicio-dashboard-26811 .home-dashboard > .home-development {
    grid-area: development !important;
    order: 4 !important;
}

body.inicio-dashboard-26811 .home-dashboard > .home-activities {
    grid-area: activities !important;
    order: 5 !important;
}

body.inicio-dashboard-26811 .home-dashboard > .home-score {
    grid-area: score !important;
    order: 6 !important;
}

body.inicio-dashboard-26811 .home-card,
body.inicio-dashboard-26811 .home-welcome,
body.inicio-dashboard-26811 .ph-home-card,
body.inicio-dashboard-26811 .home-redesign-card {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
}

body.inicio-dashboard-26811 .home-redesign-welcome {
    padding: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
}

body.inicio-dashboard-26811 .home-redesign-welcome__hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(74px, 112px) !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 0 !important;
    padding: 24px 24px 14px !important;
}

body.inicio-dashboard-26811 .home-welcome__message {
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.inicio-dashboard-26811 .home-welcome__message h1 {
    margin: 0 !important;
    max-width: 100% !important;
    color: var(--text-primary, var(--title-color)) !important;
    font-size: clamp(30px, 2.35vw, 42px) !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

body.inicio-dashboard-26811 .home-welcome__message p {
    margin: 10px 0 0 !important;
    max-width: 360px !important;
    color: var(--text-secondary, var(--text-muted)) !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
    overflow: visible !important;
}

body.inicio-dashboard-26811 .home-redesign-orb {
    justify-self: end !important;
    width: min(108px, 100%) !important;
    height: 108px !important;
    opacity: .8 !important;
}

body.inicio-dashboard-26811 .home-welcome__mood {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 18px 18px !important;
    overflow: visible !important;
}

body.inicio-dashboard-26811 .home-mood-checkin {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 16px !important;
    overflow: visible !important;
}

body.inicio-dashboard-26811 .home-mood-checkin__options,
body.inicio-dashboard-26811 .mz-mood-strip {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(76px, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
}

body.inicio-dashboard-26811 .home-mood-card,
body.inicio-dashboard-26811 .mood-card,
body.inicio-dashboard-26811 .mz-mood-option,
body.inicio-dashboard-26811 .ph-home-mood-option {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 88px !important;
    height: auto !important;
    padding: 9px 7px !important;
    overflow: visible !important;
}

body.inicio-dashboard-26811 .home-mood-card svg,
body.inicio-dashboard-26811 .mz-mood-emoji {
    width: clamp(40px, 3.6vw, 54px) !important;
    height: clamp(40px, 3.6vw, 54px) !important;
}

body.inicio-dashboard-26811 .mood-name,
body.inicio-dashboard-26811 .mz-mood-label,
body.inicio-dashboard-26811 .ph-home-mood-option__text {
    max-width: 100% !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
}

body.inicio-dashboard-26811 .home-redesign-routine-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    gap: 14px !important;
}

body.inicio-dashboard-26811 .home-redesign-routine-health {
    display: grid !important;
    place-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
    width: 100% !important;
}

body.inicio-dashboard-26811 .home-redesign-health-ring--compact {
    width: clamp(150px, 11.5vw, 178px) !important;
    height: clamp(150px, 11.5vw, 178px) !important;
    margin: 0 auto !important;
}

body.inicio-dashboard-26811 .home-redesign-routine-topic-list {
    display: grid !important;
    gap: 9px !important;
    max-height: 258px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 4px !important;
}

body.inicio-dashboard-26811 .home-redesign-routine-topic {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 54px !important;
}

body.inicio-dashboard-26811 .home-redesign-routine-summary__pill.is-ok,
body.inicio-dashboard-26811 .home-redesign-topic-button.is-ok {
    display: none !important;
}

body.inicio-dashboard-26811 .home-score {
    background:
        radial-gradient(circle at 86% 0%, color-mix(in srgb, var(--primary, #7c3aed) 10%, transparent), transparent 42%),
        linear-gradient(180deg, color-mix(in srgb, var(--surface-primary, #fff) 96%, var(--primary, #7c3aed) 4%), var(--surface-primary, #fff)) !important;
}

body.inicio-dashboard-26811 .home-score .home-card__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    justify-items: stretch !important;
    gap: 14px !important;
}

body.inicio-dashboard-26811 .home-score .home-redesign-score-gauge {
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    justify-items: center !important;
    align-content: center !important;
    text-align: center !important;
    gap: 8px !important;
    padding: 2px 0 !important;
}

body.inicio-dashboard-26811 .home-score .home-redesign-score-gauge__arc {
    width: clamp(150px, 11.5vw, 188px) !important;
    height: clamp(150px, 11.5vw, 188px) !important;
    min-height: clamp(150px, 11.5vw, 188px) !important;
    margin: 0 auto !important;
    filter: drop-shadow(0 16px 28px color-mix(in srgb, var(--primary, #7c3aed) 12%, transparent)) !important;
}

body.inicio-dashboard-26811 .home-score .home-redesign-score-gauge__arc span {
    font-size: clamp(32px, 2.7vw, 44px) !important;
    letter-spacing: -.045em !important;
}

body.inicio-dashboard-26811 .home-score .home-redesign-score-gauge p,
body.inicio-dashboard-26811 .home-score .home-redesign-score-gauge em {
    margin: 0 !important;
}

body.inicio-dashboard-26811 .home-score .home-mindex-heading {
    margin: 2px 0 0 !important;
}

body.inicio-dashboard-26811 .home-score .home-mindex-list {
    border-radius: 14px !important;
    background: color-mix(in srgb, var(--surface-secondary, #f8fafc) 72%, transparent) !important;
}

body.inicio-dashboard-26811 .home-score .home-mindex-row {
    min-height: 34px !important;
    padding: 6px 10px !important;
}

body.inicio-dashboard-26811 .home-development {
    min-height: 0 !important;
}

@media (max-width: 1500px) {
    body.inicio-dashboard-26811 .home-dashboard {
        grid-template-areas:
            "welcome welcome welcome welcome welcome welcome routine routine routine routine routine routine"
            "feedback feedback feedback feedback activities activities activities activities score score score score"
            "development development development development development development development development development development development development" !important;
    }

    body.inicio-dashboard-26811 .home-dashboard > .home-feedbacks {
        grid-area: feedback !important;
    }

    body.inicio-dashboard-26811 .home-dashboard > .home-development {
        grid-area: development !important;
    }
}

@media (max-width: 1180px) {
    body.inicio-dashboard-26811 .ph-home-redesign-topbar,
    body.inicio-dashboard-26811 .ph-home-topbar.ph-home-redesign-topbar,
    body.inicio-dashboard-26811 .ph-home-topbar.ph-home-topbar--premium.ph-home-redesign-topbar {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26811 .ph-home-redesign-search {
        width: 100% !important;
        min-width: 0 !important;
        justify-self: stretch !important;
    }

    body.inicio-dashboard-26811 .home-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-areas:
            "welcome welcome"
            "routine routine"
            "feedback feedback"
            "development development"
            "activities score" !important;
    }
}

@media (max-width: 820px) {
    body.inicio-dashboard-26811 .home-dashboard {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "welcome"
            "routine"
            "feedback"
            "development"
            "activities"
            "score" !important;
    }

    body.inicio-dashboard-26811 .home-redesign-welcome__hero {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26811 .home-redesign-orb {
        display: none !important;
    }
}



/* =========================================================
   MindZ v26812 — Home: desenvolvimento pendente + feedback buttons + gráficos centralizados
   ========================================================= */

body.inicio-dashboard-26812 .home-redesign-action-list--pending-only {
    display: grid !important;
    gap: 10px !important;
}

body.inicio-dashboard-26812 .home-development .home-redesign-empty-state--compact {
    min-height: 112px !important;
    padding: 16px !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 5px !important;
    text-align: center !important;
    border: 1px dashed var(--home-rd-border, var(--border)) !important;
    border-radius: 16px !important;
    background: color-mix(in srgb, var(--surface, #fff) 94%, var(--primary, #7c3aed) 6%) !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stats.home-redesign-feedback-stat-buttons {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button {
    min-width: 0 !important;
    min-height: 82px !important;
    padding: 12px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 18px !important;
    align-items: center !important;
    gap: 10px !important;
    color: var(--home-rd-title, var(--title-color)) !important;
    text-decoration: none !important;
    border: 1px solid var(--home-rd-border, var(--border)) !important;
    border-radius: 16px !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--surface, #fff) 95%, var(--primary, #7c3aed) 5%),
            color-mix(in srgb, var(--surface, #fff) 98%, var(--primary, #7c3aed) 2%)) !important;
    box-shadow: 0 1px 2px rgb(15 23 42 / 4%) !important;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button:hover,
body.inicio-dashboard-26812 .home-redesign-feedback-stat-button:focus-visible {
    transform: translateY(-1px) !important;
    border-color: color-mix(in srgb, var(--primary, #7c3aed) 26%, var(--home-rd-border, var(--border))) !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--surface, #fff) 91%, var(--primary, #7c3aed) 9%),
            color-mix(in srgb, var(--surface, #fff) 96%, var(--primary, #7c3aed) 4%)) !important;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--primary, #7c3aed) 10%, transparent) !important;
    outline: none !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button:focus-visible {
    box-shadow: var(--focus-ring, 0 0 0 3px color-mix(in srgb, var(--primary, #7c3aed) 22%, transparent)), 0 10px 24px color-mix(in srgb, var(--primary, #7c3aed) 10%, transparent) !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button__icon {
    width: 34px !important;
    height: 34px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 12px !important;
    color: var(--primary, #7c3aed) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 10%, var(--surface, #fff)) !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button__icon svg {
    width: 19px !important;
    height: 19px !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button__content {
    min-width: 0 !important;
    display: grid !important;
    gap: 2px !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button__content strong {
    color: var(--primary, #7c3aed) !important;
    font-size: clamp(24px, 2.2vw, 32px) !important;
    font-weight: 820 !important;
    letter-spacing: -.045em !important;
    line-height: 1 !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button__content small {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    white-space: normal !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button__arrow {
    width: 18px !important;
    height: 18px !important;
    display: inline-grid !important;
    place-items: center !important;
    color: color-mix(in srgb, var(--primary, #7c3aed) 62%, var(--home-rd-muted, #64748b)) !important;
    opacity: .74 !important;
}

body.inicio-dashboard-26812 .home-redesign-feedback-stat-button__arrow svg {
    width: 16px !important;
    height: 16px !important;
}

body.inicio-dashboard-26812 .home-redesign-score-gauge {
    justify-items: center !important;
    text-align: center !important;
}

body.inicio-dashboard-26812 .home-score .home-redesign-score-gauge {
    align-content: center !important;
    justify-content: center !important;
}

body.inicio-dashboard-26812 .home-score .home-redesign-score-gauge__arc,
body.inicio-dashboard-26812 .home-redesign-score-gauge__arc {
    position: relative !important;
    display: grid !important;
    grid-template: 1fr / 1fr !important;
    place-items: center !important;
    align-items: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
}

body.inicio-dashboard-26812 .home-score .home-redesign-score-gauge__arc span,
body.inicio-dashboard-26812 .home-redesign-score-gauge__arc span {
    grid-area: 1 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: translateY(-6px) !important;
    text-align: center !important;
}

body.inicio-dashboard-26812 .home-score .home-redesign-score-gauge__arc small,
body.inicio-dashboard-26812 .home-redesign-score-gauge__arc small {
    grid-area: 1 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: translateY(28px) !important;
    text-align: center !important;
}

body.inicio-dashboard-26812 .home-redesign-routine-health,
body.inicio-dashboard-26812 .home-redesign-health-ring {
    justify-items: center !important;
    text-align: center !important;
}

body.inicio-dashboard-26812 .home-redesign-health-ring,
body.inicio-dashboard-26812 .home-redesign-health-ring--compact {
    position: relative !important;
    display: grid !important;
    grid-template: 1fr / 1fr !important;
    place-items: center !important;
    align-items: center !important;
    justify-items: center !important;
    margin-inline: auto !important;
    text-align: center !important;
}

body.inicio-dashboard-26812 .home-redesign-health-ring > span {
    grid-area: 1 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    transform: translateY(-38px) !important;
}

body.inicio-dashboard-26812 .home-redesign-health-ring strong {
    grid-area: 1 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: translateY(-3px) !important;
    text-align: center !important;
}

body.inicio-dashboard-26812 .home-redesign-health-ring small {
    grid-area: 1 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: translateY(30px) !important;
    text-align: center !important;
}

@media (max-width: 1180px) {
    body.inicio-dashboard-26812 .home-redesign-feedback-stats.home-redesign-feedback-stat-buttons {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px), (max-width: 959px) and (orientation: landscape) and (max-height: 560px) and (pointer: coarse) {
    body.inicio-dashboard-26812 .home-redesign-feedback-stats.home-redesign-feedback-stat-buttons {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}



/* =========================================================
   MindZ v26813 — Home: feedback corrigido, score central e humor privado
   ========================================================= */

/* Feedback: o wrapper não usa mais .home-redesign-feedback-stats para evitar
   que o CSS legado aplique borda/padding em spans internos. */
body.inicio-dashboard-26813 .home-redesign-feedback-buttons {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button {
    min-width: 0 !important;
    min-height: 84px !important;
    padding: 12px !important;
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) 20px !important;
    align-items: center !important;
    gap: 10px !important;
    color: var(--home-rd-title, var(--title-color)) !important;
    text-decoration: none !important;
    border: 1px solid var(--home-rd-border, var(--border)) !important;
    border-radius: 16px !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--surface, #fff) 96%, var(--primary, #7c3aed) 4%),
            color-mix(in srgb, var(--surface, #fff) 99%, var(--primary, #7c3aed) 1%)) !important;
    box-shadow: 0 1px 2px rgb(15 23 42 / 4%) !important;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:hover,
body.inicio-dashboard-26813 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:focus-visible {
    transform: translateY(-1px) !important;
    border-color: color-mix(in srgb, var(--primary, #7c3aed) 26%, var(--home-rd-border, var(--border))) !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--surface, #fff) 92%, var(--primary, #7c3aed) 8%),
            color-mix(in srgb, var(--surface, #fff) 97%, var(--primary, #7c3aed) 3%)) !important;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--primary, #7c3aed) 10%, transparent) !important;
    outline: none !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:focus-visible {
    box-shadow: var(--focus-ring, 0 0 0 3px color-mix(in srgb, var(--primary, #7c3aed) 22%, transparent)), 0 10px 24px color-mix(in srgb, var(--primary, #7c3aed) 10%, transparent) !important;
}

/* Neutraliza o CSS legado que estiliza qualquer span dentro de .home-redesign-feedback-stats. */
body.inicio-dashboard-26813 .home-redesign-feedback-buttons span {
    min-height: 0 !important;
    padding: 0 !important;
    display: initial !important;
    align-content: initial !important;
    gap: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__icon {
    width: 38px !important;
    height: 38px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 13px !important;
    color: var(--primary, #7c3aed) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 10%, var(--surface, #fff)) !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__icon svg {
    width: 20px !important;
    height: 20px !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content {
    min-width: 0 !important;
    display: grid !important;
    gap: 3px !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content strong {
    color: var(--primary, #7c3aed) !important;
    font-size: clamp(24px, 2.2vw, 32px) !important;
    font-weight: 820 !important;
    letter-spacing: -.045em !important;
    line-height: 1 !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content small {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.16 !important;
    white-space: normal !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__arrow {
    width: 20px !important;
    height: 20px !important;
    display: inline-grid !important;
    place-items: center !important;
    color: color-mix(in srgb, var(--primary, #7c3aed) 60%, var(--home-rd-muted, #64748b)) !important;
    opacity: .72 !important;
}

body.inicio-dashboard-26813 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__arrow svg {
    width: 16px !important;
    height: 16px !important;
}

/* Score: o gauge fica centralizado horizontal e verticalmente no corpo útil do card. */
body.inicio-dashboard-26813 .home-score {
    overflow: hidden !important;
}

body.inicio-dashboard-26813 .home-score .home-card__body {
    display: grid !important;
    grid-template-rows: minmax(190px, 1fr) auto auto !important;
    align-items: center !important;
    justify-items: center !important;
    gap: 12px !important;
    height: 100% !important;
}

body.inicio-dashboard-26813 .home-score .home-redesign-score-gauge {
    width: 100% !important;
    min-height: 190px !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    justify-items: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.inicio-dashboard-26813 .home-score .home-redesign-score-gauge__arc,
body.inicio-dashboard-26813 .home-redesign-score-gauge__arc {
    position: relative !important;
    display: grid !important;
    grid-template: 1fr / 1fr !important;
    place-items: center !important;
    align-items: center !important;
    justify-items: center !important;
    margin: 0 auto !important;
    text-align: center !important;
}

body.inicio-dashboard-26813 .home-score .home-redesign-score-gauge__arc span,
body.inicio-dashboard-26813 .home-redesign-score-gauge__arc span {
    grid-area: 1 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: translateY(-7px) !important;
    text-align: center !important;
}

body.inicio-dashboard-26813 .home-score .home-redesign-score-gauge__arc small,
body.inicio-dashboard-26813 .home-redesign-score-gauge__arc small {
    grid-area: 1 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: translateY(30px) !important;
    text-align: center !important;
}

body.inicio-dashboard-26813 .home-score .home-redesign-score-gauge p,
body.inicio-dashboard-26813 .home-score .home-redesign-score-gauge em {
    margin: 0 !important;
    text-align: center !important;
}

/* Humor registrado: estado privado, sem expor emoji/label selecionados. */
body.inicio-dashboard-26813 .mood-response-complete--private {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: start !important;
}

body.inicio-dashboard-26813 .mood-response-complete__private-icon {
    width: 48px !important;
    height: 48px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 16px !important;
    color: var(--primary, #7c3aed) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 10%, var(--surface, #fff)) !important;
}

body.inicio-dashboard-26813 .mood-response-complete--private .mood-response-complete__label,
body.inicio-dashboard-26813 .mood-response-complete--private .mood-response-complete__emotion {
    display: none !important;
}

@media (max-width: 760px), (max-width: 959px) and (orientation: landscape) and (max-height: 560px) and (pointer: coarse) {
    body.inicio-dashboard-26813 .home-redesign-feedback-buttons {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26813 .home-score .home-card__body {
        grid-template-rows: auto !important;
    }
}



/* =========================================================
   MindZ v26814 — Feedback sem setas + ícone com tremida + Top 5 com fotos
   ========================================================= */

@keyframes mindzFeedbackIconShake26814 {
    0%, 100% { transform: translateX(0) rotate(0deg); }
    18% { transform: translateX(-1px) rotate(-4deg); }
    36% { transform: translateX(1px) rotate(4deg); }
    54% { transform: translateX(-1px) rotate(-3deg); }
    72% { transform: translateX(1px) rotate(3deg); }
}

body.inicio-dashboard-26814 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button {
    grid-template-columns: 38px minmax(0, 1fr) !important;
}

body.inicio-dashboard-26814 .home-redesign-feedback-stat-button__arrow {
    display: none !important;
}

body.inicio-dashboard-26814 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:hover .home-redesign-feedback-stat-button__icon,
body.inicio-dashboard-26814 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:focus-visible .home-redesign-feedback-stat-button__icon {
    animation: mindzFeedbackIconShake26814 .48s ease-in-out both !important;
}

body.inicio-dashboard-26814 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:hover .home-redesign-feedback-stat-button__icon svg,
body.inicio-dashboard-26814 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:focus-visible .home-redesign-feedback-stat-button__icon svg {
    transform-origin: center !important;
}

body.inicio-dashboard-26814 .home-score .home-card__body {
    grid-template-rows: auto auto !important;
    align-content: start !important;
    justify-items: stretch !important;
}

body.inicio-dashboard-26814 .home-score .home-redesign-score-gauge {
    justify-self: center !important;
    width: 100% !important;
    max-width: 260px !important;
    min-height: 186px !important;
    margin-inline: auto !important;
}

body.inicio-dashboard-26814 .home-score .home-mindex-heading {
    width: 100% !important;
    max-width: none !important;
}

body.inicio-dashboard-26814 .home-score .home-mindex-list {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
}

body.inicio-dashboard-26814 .home-score .home-mindex-row {
    grid-template-columns: 24px minmax(0, 1fr) auto !important;
    min-height: 42px !important;
    gap: 10px !important;
    padding: 7px 10px !important;
}

body.inicio-dashboard-26814 .home-mindex-row__person {
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
}

body.inicio-dashboard-26814 .home-mindex-row__avatar,
body.inicio-dashboard-26814 .home-mindex-row__avatar.ph-home-avatar {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--surface, #fff) 80%, transparent) !important;
}

body.inicio-dashboard-26814 .home-mindex-row__avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: inherit !important;
}

body.inicio-dashboard-26814 .home-mindex-row__person strong {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 12px !important;
}

body.inicio-dashboard-26814 .home-score .home-redesign-score-gauge__arc {
    margin-inline: auto !important;
}

@media (max-width: 1500px) {
    body.inicio-dashboard-26814 .home-score .home-mindex-row {
        grid-template-columns: 22px minmax(0, 1fr) auto !important;
        padding-inline: 9px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.inicio-dashboard-26814 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:hover .home-redesign-feedback-stat-button__icon,
    body.inicio-dashboard-26814 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button:focus-visible .home-redesign-feedback-stat-button__icon {
        animation: none !important;
    }
}



/* =========================================================
   MindZ v26815 — Notificações sincronizadas com Minha rotina + texto do humor
   ========================================================= */

body.inicio-dashboard-26815 .mood-response-complete--private .mood-response-complete__content p {
    margin-bottom: 14px !important;
}

body.inicio-dashboard-26815 .mood-response-complete--private .mood-response-complete__content small {
    display: block !important;
    margin: 0 0 14px !important;
}



/* =========================================================
   MindZ v26816 — Modal de preenchimento de humor usando o mesmo emotion da Home
   ========================================================= */

body.inicio-dashboard-26816 .ph-home-mood-modal__emotion--same-as-card {
    width: 100% !important;
    display: grid !important;
    place-items: center !important;
    gap: 0 !important;
    padding: 2px 0 4px !important;
    color: inherit !important;
    background: transparent !important;
}

body.inicio-dashboard-26816 .ph-home-mood-modal__preview-card {
    width: min(156px, 100%) !important;
    min-width: 138px !important;
    min-height: 138px !important;
    height: auto !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 10px !important;
    padding: 16px 14px !important;
    cursor: default !important;
    pointer-events: none !important;
}

body.inicio-dashboard-26816 .ph-home-mood-modal__emotion--same-as-card .emotion,
body.inicio-dashboard-26816 .ph-home-mood-modal__emotion--same-as-card .emotion-premium,
body.inicio-dashboard-26816 .ph-home-mood-modal__emotion--same-as-card .mz-mood-emoji {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
    overflow: visible !important;
    stroke: none !important;
    fill: initial !important;
    filter: drop-shadow(0 9px 14px rgba(111,77,16,.18)) !important;
}

body.inicio-dashboard-26816 .ph-home-mood-modal__preview-card .mood-name,
body.inicio-dashboard-26816 .ph-home-mood-modal__preview-card .mz-mood-label {
    color: var(--home-rd-title, var(--text-primary, #1f2937)) !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 760 !important;
    text-align: center !important;
    white-space: normal !important;
}

body.inicio-dashboard-26816 .ph-home-mood-modal__emotion--same-as-card strong {
    display: none !important;
}



/* =========================================================
   MindZ v26817 — Modal de resposta do humor sem emotion
   ========================================================= */

body.inicio-dashboard-26817 .ph-home-mood-modal__emotion,
body.inicio-dashboard-26817 .ph-home-mood-modal__emotion--same-as-card,
body.inicio-dashboard-26817 .ph-home-mood-modal__preview-card {
    display: none !important;
}

body.inicio-dashboard-26817 .ph-home-mood-modal {
    gap: 14px !important;
}

body.inicio-dashboard-26817 .ph-home-mood-modal .ph-home-field,
body.inicio-dashboard-26817 .ph-home-mood-modal textarea,
body.inicio-dashboard-26817 .ph-home-mood-modal .ph-home-form-actions {
    width: 100% !important;
}



/* =========================================================
   MindZ v26818 — Contagem de Climas e pulsos alinhada às telas de Clima
   ========================================================= */
body.inicio-dashboard-26818 .ph-home-notification-list {
    display: grid;
}



/* =========================================================
   MindZ v26826 — Topbar da Home ancorada no cabeçalho global
   ========================================================= */

body.inicio-dashboard-26826 .ph-home-dashboard.ph-home-dashboard--saas {
    padding-top: clamp(22px, 2vw, 32px) !important;
}

body.inicio-dashboard-26826 .ph-home-dashboard > .ph-home-redesign-topbar {
    display: none !important;
}


/* =========================================================
   MindZ v26865 — Home responsiva + feedbacks com rótulos completos
   ========================================================= */

/* A saudação não pode impor altura nem recortar o bloco de emotions em telas resumidas. */
body.inicio-dashboard-26865 .home-dashboard > .home-redesign-welcome,
body.inicio-dashboard-26865 .home-dashboard > .home-welcome {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    align-self: stretch !important;
    overflow: hidden !important;
}

body.inicio-dashboard-26865 .home-redesign-welcome__hero,
body.inicio-dashboard-26865 .home-welcome__mood,
body.inicio-dashboard-26865 .home-mood-checkin,
body.inicio-dashboard-26865 .home-mood-checkin__options,
body.inicio-dashboard-26865 .mz-mood-strip {
    min-height: 0 !important;
    overflow: visible !important;
}

body.inicio-dashboard-26865 .home-welcome__mood {
    position: relative !important;
    z-index: 2 !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 36px) !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26865 .home-mood-checkin {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Feedbacks: ícone/valor na primeira linha e título completo abaixo, sem negrito. */
body.inicio-dashboard-26865 .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    grid-template-rows: 40px auto !important;
    align-items: center !important;
    align-content: start !important;
    gap: 8px 10px !important;
    min-height: 98px !important;
    padding: 12px !important;
    text-align: left !important;
}

body.inicio-dashboard-26865 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
}

body.inicio-dashboard-26865 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content {
    display: contents !important;
}

body.inicio-dashboard-26865 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: start !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26865 .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content small {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 1500px) {
    body.inicio-dashboard-26865 .home-dashboard {
        grid-auto-rows: max-content !important;
    }

    body.inicio-dashboard-26865 .home-redesign-welcome__hero {
        grid-template-columns: minmax(0, 1fr) minmax(64px, 92px) !important;
        padding: 20px 20px 10px !important;
    }

    body.inicio-dashboard-26865 .home-redesign-orb {
        width: min(88px, 100%) !important;
        height: 88px !important;
    }

    body.inicio-dashboard-26865 .home-welcome__mood {
        max-width: calc(100% - 28px) !important;
        margin: 0 14px 14px !important;
    }

    body.inicio-dashboard-26865 .home-mood-checkin {
        padding: 14px !important;
    }

    body.inicio-dashboard-26865 .home-mood-checkin__options,
    body.inicio-dashboard-26865 .mz-mood-strip {
        grid-template-columns: repeat(5, minmax(58px, 1fr)) !important;
        gap: 7px !important;
    }

    body.inicio-dashboard-26865 .home-mood-card,
    body.inicio-dashboard-26865 .mood-card,
    body.inicio-dashboard-26865 .mz-mood-option {
        min-height: 82px !important;
        padding: 8px 5px !important;
    }

    body.inicio-dashboard-26865 .home-mood-card svg,
    body.inicio-dashboard-26865 .mz-mood-emoji {
        width: clamp(38px, 4vw, 50px) !important;
        height: clamp(38px, 4vw, 50px) !important;
    }
}

@media (max-width: 820px) {
    body.inicio-dashboard-26865 .home-dashboard > .home-redesign-welcome,
    body.inicio-dashboard-26865 .home-dashboard > .home-welcome {
        height: auto !important;
    }

    body.inicio-dashboard-26865 .home-redesign-welcome__hero {
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 18px 18px 10px !important;
    }

    body.inicio-dashboard-26865 .home-welcome__message h1 {
        font-size: clamp(26px, 7.8vw, 34px) !important;
        line-height: 1.06 !important;
    }

    body.inicio-dashboard-26865 .home-welcome__mood {
        max-width: calc(100% - 24px) !important;
        margin: 0 12px 12px !important;
    }
}

@media (max-width: 560px) {
    body.inicio-dashboard-26865 .home-mood-checkin__options,
    body.inicio-dashboard-26865 .mz-mood-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.inicio-dashboard-26865 .home-redesign-feedback-buttons {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* =========================================================
   MindZ 26963 — Feedbacks da equipe em 2x2, sem comprimir métricas
   ========================================================= */
body.inicio-dashboard-26813 .home-feedbacks--team .home-redesign-feedback-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.inicio-dashboard-26813 .home-feedbacks--team .home-redesign-feedback-stat-button {
    cursor: default !important;
}

@media (max-width: 720px) {
    body.inicio-dashboard-26813 .home-feedbacks--team .home-redesign-feedback-buttons {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* =========================================================
   MindZ 26969 — Publicações da equipe na visão do gestor
   ========================================================= */
body.inicio-dashboard-26969 .home-team-publications {
    display: grid;
    gap: 0;
    border: 1px solid var(--home-rd-border);
    border-radius: 16px;
    overflow: hidden;
    background: color-mix(in srgb, var(--surface) 97%, var(--primary) 3%);
}

body.inicio-dashboard-26969 .home-team-publication {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    padding: 11px 12px;
    border-bottom: 1px solid var(--home-rd-border);
}

body.inicio-dashboard-26969 .home-team-publication:last-child {
    border-bottom: 0;
}

body.inicio-dashboard-26969 .home-team-publication__avatar,
body.inicio-dashboard-26969 .home-team-publication__content {
    min-width: 0;
}

body.inicio-dashboard-26969 .home-team-publication__avatar .ph-home-avatar,
body.inicio-dashboard-26969 .home-team-publication__avatar .mindz-avatar {
    width: 38px;
    height: 38px;
    min-width: 38px;
}

body.inicio-dashboard-26969 .home-team-publication__content {
    display: grid;
    gap: 4px;
}

body.inicio-dashboard-26969 .home-team-publication__meta {
    min-width: 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

body.inicio-dashboard-26969 .home-team-publication__meta strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--home-rd-title);
    font-size: 13px;
    font-weight: 760;
}

body.inicio-dashboard-26969 .home-team-publication__meta time {
    flex: 0 0 auto;
    color: var(--home-rd-muted);
    font-size: 11px;
    font-weight: 580;
}

body.inicio-dashboard-26969 .home-team-publication p {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: var(--home-rd-muted);
    font-size: 12px;
    line-height: 1.42;
}

body.inicio-dashboard-26969 .home-team-publication__continue {
    width: max-content;
    max-width: 100%;
    color: color-mix(in srgb, var(--primary) 88%, var(--home-rd-title));
    font-size: 12px;
    font-weight: 760;
    text-decoration: none;
}

body.inicio-dashboard-26969 .home-team-publication__continue:hover,
body.inicio-dashboard-26969 .home-team-publication__continue:focus-visible {
    text-decoration: underline;
}

@media (max-width: 560px) {
    body.inicio-dashboard-26969 .home-team-publication__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
}

/* =========================================================
   MindZ 26971 — Saudação premium da visão da equipe
   ========================================================= */
body.inicio-dashboard-26971 .home-redesign-welcome--team {
    position: relative;
    isolation: isolate;
    grid-template-rows: auto minmax(0, 1fr) !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--primary) 24%, transparent) 0, transparent 34%),
        linear-gradient(145deg, color-mix(in srgb, var(--surface) 94%, var(--primary) 6%), var(--surface));
}

body.inicio-dashboard-26971 .home-redesign-welcome--team::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .56;
    background:
        linear-gradient(115deg, transparent 0 44%, color-mix(in srgb, var(--primary) 8%, transparent) 44.2% 44.8%, transparent 45% 100%),
        radial-gradient(circle at 16% 84%, color-mix(in srgb, var(--primary) 8%, transparent) 0 1px, transparent 1.5px);
    background-size: auto, 18px 18px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

body.inicio-dashboard-26971 .home-team-today__hero {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto minmax(74px, 104px) !important;
    align-items: center !important;
    gap: 18px !important;
    padding-bottom: 14px !important;
}

body.inicio-dashboard-26971 .home-team-today__eyebrow {
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: color-mix(in srgb, var(--primary) 86%, var(--home-rd-title));
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

body.inicio-dashboard-26971 .home-team-today__eyebrow i {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--primary);
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--primary) 13%, transparent);
}

body.inicio-dashboard-26971 .home-redesign-welcome--team .home-welcome__message p {
    max-width: 560px;
}

body.inicio-dashboard-26971 .home-team-today__date {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--home-rd-border));
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface) 82%, transparent);
    box-shadow: 0 8px 22px color-mix(in srgb, var(--primary) 8%, transparent);
    backdrop-filter: blur(10px);
    color: var(--home-rd-muted);
    font-size: 11px;
    font-weight: 680;
    white-space: nowrap;
}

body.inicio-dashboard-26971 .home-team-today__date > span {
    width: 16px;
    height: 16px;
    display: inline-grid;
    place-items: center;
    color: var(--primary);
}

body.inicio-dashboard-26971 .home-team-today__date svg {
    width: 16px;
    height: 16px;
}

body.inicio-dashboard-26971 .home-welcome__team-overview {
    display: block !important;
    align-items: initial !important;
    overflow: visible !important;
}

body.inicio-dashboard-26971 .home-team-today {
    position: relative;
    width: 100%;
    min-width: 0;
    display: grid;
    gap: 13px;
    padding: 15px;
    border: 1px solid color-mix(in srgb, var(--primary) 14%, var(--home-rd-border));
    border-radius: 18px;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--surface) 96%, var(--primary) 4%), color-mix(in srgb, var(--surface) 99%, transparent));
    box-shadow:
        0 18px 42px color-mix(in srgb, var(--primary) 8%, transparent),
        inset 0 1px 0 color-mix(in srgb, #fff 65%, transparent);
}

body.inicio-dashboard-26971 .home-team-today__header {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.inicio-dashboard-26971 .home-team-today__header > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

body.inicio-dashboard-26971 .home-team-today__kicker {
    color: color-mix(in srgb, var(--primary) 84%, var(--home-rd-title));
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .065em;
    line-height: 1.15;
    text-transform: uppercase;
}

body.inicio-dashboard-26971 .home-team-today__header h2 {
    margin: 0;
    color: var(--home-rd-title);
    font-size: 15px;
    font-weight: 780;
    line-height: 1.2;
}

body.inicio-dashboard-26971 .home-team-today__all {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid color-mix(in srgb, var(--primary) 22%, var(--home-rd-border));
    border-radius: 999px;
    color: color-mix(in srgb, var(--primary) 88%, var(--home-rd-title));
    background: color-mix(in srgb, var(--primary) 7%, var(--surface));
    font-size: 11px;
    font-weight: 760;
    line-height: 1;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

body.inicio-dashboard-26971 .home-team-today__all:hover,
body.inicio-dashboard-26971 .home-team-today__all:focus-visible {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--primary) 48%, var(--home-rd-border));
    background: color-mix(in srgb, var(--primary) 11%, var(--surface));
}

body.inicio-dashboard-26971 .home-team-today__all span,
body.inicio-dashboard-26971 .home-team-today__all svg {
    width: 14px;
    height: 14px;
}

body.inicio-dashboard-26971 .home-team-today__grid {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.inicio-dashboard-26971 .home-team-today__metric {
    --team-highlight: var(--primary);
    position: relative;
    min-width: 0;
    min-height: 102px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
    padding: 13px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--team-highlight) 18%, var(--home-rd-border));
    border-radius: 15px;
    background:
        radial-gradient(circle at 100% 0, color-mix(in srgb, var(--team-highlight) 10%, transparent), transparent 46%),
        color-mix(in srgb, var(--surface) 97%, var(--team-highlight) 3%);
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.inicio-dashboard-26971 .home-team-today__metric::after {
    content: "";
    position: absolute;
    inset: auto 14px 0 14px;
    height: 2px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--team-highlight) 75%, transparent), transparent);
    opacity: .56;
}

body.inicio-dashboard-26971 .home-team-today__metric:hover,
body.inicio-dashboard-26971 .home-team-today__metric:focus-visible {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--team-highlight) 42%, var(--home-rd-border));
    box-shadow: 0 12px 26px color-mix(in srgb, var(--team-highlight) 11%, transparent);
}

body.inicio-dashboard-26971 .home-team-today__metric--celebration {
    --team-highlight: #b97808;
}

body.inicio-dashboard-26971 .home-team-today__metric--attention {
    --team-highlight: #d06019;
}

body.inicio-dashboard-26971 .home-team-today__metric--success {
    --team-highlight: #19875a;
}

body.inicio-dashboard-26971 .home-team-today__metric-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: color-mix(in srgb, var(--team-highlight) 12%, var(--surface));
    color: var(--team-highlight);
}

body.inicio-dashboard-26971 .home-team-today__metric-icon svg {
    width: 19px;
    height: 19px;
}

body.inicio-dashboard-26971 .home-team-today__metric-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

body.inicio-dashboard-26971 .home-team-today__metric-copy small {
    color: var(--home-rd-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .035em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.inicio-dashboard-26971 .home-team-today__metric-copy strong {
    min-width: 0;
    overflow: hidden;
    color: var(--home-rd-title);
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 820;
    letter-spacing: -.035em;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inicio-dashboard-26971 .home-team-today__metric-copy > span {
    min-width: 0;
    overflow: hidden;
    color: var(--home-rd-muted);
    font-size: 10.5px;
    font-weight: 560;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.inicio-dashboard-26971 .home-team-today__metric-arrow {
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    color: color-mix(in srgb, var(--team-highlight) 70%, var(--home-rd-muted));
    opacity: .7;
}

body.inicio-dashboard-26971 .home-team-today__metric-arrow svg {
    width: 14px;
    height: 14px;
}

body.inicio-dashboard-26971 .home-team-today__avatar-stack {
    position: absolute;
    right: 13px;
    bottom: 12px;
    display: flex;
    align-items: center;
    padding-left: 8px;
}

body.inicio-dashboard-26971 .home-team-today__avatar-stack .ph-home-avatar,
body.inicio-dashboard-26971 .home-team-today__avatar-more {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    margin-left: -7px;
    border: 2px solid var(--surface);
    box-shadow: 0 3px 9px rgba(15, 23, 42, .11);
}

body.inicio-dashboard-26971 .home-team-today__avatar-more {
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--primary) 12%, var(--surface));
    color: color-mix(in srgb, var(--primary) 88%, var(--home-rd-title));
    font-size: 8px;
    font-weight: 800;
}

@media (max-width: 1500px) {
    body.inicio-dashboard-26971 .home-team-today__hero {
        grid-template-columns: minmax(0, 1fr) auto minmax(64px, 88px) !important;
        gap: 12px !important;
    }

    body.inicio-dashboard-26971 .home-team-today__grid {
        gap: 8px;
    }

    body.inicio-dashboard-26971 .home-team-today__metric {
        grid-template-columns: 32px minmax(0, 1fr) auto;
        min-height: 96px;
        padding: 11px;
    }

    body.inicio-dashboard-26971 .home-team-today__metric-icon {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 1100px) {
    body.inicio-dashboard-26971 .home-team-today__date {
        display: none;
    }

    body.inicio-dashboard-26971 .home-team-today__hero {
        grid-template-columns: minmax(0, 1fr) minmax(64px, 88px) !important;
    }

    body.inicio-dashboard-26971 .home-team-today__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.inicio-dashboard-26971 .home-team-today__metric {
        min-height: 82px;
    }
}

@media (max-width: 620px) {
    body.inicio-dashboard-26971 .home-team-today__hero {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26971 .home-redesign-welcome--team .home-redesign-orb {
        display: none !important;
    }

    body.inicio-dashboard-26971 .home-team-today__header {
        align-items: flex-start;
        flex-direction: column;
    }

    body.inicio-dashboard-26971 .home-team-today__all {
        width: 100%;
        justify-content: center;
    }
}


/* =========================================================
   MindZ v26974 — Busca ampliada + checkbox de visão da Home
   ========================================================= */
body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26826.ph-home-header-controls-v26972 {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: clamp(12px, 1.4vw, 22px) !important;
}

body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972__left {
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    overflow: visible !important;
}

body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972__actions {
    width: auto !important;
    min-width: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    grid-template-columns: none !important;
    gap: 0 !important;
}

body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972 #phHomeSearchForm.ph-home-search,
body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972 #phHomeSearchForm.ph-home-redesign-search {
    flex: 0 0 320px !important;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    height: 40px !important;
    margin: 0 !important;
    justify-self: auto !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.10) !important;
}

body.inicio-dashboard-26972 #phHomeSearchInput {
    min-width: 0 !important;
    width: 100% !important;
    font-size: 12.5px !important;
}

body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972 .ph-home-manager-view-switch.ph-home-manager-view-switch--checkbox {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: rgba(255,255,255,.88) !important;
    white-space: nowrap !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__option {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: rgba(255,255,255,.68) !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    transition: color 150ms ease, opacity 150ms ease !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__option.is-active {
    color: #fff !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle {
    position: relative !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__track {
    width: 34px !important;
    height: 18px !important;
    padding: 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid rgba(255,255,255,.34) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.14) !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.12) !important;
    transition: background-color 160ms ease, border-color 160ms ease !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__thumb {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.22) !important;
    transform: translateX(0) !important;
    transition: transform 160ms ease !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__input:checked + .ph-home-view-toggle__track {
    border-color: rgba(255,255,255,.54) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 72%, rgba(255,255,255,.30)) !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__input:checked + .ph-home-view-toggle__track .ph-home-view-toggle__thumb {
    transform: translateX(16px) !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__input:focus-visible + .ph-home-view-toggle__track {
    outline: 2px solid rgba(255,255,255,.92) !important;
    outline-offset: 3px !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__badge {
    min-width: 17px !important;
    height: 17px !important;
    padding: 0 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 3px 8px rgba(0,0,0,.16) !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__badge.has-pending {
    background: var(--danger, #dc2626) !important;
}

body.inicio-dashboard-26972 .ph-home-view-toggle__badge.is-zero {
    background: var(--success, #16a34a) !important;
}

@media (max-width: 959px) {
    body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26826.ph-home-header-controls-v26972 {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972__left {
        gap: 10px !important;
    }

    body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972 #phHomeSearchForm.ph-home-search,
    body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972 #phHomeSearchForm.ph-home-redesign-search {
        flex-basis: 280px !important;
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
    }

    body.inicio-dashboard-26972 .ph-home-view-toggle__option {
        font-size: 10.5px !important;
    }
}

@media (max-width: 760px), (max-width: 959px) and (orientation: landscape) and (max-height: 560px) and (pointer: coarse) {
    body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972 #phHomeSearchForm.ph-home-search,
    body.inicio-dashboard-26972 .app-shell.shell-home-header-controls-v26826 .ph-home-header-controls-v26972 #phHomeSearchForm.ph-home-redesign-search {
        flex-basis: 220px !important;
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
    }

    body.inicio-dashboard-26972 .ph-home-view-toggle__text {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        clip-path: inset(50%) !important;
        white-space: nowrap !important;
    }
}

/* =========================================================
   MindZ 26976 — Solicitações de feedback na Minha visão
   ========================================================= */
body.inicio-dashboard-26865 .home-feedbacks:not(.home-feedbacks--team) .home-redesign-feedback-buttons {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.inicio-dashboard-26865 .home-feedback-request-cta {
    display: grid;
    grid-template-columns: minmax(130px, .7fr) minmax(220px, 1.3fr);
    align-items: center;
    gap: 14px;
    margin-top: 2px;
    padding: 13px 14px;
    border: 1px solid var(--home-rd-border);
    border-radius: 14px;
    background: color-mix(in srgb, var(--surface) 96%, var(--primary-color) 4%);
}

body.inicio-dashboard-26865 .home-feedback-request-cta__last,
body.inicio-dashboard-26865 .home-feedback-request-cta__action {
    display: grid;
    gap: 4px;
}

body.inicio-dashboard-26865 .home-feedback-request-cta__last small,
body.inicio-dashboard-26865 .home-feedback-request-cta__action span {
    color: var(--home-rd-muted, var(--text-muted));
    font-size: 12px;
    font-weight: 400;
}

body.inicio-dashboard-26865 .home-feedback-request-cta__last strong {
    color: var(--home-rd-title, var(--text-primary));
    font-size: 17px;
    line-height: 1.2;
}

body.inicio-dashboard-26865 .home-feedback-request-cta__action {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding-left: 14px;
    border-left: 1px solid var(--home-rd-border);
}

body.inicio-dashboard-26865 .home-feedback-request-cta__action .mindz-button {
    min-height: 34px;
    padding: 7px 11px;
    white-space: nowrap;
}

@media (max-width: 1280px) {
    body.inicio-dashboard-26865 .home-feedbacks:not(.home-feedbacks--team) .home-redesign-feedback-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 720px) {
    body.inicio-dashboard-26865 .home-feedback-request-cta,
    body.inicio-dashboard-26865 .home-feedback-request-cta__action {
        grid-template-columns: minmax(0, 1fr);
    }
    body.inicio-dashboard-26865 .home-feedback-request-cta__action {
        padding-left: 0;
        padding-top: 12px;
        border-left: 0;
        border-top: 1px solid var(--home-rd-border);
    }
}


/* =========================================================
   MindZ 26978 — Ajustes visuais do card Feedbacks
   ========================================================= */
body.inicio-dashboard-26978 .home-feedbacks:not(.home-feedbacks--team) .home-redesign-feedback-buttons > .home-redesign-feedback-stat-button {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    justify-items: center !important;
    align-items: start !important;
    align-content: start !important;
    gap: 8px !important;
    min-height: 118px !important;
    padding: 14px 10px 12px !important;
    text-align: center !important;
}

body.inicio-dashboard-26978 .home-feedbacks:not(.home-feedbacks--team) .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
}

body.inicio-dashboard-26978 .home-feedbacks:not(.home-feedbacks--team) .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    justify-items: center !important;
    gap: 6px !important;
    width: 100% !important;
}

body.inicio-dashboard-26978 .home-feedbacks:not(.home-feedbacks--team) .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content strong {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: start !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

body.inicio-dashboard-26978 .home-feedbacks:not(.home-feedbacks--team) .home-redesign-feedback-buttons .home-redesign-feedback-stat-button__content small {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
    width: 100% !important;
    text-align: center !important;
}

body.inicio-dashboard-26978 .home-feedback-request-cta {
    grid-template-columns: minmax(150px, .78fr) minmax(220px, 1.22fr) !important;
    align-items: stretch !important;
}

body.inicio-dashboard-26978 .home-feedback-request-cta__action {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    justify-items: start !important;
    gap: 12px !important;
}

body.inicio-dashboard-26978 .home-feedback-request-cta__action .mindz-button {
    margin-top: 0 !important;
}

@media (max-width: 720px) {
    body.inicio-dashboard-26978 .home-feedback-request-cta {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}


/* =========================================================
   MindZ 26983 — Home sem cards duplicados na Minha visão
   - Desenvolvimento e aprendizagem consolidado em Minha rotina
   - Atividades recentes descontinuado
   ========================================================= */
body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-dashboard {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
        "welcome welcome welcome welcome welcome welcome routine routine routine routine routine routine"
        "feedback feedback feedback feedback feedback feedback score score score score score score" !important;
    align-items: stretch !important;
}

body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-dashboard > .home-welcome {
    grid-area: welcome !important;
    order: 1 !important;
}

body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-dashboard > .home-routine {
    grid-area: routine !important;
    order: 2 !important;
}

body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-dashboard > .home-feedbacks {
    grid-area: feedback !important;
    order: 3 !important;
}

body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-dashboard > .home-score {
    grid-area: score !important;
    order: 4 !important;
}

/* Proteção contra HTML antigo em cache: esses cards não devem existir na Minha visão. */
body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-development,
body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-activities {
    display: none !important;
}

body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-welcome,
body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-routine,
body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-feedbacks,
body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-score {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
}

@media (max-width: 1050px) {
    body.inicio-dashboard-26983 .ph-home-page[data-home-view="minha"] .home-dashboard {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "welcome"
            "routine"
            "feedback"
            "score" !important;
    }
}


/* =========================================================
   MindZ 26984 — Minha rotina em 2 colunas na Minha visão
   - Mantém a mesma dimensão do card
   - Permite mais itens sem sobreposição
   ========================================================= */
body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-routine {
    overflow: hidden !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-routine .home-card__body,
body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-body {
    display: grid !important;
    grid-template-columns: clamp(176px, 22%, 214px) minmax(0, 1fr) !important;
    align-items: center !important;
    align-content: start !important;
    gap: 18px !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-health {
    display: grid !important;
    align-content: center !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 14px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-health-ring--compact {
    width: clamp(146px, 10.8vw, 184px) !important;
    height: clamp(146px, 10.8vw, 184px) !important;
    margin: 0 auto !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-summary {
    width: 100% !important;
    display: grid !important;
    justify-items: center !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-summary__pill.is-pending {
    width: fit-content !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-pending {
    min-width: 0 !important;
    width: 100% !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-list.home-redesign-routine-topic-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(0, auto) !important;
    align-content: start !important;
    gap: 10px 12px !important;
    max-height: min(276px, 34vh) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 6px !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 58px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 12px 12px !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic__main,
body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic__main > .home-redesign-row-main,
body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-row-main {
    min-width: 0 !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic .home-redesign-row-main strong {
    display: block !important;
    min-width: 0 !important;
    white-space: normal !important;
    line-height: 1.25 !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic .home-redesign-row-main small {
    display: block !important;
    min-width: 0 !important;
    white-space: normal !important;
    line-height: 1.2 !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic__actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    min-width: fit-content !important;
}

body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-topic-button.is-pending {
    white-space: nowrap !important;
}

@media (max-width: 1460px) {
    body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-list.home-redesign-routine-topic-list {
        gap: 9px 10px !important;
    }

    body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic {
        min-height: 56px !important;
        padding: 11px 10px !important;
    }
}

@media (max-width: 1280px) {
    body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-routine .home-card__body,
    body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-body {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
    }

    body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-list.home-redesign-routine-topic-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-height: min(300px, 36vh) !important;
    }
}

@media (max-width: 900px) {
    body.inicio-dashboard-26984 .ph-home-page[data-home-view="minha"] .home-redesign-routine-list.home-redesign-routine-topic-list {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}


/* =========================================================
   MindZ 26985 — Ajustes em Minha rotina + novo card Solicitações
   ========================================================= */
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .ph-home-dashboard.ph-home-dashboard--saas,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-page,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-dashboard {
    overflow: visible !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-page {
    padding-top: 8px !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-dashboard {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
        "welcome welcome welcome welcome welcome welcome routine routine routine routine routine routine"
        "feedback feedback feedback feedback requests requests requests requests score score score score" !important;
    align-items: stretch !important;
    row-gap: 18px !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-dashboard > .home-requests {
    grid-area: requests !important;
    order: 4 !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-dashboard > .home-score {
    order: 5 !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-welcome,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-routine,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-feedbacks,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-requests,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-score {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-routine .home-card__body,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-body {
    display: grid !important;
    grid-template-columns: clamp(176px, 22%, 214px) minmax(0, 1fr) !important;
    align-items: center !important;
    align-content: start !important;
    gap: 18px !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 12px !important;
    max-height: min(276px, 34vh) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 4px 6px 4px 0 !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 58px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 12px 12px !important;
    box-sizing: border-box !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic:hover,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic:focus-within {
    transform: translateY(-1px) !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic__main,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-row-main {
    min-width: 0 !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic .home-redesign-row-main strong {
    display: block !important;
    min-width: 0 !important;
    white-space: normal !important;
    line-height: 1.25 !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic .home-redesign-row-main small {
    display: none !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic__actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    min-width: fit-content !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-topic-badge {
    display: inline-grid !important;
    place-items: center !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
    background: #e53935 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(229, 57, 53, .24) !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-topic-badge:hover,
body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-topic-badge:focus-visible {
    color: #fff !important;
    transform: translateY(-1px) !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    display: grid !important;
    align-content: start !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button {
    min-height: 96px !important;
}

body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button__content small {
    white-space: nowrap !important;
}

@media (max-width: 1400px) {
    body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-dashboard {
        grid-template-areas:
            "welcome welcome welcome welcome welcome welcome routine routine routine routine routine routine"
            "feedback feedback feedback feedback feedback feedback requests requests requests requests requests requests"
            "score score score score score score score score score score score score" !important;
    }

    body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-requests-buttons {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1280px) {
    body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-routine .home-card__body,
    body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-body {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 1050px) {
    body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-dashboard {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "welcome"
            "routine"
            "feedback"
            "requests"
            "score" !important;
    }
}

@media (max-width: 900px) {
    body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic-list {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.inicio-dashboard-26985 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}


/* =========================================================
   MindZ 26986 — Solicitações com mesma dimensão de Feedbacks
   - 3 cards na primeira linha e 2 na segunda
   ========================================================= */
body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-dashboard {
    align-items: stretch !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-feedbacks,
body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-requests {
    height: 100% !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-card__body,
body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    height: 100% !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    display: grid !important;
    grid-template-rows: auto 1fr !important;
    align-content: start !important;
    gap: 0 !important;
    min-height: 100% !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 10px !important;
    align-content: start !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button {
    min-height: 98px !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(1),
body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(2),
body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(3) {
    grid-column: span 2 !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(4) {
    grid-column: 2 / span 2 !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(5) {
    grid-column: 4 / span 2 !important;
}

body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button__content small {
    white-space: nowrap !important;
}

@media (max-width: 1400px) {
    body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(1),
    body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(2),
    body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(3),
    body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(4),
    body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(5) {
        grid-column: auto !important;
    }
}

@media (max-width: 640px) {
    body.inicio-dashboard-26986 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}


/* =========================================================
   MindZ 26987 — Solicitações com mesmo layout visual dos cards de Feedbacks
   ========================================================= */
body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-feedbacks,
body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-requests {
    align-self: stretch !important;
}

body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-card__body,
body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    align-content: start !important;
    min-height: 100% !important;
}

body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    justify-items: center !important;
    align-items: start !important;
    align-content: start !important;
    gap: 8px !important;
    min-height: 118px !important;
    padding: 14px 10px 12px !important;
    text-align: center !important;
}

body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
}

body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button__content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    justify-items: center !important;
    gap: 6px !important;
    width: 100% !important;
}

body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button__content strong {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: start !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button__content small {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
}

body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
    align-content: start !important;
    align-items: start !important;
}

body.inicio-dashboard-26987 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button {
    align-self: start !important;
}


/* =========================================================
   MindZ 26988 — Respiro entre subtítulo e cards de Feedbacks/Solicitações
   ========================================================= */
body.inicio-dashboard-26988 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-redesign-feedback-buttons,
body.inicio-dashboard-26988 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-requests-buttons {
    margin-top: 16px !important;
}

body.inicio-dashboard-26988 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-card__body,
body.inicio-dashboard-26988 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    align-content: start !important;
}


/* =========================================================
   MindZ 26989 — Mais largura para Solicitações e menos para Score
   - Solicitações em 1 linha com 5 cards
   ========================================================= */
body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-dashboard {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
        "welcome welcome welcome welcome welcome welcome routine routine routine routine routine routine"
        "feedback feedback feedback feedback requests requests requests requests requests score score score" !important;
}

body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-feedbacks {
    grid-area: feedback !important;
}

body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-requests {
    grid-area: requests !important;
}

body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-score {
    grid-area: score !important;
}

body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(1),
body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(2),
body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(3),
body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(4),
body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons > .home-redesign-feedback-stat-button:nth-child(5) {
    grid-column: auto !important;
}

@media (max-width: 1500px) {
    body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-dashboard {
        grid-template-areas:
            "welcome welcome welcome welcome welcome welcome routine routine routine routine routine routine"
            "feedback feedback feedback feedback feedback feedback requests requests requests requests requests requests"
            "score score score score score score score score score score score score" !important;
    }
}

@media (max-width: 900px) {
    body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.inicio-dashboard-26989 .ph-home-page[data-home-view="minha"] .home-redesign-requests-buttons {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}


/* =========================================================
   MindZ 26990 — Feedbacks com último enviado + envio de feedback
   e Solicitações com altura visual alinhada aos mini cards de Feedbacks
   ========================================================= */
body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta.home-feedback-request-cta--expanded {
    grid-template-columns: minmax(190px, .95fr) minmax(220px, 1.05fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
}

body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta__meta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: repeat(2, auto) !important;
    gap: 0 !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta__meta .home-feedback-request-cta__last {
    border: 0 !important;
    border-bottom: 1px solid color-mix(in srgb, var(--home-rd-border, var(--border)) 86%, transparent) !important;
    border-radius: 0 !important;
    padding: 12px 14px !important;
    min-height: 0 !important;
    display: grid !important;
    gap: 6px !important;
    align-content: center !important;
}

body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta__meta .home-feedback-request-cta__last:last-child {
    border-bottom: 0 !important;
}

body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta__action {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center !important;
    justify-items: start !important;
    gap: 12px !important;
    padding: 14px !important;
}

body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta__action .mindz-button {
    margin-top: 0 !important;
}

body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    min-height: 348px !important;
}

body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button {
    min-height: 136px !important;
}

@media (max-width: 900px) {
    body.inicio-dashboard-26990 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta.home-feedback-request-cta--expanded {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}


/* =========================================================
   MindZ 26992 — Dois badges de últimos feedbacks
   e alinhamento de Feedbacks/Solicitações
   ========================================================= */
body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-card__header,
body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-requests .home-card__header {
    min-height: 62px !important;
    align-items: start !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-card__body,
body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    padding-top: 16px !important;
    align-content: start !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-redesign-feedback-buttons,
body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-requests-buttons {
    margin-top: 0 !important;
    align-items: stretch !important;
    align-content: start !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-redesign-feedback-stat-button,
body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button {
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
    align-self: start !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta.home-feedback-request-cta--badges {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-last-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-last-badge {
    display: grid !important;
    align-content: center !important;
    gap: 6px !important;
    min-height: 72px !important;
    padding: 12px 14px !important;
    border: 1px solid var(--home-rd-border, var(--border)) !important;
    border-radius: 14px !important;
    background: color-mix(in srgb, var(--surface, #fff) 96%, var(--primary, #7c3aed) 4%) !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-last-badge small {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-last-badge strong {
    color: var(--home-rd-title, var(--text-primary)) !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-send-action {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    min-height: 54px !important;
    padding: 10px 12px !important;
    border: 1px solid var(--home-rd-border, var(--border)) !important;
    border-radius: 14px !important;
    background: color-mix(in srgb, var(--surface, #fff) 98%, var(--primary, #7c3aed) 2%) !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-send-action > span {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-send-action .mindz-button {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

@media (max-width: 720px) {
    body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-last-badges {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-26992 .ph-home-page[data-home-view="minha"] .home-feedback-send-action {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}


/* =========================================================
   MindZ 26993 — Badge "Deseja solicitar feedback?"
   - Grade 2x2: recebido/solicitar e enviado/enviar
   ========================================================= */
body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-last-badges {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-last-badge,
body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-action-badge {
    min-width: 0 !important;
    min-height: 82px !important;
    padding: 12px 14px !important;
    border: 1px solid var(--home-rd-border, var(--border)) !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    background: color-mix(in srgb, var(--surface, #fff) 96%, var(--primary, #7c3aed) 4%) !important;
}

body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-action-badge {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
}

body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-action-badge > span {
    min-width: 0 !important;
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}

body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-action-badge .mindz-button {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    white-space: nowrap !important;
}

/* O antigo bloco de ação separado não participa mais do layout. */
body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-send-action {
    display: none !important;
}

@media (max-width: 900px) {
    body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-action-badge {
        grid-template-columns: minmax(0, 1fr) !important;
        justify-items: start !important;
    }
}

@media (max-width: 720px) {
    body.inicio-dashboard-26993 .ph-home-page[data-home-view="minha"] .home-feedback-last-badges {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}


/* =========================================================
   MindZ 26994 — Análise operacional no card Solicitações
   ========================================================= */
body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    display: grid !important;
    grid-template-rows: auto auto !important;
    align-content: start !important;
    gap: 18px !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis {
    display: grid !important;
    gap: 12px !important;
    padding: 14px !important;
    border: 1px solid var(--home-rd-border, var(--border)) !important;
    border-radius: 16px !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--surface, #fff) 97%, var(--primary, #7c3aed) 3%),
            color-mix(in srgb, var(--surface, #fff) 99%, var(--primary, #7c3aed) 1%)) !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__header > div {
    display: grid !important;
    gap: 3px !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__header strong {
    color: var(--home-rd-title, var(--text-primary)) !important;
    font-size: 14px !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__header small {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__item {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    min-height: 62px !important;
    padding: 10px 11px !important;
    border: 1px solid color-mix(in srgb, var(--home-rd-border, var(--border)) 88%, transparent) !important;
    border-radius: 13px !important;
    background: color-mix(in srgb, var(--surface, #fff) 98%, var(--primary, #7c3aed) 2%) !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 11px !important;
    color: var(--primary, #7c3aed) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 10%, var(--surface, #fff)) !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__icon svg {
    width: 17px !important;
    height: 17px !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__content {
    display: grid !important;
    gap: 4px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__content small {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__content strong {
    color: var(--home-rd-title, var(--text-primary)) !important;
    font-size: 14px !important;
    font-weight: 780 !important;
    line-height: 1.2 !important;
    white-space: normal !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__item.is-good .home-requests-analysis__icon {
    color: var(--success, #15803d) !important;
    background: color-mix(in srgb, var(--success, #15803d) 10%, var(--surface, #fff)) !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__item.is-attention .home-requests-analysis__icon {
    color: var(--warning, #b45309) !important;
    background: color-mix(in srgb, var(--warning, #b45309) 12%, var(--surface, #fff)) !important;
}

body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__item.is-muted {
    opacity: .78 !important;
}

@media (max-width: 1500px) {
    body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

@media (max-width: 900px) {
    body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 620px) {
    body.inicio-dashboard-26994 .ph-home-page[data-home-view="minha"] .home-requests-analysis__grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}


/* =========================================================
   MindZ 26995 — Leitura executiva textual em Solicitações
   ========================================================= */
body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-analysis {
    display: none !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading {
    position: relative !important;
    display: grid !important;
    gap: 12px !important;
    padding: 16px 16px 16px 18px !important;
    border: 0 !important;
    border-top: 1px solid color-mix(in srgb, var(--home-rd-border, var(--border)) 86%, transparent) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading::before {
    content: "" !important;
    position: absolute !important;
    inset: 16px auto 16px 0 !important;
    width: 3px !important;
    border-radius: 999px !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 72%, transparent) !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading.is-attention::before {
    background: color-mix(in srgb, var(--warning, #b45309) 78%, transparent) !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading.is-good::before {
    background: color-mix(in srgb, var(--success, #15803d) 72%, transparent) !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border-radius: 10px !important;
    color: var(--primary, #7c3aed) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 8%, transparent) !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__icon svg {
    width: 17px !important;
    height: 17px !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__header > div {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__header strong {
    color: var(--home-rd-title, var(--text-primary)) !important;
    font-size: 14px !important;
    font-weight: 780 !important;
    line-height: 1.2 !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__header small {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__text {
    display: grid !important;
    gap: 8px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__text p {
    margin: 0 !important;
    color: var(--home-rd-muted, var(--text-secondary)) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

body.inicio-dashboard-26995 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading__text strong {
    color: var(--home-rd-title, var(--text-primary)) !important;
    font-weight: 760 !important;
}


/* =========================================================
   MindZ 26997 — Filtro de referência no card Solicitações
   ========================================================= */
body.inicio-dashboard-26997 .ph-home-page[data-home-view="minha"] .home-requests-header {
    align-items: center !important;
    gap: 18px !important;
}

body.inicio-dashboard-26997 .ph-home-page[data-home-view="minha"] .home-requests-reference-filter {
    display: grid !important;
    grid-template-columns: auto minmax(128px, 164px) !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: auto !important;
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body.inicio-dashboard-26997 .ph-home-page[data-home-view="minha"] .home-requests-reference-filter select {
    width: 100% !important;
    min-width: 0 !important;
    height: 36px !important;
    padding: 0 34px 0 12px !important;
    border: 1px solid var(--home-rd-border, var(--border)) !important;
    border-radius: 12px !important;
    color: var(--home-rd-title, var(--title-color)) !important;
    background-color: color-mix(in srgb, var(--surface, #fff) 96%, var(--primary, #7c3aed) 4%) !important;
    font: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    outline: none !important;
}

body.inicio-dashboard-26997 .ph-home-page[data-home-view="minha"] .home-requests-reference-filter select:hover {
    border-color: color-mix(in srgb, var(--primary, #7c3aed) 32%, var(--home-rd-border, var(--border))) !important;
}

body.inicio-dashboard-26997 .ph-home-page[data-home-view="minha"] .home-requests-reference-filter select:focus-visible {
    border-color: var(--primary, #7c3aed) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary, #7c3aed) 18%, transparent) !important;
}

@media (max-width: 760px), (max-width: 959px) and (orientation: landscape) and (max-height: 560px) and (pointer: coarse) {
    body.inicio-dashboard-26997 .ph-home-page[data-home-view="minha"] .home-requests-header {
        align-items: start !important;
        flex-direction: column !important;
    }

    body.inicio-dashboard-26997 .ph-home-page[data-home-view="minha"] .home-requests-reference-filter {
        width: 100% !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        margin-left: 0 !important;
    }
}


/* =========================================================
   MindZ 26998 — Leitura executiva de Feedbacks
   ========================================================= */
body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-request-cta,
body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-last-badges {
    display: none !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading {
    position: relative !important;
    display: grid !important;
    gap: 12px !important;
    margin-top: 14px !important;
    padding: 16px 16px 16px 18px !important;
    border: 0 !important;
    border-top: 1px solid color-mix(in srgb, var(--home-rd-border, var(--border)) 86%, transparent) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading::before {
    content: "" !important;
    position: absolute !important;
    inset: 16px auto 16px 0 !important;
    width: 3px !important;
    border-radius: 999px !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 72%, transparent) !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border-radius: 10px !important;
    color: var(--primary, #7c3aed) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 8%, transparent) !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__icon svg {
    width: 17px !important;
    height: 17px !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__header > div {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__header strong {
    color: var(--home-rd-title, var(--text-primary)) !important;
    font-size: 14px !important;
    font-weight: 780 !important;
    line-height: 1.2 !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__header small {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__text {
    display: grid !important;
    gap: 8px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__text p {
    margin: 0 !important;
    color: var(--home-rd-muted, var(--text-secondary)) !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__text strong {
    color: var(--home-rd-title, var(--text-primary)) !important;
    font-weight: 760 !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__actions {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px 10px !important;
    padding-top: 2px !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__actions > span {
    color: var(--home-rd-muted, var(--text-muted)) !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-right: 2px !important;
}

body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading__actions .mindz-button {
    min-height: 34px !important;
    padding: 7px 12px !important;
    font-size: 12px !important;
    text-decoration: none !important;
}


/* =========================================================
   MindZ 26999 — Bloco de emotions ocupa a área útil da saudação
   ========================================================= */
body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-redesign-welcome {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    overflow: hidden !important;
}

body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-redesign-welcome__hero {
    padding-bottom: 12px !important;
}

body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-welcome__mood {
    width: calc(100% - 36px) !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 18px 18px !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-mood-checkin {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 208px !important;
    flex: 1 1 auto !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    align-content: stretch !important;
    padding: 18px 18px 16px !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-mood-checkin__options,
body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .mz-mood-strip {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 12px 0 0 !important;
    padding: 4px 0 5px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    align-items: stretch !important;
    gap: 12px !important;
}

body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-mood-card,
body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .mood-card,
body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .mz-mood-option,
body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .ph-home-mood-option {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 112px !important;
    height: 100% !important;
    align-self: stretch !important;
}

body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-mood-checkin__privacy {
    margin-top: 12px !important;
}

@media (max-width: 820px) {
    body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-welcome__mood {
        width: calc(100% - 24px) !important;
        margin: 0 12px 12px !important;
    }

    body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-mood-checkin {
        min-height: 0 !important;
        padding: 14px !important;
    }
}

@media (max-width: 560px) {
    body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .home-mood-checkin__options,
    body.inicio-dashboard-26999 .ph-home-page[data-home-view="minha"] .mz-mood-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}


/* =========================================================
   MindZ 27000 — Minha rotina premium e equilibrada
   - Donut compacto à esquerda
   - Prioridades em duas colunas
   - Último item ocupa toda a linha quando a quantidade é ímpar
   ========================================================= */
body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-routine {
    overflow: hidden !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-routine .home-card__body,
body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-body {
    display: grid !important;
    grid-template-columns: clamp(176px, 23%, 206px) minmax(0, 1fr) !important;
    align-items: center !important;
    align-content: center !important;
    gap: 22px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-health {
    display: grid !important;
    align-content: center !important;
    justify-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    text-align: center !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-health-ring--compact {
    width: clamp(154px, 10vw, 172px) !important;
    height: clamp(154px, 10vw, 172px) !important;
    margin: 0 auto !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-summary {
    width: 100% !important;
    display: grid !important;
    justify-items: center !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-summary__pill.is-pending {
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 34px !important;
    padding: 7px 15px !important;
    justify-content: center !important;
    white-space: nowrap !important;
    text-align: center !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-pending {
    min-width: 0 !important;
    width: 100% !important;
    align-self: center !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-pending__header {
    display: flex !important;
    align-items: center !important;
    min-height: 24px !important;
    margin: 0 0 10px !important;
    padding: 0 2px !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-pending__header strong {
    color: var(--home-rd-title, var(--title-color)) !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    letter-spacing: .01em !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-list.home-redesign-routine-topic-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(58px, auto) !important;
    align-content: start !important;
    gap: 10px 12px !important;
    max-height: 204px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 3px 7px 4px 2px !important;
    scrollbar-gutter: stable !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 58px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 11px 12px !important;
    box-sizing: border-box !important;
    border: 1px solid color-mix(in srgb, var(--primary, #7c3aed) 18%, var(--home-rd-border, var(--border))) !important;
    border-radius: 16px !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--surface, #fff) 97%, var(--primary, #7c3aed) 3%),
            color-mix(in srgb, var(--surface, #fff) 99%, var(--primary, #7c3aed) 1%)) !important;
    box-shadow: 0 1px 2px rgb(15 23 42 / 3%) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic:hover,
body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic:focus-within {
    transform: translateY(-1px) !important;
    border-color: color-mix(in srgb, var(--primary, #7c3aed) 34%, var(--home-rd-border, var(--border))) !important;
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--surface, #fff) 94%, var(--primary, #7c3aed) 6%),
            color-mix(in srgb, var(--surface, #fff) 98%, var(--primary, #7c3aed) 2%)) !important;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--primary, #7c3aed) 9%, transparent) !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic__main {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic .home-redesign-row-icon {
    width: 36px !important;
    height: 36px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 12px !important;
    color: var(--primary, #7c3aed) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 9%, var(--surface, #fff)) !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic .home-redesign-row-icon svg {
    width: 18px !important;
    height: 18px !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic .home-redesign-row-main,
body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic .home-redesign-row-main strong {
    min-width: 0 !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic .home-redesign-row-main strong {
    display: block !important;
    color: var(--home-rd-title, var(--title-color)) !important;
    font-size: 13px !important;
    font-weight: 730 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic__actions {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 30px !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-topic-badge {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    background: #e53935 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 820 !important;
    line-height: 1 !important;
    box-shadow: 0 7px 16px rgba(229, 57, 53, .22) !important;
}

@media (max-width: 1280px) {
    body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-routine .home-card__body,
    body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-body {
        grid-template-columns: minmax(0, 1fr) !important;
        align-content: start !important;
        gap: 16px !important;
    }

    body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-health {
        grid-template-columns: auto auto !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 16px !important;
    }
}

@media (max-width: 900px) {
    body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-list.home-redesign-routine-topic-list {
        grid-template-columns: minmax(0, 1fr) !important;
        max-height: 280px !important;
    }

    body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic:last-child:nth-child(odd) {
        grid-column: auto !important;
    }
}


/* =========================================================
   MindZ 27001 — Base de cálculo da Minha rotina
   ========================================================= */
body.inicio-dashboard-27001 .ph-home-routine-base-modal {
    width: min(1180px, 94vw) !important;
    max-width: min(1180px, 94vw) !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-modal__body {
    padding: 22px 24px 26px !important;
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--primary, #7c3aed) 8%, transparent), transparent 36%),
        var(--surface-primary, #fff) !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base {
    display: grid !important;
    gap: 18px !important;
    color: var(--text-primary, #27324a) !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__summary {
    display: grid !important;
    grid-template-columns: minmax(190px, .72fr) minmax(0, 1.28fr) !important;
    gap: 16px !important;
    align-items: stretch !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__score,
body.inicio-dashboard-27001 .ph-home-routine-base__metrics,
body.inicio-dashboard-27001 .ph-home-routine-base__formula,
body.inicio-dashboard-27001 .ph-home-routine-base__group {
    border: 1px solid color-mix(in srgb, var(--primary, #7c3aed) 16%, var(--border-subtle, #d9deeb)) !important;
    border-radius: 18px !important;
    background: color-mix(in srgb, var(--surface-primary, #fff) 97%, var(--primary, #7c3aed) 3%) !important;
    box-shadow: 0 12px 30px rgb(15 23 42 / 5%) !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__score {
    display: grid !important;
    align-content: center !important;
    justify-items: start !important;
    gap: 5px !important;
    padding: 20px 22px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__score small,
body.inicio-dashboard-27001 .ph-home-routine-base__formula small {
    color: var(--text-secondary, #667085) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .07em !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__score strong {
    color: var(--primary, #7c3aed) !important;
    font-size: clamp(38px, 4vw, 54px) !important;
    line-height: 1 !important;
    letter-spacing: -.05em !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__score span {
    color: var(--text-secondary, #667085) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__metrics {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    overflow: hidden !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__metrics > div {
    display: grid !important;
    align-content: center !important;
    justify-items: center !important;
    gap: 7px !important;
    min-height: 116px !important;
    padding: 16px !important;
    text-align: center !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__metrics > div + div {
    border-left: 1px solid color-mix(in srgb, var(--primary, #7c3aed) 13%, var(--border-subtle, #d9deeb)) !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__metrics strong {
    color: var(--primary, #7c3aed) !important;
    font-size: 28px !important;
    line-height: 1 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__metrics span {
    color: var(--text-secondary, #667085) !important;
    font-size: 12px !important;
    font-weight: 650 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__formula {
    display: grid !important;
    gap: 10px !important;
    padding: 20px 22px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__formula > div:first-child {
    display: grid !important;
    gap: 5px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__formula > div:first-child strong {
    font-size: 17px !important;
    line-height: 1.35 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__formula p {
    margin: 0 !important;
    color: var(--text-secondary, #667085) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__example {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin-top: 2px !important;
    padding: 12px 14px !important;
    border-radius: 13px !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 8%, transparent) !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__example span {
    color: var(--text-secondary, #667085) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__example strong {
    color: var(--primary, #7c3aed) !important;
    font-size: 14px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__columns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: start !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__group {
    overflow: hidden !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__group > header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 16px 18px !important;
    border-bottom: 1px solid color-mix(in srgb, var(--primary, #7c3aed) 12%, var(--border-subtle, #d9deeb)) !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__group > header > div {
    display: grid !important;
    gap: 3px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__group > header strong {
    font-size: 14px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__group > header span {
    color: var(--text-secondary, #667085) !important;
    font-size: 11px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__group > header em {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__group--pending > header em {
    color: #fff !important;
    background: #e53935 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__group--ok > header em {
    color: #137a50 !important;
    background: #def7ea !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base__list {
    display: grid !important;
    gap: 8px !important;
    max-height: min(360px, 44vh) !important;
    overflow-y: auto !important;
    padding: 12px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 11px !important;
    min-width: 0 !important;
    padding: 11px 12px !important;
    border: 1px solid var(--border-subtle, #d9deeb) !important;
    border-radius: 14px !important;
    background: var(--surface-primary, #fff) !important;
    color: inherit !important;
    text-decoration: none !important;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease !important;
}

body.inicio-dashboard-27001 a.ph-home-routine-base-item:hover,
body.inicio-dashboard-27001 a.ph-home-routine-base-item:focus-visible {
    transform: translateY(-1px) !important;
    border-color: color-mix(in srgb, var(--primary, #7c3aed) 30%, var(--border-subtle, #d9deeb)) !important;
    box-shadow: 0 10px 22px color-mix(in srgb, var(--primary, #7c3aed) 8%, transparent) !important;
    outline: none !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item__icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    color: var(--primary, #7c3aed) !important;
    background: color-mix(in srgb, var(--primary, #7c3aed) 9%, var(--surface-primary, #fff)) !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item__icon svg {
    width: 19px !important;
    height: 19px !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item__main {
    display: grid !important;
    gap: 3px !important;
    min-width: 0 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item__main strong {
    font-size: 13px !important;
    line-height: 1.3 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item__main small {
    color: var(--text-secondary, #667085) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item__status {
    white-space: nowrap !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item--pending .ph-home-routine-base-item__status {
    color: #c62828 !important;
    background: #ffebee !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-item--ok .ph-home-routine-base-item__status {
    color: #137a50 !important;
    background: #def7ea !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-empty {
    padding: 22px 16px !important;
    color: var(--text-secondary, #667085) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    text-align: center !important;
}

body.inicio-dashboard-27001 .ph-home-routine-base-empty--success {
    color: #137a50 !important;
}

@media (max-width: 860px) {
    body.inicio-dashboard-27001 .ph-home-routine-base__summary,
    body.inicio-dashboard-27001 .ph-home-routine-base__columns {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

@media (max-width: 620px) {
    body.inicio-dashboard-27001 .ph-home-routine-base__metrics {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-27001 .ph-home-routine-base__metrics > div + div {
        border-left: 0 !important;
        border-top: 1px solid color-mix(in srgb, var(--primary, #7c3aed) 13%, var(--border-subtle, #d9deeb)) !important;
    }

    body.inicio-dashboard-27001 .ph-home-routine-base-item {
        grid-template-columns: 38px minmax(0, 1fr) !important;
    }

    body.inicio-dashboard-27001 .ph-home-routine-base-item__status {
        grid-column: 2 !important;
        justify-self: start !important;
    }
}


/* =========================================================
   MindZ 27044 — proteção de layout da tela Início
   - Mantém os ajustes consolidados até 27001
   - Impede que estados de modal alterem o dashboard
   ========================================================= */
body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
}

body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] .home-dashboard {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] .home-welcome,
body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] .home-routine,
body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] .home-feedbacks,
body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] .home-requests,
body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] .home-score {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] .home-welcome__mood,
body.inicio-dashboard-27001 .ph-home-page[data-home-view="minha"] .home-mood-checkin {
    min-height: 0 !important;
    overflow: visible !important;
}

body.inicio-dashboard-27001.mindz-modal-open .ph-home-page[data-home-view="minha"] .home-dashboard,
body.inicio-dashboard-27001.ph-home-mood-modal-open .ph-home-page[data-home-view="minha"] .home-dashboard {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
}


/* =========================================================
   MindZ 27093 — Nosso Porto: ajuste estritamente solicitado
   - usa as 3 cores do tema somente nas bolhas da saudação
   - iguala a barra vertical de Feedbacks à barra verde de Solicitações
   - não altera gráficos nem layout dos cards
   ========================================================= */
:root:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]),
body:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) {
    --nosso-porto-aqua: #4BB9BC;
    --nosso-porto-blue: #004E99;
    --nosso-porto-green: #98BE3F;
}

:root:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) body .home-redesign-welcome .home-redesign-orb span,
body:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) .home-redesign-welcome .home-redesign-orb span {
    background: radial-gradient(
        circle at 34% 26%,
        color-mix(in srgb, var(--nosso-porto-aqua) 70%, white 30%) 0 22%,
        color-mix(in srgb, var(--nosso-porto-blue) 76%, var(--nosso-porto-aqua) 24%) 60%,
        color-mix(in srgb, var(--nosso-porto-blue) 82%, black 18%) 100%
    ) !important;
}

:root:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) body .home-redesign-welcome .home-redesign-orb i,
body:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) .home-redesign-welcome .home-redesign-orb i {
    background: var(--nosso-porto-aqua) !important;
    opacity: .84 !important;
}

:root:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) body .home-redesign-welcome .home-redesign-orb b,
body:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) .home-redesign-welcome .home-redesign-orb b {
    background: var(--nosso-porto-green) !important;
    opacity: .88 !important;
}

:root:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) body.inicio-dashboard-26998 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading::before,
body:is([data-theme="nosso-porto"], [data-theme="nosso_porto"], [data-theme="nossoporto"]) .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading::before {
    background: color-mix(in srgb, var(--success, #15803d) 72%, transparent) !important;
}


/* =========================================================
   MindZ 27094 — Minha rotina em uma única coluna
   Mantém o layout e as cores existentes; altera somente a
   distribuição das prioridades para uma linha por registro.
   ========================================================= */
body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-list.home-redesign-routine-topic-list {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: minmax(58px, auto) !important;
    gap: 10px !important;
    max-height: 204px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-gutter: stable !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic,
body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic:last-child:nth-child(odd) {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic .home-redesign-row-main strong,
body.inicio-dashboard-27000 .ph-home-page:is([data-home-view="minha"], [data-home-view="equipe"]) .home-redesign-routine-topic .home-redesign-row-main small {
    max-width: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}


/* MindZ 27171 — Home reutiliza os controles oficiais do shell. */
body.inicio-header-controls-v26826 #topbarActions.topbar-actions--home-standard,
body.inicio-header-controls-v26826 .topbar-actions.topbar-actions--home-standard {
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
}
body.inicio-header-controls-v26826 .ph-home-header-controls-v27171 {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
}
body.inicio-header-controls-v26826 .ph-home-header-controls-v27171 .ph-home-header-controls-v26972__left {
    width: 100% !important;
}

/* =========================================================
   MindZ 27175 — Busca da Home usa o seletor padrão de colaboradores
   ========================================================= */
body.inicio-premium-v2 #phHomeSearchInput[readonly] {
    cursor: pointer !important;
    caret-color: transparent !important;
}

body.inicio-premium-v2 #phHomeSearchForm:focus-within {
    border-color: color-mix(in srgb, var(--primary) 42%, var(--border) 58%) !important;
}

.ph-home-person-selector-modal-content {
    display: grid;
    gap: 16px;
    width: 100%;
    min-width: 0;
}

.ph-home-person-selector-intro {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid color-mix(in srgb, var(--primary) 14%, var(--border) 86%);
    border-radius: 14px;
    background: color-mix(in srgb, var(--primary) 5%, var(--surface) 95%);
    color: var(--text-muted);
}

.ph-home-person-selector-intro > span {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: color-mix(in srgb, var(--primary) 10%, var(--surface) 90%);
    color: var(--primary);
}

.ph-home-person-selector-intro svg {
    width: 17px;
    height: 17px;
}

.ph-home-person-selector-intro p {
    margin: 0;
    color: inherit;
    font-size: 12px;
    line-height: 1.45;
}

.ph-home-person-selector-host {
    min-width: 0;
    width: 100%;
}

@media (max-width: 760px), (max-width: 959px) and (orientation: landscape) and (max-height: 560px) and (pointer: coarse) {
    .ph-home-person-selector-modal-content {
        gap: 12px;
    }

    .ph-home-person-selector-intro {
        padding: 10px;
        border-radius: 12px;
    }
}


/* =========================================================
   MindZ 27176 — seletor padrão inline em Buscar pessoas e times
   ========================================================= */
body.inicio-premium-v2 #phHomeSearchForm .ph-home-person-selector-inline-host {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    display: block !important;
}

body.inicio-premium-v2 #phHomeSearchForm .ph-home-person-selector-inline-host.mindz-person-selector,
body.inicio-premium-v2 #phHomeSearchForm .ph-home-person-selector-inline-host .mindz-person-selector__search,
body.inicio-premium-v2 #phHomeSearchForm .ph-home-person-selector-inline-host .mindz-person-selector__combobox {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    gap: 0 !important;
}

body.inicio-premium-v2 #phHomeSearchForm .ph-home-person-selector-inline-host .feedback-combobox,
body.inicio-premium-v2 #phHomeSearchForm .ph-home-person-selector-inline-host .feedback-combobox-clean,
body.inicio-premium-v2 #phHomeSearchForm .ph-home-person-selector-inline-host .mindz-person-selector__combobox {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.inicio-premium-v2 #phHomeSearchForm #phHomeSearchInput.mindz-person-selector__input {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: var(--title-color, var(--text)) !important;
    box-shadow: none !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
}

body.inicio-premium-v2 #phHomeSearchForm #phHomeSearchInput.mindz-person-selector__input:focus,
body.inicio-premium-v2 #phHomeSearchForm #phHomeSearchInput.mindz-person-selector__input:focus-visible {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

body.inicio-premium-v2 #phHomeSearchForm .mindz-person-selector__message,
body.inicio-premium-v2 #phHomeSearchForm .mindz-person-selector__selected,
body.inicio-premium-v2 #phHomeSearchForm .mindz-person-selector__helper {
    display: none !important;
}

@media (max-width: 760px), (max-width: 959px) and (orientation: landscape) and (max-height: 560px) and (pointer: coarse) {
    body.inicio-premium-v2 #app.app-shell.shell-home-header-controls-v26826 #phHomeSearchForm.is-mobile-search-open #phHomeSearchInput.mindz-person-selector__input {
        height: 46px !important;
        font-size: 16px !important;
    }
}

/* Na Home, a seleção navega imediatamente para Colaboradores; o textbox
   permanece como âncora visual até a troca de página. */
body.inicio-premium-v2 #phHomeSearchForm .ph-home-person-selector-inline-host .mindz-person-selector__search[hidden] {
    display: grid !important;
}

/* =========================================================
   MindZ 27177 — Visão da equipe alinhada à Minha visão
   ========================================================= */
body .ph-home-page[data-home-view="equipe"] .home-redesign-welcome--team {
    background: var(--surface, #ffffff) !important;
    border-color: var(--home-rd-border, var(--border-soft)) !important;
    box-shadow: var(--shadow-sm, 0 8px 24px rgba(15, 23, 42, .06)) !important;
}

body .ph-home-page[data-home-view="equipe"] .home-redesign-welcome--team::before {
    display: none !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__hero {
    padding-bottom: 12px !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__eyebrow {
    color: var(--primary, #5664b8) !important;
    letter-spacing: .04em !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today {
    border-color: var(--home-rd-border, var(--border-soft)) !important;
    background: color-mix(in srgb, var(--surface, #ffffff) 97%, var(--primary, #5664b8) 3%) !important;
    box-shadow: none !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric {
    border-color: var(--home-rd-border, var(--border-soft)) !important;
    background: var(--surface, #ffffff) !important;
    box-shadow: none !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric:is(:hover, :focus-visible) {
    border-color: color-mix(in srgb, var(--primary, #5664b8) 30%, var(--home-rd-border, var(--border-soft))) !important;
    background: color-mix(in srgb, var(--surface, #ffffff) 95%, var(--primary, #5664b8) 5%) !important;
}

/* Feedbacks da equipe: reforça affordance de navegação. */
body .ph-home-page[data-home-view="equipe"] :is(
    .home-redesign-feedback-stat-button,
    .home-mobile-feedback-button
) {
    cursor: pointer !important;
}

body .ph-home-page[data-home-view="equipe"] .home-welcome__team-overview {
    width: calc(100% - 36px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 18px 18px !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
}

body .ph-home-page[data-home-view="equipe"] .home-welcome__team-overview > .home-team-today {
    width: 100% !important;
    min-width: 0 !important;
}

@media (max-width: 1500px) {
    body .ph-home-page[data-home-view="equipe"] .home-welcome__team-overview {
        width: calc(100% - 28px) !important;
        margin: 0 14px 14px !important;
    }
}

@media (max-width: 820px) {
    body .ph-home-page[data-home-view="equipe"] .home-welcome__team-overview {
        width: calc(100% - 24px) !important;
        margin: 0 12px 12px !important;
    }
}


/* =========================================================
   MindZ 27179 — Visão da equipe alinhada categoricamente
   ========================================================= */
body .ph-home-page[data-home-view="equipe"] .home-team-today__date {
    display: none !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__header {
    grid-template-columns: minmax(0, 1fr) !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__all {
    display: none !important;
}

body .ph-home-page[data-home-view="equipe"] button.home-team-today__metric {
    width: 100% !important;
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    font: inherit !important;
    text-align: left !important;
    cursor: pointer !important;
}

body .ph-home-page[data-home-view="equipe"] button.home-team-today__metric:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--primary, #5664b8) 52%, transparent) !important;
    outline-offset: 2px !important;
}

/* =========================================================
   MindZ 27181 — Gestão em foco / MindEx da equipe / empty celebration
   ========================================================= */
body .ph-home-page[data-home-view="equipe"] .home-team-today__grid {
    align-items: stretch !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    justify-items: center !important;
    align-content: center !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 116px !important;
    padding: 14px 12px !important;
    text-align: center !important;
    cursor: pointer !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric::after {
    opacity: .38 !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-icon svg {
    width: 18px !important;
    height: 18px !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-copy {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-rows: auto auto !important;
    justify-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-copy strong {
    grid-row: 1 !important;
    margin: 0 !important;
    font-size: 19px !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    text-align: center !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-copy small {
    grid-row: 2 !important;
    margin: 0 !important;
    width: 100% !important;
    color: var(--home-rd-muted, var(--text-secondary)) !important;
    font-size: 11px !important;
    font-weight: 620 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-arrow,
body .ph-home-page[data-home-view="equipe"] .home-team-today__avatar-stack {
    display: none !important;
}

body .ph-home-page[data-home-view="equipe"] .home-mindex-row__position {
    min-width: 36px !important;
    width: auto !important;
    text-align: right !important;
    font-variant-numeric: tabular-nums !important;
    white-space: nowrap !important;
}

.home-celebration-empty-modal .mindz-modal__body {
    overflow: hidden !important;
}

.home-celebration-empty {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 2px 6px 8px;
    text-align: center;
}

.home-celebration-empty__visual {
    width: min(100%, 300px);
    color: var(--primary, #5664b8);
}

.home-celebration-empty__visual svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.home-celebration-empty__calendar {
    transform-origin: 110px 76px;
    animation: homeCelebrationCalendarFloat 2.8s ease-in-out infinite;
}

.home-celebration-empty__heart {
    transform-origin: 110px 80px;
    animation: homeCelebrationHeartPulse 1.9s ease-in-out infinite;
}

.home-celebration-empty__orb {
    fill: currentColor;
    opacity: .16;
    transform-origin: center;
    animation: homeCelebrationOrb 2.4s ease-in-out infinite;
}

.home-celebration-empty__orb--two {
    animation-delay: -.9s;
}

.home-celebration-empty__spark {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    opacity: .35;
    transform-box: fill-box;
    transform-origin: center;
    animation: homeCelebrationSpark 2.2s ease-in-out infinite;
}

.home-celebration-empty__spark--two {
    animation-delay: -1.1s;
}

.home-celebration-empty__copy {
    display: grid;
    gap: 8px;
    max-width: 460px;
}

.home-celebration-empty__copy strong {
    color: var(--text-primary, #172033);
    font-size: 16px;
    line-height: 1.3;
}

.home-celebration-empty__copy p {
    margin: 0;
    color: var(--text-secondary, #667085);
    font-size: 13px;
    line-height: 1.55;
}

.home-celebration-empty__copy .home-celebration-empty__question {
    margin-top: 2px;
    color: var(--text-primary, #172033);
    font-weight: 650;
}

@keyframes homeCelebrationCalendarFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes homeCelebrationHeartPulse {
    0%, 100% { transform: scale(1); opacity: .88; }
    50% { transform: scale(1.055); opacity: 1; }
}

@keyframes homeCelebrationOrb {
    0%, 100% { transform: translateY(0) scale(1); opacity: .12; }
    50% { transform: translateY(-5px) scale(1.08); opacity: .22; }
}

@keyframes homeCelebrationSpark {
    0%, 100% { transform: scale(.86) rotate(0); opacity: .2; }
    50% { transform: scale(1.08) rotate(8deg); opacity: .48; }
}

@media (prefers-reduced-motion: reduce) {
    .home-celebration-empty__calendar,
    .home-celebration-empty__heart,
    .home-celebration-empty__orb,
    .home-celebration-empty__spark {
        animation: none !important;
    }
}

@media (max-width: 760px), (max-width: 959px) and (orientation: landscape) and (max-height: 560px) and (pointer: coarse) {
    body .ph-home-page[data-home-view="equipe"] .home-team-today__metric {
        min-height: 88px !important;
        padding: 10px 8px !important;
        gap: 6px !important;
    }

    body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-icon {
        width: 30px !important;
        height: 30px !important;
    }

    body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-copy strong {
        font-size: 17px !important;
    }

    body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-copy small {
        font-size: 10px !important;
    }

    .home-celebration-empty {
        gap: 12px;
        padding-inline: 0;
    }

    .home-celebration-empty__visual {
        width: min(74vw, 230px);
    }
}

/* =========================================================
   MindZ 27182 — publicações vazias + ícone de aniversariantes
   ========================================================= */
body .ph-home-page[data-home-view="equipe"] .home-team-today__metric--anniversaries .home-team-today__metric-icon {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.home-publications-empty-modal .mindz-modal__body {
    overflow: hidden !important;
}

.home-publications-empty {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 2px 6px 8px;
    text-align: center;
}

.home-publications-empty__visual {
    width: min(100%, 310px);
    color: var(--primary, #5664b8);
}

.home-publications-empty__visual svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.home-publications-empty__paper {
    transform-origin: 120px 80px;
    animation: homePublicationsPaperFloat 2.8s ease-in-out infinite;
}

.home-publications-empty__bubble {
    transform-origin: 151px 95px;
    animation: homePublicationsBubblePulse 1.9s ease-in-out infinite;
}

.home-publications-empty__orb {
    fill: currentColor;
    opacity: .14;
    transform-origin: center;
    animation: homePublicationsOrb 2.5s ease-in-out infinite;
}

.home-publications-empty__orb--two {
    animation-delay: -.8s;
}

.home-publications-empty__spark {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    opacity: .32;
    transform-box: fill-box;
    transform-origin: center;
    animation: homePublicationsSpark 2.15s ease-in-out infinite;
}

.home-publications-empty__spark--two {
    animation-delay: -1.05s;
}

.home-publications-empty__copy {
    display: grid;
    gap: 8px;
    max-width: 470px;
}

.home-publications-empty__copy strong {
    color: var(--text-primary, var(--text));
    font-size: 16px;
    line-height: 1.3;
}

.home-publications-empty__copy p {
    margin: 0;
    color: var(--text-secondary, var(--text-muted));
    font-size: 13px;
    line-height: 1.55;
}

.home-publications-empty__copy .home-publications-empty__question {
    margin-top: 2px;
    color: var(--text-primary, var(--text));
    font-weight: 650;
}

@keyframes homePublicationsPaperFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes homePublicationsBubblePulse {
    0%, 100% { transform: scale(1); opacity: .9; }
    50% { transform: scale(1.045); opacity: 1; }
}

@keyframes homePublicationsOrb {
    0%, 100% { transform: translateY(0) scale(1); opacity: .10; }
    50% { transform: translateY(-5px) scale(1.08); opacity: .20; }
}

@keyframes homePublicationsSpark {
    0%, 100% { transform: scale(.92) rotate(0); opacity: .2; }
    50% { transform: scale(1.08) rotate(8deg); opacity: .5; }
}

@media (prefers-reduced-motion: reduce) {
    .home-publications-empty__paper,
    .home-publications-empty__bubble,
    .home-publications-empty__orb,
    .home-publications-empty__spark {
        animation: none !important;
    }
}


/* =========================================================
   MindZ 27183/27187 — badge operacional da Visão da equipe
   Somente Rotina da equipe.
   ========================================================= */
body .ph-home-page[data-home-view="equipe"] .home-routine .home-card__title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
}

body .ph-home-page[data-home-view="equipe"] .home-routine .home-card__title-badge {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #dc2626 !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    font-variant-numeric: tabular-nums !important;
    box-shadow: 0 3px 10px rgb(220 38 38 / 18%) !important;
}


/* =========================================================
   MindZ 27186 — Gestão em foco espelha a geometria da Minha visão
   - mesmo respiro externo do bloco de emoções
   - mesmo padding interno e gap entre cards
   - ícones com o mesmo contrato visual
   ========================================================= */
body .ph-home-page[data-home-view="equipe"] .home-redesign-welcome--team {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    overflow: hidden !important;
}

body .ph-home-page[data-home-view="equipe"] .home-redesign-welcome--team .home-redesign-welcome__hero {
    padding-bottom: 12px !important;
}

body .ph-home-page[data-home-view="equipe"] .home-welcome__team-overview {
    width: calc(100% - 36px) !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 18px 18px !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
}

body .ph-home-page[data-home-view="equipe"] .home-welcome__team-overview > .home-team-today {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 208px !important;
    flex: 1 1 auto !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    gap: 12px !important;
    padding: 18px 18px 16px !important;
    box-sizing: border-box !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__grid {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    align-self: stretch !important;
    align-items: stretch !important;
    gap: 12px !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 112px !important;
    height: 100% !important;
    align-self: stretch !important;
    padding: 14px 12px !important;
    gap: 9px !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-icon,
body .ph-home-page[data-home-view="equipe"] .home-team-today__metric--anniversaries .home-team-today__metric-icon {
    width: 34px !important;
    height: 34px !important;
    display: inline-grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    background: color-mix(in srgb, var(--team-highlight) 12%, var(--surface, #ffffff)) !important;
    color: var(--team-highlight) !important;
    box-sizing: border-box !important;
}

body .ph-home-page[data-home-view="equipe"] .home-team-today__metric-icon svg,
body .ph-home-page[data-home-view="equipe"] .home-team-today__metric--anniversaries .home-team-today__metric-icon svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    margin: 0 !important;
}

@media (max-width: 820px) {
    body .ph-home-page[data-home-view="equipe"] .home-welcome__team-overview {
        width: calc(100% - 24px) !important;
        margin: 0 12px 12px !important;
    }

    body .ph-home-page[data-home-view="equipe"] .home-welcome__team-overview > .home-team-today {
        min-height: 0 !important;
        padding: 14px !important;
        gap: 12px !important;
    }

    body .ph-home-page[data-home-view="equipe"] .home-team-today__grid {
        gap: 12px !important;
    }
}

/* =========================================================
   MindZ 27187 — Visão da equipe sem card Desenvolvimento
   - todas as pendências de desenvolvimento permanecem em Rotina da equipe
   - Rotina da equipe ganha mais largura no desktop/laptop
   ========================================================= */
body .ph-home-page[data-home-view="equipe"] .home-development {
    display: none !important;
}

body.inicio-dashboard-v3 .ph-home-page[data-home-view="equipe"] .home-dashboard {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
        "welcome welcome welcome welcome welcome routine routine routine routine routine routine routine"
        "feedback feedback feedback feedback activities activities activities activities score score score score" !important;
    align-items: stretch !important;
}

body.inicio-dashboard-v3 .ph-home-page[data-home-view="equipe"] .home-dashboard > .home-welcome {
    grid-area: welcome !important;
}

body.inicio-dashboard-v3 .ph-home-page[data-home-view="equipe"] .home-dashboard > .home-routine {
    grid-area: routine !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

body.inicio-dashboard-v3 .ph-home-page[data-home-view="equipe"] .home-dashboard > .home-feedbacks {
    grid-area: feedback !important;
}

body.inicio-dashboard-v3 .ph-home-page[data-home-view="equipe"] .home-dashboard > .home-activities {
    grid-area: activities !important;
}

body.inicio-dashboard-v3 .ph-home-page[data-home-view="equipe"] .home-dashboard > .home-score {
    grid-area: score !important;
}

/* O badge operacional pertence somente à Rotina da equipe. */
body .ph-home-page[data-home-view="equipe"] .home-routine .home-card__title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
}

@media (max-width: 1199px) and (min-width: 901px) {
    body.inicio-dashboard-v3 .ph-home-page[data-home-view="equipe"] .home-dashboard {
        grid-template-areas:
            "welcome welcome welcome welcome welcome welcome welcome welcome welcome welcome welcome welcome"
            "routine routine routine routine routine routine routine routine routine routine routine routine"
            "feedback feedback feedback feedback feedback feedback activities activities activities activities activities activities"
            "score score score score score score score score score score score score" !important;
    }
}

@media (max-width: 900px) {
    body.inicio-dashboard-v3 .ph-home-page[data-home-view="equipe"] .home-dashboard {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "welcome"
            "routine"
            "feedback"
            "activities"
            "score" !important;
    }
}


/* ============================================================
   MindZ 27213 — Home compacta sem alterar a lógica dos cards
   ============================================================ */

/* A Home usa toda a altura útil do shell e evita rolagem da página no desktop. */
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .ph-home-dashboard--saas {
    height: calc(100dvh - 64px) !important;
    max-height: calc(100dvh - 64px) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .ph-home-redesign-topbar {
    flex: 0 0 auto !important;
}

body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-page {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 1560px !important;
    margin: 0 auto !important;
    padding: 10px 16px 12px !important;
    overflow: hidden !important;
}

body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-dashboard {
    height: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-rows: minmax(0, 1.12fr) minmax(0, .88fr) !important;
    grid-template-areas:
        "welcome welcome welcome welcome welcome welcome routine routine routine routine routine routine"
        "feedback feedback feedback feedback requests requests requests requests score score score score" !important;
    gap: 12px !important;
    align-items: stretch !important;
    overflow: hidden !important;
}

body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-welcome { grid-area: welcome !important; }
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-routine { grid-area: routine !important; }
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-feedbacks { grid-area: feedback !important; }
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-requests { grid-area: requests !important; }
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score { grid-area: score !important; }

body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-card {
    height: 100% !important;
    min-height: 0 !important;
    padding: 16px 18px !important;
    overflow: hidden !important;
}

/* Mantém Minha rotina como antes, apenas ajustando densidade para o viewport. */
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-redesign-routine-body {
    min-height: 0 !important;
    margin-top: 10px !important;
    gap: 8px !important;
    overflow: hidden !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-redesign-routine-health {
    min-height: 0 !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-redesign-health-ring--compact {
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-redesign-routine-pending {
    min-height: 0 !important;
    overflow: hidden !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-redesign-routine-topic-list {
    min-height: 0 !important;
    max-height: 128px !important;
    overflow: hidden !important;
    gap: 6px !important;
}

/* Feedbacks permanece com os quatro indicadores originais. Só a análise foi removida. */
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-card__body {
    min-height: 0 !important;
    margin-top: 8px !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-redesign-feedback-buttons {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-feedbacks .home-redesign-feedback-stat-button {
    min-height: 82px !important;
    padding: 8px !important;
}

/* Solicitações permanece com os indicadores anteriores, sem Leitura executiva. */
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-requests .home-card__body {
    min-height: 0 !important;
    margin-top: 8px !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-requests-buttons,
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-buttons {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 6px !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button {
    min-width: 0 !important;
    min-height: 82px !important;
    padding: 8px 5px !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-requests .home-redesign-feedback-stat-button__content small {
    font-size: 10px !important;
    line-height: 1.15 !important;
}

/* Score exatamente no conceito do modelo: gauge + posição + interações + ação. */
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score .home-card__body {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    margin-top: 4px !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score .home-redesign-score-gauge {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 14px !important;
    margin: 0 !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score .home-redesign-score-gauge__arc {
    grid-row: 1 / span 2 !important;
    width: 118px !important;
    height: 118px !important;
    min-height: 118px !important;
    margin: 0 !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score .home-redesign-score-gauge p,
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score .home-redesign-score-gauge em {
    margin: 0 !important;
    text-align: left !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score-details-link {
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-top: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--color-primary) !important;
    font: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

/* Remoção defensiva dos blocos de análise, inclusive se HTML antigo ficar em cache. */
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-feedback-executive-reading,
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-requests-executive-reading {
    display: none !important;
}

/* Ícones monocromáticos pela cor do tema. */
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"]
:is(.home-redesign-feedback-stat-button__icon,
    .home-redesign-row-icon,
    .home-card__actions-trigger,
    .routine-item__icon,
    .home-redesign-topic-button__icon,
    .home-score-details-link) {
    color: var(--color-primary) !important;
}
body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"]
:is(.home-redesign-feedback-stat-button__icon,
    .home-redesign-row-icon,
    .routine-item__icon) {
    background: color-mix(in srgb, var(--color-primary) 8%, transparent) !important;
}

/* Desktop baixo: comprime um pouco mais sem criar barra de rolagem. */
@media (min-width: 1181px) and (max-height: 820px) {
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-page {
        padding-top: 7px !important;
        padding-bottom: 8px !important;
    }
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-dashboard {
        gap: 10px !important;
        grid-template-rows: minmax(0, 1.08fr) minmax(0, .92fr) !important;
    }
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-card {
        padding: 13px 15px !important;
    }
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-redesign-health-ring--compact {
        width: 112px !important;
        height: 112px !important;
        min-width: 112px !important;
        min-height: 112px !important;
    }
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score .home-redesign-score-gauge {
        grid-template-columns: 102px minmax(0, 1fr) !important;
    }
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-score .home-redesign-score-gauge__arc {
        width: 102px !important;
        height: 102px !important;
        min-height: 102px !important;
    }
}

/* Em tablet/mobile volta ao fluxo rolável normal. */
@media (max-width: 1180px) {
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .ph-home-dashboard--saas {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-page {
        overflow: visible !important;
    }
    body.inicio-dashboard-clean-27213 .ph-home-page[data-home-view="minha"] .home-dashboard {
        height: auto !important;
        grid-template-rows: none !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-areas:
            "welcome routine"
            "feedback requests"
            "score score" !important;
        overflow: visible !important;
    }
}
