/* Owner Booking home */
html body #booking-main-area .mobile-booking-owner-feed.is-command-feed,
html body #booking-main-area .mobile-booking-owner-feed.is-command-feed * {
    box-sizing: border-box !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-feed.is-command-feed {
    display: grid !important;
    gap: 24px !important;
    padding: 8px 0 24px !important;
    background: #ffffff !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #booking-main-area .mobile-booking-owner-command-card {
    display: none !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero {
    display: grid !important;
    gap: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

html body #booking-main-area .mobile-booking-owner-home-copy {
    min-width: 0 !important;
    display: grid !important;
    gap: 9px !important;
}

html body #booking-main-area .mobile-booking-owner-home-subtitle {
    max-width: 32ch !important;
    margin: 0 !important;
    color: rgba(5, 5, 5, 0.56) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.56) !important;
    font-size: 14px !important;
    line-height: 1.34 !important;
    font-weight: 760 !important;
}

html body #booking-main-area .mobile-booking-owner-home-next {
    position: relative !important;
    min-width: 0 !important;
    display: grid !important;
    gap: 7px !important;
    padding: 18px 50px 18px 18px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #0b0b0c !important;
    box-shadow: 0 12px 30px rgba(5, 5, 5, 0.09) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: transform 160ms ease, background-color 160ms ease, opacity 160ms ease !important;
}

html body #booking-main-area .mobile-booking-owner-home-next-icon {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    transform: translateY(-50%) !important;
    color: rgba(255, 255, 255, 0.68) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.68) !important;
    font-size: 12px !important;
    pointer-events: none !important;
}

html body #booking-main-area button.mobile-booking-owner-home-next:active,
html body #booking-main-area button.mobile-booking-owner-home-next.is-loading {
    background: #18181a !important;
    transform: scale(0.992) !important;
}

html body #booking-main-area button.mobile-booking-owner-home-next[aria-busy="true"] {
    opacity: 0.78 !important;
    pointer-events: none !important;
}

html body #booking-main-area .mobile-booking-owner-home-next span {
    color: rgba(255, 255, 255, 0.56) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.56) !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .mobile-booking-owner-home-next strong {
    min-width: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 19px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-home-next small {
    min-width: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 720 !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-overview-panel {
    display: grid !important;
    gap: 14px !important;
    padding: 16px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #f5f5f6 !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-owner-overview-panel.has-action {
    background: #fff8eb !important;
}

html body #booking-main-area .mobile-booking-owner-overview-panel.has-action .mobile-booking-owner-overview-panel-head small {
    color: #92400e !important;
    -webkit-text-fill-color: #92400e !important;
}

html body #booking-main-area .mobile-booking-owner-overview-panel-head,
html body #booking-main-area .mobile-booking-owner-section-head {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-overview-panel-head span,
html body #booking-main-area .mobile-booking-owner-section-head span {
    color: rgba(5, 5, 5, 0.78) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.78) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 930 !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .mobile-booking-owner-overview-panel-head small,
html body #booking-main-area .mobile-booking-owner-section-head small {
    display: inline !important;
    min-width: 0 !important;
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 780 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-overview-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 20px !important;
    border: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-overview-item,
html body #booking-main-area .mobile-booking-owner-overview-item:nth-child(odd),
html body #booking-main-area .mobile-booking-owner-overview-item:nth-child(even) {
    min-width: 0 !important;
    display: grid !important;
    gap: 6px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

html body #booking-main-area .mobile-booking-owner-overview-item span {
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-overview-item strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 24px !important;
    line-height: 0.98 !important;
    font-weight: 960 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-overview-item small {
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 760 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-section {
    display: grid !important;
    gap: 12px !important;
}

html body #booking-main-area .mobile-booking-owner-timeline,
html body #booking-main-area .mobile-booking-owner-service-list {
    display: grid !important;
    gap: 8px !important;
    border: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-service-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    border: 0 !important;
}

html body #booking-main-area button.mobile-booking-owner-timeline-row {
    width: 100% !important;
    min-height: 74px !important;
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 13px !important;
    padding: 13px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #f8f8f9 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    text-align: left !important;
    box-shadow: none !important;
    transition: background-color 160ms ease, transform 160ms ease, opacity 160ms ease !important;
}

