/* Shared debug badge — public site and admin dashboard */
.pranarp-internal-traffic-badge {
    position: fixed;
    bottom: 0.75rem;
    left: 0.75rem;
    z-index: 10000;
    max-width: min(20rem, calc(100vw - 1.5rem));
    padding: 0.35rem 0.6rem;
    border-radius: 0.25rem;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #f5f5f5;
    background: rgba(26, 26, 26, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    opacity: 0.92;
}
