/* Sandika Arkham Tactical Console Stylesheet */
.sandika-rank-badge {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.25), rgba(147, 51, 234, 0.25));
    border: 1px solid rgba(129, 140, 248, 0.3);
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.2);
}

.waveform-bar {
    animation: wavePulse 1.2s ease-in-out infinite alternate;
}

@keyframes wavePulse {
    0% { height: 15%; opacity: 0.4; }
    100% { height: 100%; opacity: 1; }
}

.arkham-terminal {
    background: rgba(10, 15, 25, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-family: 'Monaco', 'Courier New', monospace;
}
