/* Scoped finishing touches; preserve existing navigation, Admin and Premium. */
.vryx-upload { align-items: start; }
.vryx-upload .font-black { font-weight: 650; }
.vryx-upload h2 { font-weight: 750; }
.vryx-upload .input { min-height: 48px; }
.vryx-upload .btn:disabled { cursor: not-allowed; opacity: .65; }
.vryx-upload .btn:focus-visible, .vryx-upload button:focus-visible {
  outline: 2px solid #5eead4; outline-offset: 3px;
}
.vryx-field-label { display: block; margin: 0 0 8px; color: #e2e8f0; font-size: 14px; font-weight: 600; }
.vryx-speed-note { margin: 12px 0; color: #a9bbcc; font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.vryx-track-title { margin: 0 0 8px; color: #f8fafc; font-size: 18px; font-weight: 650; overflow-wrap: anywhere; }
.vryx-error-note { padding: 16px; border: 1px solid #f871714d; border-radius: 8px; background: #ef444419; color: #fecaca; font-size: 14px; line-height: 1.6; }
@media (max-width: 600px) {
  .vryx-upload > section, .vryx-upload > aside { padding: 16px; }
  .vryx-upload .btn { min-height: 46px; }
  .vryx-track-title { font-size: 16px; }
}
