@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow-x:hidden}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:#020617;color:#fff;line-height:1.4;-webkit-font-smoothing:antialiased}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:14px}h1{font-size:40px;font-weight:800}h2{font-size:24px;font-weight:800}h3{font-size:18px;font-weight:700}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#020617}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#334155}@media(max-width:1024px){body{font-size:15px}h1{font-size:32px}h2{font-size:22px}section{padding:24px}}@media(max-width:640px){body,button{font-size:14px}}.card,section,.form-card{width:100%;max-width:100%;overflow:hidden}.form-grid,.fields,.inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;width:100%}input,select,textarea{width:100%;max-width:100%}*{max-width:100%}
