:root{--color-primary: #8b4789;--color-primary-light: #b8789e;--color-primary-dark: #6b3669;--color-secondary: #d4a574;--color-secondary-light: #e8c9a8;--color-success: #27ae60;--color-warning: #f39c12;--color-danger: #e74c3c;--color-error: #e74c3c;--color-error-bg: #fadbd8;--color-info: #3498db;--color-bg: #ffffff;--color-surface: #f8f7f6;--color-surface-dark: #e8e6e1;--color-text-primary: #1a1a1a;--color-text-secondary: #666666;--color-text-tertiary: #999999;--color-border: #e0dcd8;--color-disabled: #f5f5f5;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-semibold: 600;--font-weight-bold: 700;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--border-radius-sm: .25rem;--border-radius-md: .5rem;--border-radius-lg: 1rem;--border-radius-xl: 1.5rem;--border-radius-full: 9999px;--border-width: 1px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1);--z-dropdown: 1000;--z-sticky: 1100;--z-fixed: 1200;--z-modal: 1300}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text-primary);background-color:var(--color-bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:1.2;margin-bottom:var(--spacing-md)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{margin-bottom:var(--spacing-md)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-light)}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.text-muted{color:var(--color-text-secondary)}.mt-0{margin-top:0}.mb-0{margin-bottom:0}@media(max-width:768px){:root{--font-size-base: .875rem;--font-size-lg: 1rem;--font-size-xl: 1.125rem;--font-size-2xl: 1.25rem}body{font-size:var(--font-size-base)}}.modal-panel{display:flex;flex-direction:column;max-height:90vh}.modal-body{flex:1;overflow-y:auto;min-height:0}.modal-footer{flex-shrink:0;position:sticky;bottom:0;background:#fff;z-index:1}a[href^="tel:"]{color:inherit;text-decoration:none}a[href^="tel:"]:hover{color:var(--color-primary);text-decoration:underline}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-admin{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-guest{background:linear-gradient(90deg,#e2e8f0 25%,#cbd5e1,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-card{height:120px;border-radius:12px;margin-bottom:12px}.skeleton-card-sm{height:80px;border-radius:8px;margin-bottom:8px}.skeleton-card-lg{height:160px;border-radius:16px;margin-bottom:16px}.skeleton-list-item{height:60px;border-radius:8px;margin-bottom:8px}.skeleton-table-row{height:48px;border-radius:6px;margin-bottom:4px}.skeleton-line{height:16px;border-radius:4px;margin-bottom:8px}.skeleton-line-sm{height:12px;border-radius:3px;margin-bottom:6px}.skeleton-line-lg{height:20px;border-radius:5px;margin-bottom:10px}.skeleton-title{height:24px;width:60%;border-radius:6px;margin-bottom:12px}.skeleton-badge{height:20px;width:60px;border-radius:10px}.skeleton-circle{border-radius:50%}.skeleton-circle-sm{width:32px;height:32px;border-radius:50%}.skeleton-circle-md{width:48px;height:48px;border-radius:50%}.skeleton-circle-lg{width:64px;height:64px;border-radius:50%}.skeleton-avatar{width:96px;height:96px;border-radius:50%}.btn-spinner{display:inline-flex;align-items:center;justify-content:center;gap:4px}.btn-spinner span{width:6px;height:6px;background-color:currentColor;border-radius:50%;animation:pulse-dot 1.4s infinite ease-in-out both}.btn-spinner span:nth-child(1){animation-delay:-.32s}.btn-spinner span:nth-child(2){animation-delay:-.16s}@keyframes pulse-dot{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.skeleton-field{height:40px;border-radius:8px;margin-bottom:12px}.skeleton-field-lg{height:56px;border-radius:8px;margin-bottom:12px}.skeleton-stat{height:80px;border-radius:12px}.skeleton-w-full{width:100%}.skeleton-w-3-4{width:75%}.skeleton-w-1-2{width:50%}.skeleton-w-1-3{width:33.333%}.skeleton-w-1-4{width:25%}@media(max-width:768px){.skeleton-card{height:100px}.skeleton-card-lg{height:140px}}
