/* DJing.com v14 Coming Soon Styles */
/* Reset and Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.5;
}

/* Utility Classes */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.top-0 {
  top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.min-h-screen {
  min-height: 100vh;
}

/* Layout */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

/* Margins */
.mt-6 {
  margin-top: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

/* Header Styles */
header {
  background-color: #000000;
  border-bottom: 1px solid #374151;
  position: sticky;
  top: 0;
  z-index: 50;
}

.h-16 {
  height: 4rem;
}

.w-\[100px\] {
  width: 100px;
}

.h-auto {
  height: auto;
}

/* Flexbox */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

/* Grid */
.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

/* Typography */
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-center {
  text-align: center;
}

/* Colors */
.text-white {
  color: #ffffff;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-purple-400 {
  color: #c084fc;
}

.text-blue-400 {
  color: #60a5fa;
}

.text-green-400 {
  color: #4ade80;
}

.text-red-400 {
  color: #f87171;
}

/* Background Colors */
.bg-black {
  background-color: #000000;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-gray-700 {
  background-color: #374151;
}

.bg-purple-900 {
  background-color: #581c87;
}

.bg-blue-900 {
  background-color: #1e3a8a;
}

.bg-green-900 {
  background-color: #14532d;
}

/* Background with opacity */
.bg-gray-800\/80 {
  background-color: rgba(31, 41, 55, 0.8);
}

.bg-purple-900\/30 {
  background-color: rgba(88, 28, 135, 0.3);
}

.bg-blue-900\/30 {
  background-color: rgba(30, 58, 138, 0.3);
}

.bg-green-900\/30 {
  background-color: rgba(20, 83, 45, 0.3);
}

/* Gradient Backgrounds */
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-purple-900\/30 {
  --tw-gradient-from: rgba(88, 28, 135, 0.3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.to-blue-900\/30 {
  --tw-gradient-to: rgba(30, 58, 138, 0.3);
}

.from-purple-600 {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.from-purple-700 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent);
}

.to-black {
  --tw-gradient-to: #000000;
}

.from-purple-400 {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

/* Background Clip */
.bg-clip-text {
  background-clip: text;
  -webkit-background-clip: text;
}

.text-transparent {
  color: transparent;
}

/* Borders */
.border {
  border-width: 1px;
}

.border-gray-800 {
  border-color: #1f2937;
}

.border-gray-700 {
  border-color: #374151;
}

.border-transparent {
  border-color: transparent;
}

.border-purple-500 {
  border-color: #a855f7;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

/* Sizing */
.w-full {
  width: 100%;
}

.w-2 {
  width: 0.5rem;
}

.w-12 {
  width: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  width: 1.5rem;
  height: 1.5rem;
}

/* Form Styles */
.block {
  display: block;
}

input[type="email"] {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: rgba(31, 41, 55, 0.8);
  border: 1px solid #374151;
  border-radius: 0.375rem;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.15s ease-in-out;
}

input[type="email"]:focus {
  outline: none;
  ring: 2px solid #a855f7;
  border-color: transparent;
}

input[type="email"]::placeholder {
  color: #9ca3af;
}

button {
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Role Selection Styles */
.role-option {
  transition: all 0.15s ease-in-out;
  user-select: none;
}

.role-option.selected {
  background-color: rgba(147, 51, 234, 0.2);
  border-color: #a855f7;
  border-width: 2px;
}

.role-option:hover {
  background-color: rgba(55, 65, 81, 0.8);
}

.role-option.selected:hover {
  background-color: rgba(147, 51, 234, 0.2);
}

/* Form Spacing */
.space-y-6 > * + * {
  margin-top: 1.5rem;
}

/* Button Styles */
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 2rem;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.375rem;
  color: #ffffff;
  background-image: linear-gradient(to right, #9333ea, #2563eb);
  transition: all 0.15s ease-in-out;
}

.btn-primary:hover {
  background-image: linear-gradient(to right, #7c3aed, #1d4ed8);
}

.btn-primary:disabled {
  background-image: linear-gradient(to right, #6b21a8, #1e40af);
  cursor: not-allowed;
}

/* Loading Spinner */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.loading-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  margin-right: 0.5rem;
}

/* Success Message Styles */
#success-message {
  background-color: rgba(31, 41, 55, 0.8);
  border-radius: 0.375rem;
  padding: 1.5rem;
  text-align: center;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

a:hover {
  color: #ffffff;
}

.text-purple-400:hover {
  color: #c084fc;
}

/* Error Styles */
.error-message {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  font-size: 0.875rem;
  color: #f87171;
}

/* Mix Blend Mode */
.mix-blend-multiply {
  mix-blend-mode: multiply;
}

/* Responsive Design */
@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

/* Additional utility classes */
.opacity-6 {
  opacity: 0.6;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cursor-pointer {
  cursor: pointer;
}

/* Focus styles */
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}