:root{--color-bg: #fae8f5;--color-card: #ffffff;--color-text: #1a1a1a;--color-text-secondary: #555555;--color-primary: #000000;--color-accent: #d46a9a;--radius-lg: 24px;--radius-md: 12px;--radius-sm: 8px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}button{cursor:pointer;border:none;font-family:inherit}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-fade-in{animation:fade-in .2s ease-out forwards}.animate-slide-up{animation:slide-up .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes slide-in-toast{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-slide-in{animation:slide-in-toast .3s ease-out forwards}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:16px}.text-center{text-align:center}.hidden{display:none}.hide-on-mobile{display:block}.show-on-mobile{display:none}@media(max-width:768px){.grid-responsive{grid-template-columns:1fr!important;gap:2rem!important}.flex-responsive{flex-direction:column!important;align-items:center!important;text-align:center!important}.flex-responsive-reverse{flex-direction:column-reverse!important;gap:2rem!important}.container-padding{padding-left:1rem!important;padding-right:1rem!important}.text-responsive-h1{font-size:2.5rem!important}.text-responsive-h2{font-size:2rem!important}.text-responsive-p{font-size:1rem!important}.dashboard-tabs{overflow-x:auto;padding-bottom:10px;white-space:nowrap;justify-content:flex-start!important}.mobile-stack{flex-direction:column;align-items:stretch!important}.mobile-full-width{width:100%!important}.hide-on-mobile{display:none!important}.show-on-mobile{display:block!important}}a[href^=tel],a[href^=sms],a[href^=mailto]{color:inherit;text-decoration:none}
