/* Swiss International Style custom tweaks */
::selection {
    background-color: #000000;
    color: #ffffff;
}

/* Custom subtle scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #fafafa;
}
::-webkit-scrollbar-thumb {
    background: #d4d4d4;
}
::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

/* Minimalist orange dot pulse */
.orange-pulse-dot {
    width: 14px;
    height: 14px;
    background-color: #ff5500;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 85, 0, 0.8);
}
