font-size: 0.85rem; color: #888; font-style: italic; margin-top: 5px; } /* ===== ANALYTICS SECTION ===== */ .metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 25px; } .metric-card { background: var(--light-gray); padding: 20px; border-radius: 8px; border: 1px solid var(--medium-gray); } .metric-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; } .metric-header h3 { font-size: 1.1rem; color: var(--dark-gray); } .fake-data-tag { background: var(--warning-red); color: white; padding: 3px 8px; border-radius: 12px; font-size: 0.75rem; font-weight: bold; } .metric-value { font-size: 2.2rem; font-weight: bold; margin-bottom: 5px; } .metric-range { font-size: 0.85rem; color: #666; margin-bottom: 15px; } .fake-chart { height: 8px; background: #ddd; border-radius: 4px; overflow: hidden; } .chart-bar { height: 100%; background: linear-gradient(to right, var(--warning-orange), var(--warning-red)); border-radius: 4px; } /* ===== DATA GENERATION DISCLAIMER ===== */ .disclaimer-box { background: rgba(255, 204, 0, 0.1); border: 2px solid var(--warning-yellow); border-radius: 8px; padding: 20px; display: flex; gap: 15px; align-items: flex-start; } .disclaimer-icon { font-size: 2rem; color: var(--warning-yellow); flex-shrink: 0; } .disclaimer-content h4 { color: var(--warning-orange); margin-bottom: 10px; } .disclaimer-content ul { margin-top: 10px; padding-left: 20px; } .disclaimer-content li { margin-bottom: 5px; display: flex; align-items: center; gap: 8px; } /* ===== HEATMAP WARNING OVERLAY ===== */ .heatmap-container { display: grid; grid-template-columns: 3fr 1fr; gap: 20px; } .heatmap-image { position: relative; border-radius: 8px; overflow: hidden; background: var(--dark-gray); } .heatmap-image img { width: 100%; height: 300px; object-fit: cover; opacity: 0.6; } .heatmap-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; background: rgba(0,0,0,0.7); } .heatmap-warning { background: rgba(255, 68, 68, 0.9); color: white; padding: 25px; border-radius: 10px; text-align: center; max-width: 80%; border: 3px solid white; } .heatmap-warning i { font-size: 3rem; margin-bottom: 15px; color: var(--warning-yellow); } .heatmap-legend { background: var(--light-gray); padding: 20px; border-radius: 8px; border: 1px solid var(--medium-gray); } .legend-title { font-weight: bold; margin-bottom: 15px; color: var(--dark-gray); } .legend-scale { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .legend-gradient { height: 20px; flex-grow: 1; margin: 0 10px; background: linear-gradient(to right, #4CAF50, #FFEB3B, #F44336); border-radius: 4px; } .legend-note { background: rgba(255, 204, 0, 0.2); padding: 10px; border-radius: 6px; font-size: 0.85rem; display: flex; align-items: center; gap: 8px; margin-top: 15px; } /* ===== CONTROL PANEL WARNINGS ===== */ .control-warning { background: rgba(0, 102, 204, 0.05); border: 2px dashed var(--demo-blue); border-radius: 8px; padding: 20px; } .warning-header { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--demo-blue); } .warning-header i { font-size: 1.5rem; } .control-group { margin-bottom: 20px; } .control-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-weight: 500; } .demo-tag { background: var(--demo-purple); color: white; padding: 3px 8px; border-radius: 12px; font-size: 0.75rem; font-weight: bold; } .demo-slider { width: 100%; height: 8px; -webkit-appearance: none; background: linear-gradient(to right, #4CAF50, #FFEB3B, #F44336); border-radius: 4px; outline: none; } .demo-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; background: var(--demo-blue); border-radius: 50%; cursor: pointer; border: 2px solid white; box-shadow: 0 2px 5px rgba(0,0,0,0.2); } .control-note { font-size: 0.85rem; color: #666; margin-top: 5px; font-style: italic; } .demo-button { background: var(--demo-blue); color: white; border: none; padding: 12px 24px; border-radius: 6px; font-weight: bold; cursor: pointer; display: flex; align-items: center; gap: 8px; margin: 20px 0; transition: all 0.3s; width: 100%; justify-content: center; } .demo-button:hover { background: #0055aa; transform: translateY(-2px); } /* ===== SYSTEM STATUS INDICATOR ===== */ .system-status { background: rgba(0, 102, 204, 0.1); padding: 15px; border-radius: 6px; margin-top: 20px; } .demo-status { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; } .status-dot { width: 12px; height: 12px; background: var(--warning-red); border-radius: 50%; animation: pulse 1.5s infinite; } .status-text { font-weight: bold; color: var(--warning-red); } .status-details { font-size: 0.9rem; color: #666; display