body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    color: #1a1a1a;
    overflow: hidden;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

canvas#stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
}

.search-container {
    max-width: 700px;
    margin: auto;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.logo {
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a;
    animation: fadeIn 1.5s ease-in;
}

.search-bar {
    border-radius: 50rem;
    background: #ffffff;
    border: 1px solid #dfe1e5;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.1);
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.search-bar:hover {
    box-shadow: 0 1px 8px rgba(32, 33, 36, 0.28);
}

.search-bar:focus-within {
    box-shadow: 0 1px 8px rgba(32, 33, 36, 0.28);
}

.search-input {
    border: none;
    background: transparent;
    font-size: 1.2rem;
    color: #1a1a1a;
    padding: 1rem 1.5rem;
}

.search-input::placeholder {
    color: #6c6c6c;
    font-style: normal;
}

.search-input:focus {
    outline: none;
    box-shadow: none;
}

.search-btn {
    border-radius: 50rem !important;
    background: #9D49FF !important;
    color: #ffffff;
    border: none;
    padding: 0.8rem 1.5rem;
    transform: scale(0.8);
}



.tagline {
    font-size: 1.1rem;
    color: #6c6c6c;
    letter-spacing: 1px;
    animation: slideUp 2s ease-in-out;
}

.footer {
    margin-top: auto;
    padding: 1rem 0;
    background: #f5f5f5;
    position: relative;
    z-index: 2;
}

.footer a {
    color: #1a1a1a;
    text-decoration: none;
    margin: 0 .3rem;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: #333333;
    text-decoration: underline;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.xL0qi {
    overflow: hidden;
    position: relative;
    border-radius: 100px;
    padding: 2px;
}

.search-bar {
    position: relative;
    z-index: 1;
}

.iydNQb {
    background: conic-gradient(#3186ff00 0deg, #34a853 43deg, #ffd314 65deg, #ff4641 105deg, #3186ff 144deg, #3186ff 180deg, #3186ff00 324deg, #3186ff00 360deg);
    height: 200%;
    top: -50%;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    scale: 2 1;
    display: none;
    opacity: 0;
    transform: rotate(180deg);
    transition: opacity 400ms linear
}

.xL0qi:hover .iydNQb {
    opacity: 1;
    display: block;
}

.iydNQb {
    animation: ae-fg 2000ms linear backwards, ae-rg 2000ms cubic-bezier(0.20, 0.00, 0.00, 1.00) backwards
}

@keyframes ae-fg {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes ae-rg {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}