:root{--color-primary: #FF5A5F;--color-navy: #1E1B3A;--color-purple: #7B5CFF;--color-success: #22C55E;--color-success-bg: #DCFCE7;--color-error: #DC2626;--color-error-bg: #FEE2E2;--color-warning: #F59E0B;--color-warning-bg: #FEF3C7;--color-info: #3B82F6;--color-info-bg: #DBEAFE;--color-bg: #F8F9FB;--color-surface: #FFFFFF;--color-surface-2: #F0F1F5;--color-surface-3: #E8E9F0;--color-text-primary: #1E1B3A;--color-text-secondary: #6B6F8C;--color-text-muted: #9EA3BB;--color-text-disabled: #C5C7DB;--color-text-on-dark: #FFFFFF;--color-border: #E4E5F0;--color-border-strong: #C5C7DB;--color-border-focus: #FF5A5F;--gradient-brand: linear-gradient(135deg, #FF5A5F 0%, #7B5CFF 100%);--gradient-navy: linear-gradient(135deg, #1E1B3A 0%, #2D2A52 100%);--gradient-surface: linear-gradient(180deg, #FFFFFF 0%, #F8F9FB 100%);--font-heading: "Poppins", sans-serif;--font-body: "Inter", sans-serif;--text-display: 700 28px/1.2 "Poppins", sans-serif;--text-h1: 600 24px/1.3 "Poppins", sans-serif;--text-h2: 600 20px/1.35 "Poppins", sans-serif;--text-h3: 600 16px/1.4 "Poppins", sans-serif;--text-body-lg: 400 16px/1.6 "Inter", sans-serif;--text-body: 400 14px/1.6 "Inter", sans-serif;--text-caption: 400 12px/1.5 "Inter", sans-serif;--text-label: 500 12px/1.4 "Inter", sans-serif;--text-button: 600 14px/1 "Poppins", sans-serif;--text-price: 700 18px/1 "Poppins", sans-serif;--text-price-lg: 700 28px/1 "Poppins", sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--space-6: 40px;--space-7: 48px;--space-8: 64px;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(30, 27, 58, .08);--shadow-md: 0 4px 12px rgba(30, 27, 58, .1);--shadow-lg: 0 8px 24px rgba(30, 27, 58, .12);--shadow-xl: 0 16px 40px rgba(30, 27, 58, .16);--shadow-nav: 0 -4px 16px rgba(30, 27, 58, .08);--duration-fast: .15s;--duration-base: .25s;--duration-slow: .4s;--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font:var(--text-body);background:var(--color-bg);color:var(--color-text-primary)}.app-root{min-height:100%;display:flex;flex-direction:column;padding-bottom:64px}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}*:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}*{-webkit-tap-highlight-color:transparent}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@keyframes shimmer{0%{opacity:1}50%{opacity:.6}to{opacity:1}}
