@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";:root{--ferrero-gold: #d98c00;--ferrero-gold-light: #ffd191;--ferrero-gold-dark: #b57100;--ferrero-brown: #5f3400;--ferrero-brown-dark: #3c2000;--surface-primary: #ffffff;--surface-secondary: #fafbfc;--surface-tertiary: #f4f6f8;--surface-elevated: #ffffff;--text-primary: #1a1d29;--text-secondary: #6b7684;--text-tertiary: #9aa0a6;--text-inverse: #ffffff;--border-light: #e8eaed;--border-medium: #dadce0;--border-strong: #bdc1c6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--font-family-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--font-family-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", 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: 1.875rem;--font-size-4xl: 2.25rem;--transition-fast: .15s ease-out;--transition-normal: .25s ease-out;--transition-slow: .35s ease-out}html,body,#root{margin:0;padding:0;height:100%;box-sizing:border-box;font-family:var(--font-family-primary);font-size:var(--font-size-base);line-height:1.6;color:var(--text-primary);background-color:var(--surface-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-tertiary)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}button{font-family:inherit;font-size:inherit;line-height:inherit;border:none;background:none;cursor:pointer;padding:0;margin:0}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}.surface-elevated{background-color:var(--surface-elevated);box-shadow:var(--shadow-md);border-radius:var(--radius-lg);border:1px solid var(--border-light)}.text-gradient-ferrero{background:linear-gradient(135deg,var(--ferrero-gold) 0%,var(--ferrero-brown) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}
