body {
  background-color: #0f0f0f;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

.card-stream {
  background: #1c1c1c;
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.card-stream:hover {
  transform: scale(1.02);
  box-shadow: 0 0 12px #0d6efd88;
}

.card-body {
  padding: 1rem;
}

.card-title {
  font-size: 1rem;
  font-weight: 600;
}

.card-meta {
  font-size: 0.8rem;
  color: #aaa;
}

.card-btn {
  border-radius: 50px;
  margin-top: 10px;
}

.video-area iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 20px #0d6efd55;
}

@media (max-width: 768px) {
  .video-area iframe {
    height: 260px;
  }
}


.typewriter {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #0d6efd;
  width: 0;
  animation: typing 2s steps(11, end) forwards;
}

@keyframes typing {
  from { width: 0 }
  to   { width: 12ch }
}

.typewriter::after {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #0d6efd;
  margin-left: 2px;
}

@keyframes blink {
  0%, 100% { opacity: 1 }
  50% { opacity: 0 }
}

/* Hapus cursor setelah animasi selesai */
.typewriter.done::after {
  display: none;
}

  body { background-color: #0f0f0f; color: white; }
  .match-card {
    background: #1c1c1c;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .badge-status {
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 4px 10px;
  }
  .status-live { background-color: #28a745; animation: blink 1s infinite; }
  .status-upcoming { background-color: #ffc107; color: #000; }
  .status-ended { background-color: #dc3545; }
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }
  iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 10px;
    background: black;
  }
  @media (max-width: 768px) {
    iframe { height: 260px; }
  }
  
  body { background-color: #0f0f0f; color: white; }
  .match-card {
    background: #1c1c1c;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .badge-status {
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 4px 10px;
  }
  .status-live { background-color: #28a745; animation: blink 1s infinite; }
  .status-upcoming { background-color: #ffc107; color: #000; }
  .status-ended { background-color: #dc3545; }
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }
  iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 10px;
    background: black;
  }
  @media (max-width: 768px) {
    iframe { height: 260px; }
  }
  


  
  .fx35-chip {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 10px;
    background: #0c0c0c;
    scrollbar-width: none;
  }
  .fx35-chip::-webkit-scrollbar {
    display: none;
  }
  
  .fx35-chip .btn-status {
    white-space: nowrap;
    font-size: 0.75rem;
    padding: 6px 16px;
    border-radius: 50px;
    background: #1e1e1e;
    border: 1px solid #00d9ff;
    color: #00d9ff;
    font-weight: 600;
    flex-shrink: 0;
    transition: all 0.3s;
  }
  
  .fx35-chip .btn-status:hover,
  .fx35-chip .btn-status.active {
    background: #00d9ff;
    color: #000;
    box-shadow: 0 0 8px #00d9ff88;
  }
  #noMatchNotice {
    font-size: 0.85rem;
    color: #bbb;
    margin-bottom: 2rem;
    background: rgba(255,255,255,0.02);
    border: 1px dashed #555;
    border-radius: 8px;
  }
  .fx-tab-orange {
    display: flex;
    justify-content: center;
    gap: 10px;
    background: #181a1b;
    padding: 8px 12px;
    border-radius: 10px;
    overflow-x: auto;
  }
  
  .filter-tab {
    background: #1f1f1f;
    color: #ccc;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.25s ease-in-out;
    white-space: nowrap;
    font-size: 0.9rem;
  }
  
  .filter-tab:hover {
    background-color: #3b221a;
    color: #ff6f00;
    border-bottom: 3px solid #ff6f00;
  }
  
  .filter-tab.active {
    background-color: #ff6f00;
    color: white;
    border: none;
    box-shadow: 0 2px 10px rgba(255, 111, 0, 0.5);
  }
  
    #playerArea:fullscreen {
      background: #000;
      padding: 0;
      z-index: 9999;
    }
    
    #playerArea:fullscreen video {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: contain;
    background: #000;
  }
  .pulse-live {
    animation: pulse 1s infinite;
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.6);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(25, 135, 84, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
  }
  
  