:root{--brand: #1456f0;--brand-hover: #2563eb;--brand-active: #1d4ed8;--brand-light: #60a5fa;--brand-200: #bfdbfe;--brand-deep: #17437d;--brand-sky: #3daeff;--brand-pink: #ea5ec1;--text-primary: #222222;--text-dark: #18181b;--text-secondary: #45515e;--text-muted: #8e8e93;--text-light: #5f5f5f;--bg: #ffffff;--bg-light: #f8f9fa;--bg-section: #f0f4ff;--border: #e5e7eb;--border-light: #f2f3f5;--dark-surface: #181e25;--success-bg: #e8ffea;--success: #22c55e;--error: #ef4444;--warning: #f59e0b;--shadow-sm: 0px 4px 6px rgba(0,0,0,.08);--shadow-md: 0px 0px 22.576px rgba(0,0,0,.08);--shadow-brand: 0px 0px 15px rgba(44,30,116,.16);--shadow-lg: 0px 12px 16px -4px rgba(36,36,36,.08);--radius-xs: 4px;--radius-sm: 8px;--radius-md: 13px;--radius-lg: 20px;--radius-xl: 24px;--radius-pill: 9999px;--font-ui: "DM Sans", "Helvetica Neue", Arial, sans-serif;--font-display: "Outfit", "Helvetica Neue", Arial, sans-serif;--font-mid: "Poppins", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-ui);font-size:16px;font-weight:400;line-height:1.5;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.display-hero{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,5rem);font-weight:500;line-height:1.1;color:var(--text-dark)}.section-heading{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.94rem);font-weight:600;line-height:1.5;color:var(--text-dark)}.card-title{font-family:var(--font-display);font-size:1.75rem;font-weight:500;line-height:1.71;color:var(--text-dark)}.sub-heading{font-family:var(--font-mid);font-size:1.5rem;font-weight:500;line-height:1.5;color:var(--text-dark)}.feature-label{font-family:var(--font-mid);font-size:1.125rem;font-weight:500;line-height:1.5}.body-large{font-size:1.25rem;font-weight:500;line-height:1.5}.body{font-size:1rem;font-weight:400;line-height:1.5}.body-bold{font-size:1rem;font-weight:700;line-height:1.5}.caption{font-size:.81rem;font-weight:400;line-height:1.7;color:var(--text-muted)}.label{font-size:.75rem;font-weight:500;line-height:1.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-ui);font-size:.875rem;font-weight:600;line-height:1.5;padding:11px 20px;border-radius:var(--radius-sm);transition:all .18s ease;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hover)}.btn-primary:active{background:var(--brand-active)}.btn-dark{background:var(--dark-surface);color:#fff}.btn-dark:hover{background:#262f3a}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e4e4e4}.btn-outline{background:transparent;color:var(--brand);border:1.5px solid var(--brand)}.btn-outline:hover{background:var(--brand-200)}.btn-ghost{background:#0000000d;color:var(--text-dark);border-radius:var(--radius-pill)}.btn-ghost:hover{background:#00000017}.btn-pill{border-radius:var(--radius-pill)}.btn-sm{padding:7px 14px;font-size:.8125rem}.btn-lg{padding:14px 28px;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:var(--shadow-brand);transform:translateY(-2px)}.card-featured{box-shadow:var(--shadow-brand)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:64px 0}.section-lg{padding:80px 0}.tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;line-height:1.5}.tag-blue{background:var(--brand-200);color:var(--brand-deep)}.tag-green{background:var(--success-bg);color:#15803d}.tag-gray{background:var(--border-light);color:var(--text-secondary)}.tag-orange{background:#fff7ed;color:#c2410c}.tag-red{background:#fef2f2;color:#b91c1c}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.status-available{background:var(--success)}.status-partly_available{background:var(--warning)}.status-fully_booked{background:var(--error)}.status-inactive{background:var(--text-muted)}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.form-input{font-family:var(--font-ui);font-size:.9375rem;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-dark);width:100%;transition:border-color .15s;outline:none}.form-input:focus{border-color:var(--brand)}.form-input::placeholder{color:var(--text-muted)}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238e8e93' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.form-error{font-size:.8125rem;color:var(--error);margin-top:2px}.form-hint{font-size:.8125rem;color:var(--text-muted);margin-top:2px}.avatar{border-radius:50%;object-fit:cover;background:var(--bg-light);flex-shrink:0}.avatar-sm{width:40px;height:40px}.avatar-md{width:64px;height:64px}.avatar-lg{width:100px;height:100px}.avatar-xl{width:140px;height:140px}.avatar-placeholder{border-radius:50%;background:var(--brand-200);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--brand);flex-shrink:0}.stars{display:flex;gap:2px}.star{color:#facc15;font-size:1rem}.star-empty{color:var(--border)}.divider{height:1px;background:var(--border-light);margin:24px 0}.spinner{width:24px;height:24px;border:2.5px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;justify-content:center;align-items:center;padding:80px 0}.avail-grid{display:grid;grid-template-columns:80px repeat(7,1fr);gap:4px;font-size:.75rem}.avail-cell{padding:6px 4px;text-align:center;border-radius:var(--radius-xs)}.avail-cell.available{background:var(--success-bg);color:#15803d}.avail-cell.unavailable{background:var(--border-light);color:var(--text-muted)}.avail-header{font-weight:600;color:var(--text-secondary)}.checkbox-group{display:flex;flex-wrap:wrap;gap:8px}.checkbox-pill{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--radius-pill);border:1.5px solid var(--border);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s;-webkit-user-select:none;user-select:none}.checkbox-pill.active{border-color:var(--brand);background:var(--brand-200);color:var(--brand-deep)}.checkbox-pill input{display:none}@media (max-width: 768px){.container{padding:0 16px}.section{padding:40px 0}.section-lg{padding:48px 0}.hide-mobile{display:none!important}}@media (min-width: 769px){.hide-desktop{display:none!important}}.notif-badge{background:var(--error);color:#fff;border-radius:var(--radius-pill);font-size:.6875rem;font-weight:700;padding:1px 6px;min-width:18px;text-align:center}.alert{padding:12px 16px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;line-height:1.5}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert-success{background:var(--success-bg);color:#15803d;border:1px solid #bbf7d0}.alert-info{background:#eff6ff;color:var(--brand-deep);border:1px solid var(--brand-200)}.page-header{padding:40px 0 32px;border-bottom:1px solid var(--border-light);margin-bottom:32px}
