:root {
  --launch-cyan: #10dfff;
  --launch-cyan-soft: rgba(16, 223, 255, 0.22);
  --launch-purple: #8d5cff;
  --launch-purple-soft: rgba(141, 92, 255, 0.22);
  --launch-green: #39f5a0;
  --launch-bg: #030711;
  --launch-panel: rgba(4, 15, 29, 0.94);
  --launch-panel-soft: rgba(6, 20, 38, 0.9);
  --launch-line: rgba(105, 160, 216, 0.18);
  --launch-text: #f5f8ff;
  --launch-muted: #93a6bd;
  --launch-dim: #647991;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--launch-bg);
}

body.launch-lock-page {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  color: var(--launch-text);
  background:
    radial-gradient(circle at 12% 14%, rgba(0, 195, 235, 0.13), transparent 34%),
    radial-gradient(circle at 88% 44%, rgba(102, 45, 224, 0.13), transparent 38%),
    linear-gradient(135deg, #03101a 0%, #030711 48%, #0a0620 100%);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  isolation: isolate;
}

body.is-modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[hidden] {
  display: none !important;
}

/* Hafif, GPU dostu arka plan: blur/backdrop-filter yok. */
.launch-lock-scene {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}

.launch-lock-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 4, 10, 0.03), rgba(1, 4, 10, 0.3));
}

.launch-lock-scene__wash,
.launch-lock-scene__stars,
.launch-lock-scene__arc,
.launch-lock-scene__horizon {
  position: absolute;
  will-change: transform, opacity;
  transform: translateZ(0);
}

.launch-lock-scene__wash {
  width: 54vw;
  height: 54vw;
  border-radius: 50%;
  opacity: 0.5;
}

.launch-lock-scene__wash--cyan {
  left: -22vw;
  bottom: -28vw;
  background: radial-gradient(circle, rgba(0, 197, 232, 0.28) 0%, rgba(0, 197, 232, 0.08) 42%, transparent 70%);
  animation: launch-wash-cyan 20s ease-in-out infinite alternate;
}

.launch-lock-scene__wash--purple {
  right: -22vw;
  bottom: -26vw;
  background: radial-gradient(circle, rgba(116, 61, 247, 0.3) 0%, rgba(116, 61, 247, 0.08) 44%, transparent 72%);
  animation: launch-wash-purple 24s ease-in-out infinite alternate;
}

.launch-lock-scene__stars {
  inset: -10%;
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.35px),
    radial-gradient(circle, rgba(25, 219, 255, 0.62) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(151, 104, 255, 0.58) 0 1px, transparent 1.4px);
}

.launch-lock-scene__stars--far {
  background-size: 176px 176px, 251px 251px, 319px 319px;
  background-position: 18px 42px, 91px 13px, 146px 76px;
  animation: launch-stars-far 48s linear infinite alternate;
}

.launch-lock-scene__stars--near {
  opacity: 0.3;
  background-size: 112px 112px, 193px 193px, 271px 271px;
  background-position: 56px 22px, 18px 97px, 124px 21px;
  animation: launch-stars-near 30s linear infinite alternate;
}

.launch-lock-scene__arc {
  width: 430px;
  height: 430px;
  top: 18%;
  border: 1px solid rgba(25, 201, 255, 0.13);
  border-radius: 50%;
  opacity: 0.72;
}

.launch-lock-scene__arc::before {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(134, 83, 255, 0.12);
  border-radius: inherit;
}

.launch-lock-scene__arc--left {
  left: -342px;
  animation: launch-arc-left 22s ease-in-out infinite alternate;
}

.launch-lock-scene__arc--right {
  right: -342px;
  border-color: rgba(137, 87, 255, 0.16);
  animation: launch-arc-right 25s ease-in-out infinite alternate;
}

.launch-lock-scene__horizon {
  left: -8%;
  right: -8%;
  bottom: -22%;
  height: 43%;
  opacity: 0.35;
  transform: perspective(560px) rotateX(64deg) translateZ(0);
  transform-origin: center top;
  background-image:
    linear-gradient(rgba(19, 207, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 74, 255, 0.12) 1px, transparent 1px);
  background-size: 58px 44px;
  animation: launch-grid-shift 25s linear infinite alternate;
}

.launch-lock-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 18px;
  pointer-events: none;
}

