@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-gradient: linear-gradient(135deg, #009BDB 0%, #0078B4 100%);--primary-color: #009BDB;--secondary-color: #FF7323;--error-color: #ff6b6b;--text-dark: #333;--text-light: #666;--bg-light: #f5f5f5;--bg-white: #ffffff;--border-color: #e0e0e0;font-family:Montserrat,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-dark);background-color:var(--bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;transition:all .3s ease}input,textarea,select{font-family:inherit;font-size:inherit}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}h1,h2,h3,h4,h5,h6{line-height:1.2}@media(max-width:768px){:root{font-size:16px}}@media(max-width:480px){:root{font-size:14px}}#root{width:100%;height:100%}.app-loading{min-height:100dvh;display:grid;place-items:center;font-size:1rem;color:#1f2937}
