 
        body { background-color: #000; color: #fff; font-family: 'Inter', sans-serif; overflow-x: hidden; }
        .mono { font-family: 'JetBrains Mono', monospace; }
        .obsidian-panel { background: #080808; border: 1px solid #1a1a1a; border-radius: 12px; }
        
        /* Recording Animation */
        .record-pulse { animation: pulse-red 1s infinite; background-color: #ef4444 !important; }
        @keyframes pulse-red { 
            0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5); }
            70% { box-shadow: 0 0 0 15px rgba(239, 68, 68, 0); }
            100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
        }
        
        canvas { filter: drop-shadow(0 0 15px rgba(16, 185, 129, 0.1)); width: 100%; }
        .custom-scroll::-webkit-scrollbar { width: 4px; }
        .custom-scroll::-webkit-scrollbar-thumb { background: #333; border-radius: 10px; }
 