/*!******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/output.css ***!
  \******************************************************************/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .z-57 {
    z-index: 57;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*********************************************************************************************************/
@font-face {
  font-display: swap;
  font-family: "Lora";
  font-style: normal;
  font-weight: 100 900;
  src: url(fonts/Lora-VariableFont_wght.woff2) format("woff2-variations");
}
@font-face {
  font-display: swap;
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 100 900;
  src: url(fonts/LibreBaskerville-VariableFont_wght.woff2) format("woff2-variations");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  src: url(fonts/Roboto-VariableFont_wdth,wght.woff2) format("woff2-variations");
}
@font-face {
  font-display: swap;
  font-family: "Squartiqa4F";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Squartiqa4F.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noah";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/noah-regular.woff2) format("woff2");
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #eeeeee;
  font-family: "Noah", sans-serif;
  position: relative;
  letter-spacing: 0.7px;
  scroll-behavior: smooth;
  overflow-x: clip;
  background-color: black;
}

.ld-breadcrumbs {
  background: black !important;
}

p,
ul,
ol {
  margin: 0 0 0 0;
}

p,
li,
h3,
h4 {
  line-height: 1.65rem;
}

h3,
h4 {
  font-family: "Libre Baskerville", serif;
  line-height: 2rem;
}

h1 {
  font-family: "Libre Baskerville", serif;
  font-weight: bolder;
  letter-spacing: 6px;
  font-size: 60px;
}

h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: bolder;
  letter-spacing: 6px;
  font-size: 50px;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.button {
  border: none;
  padding: 10px;
  border-radius: 25px;
  cursor: pointer;
}

.page-not-found {
  height: calc(100vh - 245px);
}

.main {
  min-height: calc(100vh - 235px);
}

@media (max-width: 800px) {
  h1 {
    font-family: "Libre Baskerville", serif;
    font-weight: bolder;
    letter-spacing: 6px;
    font-size: 40px;
  }
  h2 {
    font-family: "Libre Baskerville", serif;
    font-weight: bolder;
    letter-spacing: 6px;
    font-size: 35px;
  }
}
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: black;
  background-color: white;
}

.skip:focus {
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  background-color: white;
}

.nav-top {
  background-color: #0d0a1e;
  padding: 1rem;
  width: 100%;
  top: 0;
  z-index: 1200;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 2rem;
}

.nav-logo {
  width: 255px;
  height: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: rgb(219, 219, 219);
}

.nav-items {
  transition: color 0.2s ease;
}

.nav-items:hover {
  color: #E91E8C;
}

.nav-items:focus-visible {
  outline: 2px solid #E91E8C;
  outline-offset: 4px;
  border-radius: 4px;
  color: #E91E8C;
}

.current-page {
  color: #E91E8C;
}

.nav-button {
  display: inline-flex;
  align-items: center;
  border: 2px solid #E91E8C;
  background-color: #E91E8C;
  color: white;
  padding: 7px 16px;
  border-radius: 10px;
}
.nav-button:hover {
  color: white !important;
  opacity: 0.85;
}

.nav-button-ghost {
  background-color: transparent;
  color: inherit;
}
.nav-button-ghost.current-page {
  color: #E91E8C;
}
.nav-button-ghost:hover {
  color: white !important;
  background-color: #E91E8C;
  opacity: 1;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 170px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.dropdown-menu a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: #0d0a1e;
  white-space: nowrap;
}
.dropdown-menu a:hover, .dropdown-menu a:focus-visible {
  background: rgba(0, 0, 0, 0.05);
}

.dropdown:hover > .dropdown-menu,
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-toggle:focus-visible,
.dropdown-menu a:focus-visible {
  outline: 2px solid #E91E8C;
  outline-offset: 2px;
  border-radius: 4px;
}

