.tdc-monitor-card { background: #FFFFFF; border: 1px solid #E2E8F0; border-left: 5px solid #00da24; border-radius: 16px; display: flex; overflow: hidden; font-family: 'Plus Jakarta Sans', sans-serif; box-shadow: 0 4px 12px rgba(0,0,0,0.03); margin-bottom: 30px; }
.tdc-monitor-main { flex: 1; padding: 25px 30px; border-right: 1px dashed #E2E8F0; }
.tdc-monitor-head { display: flex; align-items: center; margin-bottom: 15px; flex-wrap: wrap; gap: 12px; }
.tdc-monitor-label { font-size: 1.05rem; font-weight: 800; color: #000000; display: flex; align-items: center; gap: 10px; margin: 0; }
.tdc-ai-badge { background: #F0FDFA; color: #0D9488; font-size: 11px; padding: 4px 10px; border-radius: 6px; border: 1px solid #CCFBF1; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; display: flex; align-items: center; }
.tdc-pulse-dot { width: 10px; height: 10px; background-color: #00da24; border-radius: 50%; display: inline-block; animation: tdc-pulse-green 2s infinite; }
.tdc-monitor-summary { font-size: 0.95rem; color: #475569; line-height: 1.7; background: #F8FAFC; padding: 18px 24px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #F1F5F9; }
.tdc-monitor-summary strong { color: #000000; font-weight: 700; }
.tdc-monitor-time { font-size: 12px; color: #94A3B8; display: flex; align-items: center; gap: 6px; font-weight: 500; }
.tdc-monitor-side { width: 240px; background: #FAFBFC; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; flex-shrink: 0; }
.tdc-monitor-btn { background: #EF4444; color: #FFFFFF; text-decoration: none; padding: 14px 20px; border-radius: 12px; font-weight: 800; font-size: 0.95rem; text-align: center; width: 100%; box-shadow: 0 10px 15px -3px rgba(239, 68, 68, 0.25); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: center; gap: 4px; }
.tdc-monitor-btn:hover { background: #000000; color: #FFFFFF; transform: translateY(-3px); box-shadow: 0 15px 25px -5px rgba(0,0,0,0.2); }
.tdc-monitor-trust { font-size: 11px; color: #94A3B8; margin-top: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
@media (max-width: 992px) { .tdc-monitor-card { flex-direction: column; } .tdc-monitor-main { border-right: none; border-bottom: 1px dashed #E2E8F0; padding: 20px; } .tdc-monitor-side { width: 100%; padding: 25px; background: #FFFFFF; } }
@keyframes tdc-pulse-green { 0% { box-shadow: 0 0 0 0 rgba(0, 218, 36, 0.4); } 70% { box-shadow: 0 0 0 8px rgba(0, 218, 36, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 218, 36, 0); } }