/* Dashboard Navigation Button */
.back-to-dashboard { position: fixed; top: 20px; right: 20px; z-index: 1000; background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); color: white !important; padding: 12px 20px; border-radius: 25px; text-decoration: none !important; font-weight: 600; font-size: 14px; box-shadow: 0 4px 12px rgba(0,123,255,0.3); transition: all 0.3s ease; border: none; cursor: pointer; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.back-to-dashboard:hover { background: linear-gradient(135deg, #0056b3 0%, #004085 100%); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,123,255,0.4); color: white !important; }
.back-to-dashboard::before { content: "🏠 "; margin-right: 8px; }
.test-suite-nav { position: fixed; top: 20px; right: 200px; z-index: 9998; }
.test-suite-nav select { background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%); color: white; border: none; padding: 12px 16px; border-radius: 25px; font-weight: 600; font-size: 14px; box-shadow: 0 4px 12px rgba(40,167,69,0.3); transition: all 0.3s ease; cursor: pointer; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; min-width: 160px; }
.test-suite-nav select:hover { background: linear-gradient(135deg, #1e7e34 0%, #155724 100%); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(40,167,69,0.4); }
