/* sn_register.css – Styles für SoundNation Registrierung */

/* Grundlayout */
.sn-reg-shell {
  position: relative;
  padding: 2rem 0 2.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.sn-reg-bg {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 10% 10%, rgba(163, 87, 255, 0.2), transparent 60%),
    radial-gradient(circle at 80% 0%, rgba(64, 186, 255, 0.22), transparent 60%),
    radial-gradient(circle at 10% 90%, rgba(208, 80, 255, 0.22), transparent 65%),
    linear-gradient(135deg, #050316, #040712 45%, #020817);
  filter: blur(2px);
  z-index: -2;
}

.sn-reg-card {
  position: relative;
  width: min(980px, 100% - 2rem);
  border-radius: 1.6rem;
  padding: 2.1rem 2rem 2.4rem;
  border: 1px solid rgba(142, 97, 255, 0.78);
  background:
    radial-gradient(circle at top, rgba(135, 92, 255, 0.3), rgba(3, 6, 32, 0.98));
  box-shadow:
    0 0 40px rgba(105, 48, 255, 0.5),
    0 0 0 1px rgba(0,0,0,0.8);
  backdrop-filter: blur(22px);
  color: #e9f2ff;
  overflow: hidden;
}

.sn-reg-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(169, 119, 255, 0.35);
  pointer-events: none;
}

.sn-reg-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.sn-reg-title {
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #e3d5ff;
}

.sn-reg-sub {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: rgba(193, 212, 255, 0.9);
  margin-bottom: .35rem;
}

.sn-reg-badge {
  padding: .35rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 217, 255, 0.8);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: radial-gradient(circle at 0 0, rgba(120, 217, 255, 0.35), rgba(26, 34, 80, 0.96));
  white-space: nowrap;
  color: #e9f6ff;
}

/* Fehlerbox global (falls du style="" rausnimmst) */
.sn-auth-error {
  margin-bottom: 1rem;
  border-radius: .9rem;
  padding: .6rem .9rem;
  border: 1px solid rgba(255, 80, 120, 0.6);
  background: radial-gradient(circle at top, rgba(120, 0, 40, 0.6), rgba(20, 0, 10, 0.98));
  color: #ffe9f1;
}

/* Avatar-Zone */
.sn-reg-avatar-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.7rem;
}

.sn-avatar-ring {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 2px solid rgba(142, 97, 255, 0.85);
  padding: 3px;
  background: conic-gradient(from 180deg,
    rgba(93, 0, 255, 0.9),
    rgba(0, 212, 255, 0.9),
    rgba(186, 85, 255, 0.95),
    rgba(93, 0, 255, 0.9)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 25px rgba(155, 100, 255, 0.75),
    0 0 40px rgba(0, 225, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.sn-avatar-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0%, rgba(134, 111, 255, 0.4), rgba(5, 9, 40, 0.98));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sn-avatar-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: none;
}

.sn-avatar-placeholder {
  font-size: 2rem;
  color: rgba(219, 225, 255, 0.9);
}

.sn-avatar-upload-label {
  margin-top: .8rem;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  cursor: pointer;
  padding: .35rem .9rem;
  border-radius: 999px;
  border: 1px dashed rgba(137, 110, 255, 0.9);
  background: radial-gradient(circle at top, rgba(8,18,60,0.98), rgba(2,4,18,0.98));
}

.sn-avatar-upload-label span {
  color: rgba(216, 222, 255, 0.96);
}

.sn-avatar-upload-label input {
  display: none;
}

.sn-file-note {
  font-size: .75rem;
  color: rgba(201, 210, 255, 0.9);
  margin-top: .2rem;
}

/* Grid & Fields */
.sn-reg-grid-main {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1.1fr);
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

.sn-field-group {
  margin-bottom: 1rem;
}

.sn-field-label {
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(199, 209, 255, 0.9);
  margin-bottom: .32rem;
  display: block;
}

.sn-input,
.sn-select,
.sn-textarea {
  width: 100%;
  border-radius: .9rem;
  border: 1px solid rgba(118, 94, 255, 0.6);
  background: radial-gradient(circle at top, rgba(5, 8, 35, 0.85), rgba(2,4,18,0.98));
  padding: .7rem .9rem;
  font-size: .95rem;
  color: #e9f2ff;
  outline: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.7);
  box-sizing: border-box;
}

