.logo, a.logo {
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #8b5cf6, #38bdf8) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-decoration: underline !important;
    text-decoration-color: rgba(167, 139, 250, 0.9) !important;
    text-underline-offset: 4px !important;
    text-decoration-thickness: 3px !important;
    text-decoration-skip-ink: auto !important;
    border-bottom: none !important;
}
.logo::after, a.logo::after {
    display: none !important;
}
