
:root {
    --mhllfs-theme-radius: var(--mhm-radius, 24px);
    --mhllfs-theme-radius-sm: var(--mhm-radius-sm, 16px);
    --mhllfs-theme-accent: var(--mhm-accent, #e66a3d);
    --mhllfs-theme-accent-alt: var(--mhm-accent-alt, #f3b562);
    --mhllfs-theme-ink: var(--mhm-ink, #142132);
    --mhllfs-theme-surface: var(--mhm-surface, #f7f5f1);
    --mhllfs-theme-shadow: var(--mhm-shadow, 0 18px 50px rgba(7, 15, 25, 0.12));
    --mhllfs-theme-shadow-soft: var(--mhm-shadow-soft, 0 10px 30px rgba(7, 15, 25, 0.08));
}

.mhm-dashboard-shell .mhllfs-shell,
.mhm-single-property-page .mhllfs-property-suite,
.mhm-footer .mhllfs-footer-block {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--mhllfs-theme-ink);
}

.mhm-dashboard-shell .mhllfs-hero,
.mhm-single-property-page .mhllfs-property-suite .mhllfs-property-card,
.mhm-single-property-page .mhllfs-lead-panel,
.mhm-dashboard-shell .mhllfs-panel,
.mhm-dashboard-shell .mhllfs-kpi-card,
.mhm-footer .mhllfs-footer-block {
    border-radius: var(--mhllfs-theme-radius);
    box-shadow: var(--mhllfs-theme-shadow);
    border: 1px solid rgba(20,33,50,.08);
}

.mhm-dashboard-shell .mhllfs-hero {
    background:
        radial-gradient(circle at top right, rgba(243,181,98,.22), transparent 30%),
        radial-gradient(circle at top left, rgba(230,106,61,.18), transparent 20%),
        linear-gradient(135deg, #182434 0%, #0f1724 100%);
}

.mhm-dashboard-shell .mhllfs-panel,
.mhm-dashboard-shell .mhllfs-kpi-card,
.mhm-single-property-page .mhllfs-property-card,
.mhm-single-property-page .mhllfs-lead-panel {
    background: rgba(255,255,255,.94);
}

.mhm-dashboard-shell .mhllfs-kpi-card strong {
    font-size: clamp(2rem, 4vw, 2.7rem);
    letter-spacing: -.04em;
}

.mhm-dashboard-shell .mhllfs-panel-head,
.mhm-single-property-page .mhllfs-property-summary {
    gap: 14px;
}

.mhm-dashboard-shell .mhllfs-button,
.mhm-single-property-page .mhllfs-button,
.mhm-footer .mhllfs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border-radius: 999px;
    padding: .95rem 1.35rem;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--mhllfs-theme-accent) 0%, var(--mhllfs-theme-accent-alt) 100%);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(230,106,61,.28);
}

.mhm-dashboard-shell .mhllfs-button:hover,
.mhm-single-property-page .mhllfs-button:hover,
.mhm-footer .mhllfs-button:hover { transform: translateY(-1px); }

.mhm-dashboard-shell .mhllfs-button-secondary,
.mhm-single-property-page .mhllfs-button-secondary,
.mhm-footer .mhllfs-button-secondary {
    background: #fff;
    color: var(--mhllfs-theme-ink) !important;
    border-color: rgba(20,33,50,.12);
    box-shadow: var(--mhllfs-theme-shadow-soft);
}

.mhm-dashboard-shell .mhllfs-form input,
.mhm-dashboard-shell .mhllfs-form textarea,
.mhm-dashboard-shell .mhllfs-form select,
.mhm-single-property-page .mhllfs-form input,
.mhm-single-property-page .mhllfs-form textarea,
.mhm-single-property-page .mhllfs-form select {
    border-radius: 16px;
    border-color: rgba(20,33,50,.14);
    padding: 14px 16px;
    min-height: 52px;
}

.mhm-dashboard-shell .mhllfs-form textarea,
.mhm-single-property-page .mhllfs-form textarea { min-height: 140px; }

.mhm-dashboard-shell .mhllfs-status-pill,
.mhm-single-property-page .mhllfs-status-pill,
.mhm-single-property-page .mhllfs-badge {
    border-radius: 999px;
    font-weight: 700;
}

.mhm-single-property-page .mhllfs-property-suite {
    display: grid;
    gap: 24px;
}

.mhm-single-property-page .mhllfs-property-card {
    grid-template-columns: minmax(320px, 1.05fr) minmax(280px, .95fr);
    overflow: hidden;
}

.mhm-single-property-page .mhllfs-property-visual {
    display: grid;
    gap: 14px;
}

.mhm-single-property-page .mhllfs-property-visual > img:first-child {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: calc(var(--mhllfs-theme-radius) - 6px);
}

.mhm-single-property-page .mhllfs-property-summary h3,
.mhm-dashboard-shell .mhllfs-panel h3,
.mhm-dashboard-shell .mhllfs-hero h2 {
    letter-spacing: -.04em;
}

.mhm-single-property-page .mhllfs-money {
    font-size: clamp(2.2rem, 4vw, 3.3rem);
    letter-spacing: -.05em;
}

.mhm-single-property-page .mhllfs-finance-box,
.mhm-single-property-page .mhllfs-addon-picker label,
.mhm-dashboard-shell .mhllfs-kpi-card {
    background: linear-gradient(180deg, rgba(247,245,241,.85), rgba(255,255,255,.96));
    border: 1px solid rgba(20,33,50,.08);
}

.mhm-single-property-page .mhllfs-addon-picker label {
    padding: 14px 16px;
}

.mhm-single-property-page .mhllfs-total-row {
    padding-top: 18px;
    margin-top: 6px;
    font-size: 1.1rem;
}

.mhm-single-property-page .mhllfs-live-total {
    font-size: 1.5rem;
    letter-spacing: -.03em;
}

.mhm-single-property-page .mhllfs-lead-panel {
    padding: 26px;
}

.mhm-single-property-page .mhllfs-lead-panel h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.mhm-single-property-page .mhllfs-pill-row {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mhm-dashboard-shell .mhllfs-listings-table th,
.mhm-dashboard-shell .mhllfs-listings-table td {
    padding: 14px 12px;
}

.mhm-dashboard-shell .mhllfs-listings-table thead th {
    font-size: .84rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(20,33,50,.62);
}

.mhm-footer .mhllfs-footer-block {
    margin-top: 0;
    background: linear-gradient(135deg, #142132 0%, #0f1724 100%);
}

.mhm-footer .mhllfs-footer-grid {
    grid-template-columns: 1.2fr .9fr .8fr .8fr;
}

.mhm-footer .mhllfs-footer-bottom {
    border-top-color: rgba(255,255,255,.12);
}

@media (max-width: 980px) {
    .mhm-single-property-page .mhllfs-property-card,
    .mhm-footer .mhllfs-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .mhm-dashboard-shell .mhllfs-hero,
    .mhm-single-property-page .mhllfs-lead-panel {
        padding: 20px;
    }
}