html body #booking-main-area .mobile-booking-owner-timeline-time {
    min-width: 0 !important;
    min-height: 46px !important;
    display: grid !important;
    place-content: center start !important;
    gap: 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

html body #booking-main-area .mobile-booking-owner-timeline-copy,
html body #booking-main-area .mobile-booking-owner-service-copy {
    min-width: 0 !important;
    display: grid !important;
    gap: 5px !important;
}

html body #booking-main-area .mobile-booking-owner-timeline-time strong,
html body #booking-main-area .mobile-booking-owner-timeline-copy strong,
html body #booking-main-area .mobile-booking-owner-service-copy strong {
    min-width: 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 930 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-timeline-time small,
html body #booking-main-area .mobile-booking-owner-booking-meta,
html body #booking-main-area .mobile-booking-owner-service-meta {
    min-width: 0 !important;
    color: rgba(5, 5, 5, 0.58) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.58) !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    font-weight: 820 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-booking-meta,
html body #booking-main-area .mobile-booking-owner-service-meta {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

html body #booking-main-area .mobile-booking-owner-booking-meta .is-price {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-weight: 940 !important;
}

html body #booking-main-area .mobile-booking-owner-status {
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 999px !important;
    background: #f7f7f8 !important;
    color: rgba(5, 5, 5, 0.72) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.72) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 930 !important;
    white-space: nowrap !important;
}

html body #booking-main-area .mobile-booking-owner-status.is-confirmed,
html body #booking-main-area .mobile-booking-owner-status.is-paid {
    border-color: rgba(18, 120, 58, 0.18) !important;
    background: #f5fbf6 !important;
    color: #123c1e !important;
    -webkit-text-fill-color: #123c1e !important;
}

html body #booking-main-area .mobile-booking-owner-status.is-pending {
    border-color: rgba(180, 83, 9, 0.18) !important;
    background: #fff8eb !important;
    color: #92400e !important;
    -webkit-text-fill-color: #92400e !important;
}

html body #booking-main-area .mobile-booking-owner-row-arrow,
html body #booking-main-area .mobile-booking-owner-service-chevron {
    display: none !important;
}

html body #booking-main-area button.mobile-booking-owner-service-row {
    width: 100% !important;
    min-height: 112px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: space-between !important;
    gap: 14px !important;
    padding: 15px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #f8f8f9 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    text-align: left !important;
    box-shadow: none !important;
    transition: background-color 160ms ease, transform 160ms ease, opacity 160ms ease !important;
}

html body #booking-main-area .mobile-booking-owner-service-copy {
    gap: 8px !important;
}

html body #booking-main-area .mobile-booking-owner-service-copy strong {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

html body #booking-main-area .mobile-booking-owner-health-meta {
    justify-self: start !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 9px !important;
    font-weight: 930 !important;
}

html body #booking-main-area button.mobile-booking-owner-timeline-row:active,
html body #booking-main-area button.mobile-booking-owner-service-row:active,
html body #booking-main-area button.mobile-booking-owner-timeline-row.is-loading,
html body #booking-main-area button.mobile-booking-owner-service-row.is-loading {
    background: #eeeeef !important;
    transform: scale(0.988) !important;
}

html body #booking-main-area button.mobile-booking-owner-timeline-row[aria-busy="true"],
html body #booking-main-area button.mobile-booking-owner-service-row[aria-busy="true"] {
    cursor: wait !important;
    opacity: 0.72 !important;
    pointer-events: none !important;
}

html body #booking-main-area .mobile-booking-owner-question-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08) !important;
    background: transparent !important;
}

html body #booking-main-area .mobile-booking-owner-question-copy {
    min-width: 0 !important;
    display: grid !important;
    gap: 6px !important;
}

html body #booking-main-area .mobile-booking-owner-question-copy strong,
html body #booking-main-area .mobile-booking-owner-question-copy span,
html body #booking-main-area .mobile-booking-owner-question-copy small {
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-question-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
}

html body #booking-main-area .mobile-booking-owner-question-email,
html body #booking-main-area .mobile-booking-owner-question-action {
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 9px !important;
    border: 1px solid rgba(5, 5, 5, 0.1) !important;
    border-radius: 999px !important;
    background: #f7f7f8 !important;
    color: rgba(5, 5, 5, 0.72) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.72) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