.user-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  appearance: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #FC0BAB, #7C09F7);
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nav-chevron {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.nav-chevron svg {
  width: 18px;
  height: 18px;
}

.dropdown-toggle[aria-expanded=true] .nav-chevron {
  transform: rotate(180deg);
}

@media (max-width: 700px) {
  .nav-logo {
    width: 180px;
  }
  .nav-container {
    padding: 0 1rem;
  }
  .nav-list {
    font-size: 16px;
    gap: 12px;
  }
  .user-menu-toggle .nav-label {
    display: none;
  }
}
.hub-hero,
.hub-continue,
.hub-programs {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hub-hero {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  max-width: 1180px;
  margin: 0 auto;
}

.hub-eyebrow {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b79bea;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.hub-hero h1 {
  margin: 0 0 0.5rem;
}

.hub-hero-sub {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.4rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
}

.hub-continue {
  max-width: 1180px;
  margin: 0 auto 3.5rem;
}

.hub-continue-inner {
  background: #0f0d1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.hub-continue-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #FC0BAB, #7C09F7);
}

.hub-label {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b79bea;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.hub-continue-text h2 {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  margin: 0 0 0.4rem;
}

.hub-meta {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
}

.hub-progress-track {
  width: 340px;
  max-width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  overflow: hidden;
}

.hub-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #FC0BAB, #7C09F7);
  border-radius: inherit;
  transition: width 0.3s ease;
}

.hub-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(90deg, #FC0BAB, #7C09F7);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.75rem 1.4rem;
  border-radius: 8px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.hub-btn:hover {
  opacity: 0.88;
  color: #fff;
}

.hub-btn-outline {
  background: transparent;
  border: 1.5px solid rgba(217, 101, 162, 0.55);
}
.hub-btn-outline:hover {
  background: linear-gradient(90deg, #E41C89, #F2127F);
  border-color: transparent;
  opacity: 1;
}

.hub-programs {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 5.5rem;
}

.hub-programs h3 {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.hub-card {
  background: #0f0d1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.hub-card:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 101, 162, 0.55);
}
.hub-card.locked {
  opacity: 0.6;
}

.hub-card-art {
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(124, 9, 247, 0.35), rgba(252, 11, 171, 0.28)), repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 60px);
}
.hub-card-art svg {
  width: 34px;
  height: 34px;
  stroke: #fff;
  opacity: 0.85;
}

.hub-status {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.hub-status.active {
  background: rgba(233, 24, 84, 0.9);
  border-color: transparent;
}

.hub-card-body {
  padding: 1.25rem 1.4rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hub-card-body h4 {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.hub-card-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 1.1rem;
  flex: 1;
  color: #AA7EDD;
}

@media (max-width: 1350px) {
  .hub-hero,
  .hub-continue,
  .hub-programs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 900px) {
  .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .hub-hero,
  .hub-continue,
  .hub-programs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .hub-continue-text {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hub-grid {
    grid-template-columns: 1fr;
  }
}
.reg-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 3.5rem 2rem 2rem;
}
@media (max-width: 600px) {
  .reg-wrap {
    padding: 3.5rem 1rem 2rem;
  }
}

.reg-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.reg-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b79bea;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.reg-hero h1 {
  margin: 0 0 0.5rem;
}

.reg-hero-sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

.reg-message {
  border-radius: 8px;
  padding: 0.9rem 1.2rem;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.reg-message.success {
  background: rgba(61, 220, 132, 0.12);
  border: 1px solid rgba(61, 220, 132, 0.35);
  color: #3ddc84;
}
.reg-message.error {
  background: rgba(233, 24, 84, 0.1);
  border: 1px solid rgba(233, 24, 84, 0.35);
  color: #ff6b8f;
}

.reg-panel {
  background: #0f0d1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 2rem 2.2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .reg-panel {
    padding: 2rem 1rem;
  }
}
.reg-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #7C09F7, #FC0BAB);
}

.reg-panel h3 {
  font-size: 1.1rem;
  margin: 0 0 1.2rem;
}

.reg-field {
  margin-bottom: 1rem;
}

.reg-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #b79bea;
  margin-bottom: 0.4rem;
}

.reg-field input {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.9rem;
  font-family: inherit;
}
.reg-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.reg-field input:disabled {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.02);
  cursor: not-allowed;
}

.reg-helper {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.4rem;
  line-height: 1.5;
}

.reg-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .reg-two-col {
    grid-template-columns: 1fr;
  }
}
.reg-attest {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 1.2rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.reg-attest input {
  margin-top: 0.2rem;
}
.reg-attest a {
  color: #b79bea;
}

.reg-submit-btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 2rem;
}

.hub-btn-secondary {
  background: transparent;
  border: 1.5px solid rgba(217, 101, 162, 0.55);
}

.reg-enrollment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reg-enrollment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
}
.reg-enrollment-row:first-child {
  border-top: none;
}

.reg-enrollment-empty {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
}

.hub-programs-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: -0.8rem auto 1.4rem auto;
  max-width: 640px;
}
