:root {
  --onespot-picker-surface: var(--surface, #fff);
  --onespot-picker-border: var(--border, #dfe6e1);
  --onespot-picker-active: var(--brand, #07863b);
  --onespot-picker-text: var(--text-primary, #101828);
  --onespot-picker-muted: var(--text-secondary, #667085);
  --onespot-picker-hover: var(--brand-soft, #eaf7ee);
  --onespot-picker-shadow: 0 10px 28px rgba(16, 24, 40, .12);
}
.onespot-picker-input { width: 100%; min-width: 0; min-height: 40px; box-sizing: border-box; border: 1px solid var(--onespot-picker-border) !important; border-radius: 8px !important; color: var(--onespot-picker-text) !important; background-color: var(--onespot-picker-surface) !important; padding: 0 12px !important; font: inherit; cursor: text; }
.onespot-picker-input:focus, .onespot-picker-input[aria-expanded="true"] { border-color: var(--onespot-picker-active) !important; box-shadow: 0 0 0 3px rgba(7, 134, 59, .13) !important; outline: 0; }
.onespot-picker-portal { position: fixed; z-index: 2140; display: none; max-height: calc(100vh - 16px); color: var(--onespot-picker-text); font-family: inherit; }
.onespot-picker-portal.is-open { display: block; }
.onespot-picker-surface { max-height: inherit; overflow: hidden auto; overscroll-behavior: contain; border: 1px solid var(--onespot-picker-border); border-radius: 9px; background: var(--onespot-picker-surface); box-shadow: var(--onespot-picker-shadow); }
.onespot-picker-header { display: grid; grid-template-columns: 34px minmax(0, 1fr) 34px; align-items: center; gap: 4px; padding: 12px 12px 7px; }
.onespot-picker-month { min-height: 34px; border: 0; color: var(--onespot-picker-text); background: transparent; font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.onespot-picker-button { min-height: 32px; border: 0; color: var(--onespot-picker-text); background: transparent; font: inherit; font-weight: 750; cursor: pointer; }
.onespot-picker-button:hover, .onespot-picker-button:focus-visible, .onespot-month-option:hover, .onespot-month-option:focus-visible, .onespot-calendar-day:hover:not(:disabled), .onespot-calendar-day:focus-visible { background: var(--onespot-picker-hover); outline: 0; }
.onespot-picker-button.icon-button { display: grid; width: 32px; padding: 0; place-items: center; border: 1px solid transparent; border-radius: 6px; font-size: 22px; line-height: 1; }
.onespot-calendar { padding: 0 12px 5px; }
.onespot-calendar-weekdays, .onespot-calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.onespot-calendar-weekdays { margin-bottom: 3px; color: var(--onespot-picker-muted); font-size: 10px; font-weight: 800; text-align: center; }
.onespot-calendar-weekdays span { min-height: 26px; display: grid; place-items: center; }
.onespot-calendar-day { min-width: 0; min-height: 36px; border: 1px solid transparent; border-radius: 50%; color: var(--onespot-picker-text); background: transparent; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.onespot-calendar-day.is-adjacent { color: #a4afb0; }
.onespot-calendar-day.is-today { border-color: var(--onespot-picker-active); color: #087a35; }
.onespot-calendar-day.is-selected { border-color: var(--onespot-picker-active); color: #fff; background: var(--onespot-picker-active); }
.onespot-calendar-day.is-in-range { border-radius: 5px; color: #087a35; background: #eaf7ee; }
.onespot-calendar-day.is-disabled { color: #cbd5d1; cursor: not-allowed; }
.onespot-calendar-day.is-focused { outline: 2px solid rgba(7, 134, 59, .35); outline-offset: 1px; }
.onespot-picker-footer { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 7px 12px; border-top: 1px solid #edf1ef; }
.onespot-picker-footer > span { display: inline-flex; gap: 6px; }
.onespot-picker-button.text-button { padding: 0 4px; color: #087a35; }
.onespot-picker-button.apply-button { padding: 0 12px; border: 1px solid #07863b; border-radius: 6px; color: #fff; background: #07863b; }
.onespot-month-year { padding: 0 12px 8px; }
.onespot-month-year select { width: 100%; min-height: 38px; margin: 0 0 9px; border: 1px solid var(--onespot-picker-border); border-radius: 6px; padding: 0 9px; color: var(--onespot-picker-text); background: #fff; font: inherit; }
.onespot-month-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.onespot-month-option { min-height: 36px; border: 1px solid transparent; border-radius: 6px; color: var(--onespot-picker-text); background: #fff; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.onespot-month-option.is-selected { border-color: #07863b; color: #087a35; background: #eaf7ee; }
.onespot-time-picker { padding: 18px 16px 14px; }
.onespot-time-title { display: block; margin-bottom: 14px; color: #172033; font-size: 14px; font-weight: 850; }
.onespot-time-controls { display: grid; grid-template-columns: minmax(88px, 1fr) 10px minmax(88px, 1fr) minmax(86px, 1fr); align-items: end; gap: 8px; }
.onespot-time-unit { display: grid; gap: 6px; color: var(--onespot-picker-muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.onespot-time-stepper { display: grid; grid-template-columns: 30px minmax(34px, 1fr) 30px; min-height: 42px; overflow: hidden; border: 1px solid #cddbd3; border-radius: 7px; background: #fff; }
.onespot-time-stepper button { border: 0; color: #087a35; background: #f4fbf6; font: inherit; font-size: 17px; font-weight: 800; cursor: pointer; }
.onespot-time-stepper button:hover, .onespot-time-stepper button:focus-visible { color: #fff; background: #07863b; outline: 0; }
.onespot-time-stepper strong { display: grid; min-width: 0; place-items: center; border-inline: 1px solid #e2ebe5; color: #075f2b; background: #fff; font-size: 13px; font-weight: 900; }
.onespot-time-colon { padding-bottom: 11px; color: #087a35; font-size: 16px; font-weight: 900; text-align: center; }
.onespot-period-control { display: grid; grid-template-columns: 1fr 1fr; min-height: 42px; overflow: hidden; border: 1px solid #cddbd3; border-radius: 7px; background: #fff; }
.onespot-period-control button { border: 0; color: #536273; background: #fff; font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; }
.onespot-period-control button:hover, .onespot-period-control button:focus-visible { color: #087a35; background: #eaf7ee; outline: 0; }
.onespot-period-control button.is-selected { color: #fff; background: #07863b; box-shadow: inset 0 0 0 1px #066f31; }
@media (max-width: 480px) { .onespot-picker-portal { width: calc(100vw - 16px) !important; } .onespot-time-controls { grid-template-columns: minmax(78px, 1fr) 8px minmax(78px, 1fr); } .onespot-period-control { grid-column: 1 / -1; } }
@media (prefers-reduced-motion: reduce) { .onespot-picker-portal, .onespot-picker-input { transition: none !important; } }