html body #booking-main-area .mobile-booking-owner-question-action.is-dark {
    border-color: #050505 !important;
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .mobile-booking-owner-empty-card {
    min-height: 64px !important;
    display: grid !important;
    align-content: center !important;
    gap: 5px !important;
    padding: 14px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #f8f8f9 !important;
}

html body #booking-main-area .mobile-booking-owner-empty-card strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 880 !important;
}

html body #booking-main-area .mobile-booking-owner-empty-card span {
    color: rgba(5, 5, 5, 0.54) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.54) !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    font-weight: 720 !important;
}

@media (max-width: 390px) {
    html body #booking-main-area .mobile-booking-owner-overview-item strong {
        font-size: 21px !important;
    }

    html body #booking-main-area button.mobile-booking-owner-timeline-row {
        grid-template-columns: 72px minmax(0, 1fr) auto !important;
        gap: 8px !important;
        padding: 12px 11px !important;
    }

    html body #booking-main-area .mobile-booking-owner-service-grid {
        grid-template-columns: 1fr !important;
    }
}

/* owner-home-redesign-20260810
   The day leads, money folds into one readable line. */
.mobile-booking-owner-home-hero {
    border-radius: 26px !important;
    padding: 22px 20px !important;
    background: var(--text-primary) !important;
    color: var(--background-color) !important;
    display: block !important;
}

.mobile-booking-owner-home-hero-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.mobile-booking-owner-home-hero-head span {
    color: color-mix(in srgb, var(--background-color) 66%, transparent) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--background-color) 66%, transparent) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
}

.mobile-booking-owner-home-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    border-radius: 7px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

.mobile-booking-owner-home-hero-badge.is-paid {
    background: #16a34a !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.mobile-booking-owner-home-hero-badge.is-unpaid {
    background: #e5484d !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.mobile-booking-owner-home-hero-title {
    display: block !important;
    margin-top: 10px !important;
    color: var(--background-color) !important;
    -webkit-text-fill-color: var(--background-color) !important;
    font-size: 27px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
}

.mobile-booking-owner-home-hero-sub {
    margin: 6px 0 0 !important;
    color: color-mix(in srgb, var(--background-color) 66%, transparent) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--background-color) 66%, transparent) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

.mobile-booking-owner-home-hero-actions {
    display: flex !important;
    gap: 8px !important;
    margin-top: 18px !important;
}

.mobile-booking-owner-home-hero-actions button {
    flex: 1 !important;
    min-height: 46px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: var(--background-color) !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.mobile-booking-owner-home-hero-actions button.is-ghost {
    background: transparent !important;
    box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--background-color) 30%, transparent) !important;
    color: var(--background-color) !important;
    -webkit-text-fill-color: var(--background-color) !important;
}

/* Money */
.mobile-booking-owner-money-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 26px 4px 12px !important;
}

.mobile-booking-owner-money-head > span:first-child {
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
}

.mobile-booking-owner-money-flag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #e5484d !important;
    -webkit-text-fill-color: #e5484d !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
}

