@charset "UTF-8";
:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

.btn-primary {
  background: white !important;
  border: 1px solid white !important;
  color: black !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.btn-primary:hover {
  background: transparent !important;
  color: white !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.btn-ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.btn-ghost:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.normal-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.normal-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.primary-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.primary-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.secondary-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.secondary-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.third-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.third-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.fouth-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.fouth-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.secondary-white-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.secondary-white-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.warning-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.warning-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.success-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.success-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.info-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.info-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.danger-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.danger-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.r-white-transparent-btn,
.r-black-transparent-btn,
.r-baige-transparent-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.8rem 1.8rem !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.r-white-transparent-btn:hover,
.r-black-transparent-btn:hover,
.r-baige-transparent-btn:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  color: rgba(var(--text-rgb), 0.8);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 0;
  padding-bottom: 2px;
}
.cta-link:after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.cta-link:hover {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
}
.cta-link:hover:after {
  transform: translateX(5px);
}

:root {
  --bg-color: #0c0c0c;
  --bg-rgb: 0, 0, 0;
  --text-color: #ffffff;
  --text-rgb: 255, 255, 255;
  --theme-invert-filter: invert(0);
  --gradient-end: #0a0a0a;
}

.light-theme {
  --bg-color: #f4f4f4;
  --bg-rgb: 255, 255, 255;
  --text-color: #1a1a1a;
  --text-rgb: 26, 26, 26;
  --theme-invert-filter: invert(1) hue-rotate(180deg);
  --gradient-end: #e8e8e8;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.submission-hero .hero-container {
  padding-bottom: 0;
}

/* Custom styles for artist submission specific elements */
.submission-criteria ul, .submission-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.submission-criteria ul li, .submission-info ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: rgba(var(--text-rgb), 0.7);
  font-weight: 300;
}
.submission-criteria ul li::before, .submission-info ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(var(--text-rgb), 0.4);
  font-weight: bold;
}

.submission-criteria li, .submission-info li {
  color: rgba(var(--text-rgb), 0.7);
}

.section-divider {
  height: 1px;
  background-color: rgba(var(--text-rgb), 0.1);
  margin: 4rem 0;
}

.info-block {
  margin-bottom: 3rem;
}

.info-block h4 {
  color: var(--text-color);
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.info-block p {
  color: rgba(var(--text-rgb), 0.7);
  line-height: 1.6;
}

/* Specific form adjustments for artist submission */
.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.checkbox-group input[type=checkbox] {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(var(--text-rgb), 0.4);
  background: rgba(var(--text-rgb), 0.03);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-top: 3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block !important;
}
.checkbox-group input[type=checkbox]:checked {
  background: var(--text-color);
  border-color: var(--text-color);
}
.checkbox-group input[type=checkbox]:checked:after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--bg-color);
  font-size: 10px;
  font-weight: bold;
}
.checkbox-group input[type=checkbox]:hover {
  border-color: rgba(var(--text-rgb), 0.7);
  background: rgba(var(--text-rgb), 0.07);
  box-shadow: 0 0 0 4px rgba(var(--text-rgb), 0.05);
}
.checkbox-group input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--text-rgb), 0.1);
}
.checkbox-group label {
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(var(--text-rgb), 0.7);
  cursor: pointer;
  font-weight: 300;
  transition: color 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.checkbox-group label:hover {
  color: var(--text-color);
}
.checkbox-group label input[type=checkbox] {
  margin-right: 0;
}

.file-upload-info {
  font-size: 0.8rem;
  color: rgba(var(--text-rgb), 0.4);
  margin-top: 0.5rem;
}

/* Override hero height for this page */
.submission-hero {
  height: 70vh;
  min-height: 600px;
  background: var(--bg-color);
}/*# sourceMappingURL=artist-submission.css.map */