*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-red-500{background-color:#ef4444}.bg-blue-500{background-color:#3b82f6}.bg-green-500{background-color:#22c55e}.bg-yellow-500{background-color:#eab308}.bg-purple-500{background-color:#a855f7}.bg-pink-500{background-color:#ec4899}.p-4{padding:1rem}.p-8{padding:2rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.text-center{text-align:center}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-white{color:#fff}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-500{color:#6b7280}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.container{max-width:1200px;margin:0 auto}.mx-auto{margin-left:auto;margin-right:auto}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mt-8{margin-top:2rem}.mt-6{margin-top:1.5rem}.mt-4{margin-top:1rem}.mr-3{margin-right:.75rem}.gap-4{gap:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.mb-2{margin-bottom:.5rem}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a}.transition{transition:all .2s}.cursor-pointer{cursor:pointer}.provider-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border:none;border-radius:8px;font-size:16px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s;text-decoration:none}.provider-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.provider-icon{width:24px;height:24px;margin-right:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background-color:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;margin-bottom:16px;text-align:center}.success-message{background-color:#dcfce7;color:#16a34a;padding:12px;border-radius:8px;margin-bottom:16px;text-align:center}.header{background:linear-gradient(135deg,#3963bc,#2d4f9e);padding:20px;color:#fff}.header h1{margin:0;font-size:24px}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