.mobile-booking-owner-money {
    border-radius: 24px !important;
    padding: 22px 20px !important;
    background: var(--surface-color, #ffffff) !important;
    box-shadow: 0 1px 3px color-mix(in srgb, var(--text-primary) 8%, transparent) !important;
}

.mobile-booking-owner-money-top > div > span {
    display: block !important;
    color: var(--text-secondary) !important;
    -webkit-text-fill-color: var(--text-secondary) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
}

.mobile-booking-owner-money-top strong {
    display: block !important;
    margin-top: 6px !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    font-size: 38px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em !important;
}

.mobile-booking-owner-money-top strong em {
    font-style: normal !important;
    font-size: 22px !important;
    color: var(--text-secondary) !important;
    -webkit-text-fill-color: var(--text-secondary) !important;
}

.mobile-booking-owner-money-rule {
    height: 1px !important;
    margin: 18px 0 16px !important;
    background: color-mix(in srgb, var(--text-primary) 8%, transparent) !important;
}

.mobile-booking-owner-money-stats {
    display: flex !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.mobile-booking-owner-money-stats strong {
    display: block !important;
    color: var(--text-primary) !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

.mobile-booking-owner-money-stats span {
    display: block !important;
    margin-top: 3px !important;
    color: var(--text-secondary) !important;
    -webkit-text-fill-color: var(--text-secondary) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

/* owner-home-2a-fix-20260810
   An earlier rule in this file uses `html body #booking-main-area ...`, which
   outranks a bare class no matter the order — hence the transparent hero.
   Match that specificity, and set colors literally: --text-primary is white
   on this app, which is invisible against the forced-white booking surface. */
html body #booking-main-area .mobile-booking-owner-home-hero {
    border-radius: 26px !important;
    padding: 22px 20px !important;
    background: #050505 !important;
    color: #ffffff !important;
    display: block !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-head span {
    color: rgba(255, 255, 255, 0.62) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-badge.is-paid {
    background: #16a34a !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-badge.is-unpaid {
    background: #e5484d !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-sub {
    color: rgba(255, 255, 255, 0.66) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.66) !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-actions button {
    background: #ffffff !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-actions button.is-ghost {
    background: transparent !important;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Money panel — dark ink on the white card. */
html body #booking-main-area .mobile-booking-owner-money-head > span:first-child {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #booking-main-area .mobile-booking-owner-money {
    border-radius: 24px !important;
    padding: 22px 20px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.08) !important;
}

html body #booking-main-area .mobile-booking-owner-money-top > div > span {
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
}

html body #booking-main-area .mobile-booking-owner-money-top strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #booking-main-area .mobile-booking-owner-money-top strong em {
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
}

html body #booking-main-area .mobile-booking-owner-money-rule {
    background: rgba(5, 5, 5, 0.08) !important;
}

html body #booking-main-area .mobile-booking-owner-money-stats strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #booking-main-area .mobile-booking-owner-money-stats span {
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
}

/* Service rows: two columns cut the meta off mid-word. One column per row
   reads properly and leaves space for the slot count. */
html body #booking-main-area .mobile-booking-owner-service-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
}

html body #booking-main-area .mobile-booking-owner-service-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.07) !important;
}

html body #booking-main-area .mobile-booking-owner-service-copy {
    min-width: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-service-copy strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

html body #booking-main-area .mobile-booking-owner-service-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-top: 5px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    overflow: visible !important;
    white-space: normal !important;
}

html body #booking-main-area .mobile-booking-owner-health-meta {
    flex-shrink: 0 !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

/* The nav floats over this feed, so it needs the same clearance the guest
   list got. */
html body #booking-main-area .mobile-booking-owner-feed {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 200px) !important;
}

/* owner-dashboard-flat-20260810
   Rows on the page instead of stacked cards; sections separated by space and
   a hairline rather than boxes. */
html body #booking-main-area .mobile-booking-owner-feed {
    display: grid !important;
    gap: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-section {
    margin-top: 30px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-owner-section-head {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 2px 12px !important;
    padding: 0 !important;
    border: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-section-head span {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .mobile-booking-owner-section-head small {
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

/* Booking rows: flat, divided by hairlines. */
html body #booking-main-area .mobile-booking-owner-timeline {
    display: grid !important;
    gap: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

html body #booking-main-area .mobile-booking-owner-timeline > * {
    padding: 14px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-owner-timeline > * + * {
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

/* Past sessions are reference, not action — quieter. */
html body #booking-main-area .mobile-booking-owner-timeline.is-past > * {
    opacity: 0.62 !important;
}

/* Service rows lose their cards too. */
html body #booking-main-area .mobile-booking-owner-service-grid {
    gap: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-service-row {
    padding: 16px 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-owner-service-row + .mobile-booking-owner-service-row {
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

/* Money keeps its card — it's the one thing that should sit apart. */
html body #booking-main-area .mobile-booking-owner-money {
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.08) !important;
    background: transparent !important;
}

/* Booking rows render as .mobile-booking-owner-booking-row inside the
   timeline; the earlier `> *` rules missed their own card styling. */
html body #booking-main-area .mobile-booking-owner-booking-row,
html body #booking-main-area .mobile-booking-owner-timeline .mobile-booking-owner-booking-row {
    padding: 14px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
}

html body #booking-main-area .mobile-booking-owner-timeline .mobile-booking-owner-booking-row + .mobile-booking-owner-booking-row {
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

/* Let the service name use the space instead of truncating mid-word. */
html body #booking-main-area .mobile-booking-owner-booking-row strong,
html body #booking-main-area .mobile-booking-owner-booking-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
}

html body #booking-main-area .mobile-booking-owner-booking-row small,
html body #booking-main-area .mobile-booking-owner-booking-meta {
    white-space: normal !important;
    overflow: visible !important;
    font-size: 12px !important;
}

/* Status pills read as quiet labels here, not buttons. */
html body #booking-main-area .mobile-booking-owner-booking-row .mobile-booking-owner-status,
html body #booking-main-area .mobile-booking-owner-status-pill {
    flex-shrink: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

/* The real row class is .mobile-booking-owner-timeline-row. An earlier rule
   qualifies it with `button.`, so this has to match that specificity. */
html body #booking-main-area button.mobile-booking-owner-timeline-row,
html body #booking-main-area .mobile-booking-owner-timeline-row {
    width: 100% !important;
    padding: 14px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) auto 12px !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: left !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #booking-main-area button.mobile-booking-owner-timeline-row + button.mobile-booking-owner-timeline-row,
