/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_main__GlU4n {
  min-height: 100vh;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.page_hero__SKW6o {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2.2vw, 16px);
  padding: clamp(24px, 6vw, 40px) clamp(20px, 6vw, 32px);
  background: rgba(102, 126, 234, 0.08);
  backdrop-filter: blur(60px) saturate(200%);
  -webkit-backdrop-filter: blur(60px) saturate(200%);
  border-radius: 22px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 8px 32px rgba(31, 38, 135, 0.37),
    0 4px 16px rgba(102, 126, 234, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
  isolation: isolate;
}

.page_hero__SKW6o::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(140deg, 
    rgba(102, 126, 234, 0.4) 0%, 
    rgba(118, 75, 162, 0.35) 50%,
    rgba(102, 126, 234, 0.3) 100%);
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

.page_heroLogoContainer__RBiQ2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_logo__7fc9l {
  width: 100%;
  max-width: 65%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.25));
}

.page_heroSubtitle__RTAw0 {
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.page_userCard__R3dG0 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.page_userAvatar__EF2Cx {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_userAvatar__EF2Cx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_avatarPlaceholder__aD_lG {
  font-size: 28px;
  font-weight: 700;
  color: white;
}

.page_userInfo__EuccZ h2 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--tg-theme-text-color, #ffffff);
}

.page_userInfo__EuccZ p {
  margin: 4px 0 0 0;
  color: var(--tg-theme-hint-color, #b4b4b4);
}

.page_loading__Q7rym {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px;
  color: var(--tg-theme-hint-color, #b4b4b4);
}

.page_spinner__1WnEQ {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(102, 126, 234, 0.2);
  border-top-color: #667eea;
  border-radius: 50%;
  animation: page_spin__W_8_q 1s linear infinite;
}

@keyframes page_spin__W_8_q {
  to {
    transform: rotate(360deg);
  }
}

.page_actions__e35f9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page_primaryButton__iKEy8,
.page_secondaryButton__UQnQZ {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.page_primaryButton__iKEy8 {
  background: rgba(102, 126, 234, 0.12);
  backdrop-filter: blur(60px) saturate(200%);
  -webkit-backdrop-filter: blur(60px) saturate(200%);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(31, 38, 135, 0.37),
    0 4px 16px rgba(102, 126, 234, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.35),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.page_primaryButton__iKEy8::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(102, 126, 234, 0.45) 0%, 
    rgba(118, 75, 162, 0.4) 50%,
    rgba(102, 126, 234, 0.35) 100%);
  opacity: 0.6;
  z-index: -1;
}

.page_primaryButton__iKEy8:hover:not(:disabled) {
  transform: translateY(-2px);
  background: rgba(102, 126, 234, 0.18);
  box-shadow: 
    0 12px 40px rgba(31, 38, 135, 0.5),
    0 6px 20px rgba(102, 126, 234, 0.35),
    inset 0 2px 4px rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.page_primaryButton__iKEy8:hover:not(:disabled)::before {
  opacity: 0.75;
}

.page_secondaryButton__UQnQZ {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(60px) saturate(200%);
  -webkit-backdrop-filter: blur(60px) saturate(200%);
  color: var(--tg-theme-text-color, #ffffff);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 2px 4px rgba(255, 255, 255, 0.2),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.page_secondaryButton__UQnQZ:hover:not(:disabled) {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.45),
    inset 0 2px 4px rgba(255, 255, 255, 0.25),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.page_primaryButton__iKEy8:disabled,
.page_secondaryButton__UQnQZ:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.page_buttonIcon__8bno8 {
  font-size: 32px;
  flex-shrink: 0;
}

.page_buttonContent__G1QOf {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1;
  min-width: 0;
  overflow: hidden;
}

.page_buttonTitle__8u_1C {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.page_buttonDescription__s4VnV {
  font-size: 13px;
  opacity: 0.8;
  line-height: 1.3;
  white-space: normal;
  word-wrap: break-word;
}

.page_joinForm__wnwMX {
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page_joinInput__3zcZL {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.3);
  color: var(--tg-theme-text-color, #ffffff);
  transition: all 0.2s;
}

.page_joinInput__3zcZL:focus {
  outline: none;
  border-color: rgba(102, 126, 234, 0.6);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

.page_joinInput__3zcZL:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page_joinButtons__qiIB8 {
  display: flex;
  gap: 8px;
}

.page_joinButton__oopxU,
.page_cancelButton__8qJNx {
  flex: 1 1;
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page_joinButton__oopxU {
  background: rgba(102, 126, 234, 0.12);
  backdrop-filter: blur(60px) saturate(200%);
  -webkit-backdrop-filter: blur(60px) saturate(200%);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(31, 38, 135, 0.37),
    0 4px 16px rgba(102, 126, 234, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.35),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.page_joinButton__oopxU::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(102, 126, 234, 0.45) 0%, 
    rgba(118, 75, 162, 0.4) 50%,
    rgba(102, 126, 234, 0.35) 100%);
  opacity: 0.6;
  z-index: -1;
}

.page_joinButton__oopxU:hover:not(:disabled) {
  transform: translateY(-2px);
  background: rgba(102, 126, 234, 0.18);
  box-shadow: 
    0 12px 40px rgba(31, 38, 135, 0.5),
    0 6px 20px rgba(102, 126, 234, 0.35),
    inset 0 2px 4px rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.page_joinButton__oopxU:hover:not(:disabled)::before {
  opacity: 0.75;
}

.page_joinButton__oopxU:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.page_cancelButton__8qJNx {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--tg-theme-text-color, #ffffff);
}

.page_cancelButton__8qJNx:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

.page_cancelButton__8qJNx:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page_features__8wy9y {
  margin-top: 20px;
}

.page_features__8wy9y h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-align: center;
  color: var(--tg-theme-text-color, #ffffff);
}

.page_featuresList__tlqFL {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page_feature__CrGCB {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background: transparent;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page_featureNumber__qRltQ {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.page_featureContent__Wz0DL h4 {
  margin: 0 0 4px 0;
  font-size: 1.1rem;
  color: var(--tg-theme-text-color, #ffffff);
}

.page_featureContent__Wz0DL p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--tg-theme-hint-color, #b4b4b4);
}

.page_emptyState__Zyc7X {
  margin-top: 32px;
  padding: 32px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.page_emptyText__ZIypX {
  margin: 0 0 20px 0;
  font-size: 1.1rem;
  color: var(--tg-theme-hint-color, #b4b4b4);
}

.page_testButton__90kWS {
  padding: 14px 24px;
  background: rgba(102, 126, 234, 0.12);
  backdrop-filter: blur(60px) saturate(200%);
  -webkit-backdrop-filter: blur(60px) saturate(200%);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 
    0 8px 32px rgba(31, 38, 135, 0.37),
    0 4px 16px rgba(102, 126, 234, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.35),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.page_testButton__90kWS::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(102, 126, 234, 0.45) 0%, 
    rgba(118, 75, 162, 0.4) 50%,
    rgba(102, 126, 234, 0.35) 100%);
  opacity: 0.6;
  z-index: -1;
}

.page_testButton__90kWS:hover {
  transform: translateY(-2px);
  background: rgba(102, 126, 234, 0.18);
  box-shadow: 
    0 12px 40px rgba(31, 38, 135, 0.5),
    0 6px 20px rgba(102, 126, 234, 0.35),
    inset 0 2px 4px rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.page_testButton__90kWS:hover::before {
  opacity: 0.75;
}

.page_testButton__90kWS:active {
  transform: translateY(0);
}

.page_guestActions__KFIvQ {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.page_guestSessionButton__bBAlb {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  background: rgba(102, 126, 234, 0.15);
  backdrop-filter: blur(60px) saturate(200%);
  -webkit-backdrop-filter: blur(60px) saturate(200%);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 
    0 8px 32px rgba(31, 38, 135, 0.37),
    0 4px 16px rgba(102, 126, 234, 0.3),
    inset 0 2px 4px rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.page_guestSessionButton__bBAlb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(102, 126, 234, 0.5) 0%, 
    rgba(118, 75, 162, 0.45) 50%,
    rgba(102, 126, 234, 0.4) 100%);
  opacity: 0.7;
  z-index: -1;
}

.page_guestSessionButton__bBAlb:hover {
  transform: translateY(-2px);
  background: rgba(102, 126, 234, 0.22);
  box-shadow: 
    0 12px 40px rgba(31, 38, 135, 0.5),
    0 6px 20px rgba(102, 126, 234, 0.4),
    inset 0 2px 4px rgba(255, 255, 255, 0.45),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
}

.page_guestSessionButton__bBAlb:hover::before {
  opacity: 0.85;
}

.page_guestSessionButton__bBAlb:active {
  transform: translateY(0);
}

.page_myLobbies__C8sgG {
  margin-top: 32px;
  width: 100%;
}

.page_myLobbiesHeader__sr7qY {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.page_myLobbies__C8sgG h3 {
  font-size: 1.3rem;
  margin: 0;
  color: var(--tg-theme-text-color, #ffffff);
}

.page_swipeHint__glWsj {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(102, 126, 234, 0.15);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(102, 126, 234, 0.3);
  animation: page_slideIn__TYhrx 0.4s ease-out, page_fadeOut__Cdvqk 0.5s ease-in 4.5s forwards;
}

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

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

.page_swipeHintArrow__GYa27 {
  font-size: 20px;
  animation: page_swipeAnimation__03Me7 2s ease-in-out infinite;
}

@keyframes page_swipeAnimation__03Me7 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.page_swipeHintText__KybBF {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.page_lobbiesList__A77KR {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page_lobbyCardWrapper__v64zg {
  position: relative;
  border-radius: 12px;
  margin-bottom: 0;
  overflow: hidden;
}

.page_lobbyCardDeleteBg__GKGGf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.95) 0%, rgba(220, 38, 38, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  pointer-events: none;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.page_deleteIcon__ULmLV {
  font-size: 22px;
  animation: page_pulse__U_e85 1.5s ease-in-out infinite;
}

@keyframes page_pulse__U_e85 {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}


.page_lobbyCard__SFze5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
}

.page_lobbyCard__SFze5:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page_lobbyCardDeleting__HQ2nO {
  opacity: 0;
  transform: translateX(120%) scale(0.9) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (hover: hover) {
  .page_lobbyCard__SFze5:hover {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.18);
  }
}

.page_lobbyInfo__hwEPr {
  flex: 1 1;
}

.page_lobbyInfo__hwEPr h4 {
  margin: 0 0 4px 0;
  font-size: 1.1rem;
  color: var(--tg-theme-text-color, #ffffff);
}

.page_lobbyMeta__4ONmB {
  margin: 0;
  font-size: 0.85rem;
  color: var(--tg-theme-hint-color, #b4b4b4);
}

.page_lobbyStatus__HYpJu {
  font-size: 24px;
}

@media (max-width: 768px) {
  .page_logo__7fc9l {
    max-width: 72%;
  }

  .page_heroSubtitle__RTAw0 {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .page_hero__SKW6o {
    padding: clamp(28px, 14vw, 52px) clamp(18px, 7vw, 26px);
    gap: clamp(10px, 5vw, 20px);
  }

  .page_logo__7fc9l {
    max-width: 82%;
  }

  .page_heroSubtitle__RTAw0 {
    font-size: 0.8rem;
  }
}


