@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

.gradient-text {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.pill {
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 6px 18px -10px rgba(0, 0, 0, .2)
}