.sn-input::placeholder,
.sn-textarea::placeholder {
  color: rgba(160, 175, 230, 0.75);
}

.sn-input:focus,
.sn-select:focus,
.sn-textarea:focus {
  border-color: rgba(95, 222, 255, 0.95);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.9),
    0 0 22px rgba(95, 222, 255, 0.7);
}

.sn-textarea {
  min-height: 90px;
  resize: vertical;
  border-radius: 1rem;
}

.sn-inline-hint {
  margin-top: .25rem;
  font-size: .75rem;
  color: rgba(187, 203, 255, 0.86);
}

.sn-inline-hint.error {
  color: #ff9ac0;
}

.sn-inline-hint.ok {
  color: #9af5ff;
}

/* Date-Picker */
.sn-input[type="date"] {
  max-width: 100%;
  color-scheme: dark;
}

.sn-input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* Rollenwahl */
.sn-reg-role-select {
  margin: 1.7rem 0 .7rem;
}

.sn-reg-role-select h2 {
  font-size: 1rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(216, 221, 255, 0.95);
  margin-bottom: .75rem;
}

.sn-role-buttons {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: .6rem;
}

.sn-role-btn {
  border-radius: .9rem;
  padding: .6rem .5rem;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  cursor: pointer;
  border: 1px solid rgba(130, 104, 255, 0.7);
  background: radial-gradient(circle at top, rgba(7, 10, 40, 0.96), rgba(2, 4, 20, 0.98));
  color: rgba(214, 221, 255, 0.9);
  position: relative;
  overflow: hidden;
}

.sn-role-btn::before {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity .25s ease, transform .4s ease;
}

/* Farbverläufe pro Rolle */
.sn-role-btn[data-role="partyganger"]::before {
  background: conic-gradient(from 0deg, rgba(109, 215, 255,0.9), rgba(124, 255, 210,0.35), rgba(109, 215,255,0.9));
}

.sn-role-btn[data-role="musik_kuenstler"]::before {
  background: conic-gradient(from 0deg, rgba(168,132,255,0.9), rgba(113,199,255,0.4), rgba(168,132,255,0.9));
}

.sn-role-btn[data-role="veranstalter"]::before {
  background: conic-gradient(from 0deg, rgba(255,205,139,0.95), rgba(255,151,87,0.4), rgba(255,205,139,0.95));
}

.sn-role-btn[data-role="dienstleister"]::before {
  background: conic-gradient(from 0deg, rgba(255,157,219,0.95), rgba(196,132,255,0.45), rgba(255,157,219,0.95));
}

.sn-role-btn[data-role="kuenstler"]::before {
  background: conic-gradient(from 0deg, rgba(193,168,255,0.95), rgba(121,165,255,0.45), rgba(193,168,255,0.95));
}

.sn-role-btn[data-role="clubbesitzer"]::before {
  background: conic-gradient(from 0deg, rgba(139,255,213,0.95), rgba(120,210,255,0.45), rgba(139,255,213,0.95));
}

.sn-role-btn span {
  position: relative;
  z-index: 1;
}

.sn-role-btn:hover::before {
  opacity: .85;
  transform: translateX(0);
}

.sn-role-btn.active {
  border-color: #f9fbff;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.9),
    0 0 26px rgba(110, 227, 255, 0.8);
}

/* Rollen-Panel */
.sn-role-panels {
  margin-top: 1rem;
  border-radius: 1.1rem;
  border: 1px dashed rgba(112, 214, 255, 0.55);
  padding: 1.2rem 1rem 1.2rem;
  background: radial-gradient(circle at top, rgba(7,12,46,0.96), rgba(2,4,16,0.98));
}

.sn-role-panel {
  display: none;
}

.sn-role-panel.active {
  display: block;
}

.sn-role-panel h3 {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: .8rem;
  color: rgba(206, 224, 255, 0.95);
}

