html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.cherry-acquisition {
    display: grid;
    gap: 18px;
    color: #111827;
}

.cherry-acquisition-header,
.cherry-acquisition-detail-header,
.cherry-acquisition-panel-heading,
.cherry-acquisition-actions,
.cherry-acquisition-header-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.cherry-acquisition-header p,
.cherry-acquisition-panel-heading span,
.cherry-acquisition-detail-header span {
    margin: 0 0 4px;
    color: #991b1b;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.cherry-acquisition-header h2,
.cherry-acquisition-panel-heading h3,
.cherry-acquisition-detail-header h3 {
    margin: 0;
    color: #111827;
}

.cherry-acquisition-header span,
.cherry-acquisition-detail-header p {
    display: block;
    margin: 6px 0 0;
    color: #6b7280;
}

.cherry-acquisition-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cherry-acquisition-metric,
.cherry-acquisition-panel,
.cherry-acquisition-list,
.cherry-acquisition-detail {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
}

.cherry-acquisition-metric {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 4px 10px;
    align-items: center;
    padding: 14px;
}

.cherry-acquisition-metric span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #fee2e2;
    color: #991b1b;
}

.cherry-acquisition-metric strong {
    font-size: 1.45rem;
    line-height: 1;
}

.cherry-acquisition-metric em {
    color: #6b7280;
    font-style: normal;
    font-weight: 700;
}

.cherry-acquisition-metric small {
    grid-column: 2;
    color: #9ca3af;
    font-size: .74rem;
    font-weight: 700;
}

.cherry-acquisition-dashboard {
    width: 100%;
}

.cherry-acquisition-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 16px;
    align-items: start;
}

.cherry-acquisition-panel-heading strong {
    color: #6b7280;
    font-size: .82rem;
}

.cherry-acquisition-stage-list,
.cherry-acquisition-recent-list {
    display: grid;
    gap: 10px;
}

.cherry-acquisition-stage-list div,
.cherry-acquisition-recent-list a,
.cherry-acquisition-outcome-strip div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #eef2f7;
    border-radius: 6px;
    background: #f9fafb;
}

.cherry-acquisition-stage-list div {
    padding: 10px 12px;
}

.cherry-acquisition-stage-list span,
.cherry-acquisition-outcome-strip span {
    color: #4b5563;
    font-size: .82rem;
    font-weight: 800;
}

.cherry-acquisition-stage-list strong,
.cherry-acquisition-outcome-strip strong {
    color: #111827;
    font-size: 1rem;
}

.cherry-acquisition-stage-list .is-closed {
    background: #f3f4f6;
}

.cherry-acquisition-recent-list a {
    padding: 12px;
    color: inherit;
    text-decoration: none;
}

.cherry-acquisition-recent-list a:hover {
    border-color: rgba(174, 18, 53, .28);
    background: #fff8fa;
}

.cherry-acquisition-recent-list span {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.cherry-acquisition-recent-list strong,
.cherry-acquisition-recent-list small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-acquisition-recent-list small {
    color: #6b7280;
    font-weight: 700;
}

.cherry-acquisition-recent-list em {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    font-size: .72rem;
    font-style: normal;
    font-weight: 900;
}

.cherry-acquisition-outcome-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cherry-acquisition-outcome-strip div {
    padding: 12px;
}

.cherry-acquisition-workbench {
    display: grid;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.cherry-acquisition-home {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 16px;
    align-items: start;
}

.cherry-acquisition-home-main,
.cherry-acquisition-home-side {
    min-width: 0;
}

.cherry-acquisition-home-side {
    display: grid;
    gap: 16px;
}

.cherry-acquisition-queue-tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.cherry-acquisition-queue-tabs button {
    display: flex;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    color: #374151;
    font-weight: 900;
    text-align: left;
}

.cherry-acquisition-queue-tabs button.is-active,
.cherry-acquisition-queue-tabs button:hover {
    border-color: #991b1b;
    background: #fff7f7;
    color: #991b1b;
}

.cherry-acquisition-queue-tabs small {
    display: grid;
    min-width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    font-size: .78rem;
}

.cherry-acquisition-dashboard-filterbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 240px) auto auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.cherry-acquisition-work-list {
    display: grid;
    gap: 10px;
}

.cherry-acquisition-work-list article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}

.cherry-acquisition-work-list article:hover {
    border-color: rgba(153, 27, 27, .32);
    background: #fffafa;
}

.cherry-acquisition-work-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 8px;
    background: #f8e5ea;
    color: #991b1b;
}

.cherry-acquisition-work-list small,
.cherry-acquisition-work-list strong,
.cherry-acquisition-work-list em {
    display: block;
}

.cherry-acquisition-work-list small {
    color: #991b1b;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cherry-acquisition-work-list strong {
    overflow: hidden;
    color: #111827;
    font-size: 1rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-acquisition-work-list em {
    color: #4b5563;
    font-size: .84rem;
    font-style: normal;
    font-weight: 700;
}

.cherry-acquisition-work-status {
    border-radius: 999px;
    padding: 6px 9px;
    background: #f3f4f6;
    color: #374151;
    font-size: .74rem;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-acquisition-side-list,
.cherry-acquisition-attention-list {
    display: grid;
    gap: 8px;
}

.cherry-acquisition-side-list button,
.cherry-acquisition-attention-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 11px 12px;
    background: #fff;
    color: #374151;
    font-weight: 800;
}

.cherry-acquisition-side-list button:hover {
    border-color: rgba(153, 27, 27, .32);
    background: #fff7f7;
    color: #991b1b;
}

.cherry-acquisition-attention-list span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 8px;
    background: #f8e5ea;
    color: #991b1b;
}

.cherry-acquisition-attention-list strong {
    margin-left: auto;
    color: #991b1b;
    font-size: 1.1rem;
}

.cherry-acquisition-attention-list em {
    min-width: 128px;
    color: #4b5563;
    font-style: normal;
    font-weight: 800;
}

.cherry-acquisition-workbench.is-detail-mode {
    grid-template-columns: 1fr;
}

.cherry-acquisition-detail-toolbar {
    display: flex;
    justify-content: flex-start;
}

.cherry-acquisition-detail-toolbar button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 9px 12px;
    background: #fff;
    color: #374151;
    font-weight: 900;
}

.cherry-acquisition-detail-toolbar button:hover {
    border-color: rgba(153, 27, 27, .32);
    color: #991b1b;
}

.cherry-acquisition-list,
.cherry-acquisition-detail,
.cherry-acquisition-panel {
    padding: 16px;
}

.cherry-acquisition-filters,
.cherry-acquisition-cards,
.cherry-acquisition-records {
    display: grid;
    gap: 10px;
}

.cherry-acquisition-cards button {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    color: inherit;
    text-align: left;
}

.cherry-acquisition-cards button.is-selected,
.cherry-acquisition-cards button:hover {
    border-color: #b91c1c;
    background: #fff7f7;
}

.cherry-acquisition-card-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #991b1b;
}

.cherry-acquisition-cards strong,
.cherry-acquisition-cards small,
.cherry-acquisition-cards em {
    display: block;
}

.cherry-acquisition-cards small,
.cherry-acquisition-cards em,
.cherry-acquisition-records span,
.cherry-acquisition-records em,
.cherry-acquisition-subcard span,
.cherry-acquisition-subcard small {
    color: #6b7280;
    font-style: normal;
}

.cherry-acquisition-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 24px 12px;
    color: #6b7280;
    text-align: center;
}

.cherry-acquisition-empty .mud-icon-root {
    color: #991b1b;
    font-size: 2rem;
}

.cherry-acquisition-empty strong {
    color: #111827;
}

.cherry-acquisition-empty.is-large {
    min-height: 360px;
}

.cherry-acquisition-tabs {
    display: flex;
    gap: 8px;
    margin: 16px 0;
    overflow-x: auto;
}

.cherry-acquisition-tabs button,
.cherry-acquisition-chip-grid button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 9px 12px;
    background: #fff;
    color: #374151;
    font-weight: 800;
    white-space: nowrap;
}

.cherry-acquisition-tabs button.is-active,
.cherry-acquisition-chip-grid button.is-selected {
    border-color: #991b1b;
    background: #fee2e2;
    color: #991b1b;
}

.cherry-acquisition-tabs button.is-locked,
.cherry-acquisition-stage-map button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.cherry-acquisition-focus {
    display: grid;
    gap: 12px;
    margin: 14px 0;
}

.cherry-acquisition-stage-map {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.cherry-acquisition-stage-map button {
    min-width: 0;
    display: grid;
    gap: 5px;
    justify-items: start;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    color: #374151;
    text-align: left;
}

.cherry-acquisition-stage-map button.is-active,
.cherry-acquisition-stage-map button.is-current {
    border-color: rgba(153, 27, 27, .42);
    background: #fff7f7;
}

.cherry-acquisition-stage-map button.is-complete {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.cherry-acquisition-stage-map .mud-icon-root {
    color: #991b1b;
}

.cherry-acquisition-stage-map button.is-complete .mud-icon-root {
    color: #166534;
}

.cherry-acquisition-stage-map span,
.cherry-acquisition-stage-map small {
    display: block;
}

.cherry-acquisition-stage-map span {
    color: #111827;
    font-size: .83rem;
    font-weight: 900;
}

.cherry-acquisition-stage-map small {
    color: #6b7280;
    font-size: .76rem;
    font-weight: 700;
}

.cherry-acquisition-focus-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid rgba(174, 18, 53, .16);
    border-radius: 8px;
    padding: 16px;
    background: #fff8fa;
}

.cherry-acquisition-focus-card span {
    display: block;
    color: #991b1b;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cherry-acquisition-focus-card strong {
    display: block;
    margin-top: 3px;
}

.cherry-acquisition-focus-card p {
    margin: 0;
    margin-top: 4px;
    color: #4b5563;
    font-weight: 700;
}

.cherry-acquisition-panel-intro {
    margin: 8px 0 16px;
    color: #4b5563;
    font-weight: 700;
}

.cherry-acquisition-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cherry-acquisition-site-snapshot {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

.cherry-acquisition-site-snapshot article {
    display: grid;
    gap: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    background: #f9fafb;
}

.cherry-acquisition-site-snapshot span {
    color: #6b7280;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cherry-acquisition-site-snapshot strong {
    color: #111827;
    font-weight: 900;
}

.cherry-acquisition-site-snapshot em {
    color: #4b5563;
    font-style: normal;
    font-weight: 700;
}

.cherry-acquisition-decision-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.cherry-acquisition-decision-summary article {
    display: grid;
    gap: 6px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    background: #f9fafb;
}

.cherry-acquisition-decision-summary .mud-icon-root {
    color: #991b1b;
}

.cherry-acquisition-decision-summary span {
    color: #6b7280;
    font-size: .83rem;
    font-weight: 700;
}

.cherry-acquisition-facts,
.cherry-acquisition-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cherry-acquisition-facts article,
.cherry-acquisition-subcard,
.cherry-acquisition-records article {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    background: #f9fafb;
}

.cherry-acquisition-facts span,
.cherry-acquisition-summary-grid span {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cherry-acquisition-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
}

.cherry-acquisition-review-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 16px;
}

.cherry-acquisition-review-picker button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    color: #374151;
    font-weight: 900;
}

.cherry-acquisition-review-picker button.is-selected {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.cherry-acquisition-review-picker button.is-planning {
    border-color: rgba(177, 15, 53, 0.34);
    background: #fff0f3;
    color: #b10f35;
}

.cherry-acquisition-investigation-planner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px auto;
    gap: 14px;
    align-items: end;
    margin: 0 0 18px;
    border: 1px solid rgba(177, 15, 53, 0.16);
    border-radius: 8px;
    padding: 14px;
    background: #fff8fa;
}

.cherry-acquisition-investigation-planner span,
.cherry-acquisition-investigation-planner strong,
.cherry-acquisition-investigation-planner p {
    display: block;
}

.cherry-acquisition-investigation-planner span {
    color: #b10f35;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cherry-acquisition-investigation-planner strong {
    margin-top: 3px;
    color: #151923;
    font-size: .96rem;
    font-weight: 900;
}

.cherry-acquisition-investigation-planner p {
    margin: 4px 0 0;
    color: #526071;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-acquisition-investigation-planner .mud-input-control {
    margin: 0;
}

.cherry-acquisition-investigation-planner-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.cherry-acquisition-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(17, 24, 32, 0.34);
}

.cherry-acquisition-modal {
    width: min(520px, 100%);
    display: grid;
    gap: 0;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(17, 24, 32, 0.22);
}

.cherry-acquisition-modal-head,
.cherry-acquisition-modal-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cherry-acquisition-modal-head {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-acquisition-modal-head span {
    display: block;
    color: #b10f35;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cherry-acquisition-modal-head h3 {
    margin: 3px 0 0;
    color: #151923;
    font-size: 1.05rem;
    font-weight: 900;
}

.cherry-acquisition-modal-body {
    display: grid;
    gap: 14px;
    padding: 18px 20px;
}

.cherry-acquisition-modal-body .mud-input-control {
    margin: 0;
}

.cherry-acquisition-modal-body p {
    margin: 0;
    border-radius: 6px;
    padding: 10px 12px;
    background: #f8fafc;
    color: #526071;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.45;
}

.cherry-acquisition-modal-actions {
    justify-content: flex-end;
    padding: 14px 20px 18px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-investigation-workqueue {
    display: grid;
    gap: 14px;
}

.cherry-investigation-tabs {
    width: fit-content;
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 32, 0.1);
    border-radius: 7px;
    background: #fff;
}

.cherry-investigation-tabs button {
    position: relative;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-right: 1px solid rgba(17, 24, 32, 0.08);
    padding: 0 20px;
    background: #fff;
    color: #4b5563;
    font-size: .78rem;
    font-weight: 950;
}

.cherry-investigation-tabs button:last-child {
    border-right: 0;
}

.cherry-investigation-tabs button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: transparent;
}

.cherry-investigation-tabs button.is-active {
    color: #b10f35;
}

.cherry-investigation-tabs button.is-active::after {
    background: #b10f35;
}

.cherry-investigation-tabs em {
    min-width: 22px;
    border-radius: 999px;
    padding: 2px 7px;
    background: #f9dce5;
    color: #b10f35;
    font-size: .68rem;
    font-style: normal;
    font-weight: 950;
    text-align: center;
}

.cherry-investigation-tabs button:nth-child(2) em {
    background: #ffe7cf;
    color: #b45309;
}

.cherry-investigation-tabs button:nth-child(3) em {
    background: #dff6e2;
    color: #27803d;
}

.cherry-investigation-tabs button:nth-child(4) em {
    background: #e5edf7;
    color: #64748b;
}

.cherry-investigation-filterbar {
    display: grid;
    grid-template-columns: minmax(220px, 1.5fr) repeat(4, minmax(120px, .85fr)) minmax(150px, auto);
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 7px;
    padding: 12px;
    background: #fff;
}

.cherry-investigation-search,
.cherry-investigation-filterbar label {
    min-height: 44px;
    border: 1px solid rgba(17, 24, 32, 0.12);
    border-radius: 7px;
    background: #fff;
}

.cherry-investigation-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
}

.cherry-investigation-search .mud-icon-root {
    width: 18px;
    height: 18px;
    color: #8a94a3;
    font-size: 18px;
}

.cherry-investigation-search input,
.cherry-investigation-filterbar select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #151923;
    font-size: .82rem;
    font-weight: 800;
}

.cherry-investigation-search input::placeholder {
    color: #98a2b3;
}

.cherry-investigation-filterbar label {
    display: grid;
    gap: 1px;
    padding: 4px 10px 5px;
}

.cherry-investigation-filterbar label span {
    color: #697386;
    font-size: .66rem;
    font-weight: 900;
}

.cherry-investigation-toggle {
    min-height: 44px;
    display: inline-flex !important;
    grid-template-columns: none !important;
    align-items: center;
    justify-content: flex-end;
    gap: 10px !important;
    border: 0 !important;
    padding: 0 !important;
}

.cherry-investigation-toggle span {
    color: #4b5563 !important;
    font-size: .76rem !important;
    font-weight: 950 !important;
}

.cherry-investigation-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cherry-investigation-toggle i {
    position: relative;
    width: 40px;
    height: 22px;
    border-radius: 999px;
    background: #c4c9d1;
}

.cherry-investigation-toggle i::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(17, 24, 32, 0.2);
    transition: transform .16s ease;
}

.cherry-investigation-toggle input:checked + i {
    background: #b10f35;
}

.cherry-investigation-toggle input:checked + i::after {
    transform: translateX(18px);
}

.cherry-investigation-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 7px;
    background: #fff;
}

.cherry-investigation-summary article {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
}

.cherry-investigation-summary article:not(:last-child) {
    border-right: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-investigation-summary article > span {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: #fff0c7;
    color: #9a6a00;
}

.cherry-investigation-summary article.is-evidence > span {
    background: #fff1e2;
    color: #b45309;
}

.cherry-investigation-summary article.is-ready > span {
    background: #e8f7e7;
    color: #27803d;
}

.cherry-investigation-summary article.is-submitted > span {
    background: #e9f4ff;
    color: #2563eb;
}

.cherry-investigation-summary strong,
.cherry-investigation-summary small {
    display: block;
}

.cherry-investigation-summary strong {
    color: #151923;
    font-size: 1.2rem;
    font-weight: 950;
}

.cherry-investigation-summary small {
    margin-top: 3px;
    color: #697386;
    font-size: .78rem;
    font-weight: 800;
}

.cherry-investigation-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 7px;
    background: #fff;
}

.cherry-investigation-table {
    width: 100%;
    min-width: 1240px;
    border-collapse: collapse;
}

.cherry-investigation-table th {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    color: #697386;
    font-size: .69rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
}

.cherry-investigation-table th:last-child,
.cherry-investigation-table td:last-child {
    text-align: right;
}

.cherry-investigation-table th button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.cherry-investigation-table th button .mud-icon-root {
    width: 13px;
    height: 13px;
    font-size: 13px;
}

.cherry-investigation-table td {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    color: #151923;
    font-size: .8rem;
    font-weight: 750;
    vertical-align: middle;
}

.cherry-investigation-table tr:last-child td {
    border-bottom: 0;
}

.cherry-investigation-name,
.cherry-investigation-date,
.cherry-investigation-evidence-cell,
.cherry-investigation-actions {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.cherry-investigation-name {
    max-width: 260px;
    text-align: left;
}

.cherry-investigation-name > span:last-child,
.cherry-investigation-date > span {
    min-width: 0;
}

.cherry-investigation-name strong,
.cherry-investigation-name small,
.cherry-investigation-date strong,
.cherry-investigation-date small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-investigation-name strong,
.cherry-investigation-date strong {
    color: #151923;
    font-size: .82rem;
    font-weight: 950;
}

.cherry-investigation-name small,
.cherry-investigation-date small,
.cherry-investigation-evidence-cell {
    color: #697386;
    font-size: .74rem;
    font-weight: 800;
}

.cherry-investigation-party {
    max-width: 160px;
    display: block;
    overflow: hidden;
    color: #526071;
    font-size: .76rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-investigation-evidence-cell .mud-icon-root,
.cherry-investigation-date .mud-icon-root {
    width: 16px;
    height: 16px;
    color: #697386;
    font-size: 16px;
}

.cherry-investigation-status {
    display: inline-flex;
    border-radius: 5px;
    padding: 5px 9px;
    background: #fff0c7;
    color: #9a6a00;
    font-size: .7rem;
    font-style: normal;
    font-weight: 950;
}

.cherry-investigation-status.is-progress {
    background: #e9f4ff;
    color: #2563eb;
}

.cherry-investigation-status.is-waiting {
    background: #fff0df;
    color: #b45309;
}

.cherry-investigation-status.is-muted {
    background: #eef2f7;
    color: #526070;
}

.cherry-investigation-status.is-ready {
    background: #e8f7e7;
    color: #27803d;
}

.cherry-investigation-status.is-submitted {
    background: #e5f0ff;
    color: #2563eb;
}

.cherry-investigation-status-select {
    min-width: 150px;
    border: 0;
    outline: 0;
    appearance: auto;
    cursor: pointer;
}

.cherry-investigation-status-select:disabled {
    cursor: wait;
    opacity: .72;
}

.cherry-investigation-actions {
    justify-content: flex-end;
}

.cherry-investigation-actions label,
.cherry-investigation-actions button {
    position: relative;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(177, 15, 53, 0.34);
    border-radius: 5px;
    padding: 0 11px;
    background: #fff;
    color: #b10f35;
    font-size: .72rem;
    font-weight: 950;
    white-space: nowrap;
}

.cherry-investigation-actions label input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.cherry-investigation-actions button.is-submitted {
    gap: 5px;
    border-color: transparent;
    background: #e8f7e7;
    color: #27803d;
}

.cherry-investigation-actions button.is-finalise {
    border-color: #b10f35;
    background: #b10f35;
    color: #fff;
}

.cherry-investigation-actions button.is-secondary {
    border-color: #d8dee8;
    background: #fff;
    color: #334155;
}

.cherry-investigation-actions button:disabled {
    opacity: 1;
}

.cherry-investigation-completed-summary {
    border: 1px solid #d9e2ec;
    border-radius: 7px;
    background: #f8fafc;
    padding: 13px 15px;
}

.cherry-investigation-completed-summary span {
    display: block;
    margin-bottom: 6px;
    color: #5f6f84;
    font-size: .72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.cherry-investigation-completed-summary p {
    margin: 0;
    color: #172033;
    font-weight: 750;
    line-height: 1.45;
}

.cherry-investigation-actions .mud-icon-root {
    width: 15px;
    height: 15px;
    font-size: 15px;
}

.cherry-investigation-footer {
    color: #697386;
    font-size: .78rem;
    font-weight: 800;
}

.cherry-investigation-detail-row td {
    padding: 0 16px 16px;
    background: #fbfcfe;
}

.cherry-investigation-detail {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.4fr);
    gap: 18px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 7px;
    padding: 14px;
    background: #fff;
    text-align: left;
}

.cherry-investigation-detail > div > span {
    display: block;
    margin-bottom: 8px;
    color: #697386;
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cherry-investigation-detail p {
    margin: 0;
    color: #526071;
    font-size: .78rem;
    font-weight: 800;
}

.cherry-investigation-result-editor {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.cherry-investigation-result-editor .mud-input-control {
    margin: 0;
}

.cherry-acquisition-investigation-list {
    display: grid;
    gap: 12px;
}

.cherry-acquisition-investigation-card {
    gap: 12px;
    border-color: rgba(17, 24, 32, 0.08);
    background: #fff;
}

.cherry-acquisition-subcard {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.cherry-acquisition-investigation-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cherry-acquisition-investigation-card-head > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cherry-acquisition-investigation-card-head strong,
.cherry-acquisition-investigation-card-head span {
    display: block;
}

.cherry-acquisition-investigation-card-head strong {
    color: #111827;
    font-size: .95rem;
    font-weight: 900;
}

.cherry-acquisition-investigation-card-head > div > div > span {
    margin-top: 2px;
    color: #667085;
    font-size: .76rem;
    font-weight: 800;
}

.cherry-acquisition-investigation-icon {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #fff0c7;
    color: #9a6a00;
}

.cherry-acquisition-investigation-icon .mud-icon-root {
    width: 19px;
    height: 19px;
    font-size: 19px;
}

.cherry-acquisition-investigation-card-head em {
    border-radius: 999px;
    padding: 6px 9px;
    background: #fee2e2;
    color: #991b1b;
    font-size: .72rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-acquisition-investigation-card-head em.is-complete {
    background: #dcfce7;
    color: #166534;
}

.cherry-acquisition-investigation-card-head em.is-overdue {
    background: #fff0f3;
    color: #b10f35;
}

.cherry-acquisition-investigation-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-acquisition-investigation-meta span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    padding: 6px 9px;
    background: #f8fafc;
    color: #526071;
    font-size: .74rem;
    font-weight: 850;
}

.cherry-acquisition-investigation-meta .mud-icon-root {
    width: 15px;
    height: 15px;
    color: #8a94a3;
    font-size: 15px;
}

.cherry-acquisition-evidence-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-acquisition-evidence-list button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
    color: #374151;
    font-weight: 800;
}

.cherry-acquisition-evidence-list button:hover {
    border-color: rgba(153, 27, 27, .32);
    color: #991b1b;
}

.cherry-acquisition-review-actions,
.cherry-acquisition-evidence-actions {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 12px;
    align-items: end;
    margin-top: 6px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    padding-top: 12px;
}

.cherry-acquisition-review-actions label,
.cherry-acquisition-evidence-actions label {
    position: relative;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    border: 1px solid #991b1b;
    border-radius: 8px;
    padding: 8px 12px;
    background: #991b1b;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.cherry-acquisition-review-actions input[type="file"],
.cherry-acquisition-evidence-actions input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.cherry-acquisition-finding-entry {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

.cherry-acquisition-finding-entry .mud-input-control {
    margin: 0;
}

.cherry-acquisition-finding-list {
    display: grid;
    gap: 8px;
}

.cherry-acquisition-finding-list article {
    display: grid;
    gap: 3px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.cherry-acquisition-finding-list strong {
    color: #111827;
    font-size: .82rem;
}

.cherry-acquisition-finding-list span,
.cherry-acquisition-muted {
    color: #4b5563;
}

.cherry-acquisition-muted {
    margin: 0;
}

.cherry-acquisition-inline-form {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr) minmax(120px, .8fr) auto;
    gap: 8px;
    align-items: end;
}

.cherry-acquisition-records {
    margin-top: 12px;
}

.cherry-acquisition-records article {
    display: grid;
    gap: 5px;
}

.cherry-acquisition-status-select {
    min-width: 220px;
}

@media (max-width: 1100px) {
    .cherry-acquisition-workbench,
    .cherry-acquisition-home,
    .cherry-acquisition-metrics,
    .cherry-acquisition-dashboard-grid,
    .cherry-acquisition-outcome-strip,
    .cherry-acquisition-facts,
    .cherry-acquisition-summary-grid,
    .cherry-acquisition-site-snapshot,
    .cherry-acquisition-decision-summary,
    .cherry-acquisition-stage-map,
    .cherry-acquisition-evidence-actions,
    .cherry-acquisition-inline-form {
        grid-template-columns: 1fr;
    }

    .cherry-acquisition-focus-card {
        align-items: stretch;
        flex-direction: column;
    }

    .cherry-acquisition-queue-tabs,
    .cherry-acquisition-dashboard-filterbar,
    .cherry-acquisition-work-list article {
        grid-template-columns: 1fr;
    }

    .cherry-proposal-builder,
    .cherry-proposal-documents {
        grid-template-columns: 1fr;
    }

    .cherry-proposal-builder-actions {
        grid-column: 1;
        justify-content: flex-start;
    }

    .cherry-proposal-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-proposal-document-list {
        justify-content: flex-start;
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

@media (max-width: 760px) {
    html {
        scroll-padding-top: 78px;
    }
}

.cherry-main-content {
    background-color: #f9f4f6;
    min-height: calc(100vh - 70px);
    min-height: calc(100dvh - 70px);
}

.cherry-home-shell {
    width: 100%;
}

.cherry-home-section {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

.cherry-home-container {
    width: min(1160px, calc(100vw - 32px));
    margin: 0 auto;
}

.cherry-home-hero {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    padding: 56px 0 72px;
    background:
        radial-gradient(circle at top right, rgba(165, 16, 43, 0.34), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.12), transparent 30%),
        linear-gradient(135deg, #2f0a13 0%, #5b1022 42%, #8f1734 100%);
    overflow: hidden;
}

.cherry-home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(9, 6, 8, 0.16), rgba(9, 6, 8, 0.16)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 120px);
    pointer-events: none;
}

.cherry-home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 40px;
    align-items: center;
}

.cherry-home-hero-copy {
    color: #ffffff;
    max-width: 720px;
}

.cherry-home-eyebrow,
.cherry-home-kicker {
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-home-title {
    margin: 0;
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.cherry-home-lead {
    margin: 24px 0 0;
    max-width: 620px;
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.cherry-home-actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cherry-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cherry-home-btn:hover {
    transform: translateY(-1px);
}

.cherry-home-btn-solid {
    background: #ffffff;
    color: #93102A;
    border: 2px solid #ffffff;
}

.cherry-home-btn-outline {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.78);
    background: transparent;
}

.cherry-home-btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
}

.cherry-home-hero-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(21, 5, 10, 0.32);
    color: #311118;
}

.cherry-home-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f8e8ee;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cherry-home-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
    padding: 18px 0 22px;
    border-bottom: 1px solid rgba(144, 28, 62, 0.16);
}

.cherry-home-stat-value {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 800;
    color: #93102A;
}

.cherry-home-stat-label {
    font-size: 0.98rem;
    line-height: 1.55;
    color: #5f4a4f;
}

.cherry-home-hero-panels {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.cherry-home-panel {
    padding: 18px;
    border-radius: 18px;
    background: #fff9fb;
    border: 1px solid rgba(144, 28, 62, 0.1);
}

.cherry-home-panel h3,
.cherry-home-copy-card h3,
.cherry-home-step-card h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 800;
}

.cherry-home-panel p,
.cherry-home-copy-card p,
.cherry-home-step-card p,
.cherry-home-about-copy {
    margin: 0;
    line-height: 1.75;
    color: #5f4a4f;
}

.cherry-home-light {
    padding: 88px 0;
    background: #fffafc;
}

.cherry-home-heading {
    margin-bottom: 34px;
    max-width: 720px;
}

.cherry-home-heading h2 {
    margin: 0;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.04;
    font-weight: 800;
    color: #241316;
}

.cherry-home-heading-center {
    margin-inline: auto;
    text-align: center;
}

.cherry-home-heading-inverse h2,
.cherry-home-heading-inverse .cherry-home-kicker {
    color: #ffffff;
}

.cherry-home-two-col,
.cherry-home-about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.cherry-home-copy-card {
    padding: 28px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(144, 28, 62, 0.08);
}

.cherry-home-list {
    margin: 18px 0;
    padding-left: 20px;
    color: #3b2328;
    line-height: 1.8;
}

.cherry-home-list li + li {
    margin-top: 10px;
}

.cherry-home-cta-strip {
    margin-top: 28px;
    padding: 24px 28px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: linear-gradient(135deg, #f4e3e9 0%, #ffffff 100%);
    border: 1px solid rgba(144, 28, 62, 0.1);
}

.cherry-home-cta-strip p {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #311118;
}

.cherry-home-process {
    padding: 88px 0;
    background: linear-gradient(180deg, #93102A 0%, #93102A 100%);
}

.cherry-home-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.cherry-home-step-card {
    position: relative;
    margin-top: 20px;
    padding: 44px 22px 24px;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 16px 36px rgba(56, 8, 22, 0.18);
}

.cherry-home-step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f8e8ee;
    color: #93102A;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(56, 8, 22, 0.14);
}

.cherry-home-diagram-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f1f4 100%);
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08);
}

.cherry-home-diagram-node,
.cherry-home-diagram-center {
    min-height: 140px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
}

.cherry-home-diagram-node {
    background: #ffffff;
    border: 2px solid rgba(144, 28, 62, 0.14);
    color: #311118;
    font-weight: 700;
    line-height: 1.6;
}

.cherry-home-diagram-center {
    background: #93102A;
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(144, 28, 62, 0.26);
}

.cherry-home-diagram-center img {
    width: 92px;
    height: auto;
    margin-bottom: 10px;
}

.cherry-home-diagram-center span {
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-home-about-copy {
    margin-bottom: 18px;
}

@media (max-width: 1100px) {
    .cherry-home-hero-grid,
    .cherry-home-two-col,
    .cherry-home-about-grid,
    .cherry-home-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-home-hero {
        min-height: auto;
    }

    .cherry-home-diagram-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .cherry-home-light,
    .cherry-home-process,
    .cherry-home-hero {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .cherry-home-hero-grid,
    .cherry-home-two-col,
    .cherry-home-about-grid,
    .cherry-home-steps {
        grid-template-columns: 1fr;
    }

    .cherry-home-hero-card,
    .cherry-home-copy-card,
    .cherry-home-diagram-card {
        padding: 22px;
    }

    .cherry-home-actions,
    .cherry-home-cta-strip {
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-home-cta-strip p {
        text-align: center;
    }
}

.cherry-auth-root {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    min-height: calc(100vh - 70px);
    min-height: calc(100svh - 70px);
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
        url("images/website-background.png") center / cover no-repeat;
    color: #ffffff;
}

.cherry-auth-main {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 48px 24px;
}

.cherry-auth-shell {
    width: min(1120px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 440px);
    align-items: center;
    gap: 56px;
}

.cherry-auth-copy {
    max-width: 620px;
}

.cherry-auth-copy h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(3rem, 7vw, 5.8rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.05;
    text-transform: uppercase;
}

.cherry-auth-copy h1:focus {
    outline: none;
}

.cherry-auth-copy p:last-child {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
}

.cherry-login-card {
    width: 100%;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.cherry-login-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.cherry-login-mark {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.cherry-login-card-header h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cherry-login-field {
    margin-bottom: 10px;
}

.cherry-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}

.cherry-login-options a,
.cherry-login-signup a {
    color: #93102A !important;
    font-weight: 700;
}

.cherry-login-error {
    margin: 10px 0 8px;
}

.cherry-reset-success {
    color: #175f44 !important;
    font-weight: 700;
}

.cherry-login-submit {
    margin-top: 6px;
    min-height: 48px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: none;
}

.cherry-login-signup {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
    color: #4f5964;
    font-size: 0.9rem;
}

.cherry-portal {
    width: min(1160px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 54px 0 80px;
}

.cherry-portal-breadcrumb {
    margin: 0 0 18px;
}

.cherry-portal-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(147, 16, 42, 0.06);
    color: #93102A;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.cherry-portal-breadcrumb a::before {
    content: "←";
    font-size: 1rem;
    line-height: 1;
}

.cherry-portal-breadcrumb a:hover,
.cherry-portal-breadcrumb a:focus-visible {
    border-color: #93102A;
    background: #93102A;
    box-shadow: 0 12px 28px rgba(147, 16, 42, 0.16);
    color: #fff;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.cherry-portal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    margin-bottom: 32px;
    padding: 42px;
    border-radius: 8px;
    background:
        linear-gradient(rgba(17, 24, 32, 0.82), rgba(17, 24, 32, 0.82)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 22px 60px rgba(21, 5, 10, 0.22);
}

.cherry-portal-kicker {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.86);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-portal h1 {
    margin: 0 0 16px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.7rem, 6vw, 5rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.04;
    text-transform: uppercase;
}

.cherry-portal h1:focus {
    outline: none;
}

.cherry-portal-hero p:last-child {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.8;
}

.cherry-portal-profile-card {
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cherry-portal-profile-card:hover,
.cherry-portal-profile-card:focus-visible {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.18);
    outline: none;
    transform: translateY(-2px);
}

.cherry-portal-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #93102A;
    color: #fff;
    font-weight: 800;
}

.cherry-portal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cherry-portal-profile-card strong,
.cherry-portal-profile-card span,
.cherry-portal-profile-card em {
    display: block;
}

.cherry-portal-profile-card strong {
    font-size: 1rem;
}

.cherry-portal-profile-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.cherry-portal-profile-card em {
    margin-top: 4px;
    color: #ffffff;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 800;
}

.cherry-portal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.cherry-portal-tile {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 28px;
    background: #fff;
    color: #111820;
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cherry-portal-tile:hover,
.cherry-portal-tile:focus-visible {
    border-color: rgba(147, 16, 42, 0.28);
    box-shadow: 0 18px 44px rgba(144, 28, 62, 0.14);
    transform: translateY(-3px);
}

.cherry-portal-tile .mud-icon-root {
    color: #93102A;
    font-size: 2.2rem;
}

.cherry-portal-tile h2 {
    margin: 22px 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
}

.cherry-portal-tile p {
    margin: 0;
    color: #56616d;
    line-height: 1.7;
}

.cherry-portal-tile-muted {
    opacity: 0.78;
}

.cherry-portal-tile-muted span {
    display: inline-flex;
    margin-top: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5edf0;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cherry-portal-tile-red {
    background: #93102A;
    color: #fff;
}

.cherry-portal-tile-red .mud-icon-root,
.cherry-portal-tile-red p {
    color: rgba(255, 255, 255, 0.88);
}

.cherry-portal-sections {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.cherry-portal-section {
    display: grid;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08);
}

.cherry-portal-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.08);
}

.cherry-portal-section-header span {
    display: block;
    margin-bottom: 5px;
    color: #93102A;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cherry-portal-section-header h2 {
    margin: 0;
    color: #1f2933;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

.cherry-portal-section-header p {
    max-width: 310px;
    margin: 0;
    color: #66717c;
    font-size: 0.9rem;
    line-height: 1.5;
}

.cherry-portal-action-list {
    display: grid;
    gap: 10px;
}

.cherry-portal-action-row {
    min-height: 86px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #1f2933;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.cherry-portal-action-row:hover,
.cherry-portal-action-row:focus-visible {
    border-color: rgba(147, 16, 42, 0.24);
    background: #fff8fa;
    transform: translateY(-1px);
}

.cherry-portal-action-row > .mud-icon-root {
    color: #93102A;
    font-size: 1.15rem;
}

.cherry-portal-action-row.is-primary {
    border-color: rgba(147, 16, 42, 0.2);
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.08), rgba(255, 255, 255, 0.96) 58%),
        #fff;
}

.cherry-portal-action-row.is-muted {
    opacity: 0.86;
}

.cherry-portal-action-row.is-muted:hover {
    transform: none;
    background: #fff;
}

.cherry-portal-action-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-portal-action-icon .mud-icon-root {
    font-size: 1.45rem;
}

.cherry-portal-action-copy strong,
.cherry-portal-action-copy small {
    display: block;
}

.cherry-portal-action-copy strong {
    color: #1f2933;
    font-size: 1.02rem;
    font-weight: 800;
}

.cherry-portal-action-copy small {
    margin-top: 4px;
    color: #66717c;
    font-size: 0.88rem;
    line-height: 1.45;
}

.cherry-portal-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5edf0;
    color: #93102A;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-portal-hero-landlord {
    background:
        linear-gradient(135deg, rgba(20, 83, 45, 0.88), rgba(147, 16, 42, 0.82)),
        url("images/website-background.png") center / cover no-repeat;
}

.cherry-landlord-dashboard {
    display: grid;
    gap: 12px;
}

.cherry-landlord-toolbar {
    display: grid;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(147, 16, 42, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(144, 28, 62, 0.06);
}

.cherry-landlord-toolbar-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.cherry-landlord-toolbar-main > .mud-button-root {
    align-self: center;
    min-width: 178px;
    min-height: 40px;
    justify-self: end;
}

.cherry-landlord-toolbar p {
    margin: 0 0 4px;
    color: #93102A;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-landlord-toolbar h2,
.cherry-landlord-empty h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.45rem, 2.2vw, 1.95rem);
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.cherry-landlord-toolbar-main > div > span,
.cherry-landlord-empty p {
    display: block;
    margin-top: 4px;
    color: #5d6675;
    font-size: 0.9rem;
    line-height: 1.35;
}

.cherry-landlord-controls-row {
    display: grid;
    grid-template-columns: auto minmax(320px, 1fr);
    gap: 10px;
    align-items: stretch;
}

.cherry-landlord-search-panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 6px;
    border: 1px solid rgba(147, 16, 42, 0.16);
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

.cherry-landlord-search-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 10px 0 6px;
    color: #93102A;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-landlord-search-label .mud-icon-root {
    font-size: 1.1rem;
}

.cherry-landlord-search-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 36px;
    padding: 0 12px 0 16px;
    border: 1px solid rgba(147, 16, 42, 0.22);
    border-radius: 6px;
    background: #fbf8f9;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.cherry-landlord-search-field:focus-within {
    border-color: rgba(147, 16, 42, 0.48);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(147, 16, 42, 0.08);
}

.cherry-landlord-search-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111820;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 700;
}

.cherry-landlord-search-field input::placeholder {
    color: #5d6675;
    font-weight: 600;
}

.cherry-landlord-search-field input::-webkit-search-cancel-button,
.cherry-landlord-search-field input::-webkit-search-decoration {
    appearance: none;
    display: none;
}

.cherry-landlord-search-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 6px;
    background: rgba(147, 16, 42, 0.06);
    color: #93102A;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.cherry-landlord-search-clear:hover,
.cherry-landlord-search-clear:focus-visible {
    border-color: rgba(147, 16, 42, 0.32);
    background: rgba(147, 16, 42, 0.1);
    outline: none;
}

.cherry-landlord-search-clear .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-filter-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    width: fit-content;
    padding: 6px;
    border: 1px solid rgba(147, 16, 42, 0.16);
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

.cherry-landlord-filter-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 10px 0 6px;
    color: #93102A;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-landlord-filter-label .mud-icon-root {
    font-size: 1.1rem;
}

.cherry-landlord-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.22);
    border-radius: 6px;
    background: #fbf8f9;
    color: #111820;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.cherry-landlord-filter-pill:hover,
.cherry-landlord-filter-pill:focus-visible {
    border-color: rgba(147, 16, 42, 0.42);
    background: #fff;
    color: #93102A;
    outline: none;
    transform: translateY(-1px);
}

.cherry-landlord-filter-pill.is-active {
    border-color: #93102A;
    background: #93102A;
    color: #fff;
    box-shadow: 0 12px 24px rgba(147, 16, 42, 0.14);
}

.cherry-landlord-filter-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(147, 16, 42, 0.12);
    color: inherit;
    font-size: 0.78rem;
}

.cherry-landlord-filter-pill.is-active span {
    background: rgba(255, 255, 255, 0.18);
}

.cherry-landlord-listings-section {
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 32, 0.05);
}

.cherry-landlord-listings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    background: #fbf8f9;
}

.cherry-landlord-listings-header span {
    display: block;
    margin-bottom: 3px;
    color: #93102A;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cherry-landlord-listings-header h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.cherry-landlord-listings-header strong {
    flex: 0 0 auto;
    color: #5d6675;
    font-size: 0.86rem;
    font-weight: 900;
}

.cherry-landlord-sites-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
    gap: 18px;
}

.cherry-landlord-removed-sites {
    border: 1px solid rgba(107, 114, 128, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    overflow: hidden;
}

.cherry-landlord-removed-sites > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    cursor: pointer;
    color: #5b6371;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    list-style: none;
}

.cherry-landlord-removed-sites > summary::-webkit-details-marker {
    display: none;
}

.cherry-landlord-removed-sites > summary span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.cherry-landlord-removed-sites > summary strong {
    min-width: 28px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eef0f3;
    color: #5b6371;
    text-align: center;
}

.cherry-landlord-removed-sites-list {
    display: grid;
    gap: 14px;
    padding: 0 14px 14px;
}

.cherry-landlord-site-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(17, 24, 32, 0.06);
}

.cherry-landlord-site-card-disabled {
    background: #fffdfd;
}

.cherry-landlord-site-card-pending {
    box-shadow: inset 0 3px 0 rgba(217, 119, 6, 0.42), 0 10px 22px rgba(17, 24, 32, 0.06);
}

.cherry-landlord-site-card-removed {
    box-shadow: inset 0 3px 0 rgba(107, 114, 128, 0.34), 0 10px 22px rgba(17, 24, 32, 0.04);
    opacity: 0.72;
}

.cherry-landlord-site-card-removed .cherry-landlord-site-media img,
.cherry-landlord-site-card-pending .cherry-landlord-site-media img {
    filter: grayscale(0.72);
}

.cherry-landlord-site-media {
    position: relative;
    aspect-ratio: 16 / 8.9;
    min-height: 0;
    overflow: hidden;
    border-radius: 0;
    background: #f7f3f4;
    color: #93102A;
}

.cherry-landlord-site-media > img,
.cherry-landlord-site-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
}

.cherry-landlord-site-placeholder {
    display: grid;
    place-items: center;
    color: #b7556b;
}

.cherry-landlord-site-placeholder .mud-icon-root {
    font-size: 2.4rem;
    opacity: 0.72;
}

.cherry-landlord-site-media > span {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(240, 253, 244, 0.96);
    color: #175f44;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-landlord-site-media > span.is-active {
    background: rgba(240, 253, 244, 0.96);
    color: #175f44;
}

.cherry-landlord-site-media > span.is-listed {
    background: rgba(240, 253, 244, 0.96);
    color: #175f44;
}

.cherry-landlord-site-media > span.is-pending {
    background: rgba(146, 64, 14, 0.88);
}

.cherry-landlord-site-media > span.is-removed {
    background: rgba(91, 99, 113, 0.92);
}

.cherry-landlord-site-media > span.is-hidden {
    background: rgba(245, 246, 248, 0.96);
    color: #5d6675;
}

.cherry-landlord-site-media span .mud-icon-root {
    font-size: 0.94rem;
}

.cherry-landlord-site-body {
    min-width: 0;
    flex: 1;
    padding: 12px 14px 10px;
}

.cherry-landlord-site-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.cherry-landlord-association-badge,
.cherry-landlord-site-detail-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 4px;
    font-size: 0.76rem;
    font-weight: 900;
}

.cherry-landlord-association-badge .mud-icon-root {
    font-size: 0.9rem;
}

.cherry-landlord-association-active {
    background: rgba(16, 121, 72, 0.1);
    color: #175f44;
}

.cherry-landlord-site-detail-pill-stage {
    background: rgba(147, 16, 42, 0.1);
    color: #93102A;
    font-weight: 800;
}

.cherry-landlord-association-pending {
    background: #fff2e5;
    color: #9a4b0d;
}

.cherry-landlord-association-removed {
    background: #eef0f3;
    color: #5d6675;
}

.cherry-landlord-site-card h3 {
    margin: 0;
    color: #111820;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.cherry-landlord-site-heading {
    margin: 0 0 12px;
}

.cherry-publisher-site-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-publisher-site-title-row h3 {
    min-width: 0;
}

.cherry-publisher-site-modebar {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    padding: 6px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-publisher-site-mode {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #526071;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.cherry-publisher-site-mode.is-active,
.cherry-publisher-site-mode:hover {
    border-color: rgba(164, 11, 45, 0.18);
    background: #fff4f7;
    color: #a40b2d;
}

.cherry-publisher-recommendation-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(164, 11, 45, 0.14);
    border-radius: 8px;
    background: #fff7f9;
}

.cherry-publisher-recommendation-note .mud-icon-root {
    color: #a40b2d;
}

.cherry-publisher-recommendation-note strong {
    display: block;
    color: #111820;
    font-weight: 900;
}

.cherry-publisher-recommendation-note span {
    color: #526071;
}

.cherry-publisher-favorite-count-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid #ead6dc;
    border-radius: 999px;
    background: #fff;
    color: #667085;
    font: inherit;
    font-size: 0.78rem;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

.cherry-publisher-favorite-count-button strong {
    color: #263142;
    font-size: 0.8rem;
    font-weight: 800;
}

.cherry-publisher-favorite-count-button .mud-icon-root {
    width: 0.9rem;
    height: 0.9rem;
    font-size: 0.9rem;
}

.cherry-publisher-favorite-count-button .mud-icon-root:first-child {
    color: #a40b2d;
}

.cherry-publisher-favorite-count-button:hover:not(:disabled) {
    border-color: rgba(164, 11, 45, 0.32);
    background: #fff8fa;
}

.cherry-publisher-favorite-count-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.cherry-publisher-favorite-image-button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(147, 16, 42, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #a40b2d;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(17, 24, 32, 0.14);
}

.cherry-publisher-favorite-image-button .mud-icon-root {
    font-size: 1.12rem;
}

.cherry-publisher-favorite-image-button.is-favorite .mud-icon-root {
    fill: currentColor;
}

.cherry-publisher-favorite-image-button:hover:not(:disabled),
.cherry-publisher-favorite-image-button:focus-visible {
    background: #fff8fa;
    border-color: rgba(164, 11, 45, 0.4);
    outline: none;
}

.cherry-publisher-favorite-image-button:disabled {
    cursor: wait;
    opacity: 0.68;
}

.cherry-publisher-favorites-icon-button.mud-icon-button {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border: 1px solid rgba(148, 16, 42, 0.22);
    background: #fff;
    color: #a40b2d !important;
}

.cherry-publisher-favorites-icon-button .mud-icon-root {
    font-size: 1.1rem;
    color: #a40b2d !important;
    fill: currentColor;
}

.cherry-publisher-favorites-icon-button.mud-icon-button:hover {
    background: rgba(164, 11, 45, 0.08);
    border-color: rgba(164, 11, 45, 0.38);
}

.cherry-publisher-favorites-icon-button.mud-icon-button:disabled {
    opacity: 0.55;
}

.cherry-landlord-site-card p {
    margin: 0;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.55;
}

.cherry-landlord-site-summary {
    display: grid;
    gap: 8px;
    margin: 0 0 12px;
}

.cherry-publisher-site-title-row + p + .cherry-landlord-site-summary {
    margin-top: 8px;
}

.cherry-landlord-site-summary span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #465160;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-landlord-site-summary span:nth-child(3) {
    margin-top: 3px;
}

.cherry-landlord-site-summary .mud-icon-root {
    color: #6b7280;
    font-size: 0.95rem;
}

.cherry-landlord-site-summary .is-attention {
    color: #9a4b0d;
    font-weight: 800;
}

.cherry-landlord-site-summary .is-pending {
    color: #27537c;
    font-weight: 800;
}

.cherry-landlord-site-summary .is-ok {
    color: #1d6d48;
    font-weight: 800;
}

.cherry-landlord-site-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.cherry-landlord-site-pills span,
.cherry-landlord-site-pill-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff2e5;
    color: #7c3d12;
    font-size: 0.88rem;
}

.cherry-landlord-site-pill-button {
    border: 0;
    font: inherit;
    cursor: pointer;
}

.cherry-landlord-site-pill-button:hover:not(:disabled) {
    background: #ffe7cf;
    color: #6f2e0d;
}

.cherry-landlord-site-pill-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.cherry-landlord-site-pills .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-site-comment {
    margin-top: 4px !important;
    color: #526071 !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cherry-publisher-match-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
}

.cherry-publisher-match-strip strong,
.cherry-publisher-match-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-publisher-match-strip strong {
    background: #eef6f0;
    color: #1f6f46;
    border: 1px solid rgba(31, 111, 70, 0.16);
}

.cherry-publisher-match-strip span {
    background: #eaf7f0;
    color: #10623b;
    border: 1px solid rgba(16, 98, 59, 0.16);
}

.cherry-landlord-site-actions {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px 14px;
}

.cherry-landlord-site-actions .mud-button-root {
    flex: 1;
    min-width: 0;
}

.cherry-landlord-site-coordinates {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: auto;
    color: #6b7280;
    font-family: monospace;
    font-size: 0.78rem;
    text-align: center;
}

.cherry-landlord-site-coordinates .mud-icon-root {
    color: #93102A;
    font-size: 0.95rem;
}

.cherry-landlord-site-disabled-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(107, 114, 128, 0.18);
    width: 100%;
    border-radius: 8px;
    background: #f5f6f8;
    color: #687384;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cherry-landlord-site-disabled-note .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-empty {
    padding: 42px;
    border: 1px dashed rgba(147, 16, 42, 0.25);
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.06);
}

.cherry-landlord-empty > .mud-icon-root {
    color: #93102A;
    font-size: 3rem;
}

.cherry-landlord-empty p {
    margin-bottom: 22px;
}

.cherry-landlord-empty-filtered {
    padding: 30px;
}

.cherry-landlord-site-workspace {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 54px 0 80px;
}

.cherry-landlord-workspace-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: stretch;
    min-height: 320px;
    padding: 38px;
    border-radius: 10px 10px 30px 30px;
    background:
        radial-gradient(circle at top right, rgba(147, 16, 42, 0.78), transparent 38%),
        linear-gradient(135deg, rgba(17, 24, 32, 0.9), rgba(147, 16, 42, 0.74)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 18px 48px rgba(21, 5, 10, 0.2);
}

.cherry-landlord-workspace-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cherry-landlord-workspace-hero p,
.cherry-landlord-workspace-panel-header span {
    margin: 0 0 10px;
    color: #93102A;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cherry-landlord-workspace-hero p {
    color: rgba(255, 255, 255, 0.84);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cherry-landlord-workspace-hero h1 {
    max-width: 900px;
    margin: 0 0 12px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
}

.cherry-landlord-workspace-hero > div > span {
    display: block;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.65;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cherry-landlord-workspace-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.cherry-landlord-workspace-tags span,
.cherry-landlord-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-landlord-workspace-tags .is-listed {
    background: rgba(255, 255, 255, 0.1);
}

.cherry-landlord-workspace-tags .is-muted {
    background: rgba(255, 255, 255, 0.1);
}

.cherry-landlord-workspace-tags .mud-icon-root,
.cherry-landlord-map-link .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-workspace-sidecar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.cherry-landlord-snapshot-kicker {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-landlord-snapshot-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.cherry-landlord-snapshot-row > .mud-icon-root {
    color: #fff;
    font-size: 2.1rem;
}

.cherry-landlord-workspace-sidecar strong,
.cherry-landlord-public-listing-card strong {
    display: block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.cherry-landlord-workspace-sidecar span,
.cherry-landlord-public-listing-card span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.cherry-landlord-map-link {
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cherry-landlord-public-listing-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 28px rgba(28, 4, 11, 0.18);
}

.cherry-landlord-public-listing-card .mud-icon-root {
    color: #fff;
    font-size: 1.4rem;
}

.cherry-landlord-map-link:hover,
.cherry-landlord-map-link:focus-visible {
    background: #fff;
    color: #93102A;
    outline: none;
}

.cherry-landlord-workspace-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 18px;
    margin-top: 18px;
}

.cherry-landlord-workspace-panel {
    padding: 24px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 32, 0.05);
}

.cherry-landlord-workspace-panel-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.cherry-landlord-workspace-panel-header h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0.04em;
}

.cherry-landlord-workspace-panel-header p {
    margin: 6px 0 0;
    color: #5d6675;
}

.cherry-landlord-workspace-media img,
.cherry-landlord-workspace-empty-media {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    object-fit: cover;
    background: #f7f3f4;
}

.cherry-landlord-workspace-empty-media {
    display: grid;
    place-items: center;
    gap: 8px;
    color: #93102A;
    text-align: center;
}

.cherry-landlord-workspace-empty-media .mud-icon-root {
    font-size: 2.5rem;
}

.cherry-landlord-site-details > span {
    display: block;
    color: #687384;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-landlord-site-details > h2 {
    margin: 8px 0 2px;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    line-height: 1.05;
    letter-spacing: 0.035em;
}

.cherry-landlord-site-details > p {
    margin: 0;
    color: #2f3947;
    font-size: 1rem;
}

.cherry-landlord-details-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0 0;
    padding: 22px 0;
    border-top: 1px solid rgba(17, 24, 32, 0.12);
    border-bottom: 1px solid rgba(17, 24, 32, 0.12);
}

.cherry-landlord-details-list div {
    min-width: 0;
}

.cherry-landlord-details-list dt {
    color: #687384;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-landlord-details-list dd {
    margin: 8px 0 0;
    color: #111820;
    font-weight: 800;
}

.cherry-landlord-description {
    margin-top: 8px;
    padding-top: 0;
}

.cherry-landlord-description strong {
    color: #111820;
}

.cherry-landlord-description p {
    margin: 6px 0 0;
    color: #2f3947;
    line-height: 1.55;
}

.cherry-landlord-document-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.cherry-landlord-document-summary article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    padding: 16px;
    border-radius: 14px;
    background: #fbf8f9;
}

.cherry-landlord-document-summary .mud-icon-root {
    grid-row: span 2;
    color: #93102A;
    font-size: 1.7rem;
}

.cherry-landlord-document-summary strong {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}

.cherry-landlord-document-summary span {
    color: #687384;
    font-size: 0.86rem;
    font-weight: 800;
}

.cherry-landlord-file-list {
    display: grid;
    gap: 10px;
}

.cherry-landlord-file-list article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 14px;
    background: #fff;
}

.cherry-landlord-file-list article > .mud-icon-root {
    color: #175f44;
    font-size: 1.8rem;
}

.cherry-landlord-file-list strong,
.cherry-landlord-file-list span {
    display: block;
}

.cherry-landlord-file-list span {
    color: #687384;
    font-size: 0.86rem;
}

.cherry-landlord-file-list a {
    color: #93102A;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-landlord-workspace-note {
    padding: 16px;
    border-radius: 12px;
    background: #f7f4f2;
    color: #5b6470;
}

.cherry-landlord-verification-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin-top: 18px;
}

.cherry-landlord-verification-note .mud-icon-root {
    color: #7a4a56;
    font-size: 1.25rem;
}

.cherry-landlord-verification-note strong {
    display: block;
    color: #27313f;
    font-size: 0.95rem;
    font-weight: 700;
}

.cherry-landlord-verification-note p {
    margin: 4px 0 0;
    color: #5f6a76;
    font-size: 0.9rem;
    line-height: 1.45;
}

.cherry-portal-shell {
    width: 100%;
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    min-height: 0;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.cherry-portal-loading {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 12px;
    padding: 24px;
    background: #fbf8f9;
    color: #111820;
    text-align: center;
}

.cherry-portal-loading > .mud-icon-root {
    color: #93102A;
    font-size: 2rem;
}

.cherry-portal-loading strong {
    font-size: 1rem;
    font-weight: 900;
}

.cherry-portal-loading span {
    color: #5d6675;
}

.cherry-portal-sidebar {
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border-right: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-portal-menu-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 18px 12px;
}

.cherry-portal-menu-group + .cherry-portal-menu-group {
    margin-top: 18px;
}

.cherry-portal-menu-group > span {
    display: block;
    margin: 0 10px 6px;
    color: #687384;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.cherry-portal-menu-list {
    display: grid;
    gap: 2px;
}

.cherry-portal-menu-link {
    min-height: 37px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 0 9px;
    border-radius: 6px;
    color: #2f3947;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.cherry-portal-menu-link:hover,
.cherry-portal-menu-link:focus-visible {
    background: #fbedf1;
    color: #93102A;
    outline: none;
    text-decoration: none;
}

.cherry-portal-menu-link.is-active {
    background: #f7e5ea;
    color: #93102A;
}

.cherry-portal-menu-link.is-disabled {
    color: #9aa4b2;
    cursor: not-allowed;
}

.cherry-portal-menu-link.is-disabled:hover {
    background: transparent;
    color: #9aa4b2;
}

.cherry-portal-menu-link .mud-icon-root {
    justify-self: center;
    font-size: 1.12rem;
}

.cherry-portal-menu-link small {
    padding: 3px 7px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #7b8794;
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cherry-portal-menu-link .cherry-portal-menu-badge {
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    background: #b50b30;
    color: #ffffff;
    font-size: 0.68rem;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(181, 11, 48, 0.22);
}

.cherry-portal-menu-link.is-active .cherry-portal-menu-badge {
    background: #93102A;
}

.cherry-portal-sidebar-footer {
    display: grid;
    gap: 8px;
    padding: 14px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-portal-main {
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px;
    background: #fbf8f9;
}

.cherry-portal-embedded-content {
    min-width: 0;
    min-height: 0;
    width: 100%;
}

.cherry-portal-embedded-content .cherry-inbox-shell {
    height: calc(100dvh - 118px);
}

.cherry-portal-embedded-content .cherry-landlord-site-workspace {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.cherry-portal-embedded-content > .mud-container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
}

.cherry-portal-embedded-content .cherry-site-detail-page,
.cherry-portal-embedded-content .cherry-site-hero,
.cherry-portal-embedded-content .cherry-site-panel,
.cherry-portal-embedded-content .cherry-landlord-workspace-panel {
    max-width: none;
    width: 100%;
}

.cherry-portal-embedded-content .cherry-site-hero {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 16px;
    align-items: center;
    min-height: 178px;
    margin-bottom: 0 !important;
    padding: 20px 22px;
    border-radius: 6px 6px 0 0 !important;
    box-shadow: 0 10px 26px rgba(21, 5, 10, 0.14);
}

.cherry-portal-embedded-content .cherry-admin-site-hero,
.cherry-portal-embedded-content .cherry-landlord-readonly-hero.is-full-width {
    grid-template-columns: minmax(0, 1fr);
}

.cherry-portal-embedded-content .cherry-admin-site-hero .cherry-site-hero-content,
.cherry-portal-embedded-content .cherry-landlord-readonly-hero.is-full-width .cherry-site-hero-content {
    width: 100%;
}

.cherry-portal-embedded-content .cherry-site-hero h1 {
    max-width: 920px;
    margin-bottom: 8px;
    font-size: clamp(1.7rem, 2.7vw, 2.55rem);
    line-height: 1.04;
}

.cherry-portal-embedded-content .cherry-admin-site-hero h1,
.cherry-portal-embedded-content .cherry-landlord-readonly-hero.is-full-width h1 {
    max-width: none;
}

.cherry-portal-embedded-content .cherry-site-hero p {
    margin-bottom: 8px;
    font-size: 0.7rem;
}

.cherry-portal-embedded-content .cherry-site-hero-content > span {
    max-width: 720px;
    font-size: 0.9rem;
    line-height: 1.35;
}

.cherry-portal-embedded-content .cherry-admin-site-hero .cherry-site-hero-content > span,
.cherry-portal-embedded-content .cherry-landlord-readonly-hero.is-full-width .cherry-site-hero-content > span {
    max-width: none;
}

.cherry-portal-embedded-content .cherry-site-hero-tags {
    gap: 8px;
    margin-top: 14px;
}

.cherry-portal-embedded-content .cherry-site-hero-tags span {
    padding: 6px 10px;
    font-size: 0.72rem;
}

.cherry-portal-embedded-content .cherry-site-hero-sidecar {
    gap: 8px;
    padding: 14px;
    border-radius: 8px;
}

.cherry-portal-embedded-content .cherry-account-manager-profile {
    gap: 10px;
}

.cherry-portal-embedded-content .cherry-account-manager-profile img,
.cherry-portal-embedded-content .cherry-account-manager-initials {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.cherry-portal-embedded-content .cherry-account-manager-profile strong {
    font-size: 1rem;
}

.cherry-portal-embedded-content .cherry-account-manager-profile span,
.cherry-portal-embedded-content .cherry-account-manager-profile small {
    font-size: 0.78rem;
}

.cherry-portal-embedded-content .cherry-site-hero-action {
    min-height: 34px !important;
    margin-top: 4px !important;
}

.cherry-portal-embedded-content .cherry-public-listing-row {
    margin: 0 0 16px;
    padding: 10px 14px;
    border-top: 0;
    border-color: rgba(147, 16, 42, 0.16);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 22px rgba(17, 24, 32, 0.04);
}

.cherry-portal-embedded-content .cherry-admin-breadcrumb,
.cherry-portal-embedded-content .cherry-admin-header {
    display: none;
}

.cherry-portal-embedded-content .cherry-inbox-header,
.cherry-portal-embedded-content .cherry-landlord-toolbar {
    margin-top: 0;
}

.cherry-portal-workspace-hero {
    min-height: 148px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
    padding: 24px;
    overflow: hidden;
    border-radius: 6px;
    background:
        linear-gradient(90deg, rgba(70, 5, 20, 0.96), rgba(147, 16, 42, 0.78) 46%, rgba(17, 24, 32, 0.36)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 32, 0.12);
}

.cherry-portal-workspace-hero.is-landlord {
    background:
        linear-gradient(90deg, rgba(59, 31, 9, 0.94), rgba(147, 16, 42, 0.72) 48%, rgba(17, 24, 32, 0.34)),
        url("images/website-background.png") center / cover no-repeat;
}

.cherry-portal-workspace-hero.is-publisher {
    background:
        linear-gradient(90deg, rgba(17, 24, 32, 0.94), rgba(147, 16, 42, 0.68) 50%, rgba(17, 24, 32, 0.28)),
        url("images/website-background.png") center / cover no-repeat;
}

.cherry-portal-workspace-hero p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cherry-portal-workspace-hero h2 {
    margin: 0 0 6px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.cherry-portal-workspace-hero span {
    display: block;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    line-height: 1.45;
}

.cherry-portal-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
    gap: 20px;
    align-items: start;
}

.cherry-portal-admin-grid {
    grid-template-columns: 1fr;
}

.cherry-portal-panel {
    padding: 22px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 32, 0.05);
}

.cherry-portal-panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.cherry-portal-panel-heading span {
    display: block;
    margin-bottom: 4px;
    color: #93102A;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-portal-panel-heading h2 {
    margin: 0;
    color: #111820;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.2;
}

.cherry-portal-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cherry-portal-action-card {
    min-height: 166px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #111820;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.cherry-portal-action-card:hover,
.cherry-portal-action-card:focus-visible {
    border-color: rgba(147, 16, 42, 0.28);
    background: #fff8fa;
    color: #111820;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.cherry-portal-action-card.is-primary {
    background: linear-gradient(135deg, rgba(147, 16, 42, 0.08), #ffffff 72%);
}

.cherry-portal-action-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f7e5ea;
    color: #93102A;
}

.cherry-portal-action-icon .mud-icon-root {
    font-size: 1.35rem;
}

.cherry-portal-action-card strong {
    color: #111820;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-portal-action-card small {
    color: #66717c;
    font-size: 0.86rem;
    line-height: 1.55;
}

.cherry-publisher-dashboard {
    display: grid;
    gap: 16px;
}

.cherry-publisher-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
    gap: 18px;
    align-items: start;
}

.cherry-publisher-dashboard-main {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.cherry-publisher-dashboard-side {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.cherry-publisher-dashboard-panel {
    padding: 18px 20px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 32, 0.05);
}

.cherry-publisher-discovery-panel {
    display: grid;
    gap: 16px;
}

.cherry-publisher-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.cherry-publisher-panel-heading.is-compact {
    margin-bottom: 14px;
}

.cherry-publisher-panel-heading > div {
    min-width: 0;
}

.cherry-publisher-panel-heading span,
.cherry-publisher-list-heading span {
    display: block;
    margin-bottom: 4px;
    color: #93102A;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-publisher-panel-heading h2 {
    margin: 0;
    color: #111820;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.2;
}

.cherry-publisher-panel-heading p {
    max-width: 680px;
    margin: 6px 0 0;
    color: #5d6675;
    font-size: 0.9rem;
    line-height: 1.45;
}

.cherry-publisher-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.cherry-publisher-stat {
    min-height: 94px;
    display: grid;
    grid-template-columns: 42px auto minmax(0, 1fr);
    grid-template-areas:
        "icon value label"
        "icon caption caption";
    gap: 4px 10px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #111820;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.cherry-publisher-stat:hover,
.cherry-publisher-stat:focus-visible {
    border-color: rgba(147, 16, 42, 0.28);
    background: #fff8fa;
    color: #111820;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.cherry-publisher-stat > span {
    grid-area: icon;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f7e5ea;
    color: #b10f35;
}

.cherry-publisher-stat > span .mud-icon-root {
    font-size: 1.25rem;
}

.cherry-publisher-stat strong {
    grid-area: value;
    color: #b10f35;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
}

.cherry-publisher-stat em {
    grid-area: label;
    color: #111820;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.15;
}

.cherry-publisher-stat small {
    grid-area: caption;
    color: #5d6675;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
}

.cherry-publisher-dashboard-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cherry-publisher-dashboard-split > div {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #f8fafc;
}

.cherry-publisher-list-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.cherry-publisher-list-heading span {
    margin-bottom: 0;
}

.cherry-publisher-list-heading a {
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.cherry-publisher-site-preview-list,
.cherry-publisher-action-list,
.cherry-publisher-health-list {
    display: grid;
    gap: 8px;
}

.cherry-publisher-site-preview-list a,
.cherry-publisher-action-list a {
    display: grid;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
    color: #111820;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease;
}

.cherry-publisher-site-preview-list a {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 12px;
}

.cherry-publisher-site-preview-list a:hover,
.cherry-publisher-site-preview-list a:focus-visible,
.cherry-publisher-action-list a:hover,
.cherry-publisher-action-list a:focus-visible {
    border-color: rgba(147, 16, 42, 0.26);
    background: #fff8fa;
    color: #111820;
    outline: none;
    text-decoration: none;
}

.cherry-publisher-site-preview-list strong,
.cherry-publisher-action-list strong {
    display: block;
    overflow: hidden;
    color: #111820;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-publisher-site-preview-list small,
.cherry-publisher-action-list small {
    display: block;
    margin-top: 3px;
    color: #5d6675;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
}

.cherry-publisher-site-preview-list em {
    justify-self: end;
    padding: 5px 8px;
    border-radius: 6px;
    background: #f7e5ea;
    color: #b10f35;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-publisher-dashboard-empty {
    min-height: 154px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 18px;
    border: 1px dashed rgba(99, 112, 131, 0.28);
    border-radius: 8px;
    background: #fff;
    color: #5d6675;
    text-align: center;
}

.cherry-publisher-dashboard-empty .mud-icon-root {
    color: #b10f35;
    font-size: 1.55rem;
}

.cherry-publisher-dashboard-empty strong {
    color: #111820;
    font-size: 0.9rem;
    font-weight: 900;
}

.cherry-publisher-dashboard-empty span {
    max-width: 240px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-publisher-action-list a {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 70px;
    padding: 12px;
}

.cherry-publisher-action-list .mud-icon-root {
    justify-self: center;
    color: #b10f35;
    font-size: 1.25rem;
}

.cherry-publisher-health-list div {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    min-height: 50px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #f8fafc;
}

.cherry-publisher-health-list strong {
    color: #b10f35;
    font-size: 1.25rem;
    font-weight: 900;
}

.cherry-publisher-health-list span {
    color: #3d4a5c;
    font-size: 0.82rem;
    font-weight: 800;
}

.cherry-publisher-acquisition-preview {
    display: grid;
    gap: 16px;
}

.cherry-publisher-list-heading strong {
    color: #3d4a5c;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-publisher-acquisition-action-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(180px, 0.68fr));
    gap: 12px;
}

.cherry-publisher-acquisition-continue,
.cherry-publisher-acquisition-action {
    min-width: 0;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #111820;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.cherry-publisher-acquisition-continue:hover,
.cherry-publisher-acquisition-continue:focus-visible,
.cherry-publisher-acquisition-action:hover,
.cherry-publisher-acquisition-action:focus-visible {
    border-color: rgba(147, 16, 42, 0.28);
    background: #fff8fa;
    color: #111820;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.cherry-publisher-acquisition-continue {
    grid-row: span 2;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 156px;
    padding: 18px;
    background: linear-gradient(135deg, rgba(147, 16, 42, 0.08), #fff 74%);
}

.cherry-publisher-acquisition-continue-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f7e5ea;
    color: #b10f35;
}

.cherry-publisher-acquisition-continue-icon .mud-icon-root {
    font-size: 1.45rem;
}

.cherry-publisher-acquisition-continue small,
.cherry-publisher-acquisition-action small {
    display: block;
    color: #5d6675;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.3;
}

.cherry-publisher-acquisition-continue small {
    margin-bottom: 4px;
    color: #93102A;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cherry-publisher-acquisition-continue strong {
    display: block;
    overflow: hidden;
    color: #111820;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.22;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-publisher-acquisition-continue em {
    display: block;
    margin-top: 5px;
    color: #4d5a6b;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-publisher-acquisition-continue b {
    align-self: end;
    padding: 7px 10px;
    border-radius: 6px;
    background: #b10f35;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-publisher-acquisition-action {
    min-height: 72px;
    display: grid;
    grid-template-columns: 40px auto minmax(0, 1fr);
    grid-template-areas:
        "icon value label"
        "icon caption caption";
    gap: 3px 10px;
    align-items: center;
    padding: 12px;
}

.cherry-publisher-acquisition-action > span {
    grid-area: icon;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f7e5ea;
    color: #b10f35;
}

.cherry-publisher-acquisition-action > span .mud-icon-root {
    font-size: 1.2rem;
}

.cherry-publisher-acquisition-action strong {
    grid-area: value;
    color: #b10f35;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
}

.cherry-publisher-acquisition-action em {
    grid-area: label;
    color: #111820;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.15;
}

.cherry-publisher-acquisition-action small {
    grid-area: caption;
}

.cherry-publisher-recent-work {
    display: grid;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(147, 16, 42, 0.1);
}

.cherry-publisher-recent-work-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cherry-publisher-recent-work-list a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 62px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #f8fafc;
    color: #111820;
    text-decoration: none;
}

.cherry-publisher-recent-work-list a:hover,
.cherry-publisher-recent-work-list a:focus-visible {
    border-color: rgba(147, 16, 42, 0.24);
    background: #fff8fa;
    color: #111820;
    outline: none;
    text-decoration: none;
}

.cherry-publisher-recent-work-list strong,
.cherry-publisher-recent-work-list small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-publisher-recent-work-list strong {
    color: #111820;
    font-size: 0.82rem;
    font-weight: 900;
}

.cherry-publisher-recent-work-list small {
    margin-top: 3px;
    color: #5d6675;
    font-size: 0.74rem;
    font-weight: 700;
}

.cherry-publisher-recent-work-list em {
    padding: 5px 8px;
    border-radius: 6px;
    background: #f7e5ea;
    color: #b10f35;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-publisher-dashboard-empty.is-compact {
    min-height: 136px;
}

.cherry-portal-settings {
    display: grid;
    gap: 18px;
}

.cherry-portal-settings-heading {
    padding: 4px 0 0;
}

.cherry-portal-settings-heading span {
    display: block;
    margin-bottom: 4px;
    color: #66717c;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-portal-settings-heading h2 {
    margin: 0;
    color: #111820;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.2;
}

.cherry-portal-settings-heading p {
    margin: 6px 0 0;
    color: #66717c;
    font-size: 0.9rem;
}

.cherry-portal-settings-tabs {
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow-x: auto;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.03);
}

.cherry-portal-settings-tabs a,
.cherry-portal-settings-tabs button,
.cherry-portal-settings-tabs > span {
    position: relative;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    border: 0;
    color: #4b5563;
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.cherry-portal-settings-tabs button {
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.cherry-portal-settings-tabs a:hover,
.cherry-portal-settings-tabs a:focus-visible,
.cherry-portal-settings-tabs button:hover,
.cherry-portal-settings-tabs button:focus-visible,
.cherry-portal-settings-tabs button.is-active,
.cherry-portal-settings-tabs a.is-active {
    color: #93102A;
    outline: none;
    text-decoration: none;
}

.cherry-portal-settings-tabs button.is-active::after,
.cherry-portal-settings-tabs a.is-active::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: #93102A;
}

.cherry-portal-settings-tabs .mud-icon-root {
    font-size: 1.1rem;
}

.cherry-portal-settings-tabs .is-disabled {
    color: #9aa4b2;
}

.cherry-portal-settings-tabs small {
    padding: 3px 7px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #7b8492;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-portal-settings-panel .mud-container {
    max-width: none;
}

.cherry-user-admin-embedded .cherry-user-admin-card {
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(17, 24, 32, 0.05) !important;
}

.cherry-portal-side-panel {
    display: grid;
    gap: 16px;
}

.cherry-landlord-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cherry-landlord-metric-card {
    min-height: 72px;
    display: grid;
    grid-template-columns: 42px auto;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid rgba(147, 16, 42, 0.14);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(147, 16, 42, 0.06), #fff 72%);
    color: #111820;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.cherry-landlord-metric-card:hover,
.cherry-landlord-metric-card:focus-visible {
    border-color: rgba(147, 16, 42, 0.3);
    color: #111820;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(17, 24, 32, 0.06);
}

.cherry-landlord-metric-card.is-live {
    border-color: rgba(29, 126, 81, 0.18);
    background: linear-gradient(135deg, rgba(29, 126, 81, 0.07), #fff 72%);
}

.cherry-landlord-metric-card.is-attention {
    border-color: rgba(194, 91, 26, 0.2);
    background: linear-gradient(135deg, rgba(194, 91, 26, 0.08), #fff 72%);
}

.cherry-landlord-metric-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    color: #93102A;
    box-shadow: inset 0 0 0 4px rgba(147, 16, 42, 0.04);
}

.cherry-landlord-metric-card.is-live .cherry-landlord-metric-icon {
    border-color: rgba(29, 126, 81, 0.14);
    color: #1d7e51;
    box-shadow: inset 0 0 0 4px rgba(29, 126, 81, 0.05);
}

.cherry-landlord-metric-card.is-attention .cherry-landlord-metric-icon {
    border-color: rgba(194, 91, 26, 0.16);
    color: #c25b1a;
    box-shadow: inset 0 0 0 4px rgba(194, 91, 26, 0.06);
}

.cherry-landlord-metric-icon .mud-icon-root {
    font-size: 1.28rem;
}

.cherry-landlord-metric-copy {
    min-width: 0;
    max-width: 210px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 8px;
    align-items: baseline;
    justify-self: start;
}

.cherry-landlord-metric-copy strong,
.cherry-landlord-metric-copy em,
.cherry-landlord-metric-copy small {
    display: block;
}

.cherry-landlord-metric-copy strong {
    color: #93102A;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
}

.cherry-landlord-metric-card.is-live .cherry-landlord-metric-copy strong {
    color: #1d7e51;
}

.cherry-landlord-metric-card.is-attention .cherry-landlord-metric-copy strong {
    color: #c25b1a;
}

.cherry-landlord-metric-copy em {
    color: #111820;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
}

.cherry-landlord-metric-copy small {
    grid-column: 1 / -1;
    margin-top: 3px;
    color: #66717c;
    font-size: 0.74rem;
    line-height: 1.3;
}

.cherry-dashboard-link-list {
    display: grid;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.cherry-dashboard-link-list a {
    min-height: 52px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    color: #111820;
    text-decoration: none;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-dashboard-link-list a:first-child {
    border-top: 0;
}

.cherry-dashboard-link-list a:hover,
.cherry-dashboard-link-list a:focus-visible {
    background: #fff8fa;
    color: #93102A;
    outline: none;
    text-decoration: none;
}

.cherry-dashboard-link-list .mud-icon-root {
    color: #6b7481;
    font-size: 1.12rem;
}

.cherry-dashboard-link-list span {
    min-width: 0;
}

.cherry-dashboard-link-list span {
    font-size: 0.88rem;
    font-weight: 900;
}

.cherry-dashboard-complete {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(29, 126, 81, 0.16);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(29, 126, 81, 0.08), #fff 76%);
}

.cherry-dashboard-complete .mud-icon-root {
    color: #1d7e51;
    font-size: 1.55rem;
}

.cherry-dashboard-complete strong {
    color: #111820;
    font-size: 0.98rem;
    font-weight: 900;
}

.cherry-dashboard-complete span {
    color: #66717c;
    font-size: 0.86rem;
    line-height: 1.55;
}

.cherry-portal-status-list {
    display: grid;
    gap: 12px;
}

.cherry-portal-status-list article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px;
    border-radius: 8px;
    background: #fbf8f9;
}

.cherry-portal-status-list .mud-icon-root {
    color: #93102A;
    font-size: 1.3rem;
}

.cherry-portal-status-list strong,
.cherry-portal-status-list span {
    display: block;
}

.cherry-portal-status-list strong {
    color: #111820;
    font-size: 0.92rem;
    font-weight: 900;
}

.cherry-portal-status-list span,
.cherry-portal-panel-copy {
    color: #66717c;
    font-size: 0.88rem;
    line-height: 1.6;
}

.cherry-portal-panel-copy {
    margin: 0;
}

.cherry-dashboard-attention {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(147, 16, 42, 0.1);
}

.cherry-dashboard-attention-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.cherry-dashboard-attention-header span {
    display: block;
    margin-bottom: 3px;
    color: #93102A;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-dashboard-attention-header h3 {
    margin: 0;
    color: #111820;
    font-size: 1.05rem;
    font-weight: 900;
}

.cherry-dashboard-attention-header a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #93102A;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.cherry-dashboard-attention-header a:hover {
    text-decoration: underline;
}

.cherry-dashboard-attention-header .mud-icon-root {
    font-size: 1rem;
}

.cherry-dashboard-attention-list {
    display: grid;
}

.cherry-dashboard-attention-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-dashboard-attention-item:first-child {
    border-top: 0;
}

.cherry-dashboard-attention-media {
    width: 86px;
    height: 58px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 6px;
    background: #f7f4f5;
    color: #b7556b;
}

.cherry-dashboard-attention-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cherry-dashboard-attention-copy {
    min-width: 0;
}

.cherry-dashboard-attention-copy strong,
.cherry-dashboard-attention-copy span,
.cherry-dashboard-attention-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-dashboard-attention-copy strong {
    color: #111820;
    font-size: 0.95rem;
    font-weight: 900;
}

.cherry-dashboard-attention-copy span {
    margin-top: 3px;
    color: #66717c;
    font-size: 0.84rem;
}

.cherry-dashboard-attention-copy small {
    margin-top: 3px;
    color: #8a94a1;
    font-size: 0.76rem;
}

.cherry-landlord-dashboard-empty {
    margin-top: 16px;
    margin-bottom: 16px;
}

.cherry-landlord-preview {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(147, 16, 42, 0.1);
}

.cherry-landlord-preview-table {
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.cherry-landlord-preview-row {
    display: grid;
    grid-template-columns: minmax(180px, 1.35fr) minmax(120px, 0.8fr) minmax(110px, 0.62fr) minmax(150px, 1fr) 78px;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 10px 14px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    color: #4b5563;
    font-size: 0.82rem;
}

.cherry-landlord-preview-row:first-child {
    border-top: 0;
}

.cherry-landlord-preview-row.is-header {
    min-height: 42px;
    background: #fbf8f9;
    color: #66717c;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cherry-landlord-preview-row strong,
.cherry-landlord-preview-row small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-landlord-preview-row strong {
    color: #111820;
    font-size: 0.88rem;
    font-weight: 900;
}

.cherry-landlord-preview-row small {
    margin-top: 3px;
    color: #7b8492;
    font-size: 0.76rem;
}

.cherry-landlord-preview-row a {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #93102A;
    font-weight: 900;
    text-decoration: none;
}

.cherry-landlord-preview-row a:hover,
.cherry-landlord-preview-row a:focus-visible {
    outline: none;
    text-decoration: underline;
}

.cherry-landlord-preview-row a .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-preview-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-landlord-preview-pill .mud-icon-root {
    font-size: 0.92rem;
}

.cherry-landlord-preview-pill.is-live {
    background: #eaf7f0;
    color: #1d7e51;
}

.cherry-landlord-preview-pill.is-muted {
    background: #f2f4f7;
    color: #66717c;
}

.cherry-portal-signed-out .cherry-portal-hero {
    grid-template-columns: 1fr;
}

@media (max-width: 1100px) {
    .cherry-portal-shell {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .cherry-landlord-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-landlord-site-card {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .cherry-landlord-site-card-removed {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-landlord-site-actions {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cherry-landlord-site-coordinates {
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    .cherry-auth-main {
        padding: 44px 18px;
    }

    .cherry-auth-shell {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cherry-auth-copy {
        text-align: center;
        margin: 0 auto;
    }

    .cherry-auth-copy p:last-child {
        margin: 0 auto;
    }

    .cherry-portal-hero {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .cherry-portal-profile-card {
        min-width: 0;
    }

    .cherry-portal-sections {
        grid-template-columns: 1fr;
    }

    .cherry-portal-section-header {
        flex-direction: column;
    }

    .cherry-portal-section-header p {
        max-width: none;
    }

    .cherry-landlord-toolbar-main,
    .cherry-landlord-site-card {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-metric-grid {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-dashboard-empty,
    .cherry-dashboard-attention-item,
    .cherry-landlord-preview-row {
        grid-template-columns: 1fr;
    }

    .cherry-dashboard-attention-item {
        align-items: start;
    }

    .cherry-dashboard-attention-media {
        width: 100%;
        height: 150px;
    }

    .cherry-landlord-preview-row.is-header {
        display: none;
    }

    .cherry-landlord-preview-row {
        gap: 6px;
        align-items: start;
        padding: 14px;
    }

    .cherry-landlord-preview-row > span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-width: 0;
    }

    .cherry-landlord-preview-row > span:first-child {
        display: block;
    }

    .cherry-landlord-preview-row > span:nth-child(2)::before {
        content: "Status";
    }

    .cherry-landlord-preview-row > span:nth-child(3)::before {
        content: "Marketplace";
    }

    .cherry-landlord-preview-row > span:nth-child(4)::before {
        content: "Next step";
    }

    .cherry-landlord-preview-row > span:nth-child(n + 2)::before {
        color: #66717c;
        font-size: 0.68rem;
        font-weight: 900;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .cherry-landlord-listings-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-landlord-controls-row {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-search-panel {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-toolbar-main > .mud-button-root {
        justify-self: stretch;
        width: 100%;
    }

    .cherry-landlord-site-actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .cherry-landlord-site-coordinates {
        margin-top: 0;
    }

    .cherry-landlord-workspace-hero,
    .cherry-landlord-workspace-grid {
        grid-template-columns: 1fr;
    }

    .cherry-portal-shell {
        grid-template-columns: 1fr;
    }

    .cherry-portal-sidebar {
        position: static;
        height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    }

    .cherry-portal-menu-scroll {
        display: flex;
        gap: 18px;
        overflow-x: auto;
        padding: 14px;
    }

    .cherry-portal-menu-group {
        flex: 0 0 auto;
        min-width: 190px;
    }

    .cherry-portal-menu-group + .cherry-portal-menu-group {
        margin-top: 0;
    }

    .cherry-portal-sidebar-footer {
        display: none;
    }

    .cherry-portal-content-grid,
    .cherry-portal-admin-grid,
    .cherry-publisher-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .cherry-publisher-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-portal-side-panel {
        position: static;
    }

    .cherry-dashboard-attention-item {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .cherry-dashboard-attention-item .mud-button-root {
        grid-column: 2;
        width: fit-content;
    }

    .cherry-dashboard-attention-media {
        width: 72px;
        height: 52px;
    }
}

@media (max-width: 720px) {
    .cherry-portal-shell {
        width: 100%;
        border-radius: 6px;
    }

    .cherry-portal-main {
        padding: 14px 14px 20px;
    }

    .cherry-portal-workspace-hero {
        min-height: 136px;
        padding: 20px;
    }

    .cherry-portal-action-grid {
        grid-template-columns: 1fr;
    }

    .cherry-publisher-panel-heading {
        flex-direction: column;
    }

    .cherry-publisher-panel-heading .mud-button-root {
        width: 100%;
    }

    .cherry-publisher-dashboard-split,
    .cherry-publisher-acquisition-action-grid,
    .cherry-publisher-recent-work-list,
    .cherry-publisher-stat-grid {
        grid-template-columns: 1fr;
    }

    .cherry-publisher-site-preview-list a,
    .cherry-publisher-acquisition-continue,
    .cherry-publisher-recent-work-list a {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .cherry-publisher-acquisition-continue b,
    .cherry-publisher-recent-work-list em {
        justify-self: start;
    }

    .cherry-publisher-site-preview-list em {
        justify-self: start;
    }

    .cherry-landlord-toolbar,
    .cherry-landlord-empty {
        padding: 16px;
    }

    .cherry-landlord-site-card {
        padding: 16px;
    }

    .cherry-landlord-site-media {
        height: 210px;
    }

    .cherry-landlord-site-workspace {
        width: min(100% - 20px, 1180px);
        padding: 30px 0 60px;
    }

    .cherry-landlord-workspace-hero,
    .cherry-landlord-workspace-panel {
        padding: 20px;
    }

    .cherry-landlord-workflow-guide {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .cherry-landlord-details-list,
    .cherry-landlord-document-summary {
        grid-template-columns: 1fr;
    }

    .cherry-portal-section {
        padding: 18px;
    }

    .cherry-portal-action-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-portal-action-row > .mud-icon-root,
    .cherry-portal-status-pill {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 520px) {
    .cherry-login-card {
        padding: 26px 20px;
    }

    .cherry-login-card-header {
        align-items: flex-start;
    }

    .cherry-login-options,
    .cherry-login-signup {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* Top nav link styling */
.cherry-topnav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}
    .cherry-topnav-link:hover {
        text-decoration: underline;
    }




.cherry-admin-breadcrumb {
    margin: 0 0 18px;
}

.cherry-admin-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(147, 16, 42, 0.06);
    color: #93102A;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.cherry-admin-breadcrumb a::before {
    content: "←";
    font-size: 1rem;
    line-height: 1;
}

.cherry-admin-breadcrumb a:hover,
.cherry-admin-breadcrumb a:focus-visible {
    border-color: #93102A;
    background: #93102A;
    box-shadow: 0 12px 28px rgba(147, 16, 42, 0.16);
    color: #fff;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.cherry-admin-header {
    margin-bottom: 28px;
    padding: 34px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.96), rgba(75, 10, 25, 0.94)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 30%);
    color: #ffffff;
    box-shadow: 0 18px 48px rgba(147, 16, 42, 0.2);
}

.cherry-admin-header p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.84);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-admin-header h1 {
    margin: 0 0 12px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.05;
    text-transform: uppercase;
}

.cherry-admin-header > div > span {
    display: block;
    max-width: 660px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

/* Main admin card styling */
.cherry-admin-main-card {
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08) !important;
}

.cherry-ops-page {
    width: 100%;
    min-width: 0;
    display: grid;
    gap: 16px;
    color: #151923;
}

.cherry-ops-page * {
    box-sizing: border-box;
}

.cherry-ops-hero {
    min-height: 148px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 24px;
    overflow: hidden;
    border-radius: 6px;
    background:
        linear-gradient(90deg, rgba(70, 5, 20, 0.96), rgba(147, 16, 42, 0.78) 48%, rgba(17, 24, 32, 0.34)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 32, 0.12);
}

.cherry-workflow-hero {
    min-height: 132px;
}

.cherry-ops-hero p,
.cherry-ops-hero h1,
.cherry-ops-hero > div > span {
    display: block;
    margin: 0;
}

.cherry-ops-hero p {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cherry-ops-hero h1 {
    margin-bottom: 6px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.45rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.cherry-ops-hero > div > span {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.35;
}

.cherry-ops-hero-action {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.cherry-pipeline-context {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(174, 18, 53, 0.16);
    border-radius: 6px;
    background: linear-gradient(180deg, #fff, #fff8fa);
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.04);
}

.cherry-pipeline-context-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cherry-pipeline-context-main > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ae1235;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.cherry-pipeline-context-main > span .mud-icon-root {
    width: 18px;
    height: 18px;
    color: #ae1235;
}

.cherry-pipeline-context-main button,
.cherry-pipeline-context-main select {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid rgba(174, 18, 53, 0.2);
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
}

.cherry-pipeline-context-main select {
    min-width: 170px;
}

.cherry-pipeline-context-main button:disabled {
    cursor: default;
    opacity: 1;
}

.cherry-pipeline-context-main button .mud-icon-root {
    width: 18px;
    height: 18px;
    color: #ae1235;
}

.cherry-ops-dashboard-grid {
    display: grid;
    gap: 14px;
}

.cherry-workflow-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.cherry-ops-main,
.cherry-workflow-board,
.cherry-workflow-side {
    min-width: 0;
    display: grid;
    gap: 14px;
}

.cherry-workflow-summary {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.cherry-workflow-summary .cherry-ops-metric {
    min-width: 0;
    min-height: 98px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.04);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.cherry-workflow-summary button.cherry-ops-metric {
    appearance: none;
    font: inherit;
}

.cherry-workflow-summary .cherry-ops-metric:hover,
.cherry-workflow-summary .cherry-ops-metric:focus-visible,
.cherry-workflow-summary .cherry-ops-metric.is-active {
    border-color: rgba(174, 18, 53, 0.34);
    box-shadow: 0 12px 24px rgba(174, 18, 53, 0.09);
    transform: translateY(-1px);
}

.cherry-workflow-summary .cherry-ops-metric > span {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f8e5ea;
    color: #ae1235;
}

.cherry-workflow-summary .cherry-ops-metric.is-orange > span { background: #fff2e6; color: #d85f0d; }
.cherry-workflow-summary .cherry-ops-metric.is-purple > span { background: #efe7ff; color: #6d3edb; }
.cherry-workflow-summary .cherry-ops-metric.is-green > span { background: #e6f5ed; color: #16864e; }
.cherry-workflow-summary .cherry-ops-metric.is-blue > span { background: #eaf2ff; color: #1f6feb; }

.cherry-workflow-summary .cherry-ops-metric strong,
.cherry-workflow-summary .cherry-ops-metric em,
.cherry-workflow-summary .cherry-ops-metric small {
    display: block;
    font-style: normal;
}

.cherry-workflow-summary .cherry-ops-metric strong {
    color: #ae1235;
    font-size: 1.32rem;
    font-weight: 900;
    line-height: 1;
}

.cherry-workflow-summary .cherry-ops-metric em {
    margin-top: 4px;
    color: #171923;
    font-size: 0.84rem;
    font-weight: 900;
}

.cherry-workflow-summary .cherry-ops-metric small {
    margin-top: 4px;
    color: #637083;
    font-size: 0.75rem;
    line-height: 1.25;
}

.cherry-ops-panel {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 32, 0.04);
}

.cherry-ops-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.cherry-ops-panel-heading span,
.cherry-ops-panel-heading h2,
.cherry-ops-panel-heading a {
    margin: 0;
}

.cherry-ops-panel-heading span {
    display: block;
    color: #ae1235;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-ops-panel-heading h2 {
    margin-top: 2px;
    color: #161b25;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-ops-panel-heading.is-compact h2 {
    min-width: 0;
    font-size: 0.72rem;
    letter-spacing: 0.055em;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
}

.cherry-ops-panel-heading a {
    flex: 0 0 auto;
    color: #ae1235;
    font-size: 0.76rem;
    font-weight: 900;
    text-decoration: none;
}

.cherry-ops-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-ops-tabs button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #5e6876;
    font-size: 0.82rem;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
}

.cherry-ops-tabs button.is-active {
    border-bottom-color: #ae1235;
    color: #ae1235;
}

.cherry-ops-tabs small {
    min-width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    padding: 0 7px;
    border-radius: 999px;
    background: #f5dbe3;
    color: #ae1235;
    font-size: 0.72rem;
    font-weight: 900;
}

.cherry-ops-filterbar,
.cherry-workflow-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.cherry-workflow-view-toggle {
    min-height: 36px;
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(99, 112, 131, 0.24);
    border-radius: 6px;
    background: #fff;
}

.cherry-workflow-view-toggle button {
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-right: 1px solid rgba(99, 112, 131, 0.18);
    background: transparent;
    color: #4c596a;
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
}

.cherry-workflow-view-toggle button:last-child {
    border-right: 0;
}

.cherry-workflow-view-toggle button.is-active {
    background: #ae1235;
    color: #fff;
}

.cherry-ops-filterbar select,
.cherry-workflow-toolbar select {
    min-height: 36px;
    max-width: 180px;
    padding: 0 34px 0 12px;
    border: 1px solid rgba(99, 112, 131, 0.24);
    border-radius: 6px;
    background: #fff;
    color: #202938;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-ops-check {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border: 1px solid rgba(99, 112, 131, 0.2);
    border-radius: 6px;
    color: #4c596a;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-ops-icon-button,
.cherry-ops-clear {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-ops-icon-button {
    width: 38px;
    border: 1px solid rgba(99, 112, 131, 0.24);
    background: #fff;
    color: #283447;
}

.cherry-ops-clear {
    margin-left: auto;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: #ae1235;
}

.cherry-ops-work-list {
    display: grid;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.cherry-ops-row {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(300px, 1.6fr) minmax(120px, 0.7fr) minmax(170px, 0.95fr) minmax(150px, 0.85fr) 168px;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    background: #fff;
}

.cherry-ops-row:last-child {
    border-bottom: 0;
}

.cherry-ops-row-site,
.cherry-ops-row-stage,
.cherry-ops-row-owner,
.cherry-workflow-card-top,
.cherry-workflow-card-meta,
.cherry-workflow-task {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cherry-ops-row-site {
    color: inherit;
    text-decoration: none;
}

.cherry-ops-row-site:hover h3,
.cherry-ops-row-site:focus-visible h3 {
    color: #93102A;
}

.cherry-ops-row-image,
.cherry-workflow-thumb {
    width: 96px;
    height: 60px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 6px;
    background: #e9eef4;
    color: #637083;
}

.cherry-ops-row-image img,
.cherry-workflow-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cherry-ops-row-site > div {
    min-width: 0;
    max-width: 100%;
}

.cherry-ops-row h3,
.cherry-workflow-card h3 {
    margin: 0;
    overflow: hidden;
    color: #151923;
    font-size: 0.94rem;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-ops-row p,
.cherry-workflow-card p {
    margin: 2px 0 6px;
    overflow: hidden;
    color: #637083;
    font-size: 0.78rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-ops-type-pill {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid rgba(31, 111, 235, 0.24);
    border-radius: 4px;
    background: #eaf2ff;
    color: #1f6feb;
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1.15;
    overflow: hidden;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
}

.cherry-ops-row-status,
.cherry-ops-row-stage > div,
.cherry-ops-row-owner > div {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.cherry-ops-status {
    width: fit-content;
    max-width: 100%;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 4px;
    background: #f5dbe3;
    color: #ae1235;
    font-size: 0.73rem;
    font-weight: 900;
}

.cherry-ops-status.is-readytoadvance { background: #e6f5ed; color: #16864e; }
.cherry-ops-status.is-waitingonlandlord { background: #efe7ff; color: #6d3edb; }
.cherry-ops-status.is-overdue { background: #fff2e6; color: #d85f0d; }
.cherry-ops-status.is-blocked { background: #fde8e8; color: #b42318; }

.cherry-ops-row-status small,
.cherry-ops-row-stage small,
.cherry-ops-row-owner small,
.cherry-workflow-card-meta small,
.cherry-workflow-task {
    min-width: 0;
    color: #637083;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
}

.cherry-ops-row-status small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.cherry-ops-row-status small.is-overdue,
.cherry-workflow-card-meta small.is-overdue {
    color: #b42318;
}

.cherry-ops-row-stage small.is-optional-blocked {
    color: #8a4b00;
    font-weight: 800;
}

.cherry-ops-row-stage > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #9aa4b2;
    border-radius: 50%;
    color: #283447;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-ops-row-stage strong,
.cherry-ops-row-owner strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.82rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-ops-avatar {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f4dbe3;
    color: #ae1235;
    font-size: 0.68rem;
    font-weight: 900;
}

.cherry-ops-action {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #ae1235;
    border-radius: 6px;
    background: #ae1235;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.cherry-ops-action-cell {
    min-width: 0;
    display: grid;
    gap: 5px;
}

button.cherry-ops-action {
    width: 100%;
    cursor: pointer;
    font-family: inherit;
}

.cherry-ops-action:disabled {
    cursor: not-allowed;
    opacity: 0.62;
}

.cherry-ops-reminder-note {
    overflow: hidden;
    color: #637083;
    font-size: 0.68rem;
    font-weight: 800;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-ops-reminder-dialog {
    display: grid;
    gap: 12px;
}

.cherry-ops-reminder-dialog p {
    margin: 0;
    color: #46556b;
    font-size: 0.88rem;
    line-height: 1.45;
}

.cherry-ops-reminder-dialog p span {
    display: block;
    margin-top: 4px;
    color: #637083;
    font-size: 0.8rem;
    font-weight: 700;
}

.cherry-ops-reminder-field {
    display: grid;
    gap: 6px;
}

.cherry-ops-reminder-field span {
    color: #5b677a;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cherry-ops-reminder-field textarea {
    width: 100%;
    min-height: 112px;
    resize: vertical;
    border: 1px solid rgba(17, 24, 32, 0.16);
    border-radius: 6px;
    padding: 10px 12px;
    color: #151923;
    font: inherit;
    font-size: 0.88rem;
}

.cherry-ops-reminder-dialog .cherry-ops-check {
    align-items: flex-start;
    padding: 8px 10px;
}

.cherry-ops-reminder-dialog .cherry-ops-check small {
    color: #637083;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-ops-side-list {
    display: grid;
    gap: 12px;
}

.cherry-ops-side-list > div {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.cherry-ops-side-list strong {
    overflow: hidden;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-ops-side-list em {
    color: #151923;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
}

.cherry-ops-total {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    color: #4c596a;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-ops-empty {
    min-height: 180px;
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 24px;
    border: 1px dashed rgba(99, 112, 131, 0.28);
    border-radius: 6px;
    color: #637083;
    text-align: center;
}

.cherry-ops-empty strong {
    color: #202938;
    font-size: 0.94rem;
}

.cherry-ops-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    color: #4c596a;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-ops-pagination > div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cherry-ops-pagination button {
    min-width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(99, 112, 131, 0.22);
    border-radius: 6px;
    background: #fff;
    color: #202938;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-ops-pagination button.is-active {
    min-width: 34px;
    border-color: #ae1235;
    background: #ae1235;
    color: #fff;
    cursor: default;
}

.cherry-ops-pagination button:disabled:not(.is-active) {
    cursor: not-allowed;
    opacity: 0.5;
}

.cherry-ops-page-gap {
    min-width: 20px;
    display: inline-grid;
    place-items: center;
    color: #637083;
    font-weight: 900;
}

.cherry-ops-page-status {
    min-width: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4c596a;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.cherry-workflow-layout {
    grid-template-columns: minmax(0, 1fr);
}

.cherry-workflow-columns {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(260px, 1fr));
    align-items: start;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 10px;
    scroll-snap-type: x proximity;
}

.cherry-workflow-column {
    min-width: 0;
    width: 100%;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    scroll-snap-align: start;
}

.cherry-workflow-column header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cherry-workflow-column h2 {
    margin: 0;
    overflow: hidden;
    color: #ae1235;
    font-size: 0.9rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-workflow-column header span {
    min-width: 28px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    padding: 0 8px;
    border-radius: 6px;
    background: #f5dbe3;
    color: #ae1235;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-workflow-card-list {
    display: grid;
    gap: 10px;
    align-content: start;
}

.cherry-workflow-card {
    min-width: 0;
    width: 100%;
    display: grid;
    gap: 0;
    padding: 0;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(17, 24, 32, 0.06);
    overflow: hidden;
}

.cherry-workflow-card-media {
    position: relative;
    aspect-ratio: 16 / 7.5;
    min-height: 112px;
    overflow: hidden;
    background: #eef2f6;
}

.cherry-workflow-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cherry-workflow-card-media-empty {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    color: #637083;
    font-size: 0.72rem;
    font-weight: 800;
}

.cherry-workflow-card-media-empty .mud-icon-root {
    font-size: 1.45rem;
}

.cherry-workflow-card-body {
    display: grid;
    gap: 10px;
    padding: 11px;
}

.cherry-workflow-card-top {
    align-items: flex-start;
}

.cherry-workflow-card-top > div {
    min-width: 0;
    flex: 1 1 auto;
}

.cherry-workflow-card.is-overdue,
.cherry-workflow-card.is-blocked {
    border-color: rgba(180, 35, 24, 0.46);
    background: #fff8f8;
}

.cherry-workflow-card.is-waitingonlandlord {
    border-color: rgba(109, 62, 219, 0.4);
    background: #fbf8ff;
}

.cherry-workflow-card.is-readytoadvance {
    border-color: rgba(22, 134, 78, 0.36);
    background: #f7fffa;
}

.cherry-workflow-thumb {
    width: 68px;
    height: 48px;
}

.cherry-workflow-card-heading {
    min-width: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-workflow-card-heading p {
    margin-bottom: 0;
}

.cherry-workflow-card-facts {
    display: grid;
    gap: 6px;
    margin: 0;
}

.cherry-workflow-card-facts div {
    min-width: 0;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}

.cherry-workflow-card-facts dt,
.cherry-workflow-card-facts dd {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-workflow-card-facts dt {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #637083;
    font-size: 0.7rem;
    font-weight: 800;
}

.cherry-workflow-card-facts dt .mud-icon-root {
    font-size: 0.95rem;
}

.cherry-workflow-card-facts dd {
    color: #344054;
    font-size: 0.72rem;
    font-weight: 800;
}

.cherry-workflow-card-facts dd .cherry-ops-avatar {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    font-size: 0.56rem;
    vertical-align: middle;
}

.cherry-workflow-card-facts dd.is-warning {
    color: #d24114;
}

.cherry-workflow-card-facts dd.is-attention {
    color: #d85f0d;
}

.cherry-workflow-card-facts dd.is-ok {
    color: #16864e;
}

.cherry-workflow-task .mud-icon-root {
    flex: 0 0 auto;
    font-size: 1rem;
}

.cherry-workflow-task span {
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
}

.cherry-workflow-card-link,
.cherry-workflow-add {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 6px;
    color: #344054;
    font-size: 0.74rem;
    font-weight: 900;
    text-decoration: none;
}

.cherry-workflow-card-link {
    border: 1px solid #ae1235;
    background: #ae1235;
    color: #fff;
    box-shadow: 0 8px 18px rgba(174, 18, 53, 0.16);
}

.cherry-workflow-card-link:hover,
.cherry-workflow-card-link:focus-visible {
    border-color: #93102a;
    background: #93102a;
    color: #fff;
}

.cherry-workflow-add {
    border: 1px dashed rgba(99, 112, 131, 0.28);
    width: 100%;
}

.cherry-workflow-active-view {
    display: grid;
    gap: 7px;
}

.cherry-workflow-active-view strong {
    color: #202938;
    font-size: 0.9rem;
    font-weight: 900;
}

.cherry-workflow-active-view span,
.cherry-workflow-active-view a {
    color: #637083;
    font-size: 0.76rem;
    font-weight: 800;
}

.cherry-workflow-active-view a {
    color: #ae1235;
    text-decoration: none;
}

.cherry-workflow-quick-list {
    display: grid;
    gap: 8px;
}

.cherry-workflow-quick-list button,
.cherry-workflow-quick-list > div {
    min-width: 0;
    min-height: 34px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: left;
}

.cherry-workflow-quick-list button {
    cursor: pointer;
}

.cherry-workflow-quick-list span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-workflow-quick-list em {
    min-width: 26px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    padding: 0 7px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #344054;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.cherry-task-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 16px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.cherry-task-progress > div {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 10px;
    align-items: center;
    padding: 12px 14px;
    border-right: 1px solid rgba(17, 24, 32, 0.08);
    background: #fff;
}

.cherry-task-progress > div:last-child {
    border-right: 0;
}

.cherry-task-progress .mud-icon-root {
    grid-row: span 2;
    width: 32px;
    height: 32px;
    padding: 7px;
    border-radius: 999px;
    background: #f3e7eb;
    color: #93102A;
}

.cherry-task-progress > div:nth-child(4) .mud-icon-root {
    background: #eaf2ff;
    color: #1f6feb;
}

.cherry-task-progress > div:nth-child(4):has(strong.is-ready) .mud-icon-root {
    background: #e6f5ed;
    color: #16864e;
}

.cherry-task-progress span,
.cherry-task-progress strong {
    display: block;
}

.cherry-task-progress span {
    color: #637083;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-task-progress strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.78rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-task-progress strong.is-ready { color: #16864e; }
.cherry-task-progress strong.is-blocked { color: #526071; }

.cherry-task-progress-meter {
    grid-template-columns: auto minmax(92px, 0.7fr) minmax(76px, 0.3fr);
}

.cherry-task-progress-meter .mud-icon-root {
    grid-row: span 3;
}

.cherry-task-progress-meter strong {
    justify-self: end;
}

.cherry-task-progress-bar {
    grid-column: 2 / 4;
    height: 6px;
    border-radius: 999px;
    background: #e6e9ee;
    overflow: hidden;
}

.cherry-task-progress-bar span {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: #12a882;
}

.cherry-task-list,
.cherry-task-template-table {
    display: grid;
    gap: 10px;
}

.cherry-site-intake-summary {
    display: grid;
    gap: 14px;
    margin: 14px 0;
    padding: 16px;
    border: 1px solid rgba(177, 15, 50, 0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #fff9fb 100%);
}

.cherry-site-intake-summary-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.cherry-site-intake-summary-header span {
    color: #a90d2e;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-site-intake-summary-header h3 {
    margin: 3px 0;
    color: #101722;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-site-intake-summary-header p {
    margin: 0;
    color: #526071;
    font-size: 0.84rem;
    font-weight: 600;
}

.cherry-site-intake-summary-header .mud-icon-root {
    width: 38px;
    height: 38px;
    padding: 9px;
    border-radius: 999px;
    background: #f8e5eb;
    color: #b10f32;
}

.cherry-site-intake-summary-header .cherry-site-intake-edit-button .mud-icon-root {
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: currentColor;
}

.cherry-site-intake-summary dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.cherry-site-intake-summary dl > div {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border: 1px solid #edf0f4;
    border-radius: 6px;
    background: #fff;
}

.cherry-site-intake-summary dt {
    color: #526071;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-site-intake-summary dd {
    margin: 0;
    color: #526071;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
}

.cherry-site-intake-answer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.cherry-site-intake-answer-list span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid rgba(177, 15, 50, 0.16);
    border-radius: 999px;
    background: #fff8fa;
    color: #526071;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
}

.cherry-site-intake-edit {
    display: grid;
    gap: 12px;
}

.cherry-site-intake-edit-question {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    background: #fff;
}

.cherry-site-intake-edit-copy {
    display: grid;
    gap: 5px;
}

.cherry-site-intake-edit-copy label {
    color: #101722;
    font-size: 0.88rem;
    font-weight: 900;
}

.cherry-site-intake-edit-copy span {
    width: fit-content;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fff0f4;
    color: #a90d2e;
    font-size: 0.68rem;
    font-weight: 900;
}

.cherry-site-intake-edit-copy p {
    margin: 0;
    color: #526071;
    font-size: 0.82rem;
    line-height: 1.45;
}

.cherry-site-intake-edit-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.cherry-site-intake-edit-options.is-multi {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cherry-site-intake-edit-choice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.cherry-site-intake-edit-choice:has(input:checked) {
    border-color: rgba(177, 15, 50, 0.35);
    background: #fff8fa;
}

.cherry-site-intake-edit-choice input {
    margin-top: 2px;
}

.cherry-site-intake-edit-choice strong,
.cherry-site-intake-edit-choice small {
    display: block;
}

.cherry-site-intake-edit-choice strong {
    color: #101722;
    font-size: 0.86rem;
    line-height: 1.35;
}

.cherry-site-intake-edit-choice small {
    margin-top: 3px;
    color: #667085;
    font-size: 0.76rem;
    line-height: 1.35;
}

.cherry-site-intake-edit-select,
.cherry-site-intake-edit-text {
    width: 100%;
    border: 1px solid #d8c8cc;
    border-radius: 8px;
    background: #fff;
    color: #101722;
    font: 700 0.92rem 'Open Sans', sans-serif;
}

.cherry-site-intake-edit-select {
    min-height: 42px;
    padding: 0 12px;
}

.cherry-site-intake-edit-text {
    min-height: 108px;
    padding: 12px;
    resize: vertical;
}

.cherry-site-intake-edit-error {
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff1f4;
    color: #a90d2e;
    font-size: 0.82rem;
    font-weight: 800;
}

.cherry-site-intake-edit-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.cherry-task-template-suggestions {
    display: grid;
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(31, 111, 235, 0.18);
    border-radius: 6px;
    background: #f7fbff;
}

.cherry-task-template-suggestions > div:first-child {
    display: grid;
    gap: 4px;
}

.cherry-task-template-suggestions > div:first-child span {
    color: #1f6feb;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-task-template-suggestions > div:first-child strong {
    color: #202938;
    font-size: 0.88rem;
    font-weight: 900;
}

.cherry-task-template-suggestion-list {
    display: grid;
    gap: 8px;
}

.cherry-task-template-suggestion-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(31, 111, 235, 0.16);
    border-radius: 6px;
    background: #fff;
}

.cherry-task-template-suggestion-list article > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.cherry-task-template-suggestion-list strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.84rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-task-template-suggestion-list span {
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #4c596a;
    font-size: 0.7rem;
    font-weight: 900;
}

.cherry-task-template-suggestion-list .is-required {
    background: #f5dbe3;
    color: #ae1235;
}

.cherry-task-template-suggestion-list .is-optional {
    background: #eaf2ff;
    color: #1f6feb;
}

.cherry-task-template-suggestion-list button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(31, 111, 235, 0.28);
    border-radius: 6px;
    background: #fff;
    color: #1f6feb;
    font-size: 0.72rem;
    font-weight: 900;
}

.cherry-task-row,
.cherry-task-template-table article {
    min-width: 0;
    display: grid;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
}

.cherry-task-row {
    grid-template-columns: 34px minmax(0, 1fr) auto auto;
}

.cherry-task-row.is-completed {
    border-color: rgba(22, 134, 78, 0.28);
    background: #f7fffa;
}

.cherry-task-row.is-inprogress {
    border-color: rgba(31, 111, 235, 0.28);
    background: #f7fbff;
}

.cherry-task-row.is-blocked {
    border-color: rgba(180, 35, 24, 0.34);
    background: #fff8f8;
}

.cherry-task-row.is-skipped {
    background: #f4f5f7;
    color: #667085;
}

.cherry-task-row.is-order-blocked {
    border-color: rgba(17, 24, 32, 0.06);
    background: #f7f8fa;
    color: #98a2b3;
}

.cherry-task-row.is-order-blocked .cherry-task-main,
.cherry-task-row.is-order-blocked .cherry-task-due,
.cherry-task-row.is-order-blocked .cherry-task-status-label {
    opacity: 0.62;
}

.cherry-task-row.is-order-blocked .cherry-task-title-line strong {
    color: #667085;
}

.cherry-task-status-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f3f5f8;
    color: #637083;
}

.cherry-task-row.is-completed .cherry-task-status-icon { background: #e6f5ed; color: #16864e; }
.cherry-task-row.is-inprogress .cherry-task-status-icon { background: #eaf2ff; color: #1f6feb; }
.cherry-task-row.is-blocked .cherry-task-status-icon { background: #fde8e8; color: #b42318; }
.cherry-task-row.is-skipped .cherry-task-status-icon { background: #e9eef4; color: #667085; }

.cherry-task-main {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.cherry-task-title-line {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-task-title-line strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.92rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-task-title-line span,
.cherry-task-template-table span,
.cherry-task-requirement span {
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #4c596a;
    font-size: 0.7rem;
    font-weight: 900;
}

.cherry-task-title-line span.is-required,
.cherry-task-template-table .is-required,
.cherry-task-requirement .is-required {
    background: #f5dbe3;
    color: #ae1235;
}

.cherry-task-title-line span.is-optional,
.cherry-task-template-table .is-optional,
.cherry-task-requirement .is-optional {
    background: #eaf2ff;
    color: #1f6feb;
}

.cherry-task-main p,
.cherry-task-main small,
.cherry-task-due {
    margin: 0;
    color: #637083;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-task-due {
    justify-self: start;
    white-space: nowrap;
}

.cherry-task-requirement,
.cherry-task-status-label {
    align-self: center;
}

.cherry-task-status-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 0.74rem;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-task-status-label .mud-icon-root {
    font-size: 1rem;
}

.cherry-task-status-label.is-complete {
    color: #16864e;
}

.cherry-task-status-label.is-inprogress {
    color: #526071;
}

.cherry-task-status-label.is-notstarted {
    color: #667085;
}

.cherry-task-status-label.is-blocked {
    color: #b42318;
}

.cherry-task-status-label.is-skipped {
    color: #667085;
}

.cherry-task-main small.is-overdue,
.cherry-task-due.is-overdue { color: #b42318; }
.cherry-task-main small.is-today,
.cherry-task-due.is-today { color: #d85f0d; }

.cherry-task-actions,
.cherry-task-row-actions,
.cherry-task-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-task-actions button,
.cherry-task-template-table button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(99, 112, 131, 0.22);
    border-radius: 6px;
    background: #fff;
    color: #344054;
    font-size: 0.72rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-task-template-table button.is-danger {
    border-color: rgba(180, 35, 24, 0.24);
    color: #b42318;
}

.cherry-task-template-table button.is-danger:hover {
    background: #fff8f8;
}

.cherry-task-actions button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.cherry-task-actions button.is-primary {
    border-color: #a60d32;
    background: #a60d32;
    color: #ffffff;
}

.cherry-task-action-note {
    color: #5d6675;
    font-size: 0.82rem;
    font-weight: 800;
}

.cherry-section-scroll-anchor {
    display: block;
    height: 1px;
    margin-top: -18px;
    padding-top: 18px;
    pointer-events: none;
}

.cherry-task-template-table button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.cherry-task-footer {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-task-delete-copy {
    margin: 16px 0 0;
    color: #526071;
    font-size: 0.9rem;
    line-height: 1.45;
}

.cherry-task-empty {
    min-height: 150px;
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 20px;
    border: 1px dashed rgba(99, 112, 131, 0.28);
    border-radius: 6px;
    color: #637083;
    text-align: center;
}

.cherry-task-empty strong {
    color: #202938;
    font-size: 0.92rem;
}

.cherry-task-empty-no-action {
    position: relative;
    min-height: 148px;
    padding: 28px 24px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(18, 168, 130, 0.5);
    background:
        radial-gradient(circle at 50% 0%, rgba(18, 168, 130, 0.18) 0%, rgba(18, 168, 130, 0) 48%),
        linear-gradient(180deg, #ffffff 0%, #eefaf5 100%);
    box-shadow:
        0 16px 36px rgba(18, 168, 130, 0.16),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.cherry-task-empty-no-action::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(18, 168, 130, 0.12);
    border-radius: 5px;
    pointer-events: none;
}

.cherry-task-empty-no-action > * {
    position: relative;
    z-index: 1;
}

.cherry-task-empty-no-action .mud-icon-root {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 999px;
    background: #d9f8eb;
    color: #0f8f69;
    box-shadow: 0 8px 18px rgba(18, 168, 130, 0.22);
}

.cherry-task-empty-no-action strong {
    font-size: 1rem;
}

.cherry-task-empty-no-action span {
    max-width: 260px;
    color: #586a7d;
    font-size: 0.9rem;
    line-height: 1.45;
}

.cherry-task-empty-attention {
    position: relative;
    min-height: 148px;
    padding: 28px 24px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(174, 18, 53, 0.36);
    background:
        radial-gradient(circle at 50% 0%, rgba(174, 18, 53, 0.14) 0%, rgba(174, 18, 53, 0) 52%),
        linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
    box-shadow:
        0 16px 36px rgba(174, 18, 53, 0.13),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.cherry-task-empty-attention::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(174, 18, 53, 0.1);
    border-radius: 5px;
    pointer-events: none;
}

.cherry-task-empty-attention > * {
    position: relative;
    z-index: 1;
}

.cherry-task-empty-attention .mud-icon-root {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 999px;
    background: #fde8ee;
    color: #a30d2f;
    box-shadow: 0 8px 18px rgba(174, 18, 53, 0.18);
}

.cherry-task-empty-attention strong {
    color: #92112d;
    font-size: 1rem;
}

.cherry-task-empty-attention span {
    max-width: 270px;
    color: #5f3541;
    font-size: 0.9rem;
    line-height: 1.45;
}

.cherry-admin-action-button.cherry-supporting-documents-complete-button.mud-button-filled {
    min-height: 44px;
    padding-inline: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    background: linear-gradient(135deg, #8f0d29 0%, #b3133b 100%) !important;
    box-shadow:
        0 13px 28px rgba(168, 15, 45, 0.28),
        0 0 0 4px rgba(168, 15, 45, 0.1);
    transform: translateY(0);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.cherry-admin-action-button.cherry-supporting-documents-complete-button.mud-button-filled:hover,
.cherry-admin-action-button.cherry-supporting-documents-complete-button.mud-button-filled:focus-visible {
    box-shadow:
        0 16px 34px rgba(168, 15, 45, 0.34),
        0 0 0 5px rgba(168, 15, 45, 0.14);
    filter: saturate(1.04);
    transform: translateY(-1px);
}

.cherry-admin-action-button.cherry-supporting-documents-complete-button.mud-button-filled,
.cherry-admin-action-button.cherry-supporting-documents-complete-button.mud-button-filled .mud-button-label,
.cherry-admin-action-button.cherry-supporting-documents-complete-button.mud-button-filled .mud-button-icon,
.cherry-admin-action-button.cherry-supporting-documents-complete-button.mud-button-filled .mud-icon-root {
    color: #ffffff !important;
}

.cherry-task-dialog {
    max-width: 620px;
}

.cherry-task-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.cherry-task-form label {
    min-width: 0;
    display: grid;
    gap: 6px;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-task-form label:has(textarea),
.cherry-task-form .mud-alert,
.cherry-task-check {
    grid-column: 1 / -1;
}

.cherry-task-form input,
.cherry-task-form select,
.cherry-task-form textarea {
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid rgba(99, 112, 131, 0.24);
    border-radius: 6px;
    background: #fff;
    color: #202938;
    font: inherit;
}

.cherry-task-check {
    display: flex !important;
    align-items: center;
    gap: 8px;
    grid-template-columns: none !important;
}

.cherry-task-check input[type="checkbox"] {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    margin: 0;
    padding: 0;
    accent-color: #a40b2d;
}

.cherry-task-settings {
    display: grid;
    gap: 16px;
}

.cherry-task-settings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cherry-task-settings-header > div > span {
    color: #ae1235;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-task-settings-header h2 {
    margin: 2px 0 4px;
    color: #151923;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-task-settings-header p {
    margin: 0;
    color: #637083;
    font-size: 0.82rem;
}

.cherry-task-template-table article {
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.8fr) minmax(180px, 0.7fr) auto;
}

.cherry-task-template-group {
    display: grid;
    gap: 8px;
}

.cherry-task-template-group-header {
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 2px 6px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.1);
}

.cherry-task-template-group-header > div:first-child {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.cherry-task-template-group-header > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-task-template-group-header span {
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #4c596a;
    font-size: 0.7rem;
    font-weight: 900;
}

.cherry-task-template-group-header > div:first-child span {
    min-height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #ae1235;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-task-template-group-header h3 {
    margin: 0;
    overflow: hidden;
    color: #151923;
    font-size: 0.98rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-task-template-group-items {
    display: grid;
    gap: 8px;
}

.cherry-task-template-table article > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-task-template-table strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.88rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-org-admin {
    display: grid;
    gap: 16px;
}

.cherry-org-admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cherry-org-admin-header > div:first-child > span,
.cherry-org-section-heading span {
    color: #ae1235;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-org-admin-header h2,
.cherry-org-detail-header h3,
.cherry-org-section-heading h4 {
    margin: 2px 0 4px;
    color: #151923;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-org-admin-header p,
.cherry-org-detail-header p {
    margin: 0;
    color: #637083;
    font-size: 0.82rem;
}

.cherry-org-admin-header > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.cherry-org-access,
.cherry-org-status {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #4c596a;
    font-size: 0.74rem;
    font-weight: 900;
}

.cherry-org-access.is-elevated,
.cherry-org-status.is-active {
    background: #e9f8ef;
    color: #16864e;
}

.cherry-org-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2fr);
    gap: 16px;
}

.cherry-org-list,
.cherry-org-detail {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-org-list-tools,
.cherry-org-pagination,
.cherry-org-detail-header,
.cherry-org-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cherry-org-check {
    min-width: 0;
    display: inline-flex !important;
    align-items: center;
    gap: 8px !important;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-org-check input {
    width: 14px;
    height: 14px;
    accent-color: #ae1235;
}

.cherry-org-cards,
.cherry-org-member-list {
    display: grid;
    gap: 8px;
}

.cherry-org-card {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.cherry-org-card.is-selected {
    border-color: rgba(174, 18, 53, 0.32);
    background: #fff7f9;
}

.cherry-org-card-icon,
.cherry-org-member-avatar {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f3f5f8;
    color: #4c596a;
}

.cherry-org-card span:nth-child(2),
.cherry-org-member > div {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.cherry-org-card strong,
.cherry-org-member strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.86rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-org-card small,
.cherry-org-member span {
    overflow: hidden;
    color: #637083;
    font-size: 0.76rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-org-card em {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #4c596a;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 900;
}

.cherry-proposal-icon {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 7px;
    background: #fff3f6;
    color: #b10f35;
}

.cherry-proposal-records-heading span,
.cherry-proposal-records-heading strong {
    display: block;
}

.cherry-proposal-builder {
    display: grid;
    grid-template-columns: minmax(220px, .28fr) minmax(0, 1fr);
    gap: 16px;
    margin: 14px 0 18px;
    border: 1px solid rgba(177, 15, 53, 0.16);
    border-radius: 7px;
    padding: 16px;
    background: linear-gradient(180deg, #fff, #fff8fa);
}

.cherry-proposal-builder-copy span {
    display: block;
    color: #b10f35;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cherry-proposal-builder-copy strong {
    display: block;
    margin-top: 4px;
    color: #151923;
    font-size: .96rem;
    font-weight: 950;
}

.cherry-proposal-builder-copy p {
    margin: 8px 0 0;
    color: #526071;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.45;
}

.cherry-proposal-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cherry-proposal-form .mud-input-control {
    margin: 0;
}

.cherry-proposal-form-wide {
    grid-column: span 2;
}

.cherry-proposal-form-section,
.cherry-proposal-form-heading {
    grid-column: 1 / -1;
}

.cherry-proposal-form-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(177, 15, 53, 0.16);
    border-radius: 7px;
    padding: 11px 12px;
    background: #fff;
}

.cherry-proposal-form-section span,
.cherry-proposal-form-section strong {
    display: block;
}

.cherry-proposal-form-section span {
    color: #697386;
    font-size: .66rem;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cherry-proposal-form-section strong {
    color: #b10f35;
    font-size: .86rem;
    font-weight: 950;
}

.cherry-proposal-form-heading {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-proposal-form-heading h4 {
    margin: 0;
    color: #172033;
    font-size: .9rem;
    font-weight: 950;
}

.cherry-proposal-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 7px;
    padding: 8px 10px;
    background: #fff;
}

.cherry-proposal-builder-actions {
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
}

.cherry-proposal-records {
    display: grid;
    gap: 12px;
}

.cherry-proposal-records-heading span {
    color: #b10f35;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cherry-proposal-records-heading strong {
    margin-top: 3px;
    color: #151923;
    font-size: .94rem;
    font-weight: 950;
}

.cherry-proposal-card {
    display: grid;
    gap: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 7px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.035);
}

.cherry-proposal-card-main {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cherry-proposal-card-main strong,
.cherry-proposal-card-main small {
    display: block;
}

.cherry-proposal-card-main strong {
    color: #151923;
    font-size: .96rem;
    font-weight: 950;
}

.cherry-proposal-card-main small {
    margin-top: 3px;
    color: #697386;
    font-size: .76rem;
    font-weight: 800;
}

.cherry-proposal-terms {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.cherry-proposal-terms > span {
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    padding: 10px 12px;
    background: #f8fafc;
}

.cherry-proposal-terms small,
.cherry-proposal-terms strong {
    display: block;
}

.cherry-proposal-terms small {
    color: #697386;
    font-size: .66rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cherry-proposal-terms strong {
    margin-top: 4px;
    color: #151923;
    font-size: .82rem;
    font-weight: 950;
}

.cherry-proposal-notes {
    display: grid;
    gap: 8px;
    border-left: 3px solid #f5d3dc;
    padding-left: 12px;
    color: #344054;
    font-size: .82rem;
    font-weight: 750;
    line-height: 1.45;
}

.cherry-proposal-notes p {
    margin: 0;
}

.cherry-proposal-documents {
    display: grid;
    grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 7px;
    padding: 12px;
    background: #fbfcfe;
}

.cherry-proposal-documents > div:first-child span,
.cherry-proposal-documents > div:first-child strong {
    display: block;
}

.cherry-proposal-documents > div:first-child span {
    color: #697386;
    font-size: .66rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cherry-proposal-documents > div:first-child strong {
    margin-top: 4px;
    color: #151923;
    font-size: .82rem;
    font-weight: 950;
}

.cherry-proposal-document-list,
.cherry-proposal-version-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.cherry-proposal-document-list button,
.cherry-proposal-document-list label,
.cherry-proposal-revision-button {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(177, 15, 53, 0.28);
    border-radius: 6px;
    padding: 0 11px;
    background: #fff;
    color: #b10f35;
    font-size: .74rem;
    font-weight: 950;
    cursor: pointer;
}

.cherry-proposal-document-list label {
    position: relative;
    overflow: hidden;
    background: #b10f35;
    color: #fff;
}

.cherry-proposal-document-list label input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.cherry-proposal-version-list {
    justify-content: flex-start;
}

.cherry-proposal-version-list span {
    border-radius: 999px;
    padding: 5px 9px;
    background: #f3f5f8;
    color: #526071;
    font-size: .7rem;
    font-weight: 850;
}

.cherry-proposal-revision-button {
    width: fit-content;
    background: #fff;
}

.cherry-org-pagination {
    padding-top: 6px;
    color: #637083;
    font-size: 0.76rem;
    font-weight: 900;
}

.cherry-org-pagination > div {
    display: flex;
    gap: 6px;
}

.cherry-org-pagination button,
.cherry-org-member-actions button {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(99, 112, 131, 0.22);
    border-radius: 6px;
    background: #fff;
    color: #344054;
    font-size: 0.72rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-org-pagination button {
    width: 34px;
    padding: 0;
}

.cherry-org-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

.cherry-org-detail-header {
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-org-detail-header > div:first-child > span {
    color: #ae1235;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-org-detail-header > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-org-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.cherry-org-facts span {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fbfcfe;
}

.cherry-org-facts small {
    color: #637083;
    font-size: 0.7rem;
    font-weight: 900;
}

.cherry-org-facts strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.82rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-org-members {
    display: grid;
    gap: 10px;
    padding-top: 2px;
}

.cherry-org-member {
    min-width: 0;
    display: grid;
    grid-template-columns: 40px minmax(160px, 1.1fr) minmax(140px, 0.9fr) minmax(160px, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-org-member-avatar {
    background: #f5dbe3;
    color: #ae1235;
    font-size: 0.74rem;
    font-weight: 900;
}

.cherry-org-member-flags,
.cherry-org-member-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.cherry-org-member-flags span {
    min-height: 23px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #4c596a;
    font-size: 0.68rem;
    font-weight: 900;
}

.cherry-org-empty {
    min-height: 140px;
    display: grid;
    place-items: center;
    gap: 6px;
    padding: 20px;
    border: 1px dashed rgba(99, 112, 131, 0.28);
    border-radius: 8px;
    color: #637083;
    text-align: center;
}

.cherry-org-empty.is-large {
    min-height: 380px;
}

.cherry-org-empty .mud-icon-root {
    color: #637083;
}

.cherry-org-empty strong {
    color: #202938;
    font-size: 0.92rem;
}

.cherry-org-dialog {
    width: min(880px, 100%);
}

.cherry-org-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cherry-org-form.is-compact {
    grid-template-columns: 1fr;
}

.cherry-org-form label {
    min-width: 0;
    display: grid;
    gap: 6px;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-org-form input,
.cherry-org-form select {
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid rgba(99, 112, 131, 0.24);
    border-radius: 6px;
    background: #fff;
    color: #202938;
    font: inherit;
}

.cherry-account-user-picker {
    display: grid;
    gap: 10px;
}

.cherry-account-user-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
}

.cherry-account-user-search-row .mud-button-root {
    min-height: 38px;
    white-space: nowrap;
}

.cherry-account-user-selected,
.cherry-account-user-results button {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.cherry-account-user-selected {
    padding: 10px;
    border: 1px solid rgba(159, 18, 57, 0.22);
    border-radius: 8px;
    background: rgba(159, 18, 57, 0.04);
}

.cherry-account-user-selected > span,
.cherry-account-user-results button > span {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: rgba(159, 18, 57, 0.12);
    color: #9f1239;
    font-size: 0.74rem;
    font-weight: 900;
}

.cherry-account-user-selected strong,
.cherry-account-user-results strong {
    display: block;
    color: #111820;
    font-size: 0.9rem;
    line-height: 1.2;
}

.cherry-account-user-selected small,
.cherry-account-user-results small {
    display: block;
    margin-top: 2px;
    color: #5b6878;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
}

.cherry-account-user-selected button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #9f1239;
    cursor: pointer;
}

.cherry-account-user-results {
    display: grid;
    gap: 6px;
    max-height: 260px;
    overflow: auto;
    padding: 4px;
    border: 1px solid rgba(99, 112, 131, 0.16);
    border-radius: 8px;
    background: #fbfcfe;
}

.cherry-account-user-results button {
    width: 100%;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.cherry-account-user-results button:hover,
.cherry-account-user-results button.is-selected {
    border-color: rgba(159, 18, 57, 0.26);
    background: rgba(159, 18, 57, 0.04);
}

.cherry-account-user-results em {
    max-width: 130px;
    color: #667085;
    font-size: 0.72rem;
    font-style: normal;
    text-align: right;
}

.cherry-org-role-permissions {
    min-width: 0;
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-org-role-tools {
    display: grid;
    grid-template-columns: minmax(220px, 360px) auto;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fbfcfe;
}

.cherry-org-role-tools label {
    min-width: 0;
    display: grid;
    gap: 6px;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-org-role-tools select {
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid rgba(99, 112, 131, 0.24);
    border-radius: 6px;
    background: #fff;
    color: #202938;
    font: inherit;
}

.cherry-org-role-description {
    display: block;
    max-width: 100%;
    color: #637083;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-org-role-tools > div {
    display: grid;
    justify-items: end;
    gap: 2px;
}

.cherry-org-role-tools strong {
    color: #ae1235;
    font-size: 1.2rem;
    font-weight: 900;
}

.cherry-org-role-tools span {
    color: #637083;
    font-size: 0.76rem;
    font-weight: 900;
}

.cherry-org-permission-groups {
    display: grid;
    gap: 10px;
}

.cherry-org-permission-group {
    min-width: 0;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-org-permission-group > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-org-permission-group > div:first-child strong {
    color: #151923;
    font-size: 0.88rem;
    font-weight: 900;
}

.cherry-org-permission-group > div:first-child span {
    min-height: 23px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #4c596a;
    font-size: 0.68rem;
    font-weight: 900;
}

.cherry-org-permission-group > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.cherry-org-permission-option {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(99, 112, 131, 0.16);
    border-radius: 8px;
    background: #fbfcfe;
}

.cherry-org-permission-option input {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    accent-color: #ae1235;
}

.cherry-org-permission-option span {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.cherry-org-permission-option strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.8rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-org-permission-option small {
    overflow: hidden;
    color: #637083;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1320px) {
    .cherry-workflow-layout {
        grid-template-columns: 1fr;
    }

    .cherry-workflow-side {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cherry-ops-row {
        grid-template-columns: minmax(220px, 1.4fr) minmax(118px, 0.8fr) minmax(180px, 1fr) 160px;
    }

    .cherry-ops-action {
        grid-column: auto;
    }

    .cherry-org-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1050px) {
    .cherry-workflow-summary,
    .cherry-workflow-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-task-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-org-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-org-permission-group > div:last-child {
        grid-template-columns: 1fr;
    }

    .cherry-org-member {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .cherry-org-member-flags,
    .cherry-org-member-actions {
        grid-column: 2;
        justify-content: flex-start;
    }

    .cherry-ops-row {
        grid-template-columns: minmax(0, 1fr) minmax(130px, 0.5fr);
    }

    .cherry-ops-row-stage,
    .cherry-ops-row-owner,
    .cherry-ops-action {
        grid-column: auto;
    }
}

@media (max-width: 720px) {
    .cherry-ops-hero {
        align-items: flex-start;
        flex-direction: column;
        min-height: 170px;
        padding: 20px;
    }

    .cherry-pipeline-context {
        align-items: stretch;
        flex-direction: column;
    }

    .cherry-pipeline-context-main {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .cherry-pipeline-context-main button {
        justify-content: space-between;
    }

    .cherry-workflow-summary,
    .cherry-workflow-side {
        grid-template-columns: 1fr;
    }

    .cherry-org-admin-header,
    .cherry-org-detail-header,
    .cherry-org-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-org-facts,
    .cherry-org-form,
    .cherry-org-role-tools {
        grid-template-columns: 1fr;
    }

    .cherry-org-role-tools > div {
        justify-items: start;
    }

    .cherry-ops-row {
        grid-template-columns: 1fr;
    }

    .cherry-task-progress,
    .cherry-task-row,
    .cherry-task-template-table article {
        grid-template-columns: 1fr;
    }

    .cherry-task-template-group-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-task-status-icon {
        justify-self: start;
    }

    .cherry-task-actions,
    .cherry-task-footer {
        justify-content: flex-start;
    }

    .cherry-ops-row-site {
        align-items: flex-start;
    }

    .cherry-ops-filterbar select,
    .cherry-workflow-toolbar select,
    .cherry-workflow-view-toggle,
    .cherry-ops-clear {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .cherry-workflow-view-toggle button {
        flex: 1 1 0;
    }

    .cherry-ops-pagination {
        align-items: flex-start;
        flex-direction: column;
    }
}

.cherry-admin-sites-toolbar {
    display: flex;
    justify-content: flex-end;
}

.cherry-admin-site-filters {
    padding: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, 0.07);
    box-shadow: 0 4px 14px rgba(17, 24, 32, 0.04);
    overflow: hidden;
}

.cherry-admin-site-filter-row {
    display: grid;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
}

.cherry-admin-site-filter-row-location {
    grid-template-columns: 88px minmax(280px, 1fr) 72px 106px;
}

.cherry-admin-site-filter-row-advanced {
    grid-template-columns: repeat(5, minmax(150px, 1fr)) minmax(130px, auto);
    border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-admin-site-filter-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #93102A;
    font-size: 0.76rem;
    font-weight: 900;
}

.cherry-admin-site-filter-label .mud-icon-root {
    font-size: 1.14rem;
}

.cherry-admin-site-filter-row .mud-input-control {
    margin: 0 !important;
}

.cherry-admin-site-filter-row .mud-input-control > .mud-input-control-input-container {
    margin-top: 0 !important;
}

.cherry-admin-site-filter-row .mud-input-root {
    min-height: 36px !important;
    height: 36px !important;
    background: #fff;
    font-size: 0.72rem;
}

.cherry-admin-site-filter-row .mud-input-slot {
    min-height: 34px !important;
    padding: 7px 8px 5px !important;
    line-height: 1.2 !important;
    display: flex;
    align-items: center;
}

.cherry-admin-site-filter-row .mud-select .mud-input-slot {
    padding-top: 9px !important;
    padding-bottom: 3px !important;
}

.cherry-admin-site-filter-row .mud-select-input {
    display: flex !important;
    align-items: center !important;
    min-height: 20px !important;
    line-height: 1.2 !important;
}

.cherry-admin-site-filter-row .mud-input-adornment {
    margin-inline-start: 6px !important;
    align-self: center !important;
}

.cherry-admin-site-filter-row .mud-input-adornment .mud-icon-root {
    color: #7c8794;
    font-size: 0.92rem;
}

.cherry-admin-site-filter-row .mud-input-label {
    color: #6b7280;
    font-size: 0.58rem;
    font-weight: 700;
}

.cherry-admin-site-filter-row .mud-input-label-outlined {
    transform: translate(12px, -6px) scale(0.78);
}

.cherry-admin-site-filter-row .mud-input > input.mud-input-root-outlined {
    padding: 8px 10px 6px !important;
    line-height: 1.2 !important;
}

.cherry-admin-site-filter-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    grid-column: span 2;
    white-space: nowrap;
}

.cherry-admin-site-filter-actions .mud-button-root {
    min-height: 28px;
    padding-inline: 8px;
    font-size: 0.68rem;
    font-weight: 900;
}

.cherry-admin-site-filter-clear {
    color: #93102A !important;
    background: transparent !important;
}

.cherry-admin-site-filter-advanced {
    border-radius: 3px !important;
    background: rgba(147, 16, 42, 0.06) !important;
    color: #93102A !important;
}

.cherry-admin-site-filter-advanced .mud-icon-root {
    font-size: 0.88rem;
}

.cherry-admin-site-filter-flags {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 2px;
}

.cherry-admin-site-filter-flags .mud-checkbox {
    padding: 0;
}

.cherry-admin-site-filter-flags .mud-checkbox .mud-icon-root {
    color: #93102A;
    font-size: 1rem;
}

.cherry-admin-site-filter-flags .mud-typography {
    font-size: 0.72rem;
}

@media (max-width: 1100px) {
    .cherry-admin-site-filter-row-location,
    .cherry-admin-site-filter-row-advanced {
        grid-template-columns: 1fr 1fr;
    }

    .cherry-admin-site-filter-label,
    .cherry-admin-site-filter-actions {
        grid-column: 1 / -1;
    }

    .cherry-admin-site-filter-actions {
        justify-content: flex-start;
    }
}

.cherry-user-admin-card {
    display: grid;
    gap: 22px;
}

.cherry-user-admin-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.cherry-user-admin-toolbar p,
.cherry-admin-modal-header p {
    margin: 0 0 6px;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-user-admin-toolbar h2,
.cherry-admin-modal-header h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-user-admin-toolbar span {
    display: block;
    margin-top: 8px;
    color: #5d6675;
    line-height: 1.55;
}

.cherry-user-admin-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cherry-user-admin-summary > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    min-height: 74px;
    padding: 14px 16px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
}

.cherry-user-admin-summary .mud-icon-root {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    padding: 9px;
    border-radius: 999px;
    background: rgba(147, 16, 42, 0.08);
    color: #93102A;
}

.cherry-user-admin-summary span {
    color: #596679;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-user-admin-summary strong {
    color: #111820;
    font-size: 1.08rem;
    font-weight: 900;
}

.cherry-user-admin-search {
    display: grid;
    grid-template-columns: repeat(5, minmax(140px, 1fr)) auto;
    gap: 12px;
    align-items: end;
    padding: 16px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fbfcfd;
}

.cherry-user-admin-search label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.cherry-user-admin-search label span {
    color: #536176;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-user-admin-search input,
.cherry-user-admin-search select {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid #cfd7e2;
    border-radius: 6px;
    background: #fff;
    color: #111820;
    font: inherit;
    font-weight: 700;
}

.cherry-user-admin-search input:focus,
.cherry-user-admin-search select:focus {
    border-color: #93102A;
    box-shadow: 0 0 0 3px rgba(147, 16, 42, 0.10);
    outline: none;
}

.cherry-user-admin-search-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-user-add-button {
    min-width: 178px !important;
    min-height: 40px !important;
    padding-inline: 22px !important;
    white-space: nowrap !important;
}

.cherry-user-add-button .mud-button-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 8px !important;
    white-space: nowrap !important;
}

.cherry-user-add-button .mud-button-icon-start {
    margin: 0 !important;
}

.cherry-user-admin-table {
    overflow-x: auto;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
}

.cherry-user-admin-table-head,
.cherry-user-admin-table article {
    display: grid;
    grid-template-columns: minmax(280px, 1.35fr) minmax(160px, 0.75fr) minmax(190px, 0.72fr) minmax(250px, 1fr) minmax(140px, 0.48fr) 96px;
    gap: 34px;
    align-items: center;
    min-width: 1300px;
}

.cherry-user-admin-table-head {
    min-height: 44px;
    padding: 0 18px;
    border-bottom: 1px solid #dfe5ec;
    background: #f6f8fa;
    color: #536176;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-user-admin-table-head span:nth-child(3),
.cherry-user-admin-table-head span:nth-child(5),
.cherry-user-admin-table-head span:nth-child(6) {
    text-align: center;
}

.cherry-user-admin-table article {
    min-height: 82px;
    padding: 14px 18px;
    border-bottom: 1px solid #edf0f3;
    color: #344156;
    font-weight: 700;
}

.cherry-user-admin-table article:last-child {
    border-bottom: 0;
}

.cherry-user-admin-table article:hover {
    background: #fbfcfd;
}

.cherry-user-table-user {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
}

.cherry-user-table-user strong {
    display: block;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
}

.cherry-user-table-user span,
.cherry-user-table-contact span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #536176;
    font-size: 0.88rem;
    overflow-wrap: anywhere;
}

.cherry-user-table-contact {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.cherry-user-table-contact .mud-icon-root {
    flex: 0 0 auto;
    color: #93102A;
    font-size: 1rem;
}

.cherry-user-role-cell,
.cherry-user-status-cell {
    display: flex;
    align-items: center;
    min-height: 100%;
    min-width: 0;
}

.cherry-user-role-cell {
    justify-content: center;
}

.cherry-user-status-cell {
    justify-content: center;
    justify-self: stretch;
}

.cherry-user-status-pill {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cherry-user-status-pill.is-neutral {
    background: rgba(4, 120, 87, 0.10);
    color: #047857;
}

.cherry-user-status-pill.is-disabled {
    background: rgba(245, 158, 11, 0.13);
    color: #92400e;
}

.cherry-user-admin-table-empty {
    padding: 28px;
    color: #5d6675;
    font-weight: 800;
    text-align: center;
}

.cherry-user-row-actions {
    display: flex;
    justify-content: center;
    gap: 4px;
    justify-self: center;
}

.cherry-user-admin-grid {
    display: grid;
    gap: 14px;
}

.cherry-user-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 32, 0.04);
}

.cherry-user-card-avatar {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #93102A;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cherry-user-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cherry-user-card-main {
    min-width: 0;
}

.cherry-user-card-heading {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.cherry-user-card-heading h3 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.22rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cherry-user-card-heading span {
    color: #6b7280;
    font-size: 0.9rem;
}

.cherry-user-role-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(147, 16, 42, 0.08);
    color: #93102A !important;
    font-size: 0.76rem !important;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
}

.cherry-user-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: #2f3947;
    font-size: 0.92rem;
}

.cherry-user-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.cherry-user-card-meta .mud-icon-root {
    color: #93102A;
    font-size: 1.08rem;
}

.cherry-user-card-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-user-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 16px;
    background: #fbf8f9;
}

.cherry-user-pagination strong {
    display: block;
    color: #111820;
    font-weight: 800;
}

.cherry-user-pagination span {
    display: block;
    margin-top: 3px;
    color: #6b7280;
    font-size: 0.86rem;
}

.cherry-user-pagination-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.cherry-user-pagination-size {
    width: 120px;
    min-width: 120px;
}

.cherry-user-admin-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 220px;
    padding: 34px;
    border: 1px dashed rgba(147, 16, 42, 0.24);
    border-radius: 20px;
    background: #fbf8f9;
    color: #5d6675;
    text-align: center;
}

.cherry-user-admin-empty .mud-icon-root {
    color: #93102A;
    font-size: 2.2rem;
}

.cherry-user-admin-empty strong {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
}

.cherry-admin-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(17, 24, 32, 0.48);
    backdrop-filter: blur(4px);
}

.cherry-admin-modal {
    width: min(720px, 100%);
    max-height: min(860px, calc(100vh - 48px));
    overflow-y: auto;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(17, 24, 32, 0.24);
}

.cherry-admin-modal-small {
    width: min(520px, 100%);
}

.cherry-offboarding-modal {
    width: min(760px, 100%);
}

.cherry-workload-modal {
    width: min(820px, 100%);
}

.cherry-workload-layout {
    display: grid;
    gap: 16px;
}

.cherry-workload-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: #fff8fa;
}

.cherry-workload-summary strong,
.cherry-workload-summary span {
    display: block;
}

.cherry-workload-summary strong {
    color: #242a33;
    font-size: 0.94rem;
    font-weight: 900;
}

.cherry-workload-summary span {
    margin-top: 3px;
    color: #667085;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-workload-site-list label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(36, 42, 51, 0.1);
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
}

.cherry-workload-site-list input {
    width: 16px;
    height: 16px;
    accent-color: #93102A;
}

.cherry-offboarding-summary,
.cherry-offboarding-ready {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.14);
    border-radius: 8px;
    background: #fff8fa;
    color: #2f3742;
}

.cherry-offboarding-summary .mud-icon-root,
.cherry-offboarding-ready .mud-icon-root {
    color: #93102A;
}

.cherry-offboarding-summary strong,
.cherry-offboarding-ready span {
    display: block;
    font-size: 0.94rem;
    font-weight: 800;
}

.cherry-offboarding-summary span {
    display: block;
    margin-top: 4px;
    color: #5d6675;
    font-size: 0.88rem;
    line-height: 1.45;
}

.cherry-offboarding-assignments {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.cherry-offboarding-section-header strong {
    display: block;
    color: #242a33;
    font-size: 0.98rem;
    font-weight: 900;
}

.cherry-offboarding-section-header span {
    display: block;
    margin-top: 3px;
    color: #697386;
    font-size: 0.86rem;
    line-height: 1.4;
}

.cherry-offboarding-site-list {
    display: grid;
    gap: 8px;
    max-height: 230px;
    overflow-y: auto;
}

.cherry-offboarding-site-list article {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(36, 42, 51, 0.1);
    border-radius: 8px;
    background: #ffffff;
}

.cherry-offboarding-site-list .mud-icon-root {
    color: #5f6d7e;
}

.cherry-offboarding-site-list strong {
    display: block;
    color: #242a33;
    font-size: 0.9rem;
    font-weight: 800;
}

.cherry-offboarding-site-list span {
    display: block;
    margin-top: 2px;
    color: #7c8797;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-admin-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.cherry-admin-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-radius: 8px;
    background: #fff;
    color: #93102A;
    cursor: pointer;
}

.cherry-admin-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px;
}

.cherry-admin-password-rules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    margin-top: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-left: 4px solid rgba(147, 16, 42, 0.45);
    border-radius: 8px;
    background: rgba(147, 16, 42, 0.04);
    color: #5d6675;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.cherry-admin-password-rules span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5d6675;
}

.cherry-admin-password-rules span::before {
    content: "";
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    border: 1.8px solid rgba(147, 16, 42, 0.42);
    border-radius: 999px;
    background: #fff;
}

.cherry-admin-password-rules span::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 7px;
    height: 4px;
    border-left: 1.8px solid #fff;
    border-bottom: 1.8px solid #fff;
    transform: translateY(-62%) rotate(-45deg);
    opacity: 0;
}

.cherry-admin-password-rules span.is-met {
    color: #175f44;
}

.cherry-admin-password-rules span.is-met::before {
    border-color: #175f44;
    background: #175f44;
}

.cherry-admin-password-rules span.is-met::after {
    opacity: 1;
}

.cherry-admin-password-rules.is-complete {
    border-color: rgba(23, 95, 68, 0.18);
    border-left-color: #175f44;
    background: rgba(23, 95, 68, 0.07);
}

@media (max-width: 900px) {
    .cherry-admin-header {
        padding: 28px;
    }

    .cherry-user-admin-toolbar,
    .cherry-user-admin-search,
    .cherry-user-card {
        grid-template-columns: 1fr;
    }

    .cherry-user-admin-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-user-card-actions,
    .cherry-user-admin-toolbar > .mud-button-root,
    .cherry-user-admin-search-actions {
        justify-content: stretch;
        width: 100%;
    }

    .cherry-user-card-actions .mud-button-root,
    .cherry-user-admin-toolbar > .mud-button-root,
    .cherry-user-admin-search-actions .mud-button-root {
        width: 100%;
    }

    .cherry-admin-sites-toolbar {
        justify-content: stretch;
    }

    .cherry-admin-sites-toolbar .mud-button-root {
        width: 100%;
    }

    .cherry-user-card-heading {
        flex-direction: column;
    }

    .cherry-user-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .cherry-user-pagination-controls {
        justify-content: stretch;
    }

    .cherry-user-pagination-controls .mud-button-root,
    .cherry-user-pagination-size {
        width: 100%;
    }

    .cherry-user-admin-table-head,
    .cherry-user-admin-table article {
        min-width: 1300px;
    }

    .cherry-admin-site-card {
        grid-template-columns: 1fr;
    }

    .cherry-admin-site-card-actions {
        justify-content: stretch;
    }

    .cherry-admin-site-card-actions .mud-button-root {
        width: 100%;
    }

}

/* Image placeholder */
.cherry-site-image-placeholder {
    height: 220px;
    background-color: #f7f3f4;
    border-radius: 12px;
}

.cherry-admin-sites-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
    gap: 18px;
}

.cherry-admin-site-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(17, 24, 32, 0.06);
}

.cherry-admin-site-card-media {
    position: relative;
    aspect-ratio: 16 / 8.9;
    min-height: 0;
    border-radius: 0;
    overflow: hidden;
    background: #f7f3f4;
}

.cherry-admin-site-card-media img,
.cherry-admin-site-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
}

.cherry-admin-site-card-placeholder {
    display: grid;
    place-items: center;
    color: #6b7280;
}

.cherry-admin-site-card-placeholder .mud-icon-root {
    font-size: 2rem;
}

.cherry-admin-site-active-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(240, 253, 244, 0.96);
    color: #175f44;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-admin-site-active-pill .mud-icon-root {
    font-size: 0.82rem;
}

.cherry-admin-site-active-pill.is-muted {
    background: rgba(245, 246, 248, 0.96);
    color: #5d6675;
}

.cherry-admin-site-card-body {
    min-width: 0;
    flex: 1;
    padding: 12px 14px 10px;
}

.cherry-admin-site-card-topline {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 0.84rem;
}

.cherry-admin-site-card-topline span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.cherry-admin-site-card-topline .mud-icon-root {
    color: #6b7280;
    font-size: 1rem;
}

.cherry-admin-site-card h3 {
    margin: 0;
    color: #111820;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.cherry-admin-site-address-subtitle {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.45;
}

.cherry-admin-site-address-subtitle span {
    display: block;
}

.cherry-admin-site-card-heading {
    margin: 8px 0 12px;
}

.cherry-admin-site-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px;
}

.cherry-admin-site-card-badges-secondary {
    margin-bottom: 6px;
}

.cherry-admin-site-detail-pill,
.cherry-admin-site-listing-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    background: #fff2e5;
    color: #7c3d12;
    font-size: 0.68rem;
    font-weight: 900;
}

.cherry-admin-site-detail-pill .mud-icon-root,
.cherry-admin-site-listing-pill .mud-icon-root {
    font-size: 1rem;
}

.cherry-admin-site-detail-pill-site {
    background: rgba(16, 121, 72, 0.1);
    color: #175f44;
    font-weight: 800;
}

.cherry-admin-site-detail-pill-type {
    background: rgba(54, 65, 83, 0.1);
    color: #364153;
    font-weight: 800;
}

.cherry-admin-site-detail-pill-stage {
    background: rgba(147, 16, 42, 0.1);
    color: #93102A;
    font-weight: 800;
}

.cherry-admin-site-detail-pill-danger {
    background: #fff1f1;
    color: #b42318;
    font-weight: 800;
}

.cherry-admin-site-detail-pill-ready {
    background: rgba(16, 121, 72, 0.1);
    color: #175f44;
    font-weight: 800;
}

.cherry-admin-site-detail-pill-waiting {
    background: #f4f0ff;
    color: #6941c6;
    font-weight: 800;
}

.cherry-admin-site-detail-pill-neutral {
    background: #f5f6f8;
    color: #5d6675;
    font-weight: 800;
}

.cherry-admin-site-ops-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin: 0 0 12px;
}

.cherry-admin-site-ops-grid span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    min-height: 22px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #465160;
    font-size: 0.72rem;
    font-weight: 700;
}

.cherry-admin-site-ops-grid span.is-overdue {
    border-color: rgba(180, 35, 24, 0.22);
    color: #b42318;
}

.cherry-admin-site-ops-grid .mud-icon-root {
    font-size: 0.95rem;
}

.cherry-admin-site-card-comment {
    margin: 0;
    color: #2f3947;
    line-height: 1.35;
    font-size: 0.78rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cherry-admin-site-card-actions {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px 14px;
}

.cherry-admin-site-card-actions .mud-button-root {
    flex: 1;
    min-width: 0;
}

.cherry-admin-site-listing-pill {
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-admin-site-listing-pill-live {
    background: rgba(16, 121, 72, 0.1);
    color: #175f44;
}

.cherry-admin-site-listing-pill-muted {
    background: #f5f6f8;
    color: #5d6675;
}

.cherry-admin-site-manager {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    min-width: 0;
}

.cherry-admin-site-manager-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin: 0 0 18px;
}

.cherry-admin-site-manager-row > span {
    color: #111820;
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}

.cherry-admin-site-manager-avatar {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #fde7ef;
    color: #93102A;
    font-size: 0.68rem;
    font-weight: 900;
}

.cherry-admin-site-manager strong,
.cherry-admin-site-manager span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-admin-site-manager strong {
    color: #111820;
    font-size: 0.72rem;
}

.cherry-admin-site-manager div > span {
    color: #6b7280;
    font-size: 0.66rem;
}

.cherry-admin-site-coordinates {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #6b7280;
    font-family: monospace;
    font-size: 0.78rem;
    text-align: center;
}

.cherry-admin-site-coordinates .mud-icon-root {
    color: #93102A;
    font-size: 0.95rem;
}

/* Utility */
.min-width-200 {
    min-width: 200px;
}

.cherry-site-photo-wrapper {
    width: 100%;
    height: 260px;
    border-radius: 12px;
    background-color: #f9f4f6;
}

.cherry-site-detail-page {
    max-width: 1360px;
    color: #111820;
}

.cherry-site-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: stretch;
    min-height: 320px;
    padding: 38px;
    border-radius: 10px 10px 30px 30px;
    background:
        radial-gradient(circle at top right, rgba(147, 16, 42, 0.78), transparent 38%),
        linear-gradient(135deg, rgba(17, 24, 32, 0.9), rgba(147, 16, 42, 0.74)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 18px 48px rgba(21, 5, 10, 0.2);
}

.cherry-admin-site-hero {
    grid-template-columns: minmax(0, 1fr);
}

.cherry-admin-site-hero .cherry-site-hero-content,
.cherry-landlord-readonly-hero.is-full-width .cherry-site-hero-content {
    width: 100%;
}

.cherry-admin-site-hero h1,
.cherry-landlord-readonly-hero.is-full-width h1,
.cherry-admin-site-hero .cherry-site-hero-content > span,
.cherry-landlord-readonly-hero.is-full-width .cherry-site-hero-content > span {
    max-width: none;
}

.cherry-site-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cherry-site-hero p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cherry-site-hero h1 {
    max-width: 980px;
    margin: 0 0 12px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.08;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
}

.cherry-site-hero h1:focus {
    outline: none;
}

.cherry-site-hero-content > span {
    display: block;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.7;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cherry-site-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.cherry-site-hero-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cherry-hero-status-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.cherry-hero-status-trigger span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cherry-hero-status-trigger:hover span {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.15);
}

.cherry-hero-status-trigger .mud-icon-root {
    color: rgba(255, 255, 255, 0.86);
}

.cherry-hero-status-error {
    width: fit-content;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.82rem;
}

.cherry-admin-site-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
    padding: 22px 24px;
    border-color: rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-admin-site-summary-content {
    min-width: 0;
}

.cherry-admin-site-summary-content p {
    margin: 0 0 8px;
    color: #a60d32;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-admin-site-summary-content h1 {
    margin: 0 0 8px;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}

.cherry-admin-site-summary-content > span {
    display: block;
    color: #44546a;
    line-height: 1.55;
}

.cherry-admin-site-summary-actions {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.cherry-admin-site-summary .cherry-hero-status-trigger span {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(166, 13, 50, 0.22);
    border-radius: 6px;
    background: #fff7f9;
    color: #a60d32;
    font-size: 0.82rem;
    font-weight: 900;
}

.cherry-admin-site-summary .cherry-hero-status-trigger:hover span {
    border-color: rgba(166, 13, 50, 0.42);
    background: #ffedf2;
}

.cherry-admin-site-summary .cherry-hero-status-trigger .mud-icon-root {
    color: #a60d32;
}

.cherry-admin-site-summary .cherry-hero-status-error {
    margin-top: 0;
    border: 1px solid #f1ccd6;
    background: #fff7f9;
    color: #a60d32;
}

.cherry-admin-site-details-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.cherry-audit-history-dialog .mud-dialog-content,
.cherry-intake-dialog .mud-dialog-content {
    padding: 0;
}

.cherry-audit-history-dialog-panel,
.cherry-intake-dialog-panel {
    display: grid;
    gap: 16px;
    padding: 22px;
}

.cherry-audit-history-dialog-panel > .cherry-site-panel,
.cherry-intake-dialog-panel > .cherry-site-panel {
    margin-bottom: 0 !important;
}

.cherry-site-hero-sidecar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.cherry-site-hero-sidecar .mud-icon-root {
    color: #fff;
    font-size: 2.1rem;
}

.cherry-site-hero-sidecar strong {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.cherry-site-hero-sidecar span {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.92rem;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.cherry-site-hero-action {
    margin-top: 8px !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    color: #fff !important;
}

.cherry-account-manager-card {
    min-width: 280px;
    justify-content: center;
}

.cherry-account-manager-kicker {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-account-manager-profile {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.cherry-account-manager-profile img,
.cherry-account-manager-initials {
    width: 64px;
    height: 64px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    object-fit: cover;
}

.cherry-account-manager-initials {
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.cherry-account-manager-profile strong,
.cherry-account-manager-profile span,
.cherry-account-manager-profile small,
.cherry-account-manager-empty strong,
.cherry-account-manager-empty span {
    display: block;
}

.cherry-account-manager-profile strong {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cherry-account-manager-profile span {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-account-manager-profile small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 700;
}

.cherry-account-manager-empty {
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.cherry-account-manager-empty .mud-icon-root {
    color: #fff;
    font-size: 2rem;
}

.cherry-assign-manager-title {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.cherry-assign-manager-title > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 8px;
    background: rgba(181, 11, 48, 0.1);
    color: #b50b30;
}

.cherry-assign-manager-title p,
.cherry-assign-manager-title h2 {
    margin: 0;
}

.cherry-assign-manager-title p {
    color: #b50b30;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-assign-manager-title h2 {
    color: #101820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
}

.cherry-assign-manager-dialog {
    display: grid;
    gap: 16px;
}

.cherry-assign-manager-intro {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #f8fafc;
}

.cherry-assign-manager-intro strong {
    color: #101820;
    font-weight: 900;
}

.cherry-assign-manager-intro span {
    color: #516079;
    font-size: 0.92rem;
    line-height: 1.45;
}

.cherry-assign-manager-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.cherry-assign-manager-toolbar > span {
    color: #516079;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cherry-assign-manager-toolbar > div {
    display: flex;
    gap: 8px;
}

.cherry-assign-manager-list {
    display: grid;
    gap: 10px;
}

.cherry-assign-manager-row {
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr) minmax(150px, auto) auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.cherry-assign-manager-row.is-current {
    border-color: rgba(181, 11, 48, 0.28);
    background: #fff7fa;
}

.cherry-assign-manager-avatar {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 8px;
    background: #edf2f7;
    color: #334155;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.cherry-assign-manager-row.is-current .cherry-assign-manager-avatar {
    background: #b50b30;
    color: #fff;
}

.cherry-assign-manager-person,
.cherry-assign-manager-meta {
    min-width: 0;
}

.cherry-assign-manager-person strong,
.cherry-assign-manager-person span,
.cherry-assign-manager-meta span {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-assign-manager-person strong {
    color: #101820;
    font-size: 0.98rem;
    font-weight: 900;
}

.cherry-assign-manager-person span,
.cherry-assign-manager-meta span {
    color: #516079;
    font-size: 0.86rem;
    font-weight: 700;
}

.cherry-assign-manager-meta {
    display: flex;
    gap: 6px;
    align-items: center;
}

.cherry-assign-manager-meta .mud-icon-root {
    color: #64748b;
    font-size: 1rem;
}

.cherry-assign-manager-empty {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 28px 18px;
    border: 1px dashed rgba(15, 23, 42, 0.16);
    border-radius: 8px;
    background: #f8fafc;
    color: #516079;
    text-align: center;
}

.cherry-assign-manager-empty .mud-icon-root {
    color: #94a3b8;
    font-size: 2rem;
}

.cherry-assign-manager-empty strong {
    color: #101820;
    font-weight: 900;
}

@media (max-width: 760px) {
    .cherry-assign-manager-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-assign-manager-meta,
    .cherry-assign-manager-row .mud-button-root {
        grid-column: 1 / -1;
    }
}

.cherry-public-listing-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 6px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 28px rgba(28, 4, 11, 0.18);
}

.cherry-public-listing-card strong,
.cherry-public-listing-card span {
    display: block;
}

.cherry-public-listing-card strong {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-public-listing-card span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    line-height: 1.35;
}

.cherry-public-listing-toggle {
    position: relative;
    width: 54px;
    height: 28px;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid rgba(104, 115, 132, 0.24);
    border-radius: 999px;
    background: #eef1f4;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}

.cherry-public-listing-toggle::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #687384;
    box-shadow: 0 2px 8px rgba(17, 24, 32, 0.22);
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.cherry-public-listing-toggle.is-on {
    border-color: rgba(147, 16, 42, 0.26);
    background: rgba(147, 16, 42, 0.14);
}

.cherry-public-listing-toggle.is-on::after {
    transform: translateX(26px);
    background: #93102A;
}

.cherry-public-listing-toggle:focus-visible {
    outline: 3px solid rgba(147, 16, 42, 0.2);
    outline-offset: 2px;
}

.cherry-public-listing-toggle:disabled {
    cursor: wait;
    opacity: 0.72;
}

.cherry-public-listing-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.cherry-public-listing-row {
    margin-top: 0;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(17, 24, 32, 0.05);
}

.cherry-public-listing-row strong {
    color: #93102A;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.cherry-public-listing-row span {
    color: #5d6675;
    font-size: 0.86rem;
}

.cherry-public-listing-error {
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.78rem;
}

.cherry-public-listing-row-error {
    margin: -8px 0 16px;
    border: 1px solid rgba(147, 16, 42, 0.16);
    background: #fff4f6;
    color: #93102A;
}

.cherry-site-panel {
    padding: 26px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 24px;
    background: #fff !important;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08) !important;
}

.cherry-site-panel-header {
    margin-bottom: 18px;
    gap: 14px;
}

.cherry-site-panel-title {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cherry-site-panel-description {
    margin: 6px 0 0;
    color: #657180;
    font-size: 0.92rem;
    line-height: 1.5;
}

.cherry-audit-page {
    gap: 16px;
}

.cherry-audit-search-panel {
    border-radius: 6px;
}

.cherry-audit-lookup,
.cherry-audit-filters {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 18px;
}

.cherry-audit-scope {
    display: grid;
    gap: 0;
    margin-bottom: 18px;
}

.cherry-audit-lookup {
    grid-template-columns: minmax(180px, 240px) minmax(220px, 1fr) auto;
    margin-bottom: 0;
}

.cherry-audit-lookup label,
.cherry-audit-filters label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.cherry-audit-lookup label span,
.cherry-audit-filters label span {
    color: #5f6876;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-audit-lookup input,
.cherry-audit-filters input,
.cherry-audit-filters select {
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    border-radius: 6px;
    background: #fff;
    color: #18202b;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    padding: 0 10px;
}

.cherry-audit-filter-actions {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.cherry-audit-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 30px 16px;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 8px;
    background: #fafafa;
    color: #657180;
    text-align: center;
}

.cherry-audit-empty .mud-icon-root {
    color: #93102A;
    font-size: 2rem;
}

.cherry-audit-empty strong {
    color: #151923;
    font-size: 0.95rem;
    font-weight: 900;
}

.cherry-audit-timeline {
    position: relative;
    display: grid;
    gap: 14px;
    padding-left: 22px;
}

.cherry-audit-timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: rgba(148, 163, 184, 0.32);
}

.cherry-audit-item {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
}

.cherry-audit-dot {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-left: -22px;
    margin-top: 14px;
    border-radius: 999px;
    background: #93102A;
    color: #fff;
}

.cherry-audit-dot .mud-icon-root {
    font-size: 1rem;
}

.cherry-audit-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.05);
}

.cherry-audit-card-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.cherry-audit-card-top span {
    color: #7b8492;
    font-size: 0.76rem;
    font-weight: 800;
}

.cherry-audit-card-top h3 {
    margin: 3px 0 0;
    color: #111820;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.35;
}

.cherry-audit-badges {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.cherry-audit-badges em {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(147, 16, 42, 0.08);
    color: #93102A;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 900;
}

.cherry-audit-badges em.is-entity {
    background: rgba(17, 24, 32, 0.08);
    color: #111820;
}

.cherry-audit-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-audit-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #5d6675;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-audit-meta .mud-icon-root {
    color: #93102A;
    font-size: 1rem;
}

.cherry-audit-changes {
    display: grid;
    gap: 8px;
}

.cherry-audit-changes > div {
    display: grid;
    grid-template-columns: minmax(120px, 0.6fr) minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 9px 10px;
    border-radius: 6px;
    background: #f8f5f6;
    color: #4b5563;
    font-size: 0.82rem;
}

.cherry-audit-changes strong {
    color: #111820;
    font-weight: 900;
}

.cherry-audit-changes span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.cherry-audit-changes .mud-icon-root {
    color: #93102A;
    font-size: 1rem;
}

.cherry-audit-details {
    display: grid;
    gap: 8px;
    color: #5d6675;
    font-size: 0.78rem;
}

.cherry-audit-change-details[open] {
    display: grid;
    gap: 10px;
}

.cherry-audit-details summary {
    cursor: pointer;
    color: #93102A;
    font-weight: 900;
}

.cherry-audit-details pre {
    max-height: 220px;
    overflow: auto;
    margin: 0;
    padding: 10px;
    border-radius: 6px;
    background: #111820;
    color: #f8fafc;
    font-size: 0.76rem;
}

.cherry-audit-pagination {
    margin-top: 16px;
}

.cherry-documents-shell {
    display: grid;
    gap: 20px;
}

.cherry-documents-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.cherry-documents-kicker {
    display: block;
    margin-bottom: 6px;
    color: #93102A;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-documents-header h2 {
    margin: 0;
    color: #1b2430;
    font-size: clamp(1.8rem, 2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.05;
}

.cherry-documents-header p {
    margin: 8px 0 0;
    color: #657180;
    font-size: 1rem;
}

.cherry-documents-add-button {
    min-width: 230px;
    min-height: 42px;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.84rem !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    background: #93102A !important;
    border-color: #93102A !important;
    color: #fff !important;
}

.cherry-required-docs-dialog-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2933;
}

.cherry-required-docs-dialog-title-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-required-docs-dialog-title-icon .mud-icon-root {
    font-size: 1.25rem;
}

.cherry-required-docs-dialog-title span:not(.cherry-required-docs-dialog-title-icon) {
    display: block;
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-required-docs-dialog-title strong {
    display: block;
    margin-top: 2px;
    color: #1f2933;
    font-size: 1.1rem;
    line-height: 1.2;
}

.cherry-required-docs-dialog {
    display: grid;
    gap: 14px;
}

.cherry-required-docs-loading,
.cherry-required-docs-empty,
.cherry-required-docs-intro,
.cherry-required-docs-table-panel {
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
}

.cherry-required-docs-loading {
    padding: 18px;
}

.cherry-required-docs-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 32px 24px;
    color: #66717c;
    text-align: center;
}

.cherry-required-docs-empty .mud-icon-root {
    color: #057a35;
    font-size: 2rem;
}

.cherry-required-docs-empty strong {
    color: #1f2933;
    font-size: 1rem;
}

.cherry-required-docs-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.06), rgba(255, 255, 255, 0.92) 62%),
        #fff;
}

.cherry-required-docs-intro p {
    margin: 0;
    color: #1f2933;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cherry-required-docs-intro small {
    display: block;
    margin-top: 4px;
    color: #6a7581;
    font-size: 0.82rem;
}

.cherry-required-docs-count {
    display: grid;
    place-items: center;
    min-width: 92px;
    min-height: 70px;
    padding: 10px 14px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
}

.cherry-required-docs-count strong {
    color: #93102A;
    font-family: 'Oswald', sans-serif;
    font-size: 1.55rem;
    line-height: 1;
}

.cherry-required-docs-count span {
    color: #7a838d;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-required-docs-notify {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 18px;
    border: 1px solid rgba(177, 13, 53, 0.14);
    border-radius: 8px;
    background: #fff7fa;
}

.cherry-required-docs-notify strong {
    display: block;
    color: #111827;
    font-size: 0.95rem;
}

.cherry-required-docs-notify span {
    display: block;
    margin-top: 2px;
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.35;
}

.cherry-required-docs-table-panel {
    overflow: hidden;
}

.cherry-required-docs-table-header {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.08);
    background: #fbf7f8;
}

.cherry-required-docs-table-header strong {
    display: block;
    color: #1f2933;
    font-size: 0.98rem;
}

.cherry-required-docs-table-shell {
    width: 100%;
    overflow-x: auto;
}

.cherry-required-docs-table {
    min-width: 760px;
}

.cherry-required-docs-table .mud-table-head {
    background: #fff;
}

.cherry-required-docs-table .mud-table-head .mud-table-cell {
    color: #4b2430;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-required-docs-table .mud-table-row:hover {
    background: #fff8fa;
}

.cherry-required-docs-table .mud-table-cell {
    min-height: 64px;
    border-bottom-color: rgba(147, 16, 42, 0.08);
    color: #44505b;
    vertical-align: middle;
}

.cherry-required-docs-type-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
}

.cherry-required-docs-type-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-required-docs-type-icon .mud-icon-root {
    font-size: 1.1rem;
}

.cherry-required-docs-type-cell strong {
    color: #1f2933;
    font-weight: 700;
    line-height: 1.25;
}

.cherry-required-docs-description {
    display: block;
    max-width: 520px;
    color: #586571;
    font-size: 0.88rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}

.cherry-required-docs-muted {
    color: #9aa3ad;
    font-size: 0.82rem;
    font-weight: 600;
}

.cherry-required-docs-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.cherry-required-docs-actions .mud-button-root {
    border-radius: 8px !important;
    font-weight: 800 !important;
}

.cherry-document-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 284px));
    justify-content: start;
    gap: 14px;
}

.cherry-document-stat-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 18px;
    background: #fff;
}

.cherry-document-stat-card.is-complete {
    background: linear-gradient(135deg, #f2fcf6 0%, #fbfffc 100%);
    border-color: rgba(22, 163, 74, 0.18);
}

.cherry-document-stat-card.is-pending {
    background: linear-gradient(135deg, #fff8ef 0%, #fffdfa 100%);
    border-color: rgba(217, 119, 6, 0.18);
}

.cherry-document-stat-card.is-missing {
    background: linear-gradient(135deg, #fff4f7 0%, #fffafb 100%);
    border-color: rgba(147, 16, 42, 0.16);
}

.cherry-document-stat-card.is-featured {
    background: linear-gradient(135deg, #fbf3f6 0%, #fffafb 100%);
    border-color: rgba(147, 16, 42, 0.14);
}

.cherry-document-stat-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #111820;
}

.cherry-document-stat-card.is-complete .cherry-document-stat-icon {
    color: #15803d;
}

.cherry-document-stat-card.is-pending .cherry-document-stat-icon {
    color: #c2410c;
}

.cherry-document-stat-card.is-missing .cherry-document-stat-icon {
    color: #93102A;
}

.cherry-document-stat-card.is-featured .cherry-document-stat-icon {
    color: #93102A;
}

.cherry-document-stat-card strong {
    display: inline-block;
    color: #111820;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    vertical-align: baseline;
}

.cherry-document-stat-card span {
    display: inline-block;
    margin-left: 8px;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    vertical-align: baseline;
}

.cherry-document-stat-card p {
    display: block;
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 0.92rem;
}

.cherry-documents-toolbar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.cherry-documents-filter-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 8px;
    border: 1px solid rgba(147, 16, 42, 0.16);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 32, 0.06);
}

.cherry-documents-filter-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 12px 0 8px;
    color: #93102A;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-documents-filter-label .mud-icon-root {
    font-size: 1.1rem;
}

.cherry-documents-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-documents-filter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(147, 16, 42, 0.22);
    border-radius: 6px;
    background: #fbf8f9;
    color: #111820;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.cherry-documents-filter:hover,
.cherry-documents-filter:focus-visible {
    border-color: rgba(147, 16, 42, 0.42);
    background: #fff;
    color: #93102A;
    outline: none;
    transform: translateY(-1px);
}

.cherry-documents-filter span,
.cherry-documents-filter strong {
    display: block;
    line-height: 1;
}

.cherry-documents-filter span {
    font-size: 0.9rem;
    font-weight: 900;
}

.cherry-documents-filter strong {
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    font-weight: 800;
}

.cherry-documents-filter.is-active {
    background: #93102A;
    border-color: #93102A;
    color: #fff;
}

.cherry-documents-filter.is-active strong {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.cherry-document-section {
    display: grid;
    gap: 14px;
}

.cherry-document-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.cherry-document-section-kicker {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-document-section-kicker.is-danger {
    color: #93102A;
}

.cherry-document-section-kicker.is-success {
    color: #0f7d4f;
}

.cherry-document-section-kicker.is-featured {
    color: #6d28d9;
}

.cherry-document-section-header p {
    margin: 0;
    color: #657180;
    font-size: 0.98rem;
}

.cherry-document-section-toggle {
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(15, 125, 79, 0.14);
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.cherry-document-section-toggle:focus-visible {
    outline: 2px solid rgba(15, 125, 79, 0.26);
    outline-offset: 4px;
}

.cherry-document-section-toggle-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f7d4f;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-document-section-toggle-meta .mud-icon-root {
    font-size: 1.12rem;
    transition: transform 160ms ease;
}

.cherry-document-section-collapsible.is-expanded .cherry-document-section-toggle-meta .mud-icon-root {
    transform: rotate(180deg);
}

.cherry-document-card-list {
    display: grid;
    gap: 12px;
}

.cherry-document-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-areas:
        "icon body"
        "icon actions";
    column-gap: 18px;
    row-gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: #fff;
}

.cherry-document-card.is-attention {
    background: linear-gradient(135deg, #fff 0%, #fffafb 100%);
}

.cherry-document-card.is-ready {
    background: linear-gradient(135deg, #fff 0%, #fbfffc 100%);
}

.cherry-document-card-icon {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 16px;
    background: #f8fafc;
    color: #64748b;
}

.cherry-document-card-icon.is-danger {
    background: #fdf0f3;
    color: #93102A;
}

.cherry-document-card-icon.is-warning {
    background: #fff6eb;
    color: #d97706;
}

.cherry-document-card-icon.is-success {
    background: #edf9f2;
    color: #15803d;
}

.cherry-document-card-body {
    grid-area: body;
    align-self: start;
}

.cherry-document-card-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.cherry-document-card-body h4 {
    margin: 0;
    color: #1b2430;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.2;
}

.cherry-document-card-body p {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.55;
}

.cherry-document-help-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #93102A;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
}

.cherry-document-help-link:hover,
.cherry-document-help-link:focus-visible {
    color: #6f0c21;
    text-decoration: underline;
}

.cherry-document-help-link .mud-icon-root {
    font-size: 1rem;
}

.cherry-document-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.cherry-document-note-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f6f4f5;
    color: #5c6570;
    font-size: 0.9rem;
}

.cherry-document-note-inline strong {
    color: #4b5563;
    font-weight: 800;
}

.cherry-document-note-inline span {
    color: #4b5563;
}

.cherry-document-note-inline .mud-icon-root {
    color: #7b8794;
}

.cherry-document-card-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cherry-document-card-action-help {
    display: flex;
    align-items: center;
    min-width: 0;
}

.cherry-document-card-action-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.cherry-document-card-actions > .cherry-document-card-action-buttons:first-child {
    margin-left: auto;
}

.cherry-document-card-actions .mud-button-root {
    min-width: 178px;
    min-height: 40px;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.cherry-compact-documents-panel {
    padding: 18px 22px !important;
}

.cherry-compact-documents-panel .cherry-documents-shell {
    gap: 14px;
}

.cherry-compact-documents-panel .cherry-documents-header {
    gap: 12px;
}

.cherry-compact-documents-panel .cherry-documents-kicker {
    margin-bottom: 4px;
    font-size: 0.76rem;
}

.cherry-compact-documents-panel .cherry-documents-header h2 {
    font-size: 1.28rem;
    line-height: 1.15;
}

.cherry-compact-documents-panel .cherry-documents-header p {
    margin-top: 4px;
    font-size: 0.86rem;
}

.cherry-compact-documents-panel .cherry-documents-add-button {
    min-width: 178px;
    min-height: 36px;
    font-size: 0.78rem !important;
}

.cherry-compact-documents-panel .cherry-document-stats {
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
    gap: 8px;
}

.cherry-compact-documents-panel .cherry-document-stat-card {
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
}

.cherry-compact-documents-panel .cherry-document-stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.cherry-compact-documents-panel .cherry-document-stat-icon .mud-icon-root {
    font-size: 1.18rem;
}

.cherry-compact-documents-panel .cherry-document-stat-card strong {
    font-size: 1.08rem;
}

.cherry-compact-documents-panel .cherry-document-stat-card span {
    margin-left: 6px;
    font-size: 0.82rem;
}

.cherry-compact-documents-panel .cherry-document-stat-card p {
    margin-top: 2px;
    font-size: 0.74rem;
}

.cherry-compact-documents-panel .cherry-documents-toolbar {
    margin-top: 0;
}

.cherry-compact-documents-panel .cherry-documents-filter-strip {
    min-height: 38px;
}

.cherry-compact-documents-panel .cherry-documents-filter-label {
    padding: 0 10px;
    font-size: 0.68rem;
}

.cherry-compact-documents-panel .cherry-documents-filter {
    min-height: 34px;
    padding: 0 10px;
}

.cherry-compact-documents-panel .cherry-documents-filter span,
.cherry-compact-documents-panel .cherry-documents-filter strong {
    font-size: 0.74rem;
}

.cherry-compact-documents-panel .cherry-document-section {
    gap: 8px;
}

.cherry-compact-documents-panel .cherry-document-section-kicker {
    margin-bottom: 2px;
    font-size: 0.78rem;
}

.cherry-compact-documents-panel .cherry-document-section-header p {
    font-size: 0.82rem;
}

.cherry-compact-documents-panel .cherry-document-card-list {
    gap: 8px;
}

.cherry-compact-documents-panel .cherry-document-card {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    grid-template-areas: "icon body actions";
    column-gap: 12px;
    row-gap: 8px;
    padding: 10px 12px;
    border-radius: 8px;
}

.cherry-compact-documents-panel .cherry-document-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.cherry-compact-documents-panel .cherry-document-card-icon .mud-icon-root {
    font-size: 1.35rem;
}

.cherry-compact-documents-panel .cherry-document-card-title-row {
    gap: 5px 7px;
}

.cherry-compact-documents-panel .cherry-document-card-body h4 {
    font-size: 0.92rem;
    font-weight: 800;
}

.cherry-compact-documents-panel .cherry-document-card-body p {
    margin-top: 3px;
    font-size: 0.78rem;
    line-height: 1.35;
}

.cherry-compact-documents-panel .cherry-document-note-inline {
    margin-top: 6px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 0.78rem;
}

.cherry-compact-documents-panel .cherry-document-card-actions {
    justify-content: flex-end;
    align-self: center;
}

.cherry-compact-documents-panel .cherry-document-card-action-buttons {
    gap: 6px;
}

.cherry-compact-documents-panel .cherry-document-card-actions .mud-button-root {
    min-width: 124px;
    min-height: 34px;
    font-size: 0.72rem !important;
    letter-spacing: 0.035em !important;
}

.cherry-admin-action-button {
    min-width: 178px;
    min-height: 40px;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.cherry-admin-action-button.mud-button-filled {
    background: #93102A !important;
    border-color: #93102A !important;
    color: #fff !important;
}

.cherry-admin-action-button.mud-button-filled,
.cherry-admin-action-button.mud-button-filled .mud-button-label,
.cherry-admin-action-button.mud-button-filled .mud-button-icon,
.cherry-admin-action-button.mud-button-filled .mud-icon-root {
    color: #fff !important;
}

.cherry-admin-action-button.mud-button-outlined {
    border-color: rgba(147, 16, 42, 0.35) !important;
    color: #93102A !important;
}

.cherry-admin-action-button-compact {
    min-width: 120px;
}

.cherry-admin-status-button {
    min-width: 168px;
}

.cherry-permits-panel {
    display: grid;
    gap: 18px;
}

.cherry-permits-empty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px dashed rgba(147, 16, 42, 0.24);
    background: #fff8fa;
    color: #5d6675;
}

.cherry-permits-empty .mud-icon-root {
    color: #93102A;
}

.cherry-permits-empty strong,
.cherry-permits-empty span {
    display: block;
}

.cherry-permits-empty strong {
    color: #111820;
    font-weight: 900;
}

.cherry-permits-list {
    display: grid;
    gap: 12px;
}

.cherry-permit-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(220px, auto) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #fff;
}

.cherry-permit-card-readonly {
    grid-template-columns: auto minmax(0, 1fr) minmax(220px, auto);
}

.cherry-permit-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f8fafc;
    color: #64748b;
}

.cherry-permit-icon.is-success {
    background: #ecfdf3;
    color: #15803d;
}

.cherry-permit-icon.is-warning {
    background: #fff7ed;
    color: #c2410c;
}

.cherry-permit-icon.is-danger {
    background: #fff1f2;
    color: #93102A;
}

.cherry-permit-icon.is-muted {
    background: #f1f5f9;
    color: #64748b;
}

.cherry-permit-main {
    min-width: 0;
}

.cherry-permit-title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cherry-permit-title-row h4 {
    margin: 0;
    color: #111820;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-permit-main p {
    margin: 8px 0 0;
    color: #5d6675;
    line-height: 1.45;
}

.cherry-permit-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 8px;
    color: #64748b;
    font-size: 0.84rem;
}

.cherry-permit-dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(96px, 1fr));
    gap: 12px;
}

.cherry-permit-dates div {
    display: grid;
    gap: 4px;
}

.cherry-permit-dates span {
    color: #64748b;
    font-size: 0.78rem;
}

.cherry-permit-dates strong {
    color: #334155;
    font-size: 0.9rem;
    font-weight: 800;
}

.cherry-permit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.cherry-permit-form {
    display: grid;
    gap: 16px;
}

.cherry-permit-form-dates {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cherry-permit-status-definition {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: -8px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #f8fafc;
    color: #5d6675;
    font-size: 0.86rem;
    line-height: 1.45;
}

.cherry-permit-status-definition .mud-icon-root {
    color: #64748b;
}

.cherry-permit-delete-copy {
    margin: 0;
    color: #2f3947;
    line-height: 1.55;
}

.cherry-documenso-panel {
    display: grid;
    gap: 12px;
}

.cherry-landlord-signing-panel {
    margin-top: 16px;
}

.cherry-landlord-terms-panel {
    display: grid;
    gap: 14px;
}

.cherry-terms-acceptance-dialog .mud-dialog-content {
    padding: 0;
}

.cherry-terms-dialog-frame {
    position: relative;
}

.cherry-terms-dialog-panel {
    display: grid;
    gap: 14px;
    padding: 22px;
    padding-right: 84px;
}

.cherry-terms-panel-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.cherry-terms-dialog-close {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #f2f4f7;
    color: #344054;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.cherry-terms-dialog-close:hover {
    background: #e6e9ef;
}

.cherry-terms-dialog-close:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.cherry-terms-dialog-close .mud-icon-root {
    pointer-events: none;
}

.cherry-terms-dialog-close-floating {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 20;
    pointer-events: auto;
}

.cherry-terms-dialog-panel .cherry-terms-preview {
    max-height: min(58vh, 560px);
}

.cherry-terms-acceptance-meta,
.cherry-terms-accepted-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    font-size: 0.9rem;
}

.cherry-terms-acceptance-meta .mud-icon-root,
.cherry-terms-accepted-note .mud-icon-root {
    color: #a60d32;
}

.cherry-terms-preview {
    max-height: 360px;
    overflow: auto;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    padding: 18px;
    color: #25364d;
    line-height: 1.65;
}

.cherry-terms-preview h1,
.cherry-terms-preview h2,
.cherry-terms-preview h3 {
    margin: 18px 0 8px;
    color: #111827;
    line-height: 1.2;
}

.cherry-terms-preview p {
    margin: 0 0 12px;
}

.cherry-terms-preview-intro {
    margin-bottom: 16px;
    padding-left: 14px;
    border-left: 3px solid #a60d32;
    color: #334155;
}

.cherry-terms-acceptance-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border: 1px solid #f0d5dd;
    border-radius: 6px;
    background: #fff7f9;
}

.cherry-terms-accepted-note {
    padding: 12px 14px;
    border: 1px solid #cfe8d8;
    border-radius: 6px;
    background: #f3fbf6;
    color: #1f5132;
}

.cherry-documenso-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.cherry-documenso-panel-header p {
    margin: 4px 0 0;
    color: #5d6675;
    font-size: 0.86rem;
}

.cherry-documenso-header-actions,
.cherry-documenso-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.cherry-documenso-empty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px dashed rgba(147, 16, 42, 0.24);
    background: #fff8fa;
    color: #5d6675;
}

.cherry-documenso-empty .mud-icon-root {
    color: #93102A;
}

.cherry-documenso-empty strong,
.cherry-documenso-empty span {
    display: block;
}

.cherry-documenso-empty strong {
    color: #111820;
    font-weight: 900;
}

.cherry-documenso-list {
    display: grid;
    gap: 8px;
}

.cherry-documenso-envelope {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.cherry-documenso-envelope-header {
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) minmax(220px, 260px) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
}

.cherry-documenso-envelope-main {
    min-width: 0;
}

.cherry-documenso-progress {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    color: #5d6675;
    font-size: 0.8rem;
}

.cherry-documenso-progress-label {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: baseline;
    white-space: nowrap;
}

.cherry-documenso-progress-track {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5e7eb;
}

.cherry-documenso-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #a60932;
}

.cherry-documenso-progress strong {
    color: #a60932;
    font-weight: 900;
}

.cherry-documenso-recipient-heading {
    padding: 9px 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    background: #fff;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-documenso-recipients {
    display: grid;
}

.cherry-documenso-recipient-row {
    display: grid;
    grid-template-columns: 40px minmax(190px, 1.4fr) minmax(112px, 0.55fr) minmax(140px, 0.72fr) minmax(140px, 0.72fr) minmax(180px, 0.85fr);
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.cherry-documenso-recipient-order {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(147, 16, 42, 0.14);
    border-radius: 999px;
    background: #fff8fa;
    color: #a60932;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-documenso-recipient-person,
.cherry-documenso-recipient-date {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cherry-documenso-recipient-person strong {
    overflow: hidden;
    color: #111820;
    font-size: 0.88rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-documenso-recipient-person span,
.cherry-documenso-recipient-date span {
    overflow: hidden;
    color: #64748b;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78rem;
}

.cherry-documenso-recipient-date strong {
    color: #334155;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-documenso-recipient-action {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    color: #64748b;
}

.cherry-documenso-recipient-action .mud-button-root {
    max-width: 100%;
    min-width: 124px;
    min-height: 34px;
    font-size: 0.72rem !important;
    letter-spacing: 0.035em !important;
    white-space: nowrap;
}

.cherry-documenso-recipient-action-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 700;
}

.cherry-documenso-recipient-note {
    margin: -4px 16px 10px 68px;
}

.cherry-documenso-envelope-note {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 16px;
    color: #64748b;
    font-size: 0.8rem;
}

.cherry-documenso-envelope-note .mud-icon-root {
    color: #64748b;
}

.cherry-documenso-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #fff;
}

.cherry-documenso-status-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f8fafc;
    color: #64748b;
}

.cherry-documenso-status-icon.is-success {
    background: #ecfdf3;
    color: #15803d;
}

.cherry-documenso-status-icon.is-warning {
    background: #fff7ed;
    color: #c2410c;
}

.cherry-documenso-status-icon.is-danger {
    background: #fff1f2;
    color: #93102A;
}

.cherry-documenso-card-main {
    min-width: 0;
}

.cherry-documenso-card-title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cherry-documenso-card-title-row h4 {
    margin: 0;
    color: #111820;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-documenso-order-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border: 1px solid rgba(100, 116, 139, 0.2);
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.cherry-documenso-card-main p {
    margin: 7px 0 0;
    color: #5d6675;
}

.cherry-documenso-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 10px;
    color: #64748b;
    font-size: 0.84rem;
}

.cherry-documenso-send-dialog {
    display: grid;
    gap: 16px;
}

.cherry-documenso-send-dialog p {
    margin: 0;
    color: #2f3947;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .cherry-document-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-documenso-envelope-header {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-permit-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-permit-dates,
    .cherry-permit-actions {
        grid-column: 1 / -1;
    }

    .cherry-permit-actions {
        justify-content: flex-start;
    }

    .cherry-documenso-progress,
    .cherry-documenso-envelope-header .cherry-documenso-actions {
        grid-column: 1 / -1;
    }

    .cherry-documenso-envelope-header .cherry-documenso-actions {
        justify-content: flex-start;
    }

    .cherry-documenso-recipient-row {
        grid-template-columns: 48px minmax(0, 1fr) auto;
        gap: 14px;
    }

    .cherry-documenso-recipient-date {
        grid-column: 2 / -1;
    }

    .cherry-documenso-recipient-action {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .cherry-documenso-recipient-note {
        margin-left: 26px;
    }

    .cherry-documenso-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-documenso-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .cherry-document-card {
        grid-template-columns: 78px minmax(0, 1fr);
        grid-template-areas:
            "icon body"
            "icon actions";
    }

    .cherry-document-card-actions {
        justify-content: space-between;
        padding-left: 0;
    }

    .cherry-document-card-action-help:empty {
        display: none;
    }
}

@media (max-width: 760px) {
    .cherry-documents-header {
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-documents-header h2 {
        font-size: clamp(1.55rem, 6vw, 2rem);
        line-height: 1.08;
    }

    .cherry-documents-header p {
        font-size: 0.95rem;
        max-width: 36ch;
    }

    .cherry-documents-add-button {
        width: 100%;
        min-width: 0;
    }

    .cherry-documenso-panel-header {
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-documenso-header-actions {
        justify-content: flex-start;
    }

    .cherry-permit-form-dates {
        grid-template-columns: 1fr;
    }

    .cherry-document-stats {
        grid-template-columns: 1fr;
    }

    .cherry-document-stat-card {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 16px;
    }

    .cherry-document-stat-card strong {
        font-size: 1.45rem;
    }

    .cherry-documents-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-documents-filter-strip {
        width: 100%;
    }

    .cherry-documents-filters {
        gap: 8px;
    }

    .cherry-documents-filter {
        width: fit-content;
        max-width: 100%;
    }

    .cherry-document-card {
        grid-template-columns: 1fr;
        grid-template-areas:
            "icon"
            "body"
            "actions";
        gap: 14px;
        padding: 16px;
    }

    .cherry-document-card-icon {
        width: 70px;
        height: 70px;
    }

    .cherry-document-card-body h4 {
        font-size: 1rem;
    }

    .cherry-document-card-body p {
        font-size: 0.92rem;
        line-height: 1.45;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .cherry-document-card-actions {
        padding-left: 0;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-document-card-action-help {
        width: 100%;
    }

    .cherry-document-card-action-help:empty {
        display: none;
    }

    .cherry-document-card-action-buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-document-card-actions .mud-button-root,
    .cherry-admin-action-button,
    .cherry-admin-status-button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .cherry-documents-shell {
        gap: 16px;
    }

    .cherry-documents-filter {
        width: 100%;
        justify-content: space-between;
    }

    .cherry-documents-filter-label {
        width: 100%;
    }

    .cherry-document-stat-card {
        gap: 12px;
    }

    .cherry-document-stat-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .cherry-document-card {
        padding: 14px;
        border-radius: 16px;
    }

    .cherry-document-note-inline {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.cherry-site-mini-card {
    width: 100%;
    min-height: 178px;
    padding: 22px;
    border: 1px solid rgba(147, 16, 42, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65) !important;
}

.cherry-site-featured-media {
    overflow: hidden;
    max-height: 420px;
    border-radius: 18px;
    background: #f5edf0;
}

.cherry-site-featured-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.cherry-site-featured-placeholder {
    min-height: 260px;
    border-radius: 18px;
    background: #f5edf0 !important;
}

.cherry-featured-media-header {
    align-items: flex-start !important;
}

.cherry-featured-media-header .mud-typography-caption {
    color: #68717c;
}

.cherry-featured-saving-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f5edf0;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-site-thumbnail-row {
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.cherry-site-thumbnail {
    min-width: 74px !important;
    width: 74px !important;
    height: 74px !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 14px !important;
    background: #fff;
}

.cherry-site-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.cherry-site-detail-item {
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 16px;
    background: #fbf7f8;
}

.cherry-site-detail-item span,
.cherry-site-detail-item strong {
    display: block;
}

.cherry-site-detail-item span {
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-site-detail-item strong {
    color: #111820;
    font-size: 0.98rem;
}

.cherry-site-summary {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.cherry-site-address-card {
    padding: 2px 0 18px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.12);
}

.cherry-site-address-card > span,
.cherry-site-meta-strip span {
    display: block;
    margin-bottom: 5px;
    color: #7a838d;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-site-address-card > strong,
.cherry-site-address-card .cherry-site-address-title {
    display: block;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.18;
}

.cherry-site-address-card .cherry-publisher-site-title-row {
    align-items: center;
}

.cherry-site-address-card .cherry-publisher-favorite-count-button strong {
    display: inline;
    color: #263142;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.cherry-site-address-card .cherry-publisher-favorite-count-button span {
    display: inline;
    margin: 0;
    color: #667085;
    font-size: 0.78rem;
    font-weight: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-site-address-card p {
    margin: 8px 0 0;
    color: #3f4852;
    font-size: 1.02rem;
}

.cherry-site-meta-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px 18px;
}

.cherry-site-meta-strip div {
    padding: 14px 0;
}

.cherry-site-meta-strip strong {
    color: #111820;
    font-size: 1rem;
}

.cherry-publisher-site-fit {
    display: grid;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid rgba(17, 24, 32, 0.1);
    border-bottom: 1px solid rgba(17, 24, 32, 0.1);
}

.cherry-publisher-site-fit > div:first-child span {
    display: block;
    margin-bottom: 5px;
    color: #7a838d;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-publisher-site-fit > div:first-child strong {
    color: #111820;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-publisher-site-fit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-publisher-site-fit-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(82, 96, 113, 0.16);
    border-radius: 999px;
    background: #fff;
    color: #526071;
    font-size: 0.8rem;
    font-weight: 900;
}

.cherry-publisher-site-fit-tags span.is-match {
    border-color: rgba(29, 126, 81, 0.2);
    background: #eef6f0;
    color: #1f6f46;
}

.cherry-publisher-site-fit-tags .mud-icon-root {
    width: 0.95rem;
    height: 0.95rem;
    font-size: 0.95rem;
}

.cherry-site-empty-state {
    min-height: 220px;
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 24px;
    border-radius: 18px;
    background: #f5edf0;
    text-align: center;
}

.cherry-site-empty-state .mud-icon-root {
    color: #93102A;
    font-size: 2rem;
}

.cherry-featured-inline-sort {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.cherry-featured-inline-item {
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 24, 32, 0.05);
}

.cherry-featured-inline-item.is-selected {
    border-color: #93102A;
    box-shadow: 0 10px 24px rgba(147, 16, 42, 0.14);
}

.cherry-featured-inline-preview {
    position: relative;
    width: 100%;
    height: 74px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: #f5edf0;
    cursor: pointer;
}

.cherry-featured-inline-preview span {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #93102A;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-featured-inline-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cherry-featured-inline-controls {
    display: flex;
    justify-content: space-between;
    padding: 4px 6px;
}

.cherry-site-table {
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.08);
    border-radius: 16px;
}

.cherry-site-table .mud-table-head {
    background: #fbf7f8;
}

.cherry-site-table .mud-table-cell {
    border-bottom-color: rgba(147, 16, 42, 0.07);
}

.cherry-site-attribute-table {
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.08);
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
}

.cherry-site-attribute-table thead {
    background: #fbf7f8;
}

.cherry-site-attribute-table th,
.cherry-site-attribute-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.07);
}

.cherry-add-attributes-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    color: #1f2933;
}

.cherry-add-attributes-title-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cherry-add-attributes-title-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-add-attributes-title-icon .mud-icon-root {
    font-size: 1.25rem;
}

.cherry-add-attributes-title span:not(.cherry-add-attributes-title-icon) {
    display: block;
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-add-attributes-title strong {
    display: block;
    margin-top: 2px;
    color: #1f2933;
    font-size: 1.1rem;
    line-height: 1.2;
}

.cherry-add-attributes-close {
    flex: 0 0 auto;
    color: #7a4a56;
}

.cherry-add-attributes-close:hover {
    background: #f6e8ec;
    color: #93102A;
}

.cherry-add-attributes-dialog {
    display: grid;
    gap: 14px;
}

.cherry-add-attributes-loading,
.cherry-add-attributes-empty,
.cherry-add-attributes-intro,
.cherry-add-attributes-table-shell {
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
}

.cherry-add-attributes-loading {
    padding: 18px;
}

.cherry-add-attributes-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 32px 24px;
    color: #66717c;
    text-align: center;
}

.cherry-add-attributes-empty .mud-icon-root {
    color: #057a35;
    font-size: 2rem;
}

.cherry-add-attributes-empty.is-attention .mud-icon-root {
    color: #b00020;
}

.cherry-add-attributes-empty strong {
    color: #1f2933;
    font-size: 1rem;
}

.cherry-add-attributes-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.06), rgba(255, 255, 255, 0.92) 62%),
        #fff;
}

.cherry-add-attributes-intro p {
    margin: 0;
    color: #1f2933;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cherry-add-attributes-intro small {
    display: block;
    margin-top: 4px;
    color: #6a7581;
    font-size: 0.82rem;
}

.cherry-add-attributes-count {
    display: grid;
    place-items: center;
    min-width: 92px;
    min-height: 70px;
    padding: 10px 14px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
}

.cherry-add-attributes-count strong {
    color: #93102A;
    font-family: 'Oswald', sans-serif;
    font-size: 1.55rem;
    line-height: 1;
}

.cherry-add-attributes-count span {
    color: #7a838d;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-add-attributes-table-shell {
    overflow-x: auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.cherry-add-attributes-table {
    width: 100%;
    min-width: 1500px;
}

.cherry-add-attributes-table .mud-table-container {
    border-radius: 8px;
}

.cherry-add-attributes-table .mud-table-head {
    background: #fbf7f8;
}

.cherry-add-attributes-table .mud-table-head .mud-table-cell {
    color: #4b2430;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-add-attributes-table .mud-table-row {
    transition: background-color 140ms ease;
}

.cherry-add-attributes-table .mud-table-row:hover {
    background: #fff8fa;
}

.cherry-add-attributes-table .mud-table-cell {
    height: 64px;
    border-bottom-color: rgba(147, 16, 42, 0.08);
    color: #44505b;
    vertical-align: top;
}

.cherry-add-attributes-category-col {
    width: 150px;
}

.cherry-add-attributes-name-col {
    width: 270px;
}

.cherry-add-attributes-options-col {
    width: 260px;
}

.cherry-add-attributes-description-col {
    width: 430px;
}

.cherry-add-attributes-unit-col {
    width: 120px;
}

.cherry-add-attributes-value-col {
    width: 270px;
}

.cherry-add-attributes-category-pill,
.cherry-add-attributes-unit {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.cherry-add-attributes-category-pill {
    background: #f6e8ec;
    color: #7a1b31;
}

.cherry-add-attributes-unit {
    background: #f3f5f7;
    color: #586571;
}

.cherry-add-attributes-name {
    color: #1f2933;
    font-weight: 600;
    line-height: 1.35;
}

.cherry-add-attributes-detail-text {
    display: block;
    max-width: 100%;
    color: #586571;
    font-size: 0.82rem;
    line-height: 1.4;
    white-space: normal;
}

.cherry-add-attributes-boolean {
    min-height: 38px;
}

.cherry-add-attributes-boolean .mud-checkbox {
    margin-right: 2px;
}

.cherry-add-attributes-boolean .mud-typography {
    color: #394450;
    font-weight: 600;
}

.cherry-add-attributes-value-input {
    width: min(100%, 260px);
}

.cherry-add-attributes-value-input .mud-input-root {
    background: #fff;
}

.cherry-add-attributes-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.cherry-site-card-hero-picker {
    display: grid;
    gap: 1rem;
}

.cherry-site-card-hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.85rem;
}

.cherry-site-card-hero-option {
    display: grid;
    gap: 0.55rem;
    padding: 0.6rem;
    border: 1px solid rgba(153, 27, 55, 0.16);
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    text-align: left;
    cursor: pointer;
}

.cherry-site-card-hero-option:hover,
.cherry-site-card-hero-option:focus-visible,
.cherry-site-card-hero-option.is-selected {
    border-color: #9f1239;
    box-shadow: 0 0 0 2px rgba(159, 18, 57, 0.12);
    outline: none;
}

.cherry-site-card-hero-option img {
    width: 100%;
    aspect-ratio: 9 / 12;
    object-fit: cover;
    border-radius: 6px;
    background: #f3f4f6;
}

.cherry-site-card-hero-option span {
    min-width: 0;
    overflow: hidden;
    color: #4b5563;
    font-size: 0.78rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f4eef0;
    color: #4b5563;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.cherry-status-pill.is-success {
    background: #e8f8ee;
    color: #057a35;
}

.cherry-status-pill.is-warning {
    background: #fff6db;
    color: #8a5b00;
}

.cherry-status-pill.is-danger {
    background: #fce8ed;
    color: #93102A;
}

.cherry-status-pill.is-muted {
    background: #edf0f2;
    color: #64748b;
}

.cherry-status-pill.is-featured {
    background: #f7edf1;
    color: #93102A;
    border: 1px solid rgba(147, 16, 42, 0.12);
}

.cherry-contact-board {
    display: grid;
    gap: 22px;
}

.cherry-contact-section {
    display: grid;
    gap: 12px;
}

.cherry-contact-section-current {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.cherry-contact-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.cherry-contact-section-eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-contact-section-heading h3 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 0.95;
}

.cherry-contact-section-heading p {
    margin: 4px 0 0;
    color: #68717c;
    font-size: 1rem;
    max-width: 700px;
}

.cherry-contact-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 22px;
    background:
        linear-gradient(135deg, #fff 0%, #fbf7f8 100%);
}

.cherry-contact-card-current {
    padding: 26px;
    border-color: rgba(13, 148, 96, 0.16);
    background: linear-gradient(135deg, rgba(240, 253, 247, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 18px 36px rgba(13, 148, 96, 0.08);
}

.cherry-contact-card-history {
    background: linear-gradient(135deg, #fff 0%, #fffbf6 100%);
    border-color: rgba(234, 88, 12, 0.12);
}

.cherry-contact-avatar {
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    overflow: hidden;
    border-radius: 26px;
    background: #93102A;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 28px rgba(147, 16, 42, 0.14);
}

.cherry-contact-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cherry-contact-card-current .cherry-contact-avatar {
    background: linear-gradient(135deg, #0f9b63 0%, #0b7a4e 100%);
    box-shadow: 0 14px 28px rgba(13, 148, 96, 0.18);
}

.cherry-contact-avatar.is-history {
    background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
    box-shadow: 0 14px 28px rgba(234, 88, 12, 0.16);
}

.cherry-contact-topline {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.cherry-contact-topmeta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.cherry-contact-topdate {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #e7f8ef;
    color: #0b7a4e;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.cherry-contact-topdate.is-history {
    background: #fff0e4;
    color: #c2410c;
}

.cherry-contact-topline h3 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}

.cherry-contact-topline p {
    margin: 4px 0 0;
    color: #68717c;
}

.cherry-contact-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 14px;
    color: #3f4852;
    font-size: 0.92rem;
}

.cherry-contact-meta span,
.cherry-contact-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cherry-contact-meta-item {
    min-width: 210px;
    padding: 10px 12px;
    border: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    gap: 8px;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.cherry-contact-meta-item strong {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b8794;
}

.cherry-contact-meta-item span {
    display: inline;
    color: #1f2937;
}

.cherry-contact-meta .mud-icon-root,
.cherry-contact-note .mud-icon-root {
    color: #93102A;
}

.cherry-contact-note {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #fff6f8;
    color: #6b2736;
    font-size: 0.9rem;
}

.cherry-contact-actions {
    display: flex;
    gap: 2px;
}

.cherry-contact-card-current .cherry-contact-actions {
    align-self: center;
}

.cherry-contact-actions-centered {
    align-self: center;
}

.cherry-contact-actions-stacked {
    flex-direction: column;
    gap: 10px;
    min-width: 148px;
}

.cherry-contact-history {
    display: grid;
    gap: 14px;
}

.cherry-contact-empty {
    padding: 16px 18px;
    border: 1px dashed rgba(148, 163, 184, 0.35);
    border-radius: 18px;
    color: #6b7280;
    background: rgba(255, 255, 255, 0.8);
}

.cherry-contact-card-history .cherry-contact-note {
    background: #fff7ed;
    color: #9a3412;
}

.cherry-contacts-shell {
    display: grid;
    gap: 20px;
}

.cherry-contacts-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.cherry-contacts-kicker {
    display: inline-block;
    margin-bottom: 6px;
    color: #12794f;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-contacts-hero h2 {
    margin: 0;
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.55rem, 1.9vw, 1.85rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cherry-contacts-hero.cherry-landlord-section-header h2 {
    font-family: inherit;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-contacts-hero p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

.cherry-contacts-add-button {
    min-width: 190px;
    min-height: 42px;
    border-width: 1px !important;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.88rem !important;
}

.cherry-contact-dialog-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2933;
}

.cherry-contact-dialog-title-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-contact-dialog-title-icon .mud-icon-root {
    font-size: 1.25rem;
}

.cherry-contact-dialog-title span:not(.cherry-contact-dialog-title-icon) {
    display: block;
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-contact-dialog-title strong {
    display: block;
    margin-top: 2px;
    color: #1f2933;
    font-size: 1.1rem;
    line-height: 1.2;
}

.cherry-contact-dialog {
    display: grid;
    gap: 14px;
}

.cherry-contact-dialog-intro,
.cherry-contact-search-panel,
.cherry-contact-results-panel {
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
}

.cherry-contact-dialog-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.06), rgba(255, 255, 255, 0.92) 62%),
        #fff;
}

.cherry-contact-dialog-intro p {
    margin: 0;
    color: #1f2933;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cherry-contact-dialog-page-pill {
    display: grid;
    gap: 2px;
    min-width: 92px;
    padding: 10px 14px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    text-align: center;
}

.cherry-contact-dialog-page-pill span {
    color: #7a838d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-contact-dialog-page-pill strong {
    color: #93102A;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
}

.cherry-contact-search-panel {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.cherry-contact-search-panel .mud-input-outlined-border {
    border-color: rgba(147, 16, 42, 0.18);
}

.cherry-contact-search-actions {
    display: flex;
    justify-content: flex-end;
}

.cherry-contact-search-actions .mud-button-root,
.cherry-contact-result-action .mud-button-root {
    border-radius: 8px !important;
    font-weight: 800 !important;
}

.cherry-contact-results-panel {
    min-height: 156px;
    overflow: hidden;
}

.cherry-contact-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.08);
    background: #fbf7f8;
}

.cherry-contact-results-header strong {
    display: block;
    color: #1f2933;
    font-size: 0.98rem;
}

.cherry-contact-results-table-shell {
    width: 100%;
    overflow-x: auto;
}

.cherry-contact-results-table {
    min-width: 860px;
}

.cherry-contact-results-table .mud-table-head {
    background: #fff;
}

.cherry-contact-results-table .mud-table-head .mud-table-cell {
    color: #4b2430;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-contact-results-table .mud-table-row:hover {
    background: #fff8fa;
}

.cherry-contact-results-table .mud-table-cell {
    height: 64px;
    border-bottom-color: rgba(147, 16, 42, 0.08);
    color: #44505b;
    vertical-align: middle;
}

.cherry-contact-user-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
}

.cherry-contact-user-avatar {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #93102A;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cherry-contact-user-cell strong,
.cherry-contact-user-cell span {
    display: block;
}

.cherry-contact-user-cell strong {
    color: #1f2933;
    font-weight: 700;
    line-height: 1.25;
}

.cherry-contact-user-cell span {
    margin-top: 2px;
    color: #7a838d;
    font-size: 0.78rem;
}

.cherry-contact-role-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3f5f7;
    color: #586571;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.cherry-contact-result-action {
    text-align: right;
}

.cherry-contact-search-empty {
    min-height: 156px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 28px 18px;
    color: #66717c;
    text-align: center;
}

.cherry-contact-search-empty .mud-icon-root {
    color: #93102A;
    font-size: 2rem;
}

.cherry-contact-search-empty strong {
    color: #1f2933;
    font-size: 1rem;
}

.cherry-contact-dialog-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.cherry-landlord-card {
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}

.cherry-landlord-management-group {
    display: grid;
    gap: 8px;
}

.cherry-landlord-management-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #12794f;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-landlord-management-kicker.is-pending {
    color: #d85f0d;
}

.cherry-landlord-management-kicker .mud-icon-root {
    font-size: 1.05rem;
}

.cherry-landlord-management-heading {
    margin: 0;
    color: #151923;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.cherry-landlord-management-copy {
    margin: -4px 0 4px;
    color: #637083;
    font-size: 0.8rem;
}

.cherry-landlord-management-row {
    border: 1px solid rgba(17, 24, 32, 0.1);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.035);
    overflow: hidden;
}

.cherry-landlord-management-row.is-active {
    border-left: 3px solid #0e9f6e;
}

.cherry-landlord-management-row .cherry-contact-avatar {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    font-size: 0.95rem;
    box-shadow: 0 8px 16px rgba(147, 16, 42, 0.08);
}

.cherry-landlord-management-row .cherry-contact-avatar-large {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    font-size: 1.05rem;
}

.cherry-landlord-management-row summary {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(160px, 1.2fr) auto minmax(120px, 0.8fr) minmax(180px, 1fr) minmax(190px, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 10px 14px;
    list-style: none;
    cursor: pointer;
}

.cherry-landlord-management-row summary::-webkit-details-marker {
    display: none;
}

.cherry-landlord-management-row[open] .cherry-landlord-management-expand {
    transform: rotate(180deg);
}

.cherry-landlord-contact-name {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.cherry-landlord-contact-name strong,
.cherry-landlord-contact-name span,
.cherry-landlord-management-fact {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-landlord-contact-name strong {
    color: #202938;
    font-size: 0.84rem;
    font-weight: 900;
}

.cherry-landlord-contact-name span {
    color: #637083;
    font-size: 0.74rem;
    font-weight: 700;
}

.cherry-landlord-status-pill {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    background: #dff4e7;
    color: #12794f;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-landlord-status-pill span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
}

.cherry-landlord-management-fact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #344054;
    font-size: 0.76rem;
    font-weight: 700;
}

.cherry-landlord-management-fact .mud-icon-root {
    flex: 0 0 auto;
    color: #202938;
    font-size: 1rem;
}

.cherry-landlord-management-expand {
    color: #202938;
    transition: transform 160ms ease;
}

.cherry-landlord-management-details {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr) auto;
    gap: 12px;
    align-items: start;
    margin: 0 12px 12px;
    padding: 12px 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fbfcfd;
}

.cherry-landlord-management-details > div {
    min-width: 0;
    display: grid;
    gap: 7px;
}

.cherry-landlord-management-details span {
    color: #344054;
    font-size: 0.72rem;
    font-weight: 900;
}

.cherry-landlord-management-details strong {
    color: #637083;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.45;
}

.cherry-landlord-management-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

@media (max-width: 1100px) {
    .cherry-landlord-management-row summary {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
    }

    .cherry-landlord-status-pill,
    .cherry-landlord-management-fact {
        grid-column: 2 / -1;
        width: fit-content;
        max-width: 100%;
    }

    .cherry-landlord-management-expand {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
    }

    .cherry-landlord-management-details {
        grid-template-columns: 1fr;
        margin: 0 12px 12px;
        padding: 14px;
    }

    .cherry-landlord-management-actions {
        justify-content: flex-start;
    }
}

.cherry-landlord-card-active {
    background: linear-gradient(135deg, #eefaf4 0%, #f8fffb 100%);
    border-color: rgba(18, 121, 79, 0.35);
}

.cherry-landlord-card-pending {
    background: linear-gradient(135deg, #fff7f1 0%, #fffdfa 100%);
    border-color: rgba(249, 115, 22, 0.3);
}

.cherry-landlord-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cherry-landlord-pill::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: currentColor;
}

.cherry-landlord-pill-active {
    background: #dff4e7;
    color: #12794f;
}

.cherry-landlord-pill-pending {
    background: #ffeadb;
    color: #ea580c;
}

.cherry-landlord-feature,
.cherry-landlord-review-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 16px;
}

.cherry-contact-avatar-large {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    font-size: 1.6rem;
}

.cherry-landlord-feature-main,
.cherry-landlord-review-main {
    display: grid;
    gap: 12px;
}

.cherry-landlord-feature-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.cherry-landlord-feature-main h3,
.cherry-landlord-review-main h4,
.cherry-landlord-history-main h4 {
    margin: 0;
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cherry-landlord-feature-main p,
.cherry-landlord-review-main p,
.cherry-landlord-history-main p,
.cherry-landlord-card-copy,
.cherry-landlord-history-shell p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

.cherry-landlord-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 7px 12px;
    border-radius: 10px;
    background: #dff4e7;
    color: #12794f;
    font-size: 0.8rem;
    font-weight: 700;
}

.cherry-landlord-inline-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: #1f2937;
    font-size: 0.9rem;
}

.cherry-landlord-inline-details span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cherry-landlord-inline-details .mud-icon-root {
    color: #0f172a;
}

.cherry-landlord-feature-actions {
    display: flex;
    gap: 10px;
}

.cherry-landlord-feature-actions-inline {
    align-self: center;
}

.cherry-landlord-feature-actions .mud-button-root {
    min-width: 128px;
    min-height: 38px;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.08em !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
}

.cherry-landlord-feature-actions .cherry-admin-action-button {
    min-width: 178px;
    min-height: 40px;
    letter-spacing: 0.05em !important;
}

.cherry-landlord-card-title,
.cherry-landlord-history-shell h3 {
    margin: 14px 0 0;
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cherry-landlord-history-shell {
    display: grid;
    gap: 8px;
}

.cherry-landlord-history-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #12794f;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-landlord-timeline {
    position: relative;
    display: grid;
    gap: 14px;
    padding-left: 22px;
}

.cherry-landlord-timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: rgba(148, 163, 184, 0.35);
}

.cherry-landlord-history-item {
    position: relative;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.cherry-landlord-timeline-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 14px;
    border-radius: 999px;
    background: #0f3d39;
    z-index: 1;
}

.cherry-landlord-history-main {
    display: grid;
    gap: 10px;
    padding-top: 4px;
}

.cherry-landlord-history-main .cherry-contact-note {
    background: #f7f4f2;
    color: #5b6470;
    margin-top: 0;
    padding: 8px 10px;
    font-size: 0.84rem;
}

.cherry-landlord-history-main .cherry-contact-note .mud-icon-root {
    color: #7b8794;
}

  .cherry-document-list {
      display: grid;
      gap: 12px;
  }

.cherry-document-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 20px;
    background: #fff;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.cherry-document-row:hover {
    transform: translateY(-1px);
    border-color: rgba(147, 16, 42, 0.22);
    box-shadow: 0 12px 28px rgba(147, 16, 42, 0.08);
}

.cherry-document-row.is-missing {
    background: linear-gradient(135deg, #fff 0%, #fff7f9 100%);
}

.cherry-document-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #f5edf0;
    color: #93102A;
}

.cherry-document-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    font-weight: 800;
}

.cherry-document-title a {
    color: #111820;
    text-decoration: none;
}

.cherry-document-title a:hover {
    color: #93102A;
}

.cherry-document-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-document-note {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #7a4a56;
    font-size: 0.82rem;
}

.cherry-attribute-categories {
    display: grid;
    gap: 14px;
}

.cherry-attribute-category {
    display: grid;
    gap: 8px;
}

.cherry-attribute-category-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 6px;
    border: 0;
    border-bottom: 1px solid rgba(147, 16, 42, 0.12);
    background: transparent;
    color: #111820;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.cherry-attribute-category-header:focus-visible {
    outline: 2px solid rgba(147, 16, 42, 0.28);
    outline-offset: 4px;
}

.cherry-attribute-category-header > span:first-child {
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-attribute-category-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.cherry-attribute-category-header small {
    color: #7a838d;
    font-weight: 700;
}

.cherry-attribute-category-meta .mud-icon-root {
    color: #93102A;
    font-size: 1.25rem;
    transition: transform 160ms ease;
}

.cherry-attribute-category.is-expanded .cherry-attribute-category-meta .mud-icon-root {
    transform: rotate(180deg);
}

.cherry-attribute-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
}

.cherry-attribute-table {
    width: 100%;
    min-width: 840px;
    border-collapse: collapse;
    table-layout: fixed;
}

.cherry-attribute-table:not(.cherry-admin-attribute-table) thead th:nth-child(1) {
    width: 36%;
}

.cherry-attribute-table:not(.cherry-admin-attribute-table) thead th:nth-child(2) {
    width: 16%;
}

.cherry-attribute-table:not(.cherry-admin-attribute-table) thead th:nth-child(3) {
    width: 32%;
}

.cherry-attribute-table:not(.cherry-admin-attribute-table) thead th:nth-child(4) {
    width: 16%;
}

.cherry-admin-attribute-table thead th:nth-child(1) {
    width: 34%;
}

.cherry-admin-attribute-table thead th:nth-child(2) {
    width: 15%;
}

.cherry-admin-attribute-table thead th:nth-child(3) {
    width: 29%;
}

.cherry-admin-attribute-table thead th:nth-child(4) {
    width: 14%;
}

.cherry-attribute-table th,
.cherry-attribute-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.08);
    color: #111820;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.84rem;
    line-height: 1.35;
    text-align: left;
    vertical-align: top;
}

.cherry-attribute-table thead th {
    background: #fbf7f8;
    color: #6f2638;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-attribute-table tbody tr:last-child th,
.cherry-attribute-table tbody tr:last-child td {
    border-bottom: 0;
}

.cherry-attribute-table tbody th {
    font-weight: 600;
}

.cherry-attribute-table tbody th span {
    display: block;
}

.cherry-attribute-table tbody th small {
    display: block;
    margin-top: 4px;
    color: #66717c;
    font-size: 0.76rem;
    font-weight: 400;
    line-height: 1.35;
}

.cherry-attribute-table tbody td {
    color: #475569;
    font-weight: 400;
    overflow-wrap: anywhere;
}

.cherry-attribute-table tbody td:first-of-type {
    color: #111820;
    font-weight: 500;
}

.cherry-admin-attribute-table {
    min-width: 900px;
}

.cherry-admin-attribute-table .cherry-attribute-actions-heading {
    width: 8%;
    text-align: right;
}

.cherry-attribute-row-actions {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.cherry-featured-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.cherry-featured-slot {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 24px;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(17, 24, 32, 0.06);
}

.cherry-featured-number {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #93102A;
    color: #fff;
    font-weight: 800;
}

.cherry-featured-slot-image,
.cherry-featured-slot-placeholder {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
    background: #f5edf0;
}

.cherry-featured-slot-placeholder {
    display: grid;
    place-items: center;
    color: #93102A;
}

.cherry-featured-slot-caption {
    padding: 16px 18px 8px;
    text-align: left;
}

.cherry-featured-slot-caption strong,
.cherry-featured-slot-caption span {
    display: block;
}

.cherry-featured-slot-caption strong {
    color: #111820;
    line-height: 1.35;
}

.cherry-featured-slot-caption span {
    margin-top: 4px;
    color: #77808a;
    font-size: 0.82rem;
}

.cherry-featured-controls {
    display: flex;
    justify-content: space-between;
    padding: 0 14px 14px;
}

.cherry-site-featured-image-button {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
}

.cherry-site-featured-image-button span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 7px 11px;
    border-radius: 4px;
    background: rgba(17, 24, 32, 0.72);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.cherry-site-featured-image-button:hover span,
.cherry-site-featured-image-button:focus-visible span {
    opacity: 1;
    transform: translateY(0);
}

.cherry-media-preview-title {
    display: grid;
    gap: 3px;
}

.cherry-media-preview-title span {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-media-preview-title small {
    color: #66717c;
    font-size: 0.82rem;
    font-weight: 600;
}

.cherry-media-preview-frame {
    display: grid;
    place-items: center;
    min-height: 74vh;
    border-radius: 18px;
    background: #111820;
    overflow: hidden;
}

.cherry-media-preview-frame img {
    max-width: 100%;
    max-height: 86vh;
    display: block;
    object-fit: contain;
}

.cherry-site-map-panel {
    padding: 28px !important;
}

.cherry-site-map-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.cherry-site-map-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.35);
    border-radius: 4px;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cherry-site-map-action .mud-icon-root {
    font-size: 1rem;
}

.cherry-site-map-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

button.cherry-site-map-action {
    cursor: pointer;
    background: transparent;
}

.cherry-site-map-action:hover {
    border-color: #93102A;
    background: #93102A;
    color: #fff;
}

.cherry-site-map-frame {
    overflow: hidden;
    height: 360px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 26px;
    background: #f6f1f3;
    box-shadow: 0 16px 42px rgba(17, 24, 32, 0.08);
}

.cherry-site-map-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.cherry-coordinate-picker-map {
    width: 100%;
    height: min(62vh, 680px);
    min-height: 520px;
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.16);
    border-radius: 8px;
    background: #eef2f4;
}

.cherry-coordinate-picker-dialog {
    width: min(98vw, 1500px);
    max-width: min(98vw, 1500px) !important;
}

.cherry-coordinate-picker-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cherry-coordinate-picker-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.cherry-coordinate-picker-click-target {
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 0;
    background: transparent;
    cursor: crosshair;
}

.cherry-coordinate-picker-click-target:focus-visible {
    outline: 3px solid rgba(147, 16, 42, 0.35);
    outline-offset: -3px;
}

.cherry-coordinate-picker-zoom {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    display: grid;
    width: 38px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 32, 0.16);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.18);
}

.cherry-coordinate-picker-zoom button {
    width: 38px;
    height: 36px;
    border: 0;
    background: #fff;
    color: #111820;
    cursor: pointer;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
}

.cherry-coordinate-picker-zoom button + button {
    border-top: 1px solid rgba(17, 24, 32, 0.12);
}

.cherry-coordinate-picker-zoom button:hover,
.cherry-coordinate-picker-zoom button:focus-visible {
    background: #f6f1f3;
    color: #93102A;
    outline: none;
}

.cherry-coordinate-picker-target {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 28px;
    height: 28px;
    border: 3px solid #93102A;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 0 0 4px rgba(147, 16, 42, 0.16), 0 8px 18px rgba(17, 24, 32, 0.24);
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.cherry-coordinate-picker-target::before,
.cherry-coordinate-picker-target::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #93102A;
    transform: translate(-50%, -50%);
}

.cherry-coordinate-picker-target::before {
    width: 42px;
    height: 2px;
}

.cherry-coordinate-picker-target::after {
    width: 2px;
    height: 42px;
}

.cherry-site-map-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    color: #66717c;
    font-size: 0.84rem;
}

.cherry-site-map-empty {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 180px;
    padding: 24px;
    border: 1px dashed rgba(147, 16, 42, 0.25);
    border-radius: 24px;
    background: #fbf7f8;
    color: #93102A;
}

.cherry-site-map-empty strong,
.cherry-site-map-empty span {
    display: block;
}

.cherry-site-map-empty strong {
    color: #111820;
}

.cherry-site-map-empty span {
    margin-top: 4px;
    color: #66717c;
}

.cherry-landlord-readonly-hero {
    margin-bottom: 18px;
}

.cherry-landlord-readonly-hero.is-full-width {
    grid-template-columns: minmax(0, 1fr);
}

.cherry-landlord-readonly-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cherry-landlord-readonly-tags .mud-icon-root {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
}

.cherry-landlord-readonly-sidecar {
    justify-content: center;
}

.cherry-landlord-readonly-sidecar .cherry-landlord-public-listing-card {
    display: grid;
    gap: 12px;
    margin-top: 6px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(96, 18, 35, 0.26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cherry-landlord-public-listing-icon-shell {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.cherry-landlord-public-listing-icon-shell .mud-icon-root {
    color: #fff;
    font-size: 1.3rem;
}

.cherry-landlord-public-listing-label {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cherry-landlord-readonly-sidecar .cherry-landlord-public-listing-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 4px;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    box-shadow: none;
}

.cherry-landlord-public-listing-copy {
    min-width: 0;
}

.cherry-landlord-readonly-sidecar .cherry-landlord-public-listing-card strong {
    font-family: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
}

.cherry-landlord-public-listing-state {
    align-self: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    color: #fff !important;
    font-size: 0.82rem !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none !important;
}

.cherry-landlord-panel-kicker {
    display: block;
    margin-bottom: 4px;
    color: #7a838d;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-landlord-readonly-map,
.cherry-landlord-readonly-attributes {
    margin-top: 18px;
}

.cherry-landlord-readonly-map + .cherry-permits-panel,
.cherry-landlord-readonly-map + .cherry-landlord-workspace-panel {
    margin-top: 28px;
}

.cherry-permits-panel + .cherry-landlord-workspace-panel {
    margin-top: 28px;
}

.cherry-landlord-lifecycle-panel + .cherry-permits-panel,
.cherry-landlord-lifecycle-panel + .cherry-landlord-workspace-panel {
    margin-top: 28px;
}

.cherry-landlord-documents-shell .cherry-documents-header,
.cherry-landlord-section-header {
    margin-bottom: 0;
}

.cherry-landlord-documents-shell .cherry-documents-kicker,
.cherry-landlord-section-header .cherry-documents-kicker {
    margin-bottom: 5px;
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.cherry-landlord-documents-shell .cherry-documents-header h2 {
    margin: 0;
    color: #1f2933;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.2;
}

.cherry-landlord-section-header h2 {
    margin: 0;
    color: #1f2933;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
}

.cherry-landlord-documents-shell .cherry-documents-header p,
.cherry-landlord-section-header p {
    margin-top: 6px;
    color: #6a7581;
    font-size: 0.92rem;
    line-height: 1.45;
}

.cherry-landlord-documents-guidance {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    margin: 8px 0 6px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #f8fafc;
    color: #4b5563;
}

.cherry-landlord-documents-guidance .mud-icon-root {
    margin-top: 2px;
    color: #64748b;
    font-size: 1rem;
}

.cherry-landlord-documents-guidance p {
    margin: 0;
    color: #4f5b68;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
}

.cherry-landlord-documents-shell .cherry-documents-filter {
    min-height: 40px;
    padding: 0 16px;
    font-weight: 700;
}

.cherry-landlord-documents-shell .cherry-documents-toolbar {
    margin-top: 6px;
}

.cherry-landlord-documents-shell .cherry-documents-filter span,
.cherry-landlord-documents-shell .cherry-documents-filter strong {
    font-weight: 700;
}

.cherry-landlord-documents-shell .cherry-document-section-header {
    margin-top: 10px;
}

.cherry-landlord-documents-shell .cherry-document-section-kicker {
    font-weight: 700;
    letter-spacing: 0.08em;
}

.cherry-landlord-documents-shell .cherry-document-section-header p {
    font-weight: 500;
}

.cherry-landlord-documents-shell .cherry-document-card {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    grid-template-areas: "icon body actions";
    gap: 14px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #fff;
}

.cherry-landlord-documents-shell .cherry-document-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 8px;
}

.cherry-landlord-documents-shell .cherry-document-card-body h4 {
    color: #172033;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.cherry-landlord-documents-shell .cherry-document-card-body p {
    margin-top: 5px;
    color: #5d6675;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
}

.cherry-landlord-documents-shell .cherry-document-help-link {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #93102A;
    font-weight: 700;
}

.cherry-landlord-documents-shell .cherry-document-help-link:hover,
.cherry-landlord-documents-shell .cherry-document-help-link:focus-visible {
    border-color: rgba(147, 16, 42, 0.34);
    background: #fff8fa;
    text-decoration: none;
    outline: none;
}

.cherry-landlord-documents-shell .cherry-document-card-actions {
    justify-content: flex-end;
}

.cherry-landlord-documents-shell .cherry-document-card-actions .mud-button-root {
    min-width: 154px;
    min-height: 38px;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
}

@media (max-width: 900px) {
    .cherry-landlord-documents-shell .cherry-document-card {
        grid-template-columns: 58px minmax(0, 1fr);
        grid-template-areas:
            "icon body"
            "icon actions";
    }

    .cherry-landlord-documents-shell .cherry-document-card-actions {
        justify-content: space-between;
    }
}

@media (max-width: 760px) {
    .cherry-landlord-documents-shell .cherry-document-card {
        grid-template-columns: 1fr;
        grid-template-areas:
            "icon"
            "body"
            "actions";
        padding: 14px;
    }

    .cherry-landlord-documents-shell .cherry-document-card-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-landlord-documents-shell .cherry-document-card-actions .mud-button-root {
        width: 100%;
        min-width: 0;
    }
}

.cherry-site-panel .cherry-documents-kicker,
.cherry-site-panel.cherry-landlord-section-header .cherry-documents-kicker,
.cherry-site-panel .cherry-landlord-section-header .cherry-documents-kicker {
    margin-bottom: 6px;
    color: #93102A;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-site-panel .cherry-site-panel-title,
.cherry-site-panel .cherry-landlord-section-header .cherry-site-panel-title,
.cherry-site-panel .cherry-documents-header .cherry-site-panel-title {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.cherry-site-panel .cherry-site-panel-description,
.cherry-site-panel .cherry-landlord-section-header p,
.cherry-site-panel .cherry-documents-header p,
.cherry-site-panel .cherry-documenso-panel-header p {
    margin: 6px 0 0;
    color: #5d6675;
    font-size: 0.92rem;
    line-height: 1.45;
}

.cherry-site-panel .cherry-landlord-documents-shell .cherry-documents-kicker {
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.cherry-site-panel .cherry-landlord-documents-shell .cherry-documents-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: 0;
}

.cherry-site-panel.cherry-compact-documents-panel {
    padding: 18px 22px !important;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-documents-shell {
    gap: 14px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-documents-header {
    gap: 12px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-documents-kicker,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-documents-kicker {
    margin-bottom: 4px;
    font-size: 0.76rem;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-documents-header h2,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-documents-header h2 {
    font-size: 1.28rem;
    line-height: 1.15;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-documents-header p,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-documents-header p {
    margin-top: 4px;
    font-size: 0.86rem;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-guidance {
    margin: 4px 0;
    padding: 8px 10px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-guidance p {
    font-size: 0.8rem;
    line-height: 1.32;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-section {
    gap: 8px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-section-header {
    margin-top: 6px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-section-kicker {
    margin-bottom: 2px;
    font-size: 0.78rem;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-section-header p {
    font-size: 0.72rem;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card-list {
    gap: 8px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-document-card {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    grid-template-areas: "icon body actions";
    column-gap: 12px;
    row-gap: 8px;
    padding: 10px 12px;
    border-radius: 8px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card-icon,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-document-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card-icon .mud-icon-root {
    font-size: 1.35rem;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card-body h4,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-document-card-body h4 {
    font-size: 0.92rem;
    font-weight: 800;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card-body p,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-document-card-body p {
    margin-top: 3px;
    font-size: 0.78rem;
    line-height: 1.35;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-note-inline {
    margin-top: 6px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 0.78rem;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card-actions,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-document-card-actions {
    justify-content: flex-end;
    align-self: center;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card-action-buttons {
    gap: 6px;
}

.cherry-site-panel.cherry-compact-documents-panel .cherry-document-card-actions .mud-button-root,
.cherry-site-panel.cherry-compact-documents-panel .cherry-landlord-documents-shell .cherry-document-card-actions .mud-button-root {
    min-width: 124px;
    min-height: 34px;
    font-size: 0.72rem !important;
    letter-spacing: 0.035em !important;
}

.cherry-landlord-readonly-map .cherry-site-map-header p {
    margin: 5px 0 0;
    color: #66717c;
}

.cherry-landlord-readonly-attributes .cherry-attribute-category-header > span:first-child {
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-landlord-readonly-attributes .cherry-attribute-categories {
    margin-top: 14px;
}

.cherry-landlord-readonly-attributes .cherry-attribute-category-header small {
    font-size: 0.82rem;
    font-weight: 600;
}

.cherry-landlord-readonly-attributes .cherry-attribute-category-meta .mud-icon-root {
    font-size: 1.05rem;
}

.cherry-admin-characteristics-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.cherry-admin-characteristics-panel,
.cherry-landlord-readonly-attributes {
    padding: 18px 22px !important;
}

.cherry-admin-site-details-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.cherry-admin-site-details-heading .mud-button-root {
    margin-top: 0;
    flex-shrink: 0;
}

.cherry-resend-confirmation-button {
    min-width: 132px;
    white-space: nowrap;
    flex-shrink: 0;
}

.cherry-email-confirmation-banner-shell {
    width: min(1160px, calc(100vw - 32px));
    margin: 0 auto;
}

.cherry-email-confirmation-banner-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cherry-email-confirmation-banner .mud-alert-message {
    flex: 1 1 auto;
    width: 100%;
}

.cherry-email-confirmation-banner-content > span {
    min-width: 0;
}

.cherry-email-confirmation-banner .cherry-resend-confirmation-button {
    min-width: 136px;
    background: #fff !important;
    color: #93102A !important;
}

.cherry-email-confirmation-banner .cherry-resend-confirmation-button .mud-icon-root {
    color: #93102A !important;
}

.cherry-landlord-workflow-guide {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin: 14px 0;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #fff9fb 100%);
    box-shadow: none;
}

.cherry-landlord-workflow-guide-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #eef6ff;
    color: #1f6feb;
}

.cherry-landlord-workflow-guide-icon .mud-icon-root {
    font-size: 1.25rem;
}

.cherry-landlord-workflow-guide-copy {
    min-width: 0;
}

.cherry-landlord-workflow-guide-copy > span {
    display: block;
    margin-bottom: 6px;
    color: #93102A;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-landlord-workflow-guide-copy h3 {
    margin: 0 0 6px;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.035em;
}

.cherry-landlord-workflow-guide-copy p {
    margin: 0;
    color: #44546a;
    font-size: 0.94rem;
    line-height: 1.55;
}

.cherry-landlord-workflow-shell {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    margin: 18px 0;
}

.cherry-landlord-workflow-main {
    min-width: 0;
    display: grid;
}

.cherry-landlord-workflow-main .cherry-site-panel {
    height: 100%;
    margin-bottom: 0 !important;
}

.cherry-admin-workflow-shell {
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
}

.cherry-landlord-lifecycle-panel {
    display: grid;
    gap: 14px;
    margin-top: 0;
    padding: 18px;
    align-content: start;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-panel {
    grid-template-rows: auto minmax(0, 1fr) auto;
    align-content: stretch;
}

.cherry-landlord-lifecycle-header {
    display: block;
}

.cherry-landlord-lifecycle-header .cherry-documents-kicker {
    margin-bottom: 8px;
}

.cherry-landlord-lifecycle-header p {
    max-width: 22ch;
    margin: 6px 0 0;
    color: #5d6675;
    font-size: 0.92rem;
    line-height: 1.45;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-header p {
    max-width: none;
}

.cherry-landlord-lifecycle-alert {
    margin-top: 4px;
}

.cherry-landlord-lifecycle-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 2px;
}

.cherry-landlord-lifecycle-current,
.cherry-landlord-lifecycle-next {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    min-height: 170px;
    padding: 34px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #fff;
}

.cherry-landlord-lifecycle-current {
    border-color: rgba(147, 16, 42, 0.18);
    border-left: 4px solid #93102A;
    background:
        radial-gradient(circle at top right, rgba(147, 16, 42, 0.07), transparent 34%),
        #fff8fa;
}

.cherry-landlord-lifecycle-next {
    background:
        radial-gradient(circle at top right, rgba(100, 116, 139, 0.08), transparent 34%),
        #fff;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-next {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px;
    border-radius: 6px;
}

.cherry-landlord-lifecycle-overview-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: #eef2f6;
    color: #475569;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-overview-icon {
    width: 40px;
    height: 40px;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-overview-icon .mud-icon-root {
    font-size: 1.2rem;
}

.cherry-landlord-lifecycle-overview-icon.is-current {
    background: #a80f2d;
    color: #fff;
}

.cherry-landlord-lifecycle-overview-icon .mud-icon-root {
    font-size: 1.65rem;
}

.cherry-landlord-lifecycle-current span,
.cherry-landlord-lifecycle-next span {
    display: block;
    margin-bottom: 10px;
    color: #6a7581;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-next span {
    margin-bottom: 6px;
    font-size: 0.68rem;
}

.cherry-landlord-lifecycle-current strong,
.cherry-landlord-lifecycle-next strong {
    display: block;
    color: #1f2933;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.35;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-next strong {
    font-size: 0.82rem;
    line-height: 1.35;
}

.cherry-landlord-lifecycle-current strong {
    color: #93102A;
    font-size: 1.35rem;
}

.cherry-landlord-lifecycle-current p,
.cherry-landlord-lifecycle-next p {
    margin: 12px 0 0;
    color: #657180;
    font-size: 1rem;
    line-height: 1.55;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-next p {
    margin-top: 8px;
    font-size: 0.76rem;
    line-height: 1.4;
}

.cherry-landlord-submit-review-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-left: 4px solid #93102A;
    background: #fff8fa;
}

.cherry-landlord-submit-review-callout > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
}

.cherry-landlord-submit-review-callout .mud-icon-root {
    color: #93102A;
    font-size: 1.6rem;
}

.cherry-landlord-submit-review-callout strong {
    display: block;
    color: #111820;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-landlord-submit-review-callout p {
    margin: 6px 0 0;
    color: #5d6675;
    font-size: 0.94rem;
    line-height: 1.5;
}

.cherry-submit-review-button .mud-button-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cherry-submit-review-button-icon {
    color: currentColor !important;
    font-size: 1rem !important;
}

.cherry-submit-review-dialog-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111820;
    font-weight: 900;
}

.cherry-submit-review-dialog-title .mud-icon-root {
    color: #93102A;
}

.cherry-submit-review-dialog-content p {
    margin: 0;
    color: #2f3947;
    line-height: 1.6;
}

.cherry-submit-review-dialog-content p + p {
    margin-top: 12px;
}

.cherry-landlord-lifecycle-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 32px 20px 28px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #fff;
    list-style: none;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    min-height: 0;
    padding: 2px 0 2px 15px;
    border: 0;
    background: transparent;
}

.cherry-landlord-lifecycle-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 112px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #fff;
}

.cherry-landlord-lifecycle-step.is-current {
    border-color: rgba(147, 16, 42, 0.24);
    background: #fff6f8;
}

.cherry-landlord-lifecycle-step.is-complete {
    border-color: rgba(22, 163, 74, 0.2);
    background: #f4fbf6;
}

.cherry-landlord-lifecycle-marker {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
}

.cherry-landlord-lifecycle-step.is-current .cherry-landlord-lifecycle-marker {
    background: #93102A;
    color: #fff;
}

.cherry-landlord-lifecycle-step.is-complete .cherry-landlord-lifecycle-marker {
    background: #15803d;
    color: #fff;
}

.cherry-landlord-lifecycle-marker .mud-icon-root {
    font-size: 1.05rem;
}

.cherry-landlord-lifecycle-copy {
    min-width: 0;
}

.cherry-landlord-lifecycle-copy span {
    display: block;
    color: #111820;
    font-size: 0.96rem;
    font-weight: 900;
    line-height: 1.25;
}

.cherry-landlord-lifecycle-copy p {
    margin: 6px 0 0;
    color: #657180;
    font-size: 0.86rem;
    line-height: 1.42;
}

.cherry-landlord-lifecycle-track-step {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 10px;
    min-width: 0;
    padding: 0 10px;
    text-align: center;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step {
    grid-template-columns: 30px minmax(0, 1fr);
    justify-items: start;
    gap: 10px;
    flex: 1 1 auto;
    padding: 0 0 16px;
    text-align: left;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step:last-child {
    flex: 0 0 auto;
}

.cherry-landlord-lifecycle-track-step::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 50%;
    width: 100%;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step::before {
    top: 30px;
    right: auto;
    left: 14px;
    width: 2px;
    height: calc(100% - 28px);
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step:last-child::before {
    display: none;
}

.cherry-landlord-lifecycle-track-step:first-child::before {
    display: none;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step:first-child::before {
    display: block;
}

.cherry-landlord-lifecycle-track-step.is-complete::before,
.cherry-landlord-lifecycle-track-step.is-current::before {
    background: #a80f2d;
}

.cherry-landlord-lifecycle-track-marker {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 2px solid #d8dee6;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 1.25rem;
    font-weight: 900;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-marker {
    width: 30px;
    height: 30px;
    border-width: 1px;
    font-size: 0.8rem;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step.is-current .cherry-landlord-lifecycle-track-marker {
    border: 2px solid #fff;
    outline: 2px solid #a80f2d;
}

.cherry-landlord-lifecycle-track-step.is-current .cherry-landlord-lifecycle-track-marker {
    border: 4px solid #fff;
    outline: 3px solid #a80f2d;
    background: #a80f2d;
    color: #fff;
}

.cherry-landlord-lifecycle-track-step.is-complete .cherry-landlord-lifecycle-track-marker {
    border-color: #a80f2d;
    background: #a80f2d;
    color: #fff;
}

.cherry-landlord-lifecycle-track-step strong {
    margin-top: 8px;
    color: #1f2933;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.25;
}

.cherry-landlord-lifecycle-track-copy {
    min-width: 0;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step strong {
    margin-top: 0;
    font-size: 0.82rem;
}

.cherry-landlord-lifecycle-track-step.is-current strong,
.cherry-landlord-lifecycle-track-step.is-complete strong {
    color: #93102A;
}

.cherry-landlord-lifecycle-track-step p {
    max-width: 160px;
    margin: 0;
    color: #657180;
    font-size: 0.86rem;
    line-height: 1.45;
}

.cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step p {
    max-width: none;
    margin-top: 4px;
    font-size: 0.72rem;
    line-height: 1.35;
}

.cherry-task-panel-compact .cherry-site-panel {
    display: flex;
    flex-direction: column;
    padding: 18px 18px 22px;
}

.cherry-task-panel-compact .cherry-site-panel > :last-child {
    flex: 1 1 auto;
}

.cherry-task-panel-compact .cherry-site-panel-header {
    margin-bottom: 16px;
}

.cherry-task-panel-compact .cherry-site-panel-title {
    font-size: 1.15rem;
}

.cherry-task-panel-compact .cherry-site-panel-description {
    font-size: 0.86rem;
}

.cherry-task-panel-compact .cherry-task-progress {
    gap: 10px;
    margin-bottom: 16px;
}

.cherry-task-panel-compact .cherry-task-progress > div {
    padding: 10px 12px;
}

.cherry-task-panel-compact .cherry-task-progress .mud-icon-root {
    width: 34px;
    height: 34px;
}

.cherry-task-panel-compact .cherry-task-table-head {
    display: grid;
    grid-template-columns: 34px minmax(360px, 1fr) 128px 112px 136px 220px;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #f8fafc;
    color: #637083;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-task-panel-compact .cherry-task-head-task {
    grid-column: 1 / 3;
    justify-self: start;
    padding-left: 42px;
}

.cherry-task-panel-compact .cherry-task-table-head span:not(.cherry-task-head-task) {
    justify-self: center;
    text-align: center;
}

.cherry-task-panel-compact .cherry-task-list {
    gap: 0;
}

.cherry-task-panel-compact .cherry-task-row {
    grid-template-columns: 34px minmax(360px, 1fr) 128px 112px 136px 220px;
    gap: 12px;
    min-height: 78px;
    padding: 14px;
    border-radius: 0;
    border-color: rgba(17, 24, 32, 0.08);
    border-bottom: 0;
}

.cherry-task-panel-compact .cherry-task-row:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cherry-task-panel-compact .cherry-task-row:last-child {
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cherry-task-panel-compact .cherry-task-status-icon {
    justify-self: center;
    width: 30px;
    height: 30px;
}

.cherry-task-panel-compact .cherry-task-title-line strong {
    font-size: 0.84rem;
}

.cherry-task-panel-compact .cherry-task-main p {
    max-width: 78ch;
}

.cherry-task-panel-compact .cherry-task-due {
    align-self: center;
    justify-self: center;
}

.cherry-task-panel-compact .cherry-task-assigned-role {
    align-self: center;
    justify-self: stretch;
    display: flex;
    justify-content: center;
    text-align: center;
}

.cherry-task-panel-compact .cherry-task-assigned-role span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef2f6;
    color: #526071;
    font-size: 0.7rem;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-task-panel-compact .cherry-task-actions {
    align-self: center;
    justify-self: stretch;
    justify-content: flex-end;
    gap: 8px;
}

.cherry-task-panel-compact .cherry-task-actions button {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
}

.cherry-task-panel-compact .cherry-task-actions-menu {
    justify-self: center;
}

.cherry-task-panel-compact .cherry-task-actions-menu .mud-button-root {
    width: 34px;
    height: 34px;
    min-width: 34px;
    padding: 0;
    border: 1px solid rgba(99, 112, 131, 0.22);
    border-radius: 6px;
    background: #fff;
    color: #344054;
}

.cherry-landlord-content-shell {
    min-width: 0;
}

.cherry-landlord-content-shell.has-task-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 18px;
    align-items: start;
}

.cherry-landlord-content-main {
    min-width: 0;
}

.cherry-landlord-task-sidebar {
    position: sticky;
    top: 12px;
    z-index: 5;
    max-height: calc(100vh - 24px);
    overflow: auto;
    scrollbar-width: thin;
}

.cherry-landlord-onboarding-overview {
    display: grid;
    gap: 22px;
    margin: 14px 0 18px;
    padding: 28px 28px 12px;
    border-color: rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 24, 32, 0.08);
}

.cherry-landlord-onboarding-overview .cherry-landlord-workflow-guide {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    margin: 0;
    padding: 22px 30px;
    border-color: rgba(18, 168, 130, 0.28);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f1fbf6 100%);
    box-shadow: 0 10px 24px rgba(18, 168, 130, 0.08);
    text-align: center;
}

.cherry-landlord-onboarding-overview .cherry-landlord-workflow-guide-copy > span {
    color: #0f8f69;
}

.cherry-landlord-onboarding-overview .cherry-landlord-workflow-guide-copy h3 {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}

.cherry-landlord-onboarding-overview .cherry-landlord-workflow-guide-copy p {
    max-width: 920px;
    font-size: 0.95rem;
}

.cherry-submission-celebration {
    position: fixed;
    inset: 0;
    z-index: 1400;
    pointer-events: none;
    overflow: hidden;
}

.cherry-submission-streamers,
.cherry-submission-balloons,
.cherry-submission-confetti {
    position: absolute;
    inset: 0;
}

.cherry-submission-streamers span,
.cherry-submission-balloons span,
.cherry-submission-confetti span {
    position: absolute;
    display: block;
    opacity: 0;
}

.cherry-submission-streamers span {
    border-radius: 999px;
    width: 104px;
    height: 6px;
    background: #13b879;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
    animation: cherry-submission-streamer-left 1.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.cherry-submission-streamers.is-left span {
    left: -120px;
    transform-origin: left center;
}

.cherry-submission-streamers.is-right span {
    right: -120px;
    transform-origin: right center;
    animation-name: cherry-submission-streamer-right;
}

.cherry-submission-streamers span:nth-child(3n + 1) {
    background: #0f8f69;
}

.cherry-submission-streamers span:nth-child(3n + 2) {
    background: #ffd166;
}

.cherry-submission-balloons span {
    width: 34px;
    height: 42px;
    border-radius: 52% 52% 48% 48%;
    background: #12a882;
    box-shadow:
        inset -7px -9px 0 rgba(0, 0, 0, 0.08),
        0 10px 22px rgba(18, 168, 130, 0.18);
    animation: cherry-submission-balloon 1.72s ease-out forwards;
}

.cherry-submission-balloons span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 9px;
    width: 8px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.cherry-submission-balloons span::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: rgba(15, 57, 79, 0.28);
    transform: translateX(-50%);
}

.cherry-submission-balloons.is-left span {
    left: max(18px, 3vw);
}

.cherry-submission-balloons.is-right span {
    right: max(18px, 3vw);
}

.cherry-submission-balloons span:nth-child(2n) {
    background: #ffd166;
}

.cherry-submission-balloons span:nth-child(3n) {
    background: #3178c6;
}

.cherry-submission-confetti span {
    top: 18%;
    width: 8px;
    height: 14px;
    border-radius: 2px;
    background: #13b879;
    animation: cherry-submission-confetti 1.55s ease-out forwards;
}

.cherry-submission-confetti span:nth-child(4n + 1) {
    background: #0f8f69;
}

.cherry-submission-confetti span:nth-child(4n + 2) {
    background: #ffd166;
}

.cherry-submission-confetti span:nth-child(4n + 3) {
    background: #3178c6;
}

@keyframes cherry-submission-streamer-left {
    0% {
        opacity: 0;
        transform: translateX(0) rotate(-10deg) scaleX(0.35);
    }
    18% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(44vw) rotate(var(--angle)) scaleX(1);
    }
}

@keyframes cherry-submission-streamer-right {
    0% {
        opacity: 0;
        transform: translateX(0) rotate(10deg) scaleX(0.35);
    }
    18% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(-44vw) rotate(var(--angle)) scaleX(1);
    }
}

@keyframes cherry-submission-balloon {
    0% {
        opacity: 0;
        transform: translateY(46px) translateX(0) scale(0.82);
    }
    18% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-46vh) translateX(var(--drift)) scale(1.06);
    }
}

@keyframes cherry-submission-confetti {
    0% {
        opacity: 0;
        transform: translateY(-24px) rotate(0deg);
    }
    16% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(42vh) rotate(var(--angle));
    }
}

@media (prefers-reduced-motion: reduce) {
    .cherry-submission-celebration {
        display: none;
    }
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) {
    display: block;
    margin: 0;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-panel {
    display: grid;
    gap: 20px;
    padding: 0 28px 0;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-header {
    display: grid;
    grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
    gap: 16px;
    align-items: center;
    text-align: center;
}

.cherry-landlord-lifecycle-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cherry-landlord-lifecycle-title-icon {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #a60d32;
    color: #fff;
}

.cherry-landlord-lifecycle-title-icon .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-lifecycle-title-rule {
    height: 1px;
    background: #f1ccd6;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-header .cherry-documents-kicker {
    margin-bottom: 4px;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-header p {
    max-width: none;
    margin: 0;
    color: #44546a;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 7%;
    right: 7%;
    height: 2px;
    background: #d7dde6;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 52px auto;
    justify-items: center;
    gap: 12px;
    min-height: 0;
    padding: 0;
    text-align: center;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step::before {
    display: none;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-marker {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-width: 2px;
    background: #fff;
    font-size: 1.08rem;
    box-shadow: 0 0 0 6px #fff;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step.is-current .cherry-landlord-lifecycle-track-marker {
    border: 4px solid #fff;
    outline: 4px solid #f4becb;
    background: #a60d32;
    color: #fff;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step.is-complete .cherry-landlord-lifecycle-track-marker {
    border-color: #a60d32;
    background: #a60d32;
    color: #fff;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin: 0;
    padding: 5px 18px;
    border-radius: 999px;
    background: #eef2f6;
    color: #111820;
    font-size: 0.86rem;
    line-height: 1.25;
    max-width: calc(100% - 20px);
    white-space: nowrap;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-copy {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    gap: 12px;
    justify-items: center;
    width: 100%;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step.is-current strong,
.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step.is-complete strong {
    background: #a60d32;
    color: #fff;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step p {
    width: 100%;
    max-width: 190px;
    margin: 0;
    color: #344054;
    font-size: 0.82rem;
    line-height: 1.38;
}

.cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-next {
    display: none;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-site-panel {
    padding: 14px;
    border-radius: 8px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-site-panel-header {
    margin-bottom: 10px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-site-panel-title {
    font-size: 1rem;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-site-panel-description {
    display: none;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-progress {
    display: block;
    margin-bottom: 12px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-progress > div {
    display: none;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-progress > .cherry-task-progress-meter {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 10px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-table-head {
    display: none;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-list {
    display: grid;
    gap: 8px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-row {
    position: relative;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-main {
    padding-right: 42px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-optional-badge {
    min-height: 20px;
    padding: 0 7px;
    border: 1px solid rgba(31, 111, 235, 0.18);
    background: #eef6ff;
    font-size: 0.64rem;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-status-icon {
    width: 28px;
    height: 28px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-main p {
    max-width: none;
    font-size: 0.72rem;
    line-height: 1.35;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-requirement,
.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-assigned-role,
.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-due,
.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-status-label {
    display: none;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-actions {
    grid-column: 2;
    justify-self: stretch;
    justify-content: flex-start;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-actions-menu {
    position: absolute;
    top: 10px;
    right: 10px;
}

.cherry-landlord-task-sidebar .cherry-task-panel-compact .cherry-task-actions button {
    min-height: 30px;
    width: 100%;
}

.cherry-landlord-task-sidebar .cherry-task-submit-ready {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
}

.cherry-landlord-task-sidebar .cherry-task-submit-ready-icon {
    display: none;
}

.cherry-landlord-task-sidebar .cherry-task-submit-ready-copy p {
    display: none;
}

.cherry-attribute-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 12px;
    margin-bottom: 16px;
}

.cherry-attribute-tools label {
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #f8fafc;
}

.cherry-attribute-tools label > span {
    color: #637083;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-attribute-tools label > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
}

.cherry-attribute-tools input,
.cherry-attribute-tools select,
.cherry-task-form select,
.cherry-task-form input[list] {
    min-height: 34px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid rgba(99, 112, 131, 0.24);
    border-radius: 6px;
    background: #fff;
    color: #111820;
    font: inherit;
}

.cherry-attribute-tools button {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(99, 112, 131, 0.24);
    border-radius: 6px;
    background: #fff;
    color: #344054;
    font-size: 0.72rem;
    font-weight: 900;
}

.cherry-attribute-lookup-results {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid rgba(31, 111, 235, 0.18);
    border-radius: 6px;
    background: #f7fbff;
}

.cherry-attribute-lookup-results > div:first-child span {
    display: block;
    color: #637083;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-attribute-lookup-results > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-attribute-lookup-results button {
    display: inline-grid;
    gap: 2px;
    min-width: 160px;
    padding: 10px;
    border: 1px solid rgba(31, 111, 235, 0.18);
    border-radius: 6px;
    background: #fff;
    color: #111820;
    text-align: left;
}

.cherry-attribute-lookup-results button span {
    color: #637083;
    font-size: 0.72rem;
}

.cherry-attribute-admin-table {
    display: grid;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.cherry-attribute-admin-head,
.cherry-attribute-admin-table article {
    display: grid;
    grid-template-columns: minmax(420px, 56%) 150px 120px minmax(180px, 1fr) 58px;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
}

.cherry-attribute-admin-head {
    background: #f8fafc;
    color: #637083;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-attribute-admin-table article {
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    background: #fff;
}

.cherry-attribute-admin-empty {
    padding: 18px 14px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    background: #fff;
    color: #637083;
    font-size: 0.84rem;
    font-weight: 800;
}

.cherry-attribute-admin-table article > div:first-child {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cherry-attribute-admin-table article strong {
    color: #111820;
    font-size: 0.9rem;
    font-weight: 900;
}

.cherry-attribute-admin-table article span,
.cherry-attribute-admin-table article small {
    min-width: 0;
    color: #526071;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-document-type-tools {
    grid-template-columns: minmax(0, 1fr);
}

.cherry-document-admin-tabs {
    display: inline-flex;
    gap: 4px;
    margin: 14px 0 18px;
    padding: 4px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #f8fafc;
}

.cherry-document-admin-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #526071;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
}

.cherry-document-admin-tab .mud-icon-root {
    font-size: 1.05rem;
}

.cherry-document-admin-tab.is-active {
    background: #fff;
    color: #a40b2d;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08);
}

.cherry-profile-page {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 18px 18px 36px;
}

.cherry-profile-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: #526071;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-profile-breadcrumb span {
    color: #b10d35;
}

.cherry-profile-breadcrumb .mud-icon-root {
    width: 14px;
    height: 14px;
    font-size: 14px;
    color: #98a2b3;
}

.cherry-profile-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 168px;
    padding: 28px 34px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background:
        radial-gradient(circle at 96% 18%, rgba(177, 13, 53, 0.10) 0 46px, transparent 47px),
        linear-gradient(100deg, #fff 0%, #fff 70%, #fff1f5 100%);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
}

.cherry-profile-identity,
.cherry-profile-name-row,
.cherry-profile-meta,
.cherry-profile-hero-actions {
    display: flex;
    align-items: center;
}

.cherry-profile-identity {
    gap: 24px;
    min-width: 0;
}

.cherry-profile-avatar {
    width: 104px;
    height: 104px;
    flex: 0 0 104px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 999px;
    background: #b10d35;
    color: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.15);
    cursor: pointer;
}

.cherry-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cherry-profile-avatar span {
    font-size: 2rem;
    font-weight: 900;
}

.cherry-profile-title {
    min-width: 0;
}

.cherry-profile-name-row {
    gap: 12px;
    flex-wrap: wrap;
}

.cherry-profile-name-row h1 {
    margin: 0;
    color: #111820;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 900;
    line-height: 1.1;
}

.cherry-profile-role {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff0f5;
    color: #b10d35;
    font-size: 0.75rem;
    font-weight: 900;
}

.cherry-profile-meta {
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
    color: #526071;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-profile-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.cherry-profile-meta .mud-icon-root {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #526071;
}

.cherry-profile-hero-actions {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cherry-profile-tabs {
    margin-top: 18px;
    margin-bottom: 18px;
}

.cherry-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
    align-items: start;
}

.cherry-profile-main,
.cherry-profile-sidebar {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.cherry-profile-card {
    min-width: 0;
    padding: 20px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.cherry-profile-card.is-sidebar {
    padding: 18px;
}

.cherry-profile-card-heading {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.cherry-profile-card-heading h2,
.cherry-profile-card-heading p {
    margin: 0;
}

.cherry-profile-card-heading h2 {
    color: #111820;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-profile-card-heading p {
    margin-top: 4px;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-profile-card-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #fff0f5;
    color: #b10d35;
}

.cherry-profile-card-icon.is-success {
    background: #eaf8ef;
    color: #168048;
}

.cherry-profile-card-icon .mud-icon-root {
    width: 21px;
    height: 21px;
    font-size: 21px;
}

.cherry-profile-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.cherry-profile-form-grid.is-address {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cherry-profile-form-grid.is-address > :first-child,
.cherry-profile-form-grid.is-address > :nth-child(2) {
    grid-column: 1 / -1;
}

.cherry-profile-action-row,
.cherry-profile-notification-row,
.cherry-profile-notification-summary,
.cherry-profile-quick-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cherry-profile-action-row {
    padding: 14px;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    background: #fcfcfd;
}

.cherry-profile-action-row div,
.cherry-profile-notification-row div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cherry-profile-action-row span,
.cherry-profile-notification-row span,
.cherry-profile-notification-summary span {
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-profile-action-row strong,
.cherry-profile-notification-row strong,
.cherry-profile-notification-summary strong {
    min-width: 0;
    color: #111820;
    font-size: 0.92rem;
    font-weight: 900;
    word-break: break-word;
}

.cherry-profile-action-row small {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 800;
}

.cherry-profile-action-row small.is-verified {
    color: #168048;
}

.cherry-profile-action-row small.is-pending {
    color: #b54708;
}

.cherry-profile-notification-row {
    padding: 16px;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    background: #fcfcfd;
}

.cherry-profile-facts {
    display: grid;
    gap: 14px;
    margin: 0;
}

.cherry-profile-facts div {
    display: grid;
    gap: 4px;
}

.cherry-profile-facts dt {
    color: #667085;
    font-size: 0.74rem;
    font-weight: 800;
}

.cherry-profile-facts dd {
    margin: 0;
    min-width: 0;
    color: #111820;
    font-size: 0.86rem;
    font-weight: 900;
    word-break: break-word;
}

.cherry-profile-notification-summary {
    padding-top: 2px;
}

.cherry-profile-quick-action {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    background: #fff;
    color: #111820;
    text-align: left;
    cursor: pointer;
}

.cherry-profile-quick-action:hover {
    border-color: #f2c7d3;
    background: #fff7fa;
}

.cherry-profile-quick-action > .mud-icon-root {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #526071;
}

.cherry-profile-quick-action span {
    display: grid;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
}

.cherry-profile-quick-action strong {
    color: #111820;
    font-size: 0.82rem;
    font-weight: 900;
}

.cherry-profile-quick-action small {
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .cherry-profile-grid {
        grid-template-columns: 1fr;
    }

    .cherry-profile-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cherry-profile-page {
        padding: 14px 10px 28px;
    }

    .cherry-profile-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .cherry-profile-identity {
        align-items: flex-start;
        width: 100%;
    }

    .cherry-profile-avatar {
        width: 82px;
        height: 82px;
        flex-basis: 82px;
    }

    .cherry-profile-hero-actions {
        width: 100%;
        justify-content: stretch;
    }

    .cherry-profile-hero-actions .mud-button-root {
        flex: 1 1 auto;
    }

    .cherry-profile-tabs {
        width: 100%;
        overflow-x: auto;
    }

    .cherry-profile-form-grid,
    .cherry-profile-form-grid.is-address,
    .cherry-profile-sidebar {
        grid-template-columns: 1fr;
    }

    .cherry-profile-action-row,
    .cherry-profile-notification-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

.cherry-document-admin-panel {
    display: grid;
    gap: 16px;
}

.cherry-document-admin-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.cherry-document-admin-panel-header h3 {
    margin: 0;
    color: #111820;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-document-admin-panel-header p {
    margin: 4px 0 0;
    color: #526071;
    font-size: 0.86rem;
}

.cherry-document-type-admin-table {
    display: grid;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.cherry-document-type-admin-head,
.cherry-document-type-admin-table article {
    display: grid;
    grid-template-columns: minmax(420px, 58%) minmax(220px, 1fr) 58px;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
}

.cherry-document-type-admin-head {
    background: #f8fafc;
    color: #637083;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-document-type-admin-table article {
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    background: #fff;
}

.cherry-document-type-admin-table article > div:first-child {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cherry-document-type-admin-table article strong {
    color: #111820;
    font-size: 0.9rem;
    font-weight: 900;
}

.cherry-document-type-admin-table article span {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #526071;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-site-type-defaults-table .cherry-document-type-admin-head,
.cherry-site-type-defaults-table article {
    grid-template-columns: minmax(170px, 1fr) minmax(260px, 1.4fr) 72px 92px 58px;
}

.cherry-preference-page > .cherry-admin-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.cherry-preference-page > .cherry-admin-section-header > div {
    min-width: 0;
}

.cherry-preference-page > .cherry-admin-section-header .cherry-admin-action-button {
    flex: 0 0 auto;
}

.cherry-demand-admin-tabs {
    display: flex;
    width: 100%;
    overflow-x: auto;
}

.cherry-admin-favorite-publisher {
    display: grid;
    gap: 3px;
}

.cherry-admin-favorite-publisher strong {
    color: #111820;
    font-weight: 900;
}

.cherry-admin-favorite-publisher span {
    color: #526071;
    font-size: 0.84rem;
}

.cherry-admin-favorite-feedback-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 6px 0 10px;
}

.cherry-admin-favorite-feedback-tags span {
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f7e7ec;
    color: #a40b2d;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-favorites-dashboard > .cherry-admin-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.cherry-favorites-dashboard > .cherry-admin-section-header > div {
    min-width: 0;
}

.cherry-favorites-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 0 0 16px;
}

.cherry-favorites-metric {
    display: flex;
    min-width: 0;
    min-height: 104px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(17, 24, 32, 0.06);
}

.cherry-favorites-metric div {
    display: grid;
    min-width: 0;
    gap: 6px;
}

.cherry-favorites-metric span,
.cherry-favorites-toolbar-heading span,
.cherry-favorites-insight-strip span,
.cherry-favorites-detail-stat span {
    color: #526071;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-favorites-metric strong {
    color: #111820;
    font-size: 1.6rem;
    font-weight: 650;
    line-height: 1;
}

.cherry-favorites-metric small {
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.35;
}

.cherry-favorites-metric .mud-icon-root {
    flex: 0 0 auto;
    color: #93102A;
    font-size: 1.55rem;
}

.cherry-favorites-workbench {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fbfcfe;
}

.cherry-favorites-toolbar {
    display: grid;
    grid-template-columns: minmax(170px, 0.55fr) minmax(320px, 1fr) auto auto auto;
    gap: 10px;
    align-items: center;
}

.cherry-favorites-toolbar-heading {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.cherry-favorites-toolbar-heading strong {
    overflow: hidden;
    color: #111820;
    font-size: 1rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-favorites-filter {
    min-width: 0;
}

.cherry-favorites-filter-toggle {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(17, 24, 32, 0.12);
    border-radius: 8px;
    background: #fff;
    white-space: nowrap;
}

.cherry-favorites-filter-option {
    min-height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #526071;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
}

.cherry-favorites-filter-option:hover,
.cherry-favorites-filter-option.is-active {
    background: #f7e7ec;
    color: #93102A;
}

.cherry-favorites-insight-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cherry-favorites-insight-strip article,
.cherry-favorites-detail-stat {
    display: grid;
    min-width: 0;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: #fff8fa;
}

.cherry-favorites-insight-strip strong,
.cherry-favorites-detail-stat strong {
    overflow-wrap: anywhere;
    color: #1f2937;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.35;
}

.cherry-admin-favorite-site {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.cherry-admin-favorite-account-name,
.cherry-admin-favorite-user-name,
.cherry-admin-favorite-site-name {
    display: block;
    color: #1f2937;
    font-weight: 400;
    line-height: 1.25;
}

.cherry-admin-favorite-site span {
    color: #526071;
    font-size: 0.82rem;
}

.cherry-demand-badge,
.cherry-favorite-state {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 999px;
    background: #f3f5f7;
    color: #526071;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
}

.cherry-demand-badge.is-warm {
    border-color: rgba(175, 115, 0, 0.2);
    background: #fff6df;
    color: #7a4f00;
}

.cherry-demand-badge.is-hot,
.cherry-favorite-state.is-active {
    border-color: rgba(147, 16, 42, 0.16);
    background: #f7e7ec;
    color: #93102A;
}

.cherry-admin-favorite-feedback-tags.is-compact {
    gap: 5px;
    margin: 0 0 6px;
}

.cherry-admin-favorite-feedback-tags.is-compact span {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 0.72rem;
    font-weight: 500;
}

.cherry-favorite-feedback-comment {
    display: block;
    max-width: 360px;
    overflow-wrap: anywhere;
    color: #526071;
    font-size: 0.82rem;
    line-height: 1.35;
}

.cherry-favorites-dashboard .cherry-admin-favorite-feedback-tags span {
    font-weight: 500;
}

.cherry-favorites-detail-modal {
    width: min(680px, 100%);
    max-width: 680px;
    padding: 22px;
    border-radius: 12px;
}

.cherry-favorites-detail-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cherry-favorites-detail-modal .cherry-admin-modal-header {
    gap: 14px;
    margin-bottom: 16px;
}

.cherry-favorites-detail-modal .cherry-admin-modal-header p {
    margin-bottom: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.cherry-favorites-detail-modal .cherry-admin-modal-header h2 {
    color: #111820;
    font-family: inherit;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
}

.cherry-favorites-detail-modal .cherry-admin-modal-header span {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 0.86rem;
    line-height: 1.35;
}

.cherry-favorites-detail-modal .cherry-admin-modal-close {
    width: 34px;
    height: 34px;
}

.cherry-favorites-detail-header-actions {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    align-items: flex-end;
    gap: 10px;
}

.cherry-favorites-detail-header-actions .cherry-admin-action-button {
    min-width: 156px;
    min-height: 36px;
    font-size: 0.76rem !important;
}

.cherry-favorites-feedback-panel {
    display: grid;
    grid-column: 1 / -1;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fbfcfe;
}

.cherry-favorites-feedback-panel > span {
    color: #526071;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-favorites-feedback-panel p {
    margin: 0;
    color: #1f2937;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cherry-favorites-detail-modal .cherry-favorites-detail-stat {
    padding: 10px 12px;
    background: #ffffff;
}

.cherry-favorites-detail-modal .cherry-favorites-detail-stat strong {
    font-size: 0.9rem;
    font-weight: 500;
}

.cherry-favorites-remove-confirmation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(185, 28, 28, 0.18);
    border-radius: 8px;
    background: #fff7f7;
}

.cherry-favorites-remove-confirmation > div:first-child {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.cherry-favorites-remove-confirmation strong {
    color: #7f1d1d;
    font-size: 0.9rem;
    font-weight: 600;
}

.cherry-favorites-remove-confirmation span {
    color: #667085;
    font-size: 0.84rem;
    line-height: 1.35;
}

.cherry-favorites-remove-confirmation > div:last-child {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.cherry-favorites-dashboard .cherry-admin-table .mud-table-head .mud-table-cell {
    color: #374151;
    font-weight: 600;
}

.cherry-favorites-dashboard .cherry-admin-table .mud-table-cell {
    color: #1f2937;
    font-weight: 400;
}

.cherry-favorites-dashboard .cherry-admin-table strong,
.cherry-favorites-dashboard .cherry-admin-favorite-publisher strong {
    color: #111820;
    font-weight: 600;
}

.cherry-favorites-dashboard .cherry-admin-favorite-publisher span,
.cherry-favorites-dashboard .cherry-admin-favorite-site span,
.cherry-favorites-dashboard .cherry-admin-favorite-account-name,
.cherry-favorites-dashboard .cherry-admin-favorite-user-name,
.cherry-favorites-dashboard .cherry-admin-favorite-site-name {
    color: #526071;
    font-weight: 400;
}

.cherry-favorites-dashboard .cherry-admin-favorite-user-name {
    color: #1f2937;
}

.cherry-favorites-dashboard .mud-button-root {
    font-weight: 600;
}

.cherry-preference-page .cherry-analytics-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 4px 0 6px;
}

.cherry-preference-page .cherry-analytics-card {
    gap: 8px;
    min-height: 82px;
    padding: 14px 16px;
    box-shadow: none;
}

.cherry-preference-page .cherry-analytics-card span {
    color: #526071;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-preference-page .cherry-analytics-card strong {
    color: #111820;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
}

.cherry-site-feature-tag-panel {
    display: grid;
    gap: 18px;
}

.cherry-demand-profile-cell {
    display: grid;
    gap: 3px;
}

.cherry-demand-profile-cell strong {
    color: #111820;
    font-weight: 900;
}

.cherry-demand-profile-cell span {
    color: #526071;
    font-size: 0.84rem;
}

.cherry-demand-profile-list {
    display: grid;
    gap: 12px;
}

.cherry-demand-profile-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.6fr) minmax(180px, 0.6fr) auto;
    gap: 10px;
    align-items: end;
    padding: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fbfcfe;
}

.cherry-demand-profile-toolbar label {
    min-width: 0;
    display: grid;
    gap: 6px;
    color: #526071;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-demand-profile-toolbar input,
.cherry-demand-profile-toolbar select {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid rgba(17, 24, 32, 0.18);
    border-radius: 6px;
    background: #fff;
    color: #111820;
    font: inherit;
    font-size: 0.9rem;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-demand-profile-resultbar,
.cherry-demand-profile-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cherry-demand-profile-resultbar strong {
    color: #111820;
    font-size: 0.86rem;
    font-weight: 900;
}

.cherry-demand-profile-resultbar span,
.cherry-demand-profile-pagination span {
    color: #526071;
    font-size: 0.82rem;
    font-weight: 800;
}

.cherry-demand-profile-pagination {
    justify-content: flex-end;
}

.cherry-demand-profile-page-size {
    width: 96px;
}

.cherry-demand-profile-card {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-demand-profile-summary {
    display: grid;
    grid-template-columns: minmax(220px, 1.3fr) minmax(180px, 1fr) repeat(3, minmax(90px, 0.45fr)) 28px;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    background: #fff;
    color: #111820;
    text-align: left;
    cursor: pointer;
}

.cherry-demand-profile-summary:hover {
    background: #fbf7f8;
}

.cherry-demand-profile-summary > div:not(.cherry-demand-profile-cell) {
    display: grid;
    gap: 3px;
}

.cherry-demand-profile-summary > div:not(.cherry-demand-profile-cell) span {
    color: #667286;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-demand-profile-summary > div:not(.cherry-demand-profile-cell) strong {
    color: #111820;
    font-weight: 900;
}

.cherry-demand-profile-feedback {
    display: grid;
    gap: 10px;
    padding: 14px 16px 16px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    background: #fcf9fa;
}

.cherry-demand-profile-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cherry-demand-feedback-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(164, 11, 45, 0.12);
    border-radius: 8px;
    background: #fff;
}

.cherry-demand-feedback-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.cherry-demand-feedback-heading div {
    display: grid;
    gap: 3px;
}

.cherry-demand-feedback-heading strong {
    color: #111820;
    font-weight: 900;
}

.cherry-demand-feedback-heading span,
.cherry-demand-feedback-heading small,
.cherry-demand-feedback-card p {
    color: #526071;
}

.cherry-demand-feedback-heading small {
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-demand-feedback-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.cherry-demand-feedback-tags span {
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f7e7ec;
    color: #a40b2d;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-demand-feedback-card p {
    margin: 0;
    line-height: 1.45;
}

.cherry-demand-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.cherry-demand-area-list span {
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3f6f8;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-preference-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
    gap: 18px;
    align-items: start;
}

.cherry-preference-panel {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-preference-panel-heading span {
    color: #a40b2d;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-preference-panel-heading h3,
.cherry-preference-tag-group h4 {
    margin: 2px 0 0;
    color: #111820;
    font-weight: 900;
}

.cherry-preference-tag-group {
    display: grid;
    gap: 10px;
}

.cherry-preference-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-preference-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(164, 11, 45, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #526071;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    cursor: pointer;
}

.cherry-preference-chip .mud-icon-root {
    color: #a40b2d;
    font-size: 1rem;
}

.cherry-preference-chip.is-selected {
    background: #a40b2d;
    border-color: #a40b2d;
    color: #fff;
}

.cherry-preference-chip.is-selected .mud-icon-root {
    color: #fff;
}

.cherry-preference-notes {
    display: grid;
    gap: 8px;
    color: #526071;
    font-weight: 800;
}

.cherry-preference-notes textarea,
.cherry-preference-area-form input {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 24, 32, 0.18);
    border-radius: 6px;
    background: #fff;
    color: #111820;
    font: inherit;
}

.cherry-preference-area-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cherry-preference-area-form.is-tag-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cherry-preference-area-list,
.cherry-preference-tag-admin-list {
    display: grid;
    gap: 8px;
}

.cherry-preference-area-list article,
.cherry-preference-tag-admin-list article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #f8fafc;
}

.cherry-preference-area-list article div,
.cherry-preference-tag-admin-list article div {
    display: grid;
    gap: 2px;
}

.cherry-preference-area-list article span,
.cherry-preference-tag-admin-list article span {
    color: #526071;
    font-size: 0.82rem;
}

.cherry-preference-area-list button {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(164, 11, 45, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #a40b2d;
}

.cherry-demand-site-tagging {
    display: grid;
    grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
    align-items: start;
}

.cherry-demand-site-toolbar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 10px;
    align-items: end;
}

.cherry-demand-site-toolbar label {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: #526071;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cherry-demand-site-toolbar input {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 24, 32, 0.18);
    border-radius: 6px;
    background: #fff;
    color: #111820;
    font: inherit;
    text-transform: none;
}

.cherry-demand-site-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.cherry-demand-site-actions .mud-button-root {
    min-height: 42px;
}

.cherry-demand-site-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.cherry-demand-site-filter {
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(164, 11, 45, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #526071;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-demand-site-filter:hover,
.cherry-demand-site-filter.is-active {
    border-color: #a40b2d;
    background: #a40b2d;
    color: #fff;
}

.cherry-demand-site-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.cherry-demand-site-summary article {
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #f8fafc;
}

.cherry-demand-site-summary article.needs-attention {
    border-color: rgba(164, 11, 45, 0.22);
    background: #fff4f6;
}

.cherry-demand-site-summary span {
    display: block;
    color: #526071;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cherry-demand-site-summary strong {
    display: block;
    margin-top: 4px;
    color: #111820;
    font-size: 1.18rem;
    font-weight: 900;
}

.cherry-demand-site-list {
    display: grid;
    gap: 8px;
}

.cherry-demand-site-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(17, 24, 32, 0.09);
    border-radius: 8px;
    background: #fff;
    color: #111820;
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.cherry-demand-site-row:hover,
.cherry-demand-site-row.is-selected {
    border-color: rgba(164, 11, 45, 0.35);
    background: #fff6f8;
}

.cherry-demand-site-row.needs-tags {
    border-color: rgba(164, 11, 45, 0.22);
}

.cherry-demand-site-row strong {
    display: block;
    font-weight: 900;
}

.cherry-demand-site-row span,
.cherry-demand-site-row small {
    color: #526071;
    font-size: 0.82rem;
}

.cherry-demand-site-status {
    padding: 5px 9px;
    border-radius: 999px;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-demand-site-status.is-pre-listing {
    background: #fff4e8;
    color: #9a4b00;
}

.cherry-demand-site-status.is-listed {
    background: #eef6f0;
    color: #1f6f46;
}

.cherry-demand-site-row em {
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef6f0;
    color: #1f6f46;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.cherry-demand-site-row em.needs-tags {
    background: #fff0f3;
    color: #a40b2d;
}

.cherry-demand-site-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.cherry-demand-site-editor {
    min-height: 420px;
}

.cherry-demand-site-editor-address {
    margin: -8px 0 4px;
    color: #526071;
}

.cherry-favorite-reasons {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-favorite-reasons > strong {
    color: #111820;
    font-size: 0.86rem;
}

.cherry-favorite-reasons textarea {
    width: 100%;
    padding: 9px 11px;
    border: 1px solid rgba(17, 24, 32, 0.16);
    border-radius: 6px;
    font: inherit;
}

@media (max-width: 980px) {
    .cherry-preference-page > .cherry-admin-section-header,
    .cherry-favorites-dashboard > .cherry-admin-section-header {
        flex-direction: column;
    }

    .cherry-favorites-toolbar,
    .cherry-favorites-insight-strip,
    .cherry-favorites-detail-content,
    .cherry-preference-layout,
    .cherry-demand-site-tagging,
    .cherry-preference-area-form,
    .cherry-preference-area-form.is-tag-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-favorites-dashboard > .cherry-admin-section-header .cherry-admin-action-button,
    .cherry-favorites-toolbar .mud-button-root {
        width: 100%;
    }

    .cherry-demand-site-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-demand-profile-summary {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-demand-profile-toolbar {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-demand-profile-resultbar,
    .cherry-demand-profile-pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-demand-profile-detail-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-demand-feedback-heading {
        display: grid;
    }

    .cherry-demand-site-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.cherry-task-panel-compact .cherry-task-requirement,
.cherry-task-panel-compact .cherry-task-assigned-role,
.cherry-task-panel-compact .cherry-task-due,
.cherry-task-panel-compact .cherry-task-status-label {
    justify-self: stretch;
    justify-content: center;
    text-align: center;
}

.cherry-admin-workflow-shell .cherry-task-panel-compact .cherry-task-table-head,
.cherry-admin-workflow-shell .cherry-task-panel-compact .cherry-task-row {
    grid-template-columns: 34px minmax(300px, 1fr) 116px 116px 104px 126px 58px;
}

.cherry-admin-workflow-shell .cherry-task-panel-compact .cherry-task-actions {
    justify-content: center;
}

.cherry-task-submit-ready {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 14px;
    padding: 14px 18px;
    border: 1px solid rgba(22, 134, 78, 0.42);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(22, 134, 78, 0.06), rgba(255, 255, 255, 0.94)),
        #fff;
    overflow: hidden;
}

.cherry-task-submit-ready::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(28deg, transparent 0 45%, rgba(18, 168, 130, 0.75) 45% 55%, transparent 55%),
        linear-gradient(118deg, transparent 0 45%, rgba(147, 16, 42, 0.3) 45% 55%, transparent 55%),
        linear-gradient(72deg, transparent 0 45%, rgba(31, 111, 235, 0.28) 45% 55%, transparent 55%);
    background-size: 86px 52px, 112px 64px, 132px 78px;
    background-position: 22px 18px, 60% 8px, 92% 28px;
    opacity: 0.18;
}

.cherry-task-submit-ready-icon {
    position: relative;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 6px solid #dff5e9;
    border-radius: 999px;
    background: #16864e;
    color: #fff;
    box-shadow: 0 8px 18px rgba(22, 134, 78, 0.16);
}

.cherry-task-submit-ready-icon .mud-icon-root {
    font-size: 1.45rem;
}

.cherry-task-submit-ready-copy {
    position: relative;
    min-width: 0;
    display: grid;
    gap: 6px;
}

.cherry-task-submit-ready-copy strong {
    color: #0f7a45;
    font-size: 0.95rem;
    font-weight: 900;
}

.cherry-task-submit-ready-copy p {
    max-width: none;
    margin: 0;
    color: #526071;
    font-size: 0.8rem;
    line-height: 1.35;
    white-space: nowrap;
}

.cherry-task-submit-ready .cherry-submit-review-button {
    position: relative;
    min-width: 190px;
    min-height: 44px;
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(147, 16, 42, 0.2);
}

.cherry-landlord-site-details-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
}

.cherry-landlord-site-details-heading .cherry-admin-site-details-actions {
    flex: 0 0 auto;
}

.cherry-publisher-offer-sidecar {
    justify-content: center;
    text-align: left;
}

.cherry-publisher-offer-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.cherry-publisher-offer-heading .mud-icon-root {
    font-size: 1.55rem;
}

.cherry-publisher-offer-heading strong {
    line-height: 1.12;
}

.cherry-publisher-offer-sidecar > span {
    text-align: center;
}

.cherry-publisher-offer-button {
    width: 100%;
    margin-inline: auto;
}

.cherry-publisher-details-account-manager {
    display: grid;
    gap: 16px;
    height: 100%;
    min-width: 0;
    align-content: center;
    padding: 22px;
    border: 1px solid rgba(147, 16, 42, 0.08);
    background: #fff8fa;
    text-align: center;
}

.cherry-publisher-details-account-manager .cherry-account-manager-kicker {
    color: #93102A;
    text-shadow: none;
}

.cherry-publisher-details-account-manager .cherry-account-manager-profile {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
}

.cherry-publisher-details-account-manager .cherry-account-manager-profile img,
.cherry-publisher-details-account-manager .cherry-account-manager-initials {
    width: 84px;
    height: 84px;
    border-color: rgba(147, 16, 42, 0.16);
    border-radius: 50%;
}

.cherry-publisher-details-account-manager .cherry-account-manager-initials {
    background: #f5edf0;
    color: #93102A;
}

.cherry-publisher-details-account-manager .cherry-account-manager-profile strong,
.cherry-publisher-details-account-manager .cherry-account-manager-empty strong {
    color: #111820;
    text-shadow: none;
}

.cherry-publisher-details-account-manager .cherry-account-manager-profile span,
.cherry-publisher-details-account-manager .cherry-account-manager-profile small,
.cherry-publisher-details-account-manager .cherry-account-manager-empty span {
    color: #5d6675;
    text-shadow: none;
}

.cherry-publisher-details-account-manager .cherry-account-manager-profile small {
    color: #93102A;
}

.cherry-publisher-details-account-manager .cherry-account-manager-empty .mud-icon-root {
    color: #93102A;
}

.cherry-publisher-manager-actions {
    display: grid;
    gap: 10px;
}

.cherry-publisher-manager-actions .mud-button-root {
    width: 100%;
}

.cherry-publisher-manager-actions .cherry-manager-primary-action.mud-button-root {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    font-size: 0.86rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.035em !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 8px 18px rgba(17, 24, 32, 0.12) !important;
    backdrop-filter: blur(10px);
}

.cherry-publisher-manager-actions .cherry-manager-primary-action.mud-button-root:hover,
.cherry-publisher-manager-actions .cherry-manager-primary-action.mud-button-root:focus-visible {
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 22px rgba(17, 24, 32, 0.16) !important;
}

.cherry-publisher-manager-actions .cherry-manager-primary-action .mud-button-label,
.cherry-publisher-manager-actions .cherry-manager-primary-action .mud-button-label span {
    color: #fff !important;
}

.cherry-publisher-manager-actions .cherry-manager-primary-action .mud-icon-root {
    color: #fff !important;
    font-size: 1.2rem;
}

.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-primary-action.mud-button-root {
    min-width: 0;
    width: 100%;
    min-height: 36px;
    border-color: rgba(147, 16, 42, 0.35) !important;
    background: transparent !important;
    color: #93102A !important;
    box-shadow: none !important;
    backdrop-filter: none;
}

.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-primary-action.mud-button-root:hover,
.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-primary-action.mud-button-root:focus-visible {
    border-color: #93102A !important;
    background: rgba(147, 16, 42, 0.05) !important;
    box-shadow: none !important;
}

.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-primary-action .mud-button-label,
.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-primary-action .mud-button-label span,
.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-primary-action .mud-icon-root {
    color: #93102A !important;
}

.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-message-action.mud-button-root {
    border-color: #93102A !important;
    background: #93102A !important;
    color: #fff !important;
}

.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-message-action.mud-button-root:hover,
.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-message-action.mud-button-root:focus-visible {
    border-color: #7f0d24 !important;
    background: #7f0d24 !important;
}

.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-message-action .mud-button-label,
.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-message-action .mud-button-label span,
.cherry-publisher-details-account-manager .cherry-publisher-manager-actions .cherry-manager-message-action .mud-icon-root {
    color: #fff !important;
}

.cherry-inbox-shell {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    height: calc(100dvh - 148px);
}

.cherry-inbox-header {
    display: flex;
    gap: 18px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 26px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 32, 0.05);
}

.cherry-inbox-kicker {
    display: block;
    margin-bottom: 6px;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-inbox-header h1 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 2.15rem;
    line-height: 1.1;
}

.cherry-inbox-header p {
    margin: 8px 0 0;
    color: #5d6675;
}

.cherry-inbox-layout {
    display: grid;
    grid-template-columns: minmax(380px, 460px) minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(17, 24, 32, 0.06);
}

.cherry-inbox-sidebar {
    display: grid;
    grid-template-rows: auto auto auto auto minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 18px;
    border-right: 1px solid rgba(148, 163, 184, 0.22);
    background: #fbfcfd;
}

.cherry-inbox-sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cherry-inbox-sidebar-top strong {
    display: block;
    color: #111820;
    font-size: 0.96rem;
    font-weight: 900;
}

.cherry-inbox-sidebar-top span {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
}

.cherry-inbox-filter-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 4px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #fff;
}

.cherry-inbox-filter-tabs button {
    min-width: 0;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 8px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #4b5563;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-inbox-filter-tabs button:hover,
.cherry-inbox-filter-tabs button:focus-visible,
.cherry-inbox-filter-tabs button.is-active {
    background: #f7e5ea;
    color: #93102A;
    outline: none;
}

.cherry-inbox-filter-tabs button span {
    min-width: 20px;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(17, 24, 32, 0.06);
    color: inherit;
    font-size: 0.68rem;
    line-height: 1.2;
}

.cherry-inbox-mode-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 4px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #fff;
}

.cherry-inbox-mode-tabs button {
    min-height: 34px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #4b5563;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-inbox-mode-tabs button:hover,
.cherry-inbox-mode-tabs button:focus-visible,
.cherry-inbox-mode-tabs button.is-active {
    background: #93102A;
    color: #fff;
    outline: none;
}

.cherry-inbox-search-panel {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #fff;
}

.cherry-inbox-search-panel label {
    display: grid;
    gap: 5px;
}

.cherry-inbox-search-panel label span {
    color: #526071;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-inbox-search-panel input,
.cherry-inbox-search-panel select {
    width: 100%;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid #d7dde6;
    border-radius: 6px;
    background: #fff;
    color: #111820;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-inbox-search-panel input:focus,
.cherry-inbox-search-panel select:focus {
    border-color: #b10d35;
    box-shadow: 0 0 0 3px rgba(177, 13, 53, 0.1);
    outline: none;
}

.cherry-inbox-search-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-inbox-search-actions button {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 11px;
    border: 1px solid #b10d35;
    border-radius: 6px;
    background: #b10d35;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-inbox-search-actions button.is-clear {
    border-color: rgba(177, 13, 53, 0.22);
    background: #fff;
    color: #b10d35;
}

.cherry-inbox-search-actions .mud-icon-root {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.cherry-inbox-new-conversation {
    gap: 16px;
}

.cherry-message-dialog.cherry-inbox-compose-dialog .mud-dialog-title {
    background: linear-gradient(135deg, #8f0f29 0%, #a31233 100%);
    color: #fff;
    padding: 8px 14px 8px 18px;
}

.cherry-inbox-compose-dialog.mud-dialog {
    width: min(920px, calc(100vw - 48px));
    max-width: min(920px, calc(100vw - 48px));
}

.cherry-inbox-compose-dialog .mud-dialog-content {
    padding: 24px 48px 28px;
}

.cherry-inbox-compose-dialog .mud-dialog-actions {
    justify-content: flex-end;
    padding: 14px 48px;
}

.cherry-inbox-compose-dialog .cherry-message-dialog-header {
    grid-template-columns: 24px minmax(0, 1fr) 32px;
    min-height: 30px;
    align-items: center;
    gap: 14px;
}

.cherry-inbox-compose-dialog .cherry-message-dialog-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.cherry-inbox-compose-dialog .cherry-message-dialog-icon .mud-icon-root {
    font-size: 1.35rem;
}

.cherry-inbox-compose-dialog .cherry-message-dialog-header h2 {
    margin: 0;
    color: #fff;
    font-size: 1.32rem;
    font-weight: 100;
    line-height: 1.1;
}

.cherry-inbox-compose-dialog .cherry-message-dialog-close.mud-icon-button,
.cherry-inbox-compose-dialog .cherry-message-dialog-close .mud-icon-root {
    color: #fff;
}

.cherry-inbox-compose-dialog .cherry-message-dialog-close.mud-icon-button {
    justify-self: end;
    width: 32px;
    height: 32px;
    margin-top: 0;
}

.cherry-inbox-compose-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.cherry-inbox-compose-row.is-message {
    align-items: start;
}

.cherry-inbox-compose-row > label {
    color: #374151;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-inbox-compose-dialog textarea.mud-input-slot {
    min-height: 230px;
}

.cherry-inbox-compose-field {
    display: grid;
    min-width: 0;
    gap: 10px;
}

.cherry-inbox-site-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.cherry-inbox-site-search-button.mud-button-root {
    min-height: 40px;
    border-radius: 6px;
    font-weight: 900;
}

.cherry-inbox-site-results {
    display: grid;
    gap: 8px;
    max-height: 260px;
    overflow-y: auto;
    padding: 2px 2px 2px 0;
}

.cherry-inbox-site-result {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 7px;
    background: #fff;
    color: #111820;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.cherry-inbox-site-result:hover,
.cherry-inbox-site-result:focus-visible,
.cherry-inbox-site-result.is-selected {
    border-color: rgba(147, 16, 42, 0.45);
    background: rgba(147, 16, 42, 0.035);
    box-shadow: 0 10px 24px rgba(147, 16, 42, 0.08);
}

.cherry-inbox-site-result .mud-icon-root {
    color: #93102A;
}

.cherry-inbox-site-result span {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.cherry-inbox-site-result strong,
.cherry-inbox-site-result small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-site-result strong {
    font-size: 0.94rem;
    font-weight: 900;
}

.cherry-inbox-site-result small {
    color: #5d6675;
    font-size: 0.82rem;
}

.cherry-inbox-site-result em {
    max-width: 150px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(17, 24, 32, 0.06);
    color: #4b5563;
    font-style: normal;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cherry-inbox-site-autocomplete-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.cherry-inbox-site-autocomplete-item > .mud-icon-root {
    color: #93102A;
}

.cherry-inbox-site-autocomplete-item span {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.cherry-inbox-site-autocomplete-item strong,
.cherry-inbox-site-autocomplete-item small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-site-autocomplete-item strong {
    color: #111820;
    font-size: 0.9rem;
    font-weight: 900;
}

.cherry-inbox-site-autocomplete-item small {
    color: #5d6675;
    font-size: 0.78rem;
}

.cherry-inbox-site-autocomplete-item em {
    min-width: 190px;
    max-width: 230px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(17, 24, 32, 0.06);
    color: #4b5563;
    font-style: normal;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.cherry-inbox-selected-site {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(22, 101, 52, 0.08);
    color: #166534;
    font-size: 0.86rem;
    font-weight: 800;
}

.cherry-inbox-selected-site span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-selected-site-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 6px;
    background: #f8f9fb;
}

.cherry-inbox-selected-site-card > .mud-icon-root {
    color: #93102A;
}

.cherry-inbox-selected-site-card span {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.cherry-inbox-selected-site-card strong,
.cherry-inbox-selected-site-card small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-selected-site-card strong {
    color: #111820;
    font-size: 0.9rem;
    font-weight: 900;
}

.cherry-inbox-selected-site-card small {
    color: #5d6675;
    font-size: 0.78rem;
}

.cherry-inbox-selected-site-card button {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
}

.cherry-inbox-selected-site-card button:hover,
.cherry-inbox-selected-site-card button:focus-visible {
    background: rgba(17, 24, 32, 0.07);
    color: #111820;
    outline: none;
}

.cherry-message-dialog.mud-dialog {
    border-radius: 8px;
    overflow: hidden;
}

.cherry-message-dialog .mud-dialog-title {
    padding: 26px 34px 14px;
}

.cherry-message-dialog .mud-dialog-content {
    padding: 0 34px 18px;
}

.cherry-message-dialog .mud-dialog-actions {
    justify-content: space-between;
    gap: 16px;
    padding: 22px 34px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    background: #fff;
}

.cherry-message-dialog-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: start;
}

.cherry-message-dialog-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(147, 16, 42, 0.08);
    color: #93102A;
}

.cherry-message-dialog-icon .mud-icon-root {
    font-size: 2rem;
}

.cherry-message-dialog-header h2 {
    margin: 4px 0 8px;
    color: #252a31;
    font-family: var(--cherry-heading-font);
    font-size: clamp(1.45rem, 2vw, 1.8rem);
    font-weight: 900;
    letter-spacing: 0;
}

.cherry-message-dialog-header p {
    max-width: 620px;
    margin: 0;
    color: #5d6675;
    line-height: 1.55;
}

.cherry-message-dialog-close.mud-icon-button {
    margin-top: -6px;
    color: #4b5563;
}

.cherry-message-dialog-form {
    display: grid;
    gap: 14px;
}

.cherry-message-dialog-section {
    display: grid;
    gap: 4px;
    margin-top: 8px;
}

.cherry-message-dialog-section h3 {
    margin: 0;
    color: #252a31;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-message-dialog-section p {
    margin: 0;
    color: #6b7280;
    font-size: 0.88rem;
}

.cherry-message-dialog-message-heading {
    margin-top: 16px;
}

.cherry-message-dialog-or {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    color: #5d6675;
}

.cherry-message-dialog-or span {
    height: 1px;
    background: rgba(148, 163, 184, 0.36);
}

.cherry-message-dialog-or em {
    font-style: normal;
    font-size: 0.86rem;
}

.cherry-message-dialog .mud-input-control {
    margin-top: 0;
}

.cherry-message-dialog textarea.mud-input-slot {
    min-height: 120px;
}

.cherry-message-dialog .mud-dialog-actions .cherry-admin-action-button {
    min-width: 174px;
}

.cherry-message-dialog.cherry-compose-message-dialog .mud-dialog-title {
    background: linear-gradient(135deg, #8f0f29 0%, #a31233 100%);
    color: #fff;
    padding: 8px 14px 8px 18px;
}

.cherry-compose-message-dialog.mud-dialog {
    width: min(920px, calc(100vw - 48px));
    max-width: min(920px, calc(100vw - 48px));
}

.cherry-compose-message-dialog .mud-dialog-content {
    padding: 28px 48px 24px;
}

.cherry-compose-message-dialog .mud-dialog-actions {
    justify-content: flex-end;
    padding: 14px 48px;
}

.cherry-compose-message-dialog .cherry-message-dialog-header {
    grid-template-columns: 24px minmax(0, 1fr) 32px;
    min-height: 30px;
    align-items: center;
    gap: 14px;
}

.cherry-compose-message-dialog .cherry-message-dialog-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.cherry-compose-message-dialog .cherry-message-dialog-icon .mud-icon-root {
    font-size: 1.35rem;
}

.cherry-compose-message-dialog .cherry-message-dialog-header h2 {
    margin: 0;
    color: #fff;
    font-size: 1.32rem;
    font-weight: 100;
    line-height: 1.1;
}

.cherry-compose-message-dialog .cherry-message-dialog-header p {
    display: none;
}

.cherry-compose-message-dialog .cherry-message-dialog-close.mud-icon-button,
.cherry-compose-message-dialog .cherry-message-dialog-close .mud-icon-root {
    color: #fff;
}

.cherry-compose-message-dialog .cherry-message-dialog-close.mud-icon-button {
    justify-self: end;
    width: 32px;
    height: 32px;
    margin-top: 0;
}

.cherry-compose-message-dialog textarea.mud-input-slot {
    min-height: 210px;
}

@media (max-width: 640px) {
    .cherry-inbox-compose-dialog.mud-dialog {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .cherry-inbox-compose-dialog .mud-dialog-content,
    .cherry-inbox-compose-dialog .mud-dialog-actions {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cherry-message-dialog.cherry-inbox-compose-dialog .mud-dialog-title {
        padding: 14px 20px;
    }

    .cherry-inbox-compose-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .cherry-inbox-compose-dialog textarea.mud-input-slot {
        min-height: 180px;
    }

    .cherry-message-dialog .mud-dialog-title {
        padding: 22px 22px 12px;
    }

    .cherry-message-dialog .mud-dialog-content {
        padding: 0 22px 18px;
    }

    .cherry-message-dialog .mud-dialog-actions {
        padding: 18px 22px;
    }

    .cherry-message-dialog.cherry-compose-message-dialog .mud-dialog-title {
        padding: 8px 12px 8px 16px;
    }

    .cherry-compose-message-dialog.mud-dialog {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .cherry-compose-message-dialog .mud-dialog-content,
    .cherry-compose-message-dialog .mud-dialog-actions {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cherry-compose-message-dialog textarea.mud-input-slot {
        min-height: 180px;
    }

    .cherry-message-dialog-header {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 14px;
    }

    .cherry-message-dialog-icon {
        width: 48px;
        height: 48px;
    }

    .cherry-inbox-site-search-row {
        grid-template-columns: 1fr;
    }

    .cherry-inbox-site-search-button.mud-button-root {
        min-height: 44px;
        margin-bottom: 0;
    }

    .cherry-inbox-site-result {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-inbox-site-result em {
        grid-column: 2;
        width: fit-content;
    }
}

.cherry-inbox-thread-list {
    display: grid;
    align-content: start;
    gap: 14px;
    overflow-y: auto;
    min-height: 0;
    padding-right: 2px;
}

.cherry-inbox-site-group {
    display: grid;
    gap: 7px;
    padding: 10px 10px 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #ffffff;
}

.cherry-inbox-site-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 0 2px 6px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    color: #111820;
}

.cherry-inbox-site-heading .mud-icon-root {
    color: #93102A;
    font-size: 1rem;
}

.cherry-inbox-site-heading strong,
.cherry-inbox-site-heading span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-site-heading strong {
    color: #1f2937;
    font-size: 0.8rem;
    font-weight: 900;
}

.cherry-inbox-site-heading span {
    margin-top: 2px;
    color: #64748b;
    font-size: 0.72rem;
}

.cherry-inbox-site-heading em {
    min-width: 24px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #f2f4f7;
    color: #64748b;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.cherry-inbox-site-thread-list {
    display: grid;
    gap: 6px;
    padding-left: 22px;
    border-left: 2px solid rgba(147, 16, 42, 0.12);
}

.cherry-inbox-thread {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.cherry-inbox-thread-copy {
    display: grid;
    gap: 3px;
    justify-items: start;
    width: 100%;
    min-width: 0;
    text-align: left;
}

.cherry-inbox-thread:hover,
.cherry-inbox-thread:focus-visible,
.cherry-inbox-thread.is-active {
    border-color: rgba(147, 16, 42, 0.35);
    background: #fff8fa;
    outline: none;
}

.cherry-inbox-thread.is-unread {
    border-color: rgba(147, 16, 42, 0.4);
    background: #fff7f9;
    box-shadow: inset 4px 0 0 #93102A;
    padding-right: 78px;
}

.cherry-inbox-thread.is-unread .cherry-inbox-thread-title {
    color: #93102A;
}

.cherry-inbox-thread-title {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #111820;
    font-size: 0.9rem;
    font-weight: 900;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-thread-meta,
.cherry-inbox-thread-preview {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #64748b;
    font-size: 0.78rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-unread-badge {
    position: absolute;
    top: 9px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 22px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #93102A;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}

.cherry-inbox-unread-badge span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #93102A;
    line-height: 1;
}

.cherry-inbox-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
    min-height: 0;
}

.cherry-inbox-conversation-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.cherry-inbox-conversation-header > div {
    min-width: 0;
}

.cherry-inbox-conversation-header span {
    color: #93102A;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-inbox-conversation-header h2 {
    margin: 4px 0 0;
    overflow: hidden;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.45rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-conversation-header p {
    margin: 4px 0 0;
    color: #64748b;
}

.cherry-inbox-resolve-button {
    align-self: center;
    white-space: nowrap;
}

.cherry-inbox-messages {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    overflow-y: auto;
    padding: 22px 24px;
    background: #f8fafc;
}

.cherry-message-bubble {
    width: min(78%, 680px);
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.cherry-message-bubble.is-mine {
    align-self: flex-end;
    border-color: rgba(147, 16, 42, 0.18);
    background: #fff8fa;
}

.cherry-message-bubble.is-theirs {
    align-self: flex-start;
}

.cherry-message-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cherry-message-meta strong {
    color: #111820;
    font-size: 0.88rem;
    font-weight: 900;
}

.cherry-message-meta span,
.cherry-message-bubble small {
    color: #64748b;
    font-size: 0.78rem;
}

.cherry-message-bubble p {
    margin: 0;
    color: #253041;
    line-height: 1.55;
    white-space: pre-wrap;
}

.cherry-message-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.cherry-message-attachments a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(147, 16, 42, 0.2);
    border-radius: 999px;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.cherry-message-edit-button {
    margin-top: 8px;
    border: 0;
    background: transparent;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-message-edit-actions,
.cherry-inbox-composer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.cherry-inbox-composer {
    display: grid;
    gap: 12px;
    padding: 18px 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    background: #fff;
}

.cherry-inbox-file-picker {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.22);
    border-radius: 4px;
    color: #93102A;
    font-size: 0.82rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-inbox-file-picker.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.cherry-inbox-file-picker input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.cherry-inbox-file-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-inbox-file-list span {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-inbox-note,
.cherry-inbox-empty-list,
.cherry-inbox-empty-state {
    display: grid;
    gap: 10px;
    place-items: center;
    padding: 28px;
    color: #64748b;
    text-align: center;
}

.cherry-inbox-note {
    place-items: start;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 14px;
    text-align: left;
}

.cherry-inbox-empty-state {
    align-self: center;
}

.cherry-inbox-empty-state.is-compact {
    align-self: stretch;
    margin: auto;
}

.cherry-inbox-empty-list .mud-icon-root,
.cherry-inbox-empty-state .mud-icon-root,
.cherry-inbox-note .mud-icon-root {
    color: #93102A;
    font-size: 2rem;
}

.cherry-inbox-empty-list strong,
.cherry-inbox-empty-state strong {
    color: #111820;
    font-weight: 900;
}

.cherry-inbox-shell {
    gap: 0;
    height: calc(100dvh - 104px);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.cherry-inbox-toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto minmax(190px, auto) auto auto;
    gap: 10px;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    background: #fff;
}

.cherry-inbox-toolbar-search {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 6px;
    background: #fff;
    color: #94a3b8;
}

.cherry-inbox-toolbar-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #111820;
    font-weight: 700;
}

.cherry-inbox-toolbar-select {
    min-height: 42px;
    min-width: 190px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 6px;
    background: #fff;
    color: #111820;
    font-weight: 900;
}

.cherry-inbox-toolbar .cherry-inbox-mode-tabs,
.cherry-inbox-toolbar .cherry-inbox-filter-tabs {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.cherry-inbox-toolbar .cherry-inbox-mode-tabs button,
.cherry-inbox-toolbar .cherry-inbox-filter-tabs button {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #f3f4f6;
}

.cherry-inbox-toolbar .cherry-inbox-filter-tabs button.is-active,
.cherry-inbox-toolbar .cherry-inbox-mode-tabs button.is-active {
    border-color: rgba(147, 16, 42, 0.42);
    background: #fff;
    color: #93102A;
}

.cherry-inbox-layout {
    grid-template-columns: minmax(330px, 430px) minmax(0, 1fr);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.cherry-inbox-sidebar {
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0;
    padding: 0;
    background: #fff;
}

.cherry-inbox-sidebar-top {
    min-height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.cherry-inbox-sort-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 0;
    background: transparent;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.cherry-inbox-thread-list {
    gap: 0;
    padding: 0;
}

.cherry-inbox-thread {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 74px;
    padding: 10px 16px;
    border: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 0;
    box-shadow: none;
}

.cherry-inbox-thread:hover,
.cherry-inbox-thread:focus-visible,
.cherry-inbox-thread.is-active {
    background: #fff7f9;
    border-color: rgba(148, 163, 184, 0.16);
}

.cherry-inbox-thread.is-unread {
    padding-right: 16px;
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow: none;
}

.cherry-inbox-thread-avatar {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #f8dce4;
    color: #93102A;
    font-weight: 900;
    overflow: hidden;
}

.cherry-inbox-thread-avatar.is-closed {
    background: #f1f5f9;
    color: #64748b;
}

.cherry-inbox-thread-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cherry-inbox-thread-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: start;
    width: 100%;
}

.cherry-inbox-thread-title {
    font-size: 0.88rem;
}

.cherry-inbox-thread-time {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}

.cherry-inbox-thread-status {
    width: fit-content;
    padding: 2px 7px;
    border-radius: 999px;
    background: #eef2f7;
    color: #64748b;
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cherry-inbox-thread-stage {
    width: fit-content;
    max-width: 145px;
    overflow: hidden;
    padding: 2px 7px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #93102A;
    font-size: 0.62rem;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.cherry-inbox-thread-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-top: 2px;
}

.cherry-inbox-thread-assignee {
    overflow: hidden;
    max-width: 150px;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-inbox-thread.is-unread .cherry-inbox-thread-status {
    background: #f8dce4;
    color: #93102A;
}

.cherry-inbox-unread-badge {
    position: static;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    padding: 0;
    gap: 0;
    font-size: 0.7rem;
}

.cherry-inbox-unread-badge span {
    display: none;
}

.cherry-inbox-panel {
    grid-template-rows: auto minmax(0, 1fr) auto;
    background: #fff;
}

.cherry-inbox-conversation-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    padding: 22px 24px 16px;
    border-bottom: 0;
}

.cherry-inbox-detail-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: #fff;
    color: #93102A;
}

.cherry-inbox-detail-title h2 {
    margin: 0;
    color: #111820;
    font-size: 1.32rem;
    font-weight: 900;
}

.cherry-inbox-detail-title p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 7px 0 0;
    color: #64748b;
    font-size: 0.84rem;
}

.cherry-inbox-detail-title p span + span::before,
.cherry-inbox-detail-title p a + span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    border-radius: 999px;
    background: #cbd5e1;
    vertical-align: middle;
}

.cherry-inbox-detail-address {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    color: #93102A;
    font-weight: 900;
    text-decoration: none;
}

.cherry-inbox-detail-address:hover {
    text-decoration: underline;
}

.cherry-inbox-detail-address .mud-icon-root {
    font-size: 0.95rem;
}

.cherry-inbox-detail-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.cherry-inbox-more-menu .mud-button-root,
.cherry-inbox-more-menu.mud-icon-button {
    border-radius: 6px !important;
}

.cherry-participants-dialog .mud-dialog-content {
    padding-top: 0;
}

.cherry-participants-dialog-body {
    display: grid;
    gap: 16px;
}

.cherry-participant-list,
.cherry-participant-results {
    display: grid;
    gap: 8px;
}

.cherry-participant-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: #fff;
}

.cherry-participant-row > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f8dce4;
    color: #93102A;
    font-size: 0.76rem;
    font-weight: 900;
}

.cherry-participant-row div {
    min-width: 0;
}

.cherry-participant-row strong,
.cherry-participant-row small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-participant-row strong {
    color: #111820;
    font-weight: 900;
}

.cherry-participant-row small {
    margin-top: 2px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-participant-add {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
    padding-top: 4px;
}

.cherry-participant-add label {
    display: grid;
    gap: 6px;
}

.cherry-participant-add label span {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-participant-add input {
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.36);
    border-radius: 6px;
    color: #111820;
    font-weight: 800;
}

@media (max-width: 640px) {
    .cherry-participant-add {
        grid-template-columns: 1fr;
    }

    .cherry-participant-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-participant-row .mud-button-root {
        grid-column: 2;
        width: fit-content;
    }
}

.cherry-inbox-status-pill {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 4px;
    background: #a80f2d;
    color: #fff !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-inbox-status-pill.is-closed {
    background: #e5e7eb;
    color: #475569 !important;
}

.cherry-inbox-messages {
    padding: 22px 24px;
    background: #fff;
}

.cherry-message-bubble {
    box-shadow: none;
}

.cherry-inbox-composer {
    margin: 0 24px 20px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 8px;
    overflow: hidden;
}

.cherry-inbox-composer .mud-input-control {
    margin: 0;
}

.cherry-inbox-composer .mud-input-outlined-border {
    border: 0 !important;
}

.cherry-inbox-composer-actions {
    margin: 0;
    padding: 10px 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

@media (max-width: 980px) {
    .cherry-inbox-toolbar {
        grid-template-columns: 1fr;
    }

    .cherry-inbox-layout {
        grid-template-columns: 1fr;
    }

    .cherry-inbox-sidebar {
        min-height: 340px;
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    }

}

.cherry-landlord-media-details-panel .cherry-featured-media-header {
    display: block;
    margin-bottom: 18px;
}

.cherry-landlord-media-details-panel .cherry-featured-media-header p {
    margin: 4px 0 0;
    color: #68717c;
    font-size: 0.86rem;
}

.cherry-landlord-featured-gallery .cherry-featured-inline-preview {
    text-decoration: none;
}

.cherry-landlord-readonly-action-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 4px;
    background: #f5edf0;
    color: #7a4a56;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-landlord-readonly-action-note .mud-icon-root {
    color: #7a4a56;
}

.cherry-landlord-site-workspace .cherry-site-hero,
.cherry-landlord-site-workspace .cherry-site-hero-sidecar,
.cherry-landlord-site-workspace .cherry-landlord-public-listing-card,
.cherry-landlord-site-workspace .cherry-site-panel,
.cherry-landlord-site-workspace .cherry-site-featured-media,
.cherry-landlord-site-workspace .cherry-site-featured-placeholder,
.cherry-landlord-site-workspace .cherry-featured-inline-item,
.cherry-landlord-site-workspace .cherry-featured-inline-preview,
.cherry-landlord-site-workspace .cherry-site-empty-state,
.cherry-landlord-site-workspace .cherry-site-detail-item,
.cherry-landlord-site-workspace .cherry-document-stat-card,
.cherry-landlord-site-workspace .cherry-document-stat-icon,
.cherry-landlord-site-workspace .cherry-document-card,
.cherry-landlord-site-workspace .cherry-document-card-icon,
.cherry-landlord-site-workspace .cherry-document-note-inline,
.cherry-landlord-site-workspace .cherry-attribute-table-wrap,
.cherry-landlord-site-workspace .cherry-site-map-frame,
.cherry-landlord-site-workspace .cherry-site-map-empty,
.cherry-landlord-site-workspace .cherry-landlord-workspace-note,
.cherry-landlord-site-workspace .cherry-landlord-readonly-action-note,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-step,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-current,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-next,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-track,
.cherry-landlord-site-workspace .mud-paper,
.cherry-landlord-site-workspace .mud-alert,
.cherry-landlord-site-workspace .mud-button-root {
    border-radius: 8px !important;
}

.cherry-analytics-page {
    display: grid;
    gap: 18px;
}

.cherry-analytics-toolbar,
.cherry-analytics-tabs,
.cherry-analytics-site-picker,
.cherry-analytics-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #ffffff;
}

.cherry-analytics-toolbar label,
.cherry-analytics-site-picker label,
.cherry-analytics-filters label {
    display: grid;
    gap: 6px;
    min-width: 180px;
}

.cherry-analytics-toolbar label span,
.cherry-analytics-site-picker label span,
.cherry-analytics-filters label span {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-analytics-toolbar input,
.cherry-analytics-site-picker input,
.cherry-analytics-site-picker select,
.cherry-analytics-filters input,
.cherry-analytics-filters select {
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    border-radius: 6px;
    background: #fff;
    color: #111820;
}

.cherry-analytics-tabs {
    align-items: center;
    padding: 8px;
}

.cherry-analytics-tabs button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #475569;
    font-weight: 900;
    cursor: pointer;
}

.cherry-analytics-tabs button:hover,
.cherry-analytics-tabs button.is-active {
    background: #f7e8ed;
    color: #93102A;
}

.cherry-analytics-panel {
    display: grid;
    gap: 18px;
}

.cherry-analytics-event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
}

.cherry-analytics-event-card,
.cherry-analytics-detail-item {
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #ffffff;
}

.cherry-analytics-event-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
}

.cherry-analytics-event-card > span,
.cherry-analytics-detail-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(147, 16, 42, 0.08);
    color: #93102A;
}

.cherry-analytics-event-card.is-green > span {
    background: rgba(20, 131, 92, 0.1);
    color: #147f5b;
}

.cherry-analytics-event-card.is-blue > span {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.cherry-analytics-event-card.is-orange > span {
    background: rgba(234, 88, 12, 0.1);
    color: #c2410c;
}

.cherry-analytics-event-card strong,
.cherry-analytics-event-card em,
.cherry-analytics-event-card small {
    display: block;
}

.cherry-analytics-event-card strong {
    color: #111820;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.1;
}

.cherry-analytics-event-card em {
    margin-top: 3px;
    color: #111820;
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 900;
}

.cherry-analytics-event-card small {
    margin-top: 4px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-analytics-detail-list {
    display: grid;
    gap: 10px;
}

.cherry-analytics-detail-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(150px, auto);
    gap: 12px;
    align-items: start;
    padding: 13px;
}

.cherry-analytics-detail-main,
.cherry-analytics-detail-meta {
    min-width: 0;
}

.cherry-analytics-detail-main strong,
.cherry-analytics-detail-main span,
.cherry-analytics-detail-main small,
.cherry-analytics-detail-meta strong,
.cherry-analytics-detail-meta small {
    display: block;
}

.cherry-analytics-detail-main strong {
    color: #111820;
    font-weight: 900;
}

.cherry-analytics-detail-main span {
    margin-top: 2px;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.cherry-analytics-detail-main small,
.cherry-analytics-detail-meta small {
    margin-top: 4px;
    color: #64748b;
    font-size: 0.78rem;
}

.cherry-analytics-detail-main code {
    display: block;
    max-height: 120px;
    margin-top: 8px;
    padding: 8px;
    overflow: auto;
    border-radius: 6px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.76rem;
    white-space: pre-wrap;
}

.cherry-analytics-detail-meta {
    text-align: right;
}

.cherry-analytics-detail-meta strong {
    color: #111820;
    font-size: 0.84rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.cherry-analytics-raw-filterbar {
    margin-bottom: 14px;
}

.cherry-analytics-metric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}

.cherry-analytics-metric,
.cherry-analytics-card {
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.cherry-analytics-metric {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 98px;
    padding: 16px;
}

.cherry-analytics-metric > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #f7e8ed;
    color: #93102A;
}

.cherry-analytics-metric strong,
.cherry-analytics-metric em {
    display: block;
}

.cherry-analytics-metric strong {
    overflow-wrap: anywhere;
    color: #111820;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.1;
}

.cherry-analytics-metric em {
    margin-top: 4px;
    color: #64748b;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 800;
}

.cherry-analytics-chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cherry-analytics-card {
    display: grid;
    gap: 14px;
    min-width: 0;
    padding: 18px;
}

.cherry-analytics-card.is-wide {
    grid-column: 1 / -1;
}

.cherry-analytics-card h2 {
    margin: 0;
    color: #111820;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-analytics-bars {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(34px, 1fr);
    gap: 8px;
    align-items: end;
    min-height: 190px;
    overflow-x: auto;
    padding-top: 8px;
}

.cherry-analytics-bars > div {
    display: grid;
    grid-template-rows: minmax(120px, 1fr) auto;
    gap: 8px;
    align-items: end;
    min-width: 34px;
}

.cherry-analytics-bars span {
    align-self: end;
    width: 100%;
    min-height: 4px;
    border-radius: 6px 6px 0 0;
    background: #93102A;
}

.cherry-analytics-bars small {
    overflow: hidden;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 800;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-analytics-bars.is-dual > div {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(120px, 1fr) auto;
}

.cherry-analytics-bars.is-dual small {
    grid-column: 1 / -1;
}

.cherry-analytics-bars.is-dual span:last-of-type,
.cherry-analytics-legend span:last-child::before {
    background: #475569;
}

.cherry-analytics-legend {
    display: flex;
    gap: 12px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-analytics-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cherry-analytics-legend span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #93102A;
}

.cherry-analytics-simple-table,
.cherry-analytics-event-table {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.cherry-analytics-simple-table > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.cherry-analytics-simple-table span {
    overflow: hidden;
    color: #334155;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-analytics-simple-table strong {
    color: #93102A;
    font-weight: 900;
}

.cherry-analytics-site-picker select {
    min-width: min(100%, 420px);
}

.cherry-analytics-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cherry-analytics-event-table {
    overflow-x: auto;
}

.cherry-analytics-event-head,
.cherry-analytics-event-table article {
    display: grid;
    grid-template-columns: 160px 190px 130px 150px 180px minmax(220px, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 1050px;
}

.cherry-analytics-event-head {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-analytics-event-table article {
    padding: 12px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    color: #334155;
    font-size: 0.84rem;
}

.cherry-analytics-event-table strong {
    overflow-wrap: anywhere;
    color: #111820;
    font-weight: 900;
}

.cherry-analytics-event-table code {
    overflow: hidden;
    padding: 6px 8px;
    border-radius: 6px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-analytics-empty {
    display: grid;
    gap: 8px;
    place-items: center;
    min-height: 180px;
    padding: 24px;
    border: 1px dashed rgba(148, 163, 184, 0.4);
    border-radius: 8px;
    background: #ffffff;
    color: #64748b;
    text-align: center;
}

.cherry-analytics-empty.is-compact {
    min-height: 80px;
    padding: 16px;
}

.cherry-analytics-empty .mud-icon-root {
    color: #93102A;
    font-size: 2rem;
}

.cherry-analytics-empty strong {
    color: #111820;
    font-weight: 900;
}

.cherry-manager-analytics {
    display: grid;
    gap: 18px;
    color: #151923;
}

.cherry-manager-analytics-head,
.cherry-manager-analytics-controls,
.cherry-manager-card-head,
.cherry-manager-legend,
.cherry-manager-toggle,
.cherry-manager-card-head button,
.cherry-manager-card-head a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cherry-manager-analytics-head {
    justify-content: space-between;
    flex-wrap: wrap;
}

.cherry-manager-analytics-head h1 {
    margin: 0;
    color: #151923;
    font-size: 2rem;
    font-weight: 950;
}

.cherry-manager-analytics-head p,
.cherry-manager-card-head p {
    margin: 3px 0 0;
    color: #697386;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-manager-analytics-controls {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cherry-manager-analytics-controls > span,
.cherry-manager-toggle {
    min-height: 38px;
    border: 1px solid rgba(17, 24, 32, 0.1);
    border-radius: 6px;
    padding: 0 12px;
    color: #374151;
    font-size: 0.78rem;
    font-weight: 850;
}

.cherry-manager-analytics-controls > span.cherry-manager-range {
    height: 32px;
    min-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    background: transparent;
    color: #111820;
    line-height: 1;
    text-align: center;
}

.cherry-manager-analytics-controls > span .mud-icon-root {
    width: 16px;
    height: 16px;
    color: #697386;
    font-size: 16px;
}

.cherry-manager-toggle input {
    width: 34px;
    height: 18px;
    accent-color: #b10f35;
}

.cherry-manager-toggle {
    background: #fff;
}

.cherry-manager-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.cherry-manager-kpi,
.cherry-manager-card {
    min-width: 0;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 24, 32, 0.05);
}

.cherry-manager-kpi {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 88px;
    padding: 12px;
}

.cherry-manager-kpi > span,
.cherry-manager-recent-list article > span,
.cherry-manager-attention-list article > span,
.cherry-manager-pipeline-list article > span {
    display: grid;
    place-items: center;
    border-radius: 8px;
}

.cherry-manager-kpi > span {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    background: #f9dce5;
    color: #b10f35;
}

.cherry-manager-kpi > span .mud-icon-root {
    width: 19px;
    height: 19px;
    font-size: 19px;
}

.cherry-manager-kpi.is-blue > span {
    background: #e8efff;
    color: #315b9b;
}

.cherry-manager-kpi.is-green > span {
    background: #e4f5df;
    color: #27723b;
}

.cherry-manager-kpi.is-orange > span {
    background: #fdebd6;
    color: #9a5a12;
}

.cherry-manager-kpi small,
.cherry-manager-kpi strong,
.cherry-manager-kpi em {
    display: block;
}

.cherry-manager-kpi-value {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}

.cherry-manager-kpi strong {
    margin-top: 5px;
    color: #151923;
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1;
}

.cherry-manager-kpi em {
    overflow: hidden;
    color: #526071;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-manager-kpi p {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 0;
    color: #16864e;
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.cherry-manager-kpi p.is-down {
    color: #b10f35;
}

.cherry-manager-kpi p .mud-icon-root {
    width: 12px;
    height: 12px;
    font-size: 12px;
}

.cherry-manager-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr);
    gap: 16px;
    align-items: start;
}

.cherry-manager-funnel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.cherry-manager-funnel-grid .cherry-manager-card {
    align-content: start;
    height: 100%;
}

.cherry-manager-card {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.cherry-manager-card-large {
    min-height: 300px;
}

.cherry-manager-card-head {
    justify-content: space-between;
}

.cherry-manager-card-head h2 {
    margin: 0;
    color: #151923;
    font-size: 1rem;
    font-weight: 950;
}

.cherry-manager-card-head > span {
    min-height: 34px;
    border: 1px solid rgba(17, 24, 32, 0.1);
    border-radius: 6px;
    padding: 0 12px;
    color: #526071;
    font-size: 0.72rem;
    font-weight: 900;
}

.cherry-manager-card-head button,
.cherry-manager-card-head a {
    border: 0;
    background: transparent;
    color: #b10f35;
    font-size: 0.76rem;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
}

.cherry-manager-card-head button .mud-icon-root,
.cherry-manager-card-head a .mud-icon-root {
    width: 15px;
    height: 15px;
    font-size: 15px;
}

.cherry-manager-legend {
    color: #526071;
    font-size: 0.76rem;
    font-weight: 850;
}

.cherry-manager-legend span::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 3px;
    margin-right: 6px;
    border-radius: 999px;
    background: #b10f35;
    vertical-align: middle;
}

.cherry-manager-legend span.is-pink::before {
    background: #e54873;
}

.cherry-manager-legend span.is-gray::before {
    background: #8f99a8;
}

.cherry-manager-chart {
    min-height: 230px;
}

.cherry-manager-chart svg {
    width: 100%;
    height: 230px;
    overflow: visible;
}

.cherry-manager-chart line {
    stroke: rgba(105, 115, 134, 0.2);
    stroke-width: 1;
}

.cherry-manager-chart polyline {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.cherry-manager-chart polyline.is-red {
    stroke: #b10f35;
}

.cherry-manager-chart polyline.is-pink {
    stroke: #e54873;
}

.cherry-manager-chart polyline.is-gray {
    stroke: #8f99a8;
}

.cherry-manager-chart text {
    fill: #697386;
    font-size: 11px;
    font-weight: 800;
    text-anchor: middle;
}

.cherry-manager-chart-labels {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: -8px 6px 0 28px;
    color: #697386;
    font-size: 0.68rem;
    font-weight: 850;
}

.cherry-manager-funnel {
    display: grid;
    gap: 0;
}

.cherry-manager-funnel article {
    display: grid;
    grid-template-columns: 28px minmax(110px, 1fr) minmax(92px, 180px) 54px 50px;
    gap: 12px;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    padding: 4px 0;
}

.cherry-manager-funnel article:last-child {
    border-bottom: 0;
}

.cherry-manager-funnel div {
    grid-column: 3;
    width: var(--funnel-width);
    height: 34px;
    justify-self: center;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(249, 220, 229, 0.9), rgba(177, 15, 53, 0.78));
    clip-path: polygon(7% 0, 93% 0, 84% 100%, 16% 100%);
}

.cherry-manager-funnel span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f7e8ed;
    color: #b10f35;
    font-size: 0.72rem;
    font-weight: 950;
}

.cherry-manager-funnel strong {
    color: #374151;
    font-size: 0.78rem;
    font-weight: 950;
}

.cherry-manager-funnel em,
.cherry-manager-funnel small {
    color: #151923;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
    text-align: right;
}

.cherry-manager-funnel small {
    color: #697386;
}

.cherry-manager-source-list {
    display: grid;
    gap: 12px;
}

.cherry-manager-source-list div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 12px;
}

.cherry-manager-source-list span,
.cherry-manager-source-list strong {
    overflow: hidden;
    color: #374151;
    font-size: 0.78rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-manager-source-list strong {
    color: #151923;
    font-weight: 950;
}

.cherry-manager-source-list em {
    grid-column: 1 / -1;
    display: block;
    width: var(--source-width);
    height: 10px;
    border-radius: 999px;
    background: #b10f35;
}

.cherry-manager-pipeline-list,
.cherry-manager-attention-list,
.cherry-manager-recent-list {
    display: grid;
    gap: 10px;
}

.cherry-manager-pipeline-list article,
.cherry-manager-attention-list article,
.cherry-manager-recent-list article {
    min-width: 0;
    display: grid;
    align-items: center;
    gap: 10px;
}

.cherry-manager-pipeline-list article {
    grid-template-columns: 32px minmax(0, 1fr) auto minmax(92px, auto);
    min-height: 40px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    padding-bottom: 8px;
}

.cherry-manager-pipeline-list article:last-child {
    border-bottom: 0;
}

.cherry-manager-pipeline-list article > span {
    width: 28px;
    height: 28px;
    background: #f7e8ed;
    color: #b10f35;
}

.cherry-manager-pipeline-list article > span.is-green {
    background: #e4f5df;
    color: #27723b;
}

.cherry-manager-pipeline-list article > span.is-blue {
    background: #e8efff;
    color: #315b9b;
}

.cherry-manager-pipeline-list article > span.is-orange {
    background: #fdebd6;
    color: #9a5a12;
}

.cherry-manager-pipeline-list strong,
.cherry-manager-pipeline-list em,
.cherry-manager-pipeline-list small {
    overflow: hidden;
    color: #374151;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-manager-pipeline-list em {
    color: #151923;
    font-size: 0.9rem;
    font-weight: 950;
}

.cherry-manager-pipeline-list small {
    color: #697386;
    font-size: 0.7rem;
    text-align: right;
}

.cherry-manager-attention {
    background: #fff8fa;
}

.cherry-manager-attention-list article {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    border-radius: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.72);
}

.cherry-manager-attention-list article > span,
.cherry-manager-recent-list article > span {
    width: 34px;
    height: 34px;
    background: #f9dce5;
    color: #b10f35;
}

.cherry-manager-attention-list strong,
.cherry-manager-attention-list small,
.cherry-manager-recent-list strong,
.cherry-manager-recent-list small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-manager-attention-list strong {
    color: #151923;
    font-size: 0.8rem;
    font-weight: 950;
}

.cherry-manager-attention-list small,
.cherry-manager-recent-list small {
    margin-top: 2px;
    color: #697386;
    font-size: 0.72rem;
    font-weight: 750;
}

.cherry-manager-attention-list a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #b10f35;
    font-size: 0.72rem;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.cherry-manager-attention-list a .mud-icon-root {
    width: 14px;
    height: 14px;
    font-size: 14px;
}

.cherry-manager-recent-list article {
    grid-template-columns: 38px minmax(0, 1fr) auto;
}

.cherry-manager-recent-list strong {
    color: #151923;
    font-size: 0.8rem;
    font-weight: 950;
}

.cherry-manager-recent-list em {
    color: #697386;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 850;
    white-space: nowrap;
}

.cherry-manager-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 142px;
    border: 1px dashed rgba(105, 115, 134, 0.28);
    border-radius: 8px;
    color: #697386;
    text-align: center;
}

.cherry-manager-empty .mud-icon-root {
    color: #b10f35;
    font-size: 1.8rem;
}

.cherry-manager-empty strong {
    color: #151923;
    font-size: 0.85rem;
    font-weight: 950;
}

@media (max-width: 1280px) {
    .cherry-manager-funnel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .cherry-manager-kpis,
    .cherry-manager-funnel-grid,
    .cherry-manager-dashboard {
        grid-template-columns: 1fr;
    }

    .cherry-manager-analytics-controls {
        justify-content: flex-start;
    }

    .cherry-manager-card-head,
    .cherry-manager-attention-list article {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-manager-pipeline-list article {
        grid-template-columns: 28px minmax(0, 1fr) auto;
    }

    .cherry-manager-pipeline-list small {
        grid-column: 2 / -1;
        text-align: left;
    }

    .cherry-manager-funnel article {
        grid-template-columns: 26px minmax(0, 1fr) 54px 54px;
    }

    .cherry-manager-funnel div {
        grid-column: 1 / -1;
        grid-row: 2;
        height: 8px;
        justify-self: stretch;
        clip-path: none;
    }

    .cherry-add-attributes-title {
        align-items: flex-start;
    }

    .cherry-add-attributes-title-main {
        align-items: flex-start;
    }

    .cherry-add-attributes-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-add-attributes-count {
        place-items: start;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }

    .cherry-add-attributes-table {
        min-width: 1300px;
    }

    .cherry-add-attributes-actions {
        flex-wrap: wrap;
    }

    .cherry-add-attributes-actions .mud-button-root {
        flex: 1 1 140px;
    }

    .cherry-contact-dialog-title {
        align-items: flex-start;
    }

    .cherry-contact-dialog-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-contact-dialog-page-pill {
        width: 100%;
        text-align: left;
    }

    .cherry-contact-search-actions {
        justify-content: stretch;
    }

    .cherry-contact-search-actions .mud-button-root,
    .cherry-contact-dialog-actions .mud-button-root {
        width: 100%;
    }

    .cherry-contact-results-table {
        min-width: 780px;
    }

    .cherry-required-docs-dialog-title {
        align-items: flex-start;
    }

    .cherry-required-docs-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-required-docs-count {
        place-items: start;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }

    .cherry-required-docs-table {
        min-width: 680px;
    }

    .cherry-required-docs-actions {
        flex-wrap: wrap;
    }

    .cherry-required-docs-actions .mud-button-root {
        flex: 1 1 140px;
    }

    .cherry-site-hero {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .cherry-site-detail-grid {
        grid-template-columns: 1fr;
    }

    .cherry-site-panel-header {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .cherry-contact-card,
    .cherry-document-row {
        grid-template-columns: 1fr;
    }

    .cherry-contact-section-heading h3 {
        font-size: 1.6rem;
    }

    .cherry-contact-topline {
        flex-direction: column;
    }

    .cherry-contact-topmeta {
        justify-content: flex-start;
    }

    .cherry-contact-avatar {
        width: 72px;
        height: 72px;
        border-radius: 22px;
    }

    .cherry-contact-avatar-large {
        width: 84px;
        height: 84px;
    }

    .cherry-contacts-hero,
    .cherry-landlord-feature,
    .cherry-landlord-review-row,
    .cherry-landlord-feature-top,
    .cherry-landlord-history-item {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cherry-contacts-add-button,
    .cherry-landlord-feature-actions .mud-button-root {
        width: 100%;
        min-width: 0;
    }

    .cherry-contact-actions-stacked {
        min-width: 0;
    }

    .cherry-landlord-lifecycle-panel {
        padding: 22px;
    }

    .cherry-landlord-lifecycle-header,
    .cherry-landlord-lifecycle-overview {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-submit-review-callout {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-submit-review-callout > .mud-button-root {
        width: 100%;
    }

    .cherry-email-confirmation-banner-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cherry-email-confirmation-banner .cherry-resend-confirmation-button {
        width: auto;
    }

    .cherry-landlord-lifecycle-track {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px;
    }

    .cherry-landlord-lifecycle-track-step {
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        align-items: start;
        text-align: left;
        padding: 0;
    }

    .cherry-landlord-lifecycle-track-step::before {
        top: auto;
        right: auto;
        left: 31px;
        bottom: calc(100% - 1px);
        width: 2px;
        height: 18px;
    }

    .cherry-landlord-lifecycle-track-step strong {
        margin-top: 6px;
    }

    .cherry-landlord-lifecycle-track-step p {
        grid-column: 2;
        max-width: none;
    }

    .cherry-contact-meta,
    .cherry-featured-strip {
        grid-template-columns: 1fr;
    }

    .cherry-attribute-table {
        min-width: 0;
    }

    .cherry-attribute-table thead {
        display: none;
    }

    .cherry-attribute-table,
    .cherry-attribute-table tbody,
    .cherry-attribute-table tr,
    .cherry-attribute-table th,
    .cherry-attribute-table td {
        display: block;
        width: 100%;
    }

    .cherry-attribute-table tr {
        padding: 12px 14px;
        border-bottom: 1px solid rgba(147, 16, 42, 0.08);
    }

    .cherry-attribute-table tbody tr:last-child {
        border-bottom: 0;
    }

    .cherry-attribute-table th,
    .cherry-attribute-table td {
        padding: 0;
        border-bottom: 0;
    }

    .cherry-attribute-table td {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 10px;
        margin-top: 8px;
    }

    .cherry-attribute-table td::before {
        content: attr(data-label);
        color: #7a838d;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .cherry-attribute-row-actions {
        justify-content: flex-start;
    }

    .cherry-contact-meta-item {
        min-width: 100%;
    }

    .cherry-site-hero-sidecar {
        justify-content: flex-start;
    }

    .cherry-inbox-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-inbox-layout {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(220px, 0.42fr) minmax(0, 1fr);
    }

    .cherry-inbox-sidebar {
        max-height: 320px;
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    }

    .cherry-message-bubble {
        width: 100%;
    }

    .cherry-site-map-header,
    .cherry-site-map-meta {
        flex-direction: column;
    }

    .cherry-site-map-actions {
        justify-content: flex-start;
    }

    .cherry-site-map-frame {
        height: 300px;
    }
}

@media (max-width: 1180px) {
    .cherry-landlord-workflow-shell {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
    }

    .cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 0;
    }

    .cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track-step::before {
        display: none;
    }
}

@media (max-width: 900px) {
    .cherry-audit-lookup,
    .cherry-audit-filters {
        grid-template-columns: 1fr;
    }

    .cherry-audit-filter-actions {
        justify-content: flex-start;
    }

    .cherry-audit-card-top {
        display: grid;
    }

    .cherry-audit-badges {
        justify-self: start;
        justify-content: flex-start;
    }

    .cherry-audit-changes > div {
        grid-template-columns: 1fr;
    }

    .cherry-audit-changes .mud-icon-root {
        transform: rotate(90deg);
    }

    .cherry-task-panel-compact .cherry-task-table-head {
        display: none;
    }

    .cherry-task-submit-ready {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-task-submit-ready-copy p {
        white-space: normal;
    }

    .cherry-task-submit-ready .cherry-submit-review-button {
        grid-column: 1 / -1;
        justify-self: stretch;
        width: 100%;
    }

    .cherry-task-panel-compact .cherry-task-row {
        grid-template-columns: 34px minmax(0, 1fr);
        border-bottom: 1px solid rgba(17, 24, 32, 0.08);
        border-radius: 6px;
    }

    .cherry-task-panel-compact .cherry-task-requirement,
    .cherry-task-panel-compact .cherry-task-due,
    .cherry-task-panel-compact .cherry-task-status-label,
    .cherry-task-panel-compact .cherry-task-actions {
        grid-column: 2;
    }

    .cherry-task-panel-compact .cherry-task-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .cherry-landlord-workflow-shell .cherry-landlord-lifecycle-track {
        grid-template-columns: 1fr;
    }

    .cherry-task-progress {
        grid-template-columns: 1fr;
    }

    .cherry-task-row {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .cherry-task-requirement,
    .cherry-task-due,
    .cherry-task-status-label,
    .cherry-task-actions {
        grid-column: 2;
    }

    .cherry-task-actions {
        justify-content: flex-start;
    }

    .cherry-analytics-chart-grid {
        grid-template-columns: 1fr;
    }

    .cherry-analytics-detail-item {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-analytics-detail-meta {
        grid-column: 2;
        text-align: left;
    }

    .cherry-analytics-toolbar label,
    .cherry-analytics-site-picker label,
    .cherry-analytics-filters label,
    .cherry-analytics-toolbar .mud-button-root,
    .cherry-analytics-filter-actions,
    .cherry-analytics-filter-actions .mud-button-root {
        width: 100%;
    }
}
.cherry-coverage-map > .cherry-admin-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 6px;
}

.cherry-coverage-map > .cherry-admin-section-header .cherry-admin-action-button {
    margin-left: auto;
}

.cherry-coverage-toolbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(132px, 1fr)) auto auto auto;
    gap: 12px;
    align-items: end;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #ead4da;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: rgba(255, 255, 255, .96);
}

.cherry-coverage-toolbar label,
.cherry-coverage-edit-grid label {
    display: grid;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.cherry-coverage-toolbar input,
.cherry-coverage-toolbar select,
.cherry-coverage-edit-grid input,
.cherry-coverage-edit-grid textarea {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #101828;
    text-transform: none;
    letter-spacing: 0;
}

.cherry-coverage-toolbar select {
    appearance: auto;
    background: #fff;
}

.cherry-coverage-toggle {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    min-height: 38px;
}

.cherry-coverage-toggle input {
    width: auto;
    accent-color: #3562d9;
}

.cherry-coverage-toggle:last-of-type input {
    accent-color: #b10d35;
}

.cherry-coverage-shell {
    display: grid;
    grid-template-columns: 455px minmax(0, 1fr);
    min-height: calc(100vh - 245px);
    height: calc(100vh - 245px);
    overflow: hidden;
    border: 1px solid #ead4da;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.cherry-coverage-panel {
    display: grid;
    grid-template-rows: auto auto 1fr;
    border-right: 1px solid #ead4da;
    background: #fff;
}

.cherry-coverage-workspace {
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    min-width: 0;
    min-height: 100%;
}

.cherry-coverage-map-surface {
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    background: #eef2f6;
}

.cherry-coverage-leaflet-map {
    position: absolute;
    inset: 0;
    min-height: 100%;
    z-index: 1;
}

.cherry-coverage-leaflet-map .leaflet-control-zoom {
    border: 1px solid rgba(177, 13, 53, .24);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .12);
}

.cherry-coverage-leaflet-map .leaflet-control-zoom a {
    color: #9f1239;
}

.cherry-coverage-leaflet-map .leaflet-popup-content-wrapper {
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, .18);
}

.cherry-coverage-popup {
    display: grid;
    gap: 4px;
    min-width: 180px;
}

.cherry-coverage-popup strong {
    color: #101828;
    font-size: 14px;
}

.cherry-coverage-popup span {
    color: #667085;
    font-size: 13px;
}

.cherry-coverage-popup small {
    color: #9f1239;
    font-size: 12px;
    font-weight: 700;
}

.cherry-coverage-loading {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .62);
    z-index: 3;
}

.cherry-coverage-map-legend {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: calc(100% - 40px);
    padding: 9px 11px;
    border: 1px solid rgba(234, 212, 218, .9);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(16, 24, 40, .1);
    color: #475467;
    font-size: 13px;
}

.cherry-coverage-map-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cherry-coverage-map-legend i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.cherry-coverage-map-legend .is-owned {
    background: #00a889;
}

.cherry-coverage-map-legend .is-competitor {
    background: #667085;
}

.cherry-coverage-map-legend .is-opportunity {
    background: #b10d35;
}

.cherry-coverage-map-empty,
.cherry-coverage-map-library-error {
    position: absolute;
    inset: 18px;
    z-index: 2;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    border: 1px dashed #d0d5dd;
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    color: #475467;
    text-align: center;
}

.cherry-coverage-map-empty strong,
.cherry-coverage-map-library-error {
    color: #101828;
}

.cherry-coverage-map-pin {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .24);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.cherry-coverage-map-pin img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.cherry-coverage-map-pin.is-owned {
    background: #00a889;
    box-shadow: 0 0 0 5px rgba(0, 168, 137, .14), 0 8px 20px rgba(16, 24, 40, .18);
}

.cherry-coverage-map-pin.is-competitor {
    background: #667085;
    box-shadow: 0 0 0 5px rgba(102, 112, 133, .14), 0 8px 20px rgba(16, 24, 40, .18);
}

.cherry-coverage-map-pin.is-opportunity {
    position: relative;
    background: #fff;
    border-color: #b10d35;
    box-shadow: 0 0 0 5px rgba(177, 13, 53, .14), 0 8px 20px rgba(16, 24, 40, .18);
}

.cherry-coverage-map-pin.is-opportunity::after {
    content: none;
}

.cherry-coverage-cluster {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 3px solid #fff;
    border-radius: 999px;
    background: #101828;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .26), 0 0 0 7px rgba(177, 13, 53, .16);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.cherry-coverage-cluster.is-medium {
    width: 50px;
    height: 50px;
    background: #9f1239;
}

.cherry-coverage-cluster.is-large {
    width: 58px;
    height: 58px;
    background: #7f1d1d;
}

.cherry-coverage-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 8px;
    align-content: start;
    border-bottom: 1px solid #ead4da;
}

.cherry-coverage-panel-heading,
.cherry-coverage-selected > span {
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cherry-coverage-panel-heading {
    display: block;
    padding: 10px 12px 0;
}

.cherry-coverage-stats article,
.cherry-coverage-detail {
    border: 1px solid #ead4da;
    border-radius: 6px;
    background: #fff;
    padding: 8px 10px;
}

.cherry-coverage-stats article {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
}

.cherry-coverage-stat-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 999px;
}

.cherry-coverage-stat-icon .mud-icon-root {
    width: 17px;
    height: 17px;
}

.cherry-coverage-stat-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.cherry-coverage-stat-icon.is-existing {
    background: #eef4ff;
    color: #3562d9;
}

.cherry-coverage-stat-icon.is-owned {
    background: #e6f8f4;
    color: #00a889;
}

.cherry-coverage-stat-icon.is-opportunity {
    background: #fff0f3;
    color: #b10d35;
}

.cherry-coverage-stats article div {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 2px 10px;
    align-items: center;
    min-width: 0;
}

.cherry-coverage-stats article div > span,
.cherry-coverage-detail > span {
    color: #667085;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cherry-coverage-stats strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.cherry-coverage-stats small {
    color: #b10d35;
    font-size: 9px;
    font-weight: 700;
}

.cherry-coverage-selected {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 12px;
}


.cherry-coverage-detail h3 {
    margin: 4px 24px 6px 0;
    font-size: 14px;
    line-height: 1.25;
}

.cherry-coverage-detail p {
    margin: 0;
    color: #667085;
    font-size: 12px;
}

.cherry-coverage-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0;
}

.cherry-coverage-detail-grid span {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cherry-coverage-detail-grid strong {
    color: #667085;
    font-size: 10px;
    font-weight: 700;
}

.cherry-coverage-detail-grid em {
    color: #101828;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.cherry-coverage-detail.is-empty {
    color: #667085;
}

.cherry-coverage-detail-close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #667085;
    cursor: pointer;
}

.cherry-coverage-detail-close:hover {
    background: #f9e9ee;
    color: #b10d35;
}

.cherry-coverage-detail-close .mud-icon-root {
    width: 18px;
    height: 18px;
}

.cherry-coverage-detail .mud-button-root {
    margin-right: 8px;
    margin-bottom: 8px;
}

.cherry-coverage-edit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cherry-coverage-edit-grid .is-wide {
    grid-column: 1 / -1;
}

@media (max-width: 1100px) {
    .cherry-coverage-toolbar,
    .cherry-coverage-shell {
        grid-template-columns: 1fr;
    }

    .cherry-coverage-panel {
        border-right: 0;
        border-bottom: 1px solid #ead4da;
    }

    .cherry-coverage-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .cherry-coverage-map-surface {
        min-height: 520px;
    }

    .cherry-coverage-workspace,
    .cherry-coverage-leaflet-map {
        min-height: 520px;
    }

    .cherry-coverage-map-legend {
        right: 16px;
        max-width: none;
    }
}
.cherry-marketing-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.cherry-marketing-shell {
    display: grid;
    grid-template-columns: minmax(400px, 0.38fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.cherry-marketing-page > .cherry-admin-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
}

.cherry-marketing-page > .cherry-admin-section-header > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

.cherry-marketing-header-actions {
    margin-left: auto;
    flex-shrink: 0;
}

.cherry-marketing-sidebar {
    position: sticky;
    top: 1rem;
}

.cherry-marketing-new-campaign-button {
    min-width: 190px;
    white-space: nowrap;
}

.cherry-marketing-new-campaign-button .mud-button-label {
    white-space: nowrap;
}

.cherry-marketing-workspace {
    min-width: 0;
}

.cherry-marketing-full-panel {
    margin-top: 1rem;
}

.cherry-marketing-campaign-card {
    width: 100%;
    display: grid;
    gap: 0.2rem;
    text-align: left;
    border: 1px solid #f0d9df;
    border-radius: 8px;
    background: #fff;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.cherry-marketing-campaign-card.is-active {
    border-color: rgba(159, 18, 57, 0.38);
    background: #fff7f9;
}

.cherry-marketing-campaign-card span,
.cherry-marketing-campaign-card small {
    color: #64748b;
    overflow-wrap: anywhere;
}

.cherry-marketing-tabs {
    margin-top: 0;
    margin-bottom: 1rem;
}

.cherry-marketing-primary-nav {
    display: flex;
    width: 100%;
    overflow-x: auto;
}

.cherry-marketing-section {
    display: grid;
    gap: 1rem;
}

.cherry-marketing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cherry-marketing-section .mud-input-outlined,
.cherry-marketing-section .mud-input-root.mud-input-outlined,
.cherry-marketing-section .mud-picker-input {
    background: #fff;
}

.cherry-marketing-section .mud-input-outlined {
    border-radius: 4px;
}

.cherry-marketing-picker-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 4px;
}

.cherry-marketing-audience-toolbar {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(210px, 0.9fr) minmax(210px, 0.9fr) auto auto;
    gap: 8px;
    align-items: end;
    padding: 10px;
    border: 1px solid #f0d9df;
    border-radius: 8px;
    background: #fff;
}

.cherry-marketing-search-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 6px;
    align-items: center;
}

.cherry-marketing-search-control .mud-icon-button {
    width: 38px;
    height: 38px;
    border-radius: 4px;
}

.cherry-marketing-audience-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: -2px;
}

.cherry-marketing-audience-summary span {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(147, 16, 42, 0.12);
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-marketing-picker-grid section {
    border: 1px solid #f0d9df;
    border-radius: 8px;
    padding: 12px;
    max-height: 380px;
    overflow: auto;
    background: #fff;
}

.cherry-marketing-digest-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
    gap: 1rem;
}

.cherry-marketing-digest-list,
.cherry-marketing-digest-editor,
.cherry-marketing-digest-preview {
    border: 1px solid #f0d9df;
    border-radius: 8px;
    background: #fff;
    padding: 1rem;
}

.cherry-marketing-digest-list {
    display: grid;
    align-content: start;
    gap: 0.65rem;
}

.cherry-marketing-digest-card {
    display: grid;
    gap: 0.22rem;
    width: 100%;
    text-align: left;
    border: 1px solid #f0d9df;
    border-radius: 8px;
    background: #fff;
    padding: 0.8rem;
}

.cherry-marketing-digest-card.is-active,
.cherry-marketing-digest-card:hover {
    border-color: rgba(159, 18, 57, 0.38);
    background: #fff7f9;
}

.cherry-marketing-digest-card span,
.cherry-marketing-digest-card small {
    color: #64748b;
}

.cherry-marketing-digest-preview {
    display: grid;
    gap: 1rem;
}

.cherry-marketing-picker-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 8px;
}

.cherry-marketing-picker-heading h4,
.cherry-marketing-events h4 {
    margin: 0;
}

.cherry-marketing-picker-heading p {
    margin: 0.2rem 0 0;
    color: #64748b;
    font-size: 0.82rem;
}

.cherry-marketing-option.is-suppressed {
    opacity: 0.72;
    background: #f8fafc;
}

.cherry-marketing-option:has(input:checked) {
    border-color: rgba(159, 18, 57, 0.35);
    background: #fff7f9;
}

.cherry-marketing-check-row,
.cherry-marketing-inline-check {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #475569;
}

.cherry-marketing-inline-check {
    white-space: nowrap;
    min-height: 38px;
    padding: 0 4px;
    font-size: 0.84rem;
}

.cherry-marketing-composer {
    border: 1px solid #f0d9df;
    border-radius: 8px;
    background: #fff;
    margin-top: 1rem;
    overflow: hidden;
}

.cherry-marketing-composer-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #f0d9df;
}

.cherry-marketing-composer-header h4 {
    margin: 0;
}

.cherry-marketing-composer-header p {
    margin: 0.25rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

.cherry-marketing-required-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-top: 0.65rem;
}

.cherry-marketing-required-fields span {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 900;
}

.cherry-marketing-required-fields code {
    border-radius: 999px;
    background: #f8fafc;
    color: #9f1239;
    padding: 0.16rem 0.48rem;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-marketing-body-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
    background: #f8fafc;
}

.cherry-marketing-body-toggle button {
    min-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #526071;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
}

.cherry-marketing-body-toggle button.is-active {
    background: #fff;
    color: #a40b2d;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08);
}

.cherry-marketing-token-row,
.cherry-marketing-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.cherry-marketing-composer-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
    align-items: stretch;
}

.cherry-marketing-editor-area {
    min-width: 0;
    border-right: 1px solid #f0d9df;
}

.cherry-marketing-token-row button,
.cherry-marketing-editor-toolbar button {
    border: 1px solid #f0d9df;
    border-radius: 6px;
    background: #fff;
    color: #9f1239;
    min-height: 2.1rem;
    padding: 0 0.6rem;
    font-weight: 700;
}

.cherry-marketing-editor-toolbar {
    padding: 0.5rem 0.85rem;
    background: #fff7f9;
    border-bottom: 1px solid #f0d9df;
    gap: 0.25rem;
}

.cherry-marketing-editor-toolbar button {
    width: 2.25rem;
    padding: 0;
    color: #475569;
}

.cherry-marketing-editor-toolbar button.is-wide {
    width: auto;
    gap: 0.3rem;
    padding: 0 0.55rem;
}

.cherry-marketing-toolbar-select,
.cherry-marketing-toolbar-color {
    min-height: 2.1rem;
    border: 1px solid #f0d9df;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    font: inherit;
    font-size: 0.82rem;
}

.cherry-marketing-toolbar-select {
    width: 84px;
    padding: 0 0.45rem;
}

.cherry-marketing-toolbar-select.is-format {
    width: 118px;
}

.cherry-marketing-toolbar-color {
    width: 2.25rem;
    padding: 3px;
    cursor: pointer;
}

.cherry-marketing-toolbar-menu {
    position: relative;
}

.cherry-marketing-toolbar-menu summary {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2.1rem;
    padding: 0 0.6rem;
    border: 1px solid #f0d9df;
    border-radius: 6px;
    background: #fff;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.cherry-marketing-toolbar-menu summary::-webkit-details-marker {
    display: none;
}

.cherry-marketing-toolbar-menu[open] summary {
    border-color: #b10f33;
    color: #9f1239;
    box-shadow: 0 1px 4px rgba(159, 18, 57, 0.12);
}

.cherry-marketing-toolbar-panel {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    z-index: 20;
    display: grid;
    gap: 0.65rem;
    width: min(18rem, calc(100vw - 2rem));
    padding: 0.75rem;
    border: 1px solid #f0d9df;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.cherry-marketing-toolbar-panel label {
    display: grid;
    gap: 0.3rem;
    color: #526071;
    font-size: 0.74rem;
    font-weight: 800;
}

.cherry-marketing-toolbar-panel input {
    min-height: 2.15rem;
    width: 100%;
    border: 1px solid #e7d0d7;
    border-radius: 6px;
    padding: 0 0.55rem;
    color: #1f2937;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 500;
}

.cherry-marketing-toolbar-panel-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.cherry-marketing-editor-toolbar .cherry-marketing-toolbar-panel button.is-panel-action {
    width: auto;
    justify-self: start;
    padding: 0 0.7rem;
    background: #9f1239;
    border-color: #9f1239;
    color: #fff;
}

.cherry-marketing-editor-toolbar .cherry-marketing-toolbar-panel button.is-panel-action.is-secondary {
    background: #fff;
    border-color: #e7d0d7;
    color: #9f1239;
}

.cherry-marketing-editor {
    min-height: 260px;
    padding: 1rem;
    outline: none;
    line-height: 1.55;
    color: #1f2937;
}

.cherry-marketing-editor blockquote {
    margin: 0.75rem 0;
    padding: 0.25rem 0 0.25rem 0.85rem;
    border-left: 3px solid #9f1239;
    color: #475569;
}

.cherry-marketing-editor img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.cherry-marketing-editor img.is-editor-selected {
    outline: 2px solid #1d4ed8;
    outline-offset: 3px;
}

.cherry-marketing-html-editor {
    display: block;
    width: 100%;
    min-height: 320px;
    resize: vertical;
    padding: 1rem;
    border: 0;
    outline: none;
    background: #0f172a;
    color: #e2e8f0;
    font: 0.9rem/1.55 Consolas, "Courier New", monospace;
    tab-size: 2;
}

.cherry-marketing-html-editor:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

.cherry-marketing-editor:focus,
.cherry-marketing-html-editor:focus {
    box-shadow: inset 0 0 0 2px rgba(159, 18, 57, 0.18);
}

.cherry-marketing-merge-help {
    display: grid;
    align-content: start;
    gap: 0.55rem;
    padding: 1rem;
    background: #fff;
    max-height: 460px;
    overflow: auto;
}

.cherry-marketing-merge-help-heading h4 {
    margin: 0;
}

.cherry-marketing-merge-help-heading p {
    margin: 0.2rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

.cherry-marketing-merge-field {
    display: grid;
    gap: 0.22rem;
    text-align: left;
    border: 1px solid #f0d9df;
    border-radius: 8px;
    background: #fff;
    padding: 0.65rem;
}

.cherry-marketing-merge-field:hover {
    border-color: rgba(159, 18, 57, 0.35);
    background: #fff7f9;
}

.cherry-marketing-merge-field code {
    width: fit-content;
    border-radius: 999px;
    background: #f8fafc;
    color: #9f1239;
    padding: 0.15rem 0.45rem;
    font-size: 0.78rem;
}

.cherry-marketing-merge-field span {
    color: #64748b;
    font-size: 0.86rem;
    line-height: 1.35;
}

.cherry-marketing-validation {
    margin-top: 0.5rem;
}

.cherry-marketing-section .cherry-analytics-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 12px;
    margin: 0;
}

.cherry-marketing-section .cherry-analytics-card {
    display: grid;
    align-content: center;
    gap: 6px;
    min-height: 74px;
    padding: 12px 14px;
    border: 1px solid #f0d9df;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.cherry-marketing-section .cherry-analytics-card span {
    color: #526071;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-marketing-section .cherry-analytics-card strong {
    color: #111820;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
}

.cherry-marketing-event {
    border: 1px solid #f0d9df;
    border-radius: 8px;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}

.cherry-marketing-event span {
    display: block;
    color: #64748b;
    font-size: 0.85rem;
}

.cherry-marketing-event p {
    margin: 0.35rem 0 0;
}

@media (max-width: 1100px) {
    .cherry-marketing-shell,
    .cherry-marketing-grid,
    .cherry-marketing-picker-grid,
    .cherry-marketing-digest-layout,
    .cherry-marketing-audience-toolbar {
        grid-template-columns: 1fr;
    }

    .cherry-marketing-sidebar {
        position: static;
    }

    .cherry-marketing-page > .cherry-admin-section-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .cherry-marketing-composer-header,
    .cherry-marketing-composer-body {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cherry-marketing-editor-area {
        border-right: 0;
        border-bottom: 1px solid #f0d9df;
    }

    .cherry-marketing-section .cherry-analytics-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.cherry-marketing-campaign-list {
    max-height: 720px;
    overflow: auto;
}

.cherry-marketing-campaign-list-item {
    border: 1px solid transparent;
    border-radius: 8px;
    margin-bottom: 0.35rem;
}

.cherry-marketing-campaign-list-item.is-active {
    border-color: rgba(159, 18, 57, 0.28);
    background: rgba(159, 18, 57, 0.06);
}

.cherry-marketing-campaign-row {
    display: grid;
    gap: 0.2rem;
}

.cherry-marketing-campaign-row span,
.cherry-marketing-campaign-row small {
    color: #64748b;
}

.cherry-marketing-editor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cherry-marketing-picker {
    border: 1px solid #f0d9df;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
}

.cherry-marketing-option-list {
    display: grid;
    gap: 0.45rem;
    max-height: 360px;
    overflow: auto;
    margin-top: 0.6rem;
}

.cherry-marketing-option {
    display: grid;
    grid-template-columns: 1rem minmax(0, 1fr);
    gap: 0.55rem;
    align-items: start;
    padding: 0.55rem 0.6rem;
    border: 1px solid #f0d9df;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.cherry-marketing-option:hover {
    background: #fff7f9;
}

.cherry-marketing-option span {
    display: grid;
    gap: 0.08rem;
    min-width: 0;
}

.cherry-marketing-option strong,
.cherry-marketing-option small {
    overflow-wrap: anywhere;
}

.cherry-marketing-option strong {
    font-size: 0.88rem;
    line-height: 1.35;
}

.cherry-marketing-option small {
    color: #64748b;
    font-size: 0.76rem;
    line-height: 1.35;
}

.cherry-marketing-additional-emails {
    margin-top: 6px !important;
}

.cherry-marketing-additional-emails textarea {
    min-height: 56px !important;
}

.cherry-marketing-actions,
.cherry-marketing-send-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1rem;
}

.cherry-marketing-test-email {
    min-width: 260px;
    flex: 1 1 260px;
}

.cherry-marketing-confirm {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #475569;
    margin-right: auto;
}

.cherry-marketing-preview {
    margin-top: 1.5rem;
    border-top: 1px solid #f0d9df;
    padding-top: 1rem;
}

.cherry-marketing-preview-frame {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f8fafc;
    padding: 1rem;
    max-height: 640px;
    overflow: auto;
}

@media (max-width: 1100px) {
    .cherry-marketing-layout,
    .cherry-marketing-editor-grid {
        grid-template-columns: 1fr;
    }
}
/* Signage evaluation */
.cherry-evaluation-panel {
    border: 1px solid rgba(17, 24, 39, 0.08);
    padding: 18px;
}

.cherry-evaluation-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cherry-evaluation-panel-header > div {
    min-width: 0;
}

.cherry-evaluation-panel-header .cherry-admin-action-button {
    flex: 0 0 auto;
    margin-left: auto;
}

.cherry-evaluation-panel .cherry-documents-kicker {
    font-size: 0.68rem;
}

.cherry-evaluation-panel .cherry-site-panel-title {
    font-size: 1.05rem;
}

.cherry-evaluation-panel .cherry-landlord-section-header p {
    margin-top: 2px;
    font-size: 0.84rem;
}

.cherry-evaluation-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.cherry-evaluation-summary article,
.cherry-evaluation-reference div {
    min-width: 0;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 6px;
    padding: 10px 12px;
    background: #fff;
}

.cherry-evaluation-summary span,
.cherry-evaluation-reference span,
.cherry-evaluation-rules-card-header span,
.cherry-rule-conditions-header span {
    display: block;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cherry-evaluation-summary strong,
.cherry-evaluation-reference strong {
    display: block;
    margin-top: 2px;
    color: #111827;
    font-size: 1rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.cherry-evaluation-reference {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.cherry-evaluation-report-list {
    display: grid;
    gap: 8px;
}

.cherry-evaluation-report-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    width: 100%;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 6px;
    padding: 0;
    background: #fff;
    color: #111827;
}

.cherry-evaluation-report-open {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 120px 110px 120px 28px;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 56px;
    border: 0;
    padding: 12px;
    background: transparent;
    color: #111827;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.cherry-evaluation-report-open-public {
    grid-template-columns: minmax(260px, 1fr) 120px 110px 28px;
}

.cherry-evaluation-report-row:hover,
.cherry-evaluation-report-row:focus-within {
    border-color: rgba(147, 16, 42, 0.35);
}

.cherry-evaluation-report-open:hover,
.cherry-evaluation-report-open:focus-visible {
    background: #fff7f8;
    outline: none;
}

.cherry-evaluation-report-row strong {
    color: #111827;
    font-weight: 900;
}

.cherry-evaluation-report-row span {
    color: #526071;
    font-size: 0.84rem;
    font-weight: 700;
}

.cherry-evaluation-report-open > span {
    color: #334155;
}

.cherry-evaluation-report-open > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.cherry-evaluation-report-open > div span {
    overflow-wrap: anywhere;
}

.cherry-evaluation-report-delete {
    margin-right: 8px;
}

.cherry-evaluation-report-dialog.mud-dialog {
    width: min(1320px, calc(100vw - 48px));
    max-width: min(1320px, calc(100vw - 48px)) !important;
}

.cherry-evaluation-report-dialog .mud-dialog-content {
    padding-top: 8px;
}

.cherry-evaluation-tabs {
    margin-top: 8px;
}

.cherry-evaluation-category-list,
.cherry-evaluation-skipped-list,
.cherry-evaluation-authorities {
    display: grid;
    gap: 12px;
    padding-top: 14px;
}

.cherry-evaluation-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.cherry-evaluation-category,
.cherry-evaluation-skipped-list article,
.cherry-evaluation-authorities article {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 6px;
    padding: 12px;
    background: #fff;
}

.cherry-evaluation-category header div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cherry-evaluation-category header span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 32px;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    font-weight: 800;
}

.cherry-evaluation-category header strong,
.cherry-evaluation-skipped-list strong,
.cherry-evaluation-authorities strong {
    color: #111827;
}

.cherry-evaluation-points {
    display: grid;
    gap: 6px;
    margin-top: 10px;
}

.cherry-evaluation-points p {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin: 0;
    color: #334155;
}

.cherry-evaluation-points .is-positive .mud-icon-root {
    color: #15803d;
}

.cherry-evaluation-points .is-negative .mud-icon-root {
    color: #b45309;
}

.cherry-evaluation-skipped-list span,
.cherry-evaluation-authorities span {
    display: block;
    color: #64748b;
    font-size: 0.82rem;
}

.cherry-evaluation-skipped-list p,
.cherry-evaluation-authorities p {
    margin: 6px 0 0;
    color: #475569;
}

.cherry-evaluation-skipped-list small {
    display: block;
    margin-top: 8px;
    color: #991b1b;
}

.cherry-evaluation-authorities a {
    display: inline-block;
    margin-top: 8px;
    color: #b91c1c;
    font-weight: 700;
}

/* Evaluation rule admin */
.cherry-rule-admin-layout {
    display: grid;
    grid-template-columns: minmax(520px, 0.95fr) minmax(420px, 1fr);
    gap: 16px;
    align-items: start;
}

.cherry-category-workspace {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding-top: 18px;
}

.cherry-category-workspace > .cherry-evaluation-rules-card {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #fff;
    padding: 16px;
}

.cherry-rule-tools {
    grid-template-columns: minmax(0, 1fr);
}

.cherry-evaluation-rules-card {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-evaluation-rules-card-header,
.cherry-rule-conditions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.cherry-evaluation-rules-card-header strong,
.cherry-rule-conditions-header strong {
    display: block;
    color: #111827;
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.cherry-rule-category-form,
.cherry-rule-form-grid,
.cherry-rule-condition-list article {
    display: grid;
    gap: 10px;
}

.cherry-rule-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cherry-rule-form-grid .is-wide {
    grid-column: 1 / -1;
}

.cherry-rule-category-form label,
.cherry-rule-form-grid label,
.cherry-rule-condition-list label,
.cherry-rule-filter label {
    display: grid;
    gap: 5px;
}

.cherry-rule-category-form label span,
.cherry-rule-form-grid label span,
.cherry-rule-condition-list label span,
.cherry-rule-filter label span {
    color: #475569;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-rule-category-form input,
.cherry-rule-category-form select,
.cherry-rule-form-grid input,
.cherry-rule-form-grid select,
.cherry-rule-form-grid textarea,
.cherry-rule-condition-list input,
.cherry-rule-condition-list select,
.cherry-rule-filter input {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 8px 10px;
    color: #111827;
    background: #fff;
}

.cherry-rule-form-grid textarea {
    min-height: 72px;
    resize: vertical;
}

.cherry-rule-checkbox {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row;
    align-items: center;
}

.cherry-rule-checkbox input {
    width: auto;
    min-height: 0;
}

.cherry-rule-category-form button,
.cherry-rule-conditions-header button,
.cherry-rule-filter button {
    min-height: 36px;
    border: 0;
    border-radius: 8px;
    padding: 0 12px;
    background: #b91c1c;
    color: #fff;
    font-weight: 700;
}

.cherry-rule-category-form button.is-secondary {
    background: #e2e8f0;
    color: #334155;
}

.cherry-rule-category-list,
.cherry-rule-condition-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.cherry-rule-category-list article,
.cherry-rule-condition-list article {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #fff;
}

.cherry-rule-category-list article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.cherry-rule-category-list article.is-inactive,
.cherry-rule-list-item.is-inactive {
    opacity: 0.6;
}

.cherry-rule-category-list strong {
    display: block;
    color: #111827;
}

.cherry-rule-category-list span,
.cherry-rule-list-item span {
    display: block;
    color: #64748b;
}

.cherry-rule-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

.cherry-evaluation-rule-table {
    display: grid;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.cherry-evaluation-rule-table-head,
.cherry-evaluation-rule-table .cherry-rule-list-item {
    display: grid;
    grid-template-columns: minmax(260px, 1.5fr) minmax(130px, 0.8fr) 76px 88px;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
}

.cherry-evaluation-rule-table-head {
    background: #f8fafc;
    color: #637083;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-evaluation-rule-table .cherry-rule-list-item {
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 0;
    background: #fff;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.cherry-evaluation-rule-council-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    background: #f8fafc;
}

.cherry-evaluation-rule-council-group strong {
    display: block;
    color: #111820;
    font-size: 0.9rem;
    font-weight: 900;
}

.cherry-evaluation-rule-council-group span {
    display: block;
    margin-top: 2px;
    color: #637083;
    font-size: 0.76rem;
    font-weight: 800;
}

.cherry-evaluation-rule-table .cherry-rule-list-item:hover,
.cherry-evaluation-rule-table .cherry-rule-list-item:focus-visible {
    background: #fff7f8;
    outline: none;
}

.cherry-evaluation-rule-table .cherry-rule-list-item.is-active {
    background: #fff;
    box-shadow: inset 3px 0 0 #b91c1c;
}

.cherry-evaluation-rule-table .cherry-rule-list-item.is-inactive {
    opacity: 0.62;
}

.cherry-evaluation-rule-table .cherry-rule-list-item > div:first-child {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cherry-evaluation-rule-table .cherry-rule-list-item strong {
    min-width: 0;
    color: #111820;
    font-size: 0.9rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.cherry-evaluation-rule-table .cherry-rule-list-item span {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #526071;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-rule-detail-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 300px;
    align-content: center;
    color: #64748b;
    text-align: center;
}

.cherry-rule-detail-empty strong {
    color: #111827;
    font-size: 1.05rem;
}

.cherry-rule-detail-panel {
    display: grid;
    gap: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    padding: 16px;
    background: #fff;
}

.cherry-rule-detail-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.cherry-rule-detail-header span,
.cherry-rule-dialog-title span {
    display: block;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-rule-detail-header h3 {
    margin: 4px 0 0;
    color: #111827;
    font-family: 'Oswald', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.cherry-rule-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.cherry-rule-detail-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.cherry-rule-detail-metrics article,
.cherry-rule-message-grid article {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 6px;
    padding: 12px;
    background: #f8fafc;
}

.cherry-rule-detail-metrics span,
.cherry-rule-message-grid span {
    display: block;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cherry-rule-detail-metrics strong {
    display: block;
    margin-top: 4px;
    color: #111827;
    font-size: 1rem;
}

.cherry-rule-message-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.cherry-rule-message-grid p {
    margin: 8px 0 0;
    color: #334155;
    line-height: 1.45;
}

.cherry-rule-condition-results {
    margin-top: 8px;
}

.cherry-rule-condition-table {
    display: grid;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.cherry-rule-condition-table article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px 90px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    background: #fff;
}

.cherry-rule-condition-table article:first-child {
    border-top: 0;
}

.cherry-rule-condition-table span,
.cherry-rule-condition-table small {
    display: block;
    color: #64748b;
    font-size: 0.8rem;
}

.cherry-rule-condition-table strong {
    display: block;
    color: #111827;
}

.cherry-rule-condition-table code {
    border-radius: 999px;
    padding: 6px 10px;
    background: #f1f5f9;
    color: #991b1b;
    font-weight: 800;
}

.cherry-rule-category-list-wide article {
    min-height: 66px;
}

.cherry-rule-dialog-title strong {
    display: block;
    margin-top: 2px;
    color: #111827;
    font-size: 1.1rem;
}

.cherry-rule-edit-dialog .mud-dialog-content {
    padding-top: 8px;
}

.cherry-rule-condition-list article {
    grid-template-columns: 120px minmax(0, 1.5fr) 90px minmax(0, 1fr) 80px 38px;
    align-items: end;
    padding: 12px;
}

.cherry-rule-condition-list article > button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 8px;
    background: #fee2e2;
    color: #991b1b;
}

.cherry-rule-editor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

@media (max-width: 900px) {
    .cherry-evaluation-report-dialog.mud-dialog {
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px) !important;
    }

    .cherry-evaluation-summary,
    .cherry-evaluation-reference,
    .cherry-evaluation-category-list,
    .cherry-evaluation-report-row,
    .cherry-evaluation-report-open,
    .cherry-rule-admin-layout,
    .cherry-category-workspace,
    .cherry-rule-detail-metrics,
    .cherry-rule-message-grid,
    .cherry-evaluation-rule-table-head,
    .cherry-evaluation-rule-table .cherry-rule-list-item,
    .cherry-rule-condition-table article,
    .cherry-rule-form-grid,
    .cherry-rule-condition-list article {
        grid-template-columns: 1fr;
    }

    .cherry-rule-detail-header {
        flex-direction: column;
    }

    .cherry-rule-detail-actions {
        justify-content: flex-start;
    }
}

/* Publisher acquisition polish */
.cherry-acquisition {
    min-width: 0;
    gap: 16px;
    color: #151923;
}

.cherry-acquisition * {
    box-sizing: border-box;
}

.cherry-acquisition-header {
    min-height: 132px;
    align-items: flex-end;
    padding: 24px;
    overflow: hidden;
    border-radius: 6px;
    background:
        linear-gradient(90deg, rgba(70, 5, 20, 0.96), rgba(147, 16, 42, 0.78) 48%, rgba(17, 24, 32, 0.34)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 32, 0.12);
}

.cherry-acquisition-header p,
.cherry-acquisition-header h2,
.cherry-acquisition-header > div > span {
    display: block;
    margin: 0;
    color: #fff;
}

.cherry-acquisition-header p {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.cherry-acquisition-header h2 {
    margin-bottom: 6px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.1rem, 3.4vw, 3.05rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.cherry-acquisition-header > div > span {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.35;
}

.cherry-acquisition-header-actions {
    align-items: center;
    justify-content: flex-end;
}

.cherry-acquisition-header-actions .mud-button-root,
.cherry-acquisition-header > .mud-button-root {
    border-radius: 6px;
    font-weight: 900;
}

.cherry-acquisition-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cherry-acquisition-metric {
    min-width: 0;
    min-height: 98px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.04);
}

.cherry-acquisition-metric > span {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f8e5ea;
    color: #ae1235;
}

.cherry-acquisition-metric strong,
.cherry-acquisition-metric em,
.cherry-acquisition-metric small {
    display: block;
    font-style: normal;
}

.cherry-acquisition-metric strong {
    color: #ae1235;
    font-size: 1.32rem;
    font-weight: 900;
    line-height: 1;
}

.cherry-acquisition-metric em {
    margin-top: 4px;
    color: #171923;
    font-size: 0.84rem;
    font-weight: 900;
}

.cherry-acquisition-metric small {
    color: #637083;
    font-size: 0.75rem;
    line-height: 1.25;
}

.cherry-acquisition-panel,
.cherry-acquisition-list,
.cherry-acquisition-detail {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 32, 0.04);
}

.cherry-acquisition-dashboard-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    gap: 14px;
}

.cherry-acquisition-panel-heading {
    margin-bottom: 14px;
}

.cherry-acquisition-panel-heading span,
.cherry-acquisition-detail-header span {
    color: #ae1235;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.cherry-acquisition-panel-heading h3,
.cherry-acquisition-detail-header h3 {
    margin-top: 2px;
    color: #161b25;
    font-size: 1rem;
    font-weight: 900;
}

.cherry-acquisition-panel-heading strong {
    color: #4c596a;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-acquisition-stage-list {
    gap: 8px;
}

.cherry-acquisition-stage-list div {
    min-height: 42px;
    padding: 10px 12px;
    border-color: rgba(17, 24, 32, 0.08);
    background: #f8fafc;
}

.cherry-acquisition-stage-list div:not(.is-closed) {
    box-shadow: inset 3px 0 0 #ae1235;
}

.cherry-acquisition-stage-list .is-closed {
    background: #f3f5f8;
    opacity: 0.82;
}

.cherry-acquisition-recent-list {
    gap: 8px;
}

.cherry-acquisition-recent-list a {
    min-height: 58px;
    border-color: rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
}

.cherry-acquisition-recent-list a:hover,
.cherry-acquisition-cards button:hover,
.cherry-acquisition-cards button.is-selected {
    border-color: rgba(174, 18, 53, 0.32);
    background: #fff7f8;
    box-shadow: inset 3px 0 0 #ae1235;
}

.cherry-acquisition-recent-list em,
.cherry-acquisition-cards em {
    border-radius: 4px;
    background: #f5dbe3;
    color: #ae1235;
    font-size: 0.72rem;
    font-weight: 900;
}

.cherry-acquisition-outcome-strip {
    gap: 10px;
}

.cherry-acquisition-outcome-strip div {
    min-height: 66px;
    padding: 12px;
    border-color: rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.04);
}

.cherry-acquisition-workbench {
    grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
    gap: 14px;
}

.cherry-acquisition-filters {
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-acquisition-actions {
    justify-content: flex-start;
}

.cherry-acquisition-cards {
    gap: 0;
    margin-top: 12px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.cherry-acquisition-cards button {
    min-height: 68px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 12px;
    border: 0;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 0;
    padding: 12px;
}

.cherry-acquisition-cards button:last-child {
    border-bottom: 0;
}

.cherry-acquisition-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8e5ea;
    color: #ae1235;
}

.cherry-acquisition-cards strong {
    overflow: hidden;
    color: #151923;
    font-size: 0.9rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-acquisition-cards small {
    margin-top: 3px;
    overflow: hidden;
    color: #637083;
    font-size: 0.74rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-acquisition-detail-header {
    align-items: flex-start;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-acquisition-detail-header p {
    color: #637083;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-acquisition-case-header {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
    padding: 20px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 32, 0.05);
}

.cherry-acquisition-case-identity {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-width: 0;
}

.cherry-acquisition-case-thumb {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(145deg, #fff1f5, #f7dce5);
    color: #b10f35;
    box-shadow: inset 0 0 0 1px rgba(177, 15, 53, 0.1);
}

.cherry-acquisition-case-thumb.has-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cherry-acquisition-case-thumb .mud-icon-root {
    width: 42px;
    height: 42px;
    font-size: 42px;
}

.cherry-acquisition-case-label {
    display: block;
    margin-bottom: 2px;
    color: #b10f35;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-acquisition-case-identity strong,
.cherry-acquisition-case-stat strong {
    color: #172033;
    font-size: 0.88rem;
    font-weight: 900;
}

.cherry-acquisition-case-identity h3 {
    margin: 2px 0 6px;
    color: #111827;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.12;
}

.cherry-acquisition-case-identity p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #637083;
    font-size: 0.82rem;
    font-weight: 800;
}

.cherry-acquisition-case-identity p .mud-icon-root {
    width: 15px;
    height: 15px;
    color: #7a8594;
    font-size: 15px;
}

.cherry-acquisition-case-stats {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, auto);
    align-items: center;
}

.cherry-acquisition-case-stat {
    min-height: 58px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 0 20px;
    border-left: 1px solid rgba(17, 24, 32, 0.1);
}

.cherry-acquisition-case-stat > span:first-child {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #fff3f6;
    color: #b10f35;
}

.cherry-acquisition-case-stat small {
    display: block;
    margin-bottom: 3px;
    color: #6c7787;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-acquisition-owner-avatar {
    border: 1px solid rgba(177, 15, 53, 0.42);
    background: #fff;
    color: #b10f35;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-acquisition-stage-tracker {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 44px minmax(150px, 1fr) 44px minmax(150px, 1fr) 44px minmax(150px, 1fr) 44px minmax(150px, 1fr) 44px minmax(150px, 1fr);
    align-items: center;
    gap: 0;
    margin: 0 0 18px;
    padding: 22px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: linear-gradient(180deg, #fff, #fffafa);
}

.cherry-acquisition-stage-step {
    position: relative;
    min-width: 0;
    min-height: 96px;
    display: grid;
    grid-template-columns: 18px 26px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 5px 9px;
    align-items: center;
    border: 1px solid rgba(17, 24, 32, 0.1);
    border-radius: 6px;
    padding: 16px 14px 14px;
    background: #fff;
    color: #2f3948;
    text-align: left;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.035);
}

.cherry-acquisition-stage-step .mud-icon-root {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 24px;
    height: 24px;
    color: #98a2b3;
    font-size: 24px;
}

.cherry-acquisition-stage-step strong {
    grid-column: 3;
    color: #172033;
    font-size: 0.86rem;
    font-weight: 900;
}

.cherry-acquisition-stage-step small {
    grid-column: 3;
    color: #7a8594;
    font-size: 0.76rem;
    font-weight: 800;
}

.cherry-acquisition-stage-step.is-complete {
    border-color: rgba(22, 134, 78, 0.34);
    background: #f1fbf6;
}

.cherry-acquisition-stage-step.is-complete .mud-icon-root,
.cherry-acquisition-stage-step.is-complete .cherry-acquisition-stage-number {
    color: #16864e;
}

.cherry-acquisition-stage-step.is-current {
    border-color: rgba(177, 15, 53, 0.52);
    background: #fff8fa;
    box-shadow: 0 12px 26px rgba(177, 15, 53, 0.08);
}

.cherry-acquisition-stage-step.is-current .mud-icon-root,
.cherry-acquisition-stage-step.is-current .cherry-acquisition-stage-number {
    color: #b10f35;
}

.cherry-acquisition-stage-step.is-locked {
    opacity: 0.62;
}

.cherry-acquisition-stage-number {
    width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #a9b1bd;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 900;
}

.cherry-acquisition-stage-step.is-complete .cherry-acquisition-stage-number {
    background: #16864e;
}

.cherry-acquisition-stage-step.is-current .cherry-acquisition-stage-number {
    background: #b10f35;
}

.cherry-acquisition-current-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    padding: 3px 8px;
    background: #b10f35;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cherry-acquisition-stage-connector {
    display: block;
    height: 2px;
    margin: 0 -1px;
    background: repeating-linear-gradient(90deg, #97a1b1 0 5px, transparent 5px 8px);
}

.cherry-acquisition-stage-connector.is-complete {
    background: #b10f35;
}

.cherry-acquisition-focus {
    gap: 10px;
}

.cherry-acquisition-stage-map {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.cherry-acquisition-stage-map button {
    min-height: 88px;
    border-color: rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    padding: 10px;
}

.cherry-acquisition-stage-map button.is-active,
.cherry-acquisition-stage-map button.is-current {
    border-color: rgba(174, 18, 53, 0.36);
    background: #fff7f8;
}

.cherry-acquisition-stage-map button.is-complete {
    border-color: rgba(22, 134, 78, 0.28);
    background: #f0fbf5;
}

.cherry-acquisition-focus-card {
    border-color: rgba(174, 18, 53, 0.16);
    border-radius: 6px;
    background: linear-gradient(180deg, #fff, #fff8fa);
}

.cherry-acquisition-tabs {
    gap: 8px;
    margin: 16px 0;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-acquisition-tabs button {
    min-height: 40px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #5e6876;
    font-size: 0.82rem;
    font-weight: 900;
}

.cherry-acquisition-tabs button.is-active {
    border-bottom-color: #ae1235;
    background: transparent;
    color: #ae1235;
}

.cherry-acquisition-tabs button.is-locked,
.cherry-acquisition-stage-map button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.cherry-acquisition-summary-grid,
.cherry-acquisition-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cherry-acquisition-site-snapshot {
    grid-template-columns: 2fr 1fr 1fr;
    margin-bottom: 12px;
}

.cherry-acquisition-site-snapshot article {
    border-color: rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #f8fafc;
}

.cherry-acquisition-summary-grid > span,
.cherry-acquisition-facts article,
.cherry-acquisition-decision-summary article,
.cherry-acquisition-subcard,
.cherry-acquisition-records article {
    border-color: rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #f8fafc;
}

.cherry-acquisition-summary-grid strong,
.cherry-acquisition-facts strong {
    display: block;
    overflow-wrap: anywhere;
    color: #151923;
    font-size: 0.95rem;
    font-weight: 900;
}

.cherry-acquisition-panel-intro {
    color: #4c596a;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.45;
}

.cherry-acquisition-chip-grid button {
    border-radius: 6px;
    font-size: 0.78rem;
}

.cherry-acquisition-empty {
    min-height: 180px;
    border: 1px dashed rgba(99, 112, 131, 0.28);
    border-radius: 6px;
}

.cherry-acquisition-empty.is-large {
    min-height: 410px;
}

.cherry-acquisition-workspace.cherry-acquisition-mode-publisher {
    padding-bottom: 24px;
}

.cherry-acquisition-pipeline-steps {
    position: relative;
    overflow: hidden;
    gap: 0;
    padding: 0 20px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 24, 32, 0.04);
}

.cherry-acquisition-pipeline-steps .cherry-acquisition-metric {
    position: relative;
    min-height: 110px;
    display: grid;
    grid-template-columns: 48px minmax(0, max-content);
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 18px 34px;
    border: 0;
    box-shadow: none;
}

.cherry-acquisition-pipeline-steps .cherry-acquisition-metric:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 2px;
    background: #8f99a8;
    transform: translate(50%, -50%);
}

.cherry-acquisition-pipeline-steps .cherry-acquisition-metric > span {
    width: 48px;
    height: 48px;
}

.cherry-acquisition-pipeline-steps .cherry-acquisition-metric > div {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
        "value label"
        "caption caption";
    gap: 5px 8px;
    align-items: baseline;
}

.cherry-acquisition-pipeline-steps .cherry-acquisition-metric strong {
    grid-area: value;
    color: #b10f35;
    font-size: 2rem;
    line-height: 0.95;
}

.cherry-acquisition-pipeline-steps .cherry-acquisition-metric em {
    grid-area: label;
    margin: 0;
    color: #151923;
    font-size: 0.86rem;
}

.cherry-acquisition-pipeline-steps .cherry-acquisition-metric small {
    grid-area: caption;
    max-width: 172px;
    color: #6a7280;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.25;
}

.cherry-acquisition-table-panel {
    padding: 0;
    overflow: hidden;
}

.cherry-acquisition-table-panel > .cherry-acquisition-panel-heading,
.cherry-acquisition-table-panel > .cherry-acquisition-dashboard-filterbar {
    padding-inline: 18px;
}

.cherry-acquisition-table-panel > .cherry-acquisition-dashboard-filterbar.cherry-ops-filterbar {
    display: flex;
    grid-template-columns: none;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding-block: 14px 12px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-acquisition-dashboard-filterbar.cherry-ops-filterbar select {
    min-width: 150px;
}

.cherry-acquisition-dashboard-filterbar.cherry-ops-filterbar .cherry-ops-check {
    margin: 0;
}

.cherry-acquisition-dashboard-filterbar.cherry-ops-filterbar .cherry-ops-clear {
    margin-left: auto;
}

.cherry-acquisition-table-panel > .cherry-acquisition-panel-heading {
    min-height: 58px;
    margin: 0;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.cherry-acquisition-stage-filter {
    width: 160px;
    flex: 0 0 auto;
}

.cherry-acquisition-table-wrap {
    overflow-x: auto;
}

.cherry-acquisition-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.cherry-acquisition-table th {
    padding: 13px 18px;
    color: #697386;
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
}

.cherry-acquisition-table td {
    padding: 13px 18px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    color: #151923;
    font-size: 0.82rem;
    vertical-align: middle;
}

.cherry-acquisition-table td > strong,
.cherry-acquisition-table td small {
    display: block;
}

.cherry-acquisition-table td > strong {
    font-size: 0.8rem;
    font-weight: 900;
}

.cherry-acquisition-table td small {
    margin-top: 4px;
    color: #697386;
    font-size: 0.72rem;
    font-weight: 700;
}

.cherry-acquisition-continue-button {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(177, 15, 53, 0.36);
    border-radius: 5px;
    padding: 0 12px;
    background: #fff;
    color: #b10f35;
    font-size: 0.74rem;
    font-weight: 950;
    white-space: nowrap;
    cursor: pointer;
}

.cherry-acquisition-continue-button:hover {
    border-color: #b10f35;
    background: #fff5f7;
}

.cherry-acquisition-continue-button .mud-icon-root {
    width: 15px;
    height: 15px;
    font-size: 15px;
}

.cherry-acquisition-site-cell {
    width: 100%;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

.cherry-acquisition-site-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cherry-acquisition-site-copy strong,
.cherry-acquisition-site-copy small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-acquisition-site-copy strong {
    color: #151923;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.15;
}

.cherry-acquisition-site-copy small {
    margin-top: 2px;
    color: #526071;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
}

.cherry-acquisition-site-copy em {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 20px;
    margin-top: 5px;
    border-radius: 4px;
    padding: 3px 7px;
    background: #f9dce5;
    color: #b10f35;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-acquisition-site-thumb {
    width: 56px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    overflow: hidden;
    background: #f8dfe7;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(177, 15, 53, 0.12);
}

.cherry-acquisition-site-thumb.has-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cherry-acquisition-site-thumb.is-data-tile {
    grid-template-rows: 1fr auto;
    padding: 7px 6px 5px;
    background: linear-gradient(135deg, #fff4f7, #f4f7fb);
    color: #b10f35;
}

.cherry-acquisition-site-thumb.is-data-tile strong,
.cherry-acquisition-site-thumb.is-data-tile small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-acquisition-site-thumb.is-data-tile strong {
    font-size: 0.86rem;
    line-height: 1;
}

.cherry-acquisition-site-thumb.is-data-tile small {
    color: #697386;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-acquisition-stage-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 150px;
    border-radius: 4px;
    padding: 6px 9px;
    background: #f9dce5;
    color: #b10f35;
    font-size: 0.72rem;
    font-weight: 900;
}

.cherry-acquisition-stage-badge .mud-icon-root {
    width: 14px;
    height: 14px;
    font-size: 14px;
}

.cherry-acquisition-stage-badge.is-investigation {
    background: #fff0c7;
    color: #9a6a00;
}

.cherry-acquisition-stage-badge.is-offer {
    background: #efe7ff;
    color: #6841a6;
}

.cherry-acquisition-stage-badge.is-negotiation {
    background: #e8efff;
    color: #315b9b;
}

.cherry-acquisition-stage-badge.is-hoa {
    background: #fdebd6;
    color: #9a5a12;
}

.cherry-acquisition-stage-badge.is-closed {
    background: #e4f5df;
    color: #27723b;
}

.cherry-acquisition-stage-badge.cherry-ops-type-pill {
    max-width: min(100%, 220px);
}

.cherry-acquisition-date-cell,
.cherry-acquisition-owner {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cherry-acquisition-date-cell .mud-icon-root {
    width: 16px;
    height: 16px;
    color: #6b7280;
    font-size: 16px;
}

.cherry-acquisition-owner > span {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(177, 15, 53, 0.42);
    border-radius: 50%;
    color: #b10f35;
    font-size: 0.68rem;
    font-weight: 900;
}

.cherry-acquisition-due-overdue,
.cherry-acquisition-due-soon {
    color: #b10f35 !important;
}

.cherry-acquisition-due-muted {
    color: #697386 !important;
}

.cherry-acquisition-table-footer {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    border-top: 1px solid rgba(17, 24, 32, 0.08);
    color: #697386;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-acquisition-table-footer button,
.cherry-acquisition-panel-heading.is-compact > button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: #b10f35;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-acquisition-overview-bars,
.cherry-acquisition-task-list {
    display: grid;
    gap: 8px;
}

.cherry-acquisition-overview-bars button,
.cherry-acquisition-overview-bars div {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    border-radius: 4px;
    padding: 7px 10px;
    background: #f8d5df;
    color: #151923;
    text-align: left;
}

.cherry-acquisition-overview-bars button.is-investigation {
    background: #ffefbf;
}

.cherry-acquisition-overview-bars button.is-offer {
    background: #f2e7ff;
}

.cherry-acquisition-overview-bars button.is-closed {
    background: #dff2d8;
}

.cherry-acquisition-overview-bars div {
    margin-top: 8px;
    background: transparent;
    padding-inline: 0;
}

.cherry-acquisition-overview-bars span,
.cherry-acquisition-overview-bars strong {
    font-size: 0.75rem;
    font-weight: 900;
}

.cherry-acquisition-task-list button {
    min-height: 46px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    border: 0;
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    padding: 8px 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

.cherry-acquisition-task-list button:last-child {
    border-bottom: 0;
}

.cherry-acquisition-task-list span {
    min-width: 0;
}

.cherry-acquisition-task-list strong,
.cherry-acquisition-task-list small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-acquisition-task-list strong {
    color: #151923;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-acquisition-task-list small,
.cherry-acquisition-task-list em {
    color: #697386;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 700;
}

.cherry-acquisition-task-list em {
    color: #b10f35;
    text-align: right;
}

.cherry-acquisition-empty.is-compact {
    min-height: 56px;
}

.cherry-acquisition-empty-action {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
    border: 1px solid rgba(177, 15, 53, 0.28);
    border-radius: 6px;
    padding: 0 12px;
    background: #fff;
    color: #b10f35;
    font-size: 0.78rem;
    font-weight: 900;
}

.cherry-acquisition-empty-action .mud-icon-root {
    width: 16px;
    height: 16px;
    color: inherit;
    font-size: 16px;
}

.cherry-org-pagination {
    margin-top: 12px;
}

@media (max-width: 1220px) {
    .cherry-acquisition-stage-map {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cherry-acquisition-stage-tracker {
        overflow-x: auto;
        grid-template-columns: repeat(11, max-content);
    }

    .cherry-acquisition-stage-step {
        width: 178px;
    }

    .cherry-acquisition-stage-connector {
        width: 42px;
    }
}

@media (max-width: 1100px) {
    .cherry-acquisition-workbench,
    .cherry-acquisition-home,
    .cherry-acquisition-dashboard-grid,
    .cherry-acquisition-metrics,
    .cherry-acquisition-outcome-strip,
    .cherry-acquisition-summary-grid,
    .cherry-acquisition-site-snapshot,
    .cherry-acquisition-facts,
    .cherry-acquisition-decision-summary,
    .cherry-acquisition-inline-form {
        grid-template-columns: 1fr;
    }

    .cherry-acquisition-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-acquisition-header-actions {
        justify-content: flex-start;
    }

    .cherry-acquisition-case-header {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .cherry-acquisition-case-stats {
        grid-auto-flow: row;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cherry-acquisition-case-stat {
        border-left: 0;
        border-top: 1px solid rgba(17, 24, 32, 0.1);
        padding: 16px 0 0;
    }

    .cherry-acquisition-queue-tabs,
    .cherry-acquisition-dashboard-filterbar,
    .cherry-acquisition-work-list article {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .cherry-acquisition-header {
        min-height: 118px;
        padding: 18px;
    }

    .cherry-acquisition-header h2 {
        font-size: 1.9rem;
    }

    .cherry-acquisition-stage-map {
        grid-template-columns: 1fr;
    }

    .cherry-acquisition-case-header {
        padding: 16px;
    }

    .cherry-acquisition-case-identity {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
    }

    .cherry-acquisition-case-thumb {
        width: 64px;
        height: 64px;
    }

    .cherry-acquisition-case-identity h3 {
        font-size: 1.22rem;
    }

    .cherry-acquisition-case-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cherry-acquisition-case-stat {
        min-height: 52px;
        padding-top: 10px;
    }

    .cherry-acquisition-cards button {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .cherry-acquisition-cards em {
        grid-column: 2;
        width: fit-content;
    }

    .cherry-proposal-form,
    .cherry-proposal-terms {
        grid-template-columns: 1fr;
    }

    .cherry-proposal-form-wide {
        grid-column: 1;
    }
}

@media (max-width: 1100px) {
    .cherry-admin-site-summary {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-admin-site-summary-actions {
        justify-items: start;
    }

    .cherry-landlord-content-shell.has-task-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-landlord-task-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
        order: -1;
    }

    .cherry-landlord-onboarding-overview {
        padding: 20px;
    }

    .cherry-landlord-onboarding-overview .cherry-landlord-workflow-guide {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-panel {
        padding: 0;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track {
        gap: 14px;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step p {
        font-size: 0.76rem;
    }
}

@media (max-width: 780px) {
    .cherry-landlord-onboarding-overview {
        gap: 20px;
        padding: 16px;
    }

    .cherry-landlord-onboarding-overview .cherry-landlord-workflow-guide {
        padding: 20px;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-header {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-landlord-lifecycle-title-rule {
        display: none;
    }

    .cherry-landlord-lifecycle-title {
        justify-content: center;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track::before {
        display: none;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step {
        grid-template-columns: 52px minmax(0, 1fr);
        grid-template-rows: auto;
        justify-items: start;
        align-items: center;
        text-align: left;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-marker,
    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-copy {
        grid-row: auto;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-copy {
        display: grid;
        gap: 6px;
        justify-items: start;
    }

    .cherry-landlord-workflow-shell:not(.cherry-admin-workflow-shell) .cherry-landlord-lifecycle-track-step p {
        max-width: none;
    }
}

/* Marketplace health */
.cherry-health-page > .cherry-admin-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
}

.cherry-health-page > .cherry-admin-section-header > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

.cherry-health-header-actions {
    margin-left: auto;
    flex-shrink: 0;
}

.cherry-ops-health-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.cherry-ops-health-alert div {
    display: grid;
    gap: 3px;
}

.cherry-ops-health-alert span {
    display: block;
}

.cherry-health-page {
    display: grid;
    gap: 18px;
}

.cherry-health-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    gap: 12px;
}

.cherry-health-summary article,
.cherry-health-category-grid article,
.cherry-health-panel,
.cherry-health-empty {
    border: 1px solid #e6d7dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(53, 23, 34, 0.06);
}

.cherry-health-summary article {
    display: grid;
    gap: 4px;
    padding: 16px;
}

.cherry-health-summary span,
.cherry-health-category-grid span,
.cherry-health-check-status span,
.cherry-health-note span {
    color: #a20f3c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-health-summary strong {
    color: #111827;
    font-family: "Oswald", sans-serif;
    font-size: 1.65rem;
    line-height: 1;
}

.cherry-health-summary small,
.cherry-health-category-grid small,
.cherry-health-muted,
.cherry-health-check-body small,
.cherry-health-check-time small,
.cherry-health-event-list small,
.cherry-health-service-list small {
    color: #64748b;
}

.cherry-health-status-card.is-critical,
.cherry-health-category-grid article.is-critical,
.cherry-health-check.is-critical {
    border-color: #fecaca;
    background: #fff7f7;
}

.cherry-health-status-card.is-warning,
.cherry-health-category-grid article.is-warning,
.cherry-health-check.is-warning {
    border-color: #fed7aa;
    background: #fffaf2;
}

.cherry-health-status-card.is-healthy,
.cherry-health-category-grid article.is-healthy,
.cherry-health-check.is-healthy {
    border-color: #bbf7d0;
    background: #f6fff9;
}

.cherry-health-status-card.is-unknown,
.cherry-health-category-grid article.is-unknown,
.cherry-health-check.is-unknown {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.cherry-health-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.cherry-health-category-grid article {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
}

.cherry-health-category-grid article div {
    display: grid;
    gap: 4px;
}

.cherry-health-category-grid strong,
.cherry-health-panel-heading h3,
.cherry-health-check-body h4,
.cherry-health-service-list strong,
.cherry-health-event-list strong,
.cherry-health-empty strong {
    color: #111827;
    font-weight: 800;
}

.cherry-health-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 16px;
    align-items: start;
}

.cherry-health-main,
.cherry-health-side {
    display: grid;
    gap: 16px;
}

.cherry-health-panel {
    padding: 16px;
}

.cherry-health-panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf0f5;
}

.cherry-health-panel-heading h3 {
    margin: 0;
    font-size: 1rem;
}

.cherry-health-panel-heading span {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-health-check-list,
.cherry-health-service-list,
.cherry-health-event-list {
    display: grid;
    gap: 10px;
    padding-top: 12px;
}

.cherry-health-check {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 150px;
    gap: 16px;
    align-items: start;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.cherry-health-check-status {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.cherry-health-check-status .mud-icon-root {
    font-size: 1.15rem;
}

.cherry-health-check.is-critical .cherry-health-check-status .mud-icon-root,
.cherry-health-pill.is-critical {
    color: #dc2626;
}

.cherry-health-check.is-warning .cherry-health-check-status .mud-icon-root,
.cherry-health-pill.is-warning {
    color: #d97706;
}

.cherry-health-check.is-healthy .cherry-health-check-status .mud-icon-root,
.cherry-health-pill.is-healthy {
    color: #16a34a;
}

.cherry-health-check-body {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.cherry-health-check-body h4,
.cherry-health-check-body p,
.cherry-health-note p {
    margin: 0;
}

.cherry-health-check-body p,
.cherry-health-note p,
.cherry-health-service-list span {
    color: #334155;
}

.cherry-health-note {
    display: grid;
    gap: 3px;
    padding: 9px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid #edf0f5;
}

.cherry-health-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.cherry-health-meta span,
.cherry-health-pill {
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 8px;
}

.cherry-health-check-time {
    display: grid;
    gap: 5px;
    justify-items: end;
    text-align: right;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-health-service-list article,
.cherry-health-event-list article {
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.cherry-health-service-list article {
    grid-template-columns: minmax(0, 1fr);
}

.cherry-health-service-list article div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.cherry-health-service-list article > small {
    justify-self: end;
    text-align: right;
    white-space: nowrap;
}

.cherry-health-event-list time {
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 700;
}

.cherry-health-empty {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 42px 20px;
    text-align: center;
}

.cherry-health-empty .mud-icon-root {
    color: #a20f3c;
    font-size: 2rem;
}

@media (max-width: 1180px) {
    .cherry-health-layout,
    .cherry-health-check {
        grid-template-columns: minmax(0, 1fr);
    }

    .cherry-health-check-time {
        justify-items: start;
        text-align: left;
    }
}

@media (max-width: 860px) {
    .cherry-health-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .cherry-health-page > .cherry-admin-section-header {
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-health-header-actions {
        margin-left: 0;
    }

    .cherry-health-summary,
    .cherry-health-category-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
