.sort-base-switcher {
  margin-left: auto;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.control-button {
  border-radius: 11px;
  border: none;
  padding: 0px 0.5px;
  margin: 0;
  cursor: pointer;
  height: fit-content;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  min-width: 54px;
  transition: all 0.1s ease;
}
.control-button:active {
  transform: translateY(2px);
}
.control-button-inner {
  border-radius: 11px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.8);
  color: white;
  white-space: nowrap;
}
.control-button.inactive {
  background: rgb(100,100,100);
  box-shadow: 0px 0.5px 0px 0.5px rgba(80, 80, 80), 0px 4px 0px 0.5px rgba(80, 80, 80);
}
.control-button.inactive:active {
  box-shadow: 0px 0px 0px 0.5px rgba(80, 80, 80), 0px 2px 0px 0.5px rgba(80, 80, 80);
}
.control-button.inactive .control-button-inner {
  box-shadow: inset 0px 0px 10px rgba(120, 120, 120, 0.3);
}
.control-button[data-base="stable"].active {
  background: #16A34A;
  box-shadow: 0px 0.5px 0px 0.5px #15803D, 0px 4px 0px 0.5px #15803D;
}
.control-button[data-base="stable"].active:active {
  box-shadow: 0px 0px 0px 0.5px #15803D, 0px 2px 0px 0.5px #15803D;
}
.control-button[data-base="stable"].active .control-button-inner {
  box-shadow: inset 0px 0px 10px rgba(22, 163, 74, 0.5);
}
.control-button[data-base="nightly"].active {
  background: #F43F5E;
  box-shadow: 0px 0.5px 0px 0.5px #E11D48, 0px 4px 0px 0.5px #E11D48;
}
.control-button[data-base="nightly"].active:active {
  box-shadow: 0px 0px 0px 0.5px #E11D48, 0px 2px 0px 0.5px #E11D48;
}
.control-button[data-base="nightly"].active .control-button-inner {
  box-shadow: inset 0px 0px 10px rgba(244, 63, 94, 0.5);
}
.sort-controls {
  width: 94%;
  max-width: 1760px;
  margin: 0 auto 18px auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  box-sizing: border-box;
}
.sort-controls label {
  flex: 0 0 auto;
}
.sort-controls label {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  font-size: 14px;
}
.sort-select {
  padding: 9px 11px;
  padding-right: 32px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0, right 9px center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  min-width: 180px;
  box-shadow: 0px 0.5px 0px 0.5px rgba(255,255,255,0.1), 0px 4px 0px 0.5px rgba(50, 50, 50, 0.8);
  transition: all 0.1s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sort-select:focus {
  outline: none;
  box-shadow: 0px 0.5px 0px 0.5px rgba(79, 195, 247, 0.3), 0px 4px 0px 0.5px rgba(50, 50, 50, 0.8);
}
.sort-select:active {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px 0.5px rgba(255,255,255,0.1), 0px 2px 0px 0.5px rgba(50, 50, 50, 0.8);
}
.sort-select option {
  background: #1a1a1a;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.sort-select option:hover {
  background: rgba(0,86,122,0.4);
}
.sort-select option:checked {
  background: rgba(0,86,122,0.6);
  color: #fff;
}
.sort-order-btn {
  padding: 9px 14px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s ease;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0.5px 0px 0.5px rgba(255,255,255,0.1), 0px 4px 0px 0.5px rgba(50,50,50,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 38px;
}
.sort-order-btn:hover {
  background: linear-gradient(135deg, #333 0%, #222 100%);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0px 0.5px 0px 0.5px rgba(255,255,255,0.15), 0px 4px 0px 0.5px rgba(50,50,50,0.9);
}
.sort-order-btn:active {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px 0.5px rgba(255,255,255,0.1), 0px 2px 0px 0.5px rgba(50,50,50,0.8);
}
.sort-order-btn .shadow-button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-text-fill-color: inherit;
  -webkit-text-stroke-width: 0;
  text-shadow: inherit;
}
.sort-order-btn.gray {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-color: rgba(255,255,255,0.15);
}
.sort-order-btn.gray:active {
  box-shadow: none;
}
.sort-warning {
  color: #ffd700;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  line-height: 1.4;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.video-grid {
  width: 94%;
  max-width: 1760px;
  margin: 0 auto 27px auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid-empty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  text-align: center;
  gap: 20px;
  margin: 40px auto;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
.empty-icon {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.3));
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.empty-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.empty-subtitle {
  font-size: 15px;
  color: #aaa;
  line-height: 1.6;
  margin: 0;
  max-width: 400px;
}
.empty-action {
  margin-top: 12px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.empty-action:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: none;
}
@media (max-width: 768px) {
  .grid-empty {
    padding: 40px 20px;
    margin: 20px auto;
    border-radius: 16px;
  }
  .empty-icon {
    width: 60px;
    height: 60px;
  }
  .empty-title {
    font-size: 18px;
  }
  .empty-subtitle {
    font-size: 13px;
  }
}
.video-card {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  overflow: hidden;
  transition: all 0.15s ease;
  cursor: pointer;
}
.video-card:hover {
  transform: none;
  border-color: rgba(255,255,255,0.3);
}
.video-card:active {
  transform: translateY(0px);
}
.video-card.high-priority {
  position: relative;
  border: 1px solid rgba(255, 215, 0, 0.3);
  animation: subtleGlow 10s ease-in-out infinite;
}
.video-card.high-priority:hover {
  transform: none;
  border-color: rgba(255, 215, 0, 0.5);
}
.video-card.high-priority:active {
  transform: translateY(0px);
  border-color: rgba(255, 215, 0, 0.3);
}
@keyframes subtleGlow {
  0%, 100% {
    border-color: rgba(255, 215, 0, 0.25);
    box-shadow: 0 0 15px 0 rgba(255, 215, 0, 0.1);
  }
  50% {
    border-color: rgba(255, 215, 0, 0.45);
    box-shadow: 0 0 20px 0 rgba(255, 215, 0, 0.2);
  }
}
.video-thumbnail-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  overflow: hidden;
}
.video-thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-thumbnail-wrapper img.thumb-fill {
  object-fit: cover;
  transform: scale(1.04);
}
.video-priority-badge {
  position: absolute;
  top: 7px;
  right: 7px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 4px 9px;
  border-radius: 11px;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.high-priority .video-priority-badge {
  background: rgba(30,20,0,0.9);
  color: #FFD700;
  text-shadow: 0 0 5px rgba(255,215,0,0.3), 1px 1px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,215,0,0.2);
}
.video-language-badge {
  position: absolute;
  top: 7px;
  left: 7px;
  background: rgba(0,86,122,0.9);
  color: #fff;
  padding: 4px 9px;
  border-radius: 11px;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.video-info {
  padding: 14px;
}
.video-title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 38px;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.high-priority .video-title {
  color: #FFEBB3;
}
.video-channel {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-dates {
  font-size: 10px;
  color: #888;
  padding-top: 11px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.video-dates div {
  margin-bottom: 4px;
}
.video-dates div:last-child {
  margin-bottom: 0;
}
.stat-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}
.date-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}
.sort-arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
  transition: transform 0.2s ease;
  color: #fff;
}
.video-submit-container {
  width: 94%;
  max-width: 1760px;
  margin: 27px auto;
  padding: 18px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  box-sizing: border-box;
}
.coming-soon-badge {
  position: absolute;
  top: 7px;
  right: 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 193, 7, 0.1) 100%);
  border: 1px solid rgba(255, 215, 0, 0.4);
  border-radius: 11px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3), inset 0 0 8px rgba(255, 215, 0, 0.1);
  animation: subtlePulse 3s ease-in-out infinite;
}
@keyframes subtlePulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3), inset 0 0 8px rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5), inset 0 0 10px rgba(255, 215, 0, 0.15);
    border-color: rgba(255, 215, 0, 0.6);
  }
}
.coming-soon-icon {
  width: 14px;
  height: 14px;
  color: #FFD700;
  filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.6));
  animation: rotateClock 8s linear infinite;
}
@keyframes rotateClock {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.coming-soon-text {
  font-size: 11px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 0 0 6px rgba(255, 215, 0, 0.8), 1px 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}
.toggle-form-btn {
  width: 100%;
  padding: 0px 18px;
  background: none;
  border: none;
  border-radius: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
}
.toggle-form-btn:hover {
  background: rgba(255,255,255,0.05);
}
.toggle-form-btn:active {
  background: rgba(255,255,255,0.03);
}
.toggle-form-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.toggle-icon {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.toggle-icon.open {
  transform: rotate(-180deg);
}
.form-wrapper {
  margin-top: 18px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.video-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group-inline {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-group label,
.form-group-inline label {
  color: #ccc;
  font-size: 13px;
  font-weight: bold;
}
.form-group-inline input {
  flex: 0 0 180px;
  padding: 7px 11px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  color: #fff;
  font-size: 13px;
  font-family: 'Courier New', monospace;
}
.form-group-inline input:focus {
  outline: none;
  border-color: #4FC3F7;
  box-shadow: 0 0 5px rgba(79, 195, 247, 0.3);
}
.video-id-hint {
  color: #888;
  font-size: 11px;
  font-style: italic;
  margin-left: 9px;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.video-preview-container {
  margin-top: 14px;
  padding: 14px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.2);
}
.video-preview-header {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 11px;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.video-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 11px;
}
.video-preview-card {
  background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 11px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
.video-preview-card:hover {
  border-color: rgba(255,255,255,0.3);
  transform: none;
}
.video-preview-thumbnail {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
  overflow: hidden;
}
.video-preview-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-preview-title {
  padding: 7px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group textarea {
  padding: 9px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px;
  color: #fff;
  font-size: 13px;
  font-family: Arial, sans-serif;
  resize: none;
  min-height: 90px;
}
.form-group textarea:focus {
  outline: none;
  border-color: #4FC3F7;
  box-shadow: 0 0 5px rgba(79, 195, 247, 0.3);
}
.turnstile-wrapper {
  display: flex;
  justify-content: center;
  margin: 14px 0;
}
.submit-btn {
  border-radius: 11px;
  border: none;
  padding: 0px 0.5px;
  margin: 0 0 5px 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: all 0.1s ease;
  background: rgb(0,122,255);
  box-shadow: 0px 0.5px 0px 0.5px rgba(0, 96, 204), 0px 4px 0px 0.5px rgba(0, 96, 204);
}
.submit-btn:active {
  transform: translateY(2px);
  box-shadow: 0px 0.5px 0px 0.5px rgba(0, 96, 204), 0px 2px 0px 0.5px rgba(0, 96, 204);
}
.submit-btn:disabled {
  cursor: not-allowed;
  transform: none;
}
.submit-btn-inner {
  border-radius: 11px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: rgb(0, 64, 128);
  padding: 9px 14px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-shadow: inset 0px 0px 10px rgba(0, 142, 255, 0.5);
}
.submit-btn.success {
  background: rgb(76, 175, 80);
  box-shadow: 0px 0.5px 0px 0.5px rgba(56, 142, 60), 0px 4px 0px 0.5px rgba(56, 142, 60);
}
.submit-btn.success .submit-btn-inner {
  -webkit-text-stroke-color: rgb(27, 94, 32);
  box-shadow: inset 0px 0px 10px rgba(102, 187, 106, 0.5);
}
.submit-btn.error {
  background: rgb(244, 67, 54);
  box-shadow: 0px 0.5px 0px 0.5px rgba(198, 40, 40), 0px 4px 0px 0.5px rgba(198, 40, 40);
}
.submit-btn.error .submit-btn-inner {
  -webkit-text-stroke-color: rgb(183, 28, 28);
  box-shadow: inset 0px 0px 10px rgba(239, 83, 80, 0.5);
}
.submit-btn.cooldown {
  background: #666;
  box-shadow: 0px 0.5px 0px 0.5px #555, 0px 4px 0px 0.5px #555;
}
.submit-btn.cooldown .submit-btn-inner {
  -webkit-text-stroke-color: #444;
  box-shadow: inset 0px 0px 10px rgba(150, 150, 150, 0.5);
}
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
  }
  button, button:active {
    box-shadow: none !important;
    transform: none !important;
  }
  .sort-controls {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
  }
  .sort-base-switcher {
    margin-left: 0;
    width: 100%;
    justify-content: stretch;
    gap: 8px;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .control-button {
    flex: 1;
    min-width: 0;
    border: 1px solid rgba(51, 144, 236, 0.3);
    background: rgba(30, 39, 50, 0.6);
    border-radius: 8px;
    box-shadow: none !important;
    box-sizing: border-box;
    max-width: 100%;
  }
  .control-button.inactive {
    background: rgba(30, 39, 50, 0.6);
    border-color: rgba(51, 144, 236, 0.2);
    box-shadow: none !important;
  }
  .control-button.inactive .control-button-inner {
    color: #8e9297;
    box-shadow: none !important;
  }
  .control-button:active {
    transform: none !important;
  }
  .control-button-inner {
    font-size: 13px;
    padding: 10px 12px;
    color: #e4e4e4;
    text-shadow: none;
    -webkit-text-fill-color: inherit;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  .sort-controls label {
    font-size: 14px;
    color: #3390ec;
    font-weight: 500;
    text-shadow: none;
  }
  .sort-select {
    width: 100%;
    min-width: auto;
    padding: 12px 16px;
    padding-right: 35px;
    font-size: 14px;
    background: rgba(30, 39, 50, 0.6);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 8px;
    color: #e4e4e4;
    box-shadow: none;
  }
  .sort-select:focus {
    border-color: rgba(51, 144, 236, 0.5);
    background: rgba(51, 144, 236, 0.1);
    box-shadow: none;
  }
  .sort-select:active {
    transform: none;
    box-shadow: none;
  }
  .sort-order-btn {
    width: 100%;
    padding: 12px 16px;
    height: auto;
    background: rgba(30, 39, 50, 0.6) !important;
    border: 1px solid rgba(51, 144, 236, 0.3) !important;
    border-radius: 8px;
    color: #e4e4e4;
    box-shadow: none !important;
    text-shadow: none;
    font-weight: 500;
  }
  .sort-order-btn.gray {
    background: rgba(30, 39, 50, 0.6) !important;
    border-color: rgba(51, 144, 236, 0.3) !important;
  }
  .sort-order-btn:hover {
    background: rgba(51, 144, 236, 0.1) !important;
    border-color: rgba(51, 144, 236, 0.4) !important;
    box-shadow: none !important;
  }
  .sort-order-btn:active {
    transform: none !important;
    box-shadow: none !important;
    background: rgba(30, 39, 50, 0.6) !important;
  }
  .sort-order-btn.gray:active {
    background: rgba(30, 39, 50, 0.6) !important;
    box-shadow: none !important;
  }
  .sort-order-btn .shadow-button-inner {
    box-shadow: none !important;
    text-shadow: none;
    color: #e4e4e4;
  }
  .sort-arrow {
    color: #e4e4e4;
    filter: none;
  }
  .video-grid {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 16px;
    gap: 0;
  }
  .video-card {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51, 144, 236, 0.15);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
  .video-card:hover {
    transform: none;
    box-shadow: none;
  }
  .video-card:active {
    transform: none;
    box-shadow: none;
  }
  .video-card.high-priority {
    box-shadow: none;
    animation: none;
  }
  .video-card.high-priority:hover {
    transform: none;
    box-shadow: none;
  }
  .video-info {
    padding: 16px;
  }
  .video-title {
    color: #e4e4e4;
    text-shadow: none;
  }
  .high-priority .video-title {
    color: #FFD700;
  }
  .video-channel {
    color: #8e9297;
  }
  .video-dates {
    color: #8e9297;
    border-top: 1px solid rgba(51, 144, 236, 0.15);
  }
  .video-priority-badge,
  .video-language-badge {
    text-shadow: none;
  }
  .video-submit-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px 16px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
  }
  .toggle-form-btn {
    font-size: 14px;
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 8px;
    color: #3390ec;
    text-shadow: none;
  }
  .toggle-form-btn:hover {
    background: rgba(51, 144, 236, 0.1);
  }
  .coming-soon-badge {
    position: static;
    margin-top: 8px;
    width: 100%;
    justify-content: center;
    background: rgba(51, 144, 236, 0.15);
    border: 1px solid rgba(51, 144, 236, 0.3);
    box-shadow: none;
    animation: none;
  }
  .form-group-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .form-group-inline input {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    background: rgba(30, 39, 50, 0.6);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 8px;
    color: #e4e4e4;
  }
  .form-group-inline input:focus {
    border-color: rgba(51, 144, 236, 0.5);
    background: rgba(51, 144, 236, 0.1);
    box-shadow: none;
  }
  .form-group label {
    color: #3390ec;
    font-weight: 500;
  }
  .video-id-hint {
    margin-left: 0;
    font-size: 11px;
    color: #8e9297;
    text-shadow: none;
  }
  .form-group textarea {
    width: 100%;
    box-sizing: border-box;
    background: rgba(30, 39, 50, 0.6);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 8px;
    color: #e4e4e4;
  }
  .form-group textarea:focus {
    border-color: rgba(51, 144, 236, 0.5);
    background: rgba(51, 144, 236, 0.1);
    box-shadow: none;
  }
  .video-preview-container {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 0;
  }
  .video-preview-header {
    color: #3390ec;
    text-shadow: none;
  }
  .video-preview-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
  .video-preview-card {
    background: transparent;
    border: 1px solid rgba(51, 144, 236, 0.2);
    border-radius: 8px;
  }
  .video-preview-card:hover {
    border-color: rgba(51, 144, 236, 0.4);
    transform: none;
  }
  .video-preview-title {
    color: #e4e4e4;
    text-shadow: none;
  }
  .submit-btn {
    background: rgba(51, 144, 236, 0.15);
    border: 1px solid rgba(51, 144, 236, 0.3);
    border-radius: 8px;
    box-shadow: none;
  }
  .submit-btn:active {
    transform: none;
    box-shadow: none;
  }
  .submit-btn-inner {
    color: #fff;
    text-shadow: none;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    box-shadow: none;
  }
  .submit-btn.success {
    background: rgba(76, 175, 80, 0.15);
    border-color: rgba(76, 175, 80, 0.3);
    box-shadow: none;
  }
  .submit-btn.error {
    background: rgba(244, 67, 54, 0.15);
    border-color: rgba(244, 67, 54, 0.3);
    box-shadow: none;
  }
  .submit-btn.cooldown {
    background: rgba(30, 39, 50, 0.6);
    border-color: rgba(51, 144, 236, 0.2);
    box-shadow: none;
  }
  .grid-empty {
    padding: 40px 20px;
  }
  .grid-empty .empty-title {
    color: #8e9297;
  }
  .sort-warning {
    font-size: 11px;
    margin-left: 12px;
  }
}