/* Chips (Musikstyles) */
.sn-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.sn-chip {
  border-radius: 999px;
  padding: .32rem .68rem;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.sn-chip input {
  display: none;
}

.sn-chip span {
  display: inline-block;
  padding: .18rem .6rem;
  border-radius: inherit;
  border: 1px solid rgba(126, 148, 255, 0.7);
  background: radial-gradient(circle at top, rgba(7,12,46,0.96), rgba(3,5,22,0.98));
  color: rgba(211, 219, 255, 0.92);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .1s ease;
}

.sn-chip input:checked + span {
  border-color: #fdfdff;
  box-shadow: 0 0 16px rgba(101, 224, 255, 0.85);
  background: radial-gradient(circle at top, rgba(26, 54, 126, 0.98), rgba(3,5,22,0.98));
  transform: translateY(-1px);
}

.sn-chip:active span {
  transform: scale(0.97);
}

/* Drinks / Scroller */
.sn-drink-section {
  max-height: 260px;
  overflow: auto;
  padding-right: .5rem;
  margin-top: .7rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(154, 117, 255, 0.9) transparent;
}

.sn-drink-section::-webkit-scrollbar {
  width: 8px;
}

.sn-drink-section::-webkit-scrollbar-track {
  background: rgba(10, 8, 36, 0.8);
  border-radius: 999px;
}

.sn-drink-section::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg,
    rgba(210, 130, 255, 0.95),
    rgba(120, 220, 255, 0.95)
  );
  box-shadow: 0 0 12px rgba(150, 130, 255, 0.95);
}

.sn-drink-category {
  margin-top: .3rem;
  margin-bottom: .25rem;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: rgba(195, 213, 255, 0.95);
  display: flex;
  align-items: center;
  gap: .45rem;
}

.sn-drink-category::before {
  content: "";
  flex: 0 0 10px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(93, 207, 255, 0.9),
    rgba(187, 135, 255, 0.3)
  );
}

.sn-drink-list {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  font-size: .85rem;
}

.sn-drink-item {
  margin-bottom: .12rem;
}

.sn-drink-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sn-drink-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: .45rem .8rem;
  border-radius: .9rem;
  border: 1px solid rgba(95, 181, 255, 0.25);
  background: radial-gradient(circle at top, rgba(7,16,46,0.95), rgba(3,6,26,0.98));
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .08s ease;
  text-align: center;
}

.sn-drink-item span {
  flex: 1;
  color: rgba(214, 223, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sn-drink-item.sn-selected label {
  border-color: rgba(240, 245, 255, 0.95);
  box-shadow: 0 0 16px rgba(97, 228, 255, 0.95);
  background: radial-gradient(circle at top, rgba(33, 84, 150, 0.98), rgba(5,10,32,0.98));
}

.sn-drink-item:active label {
  transform: scale(0.97);
}

/* Alkohol / Choice-Row */
.sn-alcohol-row {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: .85rem;
  margin-bottom: .6rem;
}

.sn-choice-row {
  display: flex;
  gap: 1rem;
  font-size: .85rem;
  flex-wrap: wrap;
}

/* Range-Bereiche */
.sn-range-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 1.1rem;
  margin-top: .9rem;
}

.sn-range-label {
  font-size: .8rem;
  margin-bottom: .2rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: rgba(201, 218, 255, 0.95);
}

.sn-range-output {
  font-size: .8rem;
  color: rgba(182, 218, 255, 0.9);
  margin-top: .15rem;
}

/* Neon Range Slider */
input[type="range"].sn-range {
  width: 100%;
  -webkit-appearance: none;
  background: linear-gradient(90deg,
    rgba(129, 101, 255, 0.3),
    rgba(97, 224, 255, 0.8));
  height: 6px;
  border-radius: 999px;
  outline: none;
  box-shadow: 0 0 12px rgba(80, 130, 255, 0.55);
}

input[type="range"].sn-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0%, #ffffff, #b789ff);
  box-shadow:
    0 0 0 2px rgba(17, 24, 39, 0.9),
    0 0 18px rgba(135, 206, 255, 0.95);
  cursor: pointer;
}

input[type="range"].sn-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0%, #ffffff, #b789ff);
  box-shadow:
    0 0 0 2px rgba(17, 24, 39, 0.9),
    0 0 18px rgba(135, 206, 255, 0.95);
  cursor: pointer;
  border: none;
}

input[type="range"].sn-range::-moz-range-track {
  background: linear-gradient(90deg,
    rgba(129, 101, 255, 0.3),
    rgba(97, 224, 255, 0.8));
  height: 6px;
  border-radius: 999px;
}

/* Feature-Checkboxen sichtbarer */
.sn-feature-list .sn-drink-item label {
  justify-content: flex-start;
  text-align: left;
}

.sn-feature-list .sn-drink-item span {
  white-space: normal;
}

