@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--color-bg: #fafaf8;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-text-light: #999999;--color-accent: #2c3e2d;--color-accent-hover: #3d5440;--color-accent-light: #e8ede8;--color-border: #e5e5e3;--color-border-light: #f0f0ee;--color-error: #d32f2f;--color-error-light: #fce4e4;--color-success: #2e7d32;--color-success-light: #e8f5e9;--color-warning: #f57c00;--color-warning-light: #fff3e0;--color-room-available: #4caf50;--color-room-occupied: #e57373;--color-room-upcoming: #ffb74d;--color-room-oz: #7b68ee;--color-room-bey: #ff8c94;--color-room-shady: #87ceeb;--color-room-bird: #98d8a0;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 6px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--nav-height: 56px;--bottom-nav-height: 64px;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);font-size:16px;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}a{color:var(--color-accent);text-decoration:none}button{font-family:var(--font-body);cursor:pointer}input,select,textarea{font-family:var(--font-body);font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;line-height:1;transition:all .15s ease;min-height:44px}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover)}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-bg)}.btn-danger{background:var(--color-error);color:#fff}.btn-ghost{background:transparent;color:var(--color-text-muted)}.btn-ghost:hover{background:var(--color-accent-light);color:var(--color-text)}.input-field{width:100%;padding:.625rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);font-size:1rem;min-height:44px;transition:border-color .15s ease}.input-field:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.input-label{display:block;font-size:.8125rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.05em}.card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border-light);padding:1.25rem}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:100px;font-size:.75rem;font-weight:500;letter-spacing:.02em}.badge-confirmed{background:var(--color-success-light);color:var(--color-success)}.badge-tentative{background:var(--color-warning-light);color:var(--color-warning)}.badge-cancelled{background:var(--color-error-light);color:var(--color-error)}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.page-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-text)}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--color-text-muted)}.empty-state h3{margin-bottom:.5rem;color:var(--color-text)}@media(max-width:768px){h1{font-size:1.5rem}h2{font-size:1.25rem}.page-title{font-size:1.375rem}}.toast-container.svelte-2v4082{position:fixed;top:calc(var(--nav-height) + .75rem);right:.75rem;z-index:200;display:flex;flex-direction:column;gap:.5rem;max-width:360px}.toast.svelte-2v4082{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:450;box-shadow:var(--shadow-lg);animation:svelte-2v4082-slideIn .2s ease-out}.toast-success.svelte-2v4082{background:var(--color-success-light);color:var(--color-success);border:1px solid var(--color-success)}.toast-error.svelte-2v4082{background:var(--color-error-light);color:var(--color-error);border:1px solid var(--color-error)}.toast-info.svelte-2v4082{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}@keyframes svelte-2v4082-slideIn{0%{opacity:0;transform:translate(1rem)}to{opacity:1;transform:translate(0)}}
