@theme{ --color-primary: #C8941A; --color-primary-light: #E8B84B; --color-primary-dark: #A67810; --color-success: #1A7F4B; --color-success-light: #22A85C; --color-warning: #C8941A; --color-warning-light: #E8B84B; --color-error: #C0392B; --color-error-light: #D94A3A; --color-bg: #F6F5F3; --color-card: #FFFFFF; --color-card-alt: #F0EFEC; --color-text: #1A1A18; --color-text-secondary: #6B6860; --color-text-tertiary: #9E9B96; --color-border: #E2E0DB; --color-border-light: #ECEAE6; --color-bg-dark: #131316; --color-card-dark: #1C1C20; --color-card-alt-dark: #242428; --color-text-dark: #F0F0EE; --color-text-secondary-dark: #8A8880; --color-text-tertiary-dark: #5C5A56; --color-border-dark: #2A2A2E; --color-border-light-dark: #232326; --radius-sm: 4px; --radius: 8px; --radius-lg: 12px; --radius-xl: 16px; --radius-2xl: 24px; }*{box-sizing:border-box}html{font-family:DM Sans,system-ui,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);min-height:100vh;font-size:14px;line-height:1.5}.dark body,body.dark{background:var(--color-bg-dark);color:var(--color-text-dark)}::selection{background:#c8941a33;color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:99px}.dark ::-webkit-scrollbar-thumb{background:var(--color-border-dark)}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.6);opacity:0}}.animate-fade-in{animation:fadeIn .3s ease both}.animate-fade-in-scale{animation:fadeInScale .25s ease both}.animate-slide-up{animation:slideUp .4s cubic-bezier(.16,1,.3,1) both}.animate-spin{animation:spin .7s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}@media (max-width: 430px){body,html{font-size:14px}}