.sn-feature-list .sn-drink-item input:checked + span {
  border-color: #fdfdff;
  box-shadow: 0 0 16px rgba(101, 224, 255, 0.85);
  background: radial-gradient(circle at top, rgba(33, 84, 150, 0.98), rgba(5,10,32,0.98));
}

/* Legal Cards / AGB */
.sn-legal {
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(115, 210, 255, 0.55);
  display: block;
}

.sn-legal-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
  margin-top: .3rem;
}

.sn-legal-card {
  position: relative;
  border-radius: 1rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(134, 103, 255, 0.85);
  background: radial-gradient(circle at top left,
    rgba(131, 96, 255, 0.35),
    rgba(4, 10, 38, 0.98));
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  box-shadow:
    0 0 14px rgba(104, 82, 255, 0.7),
    0 0 0 1px rgba(3, 4, 20, 0.9);
  overflow: hidden;
  animation: sn-card-pulse 2.4s infinite ease-in-out;
}

.sn-legal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0%,
    rgba(255, 255, 255, 0.12),
    transparent 60%);
  opacity: 0.0;
  pointer-events: none;
}

.sn-legal-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sn-legal-card-title {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: rgba(232, 236, 255, 0.98);
}

.sn-legal-card-text {
  font-size: .8rem;
  color: rgba(201, 214, 255, 0.92);
}

.sn-legal-card-text a {
  color: #aedeff;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.sn-legal-card.sn-legal-card-checked {
  border-color: #f9fbff;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.9),
    0 0 26px rgba(140, 230, 255, 0.95);
  animation: none;
}

.sn-legal-card.sn-legal-card-checked::before {
  opacity: 1;
}

@keyframes sn-card-pulse {
  0%, 100% {
    box-shadow:
      0 0 14px rgba(104, 82, 255, 0.7),
      0 0 0 1px rgba(3, 4, 20, 0.9);
  }
  50% {
    box-shadow:
      0 0 26px rgba(148, 230, 255, 0.9),
      0 0 0 1px rgba(3, 4, 20, 0.9);
  }
}

/* Submit-Row & Button */
.sn-submit-row {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.sn-submit-info {
  font-size: .78rem;
  color: rgba(195, 205, 255, 0.9);
}

.sn-btn-primary {
  border-radius: 999px;
  padding: .78rem 2.6rem;
  border: 1px solid rgba(134, 103, 255, 0.98);
  background:
    radial-gradient(circle at 0 0, rgba(163, 131, 255, 0.6), rgba(37, 29, 122, 0.98));
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #f7fbff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.sn-btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.25), transparent 45%, rgba(132, 220, 255, 0.4));
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity .25s ease, transform .45s ease;
}

.sn-btn-primary:hover::before {
  opacity: 1;
  transform: translateX(20%);
}

.sn-btn-primary:disabled {
  opacity: .45;
  cursor: default;
  box-shadow: none;
}

.sn-btn-primary.sn-pulse {
  animation: sn-pulse 1.6s infinite ease-in-out;
}

@keyframes sn-pulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(122, 101, 255, 0);
  }
  50% {
    box-shadow: 0 0 28px rgba(124, 206, 255, 0.95);
  }
}

/* Cloudflare Turnstile */
.sn-turnstile-row {
  margin-top: 1.1rem;
  display: flex;
  justify-content: center;
}

/* Fancy Toggles (Radio + Checkbox) */
.sn-toggle {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .5rem .85rem;
  border-radius: .85rem;
  border: 1px solid rgba(134, 103, 255, 0.7);
  background: radial-gradient(circle at top, rgba(8, 13, 46, 0.96), rgba(2, 4, 16, 0.98));
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: .82rem;
}

.sn-toggle::before {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0;
  transform: translateX(-40%);
  background: radial-gradient(circle at 0 0, rgba(178, 132, 255, 0.5), transparent 60%);
  transition: opacity .25s ease, transform .4s ease;
  pointer-events: none;
}

.sn-toggle:hover::before {
  opacity: .9;
  transform: translateX(0);
}

.sn-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sn-toggle-indicator {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.8);
  background: radial-gradient(circle at 30% 0%, rgba(86, 72, 201, 0.7), rgba(6, 10, 36, 0.98));
  border: 1px solid rgba(166, 129, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sn-toggle-indicator::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: inherit;
  background: transparent;
  box-shadow: 0 0 0 rgba(129, 230, 217, 0);
  transition: background .18s ease, box-shadow .18s ease, transform .12s ease;
}

