
        body {
            background: linear-gradient(135deg, #cdffd8, #94b9ff);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
        }
        .search-card {
            background: #fff;
            padding: 2rem 3rem;
            border-radius: 1rem;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            width: 100%;
            max-width: 600px;
        }
        .btn-lg {
            padding: 0.75rem 2rem;
            font-size: 1.2rem;
            border-radius: 30px;
        }
        footer {
            margin-top: 2rem;
            font-size: 0.9rem;
            color: #555;
            text-align: center;
        }

.logo {
    max-height: 80px;
}

.highlight {
    color: brown;
}

.text-success-custom {
    color: rgb(8, 161, 8);
}

.disabled-button {
    pointer-events: none;
    opacity: 0.5;
}

.hiddenDiv {
    display: none;
}