.launch-lock-admin {
  pointer-events: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background:
    linear-gradient(#07101e, #07101e) padding-box,
    linear-gradient(115deg, var(--launch-cyan), var(--launch-purple)) border-box;
  color: #eef6ff;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.launch-lock-admin:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 34px rgba(17, 198, 255, 0.12);
}

.launch-lock-admin:focus-visible {
  outline: 2px solid rgba(19, 222, 255, 0.85);
  outline-offset: 3px;
}

.launch-lock-admin svg {
  width: 17px;
  height: 17px;
}

.launch-lock-main {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 84px 20px 68px;
}

.launch-lock-hero {
  width: min(1060px, 100%);
  text-align: center;
}

.launch-lock-logo-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 138px;
  margin: 0 auto 2px;
}

.launch-lock-logo {
  display: block;
  width: min(420px, 72vw);
  height: auto;
  max-height: 172px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(17, 194, 255, 0.12));
}

.launch-lock-status-bubble {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 13px;
  padding: 7px 12px;
  border: 1px solid rgba(22, 211, 255, 0.22);
  border-radius: 999px;
  background: rgba(4, 18, 32, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  text-align: left;
}

.launch-lock-status-bubble > span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--launch-green);
  box-shadow: 0 0 0 5px rgba(57, 245, 160, 0.08), 0 0 15px rgba(57, 245, 160, 0.46);
  animation: launch-status-pulse 2.2s ease-out infinite;
}

.launch-lock-status-bubble div,
.launch-lock-status-bubble strong,
.launch-lock-status-bubble small {
  display: block;
}

.launch-lock-status-bubble strong {
  color: #dff8ff;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.launch-lock-status-bubble small {
  margin-top: 1px;
  color: var(--launch-muted);
  font-size: 9px;
}

.launch-lock-kicker {
  display: grid;
  grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
  align-items: center;
  gap: 16px;
  width: min(760px, 100%);
  margin: 0 auto 8px;
}

.launch-lock-kicker span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26, 218, 255, 0.72), rgba(146, 91, 255, 0.72));
}

.launch-lock-kicker span:last-child {
  transform: scaleX(-1);
}

.launch-lock-kicker p {
  margin: 0;
  color: #afbdd0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.28em;
  white-space: nowrap;
}

.launch-lock-hero h1 {
  margin: 0;
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.99;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.launch-lock-hero h1 span,
.launch-lock-hero h1 strong {
  display: block;
}

.launch-lock-hero h1 span {
  color: #edf6ff;
}

.launch-lock-hero h1 strong {
  margin-top: 4px;
  background: linear-gradient(100deg, #e8fbff 7%, #a9eaff 36%, #d5c8ff 74%, #a887ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.launch-lock-copy {
  width: min(690px, 100%);
  margin: 15px auto 18px;
  color: var(--launch-muted);
  font-size: 13px;
  line-height: 1.65;
}

.launch-lock-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1040px, 100%);
  margin: 0 auto 12px;
}

.launch-lock-feature {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 11px 13px;
  border: 1px solid rgba(55, 153, 230, 0.3);
  border-radius: 9px;
  background: rgba(5, 16, 31, 0.92);
  text-align: left;
}

.launch-lock-feature--purple {
  border-color: rgba(139, 77, 238, 0.36);
}

.launch-lock-feature__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(20, 220, 255, 0.46);
  border-radius: 50%;
  color: #70eaff;
  background: rgba(5, 51, 77, 0.48);
}

.launch-lock-feature--purple .launch-lock-feature__icon {
  border-color: rgba(148, 89, 255, 0.5);
  color: #ba91ff;
  background: rgba(61, 32, 105, 0.42);
}

.launch-lock-feature__icon svg {
  width: 22px;
  height: 22px;
}

.launch-lock-feature__body,
.launch-lock-feature__body b,
.launch-lock-feature__body small {
  display: block;
  min-width: 0;
}

.launch-lock-feature__body b {
  margin-bottom: 4px;
  color: #f1f6fd;
  font-size: 12px;
}

.launch-lock-feature__body small {
  color: #9badc1;
  font-size: 9px;
  line-height: 1.45;
}

.launch-lock-feature__arrow {
  color: var(--launch-cyan);
  font-size: 18px;
}

.launch-lock-feature--purple .launch-lock-feature__arrow {
  color: #a976ff;
}