.sn-toggle-label {
  position: relative;
  z-index: 1;
  color: rgba(222, 231, 255, 0.95);
}

/* Checkbox-Variante */
.sn-toggle.sn-toggle-check input:checked + .sn-toggle-indicator::after {
  background: linear-gradient(135deg, #a855f7, #22d3ee);
  box-shadow: 0 0 10px rgba(129, 230, 217, 0.9);
}

/* Radio-Variante */
.sn-toggle.sn-toggle-radio input:checked + .sn-toggle-indicator::after {
  background: radial-gradient(circle at 30% 0%, #a855f7, #22d3ee);
  box-shadow: 0 0 16px rgba(129, 230, 217, 1);
  transform: scale(1.02);
}

.sn-toggle.sn-toggle-check input:checked ~ .sn-toggle-label,
.sn-toggle.sn-toggle-radio input:checked ~ .sn-toggle-label {
  color: #f9f5ff;
  text-shadow: 0 0 12px rgba(191, 219, 254, 0.85);
}

/* Choice-Radios optisch verstecken (Partygänger/Organisator etc.) */
.sn-alcohol-row input[type="radio"],
.sn-choice-row input[type="radio"] {
  display: none;
}

.sn-alcohol-row label span,
.sn-choice-row label span {
  padding: .35rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(130, 104, 255, 0.7);
  background: radial-gradient(circle at top, rgba(7, 10, 40, 0.96), rgba(2, 4, 20, 0.98));
  color: rgba(214, 221, 255, 0.9);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .08s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sn-alcohol-row input[type="radio"]:checked + span,
.sn-choice-row input[type="radio"]:checked + span {
  border-color: #fdfdff;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.9),
    0 0 18px rgba(138, 225, 255, 0.95);
  background: radial-gradient(circle at top, rgba(33, 84, 150, 0.98), rgba(5, 10, 32, 0.98));
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 900px) {
  .sn-reg-card {
    padding: 1.8rem 1.3rem 2.1rem;
  }
  .sn-reg-grid-main {
    grid-template-columns: minmax(0,1fr);
  }
  .sn-role-buttons {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .sn-range-row {
    grid-template-columns: minmax(0,1fr);
  }
  .sn-legal-cards {
    grid-template-columns: minmax(0,1fr);
  }
}

@media (max-width: 600px) {
  .sn-role-buttons {
    grid-template-columns: minmax(0,1fr);
  }
  .sn-submit-row {
    flex-direction: column;
    align-items: stretch;
  }
}























/* Musik-Plattformen – Icons + Inputs */

.sn-platform-icons-row {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.35rem;
  margin-bottom: 0.75rem;
}

.sn-platform-icon {
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0%, rgba(11, 15, 40, 0.95), rgba(2, 4, 16, 0.98));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 0 14px rgba(120, 150, 255, 0.55);
  position: relative;
  overflow: hidden;
  transition: transform 0.08s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sn-platform-icon-inner {
  width: 70%;
  height: 70%;
  border-radius: 999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% 60%;
}

/* Hover / Active */
.sn-platform-icon:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 0 22px rgba(140, 230, 255, 0.9);
}

.sn-platform-icon:active {
  transform: scale(0.96);
}

/* Icons – Pfade ggf. an dein Projekt anpassen */
.sn-platform-icon-spotify .sn-platform-icon-inner {
  background-color: #1DB954;
  background-image: url("/assets/img/icons/spotify.svg");
}

.sn-platform-icon-apple .sn-platform-icon-inner {
  background-color: #000000;
  background-image: url("/assets/img/icons/apple-music.svg");
}

.sn-platform-icon-soundcloud .sn-platform-icon-inner {
  background-color: #ff5500;
  background-image: url("/assets/img/icons/soundcloud.svg");
}

.sn-platform-icon-youtube .sn-platform-icon-inner {
  background-color: #FF0000;
  background-image: url("/assets/img/icons/youtube.svg");
}

/* Inputs-Layout darunter */
.sn-platform-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.sn-platform-input {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sn-platform-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(196, 209, 255, 0.9);
}

.sn-platform-label {
  opacity: 0.9;
}

/* optional: auf großen Screens zweispaltig */
@media (min-width: 900px) {
  .sn-platform-inputs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
