.agera-mode-chip {
    border-color: rgba(88, 120, 255, 0.16);
    background: rgba(88, 120, 255, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.agera-mode-chip:hover {
    border-color: rgba(88, 120, 255, 0.28);
    background: rgba(88, 120, 255, 0.12);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(88, 120, 255, 0.15);
}

.agera-mode-chip.is-active {
    box-shadow: 0 0 24px rgba(88, 120, 255, 0.25);
}

.tesla-server-section .tesla-server-ip-box:hover {
    box-shadow: 0 12px 28px rgba(88, 120, 255, 0.16);
}