.launch-lock-live {
  width: min(1040px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 11px;
  background:
    linear-gradient(var(--launch-panel), var(--launch-panel)) padding-box,
    linear-gradient(110deg, rgba(17, 213, 255, 0.72), rgba(132, 75, 244, 0.72)) border-box;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.launch-lock-live__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(111, 155, 199, 0.13);
  background: rgba(3, 12, 24, 0.92);
}

.launch-lock-live__header > div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.launch-lock-live__header h2 {
  margin: 0;
  color: #eef7ff;
  font-size: 13px;
}

.launch-lock-live__header small {
  color: var(--launch-dim);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.launch-lock-live__header p {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #6f8298;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.launch-lock-live__dot,
.launch-lock-live__header p > span:first-child {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--launch-green);
  box-shadow: 0 0 10px rgba(57, 245, 160, 0.52);
}

.launch-lock-live__header p > span:first-child.is-error {
  background: #ffb75c;
  box-shadow: 0 0 9px rgba(255, 183, 92, 0.45);
}

.launch-lock-room-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0 auto;
  padding: 13px;
}

.launch-lock-room {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 145px;
  padding: 12px;
  border: 1px solid rgba(90, 140, 190, 0.22);
  border-radius: 9px;
  background: rgba(5, 20, 38, 0.96);
}

.launch-lock-room[hidden] {
  display: none !important;
}

.launch-lock-room__header,
.launch-lock-room__identity,
.launch-lock-room__footer,
.launch-lock-room__footer > span {
  display: flex;
  align-items: center;
}

.launch-lock-room__header {
  justify-content: space-between;
  gap: 10px;
}

.launch-lock-room__identity {
  min-width: 0;
  gap: 8px;
}

.launch-lock-room__identity > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #536277;
}

.launch-lock-room.is-online .launch-lock-room__identity > i {
  background: var(--launch-green);
  box-shadow: 0 0 10px rgba(57, 245, 160, 0.5);
}

.launch-lock-room__identity > div,
.launch-lock-room__identity strong,
.launch-lock-room__identity span {
  display: block;
  min-width: 0;
}

.launch-lock-room__identity strong {
  overflow: hidden;
  color: #eff7ff;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-lock-room__identity span {
  margin-top: 2px;
  overflow: hidden;
  color: #72869d;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-lock-room__badge {
  flex: 0 0 auto;
  padding: 4px 7px;
  border: 1px solid rgba(44, 211, 255, 0.38);
  border-radius: 5px;
  color: #6ce9ff;
  background: rgba(7, 61, 84, 0.42);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.launch-lock-room__match {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(94px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 58px;
  margin: 9px 0;
  overflow: hidden;
  border: 1px solid rgba(86, 132, 178, 0.15);
  border-radius: 7px;
  background: rgba(2, 12, 24, 0.72);
}

.launch-lock-room__team {
  min-width: 0;
  padding: 8px 10px;
  text-align: left;
}

.launch-lock-room__team--blue {
  text-align: right;
}

.launch-lock-room__team small,
.launch-lock-room__team b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-lock-room__team small {
  margin-bottom: 4px;
  color: #657991;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.launch-lock-room__team b {
  font-size: 10px;
}

.launch-lock-room__team--red b {
  color: #ff8ea2;
}

.launch-lock-room__team--blue b {
  color: #91d6ff;
}

.launch-lock-room__score {
  display: grid;
  place-items: center;
  align-self: stretch;
  align-content: center;
  min-width: 0;
  padding: 6px 8px;
  border-right: 1px solid rgba(94, 139, 181, 0.14);
  border-left: 1px solid rgba(94, 139, 181, 0.14);
  text-align: center;
}

.launch-lock-room__score strong,
.launch-lock-room__score span {
  display: block;
  max-width: 100%;
}

.launch-lock-room__score strong {
  color: #f7fbff;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.launch-lock-room__score span {
  margin-top: 5px;
  overflow: hidden;
  color: #687b91;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-lock-room__footer {
  justify-content: space-between;
  gap: 8px;
  color: #788da4;
  font-size: 8px;
}

.launch-lock-room__footer > span {
  min-width: 0;
  gap: 5px;
}

.launch-lock-room__footer > span:nth-child(2) {
  flex: 1;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-lock-room__footer > span:last-child {
  justify-content: flex-end;
  min-width: 48px;
}

.launch-lock-room__footer svg {
  width: 12px;
  height: 12px;
}

.launch-lock-room__footer b {
  color: #cbd8e7;
  font-size: 8px;
}

.launch-lock-room[data-state="live"] {
  border-color: rgba(54, 235, 163, 0.27);
}

.launch-lock-room[data-state="live"] .launch-lock-room__badge {
  border-color: rgba(54, 235, 163, 0.35);
  color: #74f1b5;
  background: rgba(20, 95, 68, 0.34);
}

.launch-lock-room[data-state="paused"] .launch-lock-room__badge,
.launch-lock-room[data-state="full"] .launch-lock-room__badge,
.launch-lock-room[data-state="private"] .launch-lock-room__badge {
  border-color: rgba(255, 183, 92, 0.36);
  color: #ffd18f;
  background: rgba(90, 58, 17, 0.34);
}

.launch-lock-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  margin-top: -56px;
  padding-bottom: 12px;
  color: #61768e;
  font-size: 8px;
  letter-spacing: 0.05em;
}

.launch-lock-footer__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6d8097;
}

.launch-lock-audio {
  position: fixed;
  z-index: 24;
  right: 18px;
  bottom: 18px;
  display: grid;
  justify-items: end;
  gap: 5px;
}

.launch-lock-audio__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(92, 148, 205, 0.34);
  border-radius: 7px;
  background: rgba(4, 15, 29, 0.96);
  color: #dce9f8;
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.24);
}

