.stachesepl-toast{background:var(--stachesepl-toast-bg) !important;color:var(--stachesepl-toast-color) !important;padding:14px 20px !important;border-radius:12px !important;font-size:14px !important;font-weight:500 !important;box-shadow:var(--stachesepl-toast-shadow) !important;border:1px solid var(--stachesepl-toast-border-color) !important}
.stachesepl-admin-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--stachesepl-space-2);min-height:var(--stachesepl-control-height);padding:0 var(--stachesepl-space-4);border:1px solid rgba(0,0,0,0);border-radius:var(--stachesepl-radius-full);font-family:var(--stachesepl-font-sans);font-size:var(--stachesepl-text-sm);font-weight:500;line-height:1;cursor:pointer;user-select:none;box-sizing:border-box;transition:background-color var(--stachesepl-transition-fast),border-color var(--stachesepl-transition-fast),box-shadow var(--stachesepl-transition-fast),color var(--stachesepl-transition-fast)}.stachesepl-admin-button:focus{outline:none}.stachesepl-admin-button:focus-visible{box-shadow:var(--stachesepl-shadow-focus)}.stachesepl-admin-button--primary{background-color:var(--stachesepl-primary);color:var(--stachesepl-text-inverse);border-color:rgba(0,0,0,0)}.stachesepl-admin-button--primary:hover{background-color:var(--stachesepl-primary-hover);color:var(--stachesepl-text-inverse)}.stachesepl-admin-button--secondary{background-color:var(--stachesepl-bg-card);color:var(--stachesepl-text-primary);border-color:var(--stachesepl-border-strong);border-radius:var(--stachesepl-radius-sm)}.stachesepl-admin-button--secondary:hover{background-color:var(--stachesepl-bg-muted);border-color:var(--stachesepl-border-strong);color:var(--stachesepl-text-primary)}.stachesepl-admin-button.stachesepl-admin-button-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}
.stachesepl-admin-container{padding:var(--stachesepl-space-5) var(--stachesepl-space-6);box-sizing:border-box;font-family:var(--stachesepl-font-sans)}.stachesepl-admin-container .stachesepl-admin-container-label{margin:0 !important;font-size:15px;font-weight:600;color:var(--stachesepl-text-primary);line-height:1.3}.stachesepl-admin-container .stachesepl-admin-container-description{margin:var(--stachesepl-space-2) 0 0 !important;padding:0 !important;font-size:var(--stachesepl-text-sm);color:var(--stachesepl-text-secondary);line-height:1.5}
.stachesepl-empty-state{padding:var(--stachesepl-space-6);text-align:center;color:var(--stachesepl-text-secondary);background:var(--stachesepl-bg-muted);border:1px dashed var(--stachesepl-border-strong);border-radius:var(--stachesepl-radius-md);font-size:var(--stachesepl-text-sm);margin:var(--stachesepl-space-5) auto var(--stachesepl-space-4);line-height:1.5}@media(max-width: 782px){.stachesepl-empty-state{padding:var(--stachesepl-space-4)}}
.stachesepl-note{margin:var(--stachesepl-space-4) 0;padding:var(--stachesepl-space-3) var(--stachesepl-space-4);background-color:var(--stachesepl-bg-muted);border-radius:var(--stachesepl-radius-sm);border:1px solid var(--stachesepl-border);font-size:var(--stachesepl-text-sm);color:var(--stachesepl-text-secondary);line-height:1.5}.stachesepl-note p{margin:0;font-size:inherit;color:inherit}
.stachesepl-cutoff-time .stachesepl-cutoff-time-inputs{display:flex;align-items:center;gap:var(--stachesepl-space-3);flex-wrap:wrap;margin-top:10px}.stachesepl-cutoff-time .stachesepl-cutoff-time-field{display:flex;align-items:center;gap:var(--stachesepl-space-2)}.stachesepl-cutoff-time .stachesepl-cutoff-time-field input{width:100%;height:var(--stachesepl-control-height);min-height:var(--stachesepl-control-height);padding:0 var(--stachesepl-space-3);border:1px solid var(--stachesepl-border-strong);border-radius:var(--stachesepl-radius-sm);font-family:var(--stachesepl-font-sans);font-size:var(--stachesepl-text-sm);line-height:1;background:var(--stachesepl-bg-card);color:var(--stachesepl-text-primary);box-sizing:border-box;box-shadow:none;width:80px !important;text-align:center}.stachesepl-cutoff-time .stachesepl-cutoff-time-field input::placeholder{color:var(--stachesepl-text-muted)}.stachesepl-cutoff-time .stachesepl-cutoff-time-field input:focus{outline:none;border-color:var(--stachesepl-border-focus);box-shadow:var(--stachesepl-shadow-focus)}.stachesepl-cutoff-time .stachesepl-cutoff-time-field .stachesepl-cutoff-time-unit{font-size:var(--stachesepl-text-sm);color:var(--stachesepl-text-secondary)}@media(max-width: 782px){.stachesepl-cutoff-time .stachesepl-cutoff-time-inputs{gap:var(--stachesepl-space-2)}.stachesepl-cutoff-time .stachesepl-cutoff-time-field{flex:1;min-width:100%}.stachesepl-cutoff-time .stachesepl-cutoff-time-field input{width:100% !important}}
.stachesepl-seat-planner-dates-stop{overflow:hidden}.stachesepl-seat-planner-dates{overflow:hidden}
:root{--stachesepl-primary: #6366f1;--stachesepl-primary-hover: #4f46e5;--stachesepl-primary-light: #eef2ff;--stachesepl-primary-dark: #4338ca;--stachesepl-gray-50: #f7f7f7;--stachesepl-gray-100: #f7f7f7;--stachesepl-gray-200: #ebebeb;--stachesepl-gray-300: #dddddd;--stachesepl-gray-400: #b0b0b0;--stachesepl-gray-500: #717171;--stachesepl-gray-600: #717171;--stachesepl-gray-700: #222222;--stachesepl-gray-800: #222222;--stachesepl-gray-900: #000000;--stachesepl-success: #00aa6c;--stachesepl-success-light: #e8f5f4;--stachesepl-warning: #bc6b2f;--stachesepl-warning-light: #fff4e5;--stachesepl-error: #ff3e61;--stachesepl-error-light: #fff0f0;--stachesepl-info: #3b82f6;--stachesepl-info-light: #dbeafe;--stachesepl-bg-page: #f7f7f7;--stachesepl-bg-card: #ffffff;--stachesepl-bg-elevated: #ffffff;--stachesepl-bg-muted: #ebebeb;--stachesepl-bg-subtle: #f7f7f7;--stachesepl-bg-inset: #f4f4f5;--stachesepl-border: #ebebeb;--stachesepl-border-light: #f7f7f7;--stachesepl-border-strong: #dddddd;--stachesepl-border-focus: var(--stachesepl-primary);--stachesepl-text-primary: #222222;--stachesepl-text-secondary: #717171;--stachesepl-text-muted: #b0b0b0;--stachesepl-text-inverse: #ffffff;--stachesepl-shadow-xs: none;--stachesepl-shadow-sm: none;--stachesepl-shadow-md: 0 2px 8px rgba(0, 0, 0, 0.04);--stachesepl-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);--stachesepl-shadow-hover: 0 2px 8px rgba(0, 0, 0, 0.04);--stachesepl-shadow-focus: 0 0 0 3px rgb(99 102 241 / 0.18);--stachesepl-radius-sm: 8px;--stachesepl-radius-md: 12px;--stachesepl-radius-lg: 16px;--stachesepl-radius-xl: 24px;--stachesepl-radius-full: 9999px;--stachesepl-space-1: 4px;--stachesepl-space-2: 8px;--stachesepl-space-3: 12px;--stachesepl-space-4: 16px;--stachesepl-space-5: 20px;--stachesepl-space-6: 24px;--stachesepl-space-8: 32px;--stachesepl-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--stachesepl-text-xs: 0.75rem;--stachesepl-text-sm: 0.875rem;--stachesepl-text-base: 1rem;--stachesepl-control-height: 40px;--stachesepl-transition-fast: 200ms ease;--stachesepl-toast-bg: linear-gradient(135deg, #27272a 0%, #18181b 100%);--stachesepl-toast-color: #fafafa;--stachesepl-toast-border-color: rgba(255, 255, 255, 0.1);--stachesepl-toast-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3)}.st_seat_planner_dates_options a:before{content:"" !important;color:var(--stachesepl-primary) !important}
