* { font-family: Tahoma, sans-serif; }
body { background: #0f0f23; color: #fff; margin: 0; padding: 20px; }
.container { max-width: 1200px; margin: 0 auto; background: #1a1a2e; padding: 20px; border-radius: 15px; box-shadow: 0 0 20px rgba(0,255,255,0.1); }
h1 { text-align: center; color: #00ffff; }
.stats { text-align: center; margin: 15px 0; font-size: 18px; }
.search-form { margin: 20px 0; text-align: center; }
.search-form input, .search-form select, .search-form button {
  padding: 10px; margin: 5px; border: none; border-radius: 8px; font-size: 16px;
}
.search-form button { background: #00ffff; color: #000; cursor: pointer; }
.search-form a { color: #00ffff; text-decoration: none; margin: 0 10px; }
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
th, td { padding: 12px; text-align: center; border-bottom: 1px solid #333; }
th { background: #16213e; }
tr.success { background: rgba(0, 255, 0, 0.1); }
tr.failed { background: rgba(255, 0, 0, 0.1); }
code { background: #333; padding: 2px 8px; border-radius: 5px; }