@font-face {
  font-family: "Poppins-Light";
  src: url("../assets/fonts/poppins-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../assets/fonts/poppins-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../assets/fonts/poppins-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Semibold";
  src: url("../assets/fonts/poppins-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../assets/fonts/poppins-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brushlie-demo";
  src: url("../assets/fonts/brushlie-demo.otf") format("opentype");
  font-display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}

html {
  height: 100%;
  overflow: hidden;
  font-family: "Poppins-Regular", "Poppins", sans-serif;
}

body {
  background-color: #0B0B1E;
  background-image: radial-gradient(circle at top, rgba(147, 51, 234, 0.15) 0%, transparent 50%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFFFFF;
  font-family: "Poppins-Regular", "Poppins", sans-serif;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins-Bold", "Poppins", sans-serif;
  font-weight: 700;
}

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background: #0B0B1E;
}

::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 20px;
  border: 4px solid #0B0B1E;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #888888;
}

/* Firefox Support */
* {
  scrollbar-width: thin;
  scrollbar-color: #666666 transparent;
}

.waitlist-page {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Header */
.top-nav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 2vh;
  padding: 40px;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

.nav-left, .nav-right {
  flex: 1;
  display: flex;
}

.nav-right {
  justify-content: flex-end;
}

.back-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: all 0.3s ease;
}

.back-btn:hover {
  opacity: 1;
}

.back-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.spree-logo img {
  height: 50px;
  width: auto;
  filter: drop-shadow(0 0 20px rgba(249, 102, 172, 0.2));
}

/* Content */
.waitlist-content {
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 40px 20px;
  margin: 0 auto;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.waitlist-title {
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .waitlist-title {
    font-size: 48px;
    margin-top: 16px;
  }
}

.waitlist-subtitle {
  font-size: 16px;
  opacity: 0.7;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .waitlist-subtitle {
    font-size: 14px;
  }
}

.form-vector-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
}

.form-vector-top img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}

/* Form Styles */
.waitlist-form {
  text-align: left;
}

.form-group-row {
  display: flex;
  gap: 16px;
  width: 100%;
}

.form-group-row .form-group {
  flex: 1;
}

.form-group {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.form-group.dropdown-open, .form-group:has(.dropdown-selected.open) {
  z-index: 1000;
}

.form-group label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.form-group label .required {
  color: rgba(249, 102, 172, 0.6);
  margin-left: 4px;
}

.form-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: transparent;
  border-radius: 10px;
  padding: 16px 20px;
  color: #FFFFFF;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.form-input:focus {
  outline: none;
  border-color: rgba(249, 102, 172, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.form-input.error {
  border-color: #ff4d4d;
}

.error-hint {
  color: #ff4d4d;
  font-size: 12px;
  margin-top: 6px;
  font-weight: 500;
  position: absolute;
  bottom: -22px;
  left: 0;
}

/* Checkbox Style */
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.checkbox-container {
  padding: 2px;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  background: transparent;
}

.checkbox-container.checked {
  background: #F966AC;
  border-color: #F966AC;
}

.checkbox-container svg {
  color: #000;
  display: none;
  width: 16px;
  height: 16px;
}

.checkbox-container.checked svg {
  display: block;
}

.checkbox-label {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* College Section Toggle */
.college-section {
  display: none;
}
.college-section.show {
  display: block;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  height: 72px;
  background: #FFF9AF;
  color: #000;
  border: none;
  border-radius: 12px;
  padding: 20px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 249, 175, 0.3);
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* Form Message */
.form-message {
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  animation: slideIn 0.3s ease;
}

.form-message.success {
  background: rgba(100, 255, 100, 0.1);
  color: #4dfa7b;
  border: 1px solid rgba(100, 255, 100, 0.2);
}

.form-message.error {
  background: rgba(255, 100, 100, 0.1);
  color: #ff4d4d;
  border: 1px solid rgba(255, 100, 100, 0.2);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive */
@media (max-width: 767px) {
  .top-nav {
    padding: 0 20px;
    margin: 56px 0;
  }
  .back-icon {
    width: 36px;
    height: 36px;
  }
  .back-btn span {
    display: none;
  }
  .spree-logo img {
    height: 32px;
  }
  .waitlist-title {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
  }
  .waitlist-subtitle {
    font-size: 16px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.02em;
  }
  .waitlist-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .form-group {
    margin-bottom: 24px;
  }
  .form-group label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .form-group-row {
    gap: 12px;
  }
  .form-input {
    padding: 12px;
    font-size: 14px;
  }
  .submit-btn {
    padding: 16px;
    font-size: 14px;
    margin-top: 10px;
  }
  .checkbox-group {
    margin-bottom: 20px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .waitlist-title {
    font-size: 40px;
  }
  .form-group-row {
    flex-direction: row;
  }
  /* Small screens tweak for first/last name */
}
@media (max-width: 480px) and (max-width: 380px) {
  .form-group-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .waitlist-subtitle {
    font-size: 16px;
  }
}/*# sourceMappingURL=waitlist.css.map */