@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-blue: #93c5fd;--accent-blue: #0a468f;--bg-blue: #f0f7ff;--bg-blue-light: #f8fbff;--success-green: #d4edda;--success-green-text: #155724;--success-green-border: #c3e6cb;--gray-bg: #f8f9fa;--gray-dark: #6c757d}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-blue)}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;color:var(--accent-blue)}label{font-weight:500;color:#333}input[type=text],input[type=email],input[type=url],input[type=tel],input[type=number],input[type=password],input[type=file],select,textarea{border:1px solid #ddd;border-radius:6px;transition:border-color .2s ease}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=password]:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 2px #54a1ff1a}
