@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body { font-family: 'Inter', sans-serif; transition: background-color 0.3s ease; margin: 0; }

/* Custom PrimeFaces Overrides */
.ui-inputtext, .ui-autocomplete, .ui-password { width: 100% !important; }
.ui-inputtext, .ui-autocomplete-input, .ui-password input {
    width: 100% !important;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid #d1d5db !important;
    box-sizing: border-box !important;
}
.ui-password-toggle { right: 10px !important; color: #9ca3af !important; }
.ui-button { background: #eab308 !important; color: #1f2937 !important; border: none !important; border-radius: 0.75rem !important; padding: 0.75rem !important; font-weight: 700 !important; box-shadow: 0 4px 12px rgba(234, 179, 8, 0.3) !important; }
.ui-button:hover { background: #ca8a04 !important; color: #1f2937 !important; }

.dark .bg-gray-50 { background-color: #0a0820 !important; }
.dark .bg-white { background-color: #161245 !important; }
.dark .bg-gray-900 { background-color: #08061a !important; }
.dark .bg-gray-800 { background-color: #0e0b2e !important; }
.dark .ui-inputfield { background-color: rgba(15, 23, 42, 0.6) !important; color: white !important; border-color: #334155 !important; }
.dark .text-gray-900 { color: #f8fafc !important; }
.dark .text-gray-600 { color: #cbd5e1 !important; }