.launch-lock-audio__button:hover {
  border-color: rgba(24, 218, 255, 0.48);
}

.launch-lock-audio__button.is-playing {
  border-color: rgba(44, 231, 159, 0.42);
  color: #b9f7da;
}

.launch-lock-audio__button.is-unavailable {
  border-color: rgba(255, 117, 117, 0.35);
  color: #ffb6b6;
}

.launch-lock-audio__equalizer {
  display: inline-flex;
  align-items: end;
  gap: 2px;
  width: 13px;
  height: 13px;
}

.launch-lock-audio__equalizer i {
  width: 2px;
  height: 4px;
  border-radius: 2px;
  background: currentColor;
}

.launch-lock-audio__button.is-playing .launch-lock-audio__equalizer i {
  animation: launch-equalizer 720ms ease-in-out infinite alternate;
}

.launch-lock-audio__button.is-playing .launch-lock-audio__equalizer i:nth-child(2) {
  animation-delay: -240ms;
}

.launch-lock-audio__button.is-playing .launch-lock-audio__equalizer i:nth-child(3) {
  animation-delay: -480ms;
}

.launch-lock-audio__status {
  max-width: 230px;
  padding: 4px 7px;
  border-radius: 5px;
  color: #71859b;
  background: rgba(2, 9, 18, 0.84);
  font-size: 8px;
  text-align: right;
}

.launch-lock-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.launch-lock-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 4, 11, 0.82);
  cursor: default;
}

.launch-lock-dialog {
  position: relative;
  z-index: 1;
  width: min(410px, 100%);
  padding: 30px;
  border: 1px solid rgba(88, 143, 201, 0.34);
  border-radius: 13px;
  background: #07111f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.58);
  text-align: center;
  animation: launch-dialog-in 180ms ease-out both;
}

.launch-lock-dialog__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #788ca3;
  font-size: 24px;
  cursor: pointer;
}

.launch-lock-dialog__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.launch-lock-dialog__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 15px;
  border: 1px solid rgba(26, 219, 255, 0.4);
  border-radius: 50%;
  color: #63e8ff;
  background: rgba(11, 58, 80, 0.35);
}

.launch-lock-dialog__icon svg {
  width: 26px;
  height: 26px;
}

