:root {
    --cps-bg: #f6f8fb;
    --cps-panel: #ffffff;
    --cps-line: #dfe4ea;
    --cps-text: #18212f;
    --cps-muted: #667085;
    --cps-accent: #1f7a5a;
    --cps-accent-dark: #155f45;
    --cps-blue: #2563eb;
    --cps-danger: #b42318;
    --cps-shadow: 0 12px 30px rgba(24, 33, 47, 0.07);
}

body.cps-portal-page,
body.cps-portal-page .wp-site-blocks {
    background: var(--cps-bg) !important;
}

body.cps-portal-page .wp-site-blocks > header,
body.cps-portal-page .wp-site-blocks > footer,
body.cps-portal-page header.wp-block-template-part,
body.cps-portal-page footer.wp-block-template-part,
body.cps-portal-page .site-header,
body.cps-portal-page .site-footer,
body.cps-portal-page #masthead,
body.cps-portal-page #colophon,
body.cps-portal-page .wp-block-post-title {
    display: none !important;
}

body.cps-portal-page main,
body.cps-portal-page .entry-content,
body.cps-portal-page .wp-block-post-content,
body.cps-portal-page .wp-site-blocks {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.cps-portal,
.cps-login-page {
    color: var(--cps-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
}

.cps-portal :is(h1,h2,h3,h4,h5,h6,p,a,button,input,select,textarea,label,table,summary),
.cps-public-demo :is(h1,h2,h3,h4,h5,h6,p,a,button,input,select,textarea,label) {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.cps-portal-page .cps-portal {
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.cps-shell {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1720px;
    padding: clamp(18px, 2.4vw, 38px) clamp(18px, 3vw, 52px) 60px;
    width: 100%;
}

.cps-portal-header {
    align-items: center;
    background: var(--cps-panel);
    border: 1px solid var(--cps-line);
    border-radius: 12px;
    box-shadow: var(--cps-shadow);
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    min-height: 72px;
    padding: 12px 18px;
}

.cps-brand {
    align-items: center;
    color: var(--cps-text) !important;
    display: inline-flex;
    gap: 11px;
    text-decoration: none !important;
}

.cps-brand-mark,
.cps-login-card .cps-brand-mark {
    align-items: center;
    background: #e8f5ef;
    border: 1px solid #b8decc;
    border-radius: 10px;
    color: var(--cps-accent-dark);
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    letter-spacing: .03em;
    width: 42px;
}

.cps-brand strong,
.cps-brand small {
    display: block;
}

.cps-brand strong { font-size: 15px; line-height: 1.2; }
.cps-brand small { color: var(--cps-muted); font-size: 12px; margin-top: 2px; }

.cps-portal-header nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.cps-portal-header nav a {
    border-radius: 7px;
    color: var(--cps-muted);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 13px;
    text-decoration: none;
}

.cps-portal-header nav a:hover,
.cps-portal-header nav a:focus,
.cps-portal-header nav a.is-active {
    background: #edf7f2;
    color: var(--cps-accent-dark);
}

.cps-main { display: grid; gap: 18px; width: 100%; }
.cps-hr-dashboard { display: grid; gap: 18px; width: 100%; }

.cps-portal-utility { position: relative; z-index: 90; display: flex; min-height: 22px; margin: -13px 4px 7px; color: #53675f; align-items: center; justify-content: flex-end; gap: 9px; font-size: 10px; }
.cps-refresh-utility { color: #315f4e; font-weight: 750; text-decoration: none; }
.cps-refresh-utility:hover, .cps-refresh-utility:focus { color: #164f3b; text-decoration: underline; }
.cps-utility-divider { width: 1px; height: 13px; background: #cfdad5; }
.cps-live-utility { position: relative; display: inline-flex; outline: 0; color: #64756e; align-items: center; gap: 6px; cursor: help; }
.cps-live-utility strong { color: #176247; font-size: 10px; }
.cps-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #2ba171; box-shadow: 0 0 0 3px #e4f4ed; animation: cps-live-pulse 2.4s ease-out infinite; }
.cps-live-schedule { position: absolute; z-index: 100; top: calc(100% + 9px); right: 0; display: grid; width: min(320px, calc(100vw - 48px)); padding: 15px 16px; visibility: hidden; border: 1px solid #cadbd4; border-radius: 11px; background: #fff; color: #52665e; box-shadow: 0 18px 45px rgba(18,60,49,.17); opacity: 0; pointer-events: none; gap: 7px; text-align: left; transform: translateY(-4px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.cps-live-schedule::before { position: absolute; right: 0; bottom: 100%; left: 0; height: 10px; content: ''; }
.cps-live-schedule > strong { color: #173f33; font-size: 13px; }
.cps-live-schedule > span { color: #52665e; font-size: 12px; line-height: 1.5; }
.cps-live-schedule > small { color: #71817b; font-size: 10px; line-height: 1.45; }
.cps-live-utility:hover .cps-live-schedule, .cps-live-utility:focus .cps-live-schedule, .cps-live-utility:focus-within .cps-live-schedule { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
@keyframes cps-live-pulse { 0% { box-shadow: 0 0 0 0 rgba(43,161,113,.32); } 70% { box-shadow: 0 0 0 6px rgba(43,161,113,0); } 100% { box-shadow: 0 0 0 0 rgba(43,161,113,0); } }

.cps-dashboard-views { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 5px; border: 1px solid #dce5e1; border-radius: 11px; background: rgba(255,255,255,.72); }
.cps-dashboard-views > a { display: grid; grid-template-columns: 34px minmax(0, 1fr); min-height: 58px; padding: 11px 14px; border: 1px solid transparent; border-radius: 8px; color: #5c6e67; align-items: center; gap: 10px; text-decoration: none; transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease; }
.cps-dashboard-views > a > .dashicons { display: flex; width: 34px; height: 34px; border-radius: 9px; background: #eff5f2; color: #3d7861; align-items: center; justify-content: center; font-size: 19px; }
.cps-dashboard-views strong, .cps-dashboard-views small { display: block; }
.cps-dashboard-views strong { color: #294c3f; font-size: 13px; }
.cps-dashboard-views small { margin-top: 2px; color: #7a8983; font-size: 10px; }
.cps-dashboard-views > a:hover, .cps-dashboard-views > a:focus { border-color: #c9dbd3; background: #fff; }
.cps-dashboard-views > a.is-active { border-color: #bcd7cb; background: #eef7f3; box-shadow: 0 5px 16px rgba(24,89,64,.06); }
.cps-dashboard-views > a.is-active > .dashicons { background: #dcefe7; color: #176247; }

.cps-recognition-panel { overflow: hidden; }
.cps-recognition-hero { display: grid; min-height: 150px; margin: -22px -22px 20px; overflow: hidden; border-bottom: 1px solid #dce7e2; background: linear-gradient(105deg,#fff 0%,#f7faf8 58%,#edf6f1 100%); grid-template-columns: 1fr; }
.cps-recognition-hero > div:first-child { display: flex; padding: 28px 31px; justify-content: center; flex-direction: column; }
.cps-recognition-hero h2 { margin: 0; color: #173e32; font-size: 24px; }
.cps-recognition-hero p:not(.cps-eyebrow) { max-width: 590px; margin: 8px 0 0; color: #63756e; font-size: 13px; line-height: 1.55; }
.cps-milestone-settings { display: grid; margin: 0 0 22px; padding: 20px 22px; border: 1px solid #cadfd5; border-radius: 13px; background: linear-gradient(115deg,#f6fbf8 0%,#fff 68%); box-shadow: 0 10px 28px rgba(20,78,57,.06); grid-template-columns: minmax(250px,.75fr) minmax(580px,1.25fr); align-items: end; gap: 22px; }
.cps-milestone-settings h3 { margin: 0; color: #173e32; font-size: 19px; }
.cps-milestone-settings-copy > p:not(.cps-eyebrow) { margin: 7px 0 0; color: #60736b; font-size: 12px; line-height: 1.55; }
.cps-milestone-settings-copy strong { color: #155f44; }
.cps-milestone-settings-form { display: grid; grid-template-columns: repeat(4,minmax(110px,1fr)) auto; align-items: end; gap: 10px; }
.cps-milestone-settings-form label { display: grid; gap: 6px; }
.cps-milestone-settings-form label > span { color: #566a62; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.cps-milestone-settings-form input { width: 100%; min-height: 42px; padding: 9px 10px; border: 1px solid #c8d8d1; border-radius: 8px; background: #fff; color: #173e32; box-sizing: border-box; }
.cps-milestone-settings-form input:focus { outline: 2px solid rgba(31,122,90,.18); border-color: #4c9a7d; }
.cps-milestone-settings-form .cps-button { min-height: 42px; white-space: nowrap; }
.cps-milestone-pending { display: flex; color: #8a651e !important; align-items: center; gap: 6px; }
.cps-milestone-pending .dashicons { width: 16px; height: 16px; font-size: 16px; }
.cps-milestone-preview-note { margin: -9px 0 0; color: #78877f; font-size: 10px; grid-column: 2; }
@media (max-width: 1180px) { .cps-milestone-settings { grid-template-columns: 1fr; } .cps-milestone-preview-note { grid-column: 1; } }

.cps-page-heading {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 6px 2px 2px;
}

.cps-page-heading h1,
.cps-panel h2,
.cps-help-card h2 {
    color: var(--cps-text);
    margin: 0;
}

.cps-page-heading h1 { font-size: clamp(28px, 4vw, 38px); letter-spacing: -.03em; line-height: 1.1; }
.cps-page-heading p:not(.cps-eyebrow), .cps-section-heading p { color: var(--cps-muted); margin: 8px 0 0; }
.cps-eyebrow { color: var(--cps-accent); font-size: 12px; font-weight: 900; letter-spacing: .08em; margin: 0 0 7px; text-transform: uppercase; }

.cps-status,
.cps-badge {
    background: #f2f4f7;
    border: 1px solid var(--cps-line);
    border-radius: 999px;
    color: var(--cps-muted);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    white-space: nowrap;
}

.cps-status.is-active { background: #eaf7f0; border-color: #b8decc; color: var(--cps-accent-dark); }
.cps-badge.is-ready {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--cps-accent-dark);
    font-size: 13px;
    padding: 0;
}
.cps-recognition-email-link {
    color: var(--cps-accent-dark);
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(21, 95, 69, .35);
    text-underline-offset: 3px;
}
.cps-recognition-email-link:hover, .cps-recognition-email-link:focus { color: var(--cps-accent); text-decoration-color: currentColor; }

.cps-kpi-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cps-kpi,
.cps-panel,
.cps-help-card,
.cps-filters {
    background: var(--cps-panel);
    border: 1px solid var(--cps-line);
    border-radius: 11px;
    box-shadow: 0 6px 20px rgba(24, 33, 47, .045);
    box-sizing: border-box;
}

.cps-kpi { min-height: 136px; padding: 20px; }
.cps-tracker-kpis .cps-kpi { min-height: 116px; }
.cps-kpi span, .cps-kpi small { color: var(--cps-muted); display: block; }
.cps-kpi span { font-size: 13px; font-weight: 800; }
.cps-kpi strong { display: block; font-size: 32px; line-height: 1.1; margin: 14px 0 8px; }
.cps-kpi small { font-size: 12px; }
.cps-panel { padding: 22px; }

.cps-milestone-card {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(180px, .7fr) minmax(240px, 2fr);
}

.cps-milestone-card p { color: var(--cps-muted); margin: 5px 0 0; }
.cps-progress { background: #e9edf2; border-radius: 999px; height: 14px; overflow: hidden; }
.cps-progress span { background: linear-gradient(90deg, var(--cps-accent), #36a474); border-radius: inherit; display: block; height: 100%; }

.cps-section-heading {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cps-section-heading h2 { font-size: 21px; }
.cps-milestone-email-action { align-items: flex-end; display: flex; flex-direction: column; gap: 6px; margin: 0; }
.cps-milestone-email-action small, .cps-filter-note { color: var(--cps-muted); font-size: 11px; }
.cps-filter-note { margin: -8px 0 16px; }
.cps-update { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.cps-update small { color: var(--cps-muted); }
.cps-progress-heading { align-items: flex-end; }
.cps-counting-note { color: var(--cps-muted); font-size: 12px; margin-top: 8px; max-width: 520px; }
.cps-counting-note summary { color: var(--cps-accent-dark); cursor: pointer; font-weight: 800; width: fit-content; }
.cps-counting-note p { line-height: 1.5; margin: 6px 0 0; }
.cps-tracker-filters { align-items: end; display: grid; gap: 8px; grid-template-columns: minmax(210px, 1fr) minmax(180px, .7fr) auto auto; margin: 0; max-width: 780px; width: min(100%, 780px); }
.cps-recognition-filters { grid-template-columns: minmax(210px, 1fr) minmax(170px, .72fr) minmax(190px, .78fr) auto auto; margin-bottom: 18px; max-width: 1040px; width: 100%; }
.cps-dashboard-validation-filters { grid-template-columns: minmax(200px, 1fr) minmax(150px, .7fr) minmax(190px, .85fr) auto auto; max-width: 1050px; width: 100%; }
.cps-tracker-filters label > span { color: var(--cps-muted); display: block; font-size: 11px; font-weight: 800; margin-bottom: 6px; text-transform: uppercase; }
.cps-tracker-filters input, .cps-tracker-filters select { background: #fff; border: 1px solid var(--cps-line); border-radius: 7px; box-sizing: border-box; color: var(--cps-text); font: inherit; min-height: 42px; padding: 9px 11px; width: 100%; }
.cps-progress-table .cps-progress { height: 8px; max-width: 230px; min-width: 130px; }
.cps-progress-table td > small { margin-top: 5px; }
.cps-count { font-weight: 800; }
.cps-note { color: var(--cps-muted); font-size: 12px; line-height: 1.55; margin: 16px 0 0; }
.cps-pagination { align-items: center; border-top: 1px solid #edf0f4; color: var(--cps-muted); display: flex; font-size: 12px; justify-content: space-between; margin-top: 4px; padding-top: 14px; }
.cps-pagination > div { display: flex; gap: 14px; }
.cps-page-link { color: var(--cps-accent-dark); font-weight: 800; text-decoration: none; }
.cps-page-link:hover, .cps-page-link:focus { text-decoration: underline; }
.cps-recognition-toggle { background: transparent; border: 0; color: var(--cps-accent-dark); cursor: pointer; font: inherit; font-weight: 800; padding: 0; text-align: left; }
.cps-recognition-toggle > span { display: inline-block; font-size: 16px; margin-right: 7px; width: 10px; }
.cps-recognition-toggle small { color: var(--cps-muted); display: block; font-size: 10px; font-weight: 600; margin: 3px 0 0 19px; }
.cps-recognition-toggle:hover, .cps-recognition-toggle:focus { text-decoration: underline; }
.cps-recognition-detail-row > td { background: #fbfcfd; padding: 0 !important; }
.cps-recognition-detail-row .cps-validation-detail { border-top: 0; }
.cps-compact-search input, .cps-help-search input { min-width: 220px; }
.cps-table-wrap { overflow-x: auto; }
.cps-table { border-collapse: collapse; font-size: 13px; width: 100%; }
.cps-table th { color: var(--cps-muted); font-size: 11px; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
.cps-table th, .cps-table td { border-bottom: 1px solid #edf0f4; padding: 13px 12px; vertical-align: middle; }
.cps-table tbody tr:hover { background: #fafbfc; }
.cps-table td small { color: var(--cps-muted); display: block; margin-top: 3px; }

.cps-filters { display: flex; padding: 14px 16px; }
.cps-filters label { max-width: 520px; width: 100%; }
.cps-filters span, .cps-form label > span, .cps-help-search > span, .cps-form legend { color: var(--cps-muted); display: block; font-size: 12px; font-weight: 800; margin-bottom: 7px; text-transform: uppercase; }

.cps-form { display: grid; gap: 16px; margin-top: 18px; }
.cps-form-grid, .cps-profile-grid, .cps-staff-layout { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cps-email-layout { display: grid; gap: 18px; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); }
.cps-team-email-layout { display: grid; gap: 18px; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); }
.cps-recipient-grid { display: grid; gap: 10px 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cps-recipient-grid .cps-check { align-items: flex-start; }
.cps-recipient-grid strong, .cps-recipient-grid small { display: block; }
.cps-recipient-grid small { color: var(--cps-muted); font-size: 11px; font-weight: 500; margin-top: 2px; }
.cps-team-email-table { min-width: 760px; }
.cps-team-email-table td > small { max-width: 240px; }
.cps-email-health { margin-bottom: 18px; }
.cps-email-log { margin-top: 18px; }
.cps-email-log .cps-table { min-width: 1050px; }
.cps-profile-email-note { margin-top: 18px; }
.cps-form input:not([type="checkbox"]), .cps-form select, .cps-form textarea, .cps-filters select, .cps-compact-search input, .cps-help-search input {
    background: #fff;
    border: 1px solid var(--cps-line);
    border-radius: 7px;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--cps-text);
    font: inherit;
    min-height: 43px;
    padding: 9px 11px;
    width: 100%;
}

.cps-form textarea { min-height: 150px; resize: vertical; }
.cps-form input:focus, .cps-form select:focus, .cps-form textarea:focus, .cps-filters select:focus, .cps-compact-search input:focus, .cps-help-search input:focus { border-color: var(--cps-accent); box-shadow: 0 0 0 3px rgba(31,122,90,.12); outline: none; }
.cps-form fieldset { border: 1px solid var(--cps-line); border-radius: 8px; margin: 0; padding: 14px; }
.cps-form legend { margin: 0; padding: 0 6px; }
.cps-check-grid { display: flex; flex-wrap: wrap; gap: 14px; }
.cps-check { align-items: center; display: inline-flex !important; gap: 8px; }
.cps-check span { margin: 0 !important; text-transform: none !important; }
.cps-form label > small { color: var(--cps-muted); display: block; font-size: 12px; line-height: 1.5; margin-top: 6px; }
.cps-text-button { background: transparent; border: 0; color: var(--cps-accent-dark); cursor: pointer; font: inherit; font-weight: 800; padding: 0; }
.cps-text-button:hover, .cps-text-button:focus { text-decoration: underline; }
.cps-text-button-danger { color: #9b2c2c; }
.cps-recognition-actions { align-items: flex-start; display: flex; flex-direction: column; gap: 7px; }
.cps-recognition-actions form { margin: 0; }
.cps-recognition-actions small { color: var(--cps-muted); }
.cps-email-release-controls { background: #f7faf8; border: 1px solid #d7e6df; border-radius: 10px; margin: 8px 0 4px; padding: 16px; }
.cps-email-release-controls legend { color: var(--cps-accent-dark); font-weight: 800; padding: 0 6px; }
.cps-email-release-controls .cps-check { margin: 12px 0 0; }
.cps-email-release-controls > small { color: var(--cps-muted); display: block; margin-top: 10px; }
.cps-approval-actions { align-items: flex-start; display: flex; flex-direction: column; gap: 9px; min-width: 140px; }
.cps-approval-actions form { margin: 0; }
.cps-button-compact { font-size: 12px; padding: 9px 12px; }
.cps-approval-table td small { color: var(--cps-muted); display: block; margin-top: 5px; max-width: 260px; }
.cps-message-preview { margin-top: 9px; max-width: 340px; }
.cps-message-preview summary { color: var(--cps-accent-dark); cursor: pointer; font-size: 12px; font-weight: 800; }
.cps-message-preview[open] { background: #f7faf8; border: 1px solid #d7e6df; border-radius: 8px; padding: 10px; }
.cps-message-preview p { color: var(--cps-text); font-size: 12px; line-height: 1.55; margin: 8px 0 0; white-space: normal; }
.cps-manager-types { background: #f8faf9; }
.cps-manager-directory { grid-column: 1 / -1; }
.cps-manager-group-grid { display: grid; gap: 12px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cps-manager-group-grid article { align-items: center; background: #f8faf9; border: 1px solid #dce7e2; border-radius: 9px; display: flex; gap: 10px; padding: 14px; }
.cps-manager-group-grid strong, .cps-manager-group-grid small { display: block; }
.cps-manager-group-grid small { color: var(--cps-muted); font-size: 11px; margin-top: 3px; }
.cps-manager-dot { background: var(--cps-accent); border: 4px solid #dff1e8; border-radius: 50%; flex: 0 0 auto; height: 9px; width: 9px; }
.cps-manager-recipient-groups { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cps-manager-recipient-groups .cps-check { align-items: flex-start; background: #f8faf9; border: 1px solid #dce7e2; border-radius: 8px; padding: 11px; }
.cps-manager-recipient-groups strong, .cps-manager-recipient-groups small { display: block; }
.cps-manager-recipient-groups small { color: var(--cps-muted); font-size: 11px; font-weight: 500; margin-top: 2px; }
.cps-manager-recipient-groups .is-unavailable { opacity: .55; }

.cps-button {
    align-items: center;
    background: var(--cps-accent);
    border: 1px solid var(--cps-accent);
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    text-decoration: none !important;
    width: fit-content;
}

.cps-button:hover, .cps-button:focus { background: var(--cps-accent-dark); border-color: var(--cps-accent-dark); }
.cps-button-wide { width: 100%; }
.cps-button-secondary { background: #fff; border-color: var(--cps-line); color: var(--cps-text) !important; }
.cps-text-link { color: var(--cps-blue); display: inline-block; font-size: 13px; font-weight: 700; margin-top: 14px; }

.cps-alert { background: #fff9e8; border: 1px solid #f1d68a; border-radius: 9px; color: #7a4b00; padding: 14px 16px; }
.cps-alert p { margin: 6px 0 0; }
.cps-alert-error { background: #fff2f0; border-color: #f1b7b0; color: var(--cps-danger); }
.cps-alert-success { background: #eaf7f0; border-color: #b8decc; color: var(--cps-accent-dark); }

.cps-details { margin: 18px 0; }
.cps-details div { border-bottom: 1px solid #edf0f4; display: grid; gap: 14px; grid-template-columns: 120px 1fr; padding: 11px 0; }
.cps-details dt { color: var(--cps-muted); font-size: 12px; font-weight: 800; }
.cps-details dd { margin: 0; }
.cps-panel > .cps-text-link { display: block; }

.cps-update-overview {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}
.cps-update-overview h2, .cps-update-card h2, .cps-update-actions h2 { margin: 0; }
.cps-update-overview > div > p:last-child { color: var(--cps-muted); line-height: 1.6; margin: 7px 0 0; }
.cps-update-status { color: var(--cps-accent-dark); font-size: 14px; font-weight: 800; margin: 0; text-align: right; }
.cps-update-monitor { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.cps-data-activity { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 9px 11px; min-width: 290px; max-width: 430px; padding: 11px 13px; border: 1px solid var(--cps-line); border-radius: 10px; background: #f7fbf9; text-align: left; }
.cps-data-activity > div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.cps-data-activity strong { color: var(--cps-accent-dark); font-size: 13px; }
.cps-data-activity span:not(.cps-data-dot):not(.cps-data-progress) { color: var(--cps-muted); font-size: 12px; }
.cps-data-activity small { color: var(--cps-muted); font-size: 11px; }
.cps-data-dot { width: 9px; height: 9px; border-radius: 50%; background: #27936b; box-shadow: 0 0 0 4px #e4f3ec; }
.cps-data-activity.is-running .cps-data-dot { animation: cps-data-pulse 1.8s ease-out infinite; }
.cps-data-progress { grid-column: 1 / -1; height: 5px; overflow: hidden; border-radius: 999px; background: #dfe8e4; }
.cps-data-progress i { display: block; height: 100%; border-radius: inherit; background: var(--cps-accent); transition: width .35s ease; }
@keyframes cps-data-pulse { 0% { box-shadow: 0 0 0 0 rgba(39,147,107,.38); } 70% { box-shadow: 0 0 0 7px rgba(39,147,107,0); } 100% { box-shadow: 0 0 0 0 rgba(39,147,107,0); } }
@media (prefers-reduced-motion: reduce) { .cps-data-activity.is-running .cps-data-dot { animation: none; } }
.cps-update-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cps-update-card { display: grid; gap: 18px; }
.cps-update-card-heading { align-items: flex-start; display: flex; gap: 20px; justify-content: space-between; }
.cps-update-card-heading > strong { color: var(--cps-accent-dark); font-size: 27px; }
.cps-update-details { display: grid; gap: 0 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.cps-update-details div { border-top: 1px solid #edf0f4; padding: 13px 0; }
.cps-update-details dt { color: var(--cps-muted); font-size: 12px; font-weight: 700; }
.cps-update-details dd { font-size: 16px; font-weight: 800; margin: 5px 0 0; }
.cps-update-actions { align-items: center; display: grid; gap: 32px; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr); }
.cps-update-actions ol { color: var(--cps-muted); line-height: 1.65; margin: 12px 0 0; padding-left: 20px; }
.cps-update-actions li + li { margin-top: 6px; }
.cps-update-manual { border-left: 1px solid var(--cps-line); padding-left: 28px; }
.cps-update-manual p { color: var(--cps-muted); font-size: 13px; line-height: 1.55; margin: 10px 0 0; }
.cps-monitor-summary { background: linear-gradient(120deg, #ffffff 0%, #f3faf7 100%); border: 1px solid #cfe1d9; border-radius: 14px; display: grid; gap: 28px; grid-template-columns: minmax(300px, 1.1fr) minmax(460px, 1fr); margin-bottom: 18px; padding: 24px; }
.cps-monitor-summary.needs-attention { border-color: #dfc9a2; background: linear-gradient(120deg, #fff 0%, #fffaf1 100%); }
.cps-monitor-lead { align-items: flex-start; display: flex; gap: 13px; }
.cps-monitor-lead h2 { color: var(--cps-accent-dark); font-size: 24px; margin: 2px 0 5px; }
.cps-monitor-lead p:last-child { color: var(--cps-muted); line-height: 1.5; margin: 0; }
.cps-monitor-pulse { background: #2b9d73; border-radius: 50%; box-shadow: 0 0 0 5px #e2f3eb; flex: 0 0 auto; height: 10px; margin-top: 8px; width: 10px; }
.cps-monitor-pulse.is-running { animation: cps-data-pulse 1.8s ease-out infinite; }
.cps-monitor-summary.needs-attention .cps-monitor-pulse { background: #bb7a1d; box-shadow: 0 0 0 5px #f7ecd8; }
.cps-monitor-facts { align-items: stretch; display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; }
.cps-monitor-facts > div { border-left: 1px solid #dce8e2; padding: 4px 18px; }
.cps-monitor-facts dt { color: var(--cps-muted); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.cps-monitor-facts dd { color: var(--cps-accent-dark); font-size: 16px; font-weight: 800; margin: 7px 0 3px; }
.cps-monitor-facts small { color: var(--cps-muted); font-size: 11px; }
.cps-monitor-panel { overflow: hidden; padding: 0; }
.cps-monitor-heading { align-items: center; border-bottom: 1px solid var(--cps-line); display: flex; justify-content: space-between; padding: 20px 22px 16px; }
.cps-monitor-heading h2 { margin: 0; }
.cps-monitor-heading > span { color: var(--cps-accent-dark); font-size: 12px; font-weight: 800; }
.cps-monitor-job { align-items: center; border-bottom: 1px solid #edf1ef; display: grid; gap: 14px; grid-template-columns: 10px minmax(220px, 1.45fr) minmax(160px, .9fr) minmax(150px, .8fr) minmax(125px, .68fr) minmax(115px, .62fr); padding: 15px 22px; }
.cps-monitor-job > div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.cps-monitor-job strong { color: var(--cps-accent-dark); font-size: 13px; }
.cps-monitor-job small { color: var(--cps-muted); font-size: 11px; line-height: 1.4; }
.cps-monitor-job-head { background: #f6faf8; color: var(--cps-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; padding-bottom: 10px; padding-top: 10px; text-transform: uppercase; }
.cps-monitor-plan strong { color: #1a7658; }
.cps-monitor-runtime strong { color: #516b62; font-weight: 700; }
.cps-monitor-cadence > span { font-size: 12px; font-weight: 700; }
.cps-monitor-next { text-align: right; }
.cps-monitor-state { border-radius: 50%; height: 8px; width: 8px; }
.cps-monitor-state.is-ok { background: #2b9d73; box-shadow: 0 0 0 4px #e5f4ed; }
.cps-monitor-state.is-attention { background: #bb7a1d; box-shadow: 0 0 0 4px #f7ecd8; }
.cps-monitor-other { background: #fbfcfc; padding: 13px 22px; }
.cps-monitor-other summary { color: var(--cps-accent-dark); cursor: pointer; font-size: 12px; font-weight: 800; }
.cps-monitor-other summary span { color: var(--cps-muted); font-weight: 600; margin-left: 7px; }
.cps-monitor-other > div { columns: 2; gap: 30px; padding: 10px 0 2px 17px; }
.cps-monitor-other p { break-inside: avoid; display: flex; font-size: 11px; justify-content: space-between; margin: 0 0 6px; }
.cps-monitor-other p span { color: var(--cps-muted); }
.cps-monitor-history { margin-top: 18px; }
.cps-monitor-history > summary { color: var(--cps-accent-dark); cursor: pointer; font-size: 13px; font-weight: 800; padding: 10px 2px; }
.cps-monitor-history > div { display: grid; gap: 18px; padding-top: 8px; }
.cps-monitor-tabs { align-items: center; background: #fff; border: 1px solid var(--cps-line); border-radius: 12px; display: flex; gap: 6px; margin-bottom: 18px; padding: 6px; }
.cps-monitor-tabs a { border-radius: 8px; color: var(--cps-muted); font-size: 13px; font-weight: 800; padding: 9px 14px; text-decoration: none; }
.cps-monitor-tabs a.is-active { background: #eaf5f0; color: var(--cps-accent-dark); }
.cps-monitor-focus-grid { display: grid; gap: 18px; grid-template-columns: 1.25fr .75fr; margin-bottom: 18px; }
.cps-history-baseline, .cps-roster-audit { display: grid; gap: 16px; }
.cps-focus-heading { align-items: flex-start; display: flex; justify-content: space-between; }
.cps-focus-heading h2 { margin: 0; }
.cps-focus-heading > strong { color: var(--cps-accent-dark); font-size: 28px; }
.cps-history-baseline dl, .cps-roster-audit dl { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.cps-history-baseline dl div, .cps-roster-audit dl div { background: #f7faf9; border-radius: 9px; padding: 12px; }
.cps-history-baseline dt, .cps-roster-audit dt { color: var(--cps-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cps-history-baseline dd, .cps-roster-audit dd { color: var(--cps-accent-dark); font-size: 16px; font-weight: 800; margin: 5px 0 0; }
.cps-history-baseline > p, .cps-roster-audit > p { color: var(--cps-muted); font-size: 12px; line-height: 1.55; margin: 0; }
.cps-shift-bars { align-items: end; display: grid; gap: 10px; grid-template-columns: repeat(7, minmax(0, 1fr)); min-height: 150px; }
.cps-shift-bars > div { align-items: center; display: grid; gap: 5px; grid-template-rows: 94px auto; text-align: center; }
.cps-shift-bars span { align-items: end; background: #edf4f1; border-radius: 8px; display: flex; height: 94px; overflow: hidden; position: relative; }
.cps-shift-bars span b { color: #123f34; font-size: 12px; font-weight: 850; left: 50%; line-height: 1; position: absolute; top: 8px; transform: translateX(-50%); z-index: 2; }
.cps-shift-bars i { background: linear-gradient(180deg, #53ad89, #177354); border-radius: 8px 8px 3px 3px; display: block; min-height: 3px; width: 100%; }
.cps-shift-bars small { color: var(--cps-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cps-cron-timeline, .cps-all-jobs { margin-bottom: 18px; padding: 0; overflow: hidden; }
.cps-timeline-scale { color: var(--cps-muted); display: flex; font-size: 10px; justify-content: space-between; margin: 18px 170px 8px 220px; }
.cps-timeline-lane { align-items: center; border-top: 1px solid #edf1ef; display: grid; gap: 16px; grid-template-columns: 190px minmax(280px, 1fr) 155px; padding: 12px 22px; }
.cps-timeline-lane > strong { color: var(--cps-accent-dark); font-size: 12px; }
.cps-timeline-lane > div { background: #edf3f0; border-radius: 999px; height: 5px; position: relative; }
.cps-timeline-lane i { background: #21805f; border: 3px solid #d9eee5; border-radius: 50%; height: 13px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 13px; }
.cps-timeline-lane small { color: var(--cps-muted); font-size: 10px; text-align: right; }
.cps-all-jobs .cps-table-wrap { padding: 0 20px 20px; }

.cps-validation-summary {
    align-items: center;
    background: #edf7f2;
    border: 1px solid #cfe7db;
    border-radius: 10px;
    color: var(--cps-accent-dark);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 15px 18px;
}
.cps-validation-summary strong { font-size: 16px; }
.cps-validation-summary span { font-size: 13px; }
.cps-validation-panel { padding: 0; overflow: hidden; }
.cps-validation-filters { max-width: none; padding: 20px 22px; width: 100%; grid-template-columns: minmax(220px, 1fr) minmax(170px, .7fr) minmax(210px, .85fr) auto auto; }
.cps-validation-head,
.cps-validation-row > summary {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(190px, 1.35fr) minmax(120px, .8fr) minmax(90px, .55fr) minmax(120px, .75fr) minmax(110px, .65fr) minmax(90px, .55fr) minmax(160px, 1fr);
}
.cps-validation-head { background: #f8fafb; border-bottom: 1px solid var(--cps-line); color: var(--cps-muted); font-size: 11px; font-weight: 800; letter-spacing: .04em; padding: 12px 22px; text-transform: uppercase; }
.cps-validation-head.cps-progress-columns,
.cps-progress-roster .cps-validation-row > summary {
    grid-template-columns: minmax(210px, 1.45fr) minmax(115px, .72fr) minmax(105px, .65fr) minmax(135px, .82fr) minmax(170px, 1fr) minmax(150px, .9fr);
}
.cps-row-progress { display: block; }
.cps-row-progress .cps-progress { display: block; height: 8px; max-width: 185px; min-width: 120px; }
.cps-row-progress small { color: var(--cps-muted); display: block; font-size: 10px; margin-top: 5px; }
.cps-validation-state.is-in_progress { color: var(--cps-muted); }
.cps-validation-state.is-milestone_reached,
.cps-validation-state.is-complete { color: var(--cps-accent-dark); }
.cps-validation-row { border-bottom: 1px solid #edf0f4; }
.cps-validation-row:last-child { border-bottom: 0; }
.cps-validation-row > summary { cursor: pointer; font-size: 13px; list-style: none; padding: 15px 22px; }
.cps-validation-row > summary::-webkit-details-marker { display: none; }
.cps-validation-row > summary:hover, .cps-validation-row[open] > summary { background: #fafcfb; }
.cps-validation-name { color: var(--cps-accent-dark); font-weight: 800; padding-left: 20px; position: relative; }
.cps-validation-name strong, .cps-validation-name small { display: block; }
.cps-validation-name small { color: var(--cps-muted); font-size: 10px; font-weight: 600; margin-top: 3px; }
.cps-validation-name::before { content: '+'; font-size: 17px; left: 0; line-height: 1; position: absolute; top: 0; }
.cps-validation-row[open] .cps-validation-name::before { content: '−'; }
.cps-validation-state { color: var(--cps-accent-dark); font-weight: 700; }
.cps-validation-state.is-needs_attention { color: #9a6700; }
.cps-validation-state.is-no_history { color: var(--cps-muted); }
.cps-validation-detail { background: #fbfcfd; border-top: 1px solid #edf0f4; padding: 22px 28px 26px; }
.cps-validation-detail > p:first-child { color: var(--cps-muted); margin: 0; }
.cps-validation-detail h3 { font-size: 16px; margin: 22px 0 10px; }
.cps-validation-detail-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cps-validation-detail-grid > div { background: #fff; border: 1px solid var(--cps-line); border-radius: 8px; padding: 14px; }
.cps-validation-detail-grid span { color: var(--cps-muted); display: block; font-size: 11px; font-weight: 700; margin-bottom: 6px; text-transform: uppercase; }
.cps-validation-detail-grid strong { font-size: 15px; }
.cps-validation-shifts th, .cps-validation-shifts td { padding-left: 8px; }
.cps-validation-empty { color: var(--cps-muted); margin: 0; padding: 28px 22px; }
.cps-validation-error { color: var(--cps-danger) !important; }

.cps-help-search { background: #fff; border: 1px solid var(--cps-line); border-radius: 10px; display: block; padding: 18px; }
.cps-help-search input { max-width: 520px; }
.cps-help-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cps-help-card { padding: 22px; }
.cps-help-card > span { color: var(--cps-accent); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.cps-help-card h2 { font-size: 19px; margin-top: 8px; }
.cps-help-card p { color: var(--cps-muted); line-height: 1.65; margin-bottom: 0; }

.cps-service-hero { align-items: center; background: linear-gradient(118deg,#fff 0%,#fff 55%,#edf8f3 100%); border: 1px solid var(--cps-line); border-radius: 14px; display: flex; justify-content: space-between; min-height: 190px; overflow: hidden; padding: 34px 38px; position: relative; }
.cps-service-hero::after { border: 1px solid rgba(31,122,90,.12); border-radius: 50%; content: ''; height: 220px; position: absolute; right: -55px; top: -100px; width: 220px; }
.cps-service-hero h1 { color: #103f32; font-size: clamp(32px,4vw,48px); letter-spacing: -.045em; margin: 5px 0 9px; }
.cps-service-hero p { color: var(--cps-muted); font-size: 16px; margin: 0; max-width: 670px; }
.cps-service-assurance { background: rgba(255,255,255,.88); border: 1px solid #cee1d8; border-radius: 11px; box-shadow: 0 12px 34px rgba(16,63,50,.08); display: grid; grid-template-columns: auto 1fr; min-width: 290px; padding: 15px 17px; position: relative; z-index: 1; }
.cps-service-assurance strong, .cps-service-assurance small { grid-column: 2; }
.cps-service-assurance small { color: var(--cps-muted); margin-top: 3px; }
.cps-service-live-dot { align-self: center; background: #2caf7d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(44,175,125,.12); grid-row: 1 / span 2; height: 8px; margin-right: 12px; width: 8px; }
.cps-support-brain { align-items: center; background: #143f34; border: 1px solid #143f34; border-radius: 14px; box-shadow: 0 14px 34px rgba(20,63,52,.14); color: #fff; display: grid; gap: 17px; grid-template-columns: auto 1fr; padding: 22px 26px; }
.cps-support-brain > .dashicons { color: #8ed0b6; font-size: 28px; height: 28px; width: 28px; }
.cps-support-brain label { display: grid; gap: 7px; }
.cps-support-brain label > span { font-size: 13px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.cps-support-brain input { background: #fff; border: 0; border-radius: 9px; box-sizing: border-box; color: #172a24; font-size: 17px; min-height: 50px; padding: 12px 15px; width: 100%; }
.cps-support-brain input:focus { box-shadow: 0 0 0 4px rgba(142,208,182,.28); outline: none; }
.cps-support-brain small { color: #cce5db; }
.cps-product-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.cps-product-filters button { background: #fff; border: 1px solid var(--cps-line); border-radius: 999px; color: #4e625b; cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; padding: 9px 14px; }
.cps-product-filters button:hover, .cps-product-filters button:focus, .cps-product-filters button.is-active { background: #e9f5ef; border-color: #b9dbc9; color: #0f654d; outline: none; }
.cps-help-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.cps-help-card { background: #fff; border: 1px solid var(--cps-line); border-radius: 12px; box-shadow: 0 7px 24px rgba(23,62,50,.045); min-height: 150px; transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.cps-help-card:hover { border-color: #b9d9ca; box-shadow: 0 12px 30px rgba(23,62,50,.08); transform: translateY(-2px); }
.cps-help-empty { background: #fff; border: 1px dashed #b9d6c9; border-radius: 12px; padding: 30px; text-align: center; }
.cps-help-empty > .dashicons { color: var(--cps-accent); font-size: 30px; height: 30px; width: 30px; }
.cps-help-empty strong { display: block; font-size: 18px; margin-top: 9px; }
.cps-help-empty p { color: var(--cps-muted); }
.cps-support-actions { display: grid; gap: 15px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.cps-support-actions article { align-items: center; background: #fff; border: 1px solid var(--cps-line); border-radius: 12px; display: grid; gap: 16px; grid-template-columns: auto 1fr auto; padding: 22px; }
.cps-support-actions article > .dashicons { align-items: center; background: #edf7f2; border-radius: 10px; color: var(--cps-accent); display: flex; font-size: 24px; height: 48px; justify-content: center; width: 48px; }
.cps-support-actions h2 { font-size: 19px; margin: 3px 0 5px; }
.cps-support-actions p { color: var(--cps-muted); margin: 0; }
.cps-support-actions .cps-eyebrow { color: var(--cps-accent); }
.cps-support-actions article > a { color: var(--cps-accent-dark); font-weight: 800; text-decoration: none; white-space: nowrap; }
.cps-support-ticket { scroll-margin-top: 20px; }
.cps-support-response { color: var(--cps-muted); font-size: 12px; }
.cps-support-submit { align-items: end; display: grid; gap: 14px; grid-template-columns: minmax(220px,360px) auto; justify-content: space-between; }
.cps-support-submit .cps-button { min-height: 45px; }
.cps-service-footer { align-items: center; background: #f7faf8; border: 1px solid #d7e3de; border-radius: 14px; box-shadow: 0 10px 28px rgba(22,73,55,.045); color: #183f33; display: grid; gap: 12px 28px; grid-template-columns: 1fr auto; margin-top: 18px; padding: 20px 24px; }
.cps-franchise-identity { display: grid; gap: 3px; }
.cps-franchise-identity small { color: #557269; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.cps-franchise-identity strong { color: #153d31; font-size: 13px; line-height: 1.35; }
.cps-franchise-identity em { margin-top: 4px; color: #6f817a; font-size: 10px; font-style: normal; }
.cps-service-support { align-items: center; display: flex; gap: 18px; justify-content: flex-end; }
.cps-support-link { color: #1f664d; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.cps-support-link:hover, .cps-support-link:focus { color: #0f4936; text-decoration: underline; }
.cps-dls-brand { align-items: center; border-radius: 10px; display: flex; gap: 13px; text-decoration: none; width: max-content; }
.cps-dls-brand:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.cps-dls-brand:focus-visible { outline: 3px solid rgba(31,102,77,.2); outline-offset: 4px; }
.cps-dls-mark { align-items: center; background: #fff; border: 1px solid #d7e3de; border-radius: 10px; box-shadow: 0 6px 16px rgba(31,87,68,.07); display: flex; height: 42px; justify-content: center; overflow: hidden; padding: 4px; width: 42px; }
.cps-dls-mark svg { fill: none; height: 32px; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.7; width: 32px; }
.cps-dls-mark circle { fill: #fff; stroke: #fff; }
.cps-dls-mark img { border-radius: 7px; display: block; height: 34px; object-fit: cover; width: 34px; }
.cps-dls-brand > span:last-child { display: grid; }
.cps-dls-brand small { color: #70847c; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cps-dls-brand strong { color: #153d31; font-size: 15px; margin: 1px 0; }
.cps-dls-brand em { color: #6f817a; font-size: 11px; font-style: normal; }
.cps-service-footer nav { display: flex; flex-wrap: wrap; gap: 9px 18px; justify-content: flex-end; }
.cps-service-footer nav a { color: #1f664d; font-size: 12px; font-weight: 750; text-decoration: none; }
.cps-service-footer nav a:hover, .cps-service-footer nav a:focus { color: #0f4936; text-decoration: underline; }
.cps-service-footer > p { color: #87978f; font-size: 10px; grid-column: 1 / -1; margin: -2px 0 0; }

/* Simplified Service Center */
.cps-service-hero { background:#fff; display:grid; grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr); min-height:clamp(225px,22vw,270px); padding:0; }
.cps-service-hero::after { display:none; }
.cps-service-hero-copy { align-self:center; padding:28px 38px; }
.cps-service-hero-copy h1 { max-width:690px; }
.cps-hero-help-search { display:grid; gap:7px; margin-top:20px; max-width:760px; }
.cps-hero-help-search > span:first-child { color:#184c3d; font-size:13px; font-weight:850; letter-spacing:.02em; }
.cps-hero-search-field { align-items:center; background:#fff; border:1px solid #b9cec5; border-radius:11px; box-shadow:0 10px 26px rgba(20,63,52,.08); display:grid; grid-template-columns:auto 1fr; min-height:54px; padding:0 15px; }
.cps-hero-search-field .dashicons { color:var(--cps-accent); font-size:22px; height:22px; width:22px; }
.cps-hero-search-field input { background:transparent; border:0; box-shadow:none; box-sizing:border-box; color:#172a24; font-size:16px; min-height:52px; outline:0; padding:10px 12px; width:100%; }
.cps-hero-search-field:focus-within { border-color:var(--cps-accent); box-shadow:0 0 0 4px rgba(31,122,90,.12),0 12px 28px rgba(20,63,52,.08); }
.cps-service-hero-image { height:clamp(225px,22vw,270px); margin:0; min-height:0; overflow:hidden; position:relative; }
.cps-service-hero-image::before { background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.35) 24%,transparent 58%); content:''; inset:0; pointer-events:none; position:absolute; z-index:1; }
.cps-service-hero-image img { height:100%; object-fit:cover; object-position:center 27%; width:100%; }
.cps-service-hero-image figcaption { align-items:center; background:rgba(255,255,255,.94); border:1px solid rgba(194,216,206,.9); border-radius:999px; bottom:16px; box-shadow:0 9px 24px rgba(16,63,50,.13); display:flex; font-size:12px; gap:9px; left:18px; padding:10px 14px; position:absolute; right:auto; z-index:2; }
.cps-service-stack { display:grid; gap:18px; }
.cps-service-stack > .cps-panel { margin:0; }
.cps-support-ticket { padding:28px; }
.cps-support-ticket .cps-form { max-width:1080px; }
.cps-support-ticket .cps-form textarea { min-height:150px; }
.cps-support-ticket .cps-form label > span { font-size:13px; }
.cps-support-upload { background:#f6faf8; border:1px dashed #b9d4c8; border-radius:10px; padding:15px; }
.cps-support-upload > span { align-items:center; display:flex; gap:8px; }
.cps-support-upload > span small { background:#e7f4ee; border-radius:999px; color:var(--cps-accent-dark); font-size:10px; padding:3px 7px; text-transform:uppercase; }
.cps-support-upload input[type=file] { background:#fff; border:1px solid #c8d2ce; border-radius:8px; box-sizing:border-box; padding:9px; width:100%; }
.cps-support-upload > small { color:var(--cps-muted); font-size:12px; }
.cps-ticket-count { align-items:center; background:#176548; border-radius:999px; color:#fff; display:inline-flex; font-size:10px; height:20px; justify-content:center; min-width:20px; padding:0 6px; }
.cps-service-center { padding:28px; }
.cps-service-open-count { align-items:baseline; background:#eef7f3; border:1px solid #d1e5dc; border-radius:10px; color:#46645a; display:flex; gap:6px; padding:10px 14px; }
.cps-service-open-count strong { color:#11583e; font-size:24px; line-height:1; }
.cps-ticket-list { display:grid; gap:14px; margin-top:20px; }
.cps-ticket-empty { align-items:center; background:#f5faf7; border:1px dashed #bfd7cc; border-radius:12px; color:#49665c; display:grid; justify-items:center; padding:34px 20px; text-align:center; }
.cps-ticket-empty .dashicons { color:#21815e; font-size:28px; height:28px; width:28px; }
.cps-ticket-empty strong { color:#194f3e; font-size:17px; margin-top:7px; }
.cps-ticket-empty p { margin:4px 0 0; }
.cps-ticket-card { background:#fff; border:1px solid #d8e4df; border-radius:13px; box-shadow:0 7px 20px rgba(18,69,52,.045); overflow:hidden; scroll-margin-top:90px; }
.cps-ticket-card.is-selected { border-color:#2b8b68; box-shadow:0 0 0 3px rgba(43,139,104,.12),0 10px 26px rgba(18,69,52,.09); }
.cps-ticket-card > header { align-items:flex-start; background:linear-gradient(100deg,#f5faf7 0%,#fff 70%); border-bottom:1px solid #e0e9e5; display:flex; gap:18px; justify-content:space-between; padding:18px 20px; }
.cps-ticket-card > header h3 { color:#143f33; font-size:18px; margin:6px 0 2px; }
.cps-ticket-card > header p { color:#788a83; font-size:12px; margin:0; }
.cps-ticket-status { border-radius:999px; display:inline-block; font-size:9px; font-weight:900; letter-spacing:.08em; padding:4px 8px; text-transform:uppercase; }
.cps-ticket-status.is-open { background:#e1f4eb; color:#126343; }
.cps-ticket-status.is-closed { background:#edf0ef; color:#63736d; }
.cps-ticket-priority { background:#eff4f2; border-radius:999px; color:#526a61; font-size:11px; padding:6px 9px; }
.cps-ticket-priority.is-high { background:#fff0ed; color:#a0392a; }
.cps-ticket-card dl { display:grid; grid-template-columns:1.2fr 1fr 1fr; margin:0; }
.cps-ticket-card dl > div { border-bottom:1px solid #e6ece9; border-right:1px solid #e6ece9; padding:15px 20px; }
.cps-ticket-card dl > div:last-child { border-right:0; }
.cps-ticket-card dt { color:#768880; font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.cps-ticket-card dd { color:#173e32; font-size:14px; font-weight:750; margin:5px 0 0; }
.cps-ticket-card dd small { color:#71847c; display:block; font-size:11px; font-weight:500; margin-top:3px; }
.cps-ticket-message { padding:18px 20px; }
.cps-ticket-message > strong { color:#71847c; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.cps-ticket-message p { color:#334f46; line-height:1.6; margin:7px 0 0; white-space:normal; }
.cps-ticket-card > footer { align-items:center; background:#f8faf9; border-top:1px solid #e3eae7; display:flex; gap:16px; justify-content:space-between; padding:13px 20px; }
.cps-ticket-card > footer > div { display:flex; flex-wrap:wrap; gap:16px; }
.cps-ticket-card > footer a { align-items:center; color:#176548; display:inline-flex; font-size:12px; font-weight:800; gap:6px; text-decoration:none; }
.cps-ticket-card > footer a:hover,.cps-ticket-card > footer a:focus { text-decoration:underline; text-underline-offset:3px; }
.cps-ticket-status-action { background:#176548; border:1px solid #176548; border-radius:8px; color:#fff; cursor:pointer; font:inherit; font-size:12px; font-weight:850; padding:9px 13px; }
.cps-ticket-status-action:hover,.cps-ticket-status-action:focus { background:#104e38; border-color:#104e38; }
.cps-closed-tickets { border-top:1px solid #dfe8e4; margin-top:24px; padding-top:16px; }
.cps-closed-tickets > summary { color:#49665b; cursor:pointer; font-size:13px; font-weight:850; }
.cps-submit-assurance { align-items:flex-end; display:flex; flex-wrap:wrap; gap:10px 16px; justify-content:flex-end; }
.cps-submit-assurance > small { color:var(--cps-muted); font-size:13px; max-width:300px; text-align:right; }
.cps-form-help { border-top:1px solid var(--cps-line); margin-top:2px; padding-top:13px; }
.cps-form-help summary { color:var(--cps-accent-dark); cursor:pointer; font-size:14px; font-weight:800; }
.cps-form-help p { background:#f6faf8; border-radius:8px; color:var(--cps-muted); font-size:13px; line-height:1.6; margin:12px 0 0; padding:13px 15px; }
.cps-guide-center { padding:26px; scroll-margin-top:20px; }
.cps-guide-center > div:first-child p:last-child { color:var(--cps-muted); line-height:1.5; }
.cps-guide-product { display:grid; gap:6px; margin-top:14px; max-width:340px; }
.cps-guide-product > span { color:var(--cps-muted); font-size:12px; font-weight:800; text-transform:uppercase; }
.cps-guide-product select { background:#fff; border:1px solid #c8d2ce; border-radius:8px; box-sizing:border-box; font-size:14px; min-height:43px; padding:10px 12px; width:100%; }
.cps-guide-product select:focus { border-color:var(--cps-accent); box-shadow:0 0 0 3px rgba(31,122,90,.12); outline:none; }
.cps-help-accordion { border-top:1px solid var(--cps-line); margin-top:18px; }
.cps-help-accordion .cps-help-card { border:0; border-bottom:1px solid var(--cps-line); border-radius:0; box-shadow:none; min-height:0; padding:0; transform:none; }
.cps-help-accordion .cps-help-card:hover { border-color:var(--cps-line); box-shadow:none; transform:none; }
.cps-help-card summary { align-items:center; cursor:pointer; display:flex; gap:12px; justify-content:space-between; list-style:none; padding:14px 2px; }
.cps-help-card summary::-webkit-details-marker { display:none; }
.cps-help-card summary > span:first-child { display:grid; gap:3px; }
.cps-help-card summary small { color:var(--cps-accent); font-size:9px; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.cps-help-card summary strong { color:#173e32; font-size:15px; line-height:1.35; }
.cps-help-card summary > span:last-child { align-items:center; background:#edf7f2; border-radius:50%; color:var(--cps-accent); display:flex; flex:0 0 auto; font-size:17px; height:24px; justify-content:center; transition:transform .18s ease; width:24px; }
.cps-help-card[open] summary > span:last-child { transform:rotate(45deg); }
.cps-help-card > p { color:var(--cps-muted); font-size:14px; line-height:1.6; margin:0; padding:0 34px 15px 2px; }
.cps-guide-center .cps-help-empty { border:0; padding:20px 4px; text-align:left; }
.cps-help-more { background:transparent; border:0; color:var(--cps-accent-dark); cursor:pointer; font:inherit; font-size:14px; font-weight:800; margin-top:16px; padding:4px 0; text-decoration:underline; text-underline-offset:3px; }

.cps-login-page { align-items: center; display: flex; justify-content: center; max-width: none; min-height: 100vh; padding: 32px 18px; }
.cps-login-card { background: #fff; border: 1px solid var(--cps-line); border-radius: 13px; box-shadow: var(--cps-shadow); box-sizing: border-box; max-width: 500px; padding: 34px; text-align: center; width: 100%; }
.cps-login-card .cps-brand-mark { margin-bottom: 18px; }
.cps-login-card h1 { font-size: 31px; letter-spacing: -.03em; margin: 0 0 10px; }
.cps-login-card .cps-muted { color: var(--cps-muted); line-height: 1.6; }
.cps-login-card .cps-form { text-align: left; }
.cps-login-card .cps-text-link { margin-top: 18px; }

[data-cps-hidden] { display: none !important; }

@media (max-width: 900px) {
    .cps-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cps-profile-grid, .cps-staff-layout, .cps-update-grid, .cps-email-layout, .cps-team-email-layout, .cps-monitor-summary, .cps-monitor-focus-grid { grid-template-columns: 1fr; }
    .cps-progress-heading { align-items: stretch; flex-direction: column; }
    .cps-tracker-filters { max-width: none; }
    .cps-recognition-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cps-dashboard-validation-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cps-validation-head { display: none; }
    .cps-validation-row > summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cps-progress-roster .cps-validation-row > summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cps-validation-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cps-validation-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cps-manager-group-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cps-recognition-hero { grid-template-columns: minmax(0,1fr) minmax(350px,42%); }
    .cps-service-hero { align-items: flex-start; flex-direction: column; gap: 0; }
    .cps-help-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cps-support-actions { grid-template-columns: 1fr; }
    .cps-service-footer { grid-template-columns: 1fr; }
    .cps-service-support { align-items: flex-start; flex-direction: column; justify-content: flex-start; }
    .cps-service-footer nav { justify-content: flex-start; }
    .cps-service-hero { grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr); }
    .cps-service-layout { grid-template-columns:1fr; }
}

@media (max-width: 680px) {
    .cps-shell { padding: 12px 14px 40px; }
    .cps-portal-header { align-items: flex-start; flex-direction: column; }
    .cps-portal-header nav { width: 100%; }
    .cps-portal-header nav a { flex: 1; text-align: center; }
    .cps-kpi-grid, .cps-help-grid, .cps-form-grid, .cps-milestone-card { grid-template-columns: 1fr; }
    .cps-section-heading { align-items: stretch; flex-direction: column; }
    .cps-milestone-email-action { align-items: flex-start; }
    .cps-ticket-card dl { grid-template-columns:1fr; }
    .cps-ticket-card dl > div { border-right:0; }
    .cps-ticket-card > footer { align-items:flex-start; flex-direction:column; }
    .cps-compact-search input { width: 100%; }
    .cps-page-heading { align-items: flex-start; flex-direction: column; }
    .cps-update { justify-content: flex-start; }
    .cps-update-overview, .cps-update-actions { align-items: flex-start; grid-template-columns: 1fr; }
    .cps-update-overview { flex-direction: column; }
    .cps-update-status { text-align: left; }
    .cps-update-monitor { width: 100%; align-items: flex-start; }
    .cps-data-activity { width: 100%; min-width: 0; max-width: none; }
    .cps-update-manual { border-left: 0; border-top: 1px solid var(--cps-line); padding-left: 0; padding-top: 20px; }
    .cps-update-details { grid-template-columns: 1fr; }
    .cps-monitor-facts { grid-template-columns: 1fr; }
    .cps-monitor-facts > div { border-left: 0; border-top: 1px solid #dce8e2; padding: 12px 0; }
    .cps-monitor-job { align-items: flex-start; grid-template-columns: 10px 1fr; }
    .cps-monitor-job-head { display: none; }
    .cps-monitor-cadence, .cps-monitor-next, .cps-monitor-plan, .cps-monitor-runtime { grid-column: 2; text-align: left; }
    .cps-monitor-other > div { columns: 1; }
    .cps-timeline-scale { margin-left: 22px; margin-right: 22px; }
    .cps-timeline-lane { grid-template-columns: 1fr; }
    .cps-timeline-lane small { text-align: left; }
    .cps-validation-row > summary, .cps-validation-detail-grid, .cps-validation-filters { grid-template-columns: 1fr; }
    .cps-progress-roster .cps-validation-row > summary { grid-template-columns: 1fr; }
    .cps-validation-row > summary > span:not(.cps-validation-name), .cps-validation-row > summary > strong { padding-left: 20px; }
    .cps-tracker-filters { grid-template-columns: 1fr; }
    .cps-tracker-filters .cps-button { width: 100%; }
    .cps-login-card { padding: 26px 20px; }
    .cps-service-hero { padding: 0; }
    .cps-service-assurance { min-width: 0; width: 100%; }
    .cps-help-grid, .cps-support-actions { grid-template-columns: 1fr; }
    .cps-support-actions article { align-items: start; grid-template-columns: auto 1fr; }
    .cps-support-actions article > a { grid-column: 2; }
    .cps-support-submit { grid-template-columns: 1fr; }
    .cps-support-submit .cps-button { width: 100%; }
    .cps-service-hero { grid-template-columns:1fr; }
    .cps-service-hero-copy { padding:26px 22px; }
    .cps-service-hero-image { height:220px; min-height:220px; }
    .cps-service-hero-image::before { background:linear-gradient(180deg,#fff 0%,transparent 36%); }
    .cps-submit-assurance { align-items:stretch; justify-content:flex-start; }
    .cps-submit-assurance > small { max-width:none; text-align:left; }
    .cps-recipient-grid { grid-template-columns: 1fr; }
    .cps-manager-group-grid, .cps-manager-recipient-groups { grid-template-columns: 1fr; }
    .cps-portal-utility { margin: -6px 2px 8px; }
    .cps-live-utility > span:last-of-type { display: none; }
    .cps-dashboard-views { grid-template-columns: 1fr; }
    .cps-recognition-hero { min-height: 0; grid-template-columns: 1fr; }
    .cps-milestone-settings-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cps-milestone-settings-form .cps-button { width: 100%; }
    .cps-milestone-preview-note { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) { .cps-live-dot { animation: none; opacity: 1; transform: none; } }

/* Shared Care Pro portal shell. The right-side Care Pro photograph is decorative;
   a strong white overlay keeps identity and navigation consistently readable. */
.cps-portal-header {
    position: relative;
    z-index: 100;
    isolation: isolate;
    min-height: 154px;
    padding: 24px 26px;
    overflow: visible;
    align-items: flex-end;
    border-color: #d7e2dd;
    border-radius: 14px;
    box-shadow: 0 13px 34px rgba(20, 57, 45, .075);
}
.cps-portal-header::before {
    position: absolute;
    z-index: -2;
    inset: 0 0 0 auto;
    width: 51%;
    background: url('https://assets.cdn.filesafe.space/mBcGWeIqsyUkHUiYJ9Gv/media/6a03721b7f9c717c7cb93741.jpg') 50% 31% / cover no-repeat;
    border-radius: inherit;
    content: '';
}
.cps-portal-header::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, #fff 43%, rgba(255,255,255,.95) 56%, rgba(255,255,255,.73) 77%, rgba(255,255,255,.48) 100%);
    border-radius: inherit;
    content: '';
}
.cps-brand { position: relative; z-index: 1; max-width: 58%; gap: 18px; }
.cps-brand > img { display: block; width: 122px; height: 58px; object-fit: contain; }
.cps-brand span { min-width: 0; }
.cps-brand strong { color: #123d2f; font-size: 30px; font-weight: 650; line-height: 1.15; letter-spacing: -.025em; }
.cps-brand small { margin: 0 0 4px; color: #28725a; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cps-brand em { display: block; margin-top: 6px; color: #52645d; font-size: 15px; font-style: normal; }
.cps-portal-header nav {
    position: relative;
    z-index: 2;
    max-width: 58%;
    justify-content: flex-end;
    padding: 5px;
    border: 1px solid rgba(210, 223, 217, .94);
    border-radius: 10px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 8px 22px rgba(20,57,45,.08);
    backdrop-filter: blur(10px);
}
.cps-portal-header nav a { padding: 8px 10px; font-size: 12px; }
.cps-page-heading h1 { color: #123d2f; font-weight: 650; }
.cps-page-heading p:not(.cps-eyebrow) { color: #5b6f67; font-size: 17px; line-height: 1.5; }
.cps-eyebrow { color: #28725a; font-weight: 800; letter-spacing: .1em; }
.cps-panel h2, .cps-section-heading h2 { color: #173e32; font-weight: 650; letter-spacing: -.015em; }
.cps-kpi > span, .cps-section-heading .cps-eyebrow { font-weight: 750; }

@media (max-width: 1120px) {
    .cps-portal-header { align-items: flex-start; flex-direction: column; gap: 16px; }
    .cps-brand { max-width: 65%; }
    .cps-portal-header nav { width: 100%; max-width: none; justify-content: flex-start; box-sizing: border-box; }
}
@media (max-width: 680px) {
    .cps-portal-header { padding: 20px; }
    .cps-portal-header::before { width: 45%; opacity: .28; }
    .cps-portal-header::after { background: rgba(255,255,255,.9); }
    .cps-brand { max-width: none; align-items: flex-start; }
    .cps-brand > img { width: 104px; height: 48px; }
    .cps-portal-header nav { overflow-x: auto; flex-wrap: nowrap; }
    .cps-portal-header nav a { flex: 0 0 auto; }
}
@media (max-width: 480px) {
    .cps-portal-header::before { display: none; }
    .cps-brand strong { font-size: 18px; }
}

/* Owner landing page: four familiar destinations, with detailed controls kept secondary. */
.cps-executive-heading { align-items:center; margin-bottom:4px; }
.cps-executive-heading .cps-text-link { font-size:13px; font-weight:750; }
.cps-executive-tabs { display:flex; gap:22px; margin:4px 0 18px; padding:0 2px 11px; border-bottom:1px solid #dbe5e0; }
.cps-executive-tabs a { color:#62736c; font-size:13px; font-weight:700; text-decoration:none; }
.cps-executive-tabs a.is-active { color:#155f45; }
.cps-executive-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; padding-top:8px; }
.cps-executive-product { position:relative; outline:0; cursor:pointer; }
.cps-executive-card { position:relative; display:grid; min-height:178px; padding:24px; overflow:hidden; border:1px solid #d7e3dd; border-radius:15px; background:#fff; box-shadow:0 10px 28px rgba(22,65,50,.055); color:#183e32; grid-template-columns:46px minmax(0,1fr); grid-template-rows:1fr auto; gap:16px; transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.cps-executive-card::after { position:absolute; right:-52px; bottom:-70px; width:180px; height:180px; border-radius:50%; background:radial-gradient(circle,rgba(62,155,116,.11),rgba(62,155,116,0) 68%); content:''; }
.cps-executive-card > .dashicons { display:flex; width:46px; height:46px; border-radius:12px; background:#eaf5f0; color:#197153; align-items:center; justify-content:center; font-size:23px; }
.cps-executive-card strong,.cps-executive-card small { display:block; }
.cps-executive-card strong { margin-top:2px; font-size:23px; font-weight:650; letter-spacing:-.02em; }
.cps-executive-card small { max-width:360px; margin-top:8px; color:#6a7a74; font-size:14px; line-height:1.5; }
.cps-executive-card em { position:relative; z-index:1; grid-column:2; color:#176a4d; font-size:13px; font-style:normal; font-weight:800; }
.cps-executive-product:hover,.cps-executive-product:focus,.cps-executive-product.is-open { z-index:60; }
.cps-executive-product:hover .cps-executive-card,.cps-executive-product:focus .cps-executive-card,.cps-executive-product.is-open .cps-executive-card { border-color:#8dbda9; box-shadow:0 15px 35px rgba(22,86,62,.12); transform:translateY(-3px); }
.cps-executive-product:focus-visible .cps-executive-card { box-shadow:0 0 0 3px rgba(34,125,92,.2),0 15px 35px rgba(22,86,62,.12); }
.cps-executive-popover { position:absolute; z-index:80; top:calc(100% - 8px); bottom:auto; left:50%; width:min(390px,calc(100vw - 48px)); padding:22px; visibility:hidden; border:1px solid #bdd2c9; border-radius:14px; background:#fff; color:#304b41; box-shadow:0 24px 60px rgba(18,60,49,.22); opacity:0; pointer-events:none; text-align:left; transform:translate(-50%,-8px) scale(.98); transform-origin:top center; transition:opacity .18s ease,transform .18s ease,visibility .18s ease; }
.cps-executive-popover::before { position:absolute; top:-18px; right:0; bottom:auto; left:0; height:18px; content:''; }
.cps-executive-popover::after { position:absolute; top:-8px; bottom:auto; left:calc(50% - 8px); width:15px; height:15px; border-top:1px solid #bdd2c9; border-left:1px solid #bdd2c9; background:#fff; content:''; transform:rotate(45deg); }
.cps-executive-product:first-child .cps-executive-popover { left:0; transform:translate(0,-8px) scale(.98); transform-origin:top left; }
.cps-executive-product:last-child .cps-executive-popover { right:0; left:auto; transform:translate(0,-8px) scale(.98); transform-origin:top right; }
.cps-executive-product:first-child .cps-executive-popover::after { left:62px; }
.cps-executive-product:last-child .cps-executive-popover::after { right:62px; left:auto; }
.cps-executive-product:hover .cps-executive-popover,.cps-executive-product:focus-within .cps-executive-popover,.cps-executive-product.is-open .cps-executive-popover { visibility:visible; opacity:1; pointer-events:auto; transform:translate(-50%,0) scale(1); }
.cps-executive-product:first-child:hover .cps-executive-popover,.cps-executive-product:first-child:focus-within .cps-executive-popover,.cps-executive-product:first-child.is-open .cps-executive-popover,.cps-executive-product:last-child:hover .cps-executive-popover,.cps-executive-product:last-child:focus-within .cps-executive-popover,.cps-executive-product:last-child.is-open .cps-executive-popover { transform:translate(0,0) scale(1); }
.cps-executive-popover-heading { display:grid; grid-template-columns:46px minmax(0,1fr); gap:13px; align-items:center; }
.cps-executive-popover-heading > .dashicons { display:flex; width:46px; height:46px; border-radius:12px; background:#e8f3ee; color:#176d4f; align-items:center; justify-content:center; font-size:25px; }
.cps-executive-popover-heading small { display:block; margin:0 0 3px; color:#247156; font-size:10px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.cps-executive-popover-heading strong { display:block; color:#153d31; font-size:20px; line-height:1.2; }
.cps-executive-popover > p { margin:16px 0; color:#546961; font-size:14px; line-height:1.55; }
.cps-executive-why { padding:12px 14px; border-left:3px solid #2a7c5e; border-radius:0 8px 8px 0; background:#f1f7f4; }
.cps-executive-why span { color:#1b674d; font-size:10px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.cps-executive-why p { margin:4px 0 0; color:#385248; font-size:13px; line-height:1.45; }
.cps-executive-popover > a { display:inline-flex; margin-top:15px; color:#176548; align-items:center; gap:7px; font-size:13px; font-weight:800; text-decoration:none; }
.cps-executive-popover > a:hover,.cps-executive-popover > a:focus { color:#0f4935; text-decoration:underline; }
.cps-executive-note { margin:16px 2px 0; color:#74837d; font-size:12px; }
.cps-executive-map { margin-top:22px; }
.cps-executive-map details { overflow:hidden; border:1px solid #d6e3dd; border-radius:15px; background:#fff; box-shadow:0 10px 30px rgba(22,65,50,.05); }
.cps-executive-map summary { display:grid; grid-template-columns:46px minmax(0,1fr) auto; gap:14px; align-items:center; padding:20px 22px; cursor:pointer; list-style:none; }
.cps-executive-map summary::-webkit-details-marker { display:none; }
.cps-executive-map summary > .dashicons { display:grid; width:46px; height:46px; place-items:center; border-radius:12px; background:#eaf5f0; color:#176c4e; font-size:24px; }
.cps-executive-map summary small,.cps-executive-map summary strong { display:block; }
.cps-executive-map summary small { margin-bottom:3px; color:#6b7b75; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.cps-executive-map summary strong { color:#173f32; font-size:18px; }
.cps-executive-map summary em { color:#176548; font-size:13px; font-style:normal; font-weight:800; }
.cps-executive-map details[open] summary { border-bottom:1px solid #dde8e3; background:#fbfdfc; }
.cps-executive-map-body { padding:28px; background:linear-gradient(180deg,#fbfdfc,#f5f9f7); }
.cps-executive-map-hub { position:relative; display:grid; max-width:560px; margin:0 auto 46px; padding:20px 22px; border:1px solid #a9c7ba; border-radius:14px; background:#fff; box-shadow:0 12px 30px rgba(24,76,58,.08); grid-template-columns:50px 1fr; gap:16px; align-items:center; text-align:left; }
.cps-executive-map-hub::after { position:absolute; bottom:-24px; left:50%; width:1px; height:24px; background:#9fc3b3; content:''; }
.cps-executive-map-hub > .dashicons { display:grid; width:50px; height:50px; place-items:center; border-radius:13px; background:#edf5f1; color:#155f46; font-size:27px; }
.cps-executive-map-hub small,.cps-executive-map-hub strong { display:block; }
.cps-executive-map-hub small { color:#718078; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.cps-executive-map-hub strong { margin:3px 0 4px; color:#173f32; font-size:21px; }
.cps-executive-map-hub p { margin:0; color:#65756e; font-size:13px; }
.cps-executive-map-grid { position:relative; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.cps-executive-map-grid::before { position:absolute; top:-24px; right:12.5%; left:12.5%; height:1px; background:#9fc3b3; content:''; }
.cps-executive-map-grid article { position:relative; display:flex; min-height:245px; padding:22px; border:1px solid #d7e3de; border-top:3px solid #4d9c7f; border-radius:13px; background:#fff; flex-direction:column; box-shadow:0 8px 24px rgba(27,77,61,.055); }
.cps-executive-map-grid article::before { position:absolute; top:-24px; left:50%; width:1px; height:24px; background:#9fc3b3; content:''; }
.cps-executive-map-grid article > .dashicons { display:grid; width:40px; height:40px; margin-bottom:16px; place-items:center; border-radius:11px; background:#edf6f2; color:#177153; font-size:22px; }
.cps-executive-map-grid article small { color:#6c7c75; font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.cps-executive-map-grid article h2 { margin:4px 0 9px; color:#173e32; font-size:19px; }
.cps-executive-map-grid article p { margin:0 0 18px; color:#61716a; font-size:13px; line-height:1.5; }
.cps-executive-map-grid article footer { display:flex; margin-top:12px; padding-top:12px; border-top:1px solid #e4ece8; color:#677770; font-size:11px; gap:8px; align-items:center; }
.cps-connection-dot { position:relative; display:inline-block; width:7px; height:7px; border-radius:50%; background:#2eaa7d; box-shadow:0 0 0 3px rgba(46,170,125,.12); flex:0 0 7px; }
.cps-connection-dot::after { position:absolute; inset:-4px; border:1px solid rgba(46,170,125,.42); border-radius:50%; content:''; animation:cps-connection-pulse 2.4s ease-out infinite; }
.cps-connection-dot.is-planned { background:#9aa8a2; box-shadow:0 0 0 3px rgba(116,130,123,.1); }
.cps-connection-dot.is-planned::after { display:none; }
.cps-executive-map-grid article:nth-child(2) .cps-connection-dot::after { animation-delay:.3s; }
.cps-executive-map-grid article:nth-child(3) .cps-connection-dot::after { animation-delay:.6s; }
.cps-executive-map-grid article:nth-child(4) .cps-connection-dot::after { animation-delay:.9s; }
@keyframes cps-connection-pulse { 0%,35% { opacity:.65; transform:scale(.72); } 70%,100% { opacity:0; transform:scale(1.55); } }
@media (prefers-reduced-motion:reduce) { .cps-connection-dot::after { animation:none; opacity:.3; transform:none; } }
.cps-map-cost { display:block; margin-top:auto; color:#1a664d; font-size:12px; }
.cps-executive-map-grid article.is-vcare { border-top-color:#487db4; }
.cps-executive-map-grid article.is-vcare > .dashicons { background:#eef4fb; color:#326ca8; }
.cps-executive-map-grid article.is-workforce { border-top-color:#8063a9; }
.cps-executive-map-grid article.is-workforce > .dashicons { background:#f3eff8; color:#72529d; }
.cps-executive-map-grid article.is-documents { border-top-color:#b78a28; }
.cps-executive-map-grid article.is-documents > .dashicons { background:#fbf5e8; color:#9b741f; }
.cps-executive-map-grid article.is-documents footer { color:#77827d; }
.cps-executive-map-grid article.has-portal-link { padding:0; overflow:hidden; transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.cps-executive-map-grid article.has-portal-link:hover,.cps-executive-map-grid article.has-portal-link:focus-within { border-color:#91b9a8; box-shadow:0 14px 34px rgba(23,91,67,.12); transform:translateY(-2px); }
.cps-executive-map-grid .cps-map-card-link { display:flex; min-height:inherit; padding:22px; color:inherit; flex:1; flex-direction:column; text-decoration:none; }
.cps-executive-map-grid .cps-map-card-link:focus-visible { outline:3px solid rgba(30,132,96,.28); outline-offset:-4px; }
.cps-executive-map-grid .cps-map-card-link > .dashicons { display:grid; width:40px; height:40px; margin-bottom:16px; place-items:center; border-radius:11px; background:#edf6f2; color:#177153; font-size:22px; }
.cps-executive-map-grid article.is-vcare .cps-map-card-link > .dashicons { background:#eef4fb; color:#326ca8; }
.cps-executive-map-grid article.is-workforce .cps-map-card-link > .dashicons { background:#f3eff8; color:#72529d; }
.cps-map-open,.cps-map-unavailable { display:block; margin-top:12px; font-size:12px; font-weight:800; }
.cps-map-open { color:#126b4b; }
.cps-map-unavailable { color:#78857f; }
.cps-executive-map-grid article.has-portal-link:hover .cps-map-open,.cps-executive-map-grid article.has-portal-link:focus-within .cps-map-open { text-decoration:underline; text-underline-offset:3px; }
.cps-executive-cost-summary { display:grid; margin-top:18px; border:1px solid #d6e2dd; border-radius:12px; background:#fff; grid-template-columns:repeat(3,minmax(0,1fr)); }
.cps-executive-cost-summary > div { padding:18px 20px; border-right:1px solid #dfe8e4; }
.cps-executive-cost-summary > div:last-child { border-right:0; }
.cps-executive-cost-summary small,.cps-executive-cost-summary strong,.cps-executive-cost-summary span { display:block; }
.cps-executive-cost-summary small { color:#718079; font-size:10px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.cps-executive-cost-summary strong { margin:5px 0; color:#25483c; font-size:13px; }
.cps-executive-cost-summary span { color:#173e32; font-size:20px; font-weight:750; }
.cps-executive-cost-summary .is-total { background:#edf6f2; }
.cps-executive-cost-note { margin:16px 2px 0; color:#61726b; font-size:12px; line-height:1.55; }
.cps-heading-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
@media (max-width:1100px) { .cps-executive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cps-executive-product:nth-child(odd) .cps-executive-popover{right:auto;left:0;transform:translate(0,-8px) scale(.98);transform-origin:top left}.cps-executive-product:nth-child(even) .cps-executive-popover{right:0;left:auto;transform:translate(0,-8px) scale(.98);transform-origin:top right}.cps-executive-product:nth-child(odd):hover .cps-executive-popover,.cps-executive-product:nth-child(odd):focus-within .cps-executive-popover,.cps-executive-product:nth-child(odd).is-open .cps-executive-popover,.cps-executive-product:nth-child(even):hover .cps-executive-popover,.cps-executive-product:nth-child(even):focus-within .cps-executive-popover,.cps-executive-product:nth-child(even).is-open .cps-executive-popover{transform:translate(0,0) scale(1)}.cps-executive-map-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:20px}.cps-executive-map-grid::before,.cps-executive-map-grid article::before{display:none} }
@media (max-width:760px) { .cps-executive-grid{grid-template-columns:1fr}.cps-executive-card{min-height:160px}.cps-executive-heading{align-items:flex-start}.cps-heading-actions{justify-content:flex-start}.cps-executive-popover,.cps-executive-product:nth-child(n) .cps-executive-popover{top:calc(100% + 13px);right:auto;bottom:auto;left:0;width:min(100%,calc(100vw - 48px));transform:translate(0,-8px) scale(.98);transform-origin:top left}.cps-executive-product:hover .cps-executive-popover,.cps-executive-product:focus-within .cps-executive-popover,.cps-executive-product.is-open .cps-executive-popover{transform:translate(0,0) scale(1)}.cps-executive-popover::before{top:-18px;bottom:auto}.cps-executive-popover::after,.cps-executive-product:first-child .cps-executive-popover::after,.cps-executive-product:last-child .cps-executive-popover::after{top:-8px;right:auto;bottom:auto;left:62px;border:0;border-top:1px solid #bdd2c9;border-left:1px solid #bdd2c9} }
@media (prefers-reduced-motion:reduce) { .cps-executive-card,.cps-executive-popover,.cps-executive-map-grid article.has-portal-link{transition:none} }
@media (max-width:760px) { .cps-executive-map summary{grid-template-columns:42px minmax(0,1fr);padding:16px}.cps-executive-map summary em{grid-column:2}.cps-executive-map-body{padding:18px}.cps-executive-map-grid{grid-template-columns:1fr}.cps-executive-map-grid article{min-height:0}.cps-executive-cost-summary{grid-template-columns:1fr}.cps-executive-cost-summary>div{border-right:0;border-bottom:1px solid #dfe8e4}.cps-executive-cost-summary>div:last-child{border-bottom:0} }

/* Operations Center workspace navigation. Product menus appear only for capabilities
   already granted to the signed-in staff member. */
.cps-workspace-nav { align-items:center; overflow:visible; }
.cps-workspace-menu { position:relative; }
.cps-workspace-menu > a { display:block; }
.cps-workspace-popover { position:absolute; z-index:120; top:calc(100% + 8px); right:-130px; display:none; width:310px; padding:8px; border:1px solid #d4e1dc; border-radius:12px; background:#fff; box-shadow:0 18px 45px rgba(16,47,40,.18); }
.cps-workspace-popover::before { position:absolute; right:0; bottom:100%; left:0; height:10px; content:''; }
.cps-workspace-menu:hover .cps-workspace-popover,.cps-workspace-menu:focus-within .cps-workspace-popover,.cps-workspace-menu.is-open .cps-workspace-popover { display:grid; }
.cps-portal-header nav .cps-workspace-popover a { display:grid; gap:2px; padding:10px 11px; border-radius:8px; text-align:left; }
.cps-workspace-popover a:hover,.cps-workspace-popover a:focus { background:#edf7f2; }
.cps-workspace-popover strong { color:#173f32; font-size:13px; }
.cps-workspace-popover span { color:#697a73; font-size:11px; font-weight:500; }
.cps-workspace-popover strong em { margin-left:5px; color:#7b5b18; font-size:9px; font-style:normal; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.cps-home-menu .cps-workspace-popover { right:auto; left:0; width:300px; }
.cps-ccm-menu .cps-workspace-popover { right:-90px; width:320px; }
.cps-help-menu .cps-workspace-popover { right:0; width:300px; }
.cps-ccm-subnav { display:flex; flex-wrap:wrap; gap:4px; margin:0 0 22px; padding:7px; border:1px solid #d8e4df; border-radius:12px; background:#fff; box-shadow:0 9px 24px rgba(20,65,50,.055); }
.cps-ccm-subnav a { display:inline-flex; padding:11px 14px; border-radius:8px; color:#5c6e67; align-items:center; gap:6px; font-size:14px; font-weight:700; text-decoration:none; }
.cps-ccm-subnav a:hover,.cps-ccm-subnav a:focus,.cps-ccm-subnav a.is-active { background:#e9f5ef; color:#155f45; }
.cps-ccm-subnav a span:not([aria-hidden]) { padding:3px 6px; border-radius:999px; background:#fff4d8; color:#805f18; font-size:9px; font-weight:850; letter-spacing:.06em; text-transform:uppercase; }
.cps-beta-label { display:inline-flex; margin-left:6px; padding:4px 8px; border-radius:999px; background:#fff4d8; color:#805f18; vertical-align:middle; font-size:10px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.cps-ccm-beta-note { display:grid; margin:0 0 18px; padding:17px 19px; border:1px solid #d4e2dc; border-radius:13px; background:linear-gradient(110deg,#f3faf6,#fff 72%); box-shadow:0 8px 22px rgba(20,63,49,.045); grid-template-columns:38px minmax(0,1fr); gap:13px; }
.cps-ccm-beta-note > .dashicons { display:flex; width:38px; height:38px; border-radius:10px; background:#e4f3eb; color:#176548; align-items:center; justify-content:center; }
.cps-ccm-beta-note strong { display:block; margin-bottom:4px; color:#174b38; font-size:14px; }
.cps-ccm-beta-note p { margin:0; color:#5d7068; font-size:13px; line-height:1.55; }
.cps-workspace-spacer { width:1px; height:24px; margin:0 2px; background:#d9e4df; }
.cps-product-launch { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:24px; padding:34px; }
.cps-product-launch-icon { display:grid; width:72px; height:72px; place-items:center; border-radius:18px; background:linear-gradient(145deg,#e1f4eb,#f7fbf9); color:#0c6b4e; font-size:21px; font-weight:850; box-shadow:inset 0 0 0 1px #cae1d8; }
.cps-product-launch h2 { margin:3px 0 8px; }
.cps-product-launch p { max-width:760px; margin:0; color:#5b6e67; }
.cps-launch-pending { color:#52675f; font-size:12px; font-weight:750; }
.cps-workspace-cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.cps-workspace-cards article { padding:24px; border:1px solid #d9e4df; border-radius:12px; background:#fff; box-shadow:0 10px 24px rgba(20,57,45,.055); }
.cps-workspace-cards article > span { color:#278565; font-size:11px; font-weight:850; letter-spacing:.08em; }
.cps-workspace-cards strong { display:block; margin:12px 0 7px; color:#173f32; font-size:17px; }
.cps-workspace-cards p { margin:0; color:#64766f; line-height:1.55; }
@media(max-width:900px){.cps-product-launch{grid-template-columns:auto 1fr}.cps-product-launch .cps-button,.cps-launch-pending{grid-column:1/-1}.cps-workspace-cards{grid-template-columns:1fr}.cps-workspace-popover{right:auto;left:0}}
@media(max-width:1120px){
  .cps-portal-header nav.cps-workspace-nav .cps-workspace-popover{right:auto;left:0}
}
@media(max-width:680px){
  .cps-portal-header nav.cps-workspace-nav{position:relative;overflow:visible;flex-wrap:wrap;gap:4px}
  .cps-portal-header nav.cps-workspace-nav>a,.cps-portal-header nav.cps-workspace-nav>.cps-workspace-menu{flex:1 1 auto}
  .cps-portal-header nav.cps-workspace-nav .cps-workspace-trigger{box-sizing:border-box;width:100%;min-height:44px;text-align:center}
  .cps-portal-header nav.cps-workspace-nav .cps-workspace-menu{position:static}
  .cps-portal-header nav.cps-workspace-nav .cps-workspace-popover{top:calc(100% + 8px);right:0;left:0;width:auto;max-height:min(62vh,460px);overflow-y:auto}
  .cps-portal-header nav.cps-workspace-nav .cps-workspace-popover a{min-height:44px;box-sizing:border-box}
}

/* VCARE product workspace and shareable public demonstration. */
.cps-vcare-hero { display:grid; min-height:310px; overflow:hidden; border:1px solid #d7e3de; border-radius:15px; background:linear-gradient(110deg,#fff 0%,#f8fbf9 54%,#e8f4ee 100%); box-shadow:0 15px 38px rgba(20,57,45,.07); grid-template-columns:minmax(0,1.15fr) minmax(430px,.85fr); }
.cps-vcare-hero-copy { position:relative; padding:42px 44px; }
.cps-vcare-mark { display:grid; width:56px; height:56px; margin-bottom:22px; place-items:center; border:1px solid #bcd8cc; border-radius:14px; background:#e6f3ed; color:#126548; font-size:17px; font-weight:850; }
.cps-vcare-hero h2 { max-width:700px; margin:5px 0 12px; color:#123d2f; font-size:clamp(28px,3vw,43px); font-weight:680; line-height:1.08; letter-spacing:-.035em; }
.cps-vcare-hero-copy > p:not(.cps-eyebrow) { max-width:700px; color:#5b6f67; font-size:15px; line-height:1.65; }
.cps-vcare-actions { display:flex; margin-top:24px; align-items:center; flex-wrap:wrap; gap:11px; }
.cps-vcare-journey { position:relative; display:grid; padding:34px; align-content:center; gap:12px; }
.cps-vcare-journey > div { position:relative; z-index:2; display:grid; min-height:68px; padding:15px 17px; border:1px solid #c9ddd4; border-radius:12px; background:rgba(255,255,255,.92); box-shadow:0 10px 24px rgba(21,70,53,.07); grid-template-columns:34px 1fr; align-items:center; }
.cps-vcare-journey > div > span { grid-row:1/3; color:#1f7b5c; font-size:11px; font-weight:850; }
.cps-vcare-journey strong { color:#173f32; font-size:16px; }
.cps-vcare-journey small { color:#72837c; font-size:11px; }
.cps-vcare-journey > i { width:2px; height:13px; margin:-5px 0 -5px 16px; background:#9dc8b6; }
.cps-vcare-benefits article > .dashicons { display:grid; width:37px; height:37px; place-items:center; border-radius:10px; background:#e7f3ed; color:#167251; font-size:18px; }
.cps-vcare-benefits strong { margin-top:16px; }
.cps-vcare-share { display:flex; padding:26px 28px; align-items:center; justify-content:space-between; gap:24px; }
.cps-vcare-share h2 { margin:3px 0 6px; }
.cps-vcare-share p:not(.cps-eyebrow) { max-width:770px; margin:0; color:#65766f; }

/* Care Consult Portal agreement preparation. */
.cps-consult-layout { display:grid; gap:18px; grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr); align-items:start; }
.cps-consult-form { margin:0; }
.cps-consult-form .cps-section-heading { align-items:flex-start; }
.cps-consult-step { flex:0 0 auto; padding:7px 10px; border:1px solid #cfe0d8; border-radius:999px; background:#f3faf6; color:#286f56; font-size:11px; font-weight:800; }
.cps-consult-name-grid { grid-template-columns:1.05fr 1fr 1fr; }
.cps-consult-address-grid { grid-template-columns:1fr 1fr 1fr; }
.cps-consult-wide { grid-column:span 2; }
.cps-consult-form label > span small { color:#87958f; font-size:10px; font-weight:600; text-transform:none; }
.cps-consult-destination { display:grid; padding:14px 16px; border:1px solid #d7e6df; border-radius:10px; background:#f7fbf9; grid-template-columns:34px 1fr; gap:12px; align-items:center; }
.cps-consult-destination > .dashicons { display:grid; width:34px; height:34px; border-radius:9px; background:#e5f2eb; color:#1f7759; place-items:center; }
.cps-consult-destination small,.cps-consult-destination strong,.cps-consult-destination span { display:block; }
.cps-consult-destination small { margin-bottom:4px; color:#6e7e77; font-size:10px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.cps-consult-destination strong { color:#184c3a; font-size:13px; line-height:1.45; }
.cps-consult-destination span { margin-top:3px; color:#6e7e77; font-size:12px; }
.cps-consult-privacy { display:flex; margin:0; color:#64766e; font-size:12px; line-height:1.5; gap:8px; align-items:flex-start; }
.cps-consult-privacy .dashicons { flex:0 0 auto; color:#327d61; font-size:16px; }
.cps-consult-actions { display:flex; flex-wrap:wrap; gap:10px; }
.cps-consult-actions .cps-button small { margin-left:6px; font-size:9px; opacity:.7; text-transform:uppercase; }
.cps-consult-actions .cps-button:disabled { cursor:not-allowed; opacity:.5; }
.cps-consult-message { min-height:20px; color:#697a73; font-size:12px; font-weight:700; }
.cps-consult-message[data-state="success"] { color:#196b4e; }
.cps-consult-message[data-state="error"] { color:#a13b31; }
.cps-consult-preview { display:flex; min-height:730px; flex-direction:column; }
.cps-consult-preview iframe { display:block; width:100%; min-height:645px; flex:1; border:1px solid #dce5e1; border-radius:8px; background:#f5f7f6; }
.cps-consult-preview iframe[hidden] { display:none; }
.cps-consult-preview-empty { display:grid; min-height:610px; padding:30px; border:1px dashed #cad8d2; border-radius:10px; background:#fafcfb; color:#718078; text-align:center; place-items:center; align-content:center; gap:9px; }
.cps-consult-preview-empty[hidden] { display:none; }
.cps-consult-preview-empty .dashicons { width:52px; height:52px; color:#8ca69b; font-size:52px; }
.cps-consult-preview-empty strong { color:#315a4b; font-size:17px; }
.cps-consult-preview-empty p { max-width:270px; margin:0; font-size:13px; line-height:1.5; }
.cps-consult-supporting { margin-top:18px; }
.cps-consult-supporting article > .dashicons { display:grid; width:37px; height:37px; border-radius:10px; background:#e7f3ed; color:#167251; place-items:center; }
.cps-consult-supporting strong { margin-top:16px; }

@media(max-width:1050px){.cps-consult-layout{grid-template-columns:1fr}.cps-consult-preview{min-height:640px}.cps-consult-preview iframe{min-height:560px}.cps-consult-preview-empty{min-height:520px}}
@media(max-width:760px){.cps-consult-name-grid,.cps-consult-address-grid{grid-template-columns:1fr}.cps-consult-wide{grid-column:auto}.cps-consult-actions{align-items:stretch;flex-direction:column}.cps-consult-actions .cps-button{width:100%}.cps-consult-preview{min-height:520px}.cps-consult-preview iframe{min-height:440px}.cps-consult-preview-empty{min-height:400px}}

.cps-public-demo-page { overflow-x:hidden; background:#f3f6fa !important; }
body.cps-public-demo-page .cps-public-demo { position:relative; left:50%; width:100vw; max-width:none !important; min-height:100vh; margin:0 0 0 -50vw !important; color:#10233d; background:#f3f6fa; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.cps-demo-topbar { display:flex; min-height:70px; padding:0 clamp(24px,6vw,96px); border-bottom:1px solid #dbe3ea; background:#fff; align-items:center; justify-content:space-between; }
.cps-demo-brand { display:flex; color:#11233a; align-items:center; gap:11px; text-decoration:none; }
.cps-demo-brand img { width:34px; height:34px; border-radius:8px; }
.cps-demo-brand strong,.cps-demo-brand small { display:block; }
.cps-demo-brand strong { font-size:18px; line-height:1.1; }
.cps-demo-brand small { margin-top:2px; color:#687789; font-size:10px; letter-spacing:.05em; text-transform:uppercase; }
.cps-demo-topbar nav { display:flex; gap:24px; }
.cps-demo-topbar nav a { color:#44536a; font-size:13px; font-weight:700; text-decoration:none; }
.cps-demo-topbar nav a:hover,.cps-demo-topbar nav a:focus { color:#126b50; }
.cps-demo-safety { display:flex; min-height:42px; padding:0 24px; background:#113b55; color:#d5e4ec; align-items:center; justify-content:center; gap:14px; font-size:11px; letter-spacing:.04em; text-transform:uppercase; }
.cps-demo-safety strong { color:#fff; }
.cps-demo-safety > span:not(.cps-demo-live-dots) { padding-left:14px; border-left:1px solid rgba(255,255,255,.22); }
.cps-demo-live-dots { display:flex; gap:3px; }
.cps-demo-live-dots i { width:5px; height:5px; border-radius:50%; background:#40c7a0; animation:cps-demo-dot 1.7s ease-in-out infinite; }
.cps-demo-live-dots i:nth-child(2){animation-delay:.18s}.cps-demo-live-dots i:nth-child(3){animation-delay:.36s}
@keyframes cps-demo-dot { 0%,70%,100%{opacity:.35;transform:translateY(0)} 35%{opacity:1;transform:translateY(-2px)} }
body.cps-public-demo-page .cps-public-demo > main { display:grid; width:100% !important; max-width:1420px !important; margin:0 auto !important; padding:clamp(38px,5vw,78px) clamp(22px,5vw,70px) 64px !important; box-sizing:border-box; gap:26px; }
.cps-demo-hero { display:grid; min-height:410px; align-items:center; grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr); gap:60px; }
.cps-demo-hero h1 { max-width:860px; margin:12px 0 18px; color:#0c1d35; font-size:clamp(42px,5vw,72px); font-weight:750; line-height:1.02; letter-spacing:-.05em; }
.cps-demo-hero > div > p:not(.cps-eyebrow):not(.cps-demo-copy-status) { max-width:760px; color:#5c6c7f; font-size:18px; line-height:1.6; }
.cps-demo-actions { display:flex; margin-top:28px; flex-wrap:wrap; gap:12px; }
.cps-demo-primary,.cps-demo-actions button { display:inline-flex; min-height:48px; padding:0 22px; border:1px solid #176c52; border-radius:8px; align-items:center; justify-content:center; font-size:14px; font-weight:800; text-decoration:none; cursor:pointer; }
.cps-demo-primary { background:#176c52; color:#fff; }
.cps-demo-actions button { background:#fff; color:#176c52; }
.cps-demo-copy-status { min-height:20px; margin:9px 0 0; color:#2d725b; font-size:11px; }
.cps-demo-hero aside { padding:30px; border:1px solid #d1dfe6; border-radius:18px; background:#fff; box-shadow:0 22px 48px rgba(20,44,66,.1); }
.cps-demo-hero aside > span { display:grid; width:54px; height:54px; margin-bottom:19px; place-items:center; border-radius:14px; background:#e5f4ee; color:#11694d; font-weight:850; }
.cps-demo-hero aside > strong { display:block; color:#173044; font-size:21px; }
.cps-demo-hero aside ul { display:grid; margin:18px 0 0; padding:0; list-style:none; gap:11px; }
.cps-demo-hero aside li { position:relative; padding-left:22px; color:#586a78; font-size:13px; }
.cps-demo-hero aside li::before { position:absolute; top:5px; left:0; width:9px; height:9px; border-radius:50%; background:#35a47e; box-shadow:0 0 0 4px #e7f5ef; content:''; }
.cps-demo-steps { display:grid; overflow:hidden; border:1px solid #d7e0e7; border-radius:14px; background:#fff; grid-template-columns:repeat(3,minmax(0,1fr)); }
.cps-demo-steps article { display:grid; min-height:92px; padding:20px 24px; border-right:1px solid #e2e8ed; grid-template-columns:38px 1fr; align-items:center; gap:12px; }
.cps-demo-steps article:last-child { border-right:0; }
.cps-demo-steps article > span { display:grid; width:32px; height:32px; place-items:center; border-radius:50%; background:#e9f0ff; color:#2765da; font-weight:850; }
.cps-demo-steps strong,.cps-demo-steps small { display:block; }
.cps-demo-steps strong { color:#173044; font-size:14px; }
.cps-demo-steps small { margin-top:4px; color:#768493; font-size:11px; line-height:1.45; }
.cps-demo-frame { overflow:hidden; border:1px solid #d7e0e7; border-radius:18px; background:#fff; box-shadow:0 18px 42px rgba(20,44,66,.08); }
.cps-demo-frame > header { display:flex; padding:25px 28px; align-items:center; justify-content:space-between; gap:24px; }
.cps-demo-frame h2 { margin:5px 0; color:#10233d; font-size:26px; }
.cps-demo-frame header p:not(.cps-eyebrow) { margin:0; color:#6a7a89; font-size:13px; }
.cps-demo-frame header > a { color:#176c52; font-size:13px; font-weight:800; }
.cps-demo-browser { border-top:1px solid #dfe6eb; background:#e8edf2; }
.cps-demo-browser > div { display:flex; min-height:38px; padding:0 15px; background:#f8fafb; align-items:center; gap:6px; }
.cps-demo-browser > div i { width:8px; height:8px; border-radius:50%; background:#d8a8a3; }.cps-demo-browser > div i:nth-child(2){background:#dccd91}.cps-demo-browser > div i:nth-child(3){background:#9ccbb7}
.cps-demo-browser > div span { margin-left:9px; color:#8996a2; font-size:10px; }
.cps-demo-browser iframe { display:block; width:100%; height:820px; border:0; background:#fff; }
.cps-demo-footer { display:flex; min-height:62px; padding:0 clamp(24px,6vw,96px); background:#0e3048; color:#cbd8e0; align-items:center; gap:22px; font-size:11px; }
.cps-demo-footer a { margin-left:auto; color:#fff; font-weight:700; text-decoration:none; }.cps-demo-footer a + a { margin-left:0; }
@media(max-width:900px){.cps-vcare-hero{grid-template-columns:1fr}.cps-vcare-journey{padding-top:0}.cps-demo-hero{grid-template-columns:1fr;gap:28px}.cps-demo-steps{grid-template-columns:1fr}.cps-demo-steps article{border-right:0;border-bottom:1px solid #e2e8ed}.cps-demo-steps article:last-child{border-bottom:0}.cps-demo-browser iframe{height:700px}}
@media(max-width:680px){.cps-vcare-hero-copy{padding:30px 25px}.cps-vcare-journey{padding:0 25px 28px}.cps-vcare-share{align-items:flex-start;flex-direction:column}.cps-demo-topbar{padding:14px 20px}.cps-demo-topbar nav{display:none}.cps-demo-safety{padding:9px 14px;flex-wrap:wrap;gap:8px}.cps-demo-hero{min-height:0}.cps-demo-hero h1{font-size:39px}.cps-demo-frame>header{align-items:flex-start;flex-direction:column}.cps-demo-browser iframe{height:600px}.cps-demo-footer{padding:18px 22px;flex-wrap:wrap}.cps-demo-footer a{margin-left:0}}

/* AI-first Help Center conversation and light-mode voice controls. */
.cps-help-chat{display:grid;height:clamp(480px,64vh,700px);overflow:hidden;border:1px solid #c9d9d2;border-radius:18px;background:#fff;box-shadow:0 18px 44px rgba(20,63,52,.10);grid-template-rows:auto minmax(0,1fr) auto}
.cps-help-chat-header{display:flex;min-height:64px;padding:12px 16px;border-bottom:1px solid #e2ebe7;background:#fff;align-items:center;justify-content:space-between;gap:16px}.cps-help-chat-header>div:first-child{display:flex;min-width:0;align-items:center;gap:10px}.cps-help-chat-header strong{display:block;color:#183f34;font-size:14px}.cps-help-chat-header small{display:flex;margin-top:2px;color:#71837c;font-size:11px;align-items:center;gap:6px}.cps-help-chat-header small i{width:7px;height:7px;border-radius:50%;background:#35ad78;box-shadow:0 0 0 3px rgba(53,173,120,.13)}
.cps-help-chat-avatar{display:flex;width:35px;height:35px;flex:0 0 auto;border-radius:50%;background:#e8f5ef;color:#177052;align-items:center;justify-content:center}.cps-help-chat-avatar .dashicons{width:18px;height:18px;font-size:18px}.cps-help-chat-tools button{min-height:33px;padding:6px 10px;border:1px solid #d7e3de;border-radius:9px;background:#fff;color:#3d5d52;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.cps-help-chat-tools button:hover,.cps-help-chat-tools button:focus{border-color:#a9c8bb;outline:0;background:#f3f8f6;color:#165d43}
.cps-help-chat-log{display:flex;overflow-y:auto;padding:24px;background:#fbfcfc;flex-direction:column;gap:18px;overscroll-behavior:auto;scroll-behavior:smooth}.cps-help-message{display:flex;max-width:min(800px,92%);align-items:flex-start;gap:10px}.cps-help-message>div{padding:13px 15px;border:1px solid #dfe9e5;border-radius:4px 15px 15px;background:#fff;box-shadow:0 4px 14px rgba(27,62,51,.04)}.cps-help-message small{display:block;margin-bottom:5px;color:#28745a;font-size:10px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.cps-help-message p{margin:0;color:#344e45;font-size:14px;line-height:1.6;white-space:pre-wrap}.cps-help-message.is-user{align-self:flex-end;justify-content:flex-end}.cps-help-message.is-user>div{border-color:#cce1d7;border-radius:15px 4px 15px 15px;background:#e8f4ee;box-shadow:none}.cps-help-message.is-user small{color:#567068;text-align:right}.cps-help-message.is-thinking p{color:#7a8b85;font-style:italic}
.cps-help-message-actions{display:flex;margin-top:10px;flex-wrap:wrap;gap:13px}.cps-help-message-actions button{padding:1px 0;border:0;background:transparent;color:#176548;font:inherit;font-size:12px;font-weight:800;text-decoration:underline;text-decoration-color:#aacbbe;text-underline-offset:3px;cursor:pointer}.cps-help-message-actions button:hover,.cps-help-message-actions button:focus{color:#0e4835;text-decoration-color:#0e4835}
.cps-help-chat-composer{position:relative;z-index:2;padding:13px 15px 12px;border-top:1px solid #e1ebe7;background:#fff}.cps-help-chat-input{display:grid;padding:8px 9px 8px 14px;border:1px solid #b8cdc4;border-radius:16px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:end;gap:7px}.cps-help-chat-input:focus-within{border-color:#267759;box-shadow:0 0 0 4px rgba(31,122,90,.10)}.cps-help-chat-input textarea{box-sizing:border-box;width:100%;min-height:42px;max-height:128px;padding:7px 3px;border:0;outline:0;background:transparent;box-shadow:none;color:#1d302a;font:inherit;font-size:14px;line-height:1.5;resize:none}.cps-help-chat-input textarea::placeholder{color:#819089}
.cps-help-mic,.cps-help-speak-button,.cps-help-chat-input .cps-ai-composer-send{display:flex;width:38px;height:38px;padding:0;border:0;border-radius:50%;align-items:center;justify-content:center;cursor:pointer}.cps-help-mic{background:transparent;color:#29483e}.cps-help-mic:hover,.cps-help-mic:focus{outline:0;background:#edf5f1;color:#155d43}.cps-help-mic.is-listening{animation:cpsMicPulse 1.15s ease-in-out infinite;background:#e1f4eb;color:#0c754e}.cps-help-speak-button{border:1px solid #173f34;background:#173f34;color:#fff;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.cps-help-speak-button:hover,.cps-help-speak-button:focus{outline:0;background:#1f7154;box-shadow:0 0 0 4px rgba(31,113,84,.12);transform:translateY(-1px)}.cps-help-speak-button.is-active{background:#23825f;box-shadow:0 0 0 4px rgba(35,130,95,.13)}
.cps-help-wave{display:flex;height:22px;align-items:center;justify-content:center;gap:2px}.cps-help-wave i{display:block;width:2px;border-radius:2px;background:currentColor}.cps-help-wave i:nth-child(1){height:8px}.cps-help-wave i:nth-child(2){height:15px}.cps-help-wave i:nth-child(3){height:21px}.cps-help-wave i:nth-child(4){height:14px}.cps-help-wave i:nth-child(5){height:9px}.cps-help-speak-button.is-active .cps-help-wave i{animation:cpsVoiceWave .9s ease-in-out infinite}.cps-help-speak-button.is-active .cps-help-wave i:nth-child(2){animation-delay:.1s}.cps-help-speak-button.is-active .cps-help-wave i:nth-child(3){animation-delay:.2s}.cps-help-speak-button.is-active .cps-help-wave i:nth-child(4){animation-delay:.3s}.cps-help-speak-button.is-active .cps-help-wave i:nth-child(5){animation-delay:.4s}
.cps-help-chat-input .cps-ai-composer-send{background:#1f7154;color:#fff}.cps-help-chat-input .cps-ai-composer-send:hover,.cps-help-chat-input .cps-ai-composer-send:focus{outline:0;background:#185b43;box-shadow:0 0 0 3px rgba(31,113,84,.15)}.cps-help-chat-input button:disabled{opacity:.38;cursor:not-allowed;transform:none;box-shadow:none}.cps-help-chat-input .dashicons{width:19px;height:19px;font-size:19px}.cps-help-chat-suggestions{display:flex;margin-top:9px;align-items:center;flex-wrap:wrap;gap:5px}.cps-help-chat-suggestions>span{margin-right:3px;color:#84928c;font-size:9px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.cps-help-chat-suggestions button{padding:3px 5px;border:0;background:transparent;color:#49695e;font:inherit;font-size:10px;text-decoration:underline;text-decoration-color:#c2d5cd;text-underline-offset:3px;cursor:pointer}.cps-help-chat-suggestions button:hover,.cps-help-chat-suggestions button:focus{color:#155d43;text-decoration-color:#155d43}.cps-help-chat-composer>small{display:block;margin:6px 3px 0;color:#82918b;font-size:9px;line-height:1.45}
@keyframes cpsMicPulse{0%,100%{box-shadow:0 0 0 0 rgba(31,132,90,.2)}50%{box-shadow:0 0 0 7px rgba(31,132,90,0)}}@keyframes cpsVoiceWave{0%,100%{transform:scaleY(.55)}50%{transform:scaleY(1.05)}}@media(max-width:720px){.cps-help-chat{height:590px}.cps-help-chat-log{padding:17px 13px}.cps-help-message{max-width:97%}.cps-help-chat-suggestions>span{flex-basis:100%}.cps-help-chat-input textarea{font-size:16px}}

/* Ask AI workspace: private portal views remain server-rendered and read-only. */
.cps-ask-ai-page{width:min(1180px,100%);margin:0 auto}
.cps-ask-ai-heading{padding:8px 2px 18px;text-align:center}.cps-ask-ai-heading h1{margin:3px 0 6px;color:#123f31;font-size:clamp(34px,4.2vw,52px);font-weight:680;letter-spacing:-.04em}.cps-ask-ai-heading>p:last-child{margin:0;color:#6b7d76;font-size:14px}.cps-ask-ai-heading .cps-eyebrow{font-size:10px}
.cps-ask-ai-workspace{display:grid;height:clamp(560px,72vh,760px);overflow:hidden;border:1px solid #cbdad4;border-radius:20px;background:#fff;box-shadow:0 24px 60px rgba(22,61,49,.11);grid-template-rows:minmax(0,1fr) auto}
.cps-ask-ai-stage{overflow-y:auto;padding:clamp(26px,4vw,54px);background:radial-gradient(circle at 50% 18%,rgba(226,244,236,.82),transparent 38%),linear-gradient(180deg,#fbfdfc,#f7faf9);overscroll-behavior:contain;scroll-behavior:smooth}
.cps-ask-ai-welcome{display:flex;min-height:100%;align-items:center;justify-content:center;flex-direction:column;text-align:center}.cps-ask-ai-welcome h2{margin:20px 0 8px;color:#173f33;font-size:clamp(26px,3.4vw,39px);font-weight:650;letter-spacing:-.03em}.cps-ask-ai-welcome>p{max-width:570px;margin:0;color:#657871;font-size:15px;line-height:1.6}
.cps-ask-ai-orb{display:flex;width:64px;height:64px;border:1px solid #bfd9ce;border-radius:50%;background:#fff;color:#197153;box-shadow:0 12px 30px rgba(25,93,70,.11),0 0 0 10px rgba(224,242,234,.55);align-items:center;justify-content:center;gap:4px}.cps-ask-ai-orb i{display:block;width:4px;border-radius:4px;background:currentColor;animation:cpsAskWave 1.15s ease-in-out infinite}.cps-ask-ai-orb i:nth-child(1){height:16px}.cps-ask-ai-orb i:nth-child(2){height:29px;animation-delay:.12s}.cps-ask-ai-orb i:nth-child(3){height:20px;animation-delay:.24s}@keyframes cpsAskWave{0%,100%{transform:scaleY(.5);opacity:.55}50%{transform:scaleY(1);opacity:1}}
.cps-ask-ai-quick{display:flex;margin-top:24px;flex-wrap:wrap;justify-content:center;gap:9px}.cps-ask-ai-quick button{min-height:38px;padding:7px 14px;border:1px solid #cadbd4;border-radius:999px;background:rgba(255,255,255,.9);color:#28584a;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.cps-ask-ai-quick button:hover,.cps-ask-ai-quick button:focus{border-color:#72a992;outline:0;background:#edf7f2;color:#145c42}
.cps-ask-ai-loading{display:flex;min-height:100%;align-items:center;justify-content:center;flex-direction:column;gap:22px;color:#42675b}.cps-ask-ai-loading strong{font-size:14px}
.cps-ask-ai-composer{position:relative;z-index:2;padding:14px 18px 12px;border-top:1px solid #dfe9e5;background:#fff}.cps-ask-ai-composer>label{display:block;margin:0 4px 7px;color:#2a5145;font-size:11px;font-weight:800}.cps-ask-ai-input{display:grid;padding:9px 10px 9px 16px;border:1px solid #9ebfb2;border-radius:18px;background:#fff;box-shadow:0 0 0 5px rgba(34,125,91,.065);grid-template-columns:minmax(0,1fr) auto auto auto;align-items:end;gap:8px}.cps-ask-ai-input:focus-within{border-color:#277c5c;box-shadow:0 0 0 5px rgba(34,125,91,.11)}.cps-ask-ai-input textarea{box-sizing:border-box;width:100%;min-height:48px;max-height:140px;padding:8px 2px;border:0;outline:0;background:transparent;box-shadow:none;color:#21372f;font:inherit;font-size:15px;line-height:1.5;resize:none}.cps-ask-ai-input textarea::placeholder{color:#87968f}.cps-ask-ai-input .cps-help-mic,.cps-ask-ai-input .cps-help-speak-button,.cps-ask-ai-input .cps-ai-composer-send{width:42px;height:42px}.cps-ask-ai-composer>small{display:block;margin:8px 5px 0;color:#87958f;font-size:9px}
.cps-ask-ai-result,.cps-ask-ai-answer{width:min(980px,100%);margin:0 auto;padding:clamp(22px,3vw,34px);border:1px solid #d3e1dc;border-radius:16px;background:#fff;box-shadow:0 16px 40px rgba(19,60,47,.07);box-sizing:border-box}.cps-ask-ai-result>header{display:flex;padding-bottom:18px;border-bottom:1px solid #e2ebe7;align-items:flex-start;justify-content:space-between;gap:24px}.cps-ask-ai-result h2,.cps-ask-ai-answer h2{margin:4px 0 6px;color:#153f32;font-size:27px;letter-spacing:-.025em}.cps-ask-ai-result header p:not(.cps-eyebrow),.cps-ask-ai-answer p{margin:0;color:#63766f;line-height:1.6}.cps-ask-ai-result a,.cps-ask-ai-answer>a{display:inline-flex;margin-top:15px;color:#17684c;font-weight:800;text-underline-offset:3px}.cps-ask-ai-kpis{display:grid;margin-top:20px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cps-ask-ai-kpis .cps-kpi{min-height:108px;padding:17px}.cps-ask-ai-result>footer{margin-top:16px;color:#75867f;font-size:10px}
.cps-ask-ai-ranking{display:grid;margin-top:18px;gap:9px}.cps-ask-ai-ranking article{display:grid;padding:13px 15px;border:1px solid #e0e9e5;border-radius:11px;background:#fbfcfc;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px}.cps-ask-ai-ranking article>span{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#e7f3ed;color:#176b4e;font-size:11px;font-weight:850}.cps-ask-ai-ranking article strong,.cps-ask-ai-ranking article small{display:block}.cps-ask-ai-ranking article small{margin-top:3px;color:#788881;font-size:10px}.cps-ask-ai-ranking article>b{color:#173f32;font-size:18px;text-align:right}.cps-ask-ai-ranking article>b small{font-size:9px;font-weight:600}.cps-ask-ai-answer.is-error{border-color:#ead7d2;background:#fffafa}

/* A consistent, compact confidence line for every active Care Pro record. */
.cps-carepro-assurance{display:inline-flex;margin-top:5px;align-items:center;gap:5px;color:#72837c!important;font-size:9px!important;font-weight:650!important;line-height:1.35;text-decoration:none!important;white-space:nowrap}.cps-carepro-assurance:focus{outline:2px solid rgba(31,132,95,.3);outline-offset:3px;border-radius:3px}.cps-carepro-assurance-status{display:inline-flex;align-items:center;gap:4px;color:#176a4c}.cps-carepro-assurance-status i{display:block;width:7px;height:7px;border-radius:50%;background:#2fa873;box-shadow:0 0 0 3px rgba(47,168,115,.12)}.cps-carepro-assurance-status strong{color:#176a4c!important;font-size:9px!important;font-weight:850!important}.cps-carepro-assurance time{color:#72837c;font:inherit}.cps-status-cell{white-space:nowrap}.cps-validation-name .cps-carepro-assurance{white-space:nowrap}.cps-ask-ai-ranking .cps-carepro-assurance{margin-top:5px;text-align:left}

@media(max-width:760px){.cps-ask-ai-workspace{height:650px}.cps-ask-ai-stage{padding:22px 14px}.cps-ask-ai-composer{padding:12px}.cps-ask-ai-input{padding-left:12px;gap:4px}.cps-ask-ai-input textarea{font-size:16px}.cps-ask-ai-input .cps-help-mic,.cps-ask-ai-input .cps-help-speak-button,.cps-ask-ai-input .cps-ai-composer-send{width:38px;height:38px}.cps-ask-ai-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.cps-ask-ai-result>header{flex-direction:column}.cps-ask-ai-ranking article{grid-template-columns:26px minmax(0,1fr)}.cps-ask-ai-ranking article>b{grid-column:2;text-align:left}}

/* Executive Dashboard: equal cards by default; the five-card Super Admin view uses two larger left cards and three right cards. */
.cps-executive-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(210px,1fr));gap:14px;min-height:434px}
.cps-executive-product{min-height:0}
.cps-executive-product:nth-child(n){grid-column:auto;grid-row:auto}
.cps-executive-grid--5{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(6,minmax(92px,1fr));min-height:650px}
.cps-executive-grid--5 .cps-executive-product:nth-child(1){grid-column:1;grid-row:1/4}
.cps-executive-grid--5 .cps-executive-product:nth-child(2){grid-column:1;grid-row:4/7}
.cps-executive-grid--5 .cps-executive-product:nth-child(3){grid-column:2;grid-row:1/3}
.cps-executive-grid--5 .cps-executive-product:nth-child(4){grid-column:2;grid-row:3/5}
.cps-executive-grid--5 .cps-executive-product:nth-child(5){grid-column:2;grid-row:5/7}
.cps-executive-card{box-sizing:border-box;height:100%;min-height:0}
.cps-executive-product:first-child .cps-executive-card{align-content:stretch;padding:24px}
.cps-executive-product:first-child .cps-executive-card strong{font-size:22px}
.cps-executive-product.is-help-support .cps-executive-card{isolation:isolate;background-color:#fff;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 34%,rgba(255,255,255,.84) 51%,rgba(247,251,249,.28) 70%,rgba(247,251,249,.04) 100%),url("help-support-professional-v1.jpg");background-position:center,right center;background-repeat:no-repeat;background-size:100% 100%,auto 100%}
.cps-executive-product.is-help-support .cps-executive-card::before{position:absolute;z-index:0;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 52%,rgba(241,248,245,.9) 100%);content:'';pointer-events:none}
.cps-executive-product.is-help-support .cps-executive-card::after{display:none}
.cps-executive-product.is-help-support .cps-executive-card>*{position:relative;z-index:1}
.cps-executive-product.is-help-support .cps-executive-card small{max-width:245px;color:#536b62}
.cps-executive-popover,.cps-executive-product:nth-child(n) .cps-executive-popover{inset:auto 0;top:50%;box-sizing:border-box;width:auto;height:auto;min-height:290px;padding:26px 28px;overflow:visible;display:flex;flex-direction:column;justify-content:center;transform:translateY(-50%) scale(.985);transform-origin:center}
.cps-executive-grid--5 .cps-executive-product:nth-child(3) .cps-executive-popover{top:0;bottom:auto;transform:scale(.985);transform-origin:top center}
.cps-executive-grid--5 .cps-executive-product:nth-child(5) .cps-executive-popover{top:auto;bottom:0;transform:scale(.985);transform-origin:bottom center}
.cps-executive-popover::before,.cps-executive-popover::after{display:none}
.cps-executive-product:hover .cps-executive-popover,.cps-executive-product:focus-within .cps-executive-popover,.cps-executive-product.is-open .cps-executive-popover,.cps-executive-product:nth-child(n):hover .cps-executive-popover,.cps-executive-product:nth-child(n):focus-within .cps-executive-popover,.cps-executive-product:nth-child(n).is-open .cps-executive-popover{transform:translateY(-50%) scale(1)}
.cps-executive-grid--5 .cps-executive-product:nth-child(3):hover .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(3):focus-within .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(3).is-open .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(5):hover .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(5):focus-within .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(5).is-open .cps-executive-popover{transform:scale(1)}

/* Compact franchise and support identity shared across portal footers. */
.cps-service-footer{align-items:center;background:linear-gradient(108deg,rgba(225,242,233,.8) 0%,rgba(248,252,250,.96) 31%,#fff 58%,#fff 100%);gap:14px 30px;grid-template-columns:minmax(260px,1.05fr) minmax(310px,1fr) auto;padding:20px 34px 15px}
.cps-franchise-identity{display:grid;gap:3px}
.cps-home-instead-logo{display:block;width:104px;height:42px;margin:-7px 0 -2px;object-fit:contain;object-position:left center}
.cps-franchise-identity small,.cps-footer-locations>small{color:#42685a;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.cps-franchise-identity strong{font-size:12px;line-height:1.35}
.cps-footer-locations{border-left:1px solid #e0e9e5;display:grid;gap:8px;padding-left:24px}
.cps-footer-locations>div{display:flex;flex-wrap:wrap;gap:0}
.cps-footer-locations span{color:#536b62;font-size:10px}
.cps-footer-locations span+span::before{color:#bdcbc5;content:'|';margin:0 10px}
.cps-footer-locations b{color:#176448}
.cps-service-support{display:grid;gap:7px;justify-items:end}
.cps-dls-full-logo{padding:5px!important}
.cps-support-link{font-size:11px;font-weight:850}
.cps-dls-brand{gap:8px}
.cps-dls-mark{border-radius:7px;box-shadow:none;height:29px;padding:2px;width:29px}
.cps-dls-mark img{border-radius:5px;height:23px;width:23px}
.cps-dls-brand strong{font-size:13px}
.cps-service-footer>p{border-top:1px solid #e4ece8;font-size:9px;margin:0;padding-top:10px}

@media(max-width:980px){
 .cps-service-footer{grid-template-columns:1fr 1fr}
 .cps-service-support{align-items:center;display:flex;grid-column:1/-1;justify-content:space-between}
 .cps-footer-locations{border-left:0;padding-left:0}
}
@media(max-width:760px){
 .cps-executive-grid{grid-template-columns:1fr;grid-template-rows:none;min-height:0}
 .cps-executive-grid--5{grid-template-columns:1fr;grid-template-rows:none;min-height:0}
 .cps-executive-product:nth-child(n){grid-column:1;grid-row:auto;min-height:210px}
 .cps-executive-grid--5 .cps-executive-product:nth-child(n){grid-column:1;grid-row:auto;min-height:210px}
 .cps-executive-product:first-child{min-height:240px}
 .cps-executive-product.is-help-support .cps-executive-card{background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 38%,rgba(255,255,255,.76) 58%,rgba(247,251,249,.08) 100%),url("help-support-professional-v1.jpg");background-position:center,right center;background-size:100% 100%,auto 100%}
 .cps-executive-popover,.cps-executive-product:nth-child(n) .cps-executive-popover{inset:auto 0;top:50%;width:auto;height:auto;min-height:320px;padding:22px;transform:translateY(-50%) scale(.985);transform-origin:center}
 .cps-executive-product:hover .cps-executive-popover,.cps-executive-product:focus-within .cps-executive-popover,.cps-executive-product.is-open .cps-executive-popover{transform:translateY(-50%) scale(1)}
 .cps-executive-grid--5 .cps-executive-product:nth-child(3) .cps-executive-popover{top:0;bottom:auto;transform:scale(.985)}
 .cps-executive-grid--5 .cps-executive-product:nth-child(5) .cps-executive-popover{top:auto;bottom:0;transform:scale(.985)}
 .cps-executive-grid--5 .cps-executive-product:nth-child(3):hover .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(3):focus-within .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(3).is-open .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(5):hover .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(5):focus-within .cps-executive-popover,.cps-executive-grid--5 .cps-executive-product:nth-child(5).is-open .cps-executive-popover{transform:scale(1)}
}
@media(max-width:680px){
 .cps-service-footer{grid-template-columns:1fr}
 .cps-footer-locations{border-top:1px solid #e4ece8;padding-top:12px}
 .cps-service-support{align-items:flex-start;display:grid;grid-column:auto;justify-content:start;justify-items:start}
}

/* Staffing Reports Beta: protected active-client directory and local care-plan drafts. */
.cps-staffing-hero{display:flex;margin-bottom:16px;padding:26px 28px;border:1px solid #c9ddd4;border-radius:18px;background:linear-gradient(120deg,#f7fcf9,#e8f5ef);align-items:center;justify-content:space-between;gap:24px}.cps-staffing-hero h1{margin:3px 0 7px;color:#123f31;font-size:clamp(30px,4vw,44px);letter-spacing:-.035em}.cps-staffing-hero p:not(.cps-eyebrow){max-width:760px;margin:0;color:#5e736b;line-height:1.55}.cps-staffing-beta{display:grid;width:66px;height:66px;flex:0 0 auto;place-items:center;border:1px solid #9fc9b7;border-radius:50%;background:#fff;color:#17694c;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.cps-staffing-notice{margin-bottom:16px;padding:13px 16px;border:1px solid #decf9e;border-radius:11px;background:#fff9e8;color:#6d5520}.cps-staffing-notice.is-success{border-color:#b9dbc9;background:#eef9f3;color:#176347}.cps-staffing-kpis{display:grid;margin-bottom:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cps-staffing-kpis article{min-height:112px;padding:18px;border:1px solid #d6e2dd;border-radius:14px;background:#fff;box-sizing:border-box}.cps-staffing-kpis span,.cps-staffing-kpis strong,.cps-staffing-kpis small{display:block}.cps-staffing-kpis span{color:#60756d;font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.cps-staffing-kpis strong{margin:8px 0 3px;color:#123f31;font-size:25px}.cps-staffing-kpis small{color:#85938e;font-size:10px}
.cps-staffing-controls{margin-bottom:16px}.cps-staffing-controls form{display:grid;grid-template-columns:minmax(240px,1fr) minmax(180px,280px) auto;align-items:end;gap:12px}.cps-staffing-controls label,.cps-staffing-draft-form label{display:grid;color:#264f42;font-size:11px;font-weight:800;gap:6px}.cps-staffing-controls input,.cps-staffing-controls select,.cps-staffing-draft-form input,.cps-staffing-draft-form select,.cps-staffing-draft-form textarea{box-sizing:border-box;width:100%;padding:11px 12px;border:1px solid #bed2c9;border-radius:9px;background:#fff;color:#173c31;font:inherit;font-size:14px}.cps-staffing-controls button,.cps-staffing-draft-form button{min-height:43px;padding:10px 16px;border:0;border-radius:9px;background:#176b4d;color:#fff;font:inherit;font-weight:850;cursor:pointer}.cps-staffing-heading{display:flex;margin-bottom:17px;align-items:flex-start;justify-content:space-between;gap:20px}.cps-staffing-heading h2{margin:3px 0;color:#143f32;font-size:23px}.cps-staffing-heading p{margin:5px 0 0;color:#6f807a}.cps-staffing-heading>a{color:#17684c;font-weight:800}
.cps-staffing-table-wrap{overflow-x:auto;border:1px solid #d8e3df;border-radius:12px}.cps-staffing-directory table{width:100%;border-collapse:collapse;background:#fff}.cps-staffing-directory th{padding:12px 14px;background:#f3f8f5;color:#527067;font-size:9px;letter-spacing:.06em;text-align:left;text-transform:uppercase}.cps-staffing-directory td{padding:13px 14px;border-top:1px solid #e1e9e5;color:#34564b;font-size:12px;vertical-align:middle}.cps-staffing-directory td strong,.cps-staffing-directory td span,.cps-staffing-directory td small{display:block}.cps-staffing-directory td strong{color:#163f32;font-size:13px}.cps-staffing-directory td small{margin-top:3px;color:#82918c;font-size:9px}.cps-staffing-directory td a{color:#17694c;font-weight:850;white-space:nowrap}.cps-staffing-pages{display:flex;margin-top:14px;flex-wrap:wrap;gap:6px}.cps-staffing-pages a{display:grid;width:32px;height:32px;place-items:center;border:1px solid #c9d9d2;border-radius:8px;color:#315c4f;text-decoration:none}.cps-staffing-pages a.is-current{border-color:#17694c;background:#17694c;color:#fff}
.cps-staffing-workspace{margin-top:16px;scroll-margin-top:24px}.cps-staffing-workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.cps-staffing-draft-form,.cps-staffing-drafts{padding:20px;border:1px solid #d8e3df;border-radius:13px;background:#fbfdfc}.cps-staffing-draft-form h3,.cps-staffing-drafts h3{margin:3px 0 7px;color:#153f32;font-size:20px}.cps-staffing-draft-form>p:not(.cps-eyebrow){margin:0 0 16px;color:#6d7f78;font-size:12px;line-height:1.5}.cps-staffing-draft-form label{margin-top:12px}.cps-staffing-draft-form button{margin-top:14px}.cps-staffing-drafts article{margin-top:12px;padding:14px;border:1px solid #dde7e3;border-radius:10px;background:#fff}.cps-staffing-drafts article strong,.cps-staffing-drafts article span{display:block}.cps-staffing-drafts article span,.cps-staffing-drafts article small{color:#788a83;font-size:9px}.cps-staffing-drafts article p{margin:10px 0;color:#38594e;font-size:12px;line-height:1.55}.cps-staffing-future{display:grid;margin-top:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cps-staffing-future article{padding:21px;border:1px dashed #bdd3c9;border-radius:14px;background:#f8fbfa}.cps-staffing-future h2{margin:4px 0 7px;color:#19483a;font-size:19px}.cps-staffing-future p:not(.cps-eyebrow){margin:0;color:#6d7e78;font-size:12px;line-height:1.55}
@media(max-width:900px){.cps-staffing-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.cps-staffing-workspace-grid{grid-template-columns:1fr}.cps-staffing-controls form{grid-template-columns:1fr 1fr}.cps-staffing-controls button{grid-column:1/-1}.cps-staffing-future{grid-template-columns:1fr}}
@media(max-width:620px){.cps-staffing-hero{padding:21px;align-items:flex-start}.cps-staffing-beta{width:52px;height:52px;font-size:9px}.cps-staffing-kpis{grid-template-columns:1fr 1fr}.cps-staffing-controls form{grid-template-columns:1fr}.cps-staffing-directory td,.cps-staffing-directory th{padding:11px 10px}.cps-staffing-heading{align-items:flex-start;flex-direction:column}}
