#debug-monitor {
            position: fixed;
            display: none;
            top: 10px;
            right: 10px;
            background: rgba(0, 20, 0, 0.9);
            color: #0f0;
            font-family: 'Geist Mono', monospace;
            padding: 10px;
            border: 1px solid #0f0;
            pointer-events: none;
            z-index: 1000;
            font-size: 13px;
        }