@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--background:0 0% 98%;--foreground:0 0% 30%;--card:0 0% 100%;--card-foreground:0 0% 30%;--primary:0 0% 30%;--primary-foreground:0 0% 98%;--secondary:0 0% 96%;--secondary-foreground:0 0% 30%;--muted:0 0% 96%;--muted-foreground:0 0% 45%;--accent:0 0% 96%;--accent-foreground:0 0% 30%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--success:142 71% 45%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:0 0% 100%;--border:0 0% 90%;--input:0 0% 90%;--ring:0 0% 30%;--radius:.75rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{color:hsl(var(--foreground));letter-spacing:-.025em;font-family:Inter,sans-serif;font-weight:600}.kyc-container{flex-direction:column;width:100%;max-width:100%;min-height:100dvh;margin:0 auto;padding:1rem;display:flex}@media (width>=640px){.kyc-container{padding:1.25rem}}@media (width>=768px){.kyc-container{max-width:640px;margin:0 auto;padding:1.5rem}}@media (width>=1024px){.kyc-container{max-width:720px;padding:2rem}}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:.2s ease-out fade-in}.animate-spin{animation:1s linear infinite spin}@media (prefers-reduced-motion:reduce){.animate-fade-in{animation:none}}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
