#app{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;scroll-behavior:smooth}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#334155;background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600;line-height:1.2;color:#1e293b}code,pre,.mono{font-family:JetBrains Mono,monospace}a{color:#e85d3f;text-decoration:none;transition:color .15s ease}a:hover{color:#d44a2e}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:root{--el-color-primary: #e85d3f;--el-color-primary-light-3: #ed7a61;--el-color-primary-light-5: #fad0c9;--el-color-primary-light-7: #fde8e5;--el-color-primary-light-8: #fef6f5;--el-color-primary-light-9: #ffffff;--el-color-primary-dark-2: #d44a2e;--el-border-radius-base: 8px;--el-border-radius-small: 4px}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slideInUp .4s ease-out}.animate-fade-in{animation:fadeIn .3s ease-out}.text-primary{color:#e85d3f}.bg-primary{background-color:#e85d3f}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px}