.launch-lock-dialog__eyebrow {
  margin: 0 0 6px !important;
  color: #68dcf2 !important;
  font-size: 9px !important;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.launch-lock-dialog h2 {
  margin: 0;
  color: #f2f7ff;
  font-size: 24px;
}

.launch-lock-dialog > p:not(.launch-lock-dialog__eyebrow) {
  margin: 9px 0 22px;
  color: #889bb0;
  font-size: 12px;
  line-height: 1.55;
}

.launch-lock-form {
  text-align: left;
}

.launch-lock-form label {
  display: block;
  margin-bottom: 7px;
  color: #bccadb;
  font-size: 10px;
  font-weight: 750;
}

.launch-lock-input-wrap {
  position: relative;
}

.launch-lock-input-wrap input {
  width: 100%;
  height: 46px;
  padding: 0 46px 0 13px;
  border: 1px solid rgba(99, 145, 190, 0.3);
  border-radius: 7px;
  outline: 0;
  background: #040d19;
  color: #eef7ff;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.launch-lock-input-wrap input:focus {
  border-color: rgba(25, 219, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(25, 219, 255, 0.08);
}

.launch-lock-input-wrap input.is-error {
  border-color: rgba(255, 95, 112, 0.72);
}

.launch-lock-password-toggle {
  position: absolute;
  top: 50%;
  right: 5px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  transform: translateY(-50%);
  background: transparent;
  color: #75899f;
  cursor: pointer;
}

.launch-lock-password-toggle:hover {
  color: #cfe3f8;
  background: rgba(255, 255, 255, 0.04);
}

.launch-lock-password-toggle svg {
  width: 19px;
  height: 19px;
}

.launch-lock-form__message {
  min-height: 18px;
  margin: 6px 0 4px;
  color: #ff8291;
  font-size: 10px;
}

.launch-lock-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(110deg, #16d8f7, #8d62ff);
  color: #06101d;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.launch-lock-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.launch-lock-submit svg {
  width: 17px;
  height: 17px;
}

@keyframes launch-wash-cyan {
  from { transform: translate3d(-2%, 2%, 0) scale(0.96); opacity: 0.4; }
  to { transform: translate3d(8%, -7%, 0) scale(1.08); opacity: 0.58; }
}

@keyframes launch-wash-purple {
  from { transform: translate3d(3%, 2%, 0) scale(1.04); opacity: 0.42; }
  to { transform: translate3d(-8%, -6%, 0) scale(0.95); opacity: 0.58; }
}

@keyframes launch-stars-far {
  from { transform: translate3d(-12px, -6px, 0); }
  to { transform: translate3d(28px, 18px, 0); }
}

@keyframes launch-stars-near {
  from { transform: translate3d(10px, 6px, 0); }
  to { transform: translate3d(-25px, -17px, 0); }
}

@keyframes launch-arc-left {
  from { transform: translate3d(-8px, 0, 0) rotate(-4deg); opacity: 0.55; }
  to { transform: translate3d(14px, -12px, 0) rotate(5deg); opacity: 0.8; }
}

@keyframes launch-arc-right {
  from { transform: translate3d(8px, -8px, 0) rotate(4deg); opacity: 0.55; }
  to { transform: translate3d(-14px, 10px, 0) rotate(-5deg); opacity: 0.8; }
}

@keyframes launch-grid-shift {
  from { transform: perspective(560px) rotateX(64deg) translate3d(-16px, 5px, 0); }
  to { transform: perspective(560px) rotateX(64deg) translate3d(18px, -8px, 0); }
}

@keyframes launch-status-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.82); opacity: 0.72; }
}

@keyframes launch-equalizer {
  from { height: 3px; }
  to { height: 12px; }
}

