:root{--background:#f6f9fc;--foreground:#0a2540;--muted:#fff;--muted-foreground:#425466;--primary:#635bff;--primary-hover:#5851de;--primary-foreground:#fff;--success:#00d924;--error:#ff2f4c;--warning:#ffb400;--border:#e6e6eb;--card:#fff;--card-foreground:#0a2540;--radius:8px;--shadow-sm:0 2px 5px -1px #32325d14, 0 1px 3px -1px #0000000a;--shadow-md:0 6px 12px -2px #32325d1a, 0 3px 7px -3px #0000001a;--shadow-lg:0 13px 27px -5px #32325d26, 0 8px 16px -8px #00000026}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.75}input,button,textarea,select{font-family:inherit}button{cursor:pointer;background:0 0;border:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}@media (max-width:640px){.container{padding:0 1rem}}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.hidden-mobile{display:none!important}@media (min-width:769px){.hidden-mobile{display:flex!important}.show-mobile{display:none!important}}@media (max-width:768px){.show-mobile{justify-content:center;align-items:center;display:flex!important}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s cubic-bezier(.16,1,.3,1) both fadeSlideUp}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg,#f0f0f0 25%,#fafafa 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}
