.gradient-selection {
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    font-size: 18px;
}
.gradient-selection::selection {
    background-color: rgba(102, 126, 234, 0.3);
    -webkit-text-fill-color: inherit;
    color: #333;
}