html body #booking-main-area .mobile-booking-owner-timeline-row + .mobile-booking-owner-timeline-row {
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

html body #booking-main-area .mobile-booking-owner-timeline-time strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

html body #booking-main-area .mobile-booking-owner-timeline-time small {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

html body #booking-main-area .mobile-booking-owner-timeline-copy {
    min-width: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-timeline-copy > strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body #booking-main-area .mobile-booking-owner-booking-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-top: 3px !important;
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* Status as a quiet word, not a filled pill. */
html body #booking-main-area .mobile-booking-owner-status {
    flex-shrink: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

html body #booking-main-area .mobile-booking-owner-status.is-pending {
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
}

html body #booking-main-area .mobile-booking-owner-status.is-confirmed,
html body #booking-main-area .mobile-booking-owner-status.is-paid {
    color: #16a34a !important;
    -webkit-text-fill-color: #16a34a !important;
}

html body #booking-main-area .mobile-booking-owner-row-arrow {
    color: rgba(5, 5, 5, 0.3) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.3) !important;
    font-size: 11px !important;
}

/* Dashboard view: money on top, then the ledger. No day hero. */
html body #booking-main-area .is-dashboard-feed .mobile-booking-owner-section:first-of-type {
    margin-top: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-dash-empty {
    padding: 40px 4px !important;
    text-align: center !important;
}

html body #booking-main-area .mobile-booking-owner-dash-empty strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

html body #booking-main-area .mobile-booking-owner-dash-empty span {
    display: block !important;
    max-width: 30ch !important;
    margin: 8px auto 0 !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

/* Dashboard range switcher: Today / Week / Month / Year / Total. */
html body #booking-main-area .mobile-booking-owner-range {
    display: flex !important;
    gap: 6px !important;
    margin: 0 0 18px !important;
    padding: 2px 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
}

html body #booking-main-area .mobile-booking-owner-range::-webkit-scrollbar {
    display: none !important;
}

html body #booking-main-area .mobile-booking-owner-range-pill {
    flex: 1 1 auto !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.12) !important;
    color: rgba(5, 5, 5, 0.6) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.6) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #booking-main-area .mobile-booking-owner-range-pill.is-selected {
    background: #050505 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Four stats across, so customers fit alongside the money. */
html body #booking-main-area .is-dashboard-feed .mobile-booking-owner-money-stats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

html body #booking-main-area .is-dashboard-feed .mobile-booking-owner-money-stats strong {
    font-size: 17px !important;
}

html body #booking-main-area .is-dashboard-feed .mobile-booking-owner-money-stats span {
    font-size: 10px !important;
    letter-spacing: 0.02em !important;
}

html body #booking-main-area .mobile-booking-owner-money-owed {
    margin-top: 14px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* Period stepper: which week/month/year you're looking at, and arrows to move. */
