@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Paytone+One&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#3fa8f4;--primary-dark:#298dcf;--success-color:#39b44a;--danger-color:#ef4444;--warning-color:#f59e0b;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--font-primary:"Montserrat", sans-serif;--font-heading:"Paytone One", sans-serif}html{font-size:16px}body{font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;color:var(--gray-800);background:linear-gradient(135deg,#f0f9ff 0%,#e6f9ed 100%)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-screen{color:#fff;background:linear-gradient(135deg,#3fa8f4 0%,#39b44a 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.loader{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;margin-bottom:20px;animation:1s linear infinite spin}.loading-screen p{font-size:18px;font-weight:500}.app{background:linear-gradient(135deg,#f0f9ff 0%,#e6f9ed 100%);width:100%;min-height:100vh}@media (max-width:768px){html,.app{font-size:14px}}@media (max-width:480px){html{font-size:13px}}
