/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/dashboard/page.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.page_page__M3sbZ {
  min-height: 100dvh;
  box-sizing: border-box;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(124, 58, 237, 0.24), transparent 42%),
    radial-gradient(circle at 86% 28%, rgba(67, 56, 202, 0.22), transparent 44%),
    radial-gradient(circle at 48% 82%, rgba(79, 70, 229, 0.14), transparent 42%);
}

.page_dashboardGrid__BkAY7 {
  width: min(1320px, 100%);
  height: min(820px, calc(100dvh - 28px));
  max-height: calc(100dvh - 28px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.75fr) minmax(0, 1.1fr);
  grid-column-gap: 14px;
  column-gap: 14px;
  align-items: stretch;
  overflow: hidden;
}

.page_profileColumnWrap__zK9Ut,
.page_infoCardWrap__UD3ZE,
.page_gameCardWrap__DCGmF,
.page_chatCardWrap__NfXKx {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.page_profileColumnWrap__zK9Ut {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: start;
}

.page_infoCardWrap__UD3ZE {
  align-self: stretch;
  justify-self: stretch;
  background: linear-gradient(175deg, rgba(30, 16, 63, 0.88), rgba(12, 8, 34, 0.86));
  border: 1px solid rgba(139, 92, 246, 0.42);
  border-radius: 22px;
  padding: 20px 18px;
  box-shadow:
    inset 0 0 0 1px rgba(129, 140, 248, 0.18),
    0 12px 36px rgba(2, 6, 23, 0.54),
    0 0 26px rgba(99, 102, 241, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.page_welcomeTitle__P9Peg {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #f9f2ff;
  text-shadow: 0 0 16px rgba(139, 92, 246, 0.34);
}

.page_email__OPuPI {
  margin: 0;
  text-align: center;
  color: #d6c8f8;
  font-size: 0.95rem;
  opacity: 0.95;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.page_logoutRow__KKvtZ {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page_actionButton__6H70S {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(129, 140, 248, 0.58);
  background-color: #4338ca;
  background-image: linear-gradient(90deg, #3730a3 0%, #6d28d9 72%, #4f46e5 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-origin: border-box;
  background-clip: border-box;
  box-shadow: 0 0 18px rgba(99, 102, 241, 0.24);
  color: #f8fafc;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page_actionButton__6H70S:hover {
  background-image: linear-gradient(90deg, #4338ca 0%, #7c3aed 72%, #6366f1 100%);
}

.page_actionButton__6H70S:focus-visible {
  outline: 2px solid rgba(129, 140, 248, 0.88);
  outline-offset: 2px;
}

.page_actionButton__6H70S:active {
  background-image: linear-gradient(90deg, #312e81 0%, #5b21b6 72%, #4338ca 100%);
}

.page_actionButton__6H70S:disabled {
  opacity: 1;
}

.page_logoutActionButton__vp35P {
  margin-top: 10px;
  width: 100%;
  padding: 10px 14px;
}

.page_gameCardWrap__DCGmF,
.page_chatCardWrap__NfXKx {
  justify-self: stretch;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
}

.page_gameCardWrap__DCGmF > * {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.page_chatCardWrap__NfXKx {
  align-self: start;
  overflow: visible;
}

.page_chatCardWrap__NfXKx > * {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 1120px) {
  .page_dashboardGrid__BkAY7 {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 12px;
  }

  .page_welcomeTitle__P9Peg {
    font-size: 1.6rem;
  }
}

@media (max-width: 900px) {
  .page_page__M3sbZ {
    padding: 12px;
    overflow-y: auto;
  }

  .page_dashboardGrid__BkAY7 {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
    overflow: visible;
    gap: 12px;
  }

  .page_gameCardWrap__DCGmF {
    order: 1;
  }

  .page_infoCardWrap__UD3ZE {
    order: 2;
  }

  .page_chatCardWrap__NfXKx {
    order: 3;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/dashboard/live-chat-card.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.live-chat-card_card__cuH04 {
  width: 100%;
  height: auto;
  min-width: 0;
  box-sizing: border-box;
  background: linear-gradient(175deg, rgba(30, 16, 63, 0.9), rgba(12, 8, 34, 0.88));
  border: 1px solid rgba(139, 92, 246, 0.42);
  border-radius: 22px;
  padding: 14px;
  box-shadow:
    inset 0 0 0 1px rgba(129, 140, 248, 0.18),
    0 14px 34px rgba(2, 6, 23, 0.54),
    0 0 26px rgba(99, 102, 241, 0.22);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}

.live-chat-card_header__vgFtb {
  display: flex;
  align-items: center;
  min-width: 0;
}

.live-chat-card_title__7iJ25 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #faf3ff;
  text-shadow: 0 0 14px rgba(139, 92, 246, 0.34);
}

.live-chat-card_messageList__A8QHA {
  border: 1px solid rgba(139, 92, 246, 0.36);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(46, 26, 84, 0.5), rgba(19, 11, 44, 0.72));
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow-y: auto;
  min-height: 0;
  max-height: clamp(250px, 46dvh, 370px);
}

.live-chat-card_empty__AAayW {
  margin: auto 0;
  color: #d6c8f8;
  font-weight: 500;
  text-align: center;
}

.live-chat-card_message__hFuaG {
  display: block;
  border: 1px solid rgba(167, 139, 250, 0.55);
  background: rgba(24, 15, 52, 0.84);
  border-radius: 10px;
  padding: 7px;
}

.live-chat-card_ownMessage__ko0f3 {
  border-color: rgba(167, 139, 250, 0.76);
  box-shadow: 0 0 0 1px rgba(192, 132, 252, 0.18);
}

.live-chat-card_content__hf6bA {
  min-width: 0;
}

.live-chat-card_meta__GaT7a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.74rem;
  color: #e6dbff;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.live-chat-card_authorRow__WO_Ai {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}


.live-chat-card_discordBadge__TIXLq {
  border: 1px solid rgba(147, 197, 253, 0.75);
  border-radius: 999px;
  background: rgba(30, 58, 138, 0.3);
  color: #dbeafe;
  padding: 1px 8px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.35;
}
.live-chat-card_staffBadge__Aslh2 {
  border: 1px solid rgba(125, 211, 252, 0.75);
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.26);
  color: #cffafe;
  padding: 1px 8px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.35;
}

.live-chat-card_meta__GaT7a span {
  opacity: 0.8;
  white-space: nowrap;
}

.live-chat-card_message__hFuaG p {
  margin: 4px 0 0;
  color: #f1e8ff;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.32;
  white-space: pre-wrap;
  word-break: break-word;
}

.live-chat-card_form__uaOK3 {
  --chat-input-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  grid-gap: 8px;
  gap: 8px;
  align-items: stretch;
}

.live-chat-card_input__DAeGf {
  box-sizing: border-box;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(139, 92, 246, 0.45);
  background: rgba(16, 10, 36, 0.9);
  color: #f4eefe;
  font-weight: 500;
  padding: 0 10px;
  height: var(--chat-input-height);
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.14);
}

.live-chat-card_button__tKsJW {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(129, 140, 248, 0.62);
  background: linear-gradient(90deg, rgba(55, 48, 163, 0.94), rgba(109, 40, 217, 0.9) 72%, rgba(79, 70, 229, 0.78));
  color: #fdf4ff;
  font-weight: 800;
  letter-spacing: 0.03em;
  height: var(--chat-input-height);
  line-height: 1;
  padding: 0 12px;
  cursor: pointer;
}

.live-chat-card_button__tKsJW:hover {
  border-color: rgba(165, 180, 252, 0.88);
  box-shadow: 0 0 14px rgba(99, 102, 241, 0.38), 0 0 8px rgba(67, 56, 202, 0.24);
}

.live-chat-card_button__tKsJW:focus-visible {
  outline: 2px solid rgba(129, 140, 248, 0.9);
  outline-offset: 2px;
}

.live-chat-card_adminClearWrap__Owdya {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.live-chat-card_adminClearButton__WukHX {
  border-radius: 10px;
  border: 1px solid rgba(167, 139, 250, 0.52);
  background: rgba(40, 12, 56, 0.88);
  color: #f3e8ff;
  padding: 8px 10px;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  justify-self: start;
}

.live-chat-card_adminClearButton__WukHX:hover {
  border-color: rgba(192, 132, 252, 0.82);
}

.live-chat-card_adminClearButton__WukHX:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.live-chat-card_success__3Lmpp {
  margin: 0;
  color: #86efac;
  font-size: 0.78rem;
}

.live-chat-card_error__56vBR {
  margin: 0;
  color: #fda4af;
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .live-chat-card_card__cuH04 {
    height: auto;
  }

  .live-chat-card_messageList__A8QHA {
    max-height: 280px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/public-pages.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.public-pages_page__8TYdU {
  padding: 20px;
}

.public-pages_card__R31Bn {
  align-self: center;
  width: 100%;
  max-width: 460px;
  padding: 30px;
  gap: 0;
}

.public-pages_homeCard__tCuaH {
  max-width: 720px;
  text-align: center;
  padding: 44px 40px;
}

.public-pages_title__JKb_y {
  margin: 0 0 8px;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f8efff;
  font-family: var(--font-heading);
  text-shadow: 0 0 14px rgba(139, 92, 246, 0.35);
}

.public-pages_homeTitle__lkxgh {
  margin: 0 0 12px;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: 0.07em;
}

.public-pages_subtitle__84PlC {
  margin: 0 0 22px;
  color: #daccf9;
  font-weight: 600;
}

.public-pages_homeSubtitle__IkUPj {
  margin: 0 0 30px;
  font-size: 1.05rem;
}

.public-pages_actions___J7mt {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.public-pages_actionButton__BuxKY {
  min-width: 140px;
  padding: 12px 18px;
}

.public-pages_label__Tfn_8 {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
  color: #f0e9ff;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.public-pages_input__chPtd {
  width: 100%;
  margin-top: 7px;
  padding: 11px 12px;
  height: auto;
  font-size: 0.95rem;
  font-weight: 600;
}

.public-pages_submitButton__Zhtd3 {
  width: 100%;
  padding: 12px 16px;
  margin-top: 4px;
}

.public-pages_message__AEN9e {
  margin: 0 0 14px;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.95rem;
}

.public-pages_success__Aypff {
  background: rgba(5, 46, 22, 0.7);
  border: 1px solid rgba(34, 197, 94, 0.6);
  color: #bbf7d0;
}

.public-pages_error__kgMKL {
  background: rgba(69, 10, 10, 0.72);
  border: 1px solid rgba(248, 113, 113, 0.62);
  color: #fecaca;
}

.public-pages_back__IlBKr {
  display: inline-block;
  margin-top: 16px;
  color: #d8b4fe;
  text-decoration: none;
  font-weight: 700;
}

.public-pages_back__IlBKr:hover {
  color: #e9d5ff;
  text-decoration: underline;
}