html body #booking-main-area .mobile-booking-owner-period {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 18px !important;
}

html body #booking-main-area .mobile-booking-owner-period-nav {
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.12) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #booking-main-area .mobile-booking-owner-period-nav.is-disabled,
html body #booking-main-area .mobile-booking-owner-period-nav:disabled {
    opacity: 0.28 !important;
    pointer-events: none !important;
}

html body #booking-main-area .mobile-booking-owner-period-copy {
    text-align: center !important;
    min-width: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-period-copy strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

html body #booking-main-area .mobile-booking-owner-period-copy span {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
}

/* Dashboard tabs: Overview / Bookings / Customers. */
html body #booking-main-area .mobile-booking-owner-tabs {
    display: flex !important;
    gap: 20px !important;
    margin: 24px 2px 4px !important;
    padding: 0 0 2px !important;
    border-bottom: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-tab {
    padding: 0 0 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(5, 5, 5, 0.42) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.42) !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    position: relative !important;
}

html body #booking-main-area .mobile-booking-owner-tab em {
    font-style: normal !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    opacity: 0.7 !important;
}

html body #booking-main-area .mobile-booking-owner-tab.is-selected {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #booking-main-area .mobile-booking-owner-tab.is-selected::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -1px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #050505 !important;
}

/* Customer rows. */
html body #booking-main-area .mobile-booking-owner-customers {
    display: grid !important;
    gap: 0 !important;
    margin-top: 6px !important;
}

html body #booking-main-area button.mobile-booking-owner-customer {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #booking-main-area button.mobile-booking-owner-customer + button.mobile-booking-owner-customer {
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

html body #booking-main-area .mobile-booking-owner-customer-avatar {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: #f2f2f4 !important;
    color: rgba(5, 5, 5, 0.55) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.55) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

html body #booking-main-area .mobile-booking-owner-customer-avatar.is-large {
    width: 54px !important;
    height: 54px !important;
    border-radius: 18px !important;
    font-size: 18px !important;
}

html body #booking-main-area .mobile-booking-owner-customer-copy {
    min-width: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-customer-copy strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body #booking-main-area .mobile-booking-owner-customer-mail {
    display: block !important;
    margin-top: 2px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body #booking-main-area .mobile-booking-owner-customer-copy small {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(5, 5, 5, 0.4) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.4) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

html body #booking-main-area .mobile-booking-owner-customer-spend {
    flex-shrink: 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

/* Customer profile sheet. */
html body .mobile-booking-customer-head {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 6px 0 20px !important;
}

html body .mobile-booking-customer-head strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

html body .mobile-booking-customer-head a,
html body .mobile-booking-customer-head span {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body .mobile-booking-customer-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 16px 0 !important;
    border-top: 1px solid rgba(5, 5, 5, 0.08) !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08) !important;
}

html body .mobile-booking-customer-stats strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 19px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

