*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background:#f5f6f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}a{color:#2563eb;text-decoration:none}#root{min-height:100vh}.tabs{border-bottom:2px solid #e5e7eb;gap:0;margin-bottom:24px;padding:0 24px;display:flex}.tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:10px 24px;font-size:15px;font-weight:500;transition:color .15s,border-color .15s}.tab:hover{color:#2563eb}.tab.active{color:#2563eb;border-bottom-color:#2563eb}.tab-content{padding:20px 24px 0}.tab-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.spinner{justify-content:center;padding:40px 0;display:flex}.spinner:after{content:"";border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:32px;height:32px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.btn:hover{background:#f9fafb;border-color:#9ca3af}.btn:active{background:#f3f4f6}.btn-primary{color:#fff;background:#2563eb;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.btn-danger{color:#dc2626;border-color:#fca5a5}.btn-danger:hover{background:#fef2f2;border-color:#dc2626}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:20px;box-shadow:0 1px 2px #0000000a}.card h3{color:#111827;margin-bottom:16px;font-size:16px;font-weight:600}.form-group{margin-bottom:12px}.form-group label{color:#4b5563;margin-bottom:4px;font-size:13px;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:8px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.form-group textarea{resize:vertical;min-height:60px}.data-table{border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;font-size:14px;overflow:hidden}.data-table thead{background:#f9fafb}.data-table th{text-align:left;color:#4b5563;white-space:nowrap;border-bottom:2px solid #e5e7eb;padding:10px 12px;font-weight:600}.data-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:10px 12px}.data-table tbody tr:hover{background:#f9fafb}.data-table tbody tr:last-child td{border-bottom:none}.empty-row{text-align:center;color:#9ca3af;padding:24px!important}.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:16px;padding:12px 16px;font-size:14px}.loading{text-align:center;color:#6b7280;padding:24px;font-size:14px}.modal-overlay{z-index:1000;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:12px;width:90%;max-width:420px;padding:28px;box-shadow:0 8px 32px #00000026}.modal-card h3{color:#111827;margin-bottom:16px;font-size:18px;font-weight:600}.auth-overlay{background:#f5f6f8;justify-content:center;align-items:center;min-height:100vh;display:flex}.app-layout{background:#f5f6f8;min-height:100vh}.app-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 32px;display:flex}.app-header h1{color:#2563eb;letter-spacing:-.5px;font-size:20px;font-weight:700}.app-header nav{align-items:center;gap:20px;font-size:14px;display:flex}.app-header nav a{color:#4b5563;font-weight:500;text-decoration:none;transition:color .15s}.app-header nav a:hover{color:#2563eb}.nav-user{color:#6b7280;font-size:13px;font-weight:500}.nav-logout{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:6px;padding:6px 14px;font-size:13px;transition:background .15s}.nav-logout:hover{color:#dc2626;background:#f3f4f6;border-color:#dc2626}.auth-page{background:#f5f6f8;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:420px;padding:36px;box-shadow:0 4px 16px #0000000f}.auth-form h2{color:#111827;text-align:center;margin-bottom:24px;font-size:22px;font-weight:700}.auth-form label{color:#4b5563;margin-bottom:16px;font-size:13px;font-weight:500;display:block}.auth-form label input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:4px;padding:10px 14px;font-size:15px;transition:border-color .15s,box-shadow .15s;display:block}.auth-form label input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.auth-form button[type=submit]{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;margin-top:4px;padding:11px;font-size:15px;font-weight:600;transition:background .15s}.auth-form button[type=submit]:hover{background:#1d4ed8}.auth-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.auth-link{text-align:center;color:#6b7280;margin-top:16px;font-size:14px}.auth-link a{color:#2563eb;font-weight:500}.auth-overlay-card{width:100%;max-width:440px}.auth-overlay-tabs{gap:0;margin-bottom:-1px;display:flex}.auth-overlay-tabs button{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;flex:1;padding:12px 20px;font-size:15px;font-weight:500;transition:color .15s,background .15s}.auth-overlay-tabs button:first-child{border-radius:10px 0 0}.auth-overlay-tabs button:last-child{border-left:none;border-radius:0 10px 0 0}.auth-overlay-tabs button.active{color:#2563eb;background:#fff;border-bottom-color:#fff;font-weight:600}.auth-overlay .auth-form{max-width:100%;box-shadow:none;border-top-left-radius:0;border-top-right-radius:0}.booking-modal-card{max-width:640px;max-height:90vh;overflow-y:auto}.booking-section{border-bottom:1px solid #e5e7eb;margin-bottom:20px;padding-bottom:16px}.booking-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.booking-section h4{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:14px;font-weight:600}.form-row{gap:12px;display:flex}.form-row .form-group{flex:1}.date-picker-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.date-picker-trigger:hover{border-color:#9ca3af}.date-picker-trigger:focus-within{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.date-picker-value{color:#111827;font-size:14px}.date-picker-value.placeholder{color:#9ca3af}.date-picker-icon{font-size:16px}.cal-fixed-overlay{z-index:2000;position:fixed;inset:0}.calendar-popup{z-index:2001;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:300px;padding:16px;position:fixed;box-shadow:0 8px 24px #0000001f}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cal-title{color:#111827;font-size:15px;font-weight:600}.cal-nav-btn{cursor:pointer;color:#374151;background:0 0;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:background .15s;display:flex}.cal-nav-btn:hover{background:#f3f4f6}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.cal-day-header{text-align:center;color:#6b7280;padding:4px 0;font-size:12px;font-weight:600}.cal-day{text-align:center;cursor:pointer;color:#111827;background:0 0;border:none;border-radius:6px;padding:6px 0;font-size:14px;transition:background .1s}.cal-day:hover:not(.empty):not(.past){background:#eff6ff}.cal-day.empty{cursor:default}.cal-day.past{color:#d1d5db;cursor:not-allowed}.cal-day.today{color:#2563eb;font-weight:700}.cal-day.selected{color:#fff;background:#2563eb;font-weight:600}.cal-day.selected:hover{background:#1d4ed8}.time-picker-wrapper{position:relative}.time-picker-select{color:#111827;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px 36px 10px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.time-picker-select:hover{border-color:#9ca3af}.time-picker-select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.time-picker-select option{padding:6px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