@keyframes launch-dialog-in {
  from { transform: translateY(8px) scale(0.98); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

@media (max-width: 900px) {
  .launch-lock-main {
    padding-top: 78px;
  }

  .launch-lock-features {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
  }

  .launch-lock-room-list {
    grid-template-columns: 1fr;
    width: min(680px, 100%);
  }

  .launch-lock-live {
    width: min(700px, 100%);
  }

  .launch-lock-room {
    min-height: 140px;
  }
}

@media (max-width: 620px) {
  .launch-lock-header {
    width: calc(100% - 24px);
    padding-top: 12px;
  }

  .launch-lock-admin {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .launch-lock-main {
    padding: 70px 12px 92px;
  }

  .launch-lock-logo-wrap {
    min-height: 112px;
  }

  .launch-lock-logo {
    width: min(330px, 86vw);
    max-height: 134px;
  }

  .launch-lock-status-bubble small {
    display: none;
  }

  .launch-lock-kicker {
    grid-template-columns: 36px minmax(0, auto) 36px;
    gap: 8px;
  }

  .launch-lock-kicker p {
    overflow: hidden;
    font-size: 7px;
    letter-spacing: 0.16em;
    text-overflow: ellipsis;
  }

  .launch-lock-hero h1 {
    font-size: clamp(29px, 10vw, 40px);
  }

  .launch-lock-copy {
    margin-top: 12px;
    font-size: 11px;
  }

  .launch-lock-feature {
    min-height: 66px;
  }

  .launch-lock-live__header {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .launch-lock-live__header > div {
    flex-wrap: wrap;
  }

  .launch-lock-live__header p {
    align-self: center;
  }

  .launch-lock-room__match {
    grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
  }

  .launch-lock-room__team {
    padding: 7px;
  }

  .launch-lock-room__footer > span:nth-child(2) {
    display: none;
  }

  .launch-lock-footer {
    margin-top: -72px;
    padding: 0 12px 16px;
  }

  .launch-lock-audio {
    right: 10px;
    bottom: 10px;
  }

  .launch-lock-audio__status {
    display: none;
  }

  .launch-lock-dialog {
    padding: 28px 20px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* ===== v8: Yalnızca Çok Yakında ekranı / düşük maliyetli görsel düzenleme ===== */

/* Tam ekran blur/backdrop-filter kullanılmaz. Blur hissi yumuşak statik gradientlerle verilir. */
body.launch-lock-page {
  background:
    radial-gradient(ellipse at 15% 20%, rgba(0, 194, 232, 0.13), transparent 38%),
    radial-gradient(ellipse at 86% 42%, rgba(119, 68, 240, 0.14), transparent 42%),
    linear-gradient(135deg, #03101a 0%, #030711 48%, #09051d 100%);
}

.launch-lock-scene::after {
  background:
    radial-gradient(ellipse at center, transparent 34%, rgba(1, 4, 10, 0.22) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.02), rgba(1, 4, 10, 0.28));
}

/* Performans: yalnızca iki yumuşak ışık ve tek yıldız katmanı hareket eder. */
.launch-lock-scene__stars--near,
.launch-lock-scene__arc,
.launch-lock-scene__horizon {
  animation: none !important;
  will-change: auto;
}

.launch-lock-scene__stars--near {
  opacity: 0.18;
}

.launch-lock-scene__stars--far {
  animation-duration: 70s;
}

.launch-lock-scene__wash--cyan {
  animation-duration: 34s;
}

.launch-lock-scene__wash--purple {
  animation-duration: 40s;
}

/* Açılışta yalnızca tek seferlik opacity + transform: GPU dostu. */
.launch-lock-hero {
  position: relative;
  width: min(1060px, 100%);
  padding: 18px 22px 24px;
  border: 1px solid rgba(71, 128, 184, 0.10);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 12%, rgba(8, 206, 246, 0.055), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(139, 85, 255, 0.06), transparent 36%),
    linear-gradient(180deg, rgba(4, 13, 25, 0.40), rgba(3, 10, 20, 0.14));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.16);
  animation: launch-v8-enter 560ms cubic-bezier(.22,.72,.2,1) both;
}

/* PLATFORM ÇOK YAKINDA: karemsi, hafif yuvarlak ve daha profesyonel. */
.launch-lock-status-bubble {
  gap: 12px;
  min-width: 318px;
  margin: 1px auto 15px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 7px;
  background:
    linear-gradient(rgba(5, 17, 31, 0.96), rgba(4, 13, 25, 0.94)) padding-box,
    linear-gradient(110deg, rgba(17, 220, 255, 0.58), rgba(139, 84, 255, 0.55)) border-box;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.launch-lock-status-bubble > span {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  animation-duration: 2.8s;
}

.launch-lock-status-bubble strong {
  color: #e8f9ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.launch-lock-status-bubble small {
  margin-top: 3px;
  color: #91a8bf;
  font-size: 10px;
}

/* Sadece ucuz hover: transform, border ve gölge. Layout/filter animasyonu yok. */
.launch-lock-feature,
.launch-lock-room,
.launch-lock-admin,
.launch-lock-audio__button {
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    background-color 150ms ease;
}

.launch-lock-feature:hover,
.launch-lock-feature:focus-within,
.launch-lock-room:hover,
.launch-lock-room:focus-within {
  transform: translateY(-2px);
}

.launch-lock-feature:hover,
.launch-lock-feature:focus-within {
  border-color: rgba(58, 183, 247, 0.43);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.17);
}

.launch-lock-room:hover,
.launch-lock-room:focus-within {
  border-color: rgba(74, 166, 235, 0.34);
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.18);
}

.launch-lock-admin:hover,
.launch-lock-audio__button:hover {
  transform: translateY(-1px);
}

/* İstenen iki yardımcı yazı görünmez; işlevler aynen çalışır. */
.launch-lock-live__header small,
.launch-lock-audio__status {
  display: none !important;
}

/* Footer daha okunaklı. */
.launch-lock-footer {
  gap: 11px;
  min-height: 48px;
  padding-bottom: 13px;
  color: #8296ad;
  font-size: 10px;
  letter-spacing: 0.045em;
}

.launch-lock-footer span:first-child {
  color: #8fa4ba;
  font-weight: 650;
}

.launch-lock-footer span:last-child {
  color: #a5b7ca;
  font-size: 12px;
  font-weight: 650;
}

@keyframes launch-v8-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .launch-lock-hero {
    padding: 15px 12px 20px;
    border-radius: 11px;
  }

  .launch-lock-status-bubble {
    min-width: 0;
    width: min(360px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-lock-hero,
  .launch-lock-feature,
  .launch-lock-room,
  .launch-lock-admin,
  .launch-lock-audio__button {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}


/* ===== v9: Kutusuz içerik, yıldızsız yumuşak arka plan ===== */

/* Yazıların arkasındaki büyük panel tamamen kaldırıldı. */
.launch-lock-hero {
  width: min(1060px, 100%);
  padding: 8px 0 24px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Yıldız, halka ve perspektif grid görünmez. */
.launch-lock-scene__stars,
.launch-lock-scene__arc,
.launch-lock-scene__horizon {
  display: none !important;
}

/*
 * Blur filtresi yerine yumuşak radial-gradient kullanılır.
 * Böylece görüntü flu/aurora hissi verir ama tam ekran filter veya
 * backdrop-filter hesaplanmadığı için çok daha düşük maliyetlidir.
 */
body.launch-lock-page {
  background:
    radial-gradient(ellipse 60% 55% at 10% 38%, rgba(0, 192, 226, 0.17), transparent 72%),
    radial-gradient(ellipse 55% 58% at 92% 50%, rgba(113, 62, 238, 0.18), transparent 74%),
    radial-gradient(ellipse 38% 28% at 52% 8%, rgba(26, 81, 123, 0.10), transparent 72%),
    linear-gradient(135deg, #020b14 0%, #030711 50%, #09051d 100%);
}

.launch-lock-scene {
  background:
    radial-gradient(ellipse 58% 45% at 16% 78%, rgba(0, 202, 235, 0.10), transparent 76%),
    radial-gradient(ellipse 54% 44% at 86% 76%, rgba(137, 76, 255, 0.12), transparent 78%);
}

.launch-lock-scene::after {
  background:
    radial-gradient(ellipse at center, transparent 32%, rgba(1, 4, 10, 0.25) 100%),
    linear-gradient(180deg, rgba(1, 5, 12, 0.04), rgba(1, 5, 12, 0.28));
}

/* İki düşük maliyetli renk katmanı yalnızca transform ile çok yavaş hareket eder. */
.launch-lock-scene__wash {
  opacity: 0.42;
  will-change: transform;
}

.launch-lock-scene__wash--cyan {
  animation: launch-v9-cyan-drift 30s ease-in-out infinite alternate !important;
}

.launch-lock-scene__wash--purple {
  animation: launch-v9-purple-drift 34s ease-in-out infinite alternate !important;
}

/* Kutuların hover'ı yalnızca transform/border/shadow kullanır. */
.launch-lock-feature,
.launch-lock-room {
  will-change: auto;
}

.launch-lock-feature:hover,
.launch-lock-feature:focus-within,
.launch-lock-room:hover,
.launch-lock-room:focus-within {
  transform: translateY(-2px);
}

@keyframes launch-v9-cyan-drift {
  from { transform: translate3d(-2%, 1%, 0) scale(0.98); }
  to { transform: translate3d(4%, -2%, 0) scale(1.04); }
}

@keyframes launch-v9-purple-drift {
  from { transform: translate3d(2%, 0, 0) scale(1); }
  to { transform: translate3d(-4%, -2%, 0) scale(1.05); }
}

@media (max-width: 760px) {
  .launch-lock-hero {
    padding: 4px 0 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-lock-scene__wash--cyan,
  .launch-lock-scene__wash--purple {
    animation: none !important;
  }
}
