/**
 * GP Calendar Override — Light Mode Palette A (Navy + Green + Orange)
 * Loads after base CSS — !important needed for specificity.
 *
 * Contrast ladder (darkest → lightest):
 *   P1 sidebar    #CED4DE  (anchor dark)
 *   P4 product    #CED4DE
 *   P3 booking    #E2E5EC
 *   Headers       #12356B  (navy — white text)
 *   Canvas        #E2E5EC
 *   P2 tee sheet  #E2E5EC  (main work area)
 */

/* =============================================
   LIGHT THEME OVERRIDES — Palette A
   Target: #ttbp_dashboard.ttbp-light
   ============================================= */

/* ── Main dashboard canvas ─────────────────────────────────────── */
#ttbp_dashboard.ttbp-light {
    background: #E2E5EC !important;
}

/* ── Left sidebar (P1) ─────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light #ttbp_p1 {
    background: #CED4DE !important;
    border-right: 2px solid #b0b8c8 !important;
}

/* ── Tee sheet area (P2) ───────────────────────────────────────── */
#ttbp_dashboard.ttbp-light #ttbp_p2 {
    background: #E2E5EC !important;
}

/* ── Right product panel (P4) ──────────────────────────────────── */
#ttbp_dashboard.ttbp-light #ttbp_p4 {
    background: #CED4DE !important;
    border-left: 2px solid #b0b8c8 !important;
}

/* ── Sheet header bar — navy with white text ───────────────────── */
#ttbp_dashboard.ttbp-light .sheet-header {
    background: #12356B !important;
    border-bottom: 2px solid #0d2555 !important;
    color: #ffffff !important;
}

/* ── Filter bar ────────────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .sheet-filters {
    background: #CED4DE !important;
    border-bottom: 1px solid #b0b8c8 !important;
}

/* ── Filter bar controls ───────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .sheet-filters select,
#ttbp_dashboard.ttbp-light .sheet-filters button {
    background: #E2E5EC !important;
    color: #12356B !important;
    border: 1px solid #9aa4b4 !important;
}

/* ── Weather widget ────────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .weather-box {
    background: #E2E5EC !important;
    color: #12356B !important;
}

/* ── Weather forecast items ────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .weather-day {
    background: #CED4DE !important;
    color: #12356B !important;
}
#ttbp_dashboard.ttbp-light .weather-detail-item {
    color: #12356B !important;
}

/* ── Row hover ─────────────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .ts-row:hover {
    background: #d5dae4 !important;
}

/* ── Booking order bar ─────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .bk-order-bar {
    background: #CED4DE !important;
    color: #12356B !important;
}

/* ── Summary bar ───────────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .bk-summary-bar {
    background: #CED4DE !important;
    border-left: 2px solid #b0b8c8 !important;
    color: #12356B !important;
}

/* ── P4 total bar ──────────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light #p4-total-bar {
    background: #CED4DE !important;
    border-left: 2px solid #b0b8c8 !important;
}

/* ── Booking panel (P3) ───────────────────────────────────────── */
#ttbp_dashboard.ttbp-light #ttbp_p3 {
    background: #E2E5EC !important;
    border-left: 2px solid #b0b8c8 !important;
}

/* ── Booking header bar — navy with white text ─────────────────── */
#ttbp_dashboard.ttbp-light .bk-header {
    background: #12356B !important;
    color: #ffffff !important;
}

/* ── Stat rows border ──────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .stat-row {
    border-color: #b0b8c8 !important;
    color: #12356B !important;
}

/* =============================================
   LIGHT THEME — Additional Elements
   ============================================= */

/* ── Time column text ──────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .ts-time {
    color: #12356B !important;
    font-weight: 700 !important;
}

/* ── Closed block rows — orange accent ─────────────────────────── */
#ttbp_dashboard.ttbp-light .closed-block-bar {
    background: #fff0e6 !important;
    border-left: 4px solid #DD6832 !important;
    color: #8a2400 !important;
}

/* ── Add booking link ──────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .ts-row .add-booking-link,
#ttbp_dashboard.ttbp-light .ts-row .add-bk-btn {
    color: #12356B !important;
}

/* ── Date strip pills ──────────────────────────────────────────── */
#ttbp_dashboard.ttbp-light .date-nav button {
    color: #12356B !important;
    border-color: #9aa4b4 !important;
}

#ttbp_dashboard.ttbp-light .date-nav button.active,
#ttbp_dashboard.ttbp-light .date-nav button.today {
    background: #367A25 !important;
    color: #ffffff !important;
    border-color: #367A25 !important;
}