html body .mobile-booking-customer-stats span {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

html body .mobile-booking-customer-action {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    margin: 16px 0 !important;
    border-radius: 16px !important;
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* The customer profile sheet lives outside #booking-main-area, so the row and
   section styles scoped to that container never reached it. */
html body #mobile-booking-customer-profile .mobile-booking-customer-head {
    align-items: start !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-section-head {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 22px 0 10px !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-section-head span {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-section-head small {
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-timeline {
    display: grid !important;
    gap: 0 !important;
}

html body #mobile-booking-customer-profile button.mobile-booking-owner-timeline-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) auto 12px !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #mobile-booking-customer-profile button.mobile-booking-owner-timeline-row + button.mobile-booking-owner-timeline-row {
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-timeline-time strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-timeline-time small {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-timeline-copy {
    min-width: 0 !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-timeline-copy > strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-booking-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-top: 3px !important;
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-status {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-status.is-confirmed,
html body #mobile-booking-customer-profile .mobile-booking-owner-status.is-paid {
    color: #16a34a !important;
    -webkit-text-fill-color: #16a34a !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-status.is-pending {
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-row-arrow {
    color: rgba(5, 5, 5, 0.3) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.3) !important;
    font-size: 11px !important;
}

/* The sheet forces link colour to the text token, so the black CTA lost its
   white label. And the avatar needs to sit on the name, not float above it. */
html body #mobile-booking-customer-profile a.mobile-booking-customer-action,
html body #mobile-booking-customer-profile .mobile-booking-customer-action {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: #050505 !important;
    text-decoration: none !important;
}

html body #mobile-booking-customer-profile .mobile-booking-customer-head {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    align-items: center !important;
    padding-right: 46px !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-customer-avatar.is-large {
    width: 54px !important;
    height: 54px !important;
    align-self: center !important;
}

/* Tighter profile header: avatar centred on the two-line name block, and the
   stats/CTA closer together so history starts higher up the sheet. */
html body #mobile-booking-customer-profile .mobile-booking-customer-head {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 2px 0 16px !important;
    padding-right: 46px !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-customer-avatar.is-large {
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
    font-size: 15px !important;
}

html body #mobile-booking-customer-profile .mobile-booking-customer-head strong {
    font-size: 20px !important;
}

html body #mobile-booking-customer-profile .mobile-booking-customer-head a,
html body #mobile-booking-customer-profile .mobile-booking-customer-head span {
    margin-top: 2px !important;
    font-size: 12px !important;
}

html body #mobile-booking-customer-profile .mobile-booking-customer-stats {
    padding: 14px 0 !important;
}

html body #mobile-booking-customer-profile .mobile-booking-customer-action {
    min-height: 46px !important;
    margin: 14px 0 4px !important;
    font-size: 13px !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-section-head {
    margin: 18px 0 6px !important;
}

/* The avatar was overflowing the sheet's left padding — give the grid its own
   inset so the circle sits fully inside. */
html body #mobile-booking-customer-profile .mobile-booking-customer-head {
    padding-left: 2px !important;
}

html body #mobile-booking-customer-profile .mobile-booking-owner-customer-avatar.is-large {
    flex: 0 0 auto !important;
    justify-self: start !important;
    overflow: hidden !important;
}

/* owner-home-clean-20260810
   The black hero card read as a different UI bolted on top. Same information,
   as type on the page. */
html body #booking-main-area .mobile-booking-owner-home-hero {
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-head span {
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-title {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 29px !important;
    letter-spacing: -0.03em !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-sub {
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-badge.is-paid {
    background: transparent !important;
    color: #16a34a !important;
    -webkit-text-fill-color: #16a34a !important;
    padding: 0 !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-badge.is-unpaid {
    background: transparent !important;
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
    padding: 0 !important;
}

/* Primary action stays solid; the secondary is an outline, not a ghost on black. */
html body #booking-main-area .mobile-booking-owner-home-hero-actions button {
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .mobile-booking-owner-home-hero-actions button.is-ghost {
    background: transparent !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.16) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

/* Finished sessions in Today: still readable, clearly behind you. */
html body #booking-main-area button.mobile-booking-owner-timeline-row.is-done {
    opacity: 0.5 !important;
}

/* money-tighten-20260810 — the block was mostly air. */
html body #booking-main-area .mobile-booking-owner-money-head {
    margin: 18px 2px 8px !important;
}

html body #booking-main-area .mobile-booking-owner-money {
    padding: 16px !important;
    border-radius: 18px !important;
}

html body #booking-main-area .mobile-booking-owner-money-top strong {
    margin-top: 2px !important;
    font-size: 32px !important;
}

html body #booking-main-area .mobile-booking-owner-money-top strong em {
    font-size: 18px !important;
}

html body #booking-main-area .mobile-booking-owner-money-rule {
    margin: 13px 0 12px !important;
}

html body #booking-main-area .mobile-booking-owner-money-stats strong {
    font-size: 16px !important;
}

html body #booking-main-area .mobile-booking-owner-money-stats span {
    margin-top: 2px !important;
    font-size: 10.5px !important;
}

html body #booking-main-area .mobile-booking-owner-money-owed {
    margin-top: 11px !important;
    padding-top: 10px !important;
}

/* Sections were 30px apart; 22 reads as related without crowding. */
html body #booking-main-area .mobile-booking-owner-section {
    margin-top: 22px !important;
}

html body #booking-main-area .mobile-booking-owner-feed.is-command-feed {
    gap: 0 !important;
    padding: 4px 0 24px !important;
}
