.fc-booking-pill{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 18px;margin:6px 8px 6px 0;border:1px solid #dbe1e6;border-radius:999px;background:#fff;color:#102947;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer}
.fc-booking-pill:hover{border-color:#0f2a47}
.fc-booking-submit{background:#0f2a47;border-color:#0f2a47;color:#fff}
.fc-booking-decline{color:#a32d2d;border-color:#f0c9c9}

.fc-booking-form{max-width:520px;margin:10px 0 20px;padding:18px;border:1px solid #e2e8e5;border-radius:14px;background:#fbfdfc}
.fc-booking-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#33414d;margin-bottom:14px}
.fc-booking-form input,.fc-booking-form select,.fc-booking-form textarea{height:42px;padding:0 12px;border:1px solid #dbe1e6;border-radius:8px;font-size:14px;font-weight:400}
.fc-booking-form textarea{height:auto;padding:10px 12px}
.fc-booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
@media(max-width:520px){.fc-booking-grid{grid-template-columns:1fr}}

.fc-msg{padding:10px 12px;border-radius:8px;background:#eef6f1;color:#0a7d59;font-size:14px;margin-bottom:12px}
.fc-msg.is-error{background:#fdecec;color:#a32d2d}

.fc-booking-list{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}
.fc-booking-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e2e8e5;border-radius:12px;padding:14px 16px}
.fc-booking-row strong{font-size:14px;color:#102947}
.fc-booking-row p{margin:2px 0 0;font-size:13px;color:#5b6b7a}
.fc-booking-note{font-style:italic}
.fc-booking-type{display:inline-block;margin-left:6px;padding:2px 8px;border-radius:999px;background:#f1f6f2;color:#0a7d59;font-size:11px;font-weight:700;vertical-align:middle}
.fc-booking-actions{display:flex;flex:none;gap:8px}
.fc-booking-actions .fc-booking-pill{height:38px;margin:0;padding:0 14px}

.fc-booking-status{flex:none;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;background:#f1f6f2;color:#0a7d59}
.fc-booking-status-declined{background:#fdecec;color:#a32d2d}
.fc-booking-status-pending{background:#fdf6e3;color:#8a6d1c}
.fc-booking-status-payment-review{background:#eaf2fb;color:#1e5fa8}

/* ---------------------------------------------------------- dashboard: next-game hero */
.fc-next-game{margin:0 0 24px;padding:20px;border-radius:16px;background:#0f2a47;color:#fff}
.fc-next-game-label{margin:0 0 12px;font-size:11px;font-weight:800;letter-spacing:.1em;color:#8fd6b0}
.fc-next-game-row{display:flex;align-items:center;gap:14px}
.fc-next-game-date{flex:none;width:50px;text-align:center}
.fc-next-game-date span{display:block;font-size:11px;font-weight:800;letter-spacing:.05em;color:#c7d4e0}
.fc-next-game-date strong{display:block;font-size:26px;line-height:1.1}
.fc-next-game-body{flex:1;min-width:0}
.fc-next-game-body strong{display:block;font-size:16px}
.fc-next-game-body p{margin:2px 0 0;font-size:13px;color:#c7d4e0}
.fc-next-game-pill{flex:none;padding:5px 12px;border-radius:999px;background:rgba(255,255,255,.14);font-size:12px;font-weight:700}
.fc-next-game-actions{display:flex;gap:10px;margin-top:16px}
.fc-next-game-btn{flex:1;display:flex;align-items:center;justify-content:center;height:42px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:700;text-align:center}
.fc-next-game-btn-primary{background:#e6ef00;color:#0f2a47}
.fc-next-game-btn:not(.fc-next-game-btn-primary){border:1px solid rgba(255,255,255,.35);color:#fff}
@media(max-width:420px){.fc-next-game-row{flex-wrap:wrap}.fc-next-game-pill{margin-left:64px}}

/* ---------------------------------------------------------- dashboard: My bookings tabs */
.fc-tabs-row{display:flex;gap:8px;margin-bottom:14px}
.fc-tab-btn{flex:1;height:38px;border:1px solid #e2e8e5;border-radius:10px;background:#fff;color:#5b6b7a;font-size:13px;font-weight:700;cursor:pointer}
.fc-tab-btn.active{background:#0f2a47;border-color:#0f2a47;color:#fff}

/* My schedule (dashboard agenda) */
.fc-schedule{margin-bottom:8px}
.fc-schedule-date{margin:16px 0 6px;font-size:13px;font-weight:800;color:#102947}
.fc-schedule-date:first-child{margin-top:0}
.fc-schedule-day{display:flex;flex-direction:column;gap:6px}
.fc-schedule-row{display:flex;align-items:center;gap:10px;border:1px solid #e2e8e5;border-radius:10px;padding:10px 14px;font-size:13px}
.fc-schedule-row strong{color:#0a7d59;min-width:56px}
.fc-schedule-row span{color:#33414d}

/* Calendar widget: day tabs + (courts × hours) grid */
.fc-cal-widget{max-width:640px;margin:14px 0 20px;border:1px solid #e2e8e5;border-radius:16px;padding:16px;background:#fbfdfc}
.fc-cal-loading{padding:20px;text-align:center;color:#8a97a2;font-size:13px}

.fc-cal-days{display:flex;gap:6px;overflow-x:auto;margin-bottom:12px;-webkit-overflow-scrolling:touch}
.fc-cal-day-tab{flex:0 0 56px;display:flex;flex-direction:column;align-items:center;gap:2px;height:56px;border:1px solid #e2e8e5;border-radius:12px;background:#fff;cursor:pointer;font-size:11px;color:#5b6b7a;padding:0;text-decoration:none}
.fc-cal-day-tab strong{font-size:16px;color:#102947;font-weight:800}
.fc-cal-day-tab.is-active{background:#0f2a47;border-color:#0f2a47;color:#cfd8e3}
.fc-cal-day-tab.is-active strong{color:#fff}
.fc-cal-day-tab--date{flex:0 0 56px;justify-content:center;position:relative}
.fc-cal-day-tab--date input{position:absolute;inset:0;opacity:0;cursor:pointer}

.fc-cal-grid-head{display:grid;gap:4px;margin-bottom:4px}
.fc-cal-grid-head span{text-align:center;font-size:12px;font-weight:700;color:#5b6b7a;padding:4px 0}

.fc-cal-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}
.fc-cal-grid{display:grid;gap:4px;align-items:center}
.fc-cal-hour-label{font-size:12px;font-weight:700;color:#5b6b7a;padding-right:6px;text-align:right}
.fc-cal-slot{height:34px;border:1px solid rgba(230,239,0,.55);border-radius:8px;background:rgba(230,239,0,.16);font-size:11px;font-weight:700;color:#5c6b12;cursor:pointer;transition:background .15s ease,border-color .15s ease}
.fc-cal-slot:hover{background:rgba(230,239,0,.32);border-color:rgba(230,239,0,.9)}
.fc-cal-slot.is-unavailable{background:#f5f7fa;border-color:#eceff2;color:#c3ccd3;cursor:not-allowed}
.fc-cal-slot.is-booked{background:#fdecec;border-color:#f0c9c9;color:#a32d2d;cursor:not-allowed}
.fc-cal-slot.is-selected{background:#0f2a47;border-color:#0f2a47;color:#fff}

/* Single court or coach: full week, hours listed under each day (no day-tab clicking needed) */
.fc-cal-widget-single .fc-cal-days{display:none}
.fc-cal-widget-single .fc-cal-scroll{overflow:visible}
.fc-cal-week-day{margin-bottom:18px}
.fc-cal-week-day:last-child{margin-bottom:0}
.fc-cal-week-day-label{margin:0 0 8px;font-size:13px;font-weight:800;color:#102947}
.fc-cal-week-slots{display:flex;flex-wrap:wrap;gap:8px}
.fc-week-slot{flex:0 0 auto;height:36px;padding:0 12px;border:1px solid rgba(230,239,0,.55);border-radius:8px;background:rgba(230,239,0,.16);font-size:12px;font-weight:700;color:#5c6b12;cursor:pointer;transition:background .15s ease,border-color .15s ease}
.fc-week-slot:hover{background:rgba(230,239,0,.32);border-color:rgba(230,239,0,.9)}
.fc-week-slot.is-unavailable{background:#f5f7fa;border-color:#eceff2;color:#c3ccd3;cursor:not-allowed}
.fc-week-slot.is-booked{background:#fdecec;border-color:#f0c9c9;color:#a32d2d;cursor:not-allowed}
.fc-week-slot.is-selected{background:#0f2a47;border-color:#0f2a47;color:#fff}

.fc-cal-hint{margin:10px 0 0;font-size:12px;color:#8a97a2}
.fc-cal-selected{margin:0 0 12px;font-size:13px;font-weight:700;color:#0a7d59}
.fc-step-label{margin:0 0 4px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#8a97a2}

/* Payment panel (Wave 1) */
.fc-payment-panel{margin-top:10px}
.fc-payment-countdown{margin:0 0 12px;padding:8px 12px;border-radius:8px;background:#fdf6e3;color:#8a6d1c;font-size:13px;font-weight:700;text-align:center}
.fc-gcash-box{margin:0 0 16px;padding:14px;border:1px solid #e2e8e5;border-radius:12px;text-align:center}
.fc-gcash-box img{max-width:140px;margin:0 auto 10px;display:block}
.fc-gcash-box p{margin:2px 0}
.fc-gcash-number{font-size:16px;font-weight:800;color:#102947}

/* Owner calendar */
.fc-cal-owner-switch{margin:0 0 10px}
.fc-cal-owner-switch select{height:38px;border-radius:8px;border:1px solid #dbe1e6;padding:0 10px;font-size:14px}
.fc-cal-listing-title{margin:20px 0 8px;font-size:15px;font-weight:800;color:#102947}
.fc-cal-listing-title:first-of-type{margin-top:4px}
.fc-cal-legend{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;margin:10px 0;font-size:12px;color:#5b6b7a}
.fc-cal-legend span[class^="fc-legend-"]{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:2px;vertical-align:-1px}
.fc-legend-open{border:1px solid rgba(230,239,0,.7);background:rgba(230,239,0,.2)}
.fc-legend-confirmed{background:#dbe6f5}
.fc-legend-review{background:#fdf0c8}
.fc-legend-hold{background:#f1f1ea}
.fc-legend-blocked{background:#e2e2e2}
.fc-cal-cell{display:flex;align-items:center;justify-content:center;height:34px;border-radius:6px;font-size:10px;font-weight:700;text-decoration:none;text-align:center;line-height:1.2;padding:2px}
.fc-cell-open{border:1px solid rgba(230,239,0,.55);background:rgba(230,239,0,.16);cursor:pointer;transition:background .15s ease}
.fc-cell-open:hover{background:rgba(230,239,0,.32)}
.fc-cell-confirmed{background:#dbe6f5;color:#1d4d8f}
.fc-cell-review{background:#fdf0c8;color:#8a6d1c}
.fc-cell-hold{background:#f1f1ea;color:#8a8a80}
.fc-cell-blocked{background:#e2e2e2;color:#5f5f5a;cursor:pointer}
.fc-cell-pending{background:#fdf0c8;color:#8a6d1c}

.fc-manual-booking{margin:16px 0 0;border:1px solid #e2e8e5;border-radius:14px;padding:14px 16px;background:#fbfdfc}
.fc-manual-booking summary{cursor:pointer;font-weight:700;color:#102947;font-size:14px}
.fc-manual-booking form{margin-top:14px}
.fc-manual-booking label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#33414d;margin-bottom:12px}
.fc-manual-booking input,.fc-manual-booking select,.fc-manual-booking textarea{height:40px;padding:0 12px;border:1px solid #dbe1e6;border-radius:8px;font-size:14px;font-weight:400}
.fc-manual-booking textarea{height:auto;padding:8px 12px}

/* ---------------------------------------------------------- Bookings page: Court Manager */
.fc-cm-eyebrow{margin:0 0 6px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0a7d59}
.fc-venue-title{margin:0 0 14px;font-size:19px;color:#102947}
.fc-venue-switcher{margin:0 0 14px}
.fc-venue-switcher select{width:100%;height:46px;padding:0 12px;border:1px solid #dbe1e6;border-radius:10px;font-size:15px;font-weight:700;color:#102947}

.fc-cm-tabs{margin-bottom:18px}
.fc-cm-tabs .fc-tab-btn{text-decoration:none;display:flex;align-items:center;justify-content:center}
.fc-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;margin-left:4px;padding:0 4px;border-radius:999px;background:#e6ef00;color:#0f2a47;font-size:10px;font-weight:800}
.fc-cm-tabs .fc-tab-btn.active .fc-tab-badge{background:#fff;color:#0f2a47}

.fc-cal-view-toggle{display:inline-flex;margin:0 0 16px;border:1px solid #e2e8e5;border-radius:10px;overflow:hidden}
.fc-view-btn{padding:8px 16px;font-size:13px;font-weight:700;color:#5b6b7a;text-decoration:none}
.fc-view-btn.active{background:#0f2a47;color:#fff}
.fc-court-switch{display:flex;gap:8px;margin:0 0 14px}
.fc-court-switch .fc-view-btn{border:1px solid #e2e8e5;border-radius:8px}
.fc-court-switch .fc-view-btn.active{border-color:#0f2a47}

.fc-cm-summary-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
@media(max-width:520px){.fc-cm-summary-row{grid-template-columns:1fr}}
.fc-cm-summary-card{border:1px solid #e2e8e5;border-radius:14px;padding:14px 16px}
.fc-cm-summary-title{margin:0 0 10px;font-size:13px;font-weight:800;color:#102947}
.fc-cm-summary-stats{display:flex;gap:16px}
.fc-cm-summary-stats div{text-align:center}
.fc-cm-summary-stats strong{display:block;font-size:20px;color:#102947}
.fc-cm-summary-stats span{display:block;margin-top:2px;font-size:11px;color:#8a97a2;font-weight:700}
.fc-cm-nextup{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:13px;color:#33414d}
.fc-cm-nextup-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px;background:#dbe1e6}
.fc-cm-nextup-dot-accepted{background:#0a7d59}
.fc-cm-nextup-dot-pending{background:#c98a0f}
.fc-cm-nextup-empty{margin:0;font-size:13px;color:#8a97a2}

.fc-week-nav{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.fc-week-nav strong{flex:1;font-size:14px;color:#102947}
.fc-week-nav-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #dbe1e6;border-radius:8px;text-decoration:none;color:#102947;font-weight:700}
.fc-week-nav-today{padding:0 12px;height:32px;display:flex;align-items:center;border:1px solid #dbe1e6;border-radius:8px;text-decoration:none;color:#102947;font-size:13px;font-weight:700}

.fc-week-grid-scroll{overflow-x:auto;margin-bottom:6px}
.fc-week-grid-table{border-collapse:collapse;width:100%;min-width:640px}
.fc-week-grid-table th,.fc-week-grid-table td{border:1px solid #eef1f0;padding:0;text-align:center}
.fc-week-grid-table thead th{padding:8px 4px;font-size:11px;font-weight:800;color:#5b6b7a;background:#fbfdfc}
.fc-week-grid-table thead th span{display:block;font-size:14px;color:#102947;margin-top:2px}
.fc-week-grid-table thead th.is-today{background:#0f2a47;color:#c7d4e0}
.fc-week-grid-table thead th.is-today span{color:#fff}
.fc-week-hour{width:64px;padding:4px!important;font-size:10px;font-weight:700;color:#8a97a2;white-space:nowrap}
.fc-week-cell{display:flex;align-items:center;justify-content:center;height:32px;width:100%;font-size:9px;font-weight:700;line-height:1.15;text-decoration:none;padding:2px}
.fc-legend-pending-dot{background:#fdf0c8}

.fc-cm-nextup-dot-declined{background:#dbe1e6}

/* .fc-section-label was used across the plugin (Calendar, My bookings,
   Payments to verify, Booking requests, This week) with no matching rule —
   rendering as plain unstyled text this whole time. Matches the weight of
   .fc-cm-eyebrow's uppercase treatment but in navy, since these function as
   full section dividers rather than a small overline above a page title. */
.fc-section-label{margin:0 0 12px;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#102947}

/* No shared input style existed anywhere in this file — some forms (like
   "Propose a time") used completely bare, browser-default inputs, while
   others had one-off inline styles. One real class, applied everywhere,
   instead of picking a side. */
.fc-field{height:40px;padding:0 12px;border:1px solid #dbe1e6;border-radius:8px;font-size:14px;color:#102947;font-family:inherit;box-sizing:border-box}
.fc-field:focus{outline:none;border-color:#0f2a47}
textarea.fc-field{height:auto;padding:10px 12px;resize:vertical;width:100%}
label.fc-field-label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:700;color:#5b6b7a;margin-bottom:4px}
