::selection {
    background: var(--primary-color);
    color: #000;
}

body {
    overflow-x: hidden;
}

.glass {
    background: var(--bg-card);
    backdrop-filter: blur(18px);
    border: 1px solid var(--border-color);
    border-radius: 28px;
}

.text-primary-custom {
    color: var(--primary-color);
}
