.custom-input{display:block;width:100%;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;color:#374151;background-color:#ffffff;border:1px solid #d1d5db;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.custom-input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.custom-input::-moz-placeholder{color:#9ca3af}.custom-input:-ms-input-placeholder{color:#9ca3af}.custom-input::placeholder{color:#9ca3af}.custom-card{background-color:#d1eeff;border:1px solid black;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);overflow:hidden}.custom-card-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.custom-card-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.custom-card-description{font-size:.875rem;color:#6b7280;margin-top:.25rem}.custom-card-content{padding:1rem}.custom-card-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.custom-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;border-radius:.375rem;border:1px solid transparent;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.custom-button-primary{background-color:#3b82f6;color:#ffffff;border-color:#3b82f6}.custom-button-primary:hover{background-color:#2563eb;border-color:#2563eb}.custom-button-secondary{background-color:#ffffff;color:#374151;border-color:#d1d5db}.custom-button-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.custom-button:disabled{opacity:.5;cursor:not-allowed}.custom-label{font-weight:500;margin-bottom:.5rem}.custom-label,.custom-select{display:block;font-size:.875rem;color:#374151}.custom-select{width:100%;padding:.75rem 1rem;line-height:1.25rem;background-color:#ffffff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.custom-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;line-height:1rem;border-radius:9999px;background-color:#f3f4f6;color:#374151}.custom-badge-primary{background-color:#dbeafe;color:#1e40af}.custom-badge-secondary{background-color:#f3f4f6;color:#374151}.custom-separator{height:1px;background-color:#e5e7eb;margin:1rem 0}.custom-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.custom-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.custom-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:768px){.custom-grid-cols-2,.custom-grid-cols-3,.custom-grid-cols-4{grid-template-columns:repeat(1,minmax(0,1fr))}}.custom-flex{display:flex}.custom-flex-col{flex-direction:column}.custom-items-center{align-items:center}.custom-justify-between{justify-content:space-between}.custom-gap-2{gap:.5rem}.custom-gap-4{gap:1rem}.custom-gap-6{gap:1.5rem}.custom-space-y-4>*+*{margin-top:1rem}.custom-space-y-6>*+*{margin-top:1.5rem}.custom-p-4{padding:1rem}.custom-p-6{padding:1.5rem}.custom-mb-2{margin-bottom:.5rem}.custom-mb-4{margin-bottom:1rem}.custom-mt-4{margin-top:1rem}.custom-text-sm{font-size:.875rem}.custom-text-base{font-size:1rem}.custom-text-lg{font-size:1.125rem}.custom-text-xl{font-size:1.25rem}.custom-text-2xl{font-size:1.5rem}.custom-text-3xl{font-size:1.875rem}.custom-font-medium{font-weight:500}.custom-font-semibold{font-weight:600}.custom-font-bold{font-weight:700}.custom-text-gray-500{color:#6b7280}.custom-text-gray-600{color:#4b5563}.custom-text-gray-900{color:#111827}.custom-text-blue-600{color:#2563eb}.custom-bg-white{background-color:#ffffff}.custom-bg-gray-50{background-color:#f9fafb}.custom-bg-blue-50{background-color:#eff6ff}.custom-border-gray-200{border-color:#e5e7eb}.custom-border-blue-200{border-color:#bfdbfe}.custom-rounded{border-radius:.375rem}.custom-rounded-lg{border-radius:.5rem}.custom-rounded-full{border-radius:9999px}.custom-hover\:bg-gray-50:hover{background-color:#f9fafb}.custom-hover\:bg-blue-50:hover{background-color:#eff6ff}.custom-transition{transition:all .15s ease-in-out}.custom-transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}input{background-color:#ffffff;border:1px solid #a0a0a0}input:focus{outline:none;border:1px solid black}.custom-select-input{background-color:#ffffff;border:1px solid black}.bg-custom{background-color:#bde6ff}.custom-text-colors{color:#000000}