
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #000000;
  color: #ddd;
  overflow-y: auto;
}

.cockpit {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 20px;
}

.control-panel {/*
  background-color: #000 !important;
  border: 1px solid #333;*/
  padding: 15px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #aaa;
}

.main-content {
  flex: 1;
  display: grid;
  /* gap: 20px; */
  margin-top: 20px;
  /*margin-bottom: 20px; */
}

.side-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 220px;
  background-color: #121212;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 6px;
  overflow-y: auto;
}

.iframe-wrapper {
  flex: 3;
  background-color: #000;
  border: 1px solid #444;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px #000;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.ufo-button {
  background-color: #000000;
  color: #ccc;
  border: 1px solid #444;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 10px;
}

.ufo-button:hover {
  background-color: #222;
  border-color: #555;
  color: #fff;
}

.bottom-panel {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .main-content {
    flex-direction: column;
  }

  .side-panel {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bottom-panel {
    flex-wrap: wrap;
  }



#videoPlayer {
  width: 100%;
  height: 600px;
  border: none;
  overflow: auto; /* Important for scroll */
}









    body, html {
      margin: 0;
      padding: 0;
      height: 100%;
      background-color: black;
      color: white;
      font-family: 'Orbitron', sans-serif;
    }

    .main-content {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .dropdown-container {
      padding-top: 10px;
      background: #000;
      z-index: 10;
    }

    .dropdown {
      width: 100%;
      padding: 12px;
      font-size: 16px;
      background-color: #000;
      color: #0ff;
      border: 2px solid #fff;
      border-radius: 8px;
    }

    iframe {
      flex-grow: 1;
      width: 100%;
      border: none;
    }

    .control-panel {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 10px;
      background-color: #000;
    }

    /* Optional: extra mobile-only styling */
@media (max-width: 768px) {
  .control-panel {
scale:0.5;
  }
}

    .ufo-button {
      font-family: 'Orbitron', sans-serif;
      padding: 10px 16px;
      background-color: #000000;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      color: #fff;
      margin: 10px;
    }

    .ufo-button:hover {
      background-color: green;
    }

    button, input, optgroup, select, textarea {
      font-family: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      font-size: 100%;
      text-align: center;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: inherit;
      color: #ffffff !important;
      margin: 0;
      padding: 0;
    }

    body, html {
      margin: 0;
      padding: 0;
      height: 100%;
      background-color: black;
      color: white;
      font-family: 'Orbitron', sans-serif;
    }

    .main-content {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .dropdown-container {
      padding-top: 10px;
      background: #000;
      z-index: 10;
    }

    .dropdown {
      width: 100%;
      padding: 12px;
      font-size: 16px;
      background-color: #000;
      color: #0ff;
      border: 2px solid #fff;
      border-radius: 8px;
    }

    iframe {
      flex-grow: 1;
      width: 100%;
      border: none;
    }

    .control-panel {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 10px;
      background-color: none !important;
    }

    .ufo-button {
      font-family: 'Orbitron', sans-serif;
      padding: 10px 16px;
      background-color: #000000;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      color: #fff;
      margin: 10px;
    }

    .ufo-button:hover {
      background-color: green;
    }

    button, input, optgroup, select, textarea {
      font-family: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      font-size: 100%;
      text-align: center;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: inherit;
      color: #ffffff !important;
      margin: 0;
      padding: 0;
    }
  