: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;
  }
}

.launch-lock-wordmark {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  font-family: "Orbitron", "Segoe UI", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(110deg, var(--launch-cyan) 0%, #f8fbff 46%, var(--launch-purple) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 12px 24px rgba(17, 194, 255, 0.18));
}
.launch-lock-wordmark strong { font-size: clamp(48px, 7vw, 86px); letter-spacing: .07em; }
.launch-lock-wordmark span { font-size: clamp(17px, 2.6vw, 31px); letter-spacing: .28em; }
/* R54 cinematic countdown + public chat */
.launch-r54-cinema{position:fixed;inset:0;z-index:9999;display:grid;place-content:center;text-align:center;background:#010307;animation:r54CinemaExit 1.35s cubic-bezier(.7,0,.2,1) 1.55s forwards;pointer-events:none}.launch-r54-cinema strong{color:#fff;font:900 clamp(58px,11vw,150px)/.8 Orbitron,sans-serif;letter-spacing:.14em;text-shadow:0 0 45px rgba(0,235,255,.42);animation:r54TitleIn .9s ease both}.launch-r54-cinema span{margin-top:18px;color:#29e9ff;font:800 15px Orbitron;letter-spacing:.65em;animation:r54TitleIn .9s .3s ease both}.launch-r54-cinema__line{position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,#28efff,transparent);box-shadow:0 0 35px #25ddff;animation:r54Scan 1.2s ease both}@keyframes r54TitleIn{from{opacity:0;transform:scale(.78);filter:blur(16px)}to{opacity:1;transform:none;filter:none}}@keyframes r54Scan{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes r54CinemaExit{to{opacity:0;visibility:hidden;transform:scale(1.08);filter:blur(12px)}}
.launch-r54-countdown{width:min(760px,100%);margin:30px auto;padding:22px 26px;border:1px solid rgba(42,219,255,.19);border-radius:18px;background:linear-gradient(145deg,rgba(6,22,34,.8),rgba(14,7,35,.75));box-shadow:inset 0 0 35px rgba(32,194,255,.035);text-align:center}.launch-r54-countdown__eyebrow{color:#36e8ff;font:800 9px Orbitron;letter-spacing:.26em}.launch-r54-countdown__grid{display:flex;align-items:center;justify-content:center;gap:13px;margin:17px 0 9px}.launch-r54-countdown__grid>div{min-width:105px;padding:14px 10px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#06101c}.launch-r54-countdown__grid strong{display:block;color:#f5fbff;font:900 32px Orbitron;transition:transform .18s}.launch-r54-countdown__grid strong.tick{transform:translateY(-4px);color:#48efff}.launch-r54-countdown__grid span{display:block;margin-top:7px;color:#718497;font:800 7px Orbitron;letter-spacing:.14em}.launch-r54-countdown__grid i{color:#6656a9;font:900 18px Orbitron;font-style:normal}.launch-r54-countdown>small{color:#8599ab;font-size:10px}.launch-r54-chat{width:min(760px,100%);margin:0 auto 30px;border:1px solid rgba(74,199,255,.18);border-radius:18px;overflow:hidden;background:rgba(4,13,23,.86)}.launch-r54-chat header{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid rgba(255,255,255,.06)}.launch-r54-chat header>div{display:grid;grid-template-columns:10px 1fr;gap:2px 8px;align-items:center}.launch-r54-chat header>div>span{grid-row:1/3;width:8px;height:8px;border-radius:50%;background:#00e676;box-shadow:0 0 13px #00e676}.launch-r54-chat header strong{color:#eaf6ff;font:800 10px Orbitron}.launch-r54-chat header small{color:#718698;font-size:8px}.launch-r54-chat header button{border:1px solid #1bbfd7;border-radius:8px;padding:8px 13px;background:#08212d;color:#b9f8ff;font-size:9px}.launch-r54-chat__messages{height:210px;overflow:auto;padding:14px 18px}.launch-r54-chat__messages p{margin:0 0 8px;padding:8px 10px;border-radius:8px;background:rgba(255,255,255,.025);color:#9eb0c0;font-size:9px}.launch-r54-chat__messages p b{color:#d9f7ff;margin-right:7px}.launch-r54-chat form{display:grid;grid-template-columns:1fr 85px;gap:8px;padding:12px 18px;border-top:1px solid rgba(255,255,255,.06)}.launch-r54-chat input{height:39px;padding:0 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#081522;color:#eaf4fb}.launch-r54-chat form button{border:1px solid #138fa5;border-radius:8px;background:#0b697b;color:#e4fbff;font-weight:800}.launch-r54-chat__security{margin:0!important;padding:0 18px 13px!important;background:none!important;color:#5f7284!important;font-size:7.5px!important}
@media(max-width:650px){.launch-r54-countdown__grid{gap:5px}.launch-r54-countdown__grid>div{min-width:0;flex:1}.launch-r54-countdown__grid strong{font-size:21px}.launch-r54-countdown__grid i{display:none}}

/* ==== R55 launch screen refresh ==== */
.launch-r55-page-body{
  min-height:100vh;
  background:
    radial-gradient(circle at 16% 12%, rgba(0,181,255,.13), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(157,79,255,.14), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(0,153,255,.08), transparent 34%),
    #040815;
}
.launch-r55-page{position:relative;z-index:2;padding:38px 20px 18px}
.launch-r55-shell{width:min(1080px,100%);margin:0 auto;display:grid;gap:18px}
.launch-r55-panel{
  position:relative;
  border:1px solid rgba(78,183,255,.22);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(6,14,30,.92), rgba(4,9,22,.94));
  box-shadow:0 18px 60px rgba(0,0,0,.35), inset 0 0 40px rgba(0,170,255,.04);
  overflow:hidden;
}
.launch-r55-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 82% 0%, rgba(163,87,255,.14), transparent 32%);
  pointer-events:none;
}
.launch-r55-panel__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 22px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.launch-r55-panel__headline{display:flex;align-items:center;gap:12px}
.launch-r55-panel__icon{
  width:26px;height:26px;display:grid;place-items:center;
  border-radius:8px;background:rgba(6,23,42,.88);border:1px solid rgba(57,196,255,.18)
}
.launch-r55-panel__icon svg{width:16px;height:16px;stroke:#27d8ff;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.launch-r55-panel__icon--pulse{position:relative}
.launch-r55-panel__icon--pulse::after{content:"";position:absolute;inset:-4px;border-radius:12px;border:1px solid rgba(44,217,255,.18);animation:r55Pulse 2s ease infinite}
.launch-r55-panel__headline h2{margin:0;color:#eff7ff;font:800 14px/1.1 Manrope,system-ui,sans-serif;letter-spacing:.02em}
.launch-r55-panel__title{display:flex;align-items:center;justify-content:center;gap:18px;padding:18px 22px 0}
.launch-r55-panel__title strong{color:#f3f8ff;font:800 14px Orbitron,sans-serif;letter-spacing:.17em}
.launch-r55-panel__title span{width:112px;max-width:18vw;height:1px;background:linear-gradient(90deg,transparent,#1ddfff,transparent)}
.launch-r55-panel__title--center span:last-child{background:linear-gradient(90deg,transparent,#ad6fff,transparent)}
.launch-r55-countdown-panel{padding-bottom:20px}
.launch-r55-countdown{display:flex;align-items:center;justify-content:center;gap:16px;padding:24px 22px 14px}
.launch-r55-countdown__item{
  min-width:128px;padding:18px 14px;border-radius:14px;
  border:1px solid rgba(57,177,246,.26);background:rgba(5,16,34,.88);
  text-align:center;box-shadow:inset 0 0 18px rgba(0,170,255,.03)
}
.launch-r55-countdown__item--accent{border-color:rgba(173,111,255,.4);box-shadow:0 0 18px rgba(155,97,255,.12), inset 0 0 18px rgba(173,111,255,.05)}
.launch-r55-countdown__item strong{display:block;color:#9fd2ff;font:900 54px/.92 Orbitron,sans-serif;letter-spacing:.02em;transition:transform .22s,color .22s}
.launch-r55-countdown__item--accent strong{color:#c59eff}
.launch-r55-countdown__item strong.tick{transform:translateY(-3px);color:#ffffff}
.launch-r55-countdown__item span{display:block;margin-top:8px;color:#c9d7ea;font:700 11px Orbitron,sans-serif;letter-spacing:.14em}
.launch-r55-countdown>i{color:#89a5cf;font:800 28px Orbitron,sans-serif;font-style:normal;opacity:.9}
.launch-r55-countdown__footer{display:flex;align-items:center;justify-content:center;gap:10px;color:#c8d5ea}
.launch-r55-countdown__footer svg{width:16px;height:16px;stroke:#24ddff;fill:none;stroke-width:1.8}
.launch-r55-countdown__footer small{font-size:13px;color:#d2dcef}
.launch-r55-chat-panel__status{display:flex;align-items:center;gap:8px;color:#d7e8fb;font:700 13px Manrope,system-ui,sans-serif}
.launch-r55-online-dot{width:10px;height:10px;border-radius:50%;background:#00e676;box-shadow:0 0 12px rgba(0,230,118,.75)}
.launch-r55-chat-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:20px;padding:18px 22px 22px}
.launch-r55-chat-main{display:flex;flex-direction:column;gap:12px}
.launch-r55-chat-messages{
  min-height:250px;max-height:250px;overflow:auto;display:flex;flex-direction:column;gap:10px;
  padding-right:4px
}
.launch-r55-chat-messages::-webkit-scrollbar{width:8px}.launch-r55-chat-messages::-webkit-scrollbar-thumb{background:rgba(122,157,196,.25);border-radius:999px}
.launch-r55-message{
  display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:flex-start;
  padding:12px 14px;border:1px solid rgba(255,255,255,.05);border-radius:13px;
  background:linear-gradient(180deg, rgba(7,18,40,.92), rgba(8,17,35,.85))
}
.launch-r55-message__avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg, rgba(24,174,243,.9), rgba(105,82,255,.8));color:#f7fbff;font:800 18px Orbitron,sans-serif}
.launch-r55-message__body{min-width:0}
.launch-r55-message__top{display:flex;align-items:center;gap:10px;min-width:0}
.launch-r55-message__top strong{color:#ecf5ff;font-size:17px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.launch-r55-message__tag{padding:4px 8px;border-radius:999px;background:rgba(158,94,255,.18);color:#cfadff;font:700 10px Orbitron,sans-serif;letter-spacing:.06em}
.launch-r55-message__body p{margin:5px 0 0;color:#c0d0e4;font-size:14px;line-height:1.5}
.launch-r55-message__time{align-self:flex-start;color:#9db1cb;font-size:12px}
.launch-r55-chat-compose{display:grid;grid-template-columns:minmax(0,1fr) 142px;gap:12px}
.launch-r55-chat-compose input{height:48px;padding:0 16px;border:1px solid rgba(111,139,174,.24);border-radius:12px;background:#081528;color:#ecf4ff;font-size:14px;outline:none}
.launch-r55-chat-compose input::placeholder{color:#8195ae}
.launch-r55-chat-compose button{display:flex;align-items:center;justify-content:center;gap:9px;height:48px;border:1px solid rgba(173,111,255,.35);border-radius:12px;background:linear-gradient(90deg,#4fa4ff,#b05cff);color:#fff;font:800 14px Manrope,system-ui,sans-serif}
.launch-r55-chat-compose button:disabled{opacity:.55;cursor:not-allowed}
.launch-r55-chat-compose button svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}
.launch-r55-chat-note-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.launch-r55-chat-note{margin:0;color:#8da0b7;font-size:12px}
.launch-r55-login-link{border:0;background:transparent;color:#8fcaff;font:700 12px Manrope,system-ui,sans-serif;cursor:pointer}
.launch-r55-chat-side{
  display:grid;place-content:center;text-align:center;gap:10px;padding:18px;
  border:1px solid rgba(173,111,255,.18);border-radius:16px;
  background:linear-gradient(180deg, rgba(7,16,34,.92), rgba(8,12,28,.96))
}
.launch-r55-chat-side__icon{width:94px;height:94px;margin:0 auto 4px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 50% 30%, rgba(78,169,255,.16), transparent 70%)}
.launch-r55-chat-side__icon svg{width:56px;height:56px;stroke:url(#none);stroke:#37c9ff;fill:none;stroke-width:1.55}
.launch-r55-chat-side h3{margin:0;color:#edf6ff;font:800 32px/1.08 Manrope,system-ui,sans-serif}
.launch-r55-chat-side p{margin:0 auto;max-width:180px;color:#9caec5;font-size:14px;line-height:1.6}
.launch-r55-live-panel__actions{display:flex;align-items:center;gap:16px}
.launch-r55-live-panel__actions strong{color:#a8ddff;font:800 13px Manrope,system-ui,sans-serif}
.launch-r55-live-panel__actions button{height:38px;padding:0 16px;border:1px solid rgba(124,144,173,.24);border-radius:11px;background:#0b1528;color:#dce9f8;font:700 13px Manrope,system-ui,sans-serif}
.launch-r55-room-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 22px 22px}
.launch-r55-room-card{
  border:1px solid rgba(60,180,255,.18);border-radius:14px;background:linear-gradient(180deg, rgba(5,13,29,.96), rgba(5,11,23,.94));
  padding:14px 14px 12px;box-shadow:inset 0 0 20px rgba(255,255,255,.02)
}
.launch-r55-room-card__header,.launch-r55-room-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}
.launch-r55-room-card__identity{display:flex;align-items:center;gap:10px;min-width:0}
.launch-r55-room-card__identity i{width:9px;height:9px;border-radius:50%;background:#00e676;box-shadow:0 0 10px rgba(0,230,118,.7);flex:none}
.launch-r55-room-card__identity strong,.launch-r55-room-card__identity span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.launch-r55-room-card__identity strong{color:#eaf3ff;font-size:13px}
.launch-r55-room-card__identity span{color:#88a3c1;font-size:11px}
.launch-r55-room-card__badge{padding:6px 10px;border-radius:9px;background:rgba(23,195,255,.14);color:#38dfff;font:800 10px Orbitron,sans-serif;letter-spacing:.08em}
.launch-r55-room-card[data-state="offline"] .launch-r55-room-card__badge{background:rgba(255,98,124,.15);color:#ff8094}
.launch-r55-room-card__match{display:grid;grid-template-columns:minmax(0,1fr) 152px minmax(0,1fr);gap:10px;align-items:center;margin:14px 0;padding:12px;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:rgba(7,16,31,.92)}
.launch-r55-room-team{display:flex;align-items:center;gap:12px;min-width:0}
.launch-r55-room-team--away{justify-content:flex-end;text-align:right}
.launch-r55-room-team img{width:54px;height:54px;object-fit:contain;flex:none;filter:drop-shadow(0 0 10px rgba(255,255,255,.12))}
.launch-r55-room-team b,.launch-r55-room-team small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.launch-r55-room-team b{color:#f1f8ff;font-size:16px}
.launch-r55-room-team small{margin-top:3px;color:#97a9be;font-size:12px}
.launch-r55-room-score{text-align:center}
.launch-r55-room-score strong{display:block;color:#ebf4ff;font:900 28px/1 Orbitron,sans-serif}
.launch-r55-room-score span{display:block;margin-top:8px;color:#19ccff;font:800 11px Orbitron,sans-serif;letter-spacing:.06em}
.launch-r55-room-card__footer{color:#92a6bf;font-size:12px}
.launch-r55-room-card__players{display:flex;align-items:center;gap:7px;color:#dceafb}
.launch-r55-room-card__players svg{width:16px;height:16px;stroke:#8ea5bf;fill:none;stroke-width:1.7}
.launch-r55-room-card__players b{font-size:13px}
.launch-r55-audio{right:18px;bottom:18px}
.launch-r55-intro{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at 50% 50%, rgba(12,33,64,.86), rgba(2,5,12,.98) 56%);overflow:hidden;pointer-events:none;animation:r55IntroOut 1.15s cubic-bezier(.72,0,.2,1) 2.05s forwards}
.launch-r55-intro__glow{position:absolute;width:52vw;height:52vw;max-width:760px;max-height:760px;border-radius:50%;background:radial-gradient(circle, rgba(38,210,255,.28), rgba(82,49,255,.12) 36%, transparent 66%);filter:blur(16px);animation:r55IntroGlow 2s ease both}
.launch-r55-intro__ring{position:absolute;width:min(420px,56vw);height:min(420px,56vw);border-radius:50%;border:1px solid rgba(87,212,255,.3);box-shadow:0 0 34px rgba(35,208,255,.18), inset 0 0 34px rgba(124,78,255,.12);animation:r55IntroRing 1.4s cubic-bezier(.2,.75,.16,1) both}
.launch-r55-intro__ring::before,.launch-r55-intro__ring::after{content:"";position:absolute;inset:18px;border-radius:50%;border:1px solid rgba(159,102,255,.22)}
.launch-r55-intro__ring::after{inset:54px;border-color:rgba(41,220,255,.2)}
.launch-r55-intro__wordmark{position:relative;display:grid;gap:12px;place-items:center;text-align:center;animation:r55IntroWord 1s ease both .15s}
.launch-r55-intro__wordmark strong{color:#fff;font:900 clamp(56px,10vw,142px)/.82 Orbitron,sans-serif;letter-spacing:.16em;text-shadow:0 0 32px rgba(0,215,255,.28)}
.launch-r55-intro__wordmark span{color:#74dfff;font:800 17px Orbitron,sans-serif;letter-spacing:.6em;text-transform:uppercase}
@keyframes r55Pulse{0%{transform:scale(.85);opacity:.25}70%{transform:scale(1.12);opacity:0}100%{opacity:0}}
@keyframes r55IntroGlow{from{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}
@keyframes r55IntroRing{from{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}
@keyframes r55IntroWord{from{opacity:0;transform:translateY(20px) scale(.9);filter:blur(12px)}to{opacity:1;transform:none;filter:none}}
@keyframes r55IntroOut{to{opacity:0;visibility:hidden;transform:scale(1.05);filter:blur(10px)}}
@media (max-width: 980px){
  .launch-r55-countdown__item{min-width:108px}.launch-r55-countdown__item strong{font-size:44px}
  .launch-r55-chat-layout{grid-template-columns:1fr}.launch-r55-chat-side{min-height:220px}
  .launch-r55-room-list{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .launch-r55-page{padding:24px 14px 16px}.launch-r55-panel__header,.launch-r55-title,.launch-r55-chat-layout,.launch-r55-room-list{padding-left:16px;padding-right:16px}
  .launch-r55-panel__header{flex-direction:column;align-items:stretch}.launch-r55-live-panel__actions,.launch-r55-chat-panel__status{justify-content:space-between}
  .launch-r55-panel__title span{width:56px}
  .launch-r55-countdown{flex-wrap:wrap;gap:10px;padding:18px 14px 12px}.launch-r55-countdown>i{display:none}.launch-r55-countdown__item{min-width:calc(50% - 8px)}
  .launch-r55-countdown__item strong{font-size:34px}
  .launch-r55-chat-compose{grid-template-columns:1fr}.launch-r55-chat-note-row{flex-direction:column;align-items:flex-start}
  .launch-r55-room-card__match{grid-template-columns:1fr}.launch-r55-room-team,.launch-r55-room-team--away{justify-content:flex-start;text-align:left}.launch-r55-room-score{order:-1}
}
@media (max-width: 520px){
  .launch-r55-countdown__item{min-width:100%}
  .launch-r55-message{grid-template-columns:38px 1fr;gap:10px}.launch-r55-message__time{grid-column:2;justify-self:end}
  .launch-r55-chat-side h3{font-size:24px}
}

/* R56 — açılış ekranını referansa daha yakınlaştıran son düzenlemeler */
.launch-r55-page-body{
  background:
    radial-gradient(circle at 18% 0%, rgba(18,126,255,.12), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(170,84,255,.15), transparent 28%),
    linear-gradient(180deg, #030814 0%, #050b17 42%, #040913 100%);
}
.launch-r55-shell{width:min(1088px,100%);gap:20px}
.launch-r55-panel{
  border-color: rgba(95,160,255,.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(3,11,27,.96), rgba(4,9,24,.97)),
    radial-gradient(circle at 84% 8%, rgba(137,87,255,.12), transparent 28%);
  box-shadow:
    0 0 0 1px rgba(151,90,255,.08),
    0 18px 48px rgba(0,0,0,.42),
    inset 0 0 36px rgba(6,105,255,.05);
}
.launch-r55-panel::before{opacity:.72}
.launch-r55-countdown-panel{padding-bottom:18px}
.launch-r55-countdown{gap:18px;padding:24px 28px 14px}
.launch-r55-countdown__item{
  min-width: 138px;
  padding: 20px 18px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(7,18,37,.96), rgba(8,16,33,.82));
}
.launch-r55-countdown__item strong{font-size:58px}
.launch-r55-countdown__item span{margin-top:10px;font-size:10px;letter-spacing:.18em}
.launch-r55-countdown>i{margin-top:-6px;color:#91add3}
.launch-r55-countdown__footer small{font-size:14px}
.launch-r55-chat-layout{grid-template-columns:minmax(0,1fr) 300px;gap:22px}
.launch-r55-chat-messages{gap:10px;padding:14px;background:linear-gradient(180deg, rgba(6,14,29,.9), rgba(6,11,23,.88))}
.launch-r55-message{padding:12px 14px;border-radius:14px}
.launch-r55-message__avatar{width:40px;height:40px;font-size:17px}
.launch-r55-message__top strong{font-size:15px}
.launch-r55-message__body p{font-size:13px}
.launch-r55-chat-side{
  min-height: 278px;
  padding: 20px 18px;
  background:
    radial-gradient(circle at 50% 22%, rgba(55,201,255,.08), transparent 36%),
    linear-gradient(180deg, rgba(7,16,34,.92), rgba(8,12,28,.96));
}
.launch-r55-chat-side__icon{width:100px;height:100px}
.launch-r55-chat-side h3{font-size:18px;line-height:1.2}
.launch-r55-chat-side p{max-width:205px;font-size:13px}
.launch-r55-live-panel__actions button{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.launch-r55-live-panel__actions button:hover{transform:translateY(-1px);border-color:rgba(102,192,255,.42);box-shadow:0 0 18px rgba(56,175,255,.12)}
.launch-r55-room-list{gap:16px}
.launch-r55-room-card{
  padding: 15px 15px 13px;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(113,181,255,.05), inset 0 0 24px rgba(255,255,255,.015);
}
.launch-r55-room-card__match{grid-template-columns:minmax(0,1fr) 165px minmax(0,1fr);padding:13px 14px}
.launch-r55-room-team img{width:58px;height:58px}
.launch-r55-room-score strong{font-size:27px}
.launch-r55-room-score span{font-size:10.5px;letter-spacing:.08em}
.launch-r55-room-card__footer{font-size:11px}
.launch-r55-room-card__players b{font-size:12px}
.launch-lock-footer{margin-top:2px}
.launch-r55-audio .launch-lock-audio__button{backdrop-filter:blur(10px)}

.launch-r55-intro{
  background: radial-gradient(circle at 50% 45%, rgba(10,35,66,.92), rgba(2,5,12,.99) 60%);
  animation: r56IntroOut 1.2s cubic-bezier(.7,.02,.16,1) 2.5s forwards;
}
.launch-r55-intro__backdrop,
.launch-r55-intro__grid,
.launch-r55-intro__crest,
.launch-r55-intro__crest-line,
.launch-r55-intro__crest-core{position:absolute}
.launch-r55-intro__backdrop{
  inset:-10%;
  background:
    radial-gradient(circle at 50% 50%, rgba(34,218,255,.1), transparent 36%),
    radial-gradient(circle at 50% 50%, rgba(145,92,255,.1), transparent 60%);
  filter: blur(28px);
  animation:r56IntroBackdrop 2.2s ease both;
}
.launch-r55-intro__grid{
  inset:0;
  opacity:.28;
  background:
    linear-gradient(rgba(84,140,213,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84,140,213,.14) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 50%, #000 22%, transparent 76%);
  animation:r56IntroGrid 2.1s linear both;
}
.launch-r55-intro__glow{
  width:56vw;height:56vw;max-width:820px;max-height:820px;
  background:radial-gradient(circle, rgba(27,208,255,.34), rgba(86,60,255,.18) 34%, transparent 68%);
  filter:blur(18px);
  animation:r56IntroGlow 2.15s ease both;
}
.launch-r55-intro__ring{
  width:min(470px,58vw);height:min(470px,58vw);
  border-color:rgba(97,206,255,.34);
  box-shadow:0 0 42px rgba(35,208,255,.18), inset 0 0 42px rgba(124,78,255,.14);
  animation:r56IntroRing 1.6s cubic-bezier(.2,.76,.15,1) both;
}
.launch-r55-intro__ring::before{inset:20px}
.launch-r55-intro__ring::after{inset:60px}
.launch-r55-intro__crest{
  width:min(236px,32vw);
  height:min(266px,36vw);
  clip-path: polygon(50% 0, 100% 18%, 92% 75%, 50% 100%, 8% 75%, 0 18%);
  border:1px solid rgba(126,226,255,.46);
  box-shadow:0 0 28px rgba(35,208,255,.18), inset 0 0 28px rgba(92,78,255,.12);
  background:linear-gradient(180deg, rgba(7,18,38,.82), rgba(7,12,24,.48));
  animation:r56IntroCrest 1.55s cubic-bezier(.18,.82,.14,1) both .15s;
}
.launch-r55-intro__crest-line{
  inset:12px;
  clip-path: inherit;
  border:1px solid rgba(155,108,255,.28);
}
.launch-r55-intro__crest-line--inner{inset:42px;border-color:rgba(62,220,255,.28)}
.launch-r55-intro__crest-core{
  inset:0;
  display:grid;
  place-items:center;
  font:900 clamp(54px,9vw,96px)/1 Orbitron,sans-serif;
  color:#f4fbff;
  text-shadow:0 0 28px rgba(35,208,255,.26), 0 0 18px rgba(161,101,255,.22);
}
.launch-r55-intro__wordmark{gap:10px;transform:translateY(136px);animation:r56IntroWord 1.15s ease both .25s}
.launch-r55-intro__wordmark strong{font-size:clamp(58px,10vw,146px)}
.launch-r55-intro__wordmark span{font-size:16px;letter-spacing:.68em}

@keyframes r56IntroBackdrop{from{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}
@keyframes r56IntroGrid{from{opacity:0;transform:scale(1.08)}to{opacity:.28;transform:scale(1)}}
@keyframes r56IntroGlow{0%{transform:scale(.5);opacity:0}60%{opacity:1}100%{transform:scale(1);opacity:1}}
@keyframes r56IntroRing{0%{transform:scale(.62);opacity:0}65%{opacity:1}100%{transform:scale(1);opacity:1}}
@keyframes r56IntroCrest{0%{transform:translateY(24px) scale(.86);opacity:0;filter:blur(10px)}100%{transform:none;opacity:1;filter:none}}
@keyframes r56IntroWord{0%{opacity:0;transform:translateY(170px) scale(.92);filter:blur(12px)}100%{opacity:1;transform:translateY(136px) scale(1);filter:none}}
@keyframes r56IntroOut{to{opacity:0;visibility:hidden;transform:scale(1.04);filter:blur(12px)}}

@media (max-width: 980px){
  .launch-r55-chat-layout{grid-template-columns:1fr}
  .launch-r55-chat-side{min-height:228px}
}
@media (max-width: 720px){
  .launch-r55-shell{gap:16px}
  .launch-r55-panel{border-radius:16px}
  .launch-r55-countdown{padding:18px 14px 12px;gap:10px}
  .launch-r55-countdown__item{min-width:calc(50% - 8px);padding:16px 14px 14px}
  .launch-r55-countdown__item strong{font-size:34px}
  .launch-r55-chat-side{min-height:210px}
  .launch-r55-room-card__match{grid-template-columns:1fr}
  .launch-r55-room-team,.launch-r55-room-team--away{justify-content:flex-start;text-align:left}
  .launch-r55-room-score{order:-1}
  .launch-r55-intro__crest{width:min(220px,52vw);height:min(248px,58vw)}
  .launch-r55-intro__wordmark{transform:translateY(128px)}
}
@media (max-width: 520px){
  .launch-r55-countdown__item{min-width:100%}
  .launch-r55-intro__crest{width:min(200px,58vw);height:min(226px,64vw)}
  .launch-r55-intro__wordmark{transform:translateY(120px)}
  .launch-r55-intro__wordmark strong{font-size:clamp(48px,16vw,78px)}
  .launch-r55-intro__wordmark span{font-size:12px;letter-spacing:.48em}
}

body.is-launch-intro-active{overflow:hidden}

/* R56 — referans açılış ekranı son hizalama */
.launch-lock-header{width:min(1120px,calc(100% - 34px));padding-top:16px}.launch-lock-admin{min-height:40px;padding-inline:16px;border-radius:8px}.launch-r55-page{padding-top:30px}.launch-r55-shell{width:min(1060px,100%);gap:18px}.launch-r55-panel{border-radius:14px}.launch-r55-countdown-panel{padding-bottom:16px}.launch-r55-countdown{gap:14px;padding-top:20px}.launch-r55-countdown__item{min-width:132px}.launch-r55-countdown__item strong{font-size:48px}.launch-r55-chat-layout{grid-template-columns:minmax(0,1fr) 292px}.launch-r55-chat-side h3{font-size:20px}.launch-r55-room-list{gap:14px}.launch-r55-room-card{border-radius:12px}.launch-lock-footer{padding-bottom:22px}
@media(max-width:720px){.launch-lock-header{width:calc(100% - 20px)}.launch-r55-page{padding-inline:10px}.launch-r55-countdown__item{min-width:calc(50% - 7px)}}
